From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 00:07:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 60390E8; Sun, 15 Sep 2013 00:07:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 33AD9236F; Sun, 15 Sep 2013 00:07:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8F07ZHJ072085; Sun, 15 Sep 2013 00:07:35 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8F07ZSl072084; Sun, 15 Sep 2013 00:07:35 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309150007.r8F07ZSl072084@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 15 Sep 2013 00:07:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327323 - head/print/texlive-base/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.14 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, 15 Sep 2013 00:07:35 -0000 Author: bapt Date: Sun Sep 15 00:07:34 2013 New Revision: 327323 URL: http://svnweb.freebsd.org/changeset/ports/327323 Log: Fix build with libc++ Added: head/print/texlive-base/files/patch-libc++ (contents, props changed) Added: head/print/texlive-base/files/patch-libc++ ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/texlive-base/files/patch-libc++ Sun Sep 15 00:07:34 2013 (r327323) @@ -0,0 +1,60 @@ +--- texk/lcdf-typetools/libefont/cff.cc.orig ++++ texk/lcdf-typetools/libefont/cff.cc +@@ -27,6 +27,7 @@ + #include + #include + ++#undef static_assert + #ifndef static_assert + #define static_assert(c) switch (c) case 0: case (c): + #endif +--- texk/lcdf-typetools/libefont/t1interp.cc.orig ++++ texk/lcdf-typetools/libefont/t1interp.cc +@@ -30,6 +30,7 @@ + #define CHECK_PATH_START() do { _state = S_PATH; } while (0) + #define CHECK_PATH_END() do { if (_state == S_PATH) { act_closepath(cmd); } _state = S_IPATH; } while (0) + ++#undef static_assert + #ifndef static_assert + # define static_assert(c) switch (c) case 0: case (c): + #endif +--- texk/dvisvgm/dvisvgm-1.0.11/src/FileFinder.cpp.orig ++++ texk/dvisvgm/dvisvgm-1.0.11/src/FileFinder.cpp +@@ -18,6 +18,7 @@ + ** along with this program; if not, see . ** + *************************************************************************/ + ++#include + #include + #include + #include +--- texk/dvisvgm/dvisvgm-1.0.11/src/Message.cpp.orig ++++ texk/dvisvgm/dvisvgm-1.0.11/src/Message.cpp +@@ -18,6 +18,7 @@ + ** along with this program; if not, see . ** + *************************************************************************/ + ++#include + #include + #include + #include +--- texk/dvisvgm/dvisvgm-1.0.11/src/Font.cpp.orig ++++ texk/dvisvgm/dvisvgm-1.0.11/src/Font.cpp +@@ -18,6 +18,7 @@ + ** along with this program; if not, see . ** + *************************************************************************/ + ++#include + #include + #include + #include +--- texk/dvisvgm/dvisvgm-1.0.11/src/FontEncoding.cpp.orig ++++ texk/dvisvgm/dvisvgm-1.0.11/src/FontEncoding.cpp +@@ -18,6 +18,7 @@ + ** along with this program; if not, see . ** + *************************************************************************/ + ++#include + #include + #include "Font.h" + #include "FontEncoding.h" From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 01:52:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 49FBB2A8; Sun, 15 Sep 2013 01:52:55 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 28EC32751; Sun, 15 Sep 2013 01:52:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8F1qtTJ028553; Sun, 15 Sep 2013 01:52:55 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8F1qsoa028542; Sun, 15 Sep 2013 01:52:54 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201309150152.r8F1qsoa028542@svn.freebsd.org> From: Rusmir Dusko Date: Sun, 15 Sep 2013 01:52:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327324 - in head/games: . capicity 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.14 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, 15 Sep 2013 01:52:55 -0000 Author: nemysis Date: Sun Sep 15 01:52:53 2013 New Revision: 327324 URL: http://svnweb.freebsd.org/changeset/ports/327324 Log: Capi City is a client for the online server monopd. You can play Monopoly like games with it online. Integrated Capid to be able to start a server for LAN. WWW: http://linux-ecke.de/CapiCity/ CapiCity v1.0 is the stable successor of Capitalism (games/capitalism). Approved by: wg/pawel (mentors) Added: head/games/capicity/ head/games/capicity/Makefile (contents, props changed) head/games/capicity/distinfo (contents, props changed) head/games/capicity/pkg-descr (contents, props changed) head/games/capicity/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Sun Sep 15 00:07:34 2013 (r327323) +++ head/games/Makefile Sun Sep 15 01:52:53 2013 (r327324) @@ -119,6 +119,7 @@ SUBDIR += bzflag SUBDIR += cake SUBDIR += caph + SUBDIR += capicity SUBDIR += capitalism SUBDIR += cardpics SUBDIR += castlevox Added: head/games/capicity/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/capicity/Makefile Sun Sep 15 01:52:53 2013 (r327324) @@ -0,0 +1,75 @@ +# Created by: Rusmir Dusko +# $FreeBSD$ + +PORTNAME= capicity +PORTVERSION= 1.0 +CATEGORIES= games +MASTER_SITES= SF/capitalism/Capi%20City/${PORTVERSION}/ +DISTNAME= CapiCity_${DISTVERSION} + +MAINTAINER= nemysis@FreeBSD.org +COMMENT= Qt client for the Monopd server + +LICENSE= GPLv2 + +LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ + libpcre.so:${PORTSDIR}/devel/pcre \ + libpng15.so:${PORTSDIR}/graphics/png \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libexpat.so:${PORTSDIR}/textproc/expat2 \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig + +WRKSRC= ${WRKDIR}/CapiCity_${PORTVERSION} + +USES= iconv +USE_XORG= ice sm x11 xau xcb xdmcp xext xrender +USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats \ + corelib gui network script xml + +PORTDOCS= README changelog + +INSTALLS_ICONS= yes +ICON_SIZES= 16x16 22x22 24x24 32x32 48x48 64x64 + +DESKTOP_ENTRIES="Capi City" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Game;BoardGame;" false + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext + +.include + +do-configure: + @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ + ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} + +post-configure: + @${REINPLACE_CMD} -e 's|-O2 -pthread||g' ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/CapiCity ${PREFIX}/bin/${PORTNAME} + +.for d in games images + @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR}) +.endfor + +.if ${PORT_OPTIONS:MNLS} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} ts ${DATADIR}) +.endif + +.for s in ${ICON_SIZES} + @${MKDIR} ${PREFIX}/share/icons/hicolor/${s}/apps + ${INSTALL_DATA} ${WRKSRC}/icons/${s}.png \ + ${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png +.endfor + ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/ + +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.include Added: head/games/capicity/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/capicity/distinfo Sun Sep 15 01:52:53 2013 (r327324) @@ -0,0 +1,2 @@ +SHA256 (CapiCity_1.0.tar.gz) = b4efa91aa7476dd9769cea151239bfcd9afa35cb28afd574d9bb7fdfaba1a33b +SIZE (CapiCity_1.0.tar.gz) = 363899 Added: head/games/capicity/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/capicity/pkg-descr Sun Sep 15 01:52:53 2013 (r327324) @@ -0,0 +1,6 @@ +Capi City is a client for the online server monopd. +You can play Monopoly like games with it online. + +Integrated Capid to be able to start a server for LAN. + +WWW: http://linux-ecke.de/CapiCity/ Added: head/games/capicity/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/capicity/pkg-plist Sun Sep 15 01:52:53 2013 (r327324) @@ -0,0 +1,95 @@ +bin/capicity +%%DATADIR%%/games/atlantic.xml +%%DATADIR%%/games/city.xml +%%DATADIR%%/images/avatars/badge.png +%%DATADIR%%/images/avatars/beachball.png +%%DATADIR%%/images/avatars/bell.png +%%DATADIR%%/images/avatars/bomb.png +%%DATADIR%%/images/avatars/cat.png +%%DATADIR%%/images/avatars/cookie.png +%%DATADIR%%/images/avatars/cube.png +%%DATADIR%%/images/avatars/eyeball.png +%%DATADIR%%/images/avatars/flag.png +%%DATADIR%%/images/avatars/ghost.png +%%DATADIR%%/images/avatars/globe.png +%%DATADIR%%/images/avatars/hamburger.png +%%DATADIR%%/images/avatars/lips.png +%%DATADIR%%/images/avatars/none.png +%%DATADIR%%/images/avatars/puzzle.png +%%DATADIR%%/images/avatars/pyramid.png +%%DATADIR%%/images/avatars/skull.png +%%DATADIR%%/images/avatars/spectating.png +%%DATADIR%%/images/avatars/traffic_light.png +%%DATADIR%%/images/avatars/wizard.png +%%DATADIR%%/images/field/document.png +%%DATADIR%%/images/field/dollar.png +%%DATADIR%%/images/field/jailed.png +%%DATADIR%%/images/field/qmark-red.png +%%DATADIR%%/images/menu/config.png +%%DATADIR%%/images/smilies/icon_arrow.gif +%%DATADIR%%/images/smilies/icon_biggrin.gif +%%DATADIR%%/images/smilies/icon_confused.gif +%%DATADIR%%/images/smilies/icon_cool.gif +%%DATADIR%%/images/smilies/icon_cry.gif +%%DATADIR%%/images/smilies/icon_eek.gif +%%DATADIR%%/images/smilies/icon_evil.gif +%%DATADIR%%/images/smilies/icon_exclaim.gif +%%DATADIR%%/images/smilies/icon_frown.gif +%%DATADIR%%/images/smilies/icon_idea.gif +%%DATADIR%%/images/smilies/icon_lol.gif +%%DATADIR%%/images/smilies/icon_mad.gif +%%DATADIR%%/images/smilies/icon_mrgreen.gif +%%DATADIR%%/images/smilies/icon_neutral.gif +%%DATADIR%%/images/smilies/icon_question.gif +%%DATADIR%%/images/smilies/icon_razz.gif +%%DATADIR%%/images/smilies/icon_redface.gif +%%DATADIR%%/images/smilies/icon_rolleyes.gif +%%DATADIR%%/images/smilies/icon_sad.gif +%%DATADIR%%/images/smilies/icon_smile.gif +%%DATADIR%%/images/smilies/icon_surprised.gif +%%DATADIR%%/images/smilies/icon_twisted.gif +%%DATADIR%%/images/smilies/icon_wink.gif +%%DATADIR%%/images/tools/addtrade.png +%%DATADIR%%/images/tools/auction.png +%%DATADIR%%/images/tools/buyhouse.png +%%DATADIR%%/images/tools/buyhouserow.png +%%DATADIR%%/images/tools/endturn.png +%%DATADIR%%/images/tools/highlight.png +%%DATADIR%%/images/tools/jailcard.png +%%DATADIR%%/images/tools/jailpay.png +%%DATADIR%%/images/tools/jailroll.png +%%DATADIR%%/images/tools/mortage.png +%%DATADIR%%/images/tools/paypercent.png +%%DATADIR%%/images/tools/reject.png +%%DATADIR%%/images/tools/removetrade.png +%%DATADIR%%/images/tools/roll.png +%%DATADIR%%/images/tools/sell.png +%%DATADIR%%/images/tools/sellhouse.png +%%DATADIR%%/images/tools/sellhouserow.png +%%DATADIR%%/images/tools/trade.png +%%DATADIR%%/images/tools/unmortage.png +%%NLS%%%%DATADIR%%/ts/CapiCity_de_DE.qm +%%NLS%%%%DATADIR%%/ts/CapiCity_de_DE.ts +%%NLS%%%%DATADIR%%/ts/CapiCity_es_ES.ts +%%NLS%%%%DATADIR%%/ts/CapiCity_fi_FI.ts +%%NLS%%%%DATADIR%%/ts/CapiCity_it.ts +%%NLS%%%%DATADIR%%/ts/CapiCity_pl.ts +%%NLS%%%%DATADIR%%/ts/CapiCity_ru_RU.qm +%%NLS%%%%DATADIR%%/ts/CapiCity_ru_RU.ts +%%NLS%%%%DATADIR%%/ts/Capid_de_DE.trans +share/icons/hicolor/16x16/apps/capicity.png +share/icons/hicolor/22x22/apps/capicity.png +share/icons/hicolor/24x24/apps/capicity.png +share/icons/hicolor/32x32/apps/capicity.png +share/icons/hicolor/48x48/apps/capicity.png +share/icons/hicolor/64x64/apps/capicity.png +share/pixmaps/capicity.png +%%NLS%%@dirrm %%DATADIR%%/ts +@dirrm %%DATADIR%%/images/tools +@dirrm %%DATADIR%%/images/smilies +@dirrm %%DATADIR%%/images/menu +@dirrm %%DATADIR%%/images/field +@dirrm %%DATADIR%%/images/avatars +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%%/games +@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 02:48:19 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 694BA89E; Sun, 15 Sep 2013 02:48:19 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 578ED292F; Sun, 15 Sep 2013 02:48:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8F2mJwd056375; Sun, 15 Sep 2013 02:48:19 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8F2mJrW056374; Sun, 15 Sep 2013 02:48:19 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201309150248.r8F2mJrW056374@svn.freebsd.org> From: Wen Heping Date: Sun, 15 Sep 2013 02:48:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327325 - head/devel/avce00 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.14 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, 15 Sep 2013 02:48:19 -0000 Author: wen Date: Sun Sep 15 02:48:18 2013 New Revision: 327325 URL: http://svnweb.freebsd.org/changeset/ports/327325 Log: - Fix build with clang - Trim Makefile headers - Convert to optionsNG - Update my email to FreeBSD - Remove leading article from COMMENT Modified: head/devel/avce00/Makefile Modified: head/devel/avce00/Makefile ============================================================================== --- head/devel/avce00/Makefile Sun Sep 15 01:52:53 2013 (r327324) +++ head/devel/avce00/Makefile Sun Sep 15 02:48:18 2013 (r327325) @@ -1,17 +1,13 @@ -# New ports collection makefile for: avce00 -# Date created: 04 May 2008 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= avce00 PORTVERSION= 2.0.0 CATEGORIES= devel MASTER_SITES= http://avce00.maptools.org/dl/ -MAINTAINER= wenheping@gmail.com -COMMENT= An OpenSource C library convert Arc/Info Vector Coverages to E00 +MAINTAINER= wen@FreeBSD.org +COMMENT= OpenSource C library convert Arc/Info Vector Coverages to E00 USE_GMAKE= yes ALL_TARGET= default @@ -25,9 +21,10 @@ PLIST_FILES= bin/avcimport bin/avcexport PORTDOCS= avce00.html -.include +.include post-extract: + ${REINPLACE_CMD} -e 's#gcc#${CC}#g' ${WRKSRC}/GNUmakefile ${CP} ${WRKSRC}/GNUmakefile ${WRKSRC}/Makefile .if ${ARCH} == "powerpc" || ${ARCH} == "sparc64" @${REINPLACE_CMD} -e 's#LSB#MSB#g' ${WRKSRC}/Makefile @@ -41,9 +38,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/avc.h ${PREFIX}/include post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/avce00.html ${DOCSDIR} .endif -.include +.include From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 03:48:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E3B69E6F; Sun, 15 Sep 2013 03:48:52 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1FFE2BC2; Sun, 15 Sep 2013 03:48:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8F3mqEl089071; Sun, 15 Sep 2013 03:48:52 GMT (envelope-from bland@svn.freebsd.org) Received: (from bland@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8F3mqV0089070; Sun, 15 Sep 2013 03:48:52 GMT (envelope-from bland@svn.freebsd.org) Message-Id: <201309150348.r8F3mqV0089070@svn.freebsd.org> From: Alexander Nedotsukov Date: Sun, 15 Sep 2013 03:48:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327326 - head/databases/libgdamm5 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.14 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, 15 Sep 2013 03:48:53 -0000 Author: bland Date: Sun Sep 15 03:48:52 2013 New Revision: 327326 URL: http://svnweb.freebsd.org/changeset/ports/327326 Log: Resolve latest link duplicate. Modified: head/databases/libgdamm5/Makefile Modified: head/databases/libgdamm5/Makefile ============================================================================== --- head/databases/libgdamm5/Makefile Sun Sep 15 02:48:18 2013 (r327325) +++ head/databases/libgdamm5/Makefile Sun Sep 15 03:48:52 2013 (r327326) @@ -13,6 +13,8 @@ COMMENT= C++ wrapper for libgda5 library BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +LATEST_LINK= libgdamm5 + USE_AUTOTOOLS= libtool USE_XZ= yes USES= gmake pathfix pkgconfig From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 05:24:16 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 08EB34B3; Sun, 15 Sep 2013 05:24:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DF56C2ED1; Sun, 15 Sep 2013 05:24:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8F5OFFG039648; Sun, 15 Sep 2013 05:24:15 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8F5OFq2039647; Sun, 15 Sep 2013 05:24:15 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309150524.r8F5OFq2039647@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 15 Sep 2013 05:24:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327327 - head/net/mDNSResponder 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.14 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, 15 Sep 2013 05:24:16 -0000 Author: sunpoet Date: Sun Sep 15 05:24:15 2013 New Revision: 327327 URL: http://svnweb.freebsd.org/changeset/ports/327327 Log: - Remove NOT_FOR_ARCHS=alpha: it is gone and will not return. Pointed out by: linimon Modified: head/net/mDNSResponder/Makefile Modified: head/net/mDNSResponder/Makefile ============================================================================== --- head/net/mDNSResponder/Makefile Sun Sep 15 03:48:52 2013 (r327326) +++ head/net/mDNSResponder/Makefile Sun Sep 15 05:24:15 2013 (r327327) @@ -31,9 +31,6 @@ PLIST_FILES= bin/dns-sd ${EXTRA_BIN} \ lib/libdns_sd.so lib/libdns_sd.so.1 \ sbin/mdnsd ${EXTRA_SBIN} -NOT_FOR_ARCHS= alpha -NOT_FOR_ARCHS_REASON= does not compile - post-patch: @${REINPLACE_CMD} -e '/ cc / s|cc|$${CC}|' ${WRKSRC}/Clients/Makefile @${REINPLACE_CMD} -e 's|-lpthread|-pthread|g; s|mDNSResponder.8|mDNSResponderPosix.8|g' ${WRKSRC}/mDNSPosix/Makefile From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 05:53:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF50F6D2; Sun, 15 Sep 2013 05:53:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FD822FA7; Sun, 15 Sep 2013 05:53:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8F5rYPo055123; Sun, 15 Sep 2013 05:53:34 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8F5rYEW055121; Sun, 15 Sep 2013 05:53:34 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309150553.r8F5rYEW055121@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 15 Sep 2013 05:53:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327328 - head/databases/p5-SQLite-Work 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.14 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, 15 Sep 2013 05:53:34 -0000 Author: sunpoet Date: Sun Sep 15 05:53:33 2013 New Revision: 327328 URL: http://svnweb.freebsd.org/changeset/ports/327328 Log: - Sort *_DEPENDS and MAN* - Use CPAN as primary WWW Modified: head/databases/p5-SQLite-Work/Makefile head/databases/p5-SQLite-Work/pkg-descr Modified: head/databases/p5-SQLite-Work/Makefile ============================================================================== --- head/databases/p5-SQLite-Work/Makefile Sun Sep 15 05:24:15 2013 (r327327) +++ head/databases/p5-SQLite-Work/Makefile Sun Sep 15 05:53:33 2013 (r327328) @@ -11,21 +11,20 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Report on and update an SQLite database -RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ +BUILD_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-Text-NeatTemplate>=0:${PORTSDIR}/textproc/p5-Text-NeatTemplate \ - p5-Getopt-ArgvFile>=1.10:${PORTSDIR}/devel/p5-Getopt-ArgvFile -BUILD_DEPENDS:= ${RUN_DEPENDS} + p5-Getopt-ArgvFile>=1.10:${PORTSDIR}/devel/p5-Getopt-ArgvFile \ + p5-Text-NeatTemplate>=0:${PORTSDIR}/textproc/p5-Text-NeatTemplate +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild -MAN3= SQLite::Work::Mail.3 \ - SQLite::Work.3 \ - SQLite::Work::CGI.3 - -MAN1= sqlw_mail.1 \ +MAN1= sqlreport.1 \ sqlw_import.1 \ - sqlreport.1 + sqlw_mail.1 +MAN3= SQLite::Work.3 \ + SQLite::Work::CGI.3 \ + SQLite::Work::Mail.3 .include Modified: head/databases/p5-SQLite-Work/pkg-descr ============================================================================== --- head/databases/p5-SQLite-Work/pkg-descr Sun Sep 15 05:24:15 2013 (r327327) +++ head/databases/p5-SQLite-Work/pkg-descr Sun Sep 15 05:53:33 2013 (r327328) @@ -12,4 +12,4 @@ CGI module. The sqlreport script uses SQLite::Work to generate reports from the command-line. -WWW: http://www.katspace.com +WWW: http://search.cpan.org/dist/SQLite-Work/ From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 05:55:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 09BA27B6; Sun, 15 Sep 2013 05:55:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB7652FAF; Sun, 15 Sep 2013 05:55:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8F5t5LG056022; Sun, 15 Sep 2013 05:55:05 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8F5t5OL056020; Sun, 15 Sep 2013 05:55:05 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309150555.r8F5t5OL056020@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 15 Sep 2013 05:55:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327330 - head/devel/p5-Config-Tiny 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.14 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, 15 Sep 2013 05:55:06 -0000 Author: sunpoet Date: Sun Sep 15 05:55:05 2013 New Revision: 327330 URL: http://svnweb.freebsd.org/changeset/ports/327330 Log: - Update to 2.19 Changes: http://search.cpan.org/dist/Config-Tiny/Changes Modified: head/devel/p5-Config-Tiny/Makefile head/devel/p5-Config-Tiny/distinfo Modified: head/devel/p5-Config-Tiny/Makefile ============================================================================== --- head/devel/p5-Config-Tiny/Makefile Sun Sep 15 05:55:00 2013 (r327329) +++ head/devel/p5-Config-Tiny/Makefile Sun Sep 15 05:55:05 2013 (r327330) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Tiny -PORTVERSION= 2.17 +PORTVERSION= 2.19 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Config-Tiny/distinfo ============================================================================== --- head/devel/p5-Config-Tiny/distinfo Sun Sep 15 05:55:00 2013 (r327329) +++ head/devel/p5-Config-Tiny/distinfo Sun Sep 15 05:55:05 2013 (r327330) @@ -1,2 +1,2 @@ -SHA256 (Config-Tiny-2.17.tgz) = 2b0e8187aa0b82ba30ebcd8e9e9ad2fa85daba6a21f9e8cdfe4c79d34174bd3e -SIZE (Config-Tiny-2.17.tgz) = 24062 +SHA256 (Config-Tiny-2.19.tgz) = d00fa1b857e071f772e5713a8a541de19879c298ea7a56e8c041a296086ff5ff +SIZE (Config-Tiny-2.19.tgz) = 24325 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 05:55:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A49C27B5; Sun, 15 Sep 2013 05:55:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 91ABA2FAE; Sun, 15 Sep 2013 05:55:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8F5t19d055930; Sun, 15 Sep 2013 05:55:01 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8F5t1fh055927; Sun, 15 Sep 2013 05:55:01 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309150555.r8F5t1fh055927@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 15 Sep 2013 05:55:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327329 - head/devel/p5-Test-TinyMocker 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.14 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, 15 Sep 2013 05:55:01 -0000 Author: sunpoet Date: Sun Sep 15 05:55:00 2013 New Revision: 327329 URL: http://svnweb.freebsd.org/changeset/ports/327329 Log: - Update to 0.04 - Add LICENSE Changes: http://search.cpan.org/dist/Test-TinyMocker/Changes Modified: head/devel/p5-Test-TinyMocker/Makefile head/devel/p5-Test-TinyMocker/distinfo (contents, props changed) Modified: head/devel/p5-Test-TinyMocker/Makefile ============================================================================== --- head/devel/p5-Test-TinyMocker/Makefile Sun Sep 15 05:53:33 2013 (r327328) +++ head/devel/p5-Test-TinyMocker/Makefile Sun Sep 15 05:55:00 2013 (r327329) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-TinyMocker -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Very simple tool to mock external modules +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Test-TinyMocker/distinfo ============================================================================== --- head/devel/p5-Test-TinyMocker/distinfo Sun Sep 15 05:53:33 2013 (r327328) +++ head/devel/p5-Test-TinyMocker/distinfo Sun Sep 15 05:55:00 2013 (r327329) @@ -1,2 +1,2 @@ -SHA256 (Test-TinyMocker-0.03.tar.gz) = 5d8eb57421a95934bf9adfb2879586756b56c65c3282f03d918bb45ead545d44 -SIZE (Test-TinyMocker-0.03.tar.gz) = 5878 +SHA256 (Test-TinyMocker-0.04.tar.gz) = 822113a6c43f0f9486f9cfe86923b4f6c17d784d6b2f226d90e9271610f068d7 +SIZE (Test-TinyMocker-0.04.tar.gz) = 14038 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 05:56:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6AF5E96F; Sun, 15 Sep 2013 05:56:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 56A4E2FB4; Sun, 15 Sep 2013 05:56:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8F5u6lK056313; Sun, 15 Sep 2013 05:56:06 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8F5u6gK056312; Sun, 15 Sep 2013 05:56:06 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309150556.r8F5u6gK056312@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 15 Sep 2013 05:56:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327331 - head/mail/p5-Net-IMAP-Simple 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.14 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, 15 Sep 2013 05:56:06 -0000 Author: sunpoet Date: Sun Sep 15 05:56:05 2013 New Revision: 327331 URL: http://svnweb.freebsd.org/changeset/ports/327331 Log: - Add PORTSCOUT Modified: head/mail/p5-Net-IMAP-Simple/Makefile Modified: head/mail/p5-Net-IMAP-Simple/Makefile ============================================================================== --- head/mail/p5-Net-IMAP-Simple/Makefile Sun Sep 15 05:55:05 2013 (r327330) +++ head/mail/p5-Net-IMAP-Simple/Makefile Sun Sep 15 05:56:05 2013 (r327331) @@ -30,6 +30,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PO p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require RUN_DEPENDS:= ${BUILD_DEPENDS} +PORTSCOUT= skipv:1.20271 + USES= perl5 USE_PERL5= configure From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 06:15:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D49CFB4C; Sun, 15 Sep 2013 06:15:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A79812077; Sun, 15 Sep 2013 06:15:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8F6FVq9067233; Sun, 15 Sep 2013 06:15:31 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8F6FVP0067230; Sun, 15 Sep 2013 06:15:31 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309150615.r8F6FVP0067230@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 15 Sep 2013 06:15:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327332 - head/devel/p5-MooseX-Types-Common 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.14 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, 15 Sep 2013 06:15:31 -0000 Author: sunpoet Date: Sun Sep 15 06:15:30 2013 New Revision: 327332 URL: http://svnweb.freebsd.org/changeset/ports/327332 Log: - Update to 0.001009 Changes: http://search.cpan.org/dist/MooseX-Types-Common/Changes Modified: head/devel/p5-MooseX-Types-Common/Makefile head/devel/p5-MooseX-Types-Common/distinfo (contents, props changed) Modified: head/devel/p5-MooseX-Types-Common/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-Common/Makefile Sun Sep 15 05:56:05 2013 (r327331) +++ head/devel/p5-MooseX-Types-Common/Makefile Sun Sep 15 06:15:30 2013 (r327332) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-Types-Common -PORTVERSION= 0.001008 +PORTVERSION= 0.001009 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ETHER @@ -18,10 +18,12 @@ BUILD_DEPENDS= p5-Moose>=0.39:${PORTSDIR p5-MooseX-Types>=0.04:${PORTSDIR}/devel/p5-MooseX-Types RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ - p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal + p5-Test-CheckDeps>=0.004:${PORTSDIR}/devel/p5-Test-CheckDeps \ + p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ + p5-Test-Warnings>=0:${PORTSDIR}/devel/p5-Test-Warnings USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny MAN3= MooseX::Types::Common.3 \ MooseX::Types::Common::Numeric.3 \ Modified: head/devel/p5-MooseX-Types-Common/distinfo ============================================================================== --- head/devel/p5-MooseX-Types-Common/distinfo Sun Sep 15 05:56:05 2013 (r327331) +++ head/devel/p5-MooseX-Types-Common/distinfo Sun Sep 15 06:15:30 2013 (r327332) @@ -1,2 +1,2 @@ -SHA256 (MooseX-Types-Common-0.001008.tar.gz) = bfdd2cd12085f14d2ec624ae89566925b308e8f65f1aab50b4d3fb2dc6361f68 -SIZE (MooseX-Types-Common-0.001008.tar.gz) = 22647 +SHA256 (MooseX-Types-Common-0.001009.tar.gz) = 0fb9d2a8862d98a7e5fd0f2fcf03f9ec12f55e45b2ba8e26328767949d6a6c8c +SIZE (MooseX-Types-Common-0.001009.tar.gz) = 18584 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 07:14:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 669D5221; Sun, 15 Sep 2013 07:14:17 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 431ED22F2; Sun, 15 Sep 2013 07:14:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8F7EH56001320; Sun, 15 Sep 2013 07:14:17 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8F7EDGo001284; Sun, 15 Sep 2013 07:14:13 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309150714.r8F7EDGo001284@svn.freebsd.org> From: Andrej Zverev Date: Sun, 15 Sep 2013 07:14:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327333 - in head/mail: cone courier-imap cyrus-imapd2 cyrus-imapd23 cyrus-imapd24 enma exilog exim majordomo mimedefang mixmaster p5-Email-Sender policyd2 postfix29 qmail-scanner qmhan... 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.14 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, 15 Sep 2013 07:14:17 -0000 Author: az Date: Sun Sep 15 07:14:12 2013 New Revision: 327333 URL: http://svnweb.freebsd.org/changeset/ports/327333 Log: - convert to the new perl5 framework - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Modified: head/mail/cone/Makefile head/mail/courier-imap/Makefile head/mail/cyrus-imapd2/Makefile head/mail/cyrus-imapd23/Makefile head/mail/cyrus-imapd24/Makefile head/mail/enma/Makefile head/mail/exilog/Makefile (contents, props changed) head/mail/exim/Makefile head/mail/majordomo/Makefile head/mail/mimedefang/Makefile head/mail/mixmaster/Makefile (contents, props changed) head/mail/p5-Email-Sender/Makefile head/mail/policyd2/Makefile head/mail/postfix29/Makefile head/mail/qmail-scanner/Makefile (contents, props changed) head/mail/qmhandle/Makefile (contents, props changed) head/mail/sqwebmail/Makefile head/mail/swaks/Makefile (contents, props changed) head/mail/tpop3d/Makefile (contents, props changed) Modified: head/mail/cone/Makefile ============================================================================== --- head/mail/cone/Makefile Sun Sep 15 06:15:30 2013 (r327332) +++ head/mail/cone/Makefile Sun Sep 15 07:14:12 2013 (r327333) @@ -19,12 +19,10 @@ BUILD_DEPENDS= gpgv:${PORTSDIR}/security RUN_DEPENDS:= ${BUILD_DEPENDS} USE_FAM= yes -USES= gettext iconv ncurses +USES= gettext gmake iconv ncurses perl5 USE_GNOME= libxml2 USE_BZIP2= yes -USE_PERL5= yes -USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes CONFIGURE_ARGS= -C --without-db --with-certdb=${PREFIX}/share/cone/rootcerts --prefix=${PREFIX} --exec-prefix=${PREFIX} Modified: head/mail/courier-imap/Makefile ============================================================================== --- head/mail/courier-imap/Makefile Sun Sep 15 06:15:30 2013 (r327332) +++ head/mail/courier-imap/Makefile Sun Sep 15 07:14:12 2013 (r327333) @@ -13,10 +13,9 @@ COMMENT= IMAP (and POP3) server that pro BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base +USES= gmake perl5 USE_BZIP2= yes -USE_PERL5= yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_RC_SUBR= courier-imap-imapd courier-imap-imapd-ssl \ courier-imap-pop3d courier-imap-pop3d-ssl Modified: head/mail/cyrus-imapd2/Makefile ============================================================================== --- head/mail/cyrus-imapd2/Makefile Sun Sep 15 06:15:30 2013 (r327332) +++ head/mail/cyrus-imapd2/Makefile Sun Sep 15 07:14:12 2013 (r327333) @@ -26,8 +26,8 @@ PERLMAN= ${SITE_PERL_REL:S/site_perl\/// USE_RC_SUBR= imapd +USES= perl5 USE_OPENSSL= yes -USE_PERL5= yes GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ --with-cyrus-user=${CYRUS_USER} \ Modified: head/mail/cyrus-imapd23/Makefile ============================================================================== --- head/mail/cyrus-imapd23/Makefile Sun Sep 15 06:15:30 2013 (r327332) +++ head/mail/cyrus-imapd23/Makefile Sun Sep 15 07:14:12 2013 (r327333) @@ -23,8 +23,9 @@ LATEST_LINK= ${PORTNAME}23 PERLMAN= ${SITE_PERL_REL:S/site_perl\///} USE_RC_SUBR= imapd + +USES= perl5 USE_OPENSSL= yes -USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-cyrus-prefix=${PREFIX}/cyrus \ Modified: head/mail/cyrus-imapd24/Makefile ============================================================================== --- head/mail/cyrus-imapd24/Makefile Sun Sep 15 06:15:30 2013 (r327332) +++ head/mail/cyrus-imapd24/Makefile Sun Sep 15 07:14:12 2013 (r327333) @@ -23,8 +23,9 @@ LATEST_LINK= ${PORTNAME}24 PERLMAN= ${SITE_PERL_REL:S/site_perl\///} USE_RC_SUBR= imapd + +USES= perl5 USE_OPENSSL= yes -USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-cyrus-prefix=${PREFIX}/cyrus \ Modified: head/mail/enma/Makefile ============================================================================== --- head/mail/enma/Makefile Sun Sep 15 06:15:30 2013 (r327332) +++ head/mail/enma/Makefile Sun Sep 15 07:14:12 2013 (r327333) @@ -19,11 +19,12 @@ LIBBIND_DESC= Link against dns/libbind i HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} --mandir=${PREFIX}/man \ --with-ssl-incdir=${OPENSSLINC} --with-ssl-libdir=${OPENSSLLIB} + +USES= gmake perl5 USE_RC_SUBR= milter-enma -USE_GMAKE= yes USE_LDCONFIG= yes USE_OPENSSL= yes -USE_PERL5_BUILD=yes +USE_PERL5= build MANLANG= "" ja_JP.UTF-8 MAN1= enma.1 MANCOMPRESSED= no Modified: head/mail/exilog/Makefile ============================================================================== --- head/mail/exilog/Makefile Sun Sep 15 06:15:30 2013 (r327332) +++ head/mail/exilog/Makefile Sun Sep 15 07:14:12 2013 (r327333) @@ -18,7 +18,7 @@ LICENSE= GPLv2 RUN_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask -USE_PERL5= yes +USES= perl5 NO_BUILD= yes # Default sql backend Modified: head/mail/exim/Makefile ============================================================================== --- head/mail/exim/Makefile Sun Sep 15 06:15:30 2013 (r327332) +++ head/mail/exim/Makefile Sun Sep 15 07:14:12 2013 (r327333) @@ -19,7 +19,6 @@ LICENSE= GPLv2 USE_BZIP2= yes WANT_GNOME= yes -WANT_PERL= yes MAKE_JOBS_UNSAFE= yes # One can tune the following "hidden" knobs: @@ -222,7 +221,7 @@ SEDLIST+= -e 's,^\# (TLS_LIBS=.*-lgnutls .endif .if ${PORT_OPTIONS:MEMBEDDED_PERL} -USE_PERL5= yes +USES+= perl5 SEDLIST+= -e 's,^\# (EXIM_PERL=),\1,' .endif @@ -234,7 +233,7 @@ SEDLIST+= -e 's,XX_TCP_WRAPPERS_LIBS_XX, .endif .if ${PORT_OPTIONS:MICONV} -USES= iconv +USE+S= iconv SEDLIST+= -e 's,XX_ICONV_LIBS_XX,-L${LOCALBASE:S/,/\\,/g}/lib ${ICONV_LIB},' \ -e 's,^\# (HAVE_ICONV=),\1,' .else Modified: head/mail/majordomo/Makefile ============================================================================== --- head/mail/majordomo/Makefile Sun Sep 15 06:15:30 2013 (r327332) +++ head/mail/majordomo/Makefile Sun Sep 15 07:14:12 2013 (r327333) @@ -13,8 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= anders@FreeBSD.org COMMENT= A mailing list manager -USES= shebangfix -USE_PERL5= yes +USES= shebangfix perl5 SHEBANG_FILES= contrib/sequencer Modified: head/mail/mimedefang/Makefile ============================================================================== --- head/mail/mimedefang/Makefile Sun Sep 15 06:15:30 2013 (r327332) +++ head/mail/mimedefang/Makefile Sun Sep 15 07:14:12 2013 (r327333) @@ -23,7 +23,7 @@ OPTIONS_DEFINE= CLAMAV EXAMPLES DOCS OPTIONS_DEFAULT= CLAMAV CLAMAV_DESC= Enable Clamav -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes MAILUSER?= mailnull Modified: head/mail/mixmaster/Makefile ============================================================================== --- head/mail/mixmaster/Makefile Sun Sep 15 06:15:30 2013 (r327332) +++ head/mail/mixmaster/Makefile Sun Sep 15 07:14:12 2013 (r327333) @@ -16,8 +16,7 @@ COMMENT= A cryptographically secure anon LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre -USES= ncurses -USE_PERL5= yes +USES= ncurses perl5 USE_OPENSSL= yes .if !exists(/usr/include/openssl/idea.h) WITH_OPENSSL_PORT= yes Modified: head/mail/p5-Email-Sender/Makefile ============================================================================== --- head/mail/p5-Email-Sender/Makefile Sun Sep 15 06:15:30 2013 (r327332) +++ head/mail/p5-Email-Sender/Makefile Sun Sep 15 07:14:12 2013 (r327333) @@ -28,7 +28,8 @@ TEST_DEPENDS= p5-Capture-Tiny>=0.08:${PO p5-Sub-Override>=0:${PORTSDIR}/devel/p5-Sub-Override \ p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Email::Sender.3 \ Email::Sender::Failure.3 \ Modified: head/mail/policyd2/Makefile ============================================================================== --- head/mail/policyd2/Makefile Sun Sep 15 06:15:30 2013 (r327332) +++ head/mail/policyd2/Makefile Sun Sep 15 07:14:12 2013 (r327333) @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-Net-Server>=0:${PORTSDIR p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles \ p5-Cache-FastMmap>=0:${PORTSDIR}/devel/p5-Cache-FastMmap -USE_PERL5= yes +USES= perl5 USE_PHP= yes NO_BUILD= yes USE_RC_SUBR= policyd2 Modified: head/mail/postfix29/Makefile ============================================================================== --- head/mail/postfix29/Makefile Sun Sep 15 06:15:30 2013 (r327332) +++ head/mail/postfix29/Makefile Sun Sep 15 07:14:12 2013 (r327333) @@ -31,8 +31,9 @@ NO_LATEST_LINK= yes USERS= postfix GROUPS= mail maildrop postfix +USES= perl5 +USE_PERL5= build USE_SUBMAKE= yes -USE_PERL5_BUILD=yes SCRIPTS_ENV+= POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}" OPTIONS_DEFINE= PCRE SASL2 TLS BDB MYSQL PGSQL SQLITE OPENLDAP LDAP_SASL \ Modified: head/mail/qmail-scanner/Makefile ============================================================================== --- head/mail/qmail-scanner/Makefile Sun Sep 15 06:15:30 2013 (r327332) +++ head/mail/qmail-scanner/Makefile Sun Sep 15 07:14:12 2013 (r327333) @@ -21,9 +21,7 @@ BUILD_DEPENDS+= reformime:${PORTSDIR}/ma CONFLICTS= qmail-scanner-1.* -USES= qmail - -USE_PERL5= yes +USES= qmail perl5 SPOOLDIR?= /var/spool/qscand PLIST_SUB= SPOOLDIR=${SPOOLDIR} Modified: head/mail/qmhandle/Makefile ============================================================================== --- head/mail/qmhandle/Makefile Sun Sep 15 06:15:30 2013 (r327332) +++ head/mail/qmhandle/Makefile Sun Sep 15 07:14:12 2013 (r327333) @@ -14,10 +14,9 @@ LICENSE= GPLv2 OPTIONS_DEFINE= DOCS -USES= qmail:run +USES= qmail:run perl5 NO_BUILD= yes -USE_PERL5= yes USE_BZIP2= yes PORTDOCS= HISTORY README Modified: head/mail/sqwebmail/Makefile ============================================================================== --- head/mail/sqwebmail/Makefile Sun Sep 15 06:15:30 2013 (r327332) +++ head/mail/sqwebmail/Makefile Sun Sep 15 07:14:12 2013 (r327333) @@ -51,10 +51,8 @@ CACHEOWNER?= bin # # End of user variables -USE_PERL5= YES USE_BZIP2= YES -USES= gettext iconv -USE_GMAKE= YES +USES= gettext gmake iconv perl5 USE_RC_SUBR= sqwebmail-sqwebmaild GNU_CONFIGURE= yes Modified: head/mail/swaks/Makefile ============================================================================== --- head/mail/swaks/Makefile Sun Sep 15 06:15:30 2013 (r327332) +++ head/mail/swaks/Makefile Sun Sep 15 07:14:12 2013 (r327333) @@ -16,7 +16,8 @@ PERL_NET_DNS_DESC= Add MX lookup support PERL_NET_SSLEAY_DESC= Add TLS support PERL_AUTHEN_NTLM_DESC= Add support for AUTH NTLM -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run .include Modified: head/mail/tpop3d/Makefile ============================================================================== --- head/mail/tpop3d/Makefile Sun Sep 15 06:15:30 2013 (r327332) +++ head/mail/tpop3d/Makefile Sun Sep 15 07:14:12 2013 (r327333) @@ -56,7 +56,7 @@ CONFIGURE_ARGS+= --enable-auth-ldap --wi # Perl authentication .if ${PORT_OPTIONS:MPERLAUTH} -USE_PERL5= yes +USES+= perl5 CONFIGURE_ARGS+= --enable-auth-perl .endif From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 07:58:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 54B565D0; Sun, 15 Sep 2013 07:58:04 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep14.mx.upcmail.net (fep14.mx.upcmail.net [62.179.121.34]) by mx1.freebsd.org (Postfix) with ESMTP id 136132447; Sun, 15 Sep 2013 07:58:02 +0000 (UTC) Received: from edge04.upcmail.net ([192.168.13.239]) by viefep14-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130915075755.ICJJ19378.viefep14-int.chello.at@edge04.upcmail.net>; Sun, 15 Sep 2013 09:57:55 +0200 Received: from [127.0.0.1] ([178.84.132.32]) by edge04.upcmail.net with edge id RKxu1m00d0i5fp603Kxuwi; Sun, 15 Sep 2013 09:57:55 +0200 X-SourceIP: 178.84.132.32 Message-ID: <52356870.5060107@rainbow-runner.nl> Date: Sun, 15 Sep 2013 09:57:36 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Marcus von Appen Subject: Re: svn commit: r327319 - in head/multimedia: . libav References: <201309142144.r8ELiEuk096984@svn.freebsd.org> In-Reply-To: <201309142144.r8ELiEuk096984@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130914-1, 14-09-2013), Outbound message X-Antivirus-Status: Clean Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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, 15 Sep 2013 07:58:04 -0000 On 14-9-2013 23:44, Marcus von Appen wrote: > Author: mva > Date: Sat Sep 14 21:44:14 2013 > New Revision: 327319 > URL: http://svnweb.freebsd.org/changeset/ports/327319 > > Log: > Libav provides cross-platform tools and libraries to convert, manipulate > and stream a wide range of multimedia formats and protocols. It originates > from the FFmpeg codebase, but goes its own way these days, providing its > users with reliable releases and a clear vision how to go forward. > > WWW: http://www.libav.org > I think libav and the multimedia/ffmpeg port need conflict set because they both install libavcodec.so and others. the ffmpeg1 port installs prefixed/suffixed files so there is no conflict there. -Koop From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 08:15:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 76874898; Sun, 15 Sep 2013 08:15:46 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 60A062507; Sun, 15 Sep 2013 08:15:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8F8FkMW035456; Sun, 15 Sep 2013 08:15:46 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8F8FgtS035430; Sun, 15 Sep 2013 08:15:42 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309150815.r8F8FgtS035430@svn.freebsd.org> From: Andrej Zverev Date: Sun, 15 Sep 2013 08:15:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327334 - in head: benchmarks/nuttcp benchmarks/slowloris chinese/qterm java/classpath java/icedtea-web mail/assp mail/bogofilter mail/elmo-devel mail/p5-Sendmail-Milter mail/postfix ma... 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.14 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, 15 Sep 2013 08:15:46 -0000 Author: az Date: Sun Sep 15 08:15:41 2013 New Revision: 327334 URL: http://svnweb.freebsd.org/changeset/ports/327334 Log: - convert to the new perl5 framework - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Modified: head/benchmarks/nuttcp/Makefile head/benchmarks/slowloris/Makefile (contents, props changed) head/chinese/qterm/Makefile head/java/classpath/Makefile head/java/icedtea-web/Makefile head/mail/assp/Makefile head/mail/bogofilter/Makefile head/mail/elmo-devel/Makefile head/mail/p5-Sendmail-Milter/Makefile (contents, props changed) head/mail/postfix/Makefile head/mail/postfix28/Makefile head/mail/sqlgrey/Makefile (contents, props changed) head/mail/zmailer/Makefile head/print/a2ps/Makefile head/print/foomatic-filters/Makefile (contents, props changed) head/print/lilypond/Makefile head/print/lyx/Makefile head/print/pdflib/Makefile (contents, props changed) head/print/tgif2tex/Makefile (contents, props changed) Modified: head/benchmarks/nuttcp/Makefile ============================================================================== --- head/benchmarks/nuttcp/Makefile Sun Sep 15 07:14:12 2013 (r327333) +++ head/benchmarks/nuttcp/Makefile Sun Sep 15 08:15:41 2013 (r327334) @@ -14,7 +14,6 @@ MAINTAINER= andrewclarkii@gmail.com COMMENT= TCP/UDP network testing tool USE_BZIP2= yes -WANT_PERL= yes MAKEFILE= /dev/null ALL_TARGET= ${PORTNAME} MAN8= ${PORTNAME}.8 @@ -27,15 +26,17 @@ OPTIONS_DEFAULT= NUTTSCP NUTTSCP_DESC= Install script for copying files over nuttcp -.include +.include .if ${PORT_OPTIONS:MNUTTSCP} -USE_PERL5= yes +USES+= perl5 PLIST_SUB+= NUTTSCP="" .else PLIST_SUB+= NUTTSCP="@comment " .endif +.include + post-extract: .SILENT ${CP} ${DISTDIR}/${DIST_SUBDIR}/${NUTTSCPDISTFILE} ${WRKDIR}/nuttscp Modified: head/benchmarks/slowloris/Makefile ============================================================================== --- head/benchmarks/slowloris/Makefile Sun Sep 15 07:14:12 2013 (r327333) +++ head/benchmarks/slowloris/Makefile Sun Sep 15 08:15:41 2013 (r327334) @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.renatasystems.or MAINTAINER= alexey@renatasystems.org COMMENT= The low bandwidth, yet greedy and poisonous HTTP client -USE_PERL5= yes +USES= perl5 NO_BUILD= yes RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ Modified: head/chinese/qterm/Makefile ============================================================================== --- head/chinese/qterm/Makefile Sun Sep 15 07:14:12 2013 (r327333) +++ head/chinese/qterm/Makefile Sun Sep 15 08:15:41 2013 (r327334) @@ -10,8 +10,8 @@ MAINTAINER= kaiwang27@gmail.com COMMENT= BBS client for BSD/Linux USE_BZIP2= yes -USES= cmake -USE_PERL5_BUILD= yes +USES= cmake perl5 +USE_PERL5= build USE_QT4= codecs-cn_run codecs-tw_run gui help-tools_build \ linguist_build moc_build network qt3support_build \ qmake_build rcc_build uic_build xml Modified: head/java/classpath/Makefile ============================================================================== --- head/java/classpath/Makefile Sun Sep 15 07:14:12 2013 (r327333) +++ head/java/classpath/Makefile Sun Sep 15 08:15:41 2013 (r327334) @@ -17,10 +17,9 @@ COMMENT= A GNU project to create a free LICENSE= GPLv2 GNU_CONFIGURE= yes -USES= pkgconfig iconv -USE_GMAKE= yes +USES= gmake pkgconfig iconv perl5 USE_LDCONFIG= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_XORG= x11 ice xtst xaw xproto xext WANT_GNOME= yes Modified: head/java/icedtea-web/Makefile ============================================================================== --- head/java/icedtea-web/Makefile Sun Sep 15 07:14:12 2013 (r327333) +++ head/java/icedtea-web/Makefile Sun Sep 15 08:15:41 2013 (r327334) @@ -21,9 +21,9 @@ USE_JAVA= yes JAVA_OS= native JAVA_VENDOR= openjdk JAVA_VERSION= 1.6+ -USE_PERL5_BUILD=yes +USE_PERL5= build USE_XORG= x11 -USES= gmake pkgconfig shebangfix +USES= gmake pkgconfig shebangfix perl5 SHEBANG_FILES= javac.in jrunscript.in WANT_GNOME= yes Modified: head/mail/assp/Makefile ============================================================================== --- head/mail/assp/Makefile Sun Sep 15 07:14:12 2013 (r327333) +++ head/mail/assp/Makefile Sun Sep 15 08:15:41 2013 (r327334) @@ -11,9 +11,10 @@ DISTNAME= ${PORTNAME:U}_${PORTVERSION}_I MAINTAINER= rnejdl@ringofsaturn.com COMMENT= Anti-Spam SMTP Proxy +USES= perl5 USE_ZIP= yes NO_BUILD= yes -USE_PERL5_RUN= yes +USE_PERL5= run MAN8= assp.8 assplog.8 Modified: head/mail/bogofilter/Makefile ============================================================================== --- head/mail/bogofilter/Makefile Sun Sep 15 07:14:12 2013 (r327333) +++ head/mail/bogofilter/Makefile Sun Sep 15 08:15:41 2013 (r327334) @@ -22,8 +22,9 @@ UNICODE_DESC= Normalize tokens to Unico CONFLICTS_INSTALL?= bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]* bogofilter-tc-[0-9]* [a-z][a-z]-bogofilter-[0-9]* +USES= perl5 +USE_PERL5= run USE_BZIP2= yes -USE_PERL5_RUN= yes GNU_CONFIGURE= yes .include Modified: head/mail/elmo-devel/Makefile ============================================================================== --- head/mail/elmo-devel/Makefile Sun Sep 15 07:14:12 2013 (r327333) +++ head/mail/elmo-devel/Makefile Sun Sep 15 08:15:41 2013 (r327334) @@ -14,9 +14,9 @@ COMMENT= Receive, filter, read, compose, CONFLICTS= elmo-[0-9]* GNU_CONFIGURE= yes -USES= iconv +USES= iconv perl5 USE_OPENSSL= yes -USE_PERL5_RUN= yes +USE_PERL5= run LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/mail/p5-Sendmail-Milter/Makefile ============================================================================== --- head/mail/p5-Sendmail-Milter/Makefile Sun Sep 15 07:14:12 2013 (r327333) +++ head/mail/p5-Sendmail-Milter/Makefile Sun Sep 15 08:15:41 2013 (r327334) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= marc@pilgerer.org COMMENT= Module to write mail filters in Perl using sendmail's mail filter API -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sendmail::Milter.3 Modified: head/mail/postfix/Makefile ============================================================================== --- head/mail/postfix/Makefile Sun Sep 15 07:14:12 2013 (r327333) +++ head/mail/postfix/Makefile Sun Sep 15 08:15:41 2013 (r327334) @@ -28,8 +28,9 @@ CONFLICTS= courier-0.* postfix-1.* postf USERS= postfix GROUPS= mail maildrop postfix +USES= perl5 USE_SUBMAKE= yes -USE_PERL5_BUILD=yes +USE_PERL5= build SCRIPTS_ENV+= POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}" OPTIONS_DEFINE= PCRE SASL2 TLS BDB MYSQL PGSQL SQLITE OPENLDAP LDAP_SASL \ Modified: head/mail/postfix28/Makefile ============================================================================== --- head/mail/postfix28/Makefile Sun Sep 15 07:14:12 2013 (r327333) +++ head/mail/postfix28/Makefile Sun Sep 15 08:15:41 2013 (r327334) @@ -31,8 +31,9 @@ NO_LATEST_LINK= yes USERS= postfix GROUPS= mail maildrop postfix +USES= perl5 +USE_PERL5= build USE_SUBMAKE= yes -USE_PERL5_BUILD=yes SCRIPTS_ENV+= POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}" OPTIONS_DEFINE= PCRE SASL2 TLS BDB MYSQL PGSQL SQLITE OPENLDAP \ Modified: head/mail/sqlgrey/Makefile ============================================================================== --- head/mail/sqlgrey/Makefile Sun Sep 15 07:14:12 2013 (r327333) +++ head/mail/sqlgrey/Makefile Sun Sep 15 08:15:41 2013 (r327334) @@ -13,7 +13,8 @@ RUN_DEPENDS= p5-Net-Server>=0:${PORTSDIR p5-IO-Multiplex>=0:${PORTSDIR}/devel/p5-IO-Multiplex \ p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_RC_SUBR= sqlgrey NO_BUILD= yes Modified: head/mail/zmailer/Makefile ============================================================================== --- head/mail/zmailer/Makefile Sun Sep 15 07:14:12 2013 (r327333) +++ head/mail/zmailer/Makefile Sun Sep 15 08:15:41 2013 (r327334) @@ -15,8 +15,8 @@ CONFLICTS= courier-0.* postfix-1.* postf OPTIONS_DEFINE= SSL OPTIONS_DEFAULT=SSL +USES= perl5 GNU_CONFIGURE= yes -USE_PERL5= yes MAKE_JOBS_UNSAFE= .include Modified: head/print/a2ps/Makefile ============================================================================== --- head/print/a2ps/Makefile Sun Sep 15 07:14:12 2013 (r327333) +++ head/print/a2ps/Makefile Sun Sep 15 08:15:41 2013 (r327334) @@ -16,7 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= paper:${PORTSDIR}/print/libpaper -USE_PERL5= yes +USES= perl5 USE_CSTD= gnu89 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/print/foomatic-filters/Makefile ============================================================================== --- head/print/foomatic-filters/Makefile Sun Sep 15 07:14:12 2013 (r327333) +++ head/print/foomatic-filters/Makefile Sun Sep 15 08:15:41 2013 (r327334) @@ -13,8 +13,8 @@ COMMENT= Foomatic wrapper scripts LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= perl5 USE_AUTOTOOLS= autoheader -USE_PERL5= yes USE_GHOSTSCRIPT=yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_A2PS=${LOCALBASE}/bin/a2ps \ Modified: head/print/lilypond/Makefile ============================================================================== --- head/print/lilypond/Makefile Sun Sep 15 07:14:12 2013 (r327333) +++ head/print/lilypond/Makefile Sun Sep 15 08:15:41 2013 (r327334) @@ -39,11 +39,11 @@ INFO= lilypond-notation \ music-glossary \ internals -USES= bison:build gettext gmake pkgconfig +USES= bison:build gettext gmake pkgconfig perl5 USE_GHOSTSCRIPT=9 USE_TEX= latex USE_PYTHON= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_GNOME= pango USE_GCC= any Modified: head/print/lyx/Makefile ============================================================================== --- head/print/lyx/Makefile Sun Sep 15 07:14:12 2013 (r327333) +++ head/print/lyx/Makefile Sun Sep 15 08:15:41 2013 (r327334) @@ -23,12 +23,11 @@ CONFLICTS= lyx-1.[0-9]* MAJOR_VERSION= 2.0 MINOR_VERSION= 6 -USES= gmake iconv pkgconfig +USES= gmake iconv pkgconfig perl5 USE_XZ= yes USE_QT4= corelib gui moc_build uic_build rcc_build USE_GNOME= desktopfileutils USE_PYTHON= -2.7 -USE_PERL5= yes GNU_CONFIGURE= yes CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} Modified: head/print/pdflib/Makefile ============================================================================== --- head/print/pdflib/Makefile Sun Sep 15 07:14:12 2013 (r327333) +++ head/print/pdflib/Makefile Sun Sep 15 08:15:41 2013 (r327334) @@ -21,8 +21,8 @@ OPTIONS_DEFINE= PERL JAVA PERL_DESC= Build perl bindings JAVA_DESC= Build Java bindings +USES= gmake USE_LDCONFIG= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-py=no --with-ruby=no --with-tcl=no @@ -35,7 +35,7 @@ CONFIGURE_ARGS+=--enable-64bit .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 PLIST_SUB= PERL="" CONFIGURE_ARGS+=--with-perl=${PERL} .else Modified: head/print/tgif2tex/Makefile ============================================================================== --- head/print/tgif2tex/Makefile Sun Sep 15 07:14:12 2013 (r327333) +++ head/print/tgif2tex/Makefile Sun Sep 15 08:15:41 2013 (r327334) @@ -12,7 +12,6 @@ COMMENT= Converting texts in figure by t LICENSE= GPLv2 -USE_PERL5_RUN= yes PLIST_FILES= bin/tgif2tex PORTDOCS= how-to-use.dvi how-to-use.ps how-to-use.tex \ example.obj example.tex \ @@ -26,6 +25,9 @@ PORTDOCS= how-to-use.dvi how-to-use.ps OPTIONS_DEFINE= DOCS +USES= perl5 +USE_PERL5= run + .include do-build: From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 08:16:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 48635980; Sun, 15 Sep 2013 08:16:59 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 35BDB2510; Sun, 15 Sep 2013 08:16:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8F8GxbY036174; Sun, 15 Sep 2013 08:16:59 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8F8Gw3Q036172; Sun, 15 Sep 2013 08:16:58 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201309150816.r8F8Gw3Q036172@svn.freebsd.org> From: Marcus von Appen Date: Sun, 15 Sep 2013 08:16:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327335 - in head/multimedia: ffmpeg libav 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.14 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, 15 Sep 2013 08:16:59 -0000 Author: mva Date: Sun Sep 15 08:16:58 2013 New Revision: 327335 URL: http://svnweb.freebsd.org/changeset/ports/327335 Log: - set CONFLICTS for libav and ffmpeg, since they both install files in the same location - bump PORTREVISION, so users can solve the conflict on existing installations Reported by: kwm@ Modified: head/multimedia/ffmpeg/Makefile head/multimedia/libav/Makefile Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sun Sep 15 08:15:41 2013 (r327334) +++ head/multimedia/ffmpeg/Makefile Sun Sep 15 08:16:58 2013 (r327335) @@ -4,12 +4,15 @@ PORTNAME= ffmpeg PORTVERSION= 0.7.15 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ MAINTAINER= mm@FreeBSD.org COMMENT= Realtime audio/video encoder/converter and streaming server +CONFLICTS= libav-[0-9]* + LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPLv2 Modified: head/multimedia/libav/Makefile ============================================================================== --- head/multimedia/libav/Makefile Sun Sep 15 08:15:41 2013 (r327334) +++ head/multimedia/libav/Makefile Sun Sep 15 08:16:58 2013 (r327335) @@ -2,12 +2,15 @@ PORTNAME= libav PORTVERSION= 9.9 +PORTREVISION= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://libav.org/releases/ MAINTAINER= mva@FreeBSD.org COMMENT= Realtime audio/video conversion library +CONFLICTS= ffmpeg-[0-9]* + BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \ texi2html:${PORTSDIR}/textproc/texi2html From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 08:23:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1DF45A88; Sun, 15 Sep 2013 08:23:00 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.18.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CBA18254E; Sun, 15 Sep 2013 08:22:59 +0000 (UTC) Received: from [89.183.28.20] (helo=localhost) by smtprelay04.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1VL7XD-0000XF-3c; Sun, 15 Sep 2013 10:18:23 +0200 Date: Sun, 15 Sep 2013 10:18:22 +0200 From: Marcus von Appen To: Koop Mast Subject: Re: svn commit: r327319 - in head/multimedia: . libav Message-ID: <20130915081822.GB1366@medusa.sysfault.org> Mail-Followup-To: Koop Mast , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201309142144.r8ELiEuk096984@svn.freebsd.org> <52356870.5060107@rainbow-runner.nl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aVD9QWMuhilNxW9f" Content-Disposition: inline In-Reply-To: <52356870.5060107@rainbow-runner.nl> User-Agent: Mutt/1.5.21 (2010-09-15) X-Df-Sender: MTEyNTc0Mg== Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Marcus von Appen List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Sep 2013 08:23:00 -0000 --aVD9QWMuhilNxW9f Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On, Sun Sep 15, 2013, Koop Mast wrote: > On 14-9-2013 23:44, Marcus von Appen wrote: > > Author: mva > > Date: Sat Sep 14 21:44:14 2013 > > New Revision: 327319 > > URL: http://svnweb.freebsd.org/changeset/ports/327319 > > > > Log: > > Libav provides cross-platform tools and libraries to convert, manipulate > > and stream a wide range of multimedia formats and protocols. It originates > > from the FFmpeg codebase, but goes its own way these days, providing its > > users with reliable releases and a clear vision how to go forward. > > > > WWW: http://www.libav.org > > > > I think libav and the multimedia/ffmpeg port need conflict set because > they both install libavcodec.so and others. the ffmpeg1 port installs > prefixed/suffixed files so there is no conflict there. Thanks, I felt that I forgot something, but could not find out what it was. It is fixed now. Cheers Marcus --aVD9QWMuhilNxW9f Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iEYEARECAAYFAlI1bU4ACgkQi68/ErJnpkcZ+QCcCkMb+MYHU/UuyaecArLinjJ4 hMoAoI8lbR6odgywjt/ZsVJT3QOaDe9u =k/t7 -----END PGP SIGNATURE----- --aVD9QWMuhilNxW9f-- From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 09:47:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 687B77C; Sun, 15 Sep 2013 09:47:09 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 54FA4284D; Sun, 15 Sep 2013 09:47:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8F9l9hB086496; Sun, 15 Sep 2013 09:47:09 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8F9l9d2086495; Sun, 15 Sep 2013 09:47:09 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201309150947.r8F9l9d2086495@svn.freebsd.org> From: Rene Ladan Date: Sun, 15 Sep 2013 09:47:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327336 - head/games/torcs/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.14 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, 15 Sep 2013 09:47:09 -0000 Author: rene Date: Sun Sep 15 09:47:08 2013 New Revision: 327336 URL: http://svnweb.freebsd.org/changeset/ports/327336 Log: Fix build with libc++ isnan() and isinf() do not like integer arguments, so remove two offending tests. These tests would always evaluate to false anyway because integers cannot express NaN nor infinity. Added: head/games/torcs/files/patch-src__modules__simu__simuv2__simu.cpp (contents, props changed) Added: head/games/torcs/files/patch-src__modules__simu__simuv2__simu.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/torcs/files/patch-src__modules__simu__simuv2__simu.cpp Sun Sep 15 09:47:08 2013 (r327336) @@ -0,0 +1,10 @@ +--- ./src/modules/simu/simuv2/simu.cpp.orig 2012-10-03 07:18:49.000000000 +0000 ++++ ./src/modules/simu/simuv2/simu.cpp 2013-09-15 09:29:34.000000000 +0000 +@@ -67,7 +67,6 @@ + if (isnan(car->ctrl->brakeCmd) || isinf(car->ctrl->brakeCmd)) car->ctrl->brakeCmd = 0; + if (isnan(car->ctrl->clutchCmd) || isinf(car->ctrl->clutchCmd)) car->ctrl->clutchCmd = 0; + if (isnan(car->ctrl->steer) || isinf(car->ctrl->steer)) car->ctrl->steer = 0; +- if (isnan(car->ctrl->gear) || isinf(car->ctrl->gear)) car->ctrl->gear = 0; + #endif + + /* When the car is broken try to send it on the track side */ From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 11:15:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1CDC392D; Sun, 15 Sep 2013 11:15:05 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A7EA2B86; Sun, 15 Sep 2013 11:15:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FBF4St036216; Sun, 15 Sep 2013 11:15:04 GMT (envelope-from ed@svn.freebsd.org) Received: (from ed@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FBF4xp036214; Sun, 15 Sep 2013 11:15:04 GMT (envelope-from ed@svn.freebsd.org) Message-Id: <201309151115.r8FBF4xp036214@svn.freebsd.org> From: Ed Schouten Date: Sun, 15 Sep 2013 11:15:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327337 - head/net/uriparser 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.14 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, 15 Sep 2013 11:15:05 -0000 Author: ed (src committer) Date: Sun Sep 15 11:15:04 2013 New Revision: 327337 URL: http://svnweb.freebsd.org/changeset/ports/327337 Log: Update uriparser to 0.7.9. Modified: head/net/uriparser/Makefile head/net/uriparser/distinfo Modified: head/net/uriparser/Makefile ============================================================================== --- head/net/uriparser/Makefile Sun Sep 15 09:47:08 2013 (r327336) +++ head/net/uriparser/Makefile Sun Sep 15 11:15:04 2013 (r327337) @@ -1,8 +1,8 @@ -# Created by: Ed Schouten +# Created by: Ed Schouten # $FreeBSD$ PORTNAME= uriparser -PORTVERSION= 0.7.7 +PORTVERSION= 0.7.9 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} Modified: head/net/uriparser/distinfo ============================================================================== --- head/net/uriparser/distinfo Sun Sep 15 09:47:08 2013 (r327336) +++ head/net/uriparser/distinfo Sun Sep 15 11:15:04 2013 (r327337) @@ -1,2 +1,2 @@ -SHA256 (uriparser-0.7.7.tar.bz2) = 868cbcd71ffe875e13034a11d0c96243cbd533b934894fd2a03539eadf0d7800 -SIZE (uriparser-0.7.7.tar.bz2) = 428783 +SHA256 (uriparser-0.7.9.tar.bz2) = a1d8f1007757ca1cf68b49edbac50876100cdee23a54cf1214f257b9ce51100d +SIZE (uriparser-0.7.9.tar.bz2) = 430215 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 12:27:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 90EAEF9F; Sun, 15 Sep 2013 12:27:33 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6EEE62EEE; Sun, 15 Sep 2013 12:27:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FCRXEo075809; Sun, 15 Sep 2013 12:27:33 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FCRVaJ075798; Sun, 15 Sep 2013 12:27:31 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309151227.r8FCRVaJ075798@svn.freebsd.org> From: Antoine Brodin Date: Sun, 15 Sep 2013 12:27:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327338 - in head: audio/mp3stat chinese/fcitx-chewing chinese/fcitx-configtool chinese/gcin chinese/scim-fcitx textproc/scim-bridge-qt4 textproc/scim-input-pad textproc/scim-kmfl-imeng... 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.14 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, 15 Sep 2013 12:27:33 -0000 Author: antoine Date: Sun Sep 15 12:27:30 2013 New Revision: 327338 URL: http://svnweb.freebsd.org/changeset/ports/327338 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/audio/mp3stat/Makefile head/chinese/fcitx-chewing/Makefile head/chinese/fcitx-chewing/pkg-descr head/chinese/fcitx-configtool/Makefile head/chinese/gcin/Makefile head/chinese/scim-fcitx/Makefile head/textproc/scim-bridge-qt4/Makefile head/textproc/scim-bridge-qt4/pkg-descr head/textproc/scim-input-pad/Makefile head/textproc/scim-kmfl-imengine/Makefile head/textproc/scim-m17n/Makefile Modified: head/audio/mp3stat/Makefile ============================================================================== --- head/audio/mp3stat/Makefile Sun Sep 15 11:15:04 2013 (r327337) +++ head/audio/mp3stat/Makefile Sun Sep 15 12:27:30 2013 (r327338) @@ -19,7 +19,7 @@ OPTIONS_DEFAULT= VORBIS WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= gmake +USES= gmake pkgconfig USE_GNOME= gtk20 CXX+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \ Modified: head/chinese/fcitx-chewing/Makefile ============================================================================== --- head/chinese/fcitx-chewing/Makefile Sun Sep 15 11:15:04 2013 (r327337) +++ head/chinese/fcitx-chewing/Makefile Sun Sep 15 12:27:30 2013 (r327338) @@ -1,15 +1,12 @@ -# New ports collection makefile for: fcitx-chewing -# Date created: 6 Feb 2012 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD$ -# PORTNAME= fcitx-chewing PORTVERSION= 0.1.3 PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +PROJECTHOST= fcitx DIST_SUBDIR= fcitx MAINTAINER= lichray@gmail.com @@ -19,9 +16,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/ch chewing:${PORTSDIR}/chinese/libchewing USE_XZ= yes -USES= cmake gettext +USES= cmake gettext pkgconfig USE_GNOME= intltool -PROJECTHOST= fcitx - .include Modified: head/chinese/fcitx-chewing/pkg-descr ============================================================================== --- head/chinese/fcitx-chewing/pkg-descr Sun Sep 15 11:15:04 2013 (r327337) +++ head/chinese/fcitx-chewing/pkg-descr Sun Sep 15 12:27:30 2013 (r327338) @@ -1,4 +1,4 @@ fcitx-chewing provides Chewing, an intelligent phonetic input method engine, as a back-end to the Fcitx IM framework. -WWW: http://code.google.com/p/fcitx/ +WWW: http://code.google.com/p/fcitx/ Modified: head/chinese/fcitx-configtool/Makefile ============================================================================== --- head/chinese/fcitx-configtool/Makefile Sun Sep 15 11:15:04 2013 (r327337) +++ head/chinese/fcitx-configtool/Makefile Sun Sep 15 12:27:30 2013 (r327338) @@ -17,7 +17,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/ch USE_XZ= yes USE_GNOME= intltool gnomehack -USES= cmake gettext +USES= cmake gettext pkgconfig OPTIONS_DEFINE= GTK2 GTK3 OPTIONS_DEFAULT=GTK2 Modified: head/chinese/gcin/Makefile ============================================================================== --- head/chinese/gcin/Makefile Sun Sep 15 11:15:04 2013 (r327337) +++ head/chinese/gcin/Makefile Sun Sep 15 12:27:30 2013 (r327338) @@ -1,9 +1,5 @@ -# New ports collection makefile for: zh-gcin -# Date created: Feb 18 2004 -# Whom: Shen Chuan-Hsing -# +# Created by: Shen Chuan-Hsing # $FreeBSD$ -# PORTNAME= gcin PORTVERSION= 2.8.0 @@ -22,7 +18,7 @@ USE_XZ= YES HAS_CONFIGURE= YES CONFIGURE_ARGS+= --use_gtk3=N --use_qt3=N USE_GNOME= gtk20 -USE_GMAKE= YES +USES= gmake pkgconfig USE_XORG= x11 xtst xext INSTALLS_ICONS= YES USE_LDCONFIG= YES Modified: head/chinese/scim-fcitx/Makefile ============================================================================== --- head/chinese/scim-fcitx/Makefile Sun Sep 15 11:15:04 2013 (r327337) +++ head/chinese/scim-fcitx/Makefile Sun Sep 15 12:27:30 2013 (r327338) @@ -1,9 +1,5 @@ -# New ports collection makefile for: zh-scim-fcitx -# Date created: 8 May 2007 -# Whom: Yinghong Liu -# +# Created by: Yinghong Liu # $FreeBSD$ -# PORTNAME= scim PORTVERSION= 3.1.1 @@ -14,13 +10,13 @@ PKGNAMESUFFIX= -fcitx DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An SCIM IMEngine module for fcitx +COMMENT= SCIM IMEngine module for fcitx RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim BUILD_DEPENDS:= ${RUN_DEPENDS} USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes Modified: head/textproc/scim-bridge-qt4/Makefile ============================================================================== --- head/textproc/scim-bridge-qt4/Makefile Sun Sep 15 11:15:04 2013 (r327337) +++ head/textproc/scim-bridge-qt4/Makefile Sun Sep 15 12:27:30 2013 (r327338) @@ -1,9 +1,5 @@ -# New ports collection makefile for: scim-bridge-qt4 -# Date created: 2008-08-17 -# Whom: Henry Hu -# +# Created by: Henry Hu # $FreeBSD$ -# PORTNAME= scim-bridge PORTVERSION= 0.4.16 @@ -19,8 +15,7 @@ RUN_DEPENDS= scim-bridge:${PORTSDIR}/tex USE_QT4= corelib gui moc_build QT_NONSTANDARD= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes LICENSE= GPLv2 LGPL21 Modified: head/textproc/scim-bridge-qt4/pkg-descr ============================================================================== --- head/textproc/scim-bridge-qt4/pkg-descr Sun Sep 15 11:15:04 2013 (r327337) +++ head/textproc/scim-bridge-qt4/pkg-descr Sun Sep 15 12:27:30 2013 (r327338) @@ -4,4 +4,4 @@ the IME server which communicates with S which communicate only with the agent so that there is no binary dependency between the clients and SCIM. -WWW: http://www.scim-im.org/projects/scim_bridge/ +WWW: http://www.scim-im.org/projects/scim_bridge/ Modified: head/textproc/scim-input-pad/Makefile ============================================================================== --- head/textproc/scim-input-pad/Makefile Sun Sep 15 11:15:04 2013 (r327337) +++ head/textproc/scim-input-pad/Makefile Sun Sep 15 12:27:30 2013 (r327338) @@ -14,7 +14,7 @@ COMMENT= SCIM add-on to input various sy LIB_DEPENDS= scim-1.0.10:${PORTSDIR}/textproc/scim USE_LDCONFIG= yes -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ LDFLAGS+= -L${LOCALBASE}/lib Modified: head/textproc/scim-kmfl-imengine/Makefile ============================================================================== --- head/textproc/scim-kmfl-imengine/Makefile Sun Sep 15 11:15:04 2013 (r327337) +++ head/textproc/scim-kmfl-imengine/Makefile Sun Sep 15 12:27:30 2013 (r327338) @@ -1,9 +1,5 @@ -# New ports collection makefile for: scim-kmfl-imengine -# Date created: 10 October 2007 -# Whom: Nikola Lecic -# +# Created by: Nikola Lecic # $FreeBSD$ -# PORTNAME= scim-kmfl-imengine PORTVERSION= 0.9.9 @@ -28,7 +24,7 @@ RUN_DEPENDS= kmflcomp:${PORTSDIR}/textpr USE_XORG= x11 xkbfile xproto USE_AUTOTOOLS= libtool USE_GNOME= glib20 gtk20 intlhack -USES= gettext iconv +USES= gettext iconv pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/textproc/scim-m17n/Makefile ============================================================================== --- head/textproc/scim-m17n/Makefile Sun Sep 15 11:15:04 2013 (r327337) +++ head/textproc/scim-m17n/Makefile Sun Sep 15 12:27:30 2013 (r327338) @@ -1,9 +1,5 @@ -# New ports collection makefile for: scim-m17n -# Date Created: 10 May 2007 -# Whom: Yinghong Liu -# +# Created by: Yinghong Liu # $FreeBSD$ -# PORTNAME= scim-m17n PORTVERSION= 0.2.3 @@ -12,16 +8,15 @@ CATEGORIES= textproc MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} \ http://anthesphoria.net/FreeBSD/ports/distfiles/ - MAINTAINER= nikola.lecic@anthesphoria.net -COMMENT= A SCIM IMEngine module which uses m17n library as the backend +COMMENT= SCIM IMEngine module which uses m17n library as the backend BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \ gsed:${PORTSDIR}/textproc/gsed LIB_DEPENDS= m17n.4:${PORTSDIR}/devel/m17n-lib RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes .include From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 12:52:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 113FA5EE; Sun, 15 Sep 2013 12:52:29 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F271E2024; Sun, 15 Sep 2013 12:52:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FCqSSc089874; Sun, 15 Sep 2013 12:52:28 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FCqSud089872; Sun, 15 Sep 2013 12:52:28 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201309151252.r8FCqSud089872@svn.freebsd.org> From: Marcus von Appen Date: Sun, 15 Sep 2013 12:52:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327339 - in head: Mk lang/python2 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.14 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, 15 Sep 2013 12:52:29 -0000 Author: mva Date: Sun Sep 15 12:52:28 2013 New Revision: 327339 URL: http://svnweb.freebsd.org/changeset/ports/327339 Log: - Introduce PYTHON2_DEFAULT_VERSION, the version of the default python2 binary in $PATH. It can be set in case the user wants to use a specific python2 version as a default. Its behaviour is similar to the existing PYTHON3_DEFAULT_VERSION and fixes a small issue with package builds for different python versions. - Outline that PYTHON_DEFAULT_VERSION always takes precedence for a specific python major version. - Update lang/python2 to use PYTHON2_DEFAULT_VERSION and bump the PORTREVISION to let the installed port catch up with the change. - Allow PYTHON3_DEFAULT_VERSION to overriden by a user choice, if PYTHON_DEFAULT_VERSION is not set to a python3 port. Reported by: David Demelier Reviewed by: koobs@, sbz@ With hat on: python@ Modified: head/Mk/bsd.python.mk head/lang/python2/Makefile Modified: head/Mk/bsd.python.mk ============================================================================== --- head/Mk/bsd.python.mk Sun Sep 15 12:27:30 2013 (r327338) +++ head/Mk/bsd.python.mk Sun Sep 15 12:52:28 2013 (r327339) @@ -11,11 +11,11 @@ Python_Include_MAINTAINER= python@FreeBS # This file contains some variable definitions that are supposed to # make your life easier when dealing with ports related to the Python -# language. It's automatically included when USE_PYTHON or PYTHON_VERSION -# is defined in the ports' makefile. Define PYTHON_VERSION to override the -# defaults that USE_PYTHON would give you. If your port requires only some -# set of Python versions, you can define USE_PYTHON as [min]-[max] or -# min+. (eg. 3.1-3.2, 2.7+ or -3.2) +# language. It's automatically included when USE_PYTHON is defined in +# the ports' makefile. If your port requires only some set of Python +# versions, you can define USE_PYTHON as [min]-[max] or min+ or -max +# or as an explicit version (eg. 3.1-3.2 for [min]-[max], +# 2.7+ or -3.2 for min+ and -max or 2.6 for an explicit version). # # The variables: # @@ -87,13 +87,23 @@ Python_Include_MAINTAINER= python@FreeBS # PYTHON_DEFAULT_VERSION # - Version of the default python binary in your ${PATH}, in # the format "python2.7". Set this in your /etc/make.conf -# in case you want to use an older version as a default. +# in case you want to use a specific version as a default. +# default: python2.7 +# +# PYTHON2_DEFAULT_VERSION +# - Version of the default python2 binary in your ${PATH}, in +# the format "python2.7". Set this in your /etc/make.conf +# in case you want to use a specific version as a default. +# Note that PYTHON_DEFAULT_VERSION always will have precedence +# before this value, if it matches "python2*" # default: python2.7 # # PYTHON3_DEFAULT_VERSION -# - Version of the default python binary in your ${PATH}, in +# - Version of the default python3 binary in your ${PATH}, in # the format "python3.2". Set this in your /etc/make.conf -# in case you want to use an older version as a default. +# in case you want to use a specific version as a default. +# Note that PYTHON_DEFAULT_VERSION always will have precedence +# before this value, if it matches "python3*" # default: python3.3 # # PYTHON_MAJOR_VER - Python version major number. 2 for python-2.x, @@ -283,10 +293,16 @@ _PYTHON_DEFAULT_VERSION= ${_PYTHON_PORTB PYTHON_DEFAULT_VERSION= python${_PYTHON_DEFAULT_VERSION} .endif +.if ${PYTHON_DEFAULT_VERSION:R} == "python2" +PYTHON2_DEFAULT_VERSION= ${PYTHON_DEFAULT_VERSION} +.else +PYTHON2_DEFAULT_VERSION?= python2.7 +.endif + .if ${PYTHON_DEFAULT_VERSION:R} == "python3" PYTHON3_DEFAULT_VERSION= ${PYTHON_DEFAULT_VERSION} .else -PYTHON3_DEFAULT_VERSION= python3.3 +PYTHON3_DEFAULT_VERSION?= python3.3 .endif .if defined(PYTHON_VERSION) Modified: head/lang/python2/Makefile ============================================================================== --- head/lang/python2/Makefile Sun Sep 15 12:27:30 2013 (r327338) +++ head/lang/python2/Makefile Sun Sep 15 12:52:28 2013 (r327339) @@ -2,6 +2,7 @@ PORTNAME= python2 PORTVERSION= ${PYTHON_MAJOR_VER} +PORTREVISION= 1 CATEGORIES= lang python ipv6 MASTER_SITES= # empty DISTFILES= # empty @@ -11,7 +12,7 @@ MAINTAINER= python@FreeBSD.org COMMENT= The "meta-port" for version 2 of the Python interpreter USE_PYTHON_RUN= yes -PYTHON_VERSION= ${PYTHON_DEFAULT_VERSION} +PYTHON_VERSION= ${PYTHON2_DEFAULT_VERSION} NO_BUILD= yes PYTHON_NO_DEPENDS= yes From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 13:13:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7C3D3AB8; Sun, 15 Sep 2013 13:13:55 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 69F3E211C; Sun, 15 Sep 2013 13:13:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FDDtV4001026; Sun, 15 Sep 2013 13:13:55 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FDDta4001025; Sun, 15 Sep 2013 13:13:55 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201309151313.r8FDDta4001025@svn.freebsd.org> From: Chris Rees Date: Sun, 15 Sep 2013 13:13:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327340 - head/net-mgmt/netmagis-common/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.14 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, 15 Sep 2013 13:13:55 -0000 Author: crees Date: Sun Sep 15 13:13:54 2013 New Revision: 327340 URL: http://svnweb.freebsd.org/changeset/ports/327340 Log: Allow compilation with clang as well Submitted by: Pierre David (maintainer) Added: head/net-mgmt/netmagis-common/files/patch-www-htg-src-Makefile-orig (contents, props changed) Added: head/net-mgmt/netmagis-common/files/patch-www-htg-src-Makefile-orig ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/netmagis-common/files/patch-www-htg-src-Makefile-orig Sun Sep 15 13:13:54 2013 (r327340) @@ -0,0 +1,11 @@ +--- www/htg/src/Makefile.orig 2013-09-15 14:12:23.902026199 +0100 ++++ www/htg/src/Makefile 2013-09-15 14:12:30.908039058 +0100 +@@ -3,7 +3,7 @@ + TCLCFLAGS = -I/usr/local/include/tcl8.5 + TCLLFLAGS = -L/usr/local/lib -ltcl85 -lm + +-CC = gcc -Wall ++CC = cc -Wall + #DEBUG = -g + OPT = -O + CFLAGS = $(DEBUG) $(OPT) $(TCLCFLAGS) From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 13:42:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D4852F5D; Sun, 15 Sep 2013 13:42:07 +0000 (UTC) (envelope-from trociny@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C09C62253; Sun, 15 Sep 2013 13:42:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FDg7uh016482; Sun, 15 Sep 2013 13:42:07 GMT (envelope-from trociny@svn.freebsd.org) Received: (from trociny@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FDg7BR016480; Sun, 15 Sep 2013 13:42:07 GMT (envelope-from trociny@svn.freebsd.org) Message-Id: <201309151342.r8FDg7BR016480@svn.freebsd.org> From: Mikolaj Golub Date: Sun, 15 Sep 2013 13:42:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327341 - head/sysutils/bsdcrashtar 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.14 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, 15 Sep 2013 13:42:07 -0000 Author: trociny (src committer) Date: Sun Sep 15 13:42:07 2013 New Revision: 327341 URL: http://svnweb.freebsd.org/changeset/ports/327341 Log: - Update to 0.1.3. - Update MAINTAINER address. Approved by: bdrewery Modified: head/sysutils/bsdcrashtar/Makefile head/sysutils/bsdcrashtar/distinfo Modified: head/sysutils/bsdcrashtar/Makefile ============================================================================== --- head/sysutils/bsdcrashtar/Makefile Sun Sep 15 13:13:54 2013 (r327340) +++ head/sysutils/bsdcrashtar/Makefile Sun Sep 15 13:42:07 2013 (r327341) @@ -6,11 +6,11 @@ # PORTNAME= bsdcrashtar -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE -MAINTAINER= to.my.trociny@gmail.com +MAINTAINER= trociny@FreeBSD.org COMMENT= Archive FreeBSD kernel crash files PLIST_FILES= sbin/bsdcrashtar Modified: head/sysutils/bsdcrashtar/distinfo ============================================================================== --- head/sysutils/bsdcrashtar/distinfo Sun Sep 15 13:13:54 2013 (r327340) +++ head/sysutils/bsdcrashtar/distinfo Sun Sep 15 13:42:07 2013 (r327341) @@ -1,2 +1,2 @@ -SHA256 (bsdcrashtar-0.1.2.tar.gz) = 1d475b1980afadb4f014274d9fc8685872584da191d488c16ca06df605e0542e -SIZE (bsdcrashtar-0.1.2.tar.gz) = 5579 +SHA256 (bsdcrashtar-0.1.3.tar.gz) = 6ec63e0365e1d093e1db72e7751fcf2615c23cc27621d0fc6c977970c042e799 +SIZE (bsdcrashtar-0.1.3.tar.gz) = 5645 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 14:29:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5B29EBA6; Sun, 15 Sep 2013 14:29:32 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 486D9246B; Sun, 15 Sep 2013 14:29:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FETW3A039328; Sun, 15 Sep 2013 14:29:32 GMT (envelope-from marcus@svn.freebsd.org) Received: (from marcus@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FETVwa039321; Sun, 15 Sep 2013 14:29:31 GMT (envelope-from marcus@svn.freebsd.org) Message-Id: <201309151429.r8FETVwa039321@svn.freebsd.org> From: Joe Marcus Clarke Date: Sun, 15 Sep 2013 14:29:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327342 - head/net/wireshark 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.14 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, 15 Sep 2013 14:29:32 -0000 Author: marcus Date: Sun Sep 15 14:29:31 2013 New Revision: 327342 URL: http://svnweb.freebsd.org/changeset/ports/327342 Log: Update to 1.10.2. See http://www.wireshark.org/docs/relnotes/wireshark-1.10.2.html for a list of changes in this release. Modified: head/net/wireshark/Makefile head/net/wireshark/distinfo head/net/wireshark/pkg-plist Modified: head/net/wireshark/Makefile ============================================================================== --- head/net/wireshark/Makefile Sun Sep 15 13:42:07 2013 (r327341) +++ head/net/wireshark/Makefile Sun Sep 15 14:29:31 2013 (r327342) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= wireshark -PORTVERSION= 1.10.1 +PORTVERSION= 1.10.2 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ http://ftp.uni-kl.de/pub/wireshark/src/ \ Modified: head/net/wireshark/distinfo ============================================================================== --- head/net/wireshark/distinfo Sun Sep 15 13:42:07 2013 (r327341) +++ head/net/wireshark/distinfo Sun Sep 15 14:29:31 2013 (r327342) @@ -1,2 +1,2 @@ -SHA256 (wireshark-1.10.1.tar.bz2) = 06499544f053cc1f73529278ede0ac210d709cada8267e81d908bd346cc0c5bc -SIZE (wireshark-1.10.1.tar.bz2) = 26815901 +SHA256 (wireshark-1.10.2.tar.bz2) = b7a83314424e13639c591de924aa240bc5f3d9cae01dde69bf858fa04b22a33d +SIZE (wireshark-1.10.2.tar.bz2) = 26667284 Modified: head/net/wireshark/pkg-plist ============================================================================== --- head/net/wireshark/pkg-plist Sun Sep 15 13:42:07 2013 (r327341) +++ head/net/wireshark/pkg-plist Sun Sep 15 14:29:31 2013 (r327342) @@ -11,7 +11,7 @@ bin/tshark %%TEXT2PCAP%% lib/libwireshark.la lib/libwireshark.so -lib/libwireshark.so.3 +lib/libwireshark.so.4 lib/libwiretap.la lib/libwiretap.so lib/libwiretap.so.3 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 14:54:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CA4DEF64; Sun, 15 Sep 2013 14:54:40 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B5E08256A; Sun, 15 Sep 2013 14:54:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FEse3D053383; Sun, 15 Sep 2013 14:54:40 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FEsaXC053358; Sun, 15 Sep 2013 14:54:36 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309151454.r8FEsaXC053358@svn.freebsd.org> From: Andrej Zverev Date: Sun, 15 Sep 2013 14:54:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327343 - in head: benchmarks/polygraph multimedia/ffmpeg multimedia/ffmpeg-devel multimedia/ffmpeg1 multimedia/libvpx multimedia/mythtv multimedia/p5-Subtitles multimedia/xawtv multime... 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.14 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, 15 Sep 2013 14:54:40 -0000 Author: az Date: Sun Sep 15 14:54:36 2013 New Revision: 327343 URL: http://svnweb.freebsd.org/changeset/ports/327343 Log: - convert to the new perl5 framework - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Modified: head/benchmarks/polygraph/Makefile (contents, props changed) head/multimedia/ffmpeg-devel/Makefile head/multimedia/ffmpeg/Makefile head/multimedia/ffmpeg1/Makefile head/multimedia/libvpx/Makefile head/multimedia/mythtv/Makefile head/multimedia/p5-Subtitles/Makefile (contents, props changed) head/multimedia/xawtv/Makefile head/multimedia/zoneminder/Makefile head/net/freeradius2/Makefile head/net/isc-dhcp42-server/Makefile head/net/openpgm/Makefile head/net/p5-Net-Google-SafeBrowsing2/Makefile head/net/sendemail/Makefile head/net/silc-client/Makefile head/net/smbldap-tools/Makefile (contents, props changed) head/net/ssltunnel-client/Makefile head/net/vnc/Makefile (contents, props changed) head/net/wireshark/Makefile Modified: head/benchmarks/polygraph/Makefile ============================================================================== --- head/benchmarks/polygraph/Makefile Sun Sep 15 14:29:31 2013 (r327342) +++ head/benchmarks/polygraph/Makefile Sun Sep 15 14:54:36 2013 (r327343) @@ -48,7 +48,8 @@ CONFIGURE_ARGS+= --without-ssl .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5_RUN= yes +USES+= perl5 +USE_PERL5= run .endif .if ${PORT_OPTIONS:MZLIB} Modified: head/multimedia/ffmpeg-devel/Makefile ============================================================================== --- head/multimedia/ffmpeg-devel/Makefile Sun Sep 15 14:29:31 2013 (r327342) +++ head/multimedia/ffmpeg-devel/Makefile Sun Sep 15 14:54:36 2013 (r327343) @@ -30,10 +30,9 @@ FETCH_URL= "http://git.videolan.org/?p=f HAS_CONFIGURE= yes CONFIGURE_LOG= config.err -USES= pkgconfig -USE_GMAKE= yes +USES= gmake perl5 pkgconfig WANT_SDL= yes -USE_PERL5_BUILD= yes +USE_PERL5= build OPTIONS_DEFINE= AACPLUS ALSA AMR_NB AMR_WB ASS CDIO CELT DEBUG FAAC \ FDK_AAC FFSERVER FONTCONFIG FREETYPE FREI0R GNUTLS GSM LAME \ Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sun Sep 15 14:29:31 2013 (r327342) +++ head/multimedia/ffmpeg/Makefile Sun Sep 15 14:54:36 2013 (r327343) @@ -24,11 +24,10 @@ BUILD_DEPENDS= yasm:${PORTSDIR}/devel/ya HAS_CONFIGURE= yes CONFIGURE_LOG= config.err -USES= pkgconfig +USES= gmake perl5 pkgconfig USE_BZIP2= yes -USE_GMAKE= yes WANT_SDL= yes -USE_PERL5_BUILD= yes +USE_PERL5= build OPTIONS_DEFINE= AACPLUS ALSA AMR_NB AMR_WB CELT DEBUG DIRAC FAAC \ FFSERVER FREETYPE FREI0R GSM LAME OPENCV OPENJPEG \ Modified: head/multimedia/ffmpeg1/Makefile ============================================================================== --- head/multimedia/ffmpeg1/Makefile Sun Sep 15 14:29:31 2013 (r327342) +++ head/multimedia/ffmpeg1/Makefile Sun Sep 15 14:54:36 2013 (r327343) @@ -23,11 +23,10 @@ LATEST_LINK= ffmpeg${PKGNAMESUFFIX} HAS_CONFIGURE= yes CONFIGURE_LOG= config.err -USES= pkgconfig +USES= gmake pkgconfig perl5 +USE_PERL5= build USE_BZIP2= yes -USE_GMAKE= yes WANT_SDL= yes -USE_PERL5_BUILD= yes OPTIONS_DEFINE= AACPLUS ALSA AMR_NB AMR_WB ASS CDIO CELT DEBUG FAAC \ FDK_AAC FFSERVER FONTCONFIG FREETYPE FREI0R GNUTLS GSM ICONV \ Modified: head/multimedia/libvpx/Makefile ============================================================================== --- head/multimedia/libvpx/Makefile Sun Sep 15 14:29:31 2013 (r327342) +++ head/multimedia/libvpx/Makefile Sun Sep 15 14:54:36 2013 (r327343) @@ -13,11 +13,11 @@ COMMENT= VP8 Codec SDK BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ yasm:${PORTSDIR}/devel/yasm +USES= gmake perl5 USE_BZIP2= yes PROJECTHOST= webm HAS_CONFIGURE= yes -USE_GMAKE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build USE_LDCONFIG= yes LICENSE= BSD Modified: head/multimedia/mythtv/Makefile ============================================================================== --- head/multimedia/mythtv/Makefile Sun Sep 15 14:29:31 2013 (r327342) +++ head/multimedia/mythtv/Makefile Sun Sep 15 14:54:36 2013 (r327343) @@ -23,15 +23,13 @@ RUN_DEPENDS= tv_check:${PORTSDIR}/textpr CONFLICTS= mythtv-frontend-[0-9]* ONLY_FOR_ARCHS= i386 amd64 -USES= pkgconfig +USES= gmake pkgconfig perl5 USE_BZIP2= yes USE_QT4= gui sql network script linguist_build l10n sql-mysql_run \ moc_build qmake_build rcc_build uic_build imageformats QT_NONSTANDARD= yes USE_MYSQL= 51 -USE_GMAKE= yes HAS_CONFIGURE= yes -USE_PERL5= yes USE_LDCONFIG= ${PREFIX}/lib/mythtv/filters REINPLACE_ARGS= -i "" USE_RC_SUBR= mythbackend Modified: head/multimedia/p5-Subtitles/Makefile ============================================================================== --- head/multimedia/p5-Subtitles/Makefile Sun Sep 15 14:29:31 2013 (r327342) +++ head/multimedia/p5-Subtitles/Makefile Sun Sep 15 14:54:36 2013 (r327343) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= osa@FreeBSD.org COMMENT= A Perl5 backend for fix subtitles timing -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= subs.1 MAN3= Subtitles.3 Modified: head/multimedia/xawtv/Makefile ============================================================================== --- head/multimedia/xawtv/Makefile Sun Sep 15 14:29:31 2013 (r327342) +++ head/multimedia/xawtv/Makefile Sun Sep 15 14:54:36 2013 (r327343) @@ -19,10 +19,9 @@ OPTIONS_DEFINE_i386= MMX OPTIONS_DEFAULT= AALIB ZVBI_DESC= Enable libzvbi support -USES= gmake iconv motif +USES= gmake iconv motif perl5 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_PERL5= yes USE_XORG= x11 xaw CONFIGURE_ENV= LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib" CFLAGS+= -I${WRKSRC}/common Modified: head/multimedia/zoneminder/Makefile ============================================================================== --- head/multimedia/zoneminder/Makefile Sun Sep 15 14:29:31 2013 (r327342) +++ head/multimedia/zoneminder/Makefile Sun Sep 15 14:54:36 2013 (r327343) @@ -30,9 +30,9 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/php-conf p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat +USES= perl5 GNU_CONFIGURE= yes USE_PHP= json mysql session -USE_PERL5= yes USE_MYSQL= yes USE_RC_SUBR= zoneminder Modified: head/net/freeradius2/Makefile ============================================================================== --- head/net/freeradius2/Makefile Sun Sep 15 14:29:31 2013 (r327342) +++ head/net/freeradius2/Makefile Sun Sep 15 14:54:36 2013 (r327343) @@ -33,8 +33,9 @@ CONFLICTS= gnu-radius-[0-9].* openradius freeradius-mysql-[0-9].* freeradius-[013-9].* USE_RC_SUBR= radiusd + +USES= gmake USE_AUTOTOOLS= libltdl libtool autoconf -USE_GMAKE= yes USE_BZIP2= yes USE_OPENSSL= yes MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" @@ -176,7 +177,7 @@ EXPM= yes .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 CONFIGURE_ARGS+=--with-rlm_perl PLIST_SUB+= RLMPERL="" .else Modified: head/net/isc-dhcp42-server/Makefile ============================================================================== --- head/net/isc-dhcp42-server/Makefile Sun Sep 15 14:29:31 2013 (r327342) +++ head/net/isc-dhcp42-server/Makefile Sun Sep 15 14:54:36 2013 (r327343) @@ -16,7 +16,7 @@ COMMENT?= The ISC Dynamic Host Configura LICENSE= ISCL -USE_GMAKE= yes +USES= gmake PATCHLEVEL= P1 PORTREVISION_SERVER= 0 @@ -138,7 +138,7 @@ PLIST_SUB+= IPV6="@comment " .endif .if ${PORT_OPTIONS:MBIND_SYMBOLS} -USE_PERL5= yes +USES+= perl5 .else EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-bind__Makefile .endif Modified: head/net/openpgm/Makefile ============================================================================== --- head/net/openpgm/Makefile Sun Sep 15 14:29:31 2013 (r327342) +++ head/net/openpgm/Makefile Sun Sep 15 14:54:36 2013 (r327343) @@ -15,9 +15,8 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes USE_BZIP2= yes -USES= pathfix +USES= pathfix perl5 USE_LDCONFIG= yes -USE_PERL5= yes USE_PYTHON= yes WRKSRC= ${WRKDIR}/${DISTNAME}/openpgm/pgm Modified: head/net/p5-Net-Google-SafeBrowsing2/Makefile ============================================================================== --- head/net/p5-Net-Google-SafeBrowsing2/Makefile Sun Sep 15 14:29:31 2013 (r327342) +++ head/net/p5-Net-Google-SafeBrowsing2/Makefile Sun Sep 15 14:54:36 2013 (r327343) @@ -31,7 +31,8 @@ Postgres_DESC= uses Postgres as the stor OPTIONS_DEFAULT=SQLite -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Google::SafeBrowsing2::Storage.3 \ Net::Google::SafeBrowsing2::Lookup.3 \ Modified: head/net/sendemail/Makefile ============================================================================== --- head/net/sendemail/Makefile Sun Sep 15 14:29:31 2013 (r327342) +++ head/net/sendemail/Makefile Sun Sep 15 14:54:36 2013 (r327343) @@ -16,8 +16,9 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= itetcu@FreeBSD.org COMMENT= Lightweight, completely command line based, SMTP email agent +USES= perl5 +USE_PERL5= run NO_BUILD= yes -USE_PERL5_RUN= yes PLIST_FILES= bin/sendEmail PORTDOCS= CHANGELOG README TODO Modified: head/net/silc-client/Makefile ============================================================================== --- head/net/silc-client/Makefile Sun Sep 15 14:29:31 2013 (r327342) +++ head/net/silc-client/Makefile Sun Sep 15 14:54:36 2013 (r327343) @@ -23,12 +23,10 @@ CONFLICTS= silc-toolkit-1.1.* silc-irssi USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 -USES= pkgconfig -USE_GMAKE= yes +USES= pkgconfig gmake USE_LDCONFIG= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} \ --without-libtoolfix -WANT_PERL= yes OPTIONS_DEFINE= PTHREADS IPV6 ICONV PERL OPTIONS_DEFINE_i386= ASM @@ -94,7 +92,7 @@ CONFIGURE_ARGS+= --without-iconv .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 PERL_ARCHNAME!= perl -V:archname 2>/dev/null || ${ECHO_CMD} PLIST_SUB+= WITH_PERL="" PERL_ARCHNAME="${PERL_ARCHNAME:S/archname='//:S/';//}" CONFIGURE_ARGS+= --with-perl-lib=${PREFIX}/lib/${PORTNAME}/perl Modified: head/net/smbldap-tools/Makefile ============================================================================== --- head/net/smbldap-tools/Makefile Sun Sep 15 14:29:31 2013 (r327342) +++ head/net/smbldap-tools/Makefile Sun Sep 15 14:54:36 2013 (r327343) @@ -20,9 +20,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_PERL5= yes +USES= gmake perl5 GNU_CONFIGURE= yes -USE_GMAKE= yes ALL_TARGET= build PORTDOCS= * Modified: head/net/ssltunnel-client/Makefile ============================================================================== --- head/net/ssltunnel-client/Makefile Sun Sep 15 14:29:31 2013 (r327342) +++ head/net/ssltunnel-client/Makefile Sun Sep 15 14:54:36 2013 (r327343) @@ -25,7 +25,6 @@ MAN1= pppclient.1 MAN5= ssltunnelrc.5 WANT_GNOME= yes -WANT_PERL= yes .if defined(PACKAGE_BUILDING) WITHOUT_GNOME= yes @@ -35,7 +34,7 @@ WITHOUT_GNOME= yes .if ${HAVE_GNOME:Mgtk12}!="" USE_GNOME= gtk12 -USE_PERL5= yes +USES+= perl5 RUN_DEPENDS= p5-Gtk>=0:${PORTSDIR}/x11-toolkits/p5-Gtk MAN1+= gpppclient.1 BUILD_PERLGTK= yes Modified: head/net/vnc/Makefile ============================================================================== --- head/net/vnc/Makefile Sun Sep 15 14:29:31 2013 (r327342) +++ head/net/vnc/Makefile Sun Sep 15 14:54:36 2013 (r327343) @@ -21,7 +21,6 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes USE_XORG= x11 xext xpm xext xtst sm ice inputproto -WANT_PERL= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix PLIST= ${WRKDIR}/pkg-plist @@ -57,7 +56,7 @@ RUN_DEPENDS+= xauth:${PORTSDIR}/x11/xaut ${PREFIX}/lib/X11/fonts/misc/6x13-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps \ ${LOCALBASE}/lib/X11/fonts/misc/fonts.alias:${PORTSDIR}/x11-fonts/font-alias -USE_PERL5= yes +USES= perl5 EXTRA_PATCHES+= ${WRKSRC}/xc.patch \ ${PATCHDIR}/vnc.def-patch \ Modified: head/net/wireshark/Makefile ============================================================================== --- head/net/wireshark/Makefile Sun Sep 15 14:29:31 2013 (r327342) +++ head/net/wireshark/Makefile Sun Sep 15 14:54:36 2013 (r327343) @@ -19,11 +19,10 @@ COMMENT?= Powerful network analyzer/capt DATADIR_NAME= wireshark -USE_PERL5_BUILD=yes +USE_PERL5= build USE_PYTHON_BUILD=yes -USES= iconv gettext pkgconfig +USES= iconv gettext pkgconfig gmake perl5 USE_BZIP2= yes -USE_GMAKE= yes WANT_GNOME= yes USE_OPENSSL= yes CONFIGURE_ENV= LIBS="${WIRESHARK_LIBS}" From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 15:14:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AB528423; Sun, 15 Sep 2013 15:14:00 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 989A8265B; Sun, 15 Sep 2013 15:14:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FFE0dY064649; Sun, 15 Sep 2013 15:14:00 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FFE0CW064648; Sun, 15 Sep 2013 15:14:00 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309151514.r8FFE0CW064648@svn.freebsd.org> From: Andrej Zverev Date: Sun, 15 Sep 2013 15:14:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327344 - head/net/vnc 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.14 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, 15 Sep 2013 15:14:00 -0000 Author: az Date: Sun Sep 15 15:14:00 2013 New Revision: 327344 URL: http://svnweb.freebsd.org/changeset/ports/327344 Log: - Fix after recent conversion to perl5 framework Modified: head/net/vnc/Makefile Modified: head/net/vnc/Makefile ============================================================================== --- head/net/vnc/Makefile Sun Sep 15 14:54:36 2013 (r327343) +++ head/net/vnc/Makefile Sun Sep 15 15:14:00 2013 (r327344) @@ -20,6 +20,7 @@ RUN_DEPENDS= xorg-fonts>=7.2:${PORTSDIR} LICENSE= GPLv2 GNU_CONFIGURE= yes +USES= perl5 USE_XORG= x11 xext xpm xext xtst sm ice inputproto WRKSRC= ${WRKDIR}/${DISTNAME}/unix @@ -56,7 +57,6 @@ RUN_DEPENDS+= xauth:${PORTSDIR}/x11/xaut ${PREFIX}/lib/X11/fonts/misc/6x13-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps \ ${LOCALBASE}/lib/X11/fonts/misc/fonts.alias:${PORTSDIR}/x11-fonts/font-alias -USES= perl5 EXTRA_PATCHES+= ${WRKSRC}/xc.patch \ ${PATCHDIR}/vnc.def-patch \ From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 16:36:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5339DAFF; Sun, 15 Sep 2013 16:36:18 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F3512A1A; Sun, 15 Sep 2013 16:36:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FGaI5f006972; Sun, 15 Sep 2013 16:36:18 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FGaGRL006958; Sun, 15 Sep 2013 16:36:16 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201309151636.r8FGaGRL006958@svn.freebsd.org> From: Rene Ladan Date: Sun, 15 Sep 2013 16:36:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327345 - in head/www/chromium: . 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.14 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, 15 Sep 2013 16:36:18 -0000 Author: rene Date: Sun Sep 15 16:36:16 2013 New Revision: 327345 URL: http://svnweb.freebsd.org/changeset/ports/327345 Log: - Always include in affected files, not only when building with GCC [1] - Fix inclusion of some other headers [2] - Fix build with libc++ [3] Submitted by: jkim [1-3] Tested by: jkim, bapt, myself Obtained from: upstream [2] Added: head/www/chromium/files/extra-patch-libc++ (contents, props changed) head/www/chromium/files/patch-chrome__browser__ui__gtk__accelerators_gtk.h (contents, props changed) head/www/chromium/files/patch-third_party__libjingle__source__talk__base__network.h (contents, props changed) head/www/chromium/files/patch-third_party__webrtc__modules__rtp_rtcp__source__forward_error_correction.cc (contents, props changed) head/www/chromium/files/patch-third_party__webrtc__video_engine__stream_synchronization.cc (contents, props changed) Modified: head/www/chromium/Makefile head/www/chromium/files/extra-patch-gcc head/www/chromium/files/patch-base__sys_info_freebsd.cc head/www/chromium/files/patch-third_party__libjingle__source__talk__base__systeminfo.cc Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Sun Sep 15 15:14:00 2013 (r327344) +++ head/www/chromium/Makefile Sun Sep 15 16:36:16 2013 (r327345) @@ -141,6 +141,9 @@ CXX= clang++ .endif GYP_DEFINES+= clang=1 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-clang +.if ${OSVERSION} >= 1000054 +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libc++ +.endif .endif .if ${PORT_OPTIONS:MTEST} Modified: head/www/chromium/files/extra-patch-gcc ============================================================================== --- head/www/chromium/files/extra-patch-gcc Sun Sep 15 15:14:00 2013 (r327344) +++ head/www/chromium/files/extra-patch-gcc Sun Sep 15 16:36:16 2013 (r327345) @@ -28,26 +28,3 @@ #include #include "base/gtest_prod_util.h" ---- third_party/libjingle/source/talk/base/network.h.orig 2013-05-26 21:44:12.257312749 +0200 -+++ third_party/libjingle/source/talk/base/network.h 2013-05-26 21:45:08.869297313 +0200 -@@ -38,6 +38,10 @@ - #include "talk/base/messagehandler.h" - #include "talk/base/sigslot.h" - -+#if defined(OS_FREEBSD) -+#include -+#endif -+ - #if defined(POSIX) - struct ifaddrs; - #endif // defined(POSIX) ---- base/sys_info_freebsd.cc.orig 2013-05-17 22:44:42.000000000 +0200 -+++ base/sys_info_freebsd.cc 2013-05-26 22:57:45.885322785 +0200 -@@ -4,6 +4,7 @@ - - #include "base/sys_info.h" - -+#include - #include - - #include "base/logging.h" Added: head/www/chromium/files/extra-patch-libc++ ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/extra-patch-libc++ Sun Sep 15 16:36:16 2013 (r327345) @@ -0,0 +1,314 @@ +--- AUTHORS.orig 2013-09-03 03:10:29.000000000 -0400 ++++ AUTHORS 2013-09-13 13:21:24.000000000 -0400 +@@ -268,3 +268,4 @@ + Jingwei Liu + Zheng Chuang + Kevin M. McCormick ++Zeno Albisser +--- content/browser/renderer_host/pepper/browser_ppapi_host_impl.h.orig 2013-09-03 03:09:02.000000000 -0400 ++++ content/browser/renderer_host/pepper/browser_ppapi_host_impl.h 2013-09-12 18:01:57.000000000 -0400 +@@ -13,6 +13,7 @@ + #include "base/files/file_path.h" + #include "content/browser/renderer_host/pepper/content_browser_pepper_host_factory.h" + #include "content/common/content_export.h" ++#include "content/common/pepper_renderer_instance_data.h" + #include "content/public/browser/browser_ppapi_host.h" + #include "content/public/common/process_type.h" + #include "ipc/ipc_channel_proxy.h" +@@ -20,8 +21,6 @@ + + namespace content { + +-struct PepperRendererInstanceData; +- + class CONTENT_EXPORT BrowserPpapiHostImpl : public BrowserPpapiHost { + public: + // The creator is responsible for calling set_plugin_process_handle as soon +--- content/browser/in_process_webkit/indexed_db_dispatcher_host.h.orig 2013-09-03 03:09:01.000000000 -0400 ++++ content/browser/in_process_webkit/indexed_db_dispatcher_host.h 2013-09-12 18:03:26.000000000 -0400 +@@ -11,8 +11,8 @@ + #include "base/basictypes.h" + #include "base/id_map.h" + #include "content/public/browser/browser_message_filter.h" ++#include "url/gurl.h" + +-class GURL; + struct IndexedDBDatabaseMetadata; + struct IndexedDBHostMsg_DatabaseCount_Params; + struct IndexedDBHostMsg_DatabaseCreateIndex_Params; +--- content/public/test/test_file_error_injector.h.orig 2013-09-03 03:08:59.000000000 -0400 ++++ content/public/test/test_file_error_injector.h 2013-09-12 18:02:11.000000000 -0400 +@@ -13,8 +13,7 @@ + #include "base/memory/scoped_ptr.h" + #include "base/memory/ref_counted.h" + #include "content/public/browser/download_interrupt_reasons.h" +- +-class GURL; ++#include "url/gurl.h" + + namespace content { + +--- content/renderer/media/media_stream_center.h.orig 2013-09-03 03:08:58.000000000 -0400 ++++ content/renderer/media/media_stream_center.h 2013-09-12 18:02:11.000000000 -0400 +@@ -11,6 +11,7 @@ + #include "third_party/WebKit/public/platform/WebMediaStream.h" + #include "third_party/WebKit/public/platform/WebMediaStreamCenter.h" + #include "third_party/WebKit/public/platform/WebMediaStreamTrack.h" ++#include "third_party/WebKit/public/platform/WebMediaStreamTrackSourcesRequest.h" + + namespace WebKit { + class WebMediaStreamCenterClient; +--- net/http/http_auth_cache.h.orig 2013-09-03 03:10:07.000000000 -0400 ++++ net/http/http_auth_cache.h 2013-09-12 18:02:08.000000000 -0400 +@@ -26,7 +26,77 @@ + // Entries can be looked up by either (origin, realm, scheme) or (origin, path). + class NET_EXPORT_PRIVATE HttpAuthCache { + public: +- class Entry; ++ class NET_EXPORT_PRIVATE Entry { ++ public: ++ ~Entry(); ++ ++ const GURL& origin() const { ++ return origin_; ++ } ++ ++ // The case-sensitive realm string of the challenge. ++ const std::string realm() const { ++ return realm_; ++ } ++ ++ // The authentication scheme of the challenge. ++ HttpAuth::Scheme scheme() const { ++ return scheme_; ++ } ++ ++ // The authentication challenge. ++ const std::string auth_challenge() const { ++ return auth_challenge_; ++ } ++ ++ // The login credentials. ++ const AuthCredentials& credentials() const { ++ return credentials_; ++ } ++ ++ int IncrementNonceCount() { ++ return ++nonce_count_; ++ } ++ ++ void UpdateStaleChallenge(const std::string& auth_challenge); ++ ++ private: ++ friend class HttpAuthCache; ++ FRIEND_TEST_ALL_PREFIXES(HttpAuthCacheTest, AddPath); ++ FRIEND_TEST_ALL_PREFIXES(HttpAuthCacheTest, AddToExistingEntry); ++ ++ typedef std::list PathList; ++ ++ Entry(); ++ ++ // Adds a path defining the realm's protection space. If the path is ++ // already contained in the protection space, is a no-op. ++ void AddPath(const std::string& path); ++ ++ // Returns true if |dir| is contained within the realm's protection ++ // space. |*path_len| is set to the length of the enclosing path if ++ // such a path exists and |path_len| is non-NULL. If no enclosing ++ // path is found, |*path_len| is left unmodified. ++ // ++ // Note that proxy auth cache entries are associated with empty ++ // paths. Therefore it is possible for HasEnclosingPath() to return ++ // true and set |*path_len| to 0. ++ bool HasEnclosingPath(const std::string& dir, size_t* path_len); ++ ++ // |origin_| contains the {protocol, host, port} of the server. ++ GURL origin_; ++ std::string realm_; ++ HttpAuth::Scheme scheme_; ++ ++ // Identity. ++ std::string auth_challenge_; ++ AuthCredentials credentials_; ++ ++ int nonce_count_; ++ ++ // List of paths that define the realm's protection space. ++ PathList paths_; ++ }; + + // Prevent unbounded memory growth. These are safeguards for abuse; it is + // not expected that the limits will be reached in ordinary usage. +@@ -106,78 +176,6 @@ + }; + + // An authentication realm entry. +-class NET_EXPORT_PRIVATE HttpAuthCache::Entry { +- public: +- ~Entry(); +- +- const GURL& origin() const { +- return origin_; +- } +- +- // The case-sensitive realm string of the challenge. +- const std::string realm() const { +- return realm_; +- } +- +- // The authentication scheme of the challenge. +- HttpAuth::Scheme scheme() const { +- return scheme_; +- } +- +- // The authentication challenge. +- const std::string auth_challenge() const { +- return auth_challenge_; +- } +- +- // The login credentials. +- const AuthCredentials& credentials() const { +- return credentials_; +- } +- +- int IncrementNonceCount() { +- return ++nonce_count_; +- } +- +- void UpdateStaleChallenge(const std::string& auth_challenge); +- +- private: +- friend class HttpAuthCache; +- FRIEND_TEST_ALL_PREFIXES(HttpAuthCacheTest, AddPath); +- FRIEND_TEST_ALL_PREFIXES(HttpAuthCacheTest, AddToExistingEntry); +- +- typedef std::list PathList; +- +- Entry(); +- +- // Adds a path defining the realm's protection space. If the path is +- // already contained in the protection space, is a no-op. +- void AddPath(const std::string& path); +- +- // Returns true if |dir| is contained within the realm's protection +- // space. |*path_len| is set to the length of the enclosing path if +- // such a path exists and |path_len| is non-NULL. If no enclosing +- // path is found, |*path_len| is left unmodified. +- // +- // Note that proxy auth cache entries are associated with empty +- // paths. Therefore it is possible for HasEnclosingPath() to return +- // true and set |*path_len| to 0. +- bool HasEnclosingPath(const std::string& dir, size_t* path_len); +- +- // |origin_| contains the {protocol, host, port} of the server. +- GURL origin_; +- std::string realm_; +- HttpAuth::Scheme scheme_; +- +- // Identity. +- std::string auth_challenge_; +- AuthCredentials credentials_; +- +- int nonce_count_; +- +- // List of paths that define the realm's protection space. +- PathList paths_; +-}; +- + } // namespace net + + #endif // NET_HTTP_HTTP_AUTH_CACHE_H_ +--- ui/gfx/image/image_family.h.orig 2013-09-03 03:09:09.000000000 -0400 ++++ ui/gfx/image/image_family.h 2013-09-12 18:02:08.000000000 -0400 +@@ -27,8 +27,16 @@ + // include high-DPI representations). + class UI_EXPORT ImageFamily { + private: +- // Forward declaration. +- struct MapKey; ++ // An pair. ++ // A 0x0 image has aspect ratio 1.0. 0xN and Nx0 images are treated as 0x0. ++ struct MapKey : std::pair { ++ MapKey(float aspect, int width) ++ : std::pair(aspect, width) {} ++ ++ float aspect() const { return first; } ++ ++ int width() const { return second; } ++ }; + + public: + // Type for iterating over all images in the family, in order. +@@ -127,17 +135,6 @@ + const gfx::Image* GetBest(const gfx::Size& size) const; + + private: +- // An pair. +- // A 0x0 image has aspect ratio 1.0. 0xN and Nx0 images are treated as 0x0. +- struct MapKey : std::pair { +- MapKey(float aspect, int width) +- : std::pair(aspect, width) {} +- +- float aspect() const { return first; } +- +- int width() const { return second; } +- }; +- + // Find the closest aspect ratio in the map to |desired_aspect|. + // Ties are broken by the thinner aspect. + // |map_| must not be empty. |desired_aspect| must be > 0.0. +--- webkit/browser/dom_storage/dom_storage_namespace.h.orig 2013-09-03 03:10:02.000000000 -0400 ++++ webkit/browser/dom_storage/dom_storage_namespace.h 2013-09-12 18:05:35.000000000 -0400 +@@ -11,8 +11,7 @@ + #include "base/files/file_path.h" + #include "base/memory/ref_counted.h" + #include "webkit/browser/webkit_storage_browser_export.h" +- +-class GURL; ++#include "url/gurl.h" + + namespace dom_storage { + +--- webkit/support/weburl_loader_mock_factory.cc.orig 2013-09-03 03:10:02.000000000 -0400 ++++ webkit/support/weburl_loader_mock_factory.cc 2013-09-12 18:02:11.000000000 -0400 +@@ -23,11 +23,6 @@ + using WebKit::WebURLRequest; + using WebKit::WebURLResponse; + +-struct WebURLLoaderMockFactory::ResponseInfo { +- WebKit::WebURLResponse response; +- base::FilePath file_path; +-}; +- + WebURLLoaderMockFactory::WebURLLoaderMockFactory() {} + + WebURLLoaderMockFactory::~WebURLLoaderMockFactory() {} +--- webkit/support/weburl_loader_mock_factory.h.orig 2013-09-03 03:10:02.000000000 -0400 ++++ webkit/support/weburl_loader_mock_factory.h 2013-09-12 18:02:11.000000000 -0400 +@@ -9,12 +9,12 @@ + + #include "base/files/file_path.h" + #include "third_party/WebKit/public/platform/WebURL.h" ++#include "third_party/WebKit/public/platform/WebURLError.h" + #include "third_party/WebKit/public/platform/WebURLRequest.h" + #include "third_party/WebKit/public/platform/WebURLResponse.h" + + namespace WebKit { + class WebData; +-struct WebURLError; + class WebURLLoader; + } + +@@ -75,7 +75,11 @@ + void CancelLoad(WebURLLoaderMock* loader); + + private: +- struct ResponseInfo; ++ struct ResponseInfo { ++ WebKit::WebURLResponse response; ++ base::FilePath file_path; ++ }; ++ + + // Loads the specified request and populates the response, error and data + // accordingly. Modified: head/www/chromium/files/patch-base__sys_info_freebsd.cc ============================================================================== --- head/www/chromium/files/patch-base__sys_info_freebsd.cc Sun Sep 15 15:14:00 2013 (r327344) +++ head/www/chromium/files/patch-base__sys_info_freebsd.cc Sun Sep 15 16:36:16 2013 (r327345) @@ -1,6 +1,14 @@ ---- base/sys_info_freebsd.cc.orig 2012-11-27 10:01:52.000000000 +0200 -+++ base/sys_info_freebsd.cc 2012-12-09 18:04:30.000000000 +0200 -@@ -23,6 +23,19 @@ +--- base/sys_info_freebsd.cc.orig 2013-09-03 03:09:04.000000000 -0400 ++++ base/sys_info_freebsd.cc 2013-09-12 14:46:12.000000000 -0400 +@@ -4,6 +4,7 @@ + + #include "base/sys_info.h" + ++#include + #include + + #include "base/logging.h" +@@ -23,6 +24,19 @@ } // static @@ -20,7 +28,7 @@ size_t SysInfo::MaxSharedMemorySize() { size_t limit; size_t size = sizeof(limit); -@@ -33,4 +46,25 @@ +@@ -33,4 +47,25 @@ return limit; } Added: head/www/chromium/files/patch-chrome__browser__ui__gtk__accelerators_gtk.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome__browser__ui__gtk__accelerators_gtk.h Sun Sep 15 16:36:16 2013 (r327345) @@ -0,0 +1,11 @@ +--- chrome/browser/ui/gtk/accelerators_gtk.h.orig 2013-09-13 13:12:50.000000000 -0400 ++++ chrome/browser/ui/gtk/accelerators_gtk.h 2013-09-13 13:13:09.000000000 -0400 +@@ -5,6 +5,8 @@ + #ifndef CHROME_BROWSER_UI_GTK_ACCELERATORS_GTK_H_ + #define CHROME_BROWSER_UI_GTK_ACCELERATORS_GTK_H_ + ++#include ++ + #include "base/containers/hash_tables.h" + #include "ui/base/accelerators/accelerator.h" + Added: head/www/chromium/files/patch-third_party__libjingle__source__talk__base__network.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-third_party__libjingle__source__talk__base__network.h Sun Sep 15 16:36:16 2013 (r327345) @@ -0,0 +1,13 @@ +--- third_party/libjingle/source/talk/base/network.h.orig 2013-05-26 21:44:12.257312749 +0200 ++++ third_party/libjingle/source/talk/base/network.h 2013-05-26 21:45:08.869297313 +0200 +@@ -38,6 +38,10 @@ + #include "talk/base/messagehandler.h" + #include "talk/base/sigslot.h" + ++#if defined(OS_FREEBSD) ++#include ++#endif ++ + #if defined(POSIX) + struct ifaddrs; + #endif // defined(POSIX) Modified: head/www/chromium/files/patch-third_party__libjingle__source__talk__base__systeminfo.cc ============================================================================== --- head/www/chromium/files/patch-third_party__libjingle__source__talk__base__systeminfo.cc Sun Sep 15 15:14:00 2013 (r327344) +++ head/www/chromium/files/patch-third_party__libjingle__source__talk__base__systeminfo.cc Sun Sep 15 16:36:16 2013 (r327345) @@ -1,5 +1,14 @@ ---- third_party/libjingle/source/talk/base/systeminfo.cc.orig 2013-07-15 17:40:34.000000000 +0300 -+++ third_party/libjingle/source/talk/base/systeminfo.cc 2013-07-15 17:41:14.000000000 +0300 +--- third_party/libjingle/source/talk/base/systeminfo.cc.orig 2013-09-03 03:20:59.000000000 -0400 ++++ third_party/libjingle/source/talk/base/systeminfo.cc 2013-09-12 15:47:30.000000000 -0400 +@@ -36,7 +36,7 @@ + #elif defined(OSX) + #include + #include +-#elif defined(LINUX) || defined(ANDROID) ++#elif defined(LINUX) || defined(ANDROID) || defined(BSD) + #include + #endif + #if defined(OSX) || defined(IOS) @@ -48,7 +48,7 @@ #include "talk/base/win32.h" #elif defined(OSX) Added: head/www/chromium/files/patch-third_party__webrtc__modules__rtp_rtcp__source__forward_error_correction.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-third_party__webrtc__modules__rtp_rtcp__source__forward_error_correction.cc Sun Sep 15 16:36:16 2013 (r327345) @@ -0,0 +1,10 @@ +--- third_party/webrtc/modules/rtp_rtcp/source/forward_error_correction.cc.orig 2013-09-03 03:23:27.000000000 -0400 ++++ third_party/webrtc/modules/rtp_rtcp/source/forward_error_correction.cc 2013-09-12 14:54:49.000000000 -0400 +@@ -12,6 +12,7 @@ + + #include + #include ++#include + #include + #include + Added: head/www/chromium/files/patch-third_party__webrtc__video_engine__stream_synchronization.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-third_party__webrtc__video_engine__stream_synchronization.cc Sun Sep 15 16:36:16 2013 (r327345) @@ -0,0 +1,11 @@ +--- third_party/webrtc/video_engine/stream_synchronization.cc.orig 2013-09-03 03:23:20.000000000 -0400 ++++ third_party/webrtc/video_engine/stream_synchronization.cc 2013-09-12 15:58:27.000000000 -0400 +@@ -12,7 +12,7 @@ + + #include + #include +-#include ++#include + + #include "webrtc/system_wrappers/interface/trace.h" + From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 16:42:42 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 53121CC8; Sun, 15 Sep 2013 16:42:42 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F5BB2A72; Sun, 15 Sep 2013 16:42:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FGggif010554; Sun, 15 Sep 2013 16:42:42 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FGgfBC010552; Sun, 15 Sep 2013 16:42:41 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201309151642.r8FGgfBC010552@svn.freebsd.org> From: Pawel Pekala Date: Sun, 15 Sep 2013 16:42:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327346 - head/textproc/meld 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.14 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, 15 Sep 2013 16:42:42 -0000 Author: pawel Date: Sun Sep 15 16:42:41 2013 New Revision: 327346 URL: http://svnweb.freebsd.org/changeset/ports/327346 Log: Update to version 1.8.0 Changelog: Fixes: * Minor fixes (Kai Willadsen) Translations: * Matej UrbanÄiÄ (sl) Modified: head/textproc/meld/Makefile head/textproc/meld/distinfo Modified: head/textproc/meld/Makefile ============================================================================== --- head/textproc/meld/Makefile Sun Sep 15 16:36:16 2013 (r327345) +++ head/textproc/meld/Makefile Sun Sep 15 16:42:41 2013 (r327346) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= meld -PORTVERSION= 1.7.5 +PORTVERSION= 1.8.0 CATEGORIES= textproc devel python MASTER_SITES= GNOME Modified: head/textproc/meld/distinfo ============================================================================== --- head/textproc/meld/distinfo Sun Sep 15 16:36:16 2013 (r327345) +++ head/textproc/meld/distinfo Sun Sep 15 16:42:41 2013 (r327346) @@ -1,2 +1,2 @@ -SHA256 (meld-1.7.5.tar.xz) = 4043354074ebd7a29f1a246e180bb5d5c1aa771710dd7ae2621f64515210518d -SIZE (meld-1.7.5.tar.xz) = 406620 +SHA256 (meld-1.8.0.tar.xz) = 749668f9cbd2f8d11d87b46fda0c1a2190d24668a633d0435ed03d58fc36c65b +SIZE (meld-1.8.0.tar.xz) = 406752 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 17:13:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4126BF87; Sun, 15 Sep 2013 17:13:06 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E52A2B94; Sun, 15 Sep 2013 17:13:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FHD6SD027277; Sun, 15 Sep 2013 17:13:06 GMT (envelope-from marcus@svn.freebsd.org) Received: (from marcus@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FHD5Mp027261; Sun, 15 Sep 2013 17:13:05 GMT (envelope-from marcus@svn.freebsd.org) Message-Id: <201309151713.r8FHD5Mp027261@svn.freebsd.org> From: Joe Marcus Clarke Date: Sun, 15 Sep 2013 17:13:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327347 - in head/sysutils/upower: . 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.14 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, 15 Sep 2013 17:13:06 -0000 Author: marcus Date: Sun Sep 15 17:13:05 2013 New Revision: 327347 URL: http://svnweb.freebsd.org/changeset/ports/327347 Log: Make all non-normal reads from the devd socket a cause to try and reinit the connection. This should avoid high CPU loops when devd is restarted. Added: head/sysutils/upower/files/patch-src_freebsd_up-devd.c (contents, props changed) Modified: head/sysutils/upower/Makefile Modified: head/sysutils/upower/Makefile ============================================================================== --- head/sysutils/upower/Makefile Sun Sep 15 16:42:41 2013 (r327346) +++ head/sysutils/upower/Makefile Sun Sep 15 17:13:05 2013 (r327347) @@ -4,7 +4,7 @@ PORTNAME= upower PORTVERSION= 0.9.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://upower.freedesktop.org/releases/ Added: head/sysutils/upower/files/patch-src_freebsd_up-devd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/upower/files/patch-src_freebsd_up-devd.c Sun Sep 15 17:13:05 2013 (r327347) @@ -0,0 +1,11 @@ +--- src/freebsd/up-devd.c.orig 2013-09-15 13:08:35.000000000 -0400 ++++ src/freebsd/up-devd.c 2013-09-15 13:10:13.000000000 -0400 +@@ -195,7 +195,7 @@ up_devd_event_cb (GIOChannel *source, GI + event[terminator] = 0; + up_devd_process_event(event, user_data); + g_free(event); +- } else if (status == G_IO_STATUS_AGAIN) { ++ } else { + up_devd_init (UP_BACKEND(user_data)); + if (up_devd_inited) { + int fd; From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 17:17:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B6BA512E; Sun, 15 Sep 2013 17:17:44 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A3DE72BB1; Sun, 15 Sep 2013 17:17:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FHHicd028166; Sun, 15 Sep 2013 17:17:44 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FHHiGU028163; Sun, 15 Sep 2013 17:17:44 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201309151717.r8FHHiGU028163@svn.freebsd.org> From: Olli Hauer Date: Sun, 15 Sep 2013 17:17:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327348 - head/devel/cvs2svn 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.14 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, 15 Sep 2013 17:17:44 -0000 Author: ohauer Date: Sun Sep 15 17:17:43 2013 New Revision: 327348 URL: http://svnweb.freebsd.org/changeset/ports/327348 Log: - update patch from r5406 to r5433 - fix PORTEXAMPLES and PORTDOCS - depend on devel/cvs for ${OSVERSION} > 1000000 Bugs fixed: - Handle non-ASCII, non-UTF8 filenames in .cvsignore files. - ExternalBlobGenerator: Don't fail if no revisions are needed for a file. From the commit log: - Write all progress information to stderr rather than stdout. (r5419) - Make sure to close CVS repository files after parsing them. (r5421) - Choose garbage collection policy a bit more intelligently. (r5431) - cvs2git: Emit some more information in OutputPass. (rr5432) - Allow paths under Attic directories to be excluded, too. (r5433) Modified: head/devel/cvs2svn/Makefile head/devel/cvs2svn/distinfo head/devel/cvs2svn/pkg-plist Modified: head/devel/cvs2svn/Makefile ============================================================================== --- head/devel/cvs2svn/Makefile Sun Sep 15 17:13:05 2013 (r327347) +++ head/devel/cvs2svn/Makefile Sun Sep 15 17:17:43 2013 (r327348) @@ -3,16 +3,14 @@ PORTNAME= cvs2svn PORTVERSION= 2.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://cvs2svn.tigris.org/files/documents/1462/49237/ \ LOCAL/ohauer -# 2.4.0 -> svn r5392 +PATCHFILES= ${PORTNAME}-${PORTVERSION}-r${PATCHREV}.diff.bz2 PATCH_SITES= ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= ohauer -PATCHREV= 5406 -PATCHFILES= ${PORTNAME}-${PORTVERSION}-r${PATCHREV}.diff.bz2 MAINTAINER= ohauer@FreeBSD.org COMMENT= CVS to Subversion Repository Converter @@ -20,8 +18,10 @@ COMMENT= CVS to Subversion Repository Co BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>0:${PORTSDIR}/databases/py-gdbm RUN_DEPENDS:= ${BUILD_DEPENDS} +# 2.4.0 -> svn r5392 +PATCHREV= 5433 -USE_PYTHON= 2.5+ +USE_PYTHON= 2.6+ USE_PYDISTUTILS= yes OPTIONS_MULTI= SCM @@ -29,11 +29,15 @@ OPTIONS_MULTI_SCM= SUBVERSION GIT BAZAAR OPTIONS_DEFAULT= SUBVERSION SUBVERSION_DESC= Build with subversion support -GIT_DESC= Build with git support -BAZAAR_DESC= Build with Bazaar support +GIT_DESC= Build with git support +BAZAAR_DESC= Build with Bazaar support .include +.if ${OSVERSION} > 1000000 +RUN_DEPENDS+= cvs:${PORTSDIR}/devel/cvs +.endif + .if ${PORT_OPTIONS:MSUBVERSION} RUN_DEPENDS+= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/py-subversion .endif @@ -50,10 +54,25 @@ MAN1= cvs2svn.1 \ cvs2git.1 \ cvs2bzr.1 -PORTDOCS= design-notes.txt making-releases.txt revision-reader.txt \ - symbol-notes.txt cvs2bzr.html cvs2git.html cvs2svn.html \ - faq.html features.html index.html issue_tracker.html \ - project_license.html project_tools.html +# documents from ${WRKSRC}/doc +DOCS1= design-notes.txt making-releases.txt \ + revision-reader.txt symbol-notes.txt + +# documents from ${WRKSRC}/www +DOCS2= cvs2bzr.html cvs2git.html cvs2svn.html \ + faq.html features.html index.html issue_tracker.html \ + project_license.html project_tools.html + +PORTDOCS:= ${DOCS1} ${DOCS2} + +PORTEXAMPLES= cvs2bzr-example.options cvs2git-example.options \ + cvs2hg-example.options cvs2svn-example.options + +post-patch: +# be consistent with PORTVERSION + @${REINPLACE_CMD} -e 's|2.5.0-dev|2.4.0|' \ + ${WRKSRC}/PKG-INFO \ + ${WRKSRC}/cvs2svn_lib/version.py # The only thing different in this target vs. the one found in bsd.port.mk # is that the extract command exit code is ignored. tar exits with status @@ -69,32 +88,20 @@ do-extract: done post-build: - cd ${WRKSRC} && make man + ${MAKE} man -C ${WRKSRC} post-install: - @${INSTALL_MAN} ${WRKSRC}/cvs2svn.1 ${PREFIX}/man/man1/ - @${INSTALL_MAN} ${WRKSRC}/cvs2git.1 ${PREFIX}/man/man1/ - @${INSTALL_MAN} ${WRKSRC}/cvs2bzr.1 ${PREFIX}/man/man1/ + @${INSTALL_MAN} ${MAN1:S|^|${WRKSRC}/|} ${PREFIX}/man/man1/ + .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/design-notes.txt ${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/doc/making-releases.txt ${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/doc/revision-reader.txt ${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/doc/symbol-notes.txt ${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/www/cvs2bzr.html ${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/www/cvs2git.html ${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/www/cvs2svn.html ${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/www/faq.html ${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/www/features.html ${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/www/index.html ${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/www/issue_tracker.html ${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/www/project_license.html ${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/www/project_tools.html ${DOCSDIR}/ + @${INSTALL_DATA} ${DOCS1:S|^|${WRKSRC}/doc/|} ${DOCSDIR}/ + @${INSTALL_DATA} ${DOCS2:S|^|${WRKSRC}/www/|} ${DOCSDIR}/ +.endif + +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/cvs2bzr-example.options ${EXAMPLESDIR}/ - @${INSTALL_DATA} ${WRKSRC}/cvs2git-example.options ${EXAMPLESDIR}/ - @${INSTALL_DATA} ${WRKSRC}/cvs2hg-example.options ${EXAMPLESDIR}/ - @${INSTALL_DATA} ${WRKSRC}/cvs2svn-example.options ${EXAMPLESDIR}/ + @${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${EXAMPLESDIR}/ .endif .include Modified: head/devel/cvs2svn/distinfo ============================================================================== --- head/devel/cvs2svn/distinfo Sun Sep 15 17:13:05 2013 (r327347) +++ head/devel/cvs2svn/distinfo Sun Sep 15 17:17:43 2013 (r327348) @@ -1,4 +1,4 @@ SHA256 (cvs2svn-2.4.0.tar.gz) = a6677fc3e7b4374020185c61c998209d691de0c1b01b53e59341057459f6f116 SIZE (cvs2svn-2.4.0.tar.gz) = 514891 -SHA256 (cvs2svn-2.4.0-r5406.diff.bz2) = 29701df569560cdd51a56c1d1af7b70bc6dd6951751495b3f899a916193cc611 -SIZE (cvs2svn-2.4.0-r5406.diff.bz2) = 43844 +SHA256 (cvs2svn-2.4.0-r5433.diff.bz2) = a20d854df3c3cbd6a554e99fd7f9bf33dab7520e577ca04dacd20b08a40a7c9f +SIZE (cvs2svn-2.4.0-r5433.diff.bz2) = 57278 Modified: head/devel/cvs2svn/pkg-plist ============================================================================== --- head/devel/cvs2svn/pkg-plist Sun Sep 15 17:13:05 2013 (r327347) +++ head/devel/cvs2svn/pkg-plist Sun Sep 15 17:17:43 2013 (r327348) @@ -244,10 +244,5 @@ bin/cvs2svn %%PYTHON_SITELIBDIR%%/cvs2svn_rcsparse/texttools.py %%PYTHON_SITELIBDIR%%/cvs2svn_rcsparse/texttools.pyc %%PYTHON_SITELIBDIR%%/cvs2svn_rcsparse/texttools.pyo -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cvs2bzr-example.options -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cvs2git-example.options -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cvs2hg-example.options -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cvs2svn-example.options -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrm %%PYTHON_SITELIBDIR%%/cvs2svn_rcsparse @dirrm %%PYTHON_SITELIBDIR%%/cvs2svn_lib From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 18:08:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 660DA5ED; Sun, 15 Sep 2013 18:08:49 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 52CAF2DB8; Sun, 15 Sep 2013 18:08:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FI8nDi054513; Sun, 15 Sep 2013 18:08:49 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FI8mdR054510; Sun, 15 Sep 2013 18:08:48 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201309151808.r8FI8mdR054510@svn.freebsd.org> From: Gerald Pfeifer Date: Sun, 15 Sep 2013 18:08:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327349 - head/emulators/wine-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.14 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, 15 Sep 2013 18:08:49 -0000 Author: gerald Date: Sun Sep 15 18:08:48 2013 New Revision: 327349 URL: http://svnweb.freebsd.org/changeset/ports/327349 Log: Update to Wine 1.7.2. This includes the following changes: - Right-to-left text layout improvements. - NTLM and Negotiate authentication for RPC over HTTP. - More glyphs in the built-in Wingdings font. - Activation context improvements. - Various bug fixes. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sun Sep 15 17:17:43 2013 (r327348) +++ head/emulators/wine-devel/Makefile Sun Sep 15 18:08:48 2013 (r327349) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.1 +DISTVERSION= 1.7.2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sun Sep 15 17:17:43 2013 (r327348) +++ head/emulators/wine-devel/distinfo Sun Sep 15 18:08:48 2013 (r327349) @@ -1,2 +1,2 @@ -SHA256 (wine-1.7.1.tar.bz2) = 0d764135499016e3cc5e7b9ee51b6f4b7ec1b6996a8085e92cdae04969572465 -SIZE (wine-1.7.1.tar.bz2) = 21266203 +SHA256 (wine-1.7.2.tar.bz2) = 0bfc4276c93de1fdd5989f91807c7362b11995efdf581d60601fec789665b7f1 +SIZE (wine-1.7.2.tar.bz2) = 21336327 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sun Sep 15 17:17:43 2013 (r327348) +++ head/emulators/wine-devel/pkg-plist Sun Sep 15 18:08:48 2013 (r327349) @@ -210,6 +210,7 @@ include/wine/windows/ddrawgdi.h include/wine/windows/ddrawi.h include/wine/windows/ddstream.h include/wine/windows/ddstream.idl +include/wine/windows/delayloadhandler.h include/wine/windows/devenum.idl include/wine/windows/devguid.h include/wine/windows/devicetopology.h @@ -286,6 +287,7 @@ include/wine/windows/exdisp.idl include/wine/windows/exdispid.h include/wine/windows/fci.h include/wine/windows/fdi.h +include/wine/windows/fileapi.h include/wine/windows/fltdefs.h include/wine/windows/fusion.h include/wine/windows/fusion.idl @@ -779,6 +781,7 @@ lib/wine/appwiz.cpl.so lib/wine/aspnet_regiis.exe.so lib/wine/atl.dll.so lib/wine/atl100.dll.so +lib/wine/atl110.dll.so lib/wine/atl80.dll.so lib/wine/attrib.exe.so lib/wine/authz.dll.so @@ -848,6 +851,8 @@ lib/wine/d3dx10_40.dll.so lib/wine/d3dx10_41.dll.so lib/wine/d3dx10_42.dll.so lib/wine/d3dx10_43.dll.so +lib/wine/d3dx11_42.dll.so +lib/wine/d3dx11_43.dll.so lib/wine/d3dx9_24.dll.so lib/wine/d3dx9_25.dll.so lib/wine/d3dx9_26.dll.so @@ -940,6 +945,7 @@ lib/wine/fakedlls/appwiz.cpl lib/wine/fakedlls/aspnet_regiis.exe lib/wine/fakedlls/atl.dll lib/wine/fakedlls/atl100.dll +lib/wine/fakedlls/atl110.dll lib/wine/fakedlls/atl80.dll lib/wine/fakedlls/attrib.exe lib/wine/fakedlls/authz.dll @@ -1009,6 +1015,8 @@ lib/wine/fakedlls/d3dx10_40.dll lib/wine/fakedlls/d3dx10_41.dll lib/wine/fakedlls/d3dx10_42.dll lib/wine/fakedlls/d3dx10_43.dll +lib/wine/fakedlls/d3dx11_42.dll +lib/wine/fakedlls/d3dx11_43.dll lib/wine/fakedlls/d3dx9_24.dll lib/wine/fakedlls/d3dx9_25.dll lib/wine/fakedlls/d3dx9_26.dll @@ -1211,6 +1219,7 @@ lib/wine/fakedlls/msxml6.dll lib/wine/fakedlls/nddeapi.dll lib/wine/fakedlls/net.exe lib/wine/fakedlls/netapi32.dll +lib/wine/fakedlls/netcfgx.dll lib/wine/fakedlls/netsh.exe lib/wine/fakedlls/netstat.exe lib/wine/fakedlls/newdev.dll @@ -1438,6 +1447,7 @@ lib/wine/fakedlls/xcopy.exe lib/wine/fakedlls/xinput1_1.dll lib/wine/fakedlls/xinput1_2.dll lib/wine/fakedlls/xinput1_3.dll +lib/wine/fakedlls/xinput1_4.dll lib/wine/fakedlls/xinput9_1_0.dll lib/wine/fakedlls/xmllite.dll lib/wine/fakedlls/xolehlp.dll @@ -1747,6 +1757,7 @@ lib/wine/msxml6.dll.so lib/wine/nddeapi.dll.so lib/wine/net.exe.so lib/wine/netapi32.dll.so +lib/wine/netcfgx.dll.so lib/wine/netsh.exe.so lib/wine/netstat.exe.so lib/wine/newdev.dll.so @@ -1974,6 +1985,7 @@ lib/wine/xcopy.exe.so lib/wine/xinput1_1.dll.so lib/wine/xinput1_2.dll.so lib/wine/xinput1_3.dll.so +lib/wine/xinput1_4.dll.so lib/wine/xinput9_1_0.dll.so lib/wine/xmllite.dll.so lib/wine/xolehlp.dll.so From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 18:26:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4C8B48EB; Sun, 15 Sep 2013 18:26:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3985C2E9E; Sun, 15 Sep 2013 18:26:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FIQeh0064198; Sun, 15 Sep 2013 18:26:40 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FIQdSr064191; Sun, 15 Sep 2013 18:26:39 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309151826.r8FIQdSr064191@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 15 Sep 2013 18:26:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327350 - head/devel/p5-Config-Model-Tester 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.14 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, 15 Sep 2013 18:26:40 -0000 Author: sunpoet Date: Sun Sep 15 18:26:39 2013 New Revision: 327350 URL: http://svnweb.freebsd.org/changeset/ports/327350 Log: - Update to 2.045 Changes: http://search.cpan.org/dist/Config-Model-Tester/Changes Modified: head/devel/p5-Config-Model-Tester/Makefile head/devel/p5-Config-Model-Tester/distinfo Modified: head/devel/p5-Config-Model-Tester/Makefile ============================================================================== --- head/devel/p5-Config-Model-Tester/Makefile Sun Sep 15 18:08:48 2013 (r327349) +++ head/devel/p5-Config-Model-Tester/Makefile Sun Sep 15 18:26:39 2013 (r327350) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Model-Tester -PORTVERSION= 2.044 +PORTVERSION= 2.045 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Config-Model-Tester/distinfo ============================================================================== --- head/devel/p5-Config-Model-Tester/distinfo Sun Sep 15 18:08:48 2013 (r327349) +++ head/devel/p5-Config-Model-Tester/distinfo Sun Sep 15 18:26:39 2013 (r327350) @@ -1,2 +1,2 @@ -SHA256 (Config-Model-Tester-2.044.tar.gz) = ebf97332075a72e1307b03564d547859a3f80435db027ef90696dd110be0fbed -SIZE (Config-Model-Tester-2.044.tar.gz) = 17539 +SHA256 (Config-Model-Tester-2.045.tar.gz) = 46f0a797433c1f5f881e712dbbf2c4fdb49dbaafc86da0834d6aeac653f5784e +SIZE (Config-Model-Tester-2.045.tar.gz) = 17654 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 18:26:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7C4B38EC; Sun, 15 Sep 2013 18:26:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6925F2E9F; Sun, 15 Sep 2013 18:26:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FIQiYH064307; Sun, 15 Sep 2013 18:26:44 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FIQiRE064305; Sun, 15 Sep 2013 18:26:44 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309151826.r8FIQiRE064305@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 15 Sep 2013 18:26:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327351 - head/devel/pecl-APCu 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.14 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, 15 Sep 2013 18:26:44 -0000 Author: sunpoet Date: Sun Sep 15 18:26:43 2013 New Revision: 327351 URL: http://svnweb.freebsd.org/changeset/ports/327351 Log: - Update to 4.0.2 Changes: http://pecl.php.net/package-changelog.php?package=APCu PR: ports/182114 Submitted by: John Chen (maintainer) Modified: head/devel/pecl-APCu/Makefile (contents, props changed) head/devel/pecl-APCu/distinfo (contents, props changed) Modified: head/devel/pecl-APCu/Makefile ============================================================================== --- head/devel/pecl-APCu/Makefile Sun Sep 15 18:26:39 2013 (r327350) +++ head/devel/pecl-APCu/Makefile Sun Sep 15 18:26:43 2013 (r327351) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= APCu -PORTVERSION= 4.0.1 +PORTVERSION= 4.0.2 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/devel/pecl-APCu/distinfo ============================================================================== --- head/devel/pecl-APCu/distinfo Sun Sep 15 18:26:39 2013 (r327350) +++ head/devel/pecl-APCu/distinfo Sun Sep 15 18:26:43 2013 (r327351) @@ -1,2 +1,2 @@ -SHA256 (PECL/APCu-4.0.1.tgz) = d9d22fdb69a43118da2bd8c120bfc34da7dff89b9327beb52ded4d1aa73e266f -SIZE (PECL/APCu-4.0.1.tgz) = 105861 +SHA256 (PECL/APCu-4.0.2.tgz) = 83fdcc0505522414e4785c86e62e20fe3643ff4790c035f86de35fc7339021aa +SIZE (PECL/APCu-4.0.2.tgz) = 120325 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 18:28:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 083B3AB6; Sun, 15 Sep 2013 18:28:45 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9A7C2EAD; Sun, 15 Sep 2013 18:28:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FISiER065233; Sun, 15 Sep 2013 18:28:44 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FISi5m065221; Sun, 15 Sep 2013 18:28:44 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201309151828.r8FISi5m065221@svn.freebsd.org> From: Olli Hauer Date: Sun, 15 Sep 2013 18:28:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327352 - head/security/pulledpork 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.14 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, 15 Sep 2013 18:28:45 -0000 Author: ohauer Date: Sun Sep 15 18:28:44 2013 New Revision: 327352 URL: http://svnweb.freebsd.org/changeset/ports/327352 Log: - update to 0.7.0 (r268) Modified: head/security/pulledpork/Makefile head/security/pulledpork/distinfo Modified: head/security/pulledpork/Makefile ============================================================================== --- head/security/pulledpork/Makefile Sun Sep 15 18:26:43 2013 (r327351) +++ head/security/pulledpork/Makefile Sun Sep 15 18:28:44 2013 (r327352) @@ -2,15 +2,10 @@ # $FreeBSD$ PORTNAME= pulledpork -PORTVERSION= 0.6.1 -PORTREVISION= 4 +PORTVERSION= 0.7.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -PATCH_SITES= ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR= ohauer -PATCHFILES= ${PORTNAME}-${PORTVERSION}-r${PATCHREV}.diff.bz2 - MAINTAINER= ohauer@FreeBSD.org COMMENT= Script to update snort-2.8+ rules @@ -20,10 +15,9 @@ RUN_DEPENDS= p5-Crypt-SSLeay>=0.57:${POR p5-LWP-Protocol-https>=6.00:${PORTSDIR}/www/p5-LWP-Protocol-https \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -# 0.6.1 -> svn rev. 230 -PATCHREV= 230-262 NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_DIRSTRY= %%ETCDIR%% PLIST_DIRS= %%DATADIR%% Modified: head/security/pulledpork/distinfo ============================================================================== --- head/security/pulledpork/distinfo Sun Sep 15 18:26:43 2013 (r327351) +++ head/security/pulledpork/distinfo Sun Sep 15 18:28:44 2013 (r327352) @@ -1,4 +1,2 @@ -SHA256 (pulledpork-0.6.1.tar.gz) = 28052849ce60f034f5ba348659e611562c8fe9d572b3c177a0c23e3f92638ad1 -SIZE (pulledpork-0.6.1.tar.gz) = 35444 -SHA256 (pulledpork-0.6.1-r230-262.diff.bz2) = 4e331311e71d1068851397fb880f03a5947a8b7f5dd5a860d0ff9ef5cc8f59b3 -SIZE (pulledpork-0.6.1-r230-262.diff.bz2) = 14931 +SHA256 (pulledpork-0.7.0.tar.gz) = f60c005043850bb65a72582b9d6d68a7e7d51107f30f2b3fc67e607c995aa1a8 +SIZE (pulledpork-0.7.0.tar.gz) = 39294 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 18:55:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 12E24EBE; Sun, 15 Sep 2013 18:55:59 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 003162FD1; Sun, 15 Sep 2013 18:55:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FItwVf080128; Sun, 15 Sep 2013 18:55:58 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FItwEV080126; Sun, 15 Sep 2013 18:55:58 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309151855.r8FItwEV080126@svn.freebsd.org> From: Guido Falsi Date: Sun, 15 Sep 2013 18:55:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327353 - head/java/openjdk6 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.14 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, 15 Sep 2013 18:55:59 -0000 Author: madpilot Date: Sun Sep 15 18:55:58 2013 New Revision: 327353 URL: http://svnweb.freebsd.org/changeset/ports/327353 Log: - Add missing iconv USES PR: java/182100 Submitted by: m.viey@wanadoo.fr Approved by: portmgr (bapt, implicit) Modified: head/java/openjdk6/Makefile Modified: head/java/openjdk6/Makefile ============================================================================== --- head/java/openjdk6/Makefile Sun Sep 15 18:28:44 2013 (r327352) +++ head/java/openjdk6/Makefile Sun Sep 15 18:55:58 2013 (r327353) @@ -53,7 +53,7 @@ FASTDEBUG_DESC= Include fastdebug build TEST_DESC= Add support for running regression test .endif -USES= gmake motif +USES= gmake iconv motif .include .include "${.CURDIR}/../openjdk6/Makefile.icedtea" From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 19:00:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1C9AB262; Sun, 15 Sep 2013 19:00:04 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A2092018; Sun, 15 Sep 2013 19:00:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FJ03mm081314; Sun, 15 Sep 2013 19:00:03 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FJ03g0081308; Sun, 15 Sep 2013 19:00:03 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309151900.r8FJ03g0081308@svn.freebsd.org> From: Antoine Brodin Date: Sun, 15 Sep 2013 19:00:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327354 - head/net/rubygem-packetfu 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.14 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, 15 Sep 2013 19:00:04 -0000 Author: antoine Date: Sun Sep 15 19:00:03 2013 New Revision: 327354 URL: http://svnweb.freebsd.org/changeset/ports/327354 Log: Update to 1.1.9 Modified: head/net/rubygem-packetfu/Makefile head/net/rubygem-packetfu/distinfo Modified: head/net/rubygem-packetfu/Makefile ============================================================================== --- head/net/rubygem-packetfu/Makefile Sun Sep 15 18:55:58 2013 (r327353) +++ head/net/rubygem-packetfu/Makefile Sun Sep 15 19:00:03 2013 (r327354) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= packetfu -PORTVERSION= 1.1.8 +PORTVERSION= 1.1.9 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-packetfu/distinfo ============================================================================== --- head/net/rubygem-packetfu/distinfo Sun Sep 15 18:55:58 2013 (r327353) +++ head/net/rubygem-packetfu/distinfo Sun Sep 15 19:00:03 2013 (r327354) @@ -1,2 +1,2 @@ -SHA256 (rubygem/packetfu-1.1.8.gem) = 93b4dfecee59644a1a3ecf9d825f00739c10a6fbd149a7106cc9a812b09e7a12 -SIZE (rubygem/packetfu-1.1.8.gem) = 750080 +SHA256 (rubygem/packetfu-1.1.9.gem) = dc035e2be9312bc6e78ac75951c7af8358304a7b4efa6f82fc07821bf30bd409 +SIZE (rubygem/packetfu-1.1.9.gem) = 750592 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 19:03:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 929633E3; Sun, 15 Sep 2013 19:03:04 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7F5A62076; Sun, 15 Sep 2013 19:03:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FJ3492084181; Sun, 15 Sep 2013 19:03:04 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FJ3449084176; Sun, 15 Sep 2013 19:03:04 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309151903.r8FJ3449084176@svn.freebsd.org> From: Antoine Brodin Date: Sun, 15 Sep 2013 19:03:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327355 - head/net/tcpflow/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.14 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, 15 Sep 2013 19:03:04 -0000 Author: antoine Date: Sun Sep 15 19:03:03 2013 New Revision: 327355 URL: http://svnweb.freebsd.org/changeset/ports/327355 Log: Fix build with libc++ which does not has tr1 namespace Added: head/net/tcpflow/files/ head/net/tcpflow/files/patch-src__be13_api__plugin.cpp (contents, props changed) head/net/tcpflow/files/patch-src__tcpdemux.h (contents, props changed) Added: head/net/tcpflow/files/patch-src__be13_api__plugin.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/tcpflow/files/patch-src__be13_api__plugin.cpp Sun Sep 15 19:03:03 2013 (r327355) @@ -0,0 +1,48 @@ +--- ./src/be13_api/plugin.cpp.orig 2013-08-03 16:58:46.000000000 +0000 ++++ ./src/be13_api/plugin.cpp 2013-09-07 22:32:02.000000000 +0000 +@@ -9,7 +9,16 @@ + #include + #include + #include ++#ifdef __clang__ ++#if __has_include() ++#define HAVE_CXX11_UNORDERED_SET 1 ++#endif ++#endif ++#ifdef HAVE_CXX11_UNORDERED_SET ++#include ++#else + #include ++#endif + #ifdef HAVE_ERR_H + #include + #endif +@@ -23,20 +32,28 @@ + #include "../dfxml/src/hash_t.h" + + namespace std { ++#ifndef HAVE_CXX11_UNORDERED_SET + namespace tr1 { ++#endif + template<> + struct hash { + size_t operator()(const md5_t &key) const { + return *(size_t *)(key.final()); + } + }; ++#ifndef HAVE_CXX11_UNORDERED_SET + } ++#endif + } + + class atomic_hash_set + { + cppmutex M; ++#ifdef HAVE_CXX11_UNORDERED_SET ++ std::unordered_setmyset; ++#else + std::tr1::unordered_setmyset; ++#endif + public: + atomic_hash_set():M(),myset(){} + bool in(const md5_t &s){ Added: head/net/tcpflow/files/patch-src__tcpdemux.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/tcpflow/files/patch-src__tcpdemux.h Sun Sep 15 19:03:03 2013 (r327355) @@ -0,0 +1,39 @@ +--- ./src/tcpdemux.h.orig 2013-05-27 22:28:50.000000000 +0000 ++++ ./src/tcpdemux.h 2013-09-07 22:32:29.000000000 +0000 +@@ -20,8 +20,18 @@ + #include "pcap_writer.h" + #include "dfxml/src/dfxml_writer.h" + #include "dfxml/src/hash_t.h" ++#ifdef __clang__ ++#if __has_include() ++#define HAVE_CXX11_UNORDERED_SET 1 ++#endif ++#endif ++#ifdef HAVE_CXX11_UNORDERED_SET ++#include ++#include ++#else + #include + #include ++#endif + #include + + +@@ -53,10 +63,17 @@ + bool operator() (const flow_addr &x, const flow_addr &y) const { return x==y;} + } flow_addr_key_eq; + ++#ifdef HAVE_CXX11_UNORDERED_SET ++ typedef std::unordered_set tcpset; ++ typedef std::vector saved_flows_t; // needs to be ordered ++ typedef std::unordered_map flow_map_t; // active flows ++ typedef std::unordered_map saved_flow_map_t; // flows that have been saved ++#else + typedef std::tr1::unordered_set tcpset; + typedef std::vector saved_flows_t; // needs to be ordered + typedef std::tr1::unordered_map flow_map_t; // active flows + typedef std::tr1::unordered_map saved_flow_map_t; // flows that have been saved ++#endif + tcpdemux(); + public: + static uint32_t tcp_timeout; From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 19:03:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E2BEF4C3; Sun, 15 Sep 2013 19:03:56 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CECF5207B; Sun, 15 Sep 2013 19:03:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FJ3uNY084547; Sun, 15 Sep 2013 19:03:56 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FJ3ujW084540; Sun, 15 Sep 2013 19:03:56 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201309151903.r8FJ3ujW084540@svn.freebsd.org> From: Chris Rees Date: Sun, 15 Sep 2013 19:03:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327356 - in head/ports-mgmt: . dialog4ports dialog4ports-static 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.14 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, 15 Sep 2013 19:03:57 -0000 Author: crees Date: Sun Sep 15 19:03:55 2013 New Revision: 327356 URL: http://svnweb.freebsd.org/changeset/ports/327356 Log: dialog4ports -- a dialog for FreeBSD ports. This is a static version that can be used in chroots, for example in Tinderbox. PR: ports/182021 Submitted by: marcus Reviewed by: portmgr (bdrewery) Approved by: maintainer Added: head/ports-mgmt/dialog4ports-static/ head/ports-mgmt/dialog4ports-static/Makefile (contents, props changed) head/ports-mgmt/dialog4ports-static/pkg-descr (contents, props changed) Modified: head/ports-mgmt/Makefile head/ports-mgmt/dialog4ports/Makefile Modified: head/ports-mgmt/Makefile ============================================================================== --- head/ports-mgmt/Makefile Sun Sep 15 19:03:03 2013 (r327355) +++ head/ports-mgmt/Makefile Sun Sep 15 19:03:55 2013 (r327356) @@ -8,6 +8,7 @@ SUBDIR += bxpkg SUBDIR += chucky SUBDIR += dialog4ports + SUBDIR += dialog4ports-static SUBDIR += distilator SUBDIR += fastest_sites SUBDIR += fbsdmon Added: head/ports-mgmt/dialog4ports-static/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/dialog4ports-static/Makefile Sun Sep 15 19:03:55 2013 (r327356) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= -static + +COMMENT= Console Interface to configure ports (static version for chroots) + +MASTERDIR= ${.CURDIR}/../dialog4ports +DESCR= ${.CURDIR}/pkg-descr +MAKE_ENV+= NO_SHARED=yes +D4P_SLAVE= yes + +PLIST_FILES= bin/dialog4ports-static + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/dialog4ports \ + ${PREFIX}/bin/dialog4ports-static + +.include "${MASTERDIR}/Makefile" Added: head/ports-mgmt/dialog4ports-static/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/dialog4ports-static/pkg-descr Sun Sep 15 19:03:55 2013 (r327356) @@ -0,0 +1,4 @@ +dialog4ports -- a dialog for FreeBSD ports. This is a static version that +can be used in chroots, for example in Tinderbox. + +WWW: https://bitbucket.org/m1cro/d4p/ Modified: head/ports-mgmt/dialog4ports/Makefile ============================================================================== --- head/ports-mgmt/dialog4ports/Makefile Sun Sep 15 19:03:03 2013 (r327355) +++ head/ports-mgmt/dialog4ports/Makefile Sun Sep 15 19:03:55 2013 (r327356) @@ -3,7 +3,7 @@ PORTNAME= dialog4ports PORTVERSION= 0.1.5 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://m1cro.tk/dialog4ports/ \ http://files.etoilebsd.net/dialog4ports/ \ @@ -14,17 +14,18 @@ MASTER_SITES= http://m1cro.tk/dialog4por http://mirror.shatow.net/freebsd/${PORTNAME}/:dialog MAINTAINER= rum1cro@yandex.ru -COMMENT= Console Interface to configure ports +COMMENT?= Console Interface to configure ports # CCACHE has options, so may need d4p, make d4p not ccache friendly # to avoid circular dependency NO_CCACHE= yes MANCOMPRESSED= yes -MAN1= ${PORTNAME}.1 MAKE_ENV+= __MAKE_CONF=/dev/null SRCCONF=/dev/null +.if !defined(D4P_SLAVE) +MAN1= ${PORTNAME}.1 PLIST_FILES= bin/dialog4ports - +.endif .include @@ -36,7 +37,7 @@ MAKE_ARGS+= DEBUG_FLAGS="${DEBUG_FLAGS}" DIALOG4PORTS= ${WRKSRC}/dialog4ports .endif -.if ${OSVERSION} < 900030 +.if ${OSVERSION} < 900030 || defined(D4P_SLAVE) DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ ${DIALOGNAME}.tgz:dialog DIALOGNAME= dialog-1.1-20120706 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 19:27:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C98C0885; Sun, 15 Sep 2013 19:27:14 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C5E12177; Sun, 15 Sep 2013 19:27:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FJRE5i096305; Sun, 15 Sep 2013 19:27:14 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FJREsd096303; Sun, 15 Sep 2013 19:27:14 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309151927.r8FJREsd096303@svn.freebsd.org> From: Bryan Drewery Date: Sun, 15 Sep 2013 19:27:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327357 - head/ports-mgmt/poudriere-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.14 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, 15 Sep 2013 19:27:14 -0000 Author: bdrewery Date: Sun Sep 15 19:27:13 2013 New Revision: 327357 URL: http://svnweb.freebsd.org/changeset/ports/327357 Log: - Update to checkin 0eb89d4f74 Changes: ports: Add -k for -d usage to keep files around after deleting testport -i: Fix TERM not being passed into the jail jail -cu: Fix build with recent head due to new user 'unbound' Hardlink logs into latest and latest-per-pkg Fix recursive crash in jail_stop() Add TIMESTAMP_LOGS support Set build dir to 0700 to avoid gvfsd-trash tracking all mounts during build Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere-devel/distinfo Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Sun Sep 15 19:03:55 2013 (r327356) +++ head/ports-mgmt/poudriere-devel/Makefile Sun Sep 15 19:27:13 2013 (r327357) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.99.20130906 +PORTVERSION= 3.0.99.20130915 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \ LOCAL/bdrewery/${PORTNAME}/ @@ -14,7 +14,7 @@ COMMENT= Port build and test system LICENSE= BSD -FSL_CHKIN= 63ec9efc9a +FSL_CHKIN= 0eb89d4f74 MANCOMPRESSED= yes MAN8= poudriere.8 Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Sun Sep 15 19:03:55 2013 (r327356) +++ head/ports-mgmt/poudriere-devel/distinfo Sun Sep 15 19:27:13 2013 (r327357) @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.99.20130906.tar.gz?uuid=63ec9efc9a) = 576e069fbc99d22b9a89477cabac4a3e74701d58ceef0b7b2cd6a45162dd7c1e -SIZE (poudriere-3.0.99.20130906.tar.gz?uuid=63ec9efc9a) = 242548 +SHA256 (poudriere-3.0.99.20130915.tar.gz?uuid=0eb89d4f74) = f23626b26fc580bf9c5ddc98dfaaf4dec47b171a749e4ed92c8817035a996a9f +SIZE (poudriere-3.0.99.20130915.tar.gz?uuid=0eb89d4f74) = 243232 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 21:36:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 833F0DA6; Sun, 15 Sep 2013 21:36:20 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6FD052734; Sun, 15 Sep 2013 21:36:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FLaKSW065382; Sun, 15 Sep 2013 21:36:20 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FLaKZ4065381; Sun, 15 Sep 2013 21:36:20 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201309152136.r8FLaKZ4065381@svn.freebsd.org> From: Rene Ladan Date: Sun, 15 Sep 2013 21:36:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327358 - head/astro/boinc-setiathome-enhanced/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.14 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, 15 Sep 2013 21:36:20 -0000 Author: rene Date: Sun Sep 15 21:36:19 2013 New Revision: 327358 URL: http://svnweb.freebsd.org/changeset/ports/327358 Log: Fix build with libc++ Modified: head/astro/boinc-setiathome-enhanced/files/patch-client__vector__analyzeFuncs_vector.cpp (contents, props changed) Modified: head/astro/boinc-setiathome-enhanced/files/patch-client__vector__analyzeFuncs_vector.cpp ============================================================================== --- head/astro/boinc-setiathome-enhanced/files/patch-client__vector__analyzeFuncs_vector.cpp Sun Sep 15 19:27:13 2013 (r327357) +++ head/astro/boinc-setiathome-enhanced/files/patch-client__vector__analyzeFuncs_vector.cpp Sun Sep 15 21:36:19 2013 (r327358) @@ -1,5 +1,5 @@ --- client/vector/analyzeFuncs_vector.cpp.orig 2009-07-14 21:02:10.000000000 +0200 -+++ client/vector/analyzeFuncs_vector.cpp 2011-02-27 15:56:58.000000000 +0100 ++++ client/vector/analyzeFuncs_vector.cpp 2013-09-12 17:02:12.000000000 +0200 @@ -87,12 +87,10 @@ #endif @@ -11,7 +11,7 @@ #define isnotnan(x) (!_isnan(x)) #elif defined(HAVE_ISNAN) -#define isnotnam(x) (!isnan(x)) -+#define isnotnan(x) (!isnan(x)) ++#define isnotnan(x) (!std::isnan(x)) #else #define isnotnan(x) ((x) == (x)) #endif From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 21:37:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A8949E91; Sun, 15 Sep 2013 21:37:32 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 96007273D; Sun, 15 Sep 2013 21:37:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FLbWOr065626; Sun, 15 Sep 2013 21:37:32 GMT (envelope-from pav@svn.freebsd.org) Received: (from pav@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FLbW5u065624; Sun, 15 Sep 2013 21:37:32 GMT (envelope-from pav@svn.freebsd.org) Message-Id: <201309152137.r8FLbW5u065624@svn.freebsd.org> From: Pav Lucistnik Date: Sun, 15 Sep 2013 21:37:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327359 - head/sysutils/pefs-kmod 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.14 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, 15 Sep 2013 21:37:32 -0000 Author: pav Date: Sun Sep 15 21:37:31 2013 New Revision: 327359 URL: http://svnweb.freebsd.org/changeset/ports/327359 Log: - Update to 2013-09-14 Submitted by: gleb (maintainer) Modified: head/sysutils/pefs-kmod/Makefile head/sysutils/pefs-kmod/distinfo Modified: head/sysutils/pefs-kmod/Makefile ============================================================================== --- head/sysutils/pefs-kmod/Makefile Sun Sep 15 21:36:19 2013 (r327358) +++ head/sysutils/pefs-kmod/Makefile Sun Sep 15 21:37:31 2013 (r327359) @@ -1,12 +1,8 @@ -# New ports collection makefile for: pefs-kmod -# Date created: 26 January 2011 -# Whom: Gleb Kurtsou -# +# Created by: Gleb Kurtsou # $FreeBSD$ -# PORTNAME= pefs -DISTVERSION= 2013-04-13 +DISTVERSION= 2013-09-14 CATEGORIES= sysutils kld MASTER_SITES= https://pefs.googlecode.com/files/ PKGNAMESUFFIX= -kmod Modified: head/sysutils/pefs-kmod/distinfo ============================================================================== --- head/sysutils/pefs-kmod/distinfo Sun Sep 15 21:36:19 2013 (r327358) +++ head/sysutils/pefs-kmod/distinfo Sun Sep 15 21:37:31 2013 (r327359) @@ -1,2 +1,2 @@ -SHA256 (pefs-2013-04-13.tar.gz) = 5e94634ff30e7537e604ec1363738da200adec6b4369f2966a8c6681bf35b837 -SIZE (pefs-2013-04-13.tar.gz) = 95738 +SHA256 (pefs-2013-09-14.tar.gz) = e5e5af2e88355b844ac9a85b52b40eca1f6731741c1dc127ab2e385f08734c2c +SIZE (pefs-2013-09-14.tar.gz) = 96012 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 21:41:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 886B0190; Sun, 15 Sep 2013 21:41:36 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 75B03277A; Sun, 15 Sep 2013 21:41:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FLfam6068942; Sun, 15 Sep 2013 21:41:36 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FLfaSZ068941; Sun, 15 Sep 2013 21:41:36 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201309152141.r8FLfaSZ068941@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Sun, 15 Sep 2013 21:41:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327360 - head/cad/gmsh 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.14 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, 15 Sep 2013 21:41:36 -0000 Author: stephen Date: Sun Sep 15 21:41:35 2013 New Revision: 327360 URL: http://svnweb.freebsd.org/changeset/ports/327360 Log: - Set make_jobs_unsafe. PR: ports/182125 Submitted by: Thierry Thomas Modified: head/cad/gmsh/Makefile Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Sun Sep 15 21:37:31 2013 (r327359) +++ head/cad/gmsh/Makefile Sun Sep 15 21:41:35 2013 (r327360) @@ -32,6 +32,8 @@ USE_GMAKE= yes USE_GL= yes ALL_TARGET= all +MAKE_JOBS_UNSAFE= yes + MAN1= gmsh.1 CMAKE_ARGS+= -DCMAKE_SKIP_RPATH:BOOL=YES From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 22:15:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 821D2545; Sun, 15 Sep 2013 22:15:59 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6EBC828DC; Sun, 15 Sep 2013 22:15:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FMFxid086397; Sun, 15 Sep 2013 22:15:59 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FMFxoe086396; Sun, 15 Sep 2013 22:15:59 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201309152215.r8FMFxoe086396@svn.freebsd.org> From: John Marino Date: Sun, 15 Sep 2013 22:15:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327361 - head/Mk/Uses 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.14 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, 15 Sep 2013 22:15:59 -0000 Author: marino Date: Sun Sep 15 22:15:58 2013 New Revision: 327361 URL: http://svnweb.freebsd.org/changeset/ports/327361 Log: Mk/Uses/readline.mk: Restore functionality for DragonFly For minimal breakage reasons, DragonFly has OSVERSION set to the equivalent of FreeBSD 99. When the readline compatibility for FreeBSD 10 was revoked recently, it broke a lot of dports. Restore the default to how it was before on DragonFly only to restore those ports using OPSYS. Approved by: portmgr (bapt) Modified: head/Mk/Uses/readline.mk Modified: head/Mk/Uses/readline.mk ============================================================================== --- head/Mk/Uses/readline.mk Sun Sep 15 21:41:35 2013 (r327360) +++ head/Mk/Uses/readline.mk Sun Sep 15 22:15:58 2013 (r327361) @@ -12,9 +12,12 @@ .if !defined(_INCLUDE_USES_READLINE_MK) _INCLUDE_USES_READLINE_MK= yes -#.if ${OSVERSION} > 1000000 +#.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000 #readline_ARGS= port #.endif +.if ${OPSYS} == DragonFly +readline_ARGS= port +.endif .if defined(readline_ARGS) && ${readline_ARGS} == port LIB_DEPENDS+= libreadline.so.6:${PORTSDIR}/devel/readline From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 02:43:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2518A109; Mon, 16 Sep 2013 02:43:53 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 03C6A24E4; Mon, 16 Sep 2013 02:43:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8G2hqlq027877; Mon, 16 Sep 2013 02:43:52 GMT (envelope-from rafan@svn.freebsd.org) Received: (from rafan@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8G2hqxI027874; Mon, 16 Sep 2013 02:43:52 GMT (envelope-from rafan@svn.freebsd.org) Message-Id: <201309160243.r8G2hqxI027874@svn.freebsd.org> From: Rong-En Fan Date: Mon, 16 Sep 2013 02:43:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327362 - head/converters/p5-Encode 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.14 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, 16 Sep 2013 02:43:53 -0000 Author: rafan Date: Mon Sep 16 02:43:52 2013 New Revision: 327362 URL: http://svnweb.freebsd.org/changeset/ports/327362 Log: - Update to 2.55 PR: ports/182095 Submitted by: Sunpoet Po-Chuan Hsieh Modified: head/converters/p5-Encode/Makefile head/converters/p5-Encode/distinfo head/converters/p5-Encode/pkg-plist Modified: head/converters/p5-Encode/Makefile ============================================================================== --- head/converters/p5-Encode/Makefile Sun Sep 15 22:15:58 2013 (r327361) +++ head/converters/p5-Encode/Makefile Mon Sep 16 02:43:52 2013 (r327362) @@ -1,9 +1,8 @@ -# Created by: Rong-En Fan -# +# Created by: Rong-En Fan # $FreeBSD$ PORTNAME= Encode -PORTVERSION= 2.49 +PORTVERSION= 2.55 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DANKOGAI @@ -15,8 +14,8 @@ COMMENT= Provides interfaces between str LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USES= perl5 -USE_PERL5= patch configure +USES= perl5 +USE_PERL5= configure MAN3= Encode.3 \ Encode::Alias.3 \ @@ -38,11 +37,7 @@ MAN3= Encode.3 \ encoding.3 post-patch: - ${PERL} -pi -e '$$_="" if $$.>=24 && $$.<=26; $$_="my \@exe_files=();\n" if $$.==25' ${WRKSRC}/Makefile.PL - -post-configure: - @${FIND} ${WRKSRC}/ -name Makefile -exec \ - ${REINPLACE_CMD} -e 's,^CC =,CC ?=,' {} \; + @${REINPLACE_CMD} -e 's|bin/enc2xs||; s|bin/piconv||' ${WRKSRC}/Makefile.PL regression-test: cd ${WRKSRC} && ${MAKE} test Modified: head/converters/p5-Encode/distinfo ============================================================================== --- head/converters/p5-Encode/distinfo Sun Sep 15 22:15:58 2013 (r327361) +++ head/converters/p5-Encode/distinfo Mon Sep 16 02:43:52 2013 (r327362) @@ -1,2 +1,2 @@ -SHA256 (Encode-2.49.tar.gz) = 73fd2c8d1f71bb3c47bdf7f9528befb336174d1579ffada32fde6461c0b1e239 -SIZE (Encode-2.49.tar.gz) = 2004160 +SHA256 (Encode-2.55.tar.gz) = 3f2b2d989885f5c565dc6aed7345ee58d7d65c4fcf9bff0831930c00ac72f62e +SIZE (Encode-2.55.tar.gz) = 2009082 Modified: head/converters/p5-Encode/pkg-plist ============================================================================== --- head/converters/p5-Encode/pkg-plist Sun Sep 15 22:15:58 2013 (r327361) +++ head/converters/p5-Encode/pkg-plist Mon Sep 16 02:43:52 2013 (r327362) @@ -1,23 +1,4 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Byte/Byte.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Byte/Byte.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/CN/CN.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/CN/CN.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/EBCDIC/EBCDIC.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/EBCDIC/EBCDIC.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Encode.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Encode.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/JP/JP.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/JP/JP.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/KR/KR.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/KR/KR.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Symbol/Symbol.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Symbol/Symbol.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/TW/TW.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/TW/TW.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Unicode/Unicode.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Unicode/Unicode.so -%%SITE_PERL%%/%%PERL_ARCH%%/encoding.pm +@comment $FreeBSD$ %%SITE_PERL%%/%%PERL_ARCH%%/Encode.pm %%SITE_PERL%%/%%PERL_ARCH%%/Encode/Alias.pm %%SITE_PERL%%/%%PERL_ARCH%%/Encode/Byte.pm @@ -51,6 +32,26 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Encode/_PM.e2x %%SITE_PERL%%/%%PERL_ARCH%%/Encode/_T.e2x %%SITE_PERL%%/%%PERL_ARCH%%/Encode/encode.h +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Byte/Byte.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Byte/Byte.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/CN/CN.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/CN/CN.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/EBCDIC/EBCDIC.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/EBCDIC/EBCDIC.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Encode.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Encode.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/JP/JP.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/JP/JP.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/KR/KR.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/KR/KR.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Symbol/Symbol.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Symbol/Symbol.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/TW/TW.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/TW/TW.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Unicode/Unicode.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Unicode/Unicode.so +%%SITE_PERL%%/%%PERL_ARCH%%/encoding.pm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Unicode @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/TW @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Symbol From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 03:10:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 06AC4665; Mon, 16 Sep 2013 03:10:36 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E8AA82693; Mon, 16 Sep 2013 03:10:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8G3AZxT043887; Mon, 16 Sep 2013 03:10:35 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8G3AZJp043862; Mon, 16 Sep 2013 03:10:35 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309160310.r8G3AZJp043862@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 16 Sep 2013 03:10:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327363 - head/graphics/darktable 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.14 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, 16 Sep 2013 03:10:36 -0000 Author: danfe Date: Mon Sep 16 03:10:34 2013 New Revision: 327363 URL: http://svnweb.freebsd.org/changeset/ports/327363 Log: - Update to version 1.2.3 - Shorten GCC_DESC so it fits the dialog window - Fix pkg-plist for GEO option Modified: head/graphics/darktable/Makefile head/graphics/darktable/distinfo head/graphics/darktable/pkg-plist Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Mon Sep 16 02:43:52 2013 (r327362) +++ head/graphics/darktable/Makefile Mon Sep 16 03:10:34 2013 (r327363) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= darktable -PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTVERSION= 1.2.3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} @@ -38,7 +37,7 @@ GEO_DESC= Geotagging support FACEBOOK_DESC= Support images export to Facebook RAWSPEED_DESC= Compile with rawspeed backend SLIDESHOW_DESC= Build OpenGL/SDL slideshow viewer -GCC_DESC= Build with a current version of GCC (better OpenMP support) +GCC_DESC= Build with modern GCC (better OpenMP support) OPTIONS_DEFAULT= GPHOTO RAWSPEED GCC @@ -56,7 +55,8 @@ CMAKE_ARGS+= -DUSE_CAMERA_SUPPORT:BOOL=O .if ${PORT_OPTIONS:MGEO} LIB_DEPENDS+= libsoup-2.4.so:${PORTSDIR}/devel/libsoup -PLIST_FILES+= lib/darktable/plugins/lighttable/liblocation.so \ +PLIST_FILES+= lib/darktable/plugins/lighttable/libgeotagging.so \ + lib/darktable/plugins/lighttable/liblocation.so \ lib/darktable/plugins/lighttable/libmap_settings.so \ lib/darktable/views/libmap.so .else @@ -127,8 +127,8 @@ LDFLAGS+= -lstdc++ .endif post-patch: - @${REINPLACE_CMD} -e '/stats_/s,uint64_t,unsigned long,' \ - ${WRKSRC}/src/common/mipmap_cache.h + @${REINPLACE_CMD} -e 's,__APPLE__,__${OPSYS}__,' \ + ${WRKSRC}/src/common/utility.c # Do not install useless (to end-user) documentation; adjust manpages path @${REINPLACE_CMD} -e '/DOC_FILES/d ; s,share/man/man1,man/man1,' \ ${WRKSRC}/doc/CMakeLists.txt Modified: head/graphics/darktable/distinfo ============================================================================== --- head/graphics/darktable/distinfo Mon Sep 16 02:43:52 2013 (r327362) +++ head/graphics/darktable/distinfo Mon Sep 16 03:10:34 2013 (r327363) @@ -1,2 +1,2 @@ -SHA256 (darktable-1.2.2.tar.xz) = 12902e8c3ef185d2167ce3a5f9d11eddde763c5a3cb0e9267f4b470a252fc859 -SIZE (darktable-1.2.2.tar.xz) = 2307300 +SHA256 (darktable-1.2.3.tar.xz) = 686b62e020c13e64d18c9b465742ddec8604cfee36e06c8858301735c29f7316 +SIZE (darktable-1.2.3.tar.xz) = 2348864 Modified: head/graphics/darktable/pkg-plist ============================================================================== --- head/graphics/darktable/pkg-plist Mon Sep 16 02:43:52 2013 (r327362) +++ head/graphics/darktable/pkg-plist Mon Sep 16 03:10:34 2013 (r327363) @@ -1,6 +1,7 @@ bin/darktable bin/darktable-cli bin/darktable-cltest +share/appdata/darktable.appdata.xml %%DATADIR%%/darktable.gtkrc %%DATADIR%%/darktablerc %%DATADIR%%/gdb_commands @@ -171,7 +172,6 @@ lib/darktable/plugins/lighttable/libdark lib/darktable/plugins/lighttable/libexport.so lib/darktable/plugins/lighttable/libfilmstrip.so lib/darktable/plugins/lighttable/libfilter.so -lib/darktable/plugins/lighttable/libgeotagging.so lib/darktable/plugins/lighttable/libglobal_toolbox.so lib/darktable/plugins/lighttable/libhinter.so lib/darktable/plugins/lighttable/libhistogram.so @@ -215,6 +215,7 @@ share/locale/nl/LC_MESSAGES/darktable.mo share/locale/pl/LC_MESSAGES/darktable.mo share/locale/pt_BR/LC_MESSAGES/darktable.mo share/locale/pt_PT/LC_MESSAGES/darktable.mo +share/locale/ru/LC_MESSAGES/darktable.mo share/locale/sq/LC_MESSAGES/darktable.mo share/locale/sv/LC_MESSAGES/darktable.mo share/locale/uk/LC_MESSAGES/darktable.mo @@ -236,3 +237,4 @@ share/locale/uk/LC_MESSAGES/darktable.mo @dirrm %%DATADIR%%/kernels @dirrm %%DATADIR%%/js @dirrm %%DATADIR%% +@dirrmtry share/appdata From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 03:54:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 148B6A3F; Mon, 16 Sep 2013 03:54:05 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E78E62863; Mon, 16 Sep 2013 03:54:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8G3s4pi065524; Mon, 16 Sep 2013 03:54:04 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8G3s430065516; Mon, 16 Sep 2013 03:54:04 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309160354.r8G3s430065516@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 16 Sep 2013 03:54:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327364 - in head/graphics/entangle: . 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.14 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, 16 Sep 2013 03:54:05 -0000 Author: danfe Date: Mon Sep 16 03:54:03 2013 New Revision: 327364 URL: http://svnweb.freebsd.org/changeset/ports/327364 Log: Update to version 0.5.3. Modified: head/graphics/entangle/Makefile head/graphics/entangle/distinfo head/graphics/entangle/files/patch-src_backend_entangle-device-manager.c head/graphics/entangle/pkg-plist Modified: head/graphics/entangle/Makefile ============================================================================== --- head/graphics/entangle/Makefile Mon Sep 16 03:10:34 2013 (r327363) +++ head/graphics/entangle/Makefile Mon Sep 16 03:54:03 2013 (r327364) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= entangle -DISTVERSION= 0.5.2 +DISTVERSION= 0.5.3 CATEGORIES= graphics MASTER_SITES= http://entangle-photo.org/download/sources/ Modified: head/graphics/entangle/distinfo ============================================================================== --- head/graphics/entangle/distinfo Mon Sep 16 03:10:34 2013 (r327363) +++ head/graphics/entangle/distinfo Mon Sep 16 03:54:03 2013 (r327364) @@ -1,2 +1,2 @@ -SHA256 (entangle-0.5.2.tar.gz) = ac94b16b29175e8c4a14a24cacc93d562c5abb5cb4979306b9155c8115834105 -SIZE (entangle-0.5.2.tar.gz) = 927300 +SHA256 (entangle-0.5.3.tar.gz) = 2a91d42cc7b0a83088bd660252cb796cef54459b70fd316b2adc39f1315d141e +SIZE (entangle-0.5.3.tar.gz) = 930246 Modified: head/graphics/entangle/files/patch-src_backend_entangle-device-manager.c ============================================================================== --- head/graphics/entangle/files/patch-src_backend_entangle-device-manager.c Mon Sep 16 03:10:34 2013 (r327363) +++ head/graphics/entangle/files/patch-src_backend_entangle-device-manager.c Mon Sep 16 03:54:03 2013 (r327364) @@ -149,16 +149,15 @@ EntangleDeviceManager *entangle_device_manager_new(void) -@@ -138,6 +239,8 @@ static void entangle_device_manager_init +@@ -136,6 +237,7 @@ EntangleDeviceManager *entangle_device_m + + static void entangle_device_manager_init_devices(EntangleDeviceManager *manager) { ++#if defined(__linux__) EntangleDeviceManagerPrivate *priv = manager->priv; GList *devs, *tmp; -+ -+#if defined(__linux__) const gchar *const subsys[] = { - "usb/usb_device", NULL, - }; -@@ -161,6 +264,12 @@ static void entangle_device_manager_init +@@ -161,6 +263,12 @@ static void entangle_device_manager_init } g_list_free(devs); Modified: head/graphics/entangle/pkg-plist ============================================================================== --- head/graphics/entangle/pkg-plist Mon Sep 16 03:10:34 2013 (r327363) +++ head/graphics/entangle/pkg-plist Mon Sep 16 03:54:03 2013 (r327364) @@ -112,7 +112,6 @@ share/gtk-doc/html/Entangle/EntangleCame share/gtk-doc/html/Entangle/EntangleCameraPicker.html share/gtk-doc/html/Entangle/EntangleCameraSupport.html share/gtk-doc/html/Entangle/EntangleColourProfile.html -share/gtk-doc/html/Entangle/EntangleColourProfileTransform.html share/gtk-doc/html/Entangle/EntangleControl.html share/gtk-doc/html/Entangle/EntangleControlButton.html share/gtk-doc/html/Entangle/EntangleControlChoice.html From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 06:30:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D37C465A; Mon, 16 Sep 2013 06:30:35 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF5152FE3; Mon, 16 Sep 2013 06:30:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8G6UZ5F047723; Mon, 16 Sep 2013 06:30:35 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8G6UVdk047699; Mon, 16 Sep 2013 06:30:31 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309160630.r8G6UVdk047699@svn.freebsd.org> From: Andrej Zverev Date: Mon, 16 Sep 2013 06:30:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327365 - in head: net/beacon net/freedbd net/gateway6 net/httpry net/isc-dhcp41-server net/mosh net/openldap24-server net/packter-agent net/pbnc net/prosearch net/quagga net/quagga-re ... 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.14 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, 16 Sep 2013 06:30:36 -0000 Author: az Date: Mon Sep 16 06:30:31 2013 New Revision: 327365 URL: http://svnweb.freebsd.org/changeset/ports/327365 Log: - convert to the new perl5 framework - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Modified: head/net/beacon/Makefile head/net/freedbd/Makefile (contents, props changed) head/net/gateway6/Makefile (contents, props changed) head/net/httpry/Makefile head/net/isc-dhcp41-server/Makefile head/net/mosh/Makefile (contents, props changed) head/net/openldap24-server/Makefile head/net/packter-agent/Makefile head/net/pbnc/Makefile (contents, props changed) head/net/prosearch/Makefile (contents, props changed) head/net/quagga-re/Makefile (contents, props changed) head/net/quagga/Makefile head/net/samba4/Makefile head/net/sslh/Makefile (contents, props changed) head/net/tac_plus4/Makefile (contents, props changed) head/net/tightvnc/Makefile head/net/tridiavnc/Makefile head/net/vmware-vsphere-cli/Makefile (contents, props changed) head/ports-mgmt/portscout/Makefile (contents, props changed) Modified: head/net/beacon/Makefile ============================================================================== --- head/net/beacon/Makefile Mon Sep 16 03:54:03 2013 (r327364) +++ head/net/beacon/Makefile Mon Sep 16 06:30:31 2013 (r327365) @@ -15,7 +15,8 @@ RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p WWW_DIR?= ${PREFIX}/www/ PLIST_SUB+= VERSION=${PORTVERSION} -USE_PERL5= yes + +USES= perl5 USE_AUTOTOOLS= autoconf OPTIONS_DEFINE= IPV6 Modified: head/net/freedbd/Makefile ============================================================================== --- head/net/freedbd/Makefile Mon Sep 16 03:54:03 2013 (r327364) +++ head/net/freedbd/Makefile Mon Sep 16 06:30:31 2013 (r327365) @@ -9,9 +9,10 @@ MASTER_SITES= http://rink.nu/downloads/p MAINTAINER= rink@FreeBSD.org COMMENT= A lightweight daemon for answering FreeDB queries +USES= perl5 +USE_PERL5= run GNU_CONFIGURE= yes WANT_GNOME= yes -USE_PERL5_RUN= yes PLIST_FILES= bin/freedbd bin/freedbd-txt2xml %%EXAMPLESDIR%%/sample_db.txt PLIST_DIRS= %%EXAMPLESDIR%% Modified: head/net/gateway6/Makefile ============================================================================== --- head/net/gateway6/Makefile Mon Sep 16 03:54:03 2013 (r327364) +++ head/net/gateway6/Makefile Mon Sep 16 06:30:31 2013 (r327365) @@ -34,8 +34,8 @@ GW6C_DATA= \ PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message -USE_GMAKE= yes -USE_PERL5_BUILD=yes +USES= gmake perl5 +USE_PERL5= build MAKE_JOBS_UNSAFE=yes MAKE_ARGS= target=freebsd installdir=${PREFIX} Modified: head/net/httpry/Makefile ============================================================================== --- head/net/httpry/Makefile Mon Sep 16 03:54:03 2013 (r327364) +++ head/net/httpry/Makefile Mon Sep 16 06:30:31 2013 (r327365) @@ -19,7 +19,8 @@ EXTRASCRIPTS_DESC= Install additional sc .if ${PORT_OPTIONS:MEXTRASCRIPTS} PLIST_SUB= EXTRASCRIPTS="" -USE_PERL5_RUN= yes +USES+= perl5 +USE_PERL5= run RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI .else PLIST_SUB= EXTRASCRIPTS="@comment " Modified: head/net/isc-dhcp41-server/Makefile ============================================================================== --- head/net/isc-dhcp41-server/Makefile Mon Sep 16 03:54:03 2013 (r327364) +++ head/net/isc-dhcp41-server/Makefile Mon Sep 16 06:30:31 2013 (r327365) @@ -110,7 +110,8 @@ PLIST_SUB+= SCHEMA_DIR="${SCHEMA_DIR:S, PORTDOCS+= README.ldap LICENSE.ldap LDAP_SCRIPT= ${WRKDIR}/${LDAPPATCHDIST}/dhcpd-conf-to-ldap LDAP_SCHEMA= ${WRKDIR}/${LDAPPATCHDIST}/dhcp.schema -USE_PERL5_RUN= yes +USES+= perl5 +USE_PERL5= run USE_OPENLDAP= yes USE_AUTOTOOLS= aclocal libtoolize autoconf autoheader automake LIBTOOLIZE_ARG= --copy --force Modified: head/net/mosh/Makefile ============================================================================== --- head/net/mosh/Makefile Mon Sep 16 03:54:03 2013 (r327364) +++ head/net/mosh/Makefile Mon Sep 16 06:30:31 2013 (r327365) @@ -14,13 +14,13 @@ LICENSE= GPLv3 LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf -USE_PERL5_RUN= yes +USE_PERL5= run GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-utempter CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" INSTALL_TARGET= install-strip USE_OPENSSL= yes -USES= pkgconfig +USES= pkgconfig perl5 LATEST_LINK= mosh-term Modified: head/net/openldap24-server/Makefile ============================================================================== --- head/net/openldap24-server/Makefile Mon Sep 16 03:54:03 2013 (r327364) +++ head/net/openldap24-server/Makefile Mon Sep 16 06:30:31 2013 (r327365) @@ -408,7 +408,7 @@ PLIST_SUB+= BACK_SOCK="@comment " .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 CONFIGURE_ARGS+= --enable-perl=${BACKEND_ENABLE} CONFIGURE_ENV+= PERLBIN="${PERL}" PLIST_SUB+= BACK_PERL=${BACKEND_PLIST} Modified: head/net/packter-agent/Makefile ============================================================================== --- head/net/packter-agent/Makefile Mon Sep 16 03:54:03 2013 (r327364) +++ head/net/packter-agent/Makefile Mon Sep 16 06:30:31 2013 (r327365) @@ -32,7 +32,8 @@ CONFIGURE_ARGS+= --disable-ipv6 .endif .if ${PORT_OPTIONS:MPACKTERTC} -USE_PERL5_RUN= yes +USES+= perl5 +USE_PERL5= run RUN_DEPENDS+= p5-XML-Pastor>=0:${PORTSDIR}/devel/p5-XML-Pastor PLIST_SUB+= PACKTERTC="" .else Modified: head/net/pbnc/Makefile ============================================================================== --- head/net/pbnc/Makefile Mon Sep 16 03:54:03 2013 (r327364) +++ head/net/pbnc/Makefile Mon Sep 16 06:30:31 2013 (r327365) @@ -14,8 +14,9 @@ LICENSE= BSD RUN_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask +USES= perl5 +USE_PERL5= run NO_BUILD= yes -USE_PERL5_RUN= yes PLIST_FILES= etc/pbnc.cfg bin/pbnc.pl PORTDOCS= pbnc.readme Modified: head/net/prosearch/Makefile ============================================================================== --- head/net/prosearch/Makefile Mon Sep 16 03:54:03 2013 (r327364) +++ head/net/prosearch/Makefile Mon Sep 16 06:30:31 2013 (r327365) @@ -9,8 +9,9 @@ MASTER_SITES= http://pro.setun.net/searc MAINTAINER= proler@gmail.com COMMENT= Powerful file search +USES= perl5 +USE_PERL5= run USE_BZIP2= yes -WANT_PERL= yes SUB_FILES= pkg-message SUB_LIST= SEARCHDIR=${SEARCHDIR} NO_BUILD= yes @@ -19,8 +20,6 @@ PLIST_SUB+= SEARCHDIR=${SEARCHDIR} SAMBA_PORT?= net/samba36 -USE_PERL5_RUN= YES - #todo # user and group for crawler, nginx OPTIONS_DEFINE= CRAWLER SAMBA RSYNC APACHE MOD_PERL2 MOD_FASTCGI \ Modified: head/net/quagga-re/Makefile ============================================================================== --- head/net/quagga-re/Makefile Mon Sep 16 03:54:03 2013 (r327364) +++ head/net/quagga-re/Makefile Mon Sep 16 06:30:31 2013 (r327365) @@ -19,10 +19,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= openbgpd-[0-9]* openospfd-[0-9]* zebra-0* quagga-[0-9]* +USES= gmake perl5 USE_AUTOTOOLS= libtool autoheader -USE_GMAKE= yes USE_LDCONFIG= yes -USE_PERL5_BUILD= yes +USE_PERL5= build BUILD_DEPENDS+= gawk:${PORTSDIR}/lang/gawk LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS+= --with-libgcrypt Modified: head/net/quagga/Makefile ============================================================================== --- head/net/quagga/Makefile Mon Sep 16 03:54:03 2013 (r327364) +++ head/net/quagga/Makefile Mon Sep 16 06:30:31 2013 (r327365) @@ -16,12 +16,12 @@ LICENSE= GPLv2 CONFLICTS= openbgpd-[0-9]* openospfd-[0-9]* zebra-0* quagga-re-[0-9]* -USES= gmake +USES= gmake perl5 USE_AUTOTOOLS= libtool autoheader aclocal ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal BUILD_DEPENDS+= gawk:${PORTSDIR}/lang/gawk USE_LDCONFIG= yes -USE_PERL5_BUILD=yes +USE_PERL5= build FETCH_ARGS= -Fpr MAN1= vtysh.1 Modified: head/net/samba4/Makefile ============================================================================== --- head/net/samba4/Makefile Mon Sep 16 03:54:03 2013 (r327364) +++ head/net/samba4/Makefile Mon Sep 16 06:30:31 2013 (r327365) @@ -67,11 +67,11 @@ CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHRE PTHREAD_LDFLAGS="${PTHREAD_LIBS}" USE_PYTHON_BUILD= -2.7 -USE_PERL5_BUILD= yes +USE_PERL5= build USE_GCC= 4.2+ USE_PYTHON= yes -USES= pkgconfig gettext iconv +USES= pkgconfig gettext iconv perl5 USE_LDCONFIG= ${SAMBA4_LIBDIR} PKGCONFIGDIR?= ${PREFIX}/libdata/pkgconfig Modified: head/net/sslh/Makefile ============================================================================== --- head/net/sslh/Makefile Mon Sep 16 03:54:03 2013 (r327364) +++ head/net/sslh/Makefile Mon Sep 16 06:30:31 2013 (r327365) @@ -20,8 +20,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}b.t LIB_DEPENDS= config:${PORTSDIR}/devel/libconfig -USE_GMAKE= yes -USE_PERL5_BUILD= yes +USES= gmake perl5 +USE_PERL5= build OPTIONS_DEFINE= MANPAGES EXAMPLES OPTIONS_DEFAULT= MANPAGES EXAMPLES Modified: head/net/tac_plus4/Makefile ============================================================================== --- head/net/tac_plus4/Makefile Mon Sep 16 03:54:03 2013 (r327364) +++ head/net/tac_plus4/Makefile Mon Sep 16 06:30:31 2013 (r327365) @@ -10,9 +10,9 @@ DISTNAME= tacacs+-F4.0.4.26 MAINTAINER= marcus@FreeBSD.org COMMENT= The Cisco remote authentication/authorization/accounting server -USE_PERL5_BUILD=yes GNU_CONFIGURE= yes -USES= bison +USES= bison perl5 +USE_PERL5= build USE_RC_SUBR= tac_plus USE_LDCONFIG= yes CONFIGURE_ARGS= --with-groupid=$$(/usr/bin/id -g tacacs 2>/dev/null || echo '559') \ Modified: head/net/tightvnc/Makefile ============================================================================== --- head/net/tightvnc/Makefile Mon Sep 16 03:54:03 2013 (r327364) +++ head/net/tightvnc/Makefile Mon Sep 16 06:30:31 2013 (r327365) @@ -22,11 +22,10 @@ RUN_DEPENDS= showrgb:${PORTSDIR}/x11/rgb MAKE_JOBS_UNSAFE= yes CONFLICTS= tridiavnc-[0-9]* vnc-[0-9]* WRKSRC= ${WRKDIR}/vnc_unixsrc -USES= imake shebangfix +USES= imake shebangfix perl5 SHEBANG_FILES= vncserver CFLAGS+= -Wno-return-type USE_BZIP2= yes -USE_PERL5= yes USE_XORG= xaw ALL_TARGET= World NO_INSTALL_MANPAGES= yes Modified: head/net/tridiavnc/Makefile ============================================================================== --- head/net/tridiavnc/Makefile Mon Sep 16 03:54:03 2013 (r327364) +++ head/net/tridiavnc/Makefile Mon Sep 16 06:30:31 2013 (r327365) @@ -15,9 +15,8 @@ COMMENT= Display X and Win32 desktops on LICENSE= GPLv2 -USE_PERL5= yes WRKSRC= ${WRKDIR}/unix/vnc_unixsrc -USES= imake shebangfix +USES= imake shebangfix perl5 SHEBANG_FILES= vncserver USE_XORG= ice sm x11 xaw xext xmu xt xpm ALL_TARGET= World Modified: head/net/vmware-vsphere-cli/Makefile ============================================================================== --- head/net/vmware-vsphere-cli/Makefile Mon Sep 16 03:54:03 2013 (r327364) +++ head/net/vmware-vsphere-cli/Makefile Mon Sep 16 06:30:31 2013 (r327365) @@ -23,7 +23,8 @@ RUN_DEPENDS= p5-Class-MethodMaker>=0:${ p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure RESTRICTED= Downloading requires acceptance of license agreement NO_CDROM= Distribution requires acceptance of license agreement NO_PACKAGE= Distribution requires acceptance of license agreement Modified: head/ports-mgmt/portscout/Makefile ============================================================================== --- head/ports-mgmt/portscout/Makefile Mon Sep 16 03:54:03 2013 (r327364) +++ head/ports-mgmt/portscout/Makefile Mon Sep 16 06:30:31 2013 (r327365) @@ -14,8 +14,8 @@ COMMENT= A tool to scan for new versions OPTIONS_DEFINE= SQLITE3 DOCS SQLITE3_DESC= Use SQLite backend instead of PostgreSQL +USES= perl5 NO_BUILD= yes -USE_PERL5= yes PORTDOCS= UPDATING portscout-portconfig.txt xml-datasrc-example.xml From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 06:42:42 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 83343DB8; Mon, 16 Sep 2013 06:42:42 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 70CF220F5; Mon, 16 Sep 2013 06:42:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8G6ggIq054096; Mon, 16 Sep 2013 06:42:42 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8G6ggwN054095; Mon, 16 Sep 2013 06:42:42 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201309160642.r8G6ggwN054095@svn.freebsd.org> From: Erwin Lansing Date: Mon, 16 Sep 2013 06:42:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327366 - head/multimedia/libdvdcss 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.14 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, 16 Sep 2013 06:42:42 -0000 Author: erwin Date: Mon Sep 16 06:42:41 2013 New Revision: 327366 URL: http://svnweb.freebsd.org/changeset/ports/327366 Log: Mark RESTRICTED instead of NO_CDROM. Requested by: core Modified: head/multimedia/libdvdcss/Makefile Modified: head/multimedia/libdvdcss/Makefile ============================================================================== --- head/multimedia/libdvdcss/Makefile Mon Sep 16 06:30:31 2013 (r327365) +++ head/multimedia/libdvdcss/Makefile Mon Sep 16 06:42:41 2013 (r327366) @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVE MAINTAINER= jpaetzel@FreeBSD.org COMMENT= Portable abstraction library for DVD decryption -NO_CDROM= CSS code may violate the DMCA +RESTRICTED= CSS code may violate the DMCA USE_AUTOTOOLS= libtool USE_BZIP2= yes From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 07:27:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E768F304; Mon, 16 Sep 2013 07:27:14 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BACEB2312; Mon, 16 Sep 2013 07:27:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8G7REFF076746; Mon, 16 Sep 2013 07:27:14 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8G7RE7L076735; Mon, 16 Sep 2013 07:27:14 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201309160727.r8G7RE7L076735@svn.freebsd.org> From: Frederic Culot Date: Mon, 16 Sep 2013 07:27:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327367 - head/www/p5-WWW-Search 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.14 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, 16 Sep 2013 07:27:15 -0000 Author: culot Date: Mon Sep 16 07:27:13 2013 New Revision: 327367 URL: http://svnweb.freebsd.org/changeset/ports/327367 Log: - Update to 2.512 - Add LICENSE (Artistic 1 & GPL 1) - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/WWW-Search/Changes Modified: head/www/p5-WWW-Search/Makefile head/www/p5-WWW-Search/distinfo Modified: head/www/p5-WWW-Search/Makefile ============================================================================== --- head/www/p5-WWW-Search/Makefile Mon Sep 16 06:42:41 2013 (r327366) +++ head/www/p5-WWW-Search/Makefile Mon Sep 16 07:27:13 2013 (r327367) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WWW-Search -PORTVERSION= 2.511 +PORTVERSION= 2.512 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for WWW searches +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \ p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ @@ -17,11 +20,7 @@ BUILD_DEPENDS= p5-Bit-Vector>=0:${PORTSD p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-User>=0:${PORTSDIR}/sysutils/p5-User \ - p5-libwww>=2:${PORTSDIR}/www/p5-libwww \ - p5-IO-Capture>=0:${PORTSDIR}/devel/p5-IO-Capture \ - p5-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Pod-Coverage \ - p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File \ - p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod + p5-libwww>=2:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \ p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ @@ -29,7 +28,11 @@ RUN_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-User>=0:${PORTSDIR}/sysutils/p5-User \ - p5-libwww>=2:${PORTSDIR}/www/p5-libwww \ + p5-libwww>=2:${PORTSDIR}/www/p5-libwww +TEST_DEPENDS= p5-IO-Capture>=0:${PORTSDIR}/devel/p5-IO-Capture \ + p5-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Pod-Coverage \ + p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File \ + p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage USES= perl5 Modified: head/www/p5-WWW-Search/distinfo ============================================================================== --- head/www/p5-WWW-Search/distinfo Mon Sep 16 06:42:41 2013 (r327366) +++ head/www/p5-WWW-Search/distinfo Mon Sep 16 07:27:13 2013 (r327367) @@ -1,2 +1,2 @@ -SHA256 (WWW-Search-2.511.tar.gz) = 7d9e40e04079ae6d230d8b6746ba10d9d72036bca6c10f7763e9b142c57c255c -SIZE (WWW-Search-2.511.tar.gz) = 95908 +SHA256 (WWW-Search-2.512.tar.gz) = 83ac0b15435f057f000281f85645cf3e59d6b5fb611f111acb4d3b81a8024e18 +SIZE (WWW-Search-2.512.tar.gz) = 96187 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 07:29:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 563BD400; Mon, 16 Sep 2013 07:29:13 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 353E02326; Mon, 16 Sep 2013 07:29:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8G7TDum077918; Mon, 16 Sep 2013 07:29:13 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8G7T9Hh077883; Mon, 16 Sep 2013 07:29:09 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309160729.r8G7T9Hh077883@svn.freebsd.org> From: Andrej Zverev Date: Mon, 16 Sep 2013 07:29:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327368 - in head: archivers/p5-Archive-Tar archivers/rpm2cpio ports-mgmt/pkgs_which sysutils/boxbackup-devel sysutils/busybox sysutils/cvsweb-converters sysutils/gcombust sysutils/hplo... 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.14 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, 16 Sep 2013 07:29:13 -0000 Author: az Date: Mon Sep 16 07:29:08 2013 New Revision: 327368 URL: http://svnweb.freebsd.org/changeset/ports/327368 Log: - convert to the new perl5 framework - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Modified: head/archivers/p5-Archive-Tar/Makefile head/archivers/rpm2cpio/Makefile (contents, props changed) head/ports-mgmt/pkgs_which/Makefile head/sysutils/boxbackup-devel/Makefile (contents, props changed) head/sysutils/busybox/Makefile head/sysutils/cvsweb-converters/Makefile head/sysutils/gcombust/Makefile head/sysutils/hploscripts/Makefile (contents, props changed) head/sysutils/jailadmin/Makefile (contents, props changed) head/sysutils/ldap-account-manager/Makefile head/sysutils/magicrescue/Makefile (contents, props changed) head/sysutils/openipmi/Makefile head/sysutils/p5-Ubic/Makefile (contents, props changed) head/sysutils/parallel/Makefile (contents, props changed) head/sysutils/savelogs/Makefile head/sysutils/symon/Makefile (contents, props changed) head/sysutils/torque/Makefile head/sysutils/userneu-devel/Makefile head/sysutils/webjob/Makefile (contents, props changed) Modified: head/archivers/p5-Archive-Tar/Makefile ============================================================================== --- head/archivers/p5-Archive-Tar/Makefile Mon Sep 16 07:27:13 2013 (r327367) +++ head/archivers/p5-Archive-Tar/Makefile Mon Sep 16 07:29:08 2013 (r327368) @@ -13,7 +13,8 @@ COMMENT= Perl module for creation and ma RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Archive::Tar.3 Archive::Tar::File.3 Modified: head/archivers/rpm2cpio/Makefile ============================================================================== --- head/archivers/rpm2cpio/Makefile Mon Sep 16 07:27:13 2013 (r327367) +++ head/archivers/rpm2cpio/Makefile Mon Sep 16 07:29:08 2013 (r327368) @@ -17,7 +17,7 @@ COMMENT= Convert .rpm files for extracti NO_WRKSUBDIR= yes -USE_PERL5= yes +USES= perl5 NO_BUILD= yes REINPLACE_ARGS= Modified: head/ports-mgmt/pkgs_which/Makefile ============================================================================== --- head/ports-mgmt/pkgs_which/Makefile Mon Sep 16 07:27:13 2013 (r327367) +++ head/ports-mgmt/pkgs_which/Makefile Mon Sep 16 07:29:08 2013 (r327368) @@ -12,8 +12,8 @@ COMMENT= Quickly find out which ports co LICENSE= GPLv3 +USES= perl5 NO_BUILD= yes -USE_PERL5= yes PLIST_FILES= bin/${PORTNAME} .include Modified: head/sysutils/boxbackup-devel/Makefile ============================================================================== --- head/sysutils/boxbackup-devel/Makefile Mon Sep 16 07:27:13 2013 (r327367) +++ head/sysutils/boxbackup-devel/Makefile Mon Sep 16 07:29:08 2013 (r327368) @@ -21,9 +21,9 @@ SVNVERSION= 0.11_trunk_2979 NO_LATEST_LINK= yes +USES= perl5 USE_OPENSSL= yes GNU_CONFIGURE= yes -USE_PERL5= yes USE_AUTOTOOLS= autoconf aclocal autoheader ACLOCAL_ARGS+= -I ${WRKSRC}/infrastructure/m4 Modified: head/sysutils/busybox/Makefile ============================================================================== --- head/sysutils/busybox/Makefile Mon Sep 16 07:27:13 2013 (r327367) +++ head/sysutils/busybox/Makefile Mon Sep 16 07:29:08 2013 (r327368) @@ -20,8 +20,8 @@ BUILD_DEPENDS= gsed:${PORTSDIR}/textproc CONFLICTS_INSTALL= busybox-unstable-* MAKE_ARGS+= SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}" +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes # avoid clang, breaks in findutils/find.c l. 752+, # uses a GCC extension/invalid C code: USE_GCC?= 4.2+ @@ -31,7 +31,8 @@ PLIST_FILES= bin/busybox .include .if ${PORT_OPTIONS:MDOCS} -USE_PERL5_BUILD= yes +USES+= perl5 +USE_PERL5= build PORTDOCS= * .endif Modified: head/sysutils/cvsweb-converters/Makefile ============================================================================== --- head/sysutils/cvsweb-converters/Makefile Mon Sep 16 07:27:13 2013 (r327367) +++ head/sysutils/cvsweb-converters/Makefile Mon Sep 16 07:29:08 2013 (r327368) @@ -20,9 +20,9 @@ RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules BUILD_DEPENDS:= ${RUN_DEPENDS} +USES= perl5 NO_BUILD= yes USE_BZIP2= yes -USE_PERL5= yes GNU_CONFIGURE= yes PLIST_FILES= bin/commitlog2cvsweb bin/cvsrdiff2cvsweb \ Modified: head/sysutils/gcombust/Makefile ============================================================================== --- head/sysutils/gcombust/Makefile Mon Sep 16 07:27:13 2013 (r327367) +++ head/sysutils/gcombust/Makefile Mon Sep 16 07:29:08 2013 (r327368) @@ -16,8 +16,8 @@ LICENSE= GPLv2 RUN_DEPENDS= cdlabelgen:${PORTSDIR}/print/cdlabelgen \ cdrecord:${PORTSDIR}/sysutils/cdrtools -USES= gettext -USE_PERL5_BUILD=yes +USES= gettext perl5 +USE_PERL5= build USE_GNOME= gtk12 gnomehier GNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-included-gettext --datadir=${PREFIX}/share Modified: head/sysutils/hploscripts/Makefile ============================================================================== --- head/sysutils/hploscripts/Makefile Mon Sep 16 07:27:13 2013 (r327367) +++ head/sysutils/hploscripts/Makefile Mon Sep 16 07:29:08 2013 (r327368) @@ -13,10 +13,8 @@ COMMENT= HP Lights-Out management perl s BUILD_DEPENDS= p5-IO-Socket-SSL>=1.19:${PORTSDIR}/security/p5-IO-Socket-SSL RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= shebangfix -USE_PERL5= yes +USES= shebangfix perl5 NO_BUILD= yes - SHEBANG_FILES= locfg.pl PORTDOCS= iLO_perl_xml.pdf linux-LOsamplescripts.txt Modified: head/sysutils/jailadmin/Makefile ============================================================================== --- head/sysutils/jailadmin/Makefile Mon Sep 16 07:27:13 2013 (r327367) +++ head/sysutils/jailadmin/Makefile Mon Sep 16 07:29:08 2013 (r327368) @@ -15,7 +15,7 @@ DISTNAME= jailadmin-${PORTVERSION} MAINTAINER= kirk@strauser.com COMMENT= A system for managing a set of named jails -USE_PERL5= yes +USES= perl5 PORTDOCS= INSTALL README Modified: head/sysutils/ldap-account-manager/Makefile ============================================================================== --- head/sysutils/ldap-account-manager/Makefile Mon Sep 16 07:27:13 2013 (r327367) +++ head/sysutils/ldap-account-manager/Makefile Mon Sep 16 07:29:08 2013 (r327368) @@ -14,8 +14,7 @@ RUN_DEPENDS= p5-Quota>=0:${PORTSDIR}/sys p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap NO_BUILD= yes -USES= gettext -USE_PERL5= yes +USES= gettext perl5 USE_PHP= gettext hash iconv ldap mcrypt pcre session simplexml spl xml json zip WANT_PHP_WEB= yes DEFAULT_PHP_VER= 5 Modified: head/sysutils/magicrescue/Makefile ============================================================================== --- head/sysutils/magicrescue/Makefile Mon Sep 16 07:27:13 2013 (r327367) +++ head/sysutils/magicrescue/Makefile Mon Sep 16 07:29:08 2013 (r327368) @@ -12,9 +12,10 @@ COMMENT= File recovery tool which recove LICENSE= GPLv2 +USES= perl5 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} -USE_PERL5_RUN= yes +USE_PERL5= run MAN1= dupemap.1 magicrescue.1 magicsort.1 Modified: head/sysutils/openipmi/Makefile ============================================================================== --- head/sysutils/openipmi/Makefile Mon Sep 16 07:27:13 2013 (r327367) +++ head/sysutils/openipmi/Makefile Mon Sep 16 07:29:08 2013 (r327368) @@ -78,7 +78,7 @@ PLIST_SUB+= TKINTER="@comment " .if ${PORT_OPTIONS:MPERL} WITH_SWIG= yes -USE_PERL5= yes +USES+= perl5 CONFIGURE_ARGS+= --with-perl PLIST_SUB+= PERL="" .else Modified: head/sysutils/p5-Ubic/Makefile ============================================================================== --- head/sysutils/p5-Ubic/Makefile Mon Sep 16 07:27:13 2013 (r327367) +++ head/sysutils/p5-Ubic/Makefile Mon Sep 16 07:29:08 2013 (r327368) @@ -29,7 +29,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Class>=0:${PORTSDIR}/devel/p5-Test-Class \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure REINPLACE_ARGS= -i '' MAN1= ubic.1 \ Modified: head/sysutils/parallel/Makefile ============================================================================== --- head/sysutils/parallel/Makefile Mon Sep 16 07:27:13 2013 (r327367) +++ head/sysutils/parallel/Makefile Mon Sep 16 07:29:08 2013 (r327368) @@ -16,9 +16,10 @@ OPTIONS_DEFINE= DOCS CONFLICTS= moreutils-parallel-[0-9]* CONFIGURE_ARGS= --docdir="${DOCSDIR}" + +USES= perl5 GNU_CONFIGURE= yes USE_BZIP2= yes -USE_PERL5= yes MAN1= parallel.1 parallel_tutorial.1 sem.1 sql.1 niceload.1 PLIST_FILES= bin/parallel bin/sem bin/sql bin/niceload Modified: head/sysutils/savelogs/Makefile ============================================================================== --- head/sysutils/savelogs/Makefile Mon Sep 16 07:27:13 2013 (r327367) +++ head/sysutils/savelogs/Makefile Mon Sep 16 07:29:08 2013 (r327368) @@ -10,7 +10,8 @@ MASTER_SITE_SUBDIR= CPAN:SCOTTW MAINTAINER= danilogondolfo@gmail.com COMMENT= Save log files in a nice way -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= rotation.1 savelogs.1 Modified: head/sysutils/symon/Makefile ============================================================================== --- head/sysutils/symon/Makefile Mon Sep 16 07:27:13 2013 (r327367) +++ head/sysutils/symon/Makefile Mon Sep 16 07:29:08 2013 (r327368) @@ -14,8 +14,8 @@ COMMENT= Performance and information mon SUB_FILES= pkg-message -USE_PERL5_BUILD= yes - +USES= perl5 +USE_PERL5= build MAKE_JOBS_UNSAFE= yes # Synonym for WITHOUT_SYMUX Modified: head/sysutils/torque/Makefile ============================================================================== --- head/sysutils/torque/Makefile Mon Sep 16 07:27:13 2013 (r327367) +++ head/sysutils/torque/Makefile Mon Sep 16 07:29:08 2013 (r327368) @@ -11,14 +11,13 @@ MASTER_SITES= http://www.adaptivecomputi MAINTAINER= jwbacon@tds.net COMMENT= Open source distributed computing resource manager based on PBS +USES= gmake perl5 USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-syslog \ --disable-spool -USE_GMAKE= yes USE_RC_SUBR= pbs_server pbs_sched pbs_mom SUB_FILES= pkg-message torque-config -USE_PERL5= yes USE_LDCONFIG= yes CONFLICTS_INSTALL= qstat-[0-9]* zh-qterm-[0-9]* Modified: head/sysutils/userneu-devel/Makefile ============================================================================== --- head/sysutils/userneu-devel/Makefile Mon Sep 16 07:27:13 2013 (r327367) +++ head/sysutils/userneu-devel/Makefile Mon Sep 16 07:29:08 2013 (r327368) @@ -22,7 +22,8 @@ RUN_DEPENDS= \ p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ p5-Crypt-RandPasswd>=0:${PORTSDIR}/security/p5-Crypt-RandPasswd -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes CONFLICTS= userneu-1.* Modified: head/sysutils/webjob/Makefile ============================================================================== --- head/sysutils/webjob/Makefile Mon Sep 16 07:27:13 2013 (r327367) +++ head/sysutils/webjob/Makefile Mon Sep 16 07:29:08 2013 (r327368) @@ -10,8 +10,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= klm@uidzero.org COMMENT= Download and execute a program over HTTP/HTTPS +USES= perl5 GNU_CONFIGURE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build MAN1= webjob.1 xshar.1 OPTIONS_DEFINE= PAD_TOOLS DSV_TOOLS SSL From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 07:36:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 23B8F62B; Mon, 16 Sep 2013 07:36:44 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 10FAD23A6; Mon, 16 Sep 2013 07:36:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8G7ahY4082077; Mon, 16 Sep 2013 07:36:43 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8G7ahiE082074; Mon, 16 Sep 2013 07:36:43 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201309160736.r8G7ahiE082074@svn.freebsd.org> From: Olivier Duchateau Date: Mon, 16 Sep 2013 07:36:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327369 - head/www/py-werkzeug 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.14 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, 16 Sep 2013 07:36:44 -0000 Author: olivierd Date: Mon Sep 16 07:36:43 2013 New Revision: 327369 URL: http://svnweb.freebsd.org/changeset/ports/327369 Log: - Update to 0.9.4 (bugfix release) PR: ports/181568 Submitted by: myself Approved by: maintainer (timeout 3 weeks) Modified: head/www/py-werkzeug/Makefile head/www/py-werkzeug/distinfo Modified: head/www/py-werkzeug/Makefile ============================================================================== --- head/www/py-werkzeug/Makefile Mon Sep 16 07:29:08 2013 (r327368) +++ head/www/py-werkzeug/Makefile Mon Sep 16 07:36:43 2013 (r327369) @@ -3,7 +3,7 @@ # PORTNAME= werkzeug -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-werkzeug/distinfo ============================================================================== --- head/www/py-werkzeug/distinfo Mon Sep 16 07:29:08 2013 (r327368) +++ head/www/py-werkzeug/distinfo Mon Sep 16 07:36:43 2013 (r327369) @@ -1,2 +1,2 @@ -SHA256 (Werkzeug-0.9.3.tar.gz) = ead3a6baf49f8fc594d88dca910d60c61e26e3bb89467ff034c47f6b57b3089a -SIZE (Werkzeug-0.9.3.tar.gz) = 1126096 +SHA256 (Werkzeug-0.9.4.tar.gz) = c1baf7a3e8be70f34d931ee173283f406877bd3d17f372bbe82318a5b3c510cc +SIZE (Werkzeug-0.9.4.tar.gz) = 1126353 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 07:47:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A98AB867; Mon, 16 Sep 2013 07:47:06 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 882B3243C; Mon, 16 Sep 2013 07:47:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8G7l6jm087797; Mon, 16 Sep 2013 07:47:06 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8G7l2Bq087767; Mon, 16 Sep 2013 07:47:02 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309160747.r8G7l2Bq087767@svn.freebsd.org> From: Andrej Zverev Date: Mon, 16 Sep 2013 07:47:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327370 - in head/sysutils: backuppc boxbackup condor coreutils flexbackup heartbeat jx libcdio lire monitorix munin-master munin-node p5-MogileFS-Server p5-Sys-Utmp pdsh rej safe-rm se... 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.14 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, 16 Sep 2013 07:47:06 -0000 Author: az Date: Mon Sep 16 07:47:02 2013 New Revision: 327370 URL: http://svnweb.freebsd.org/changeset/ports/327370 Log: - convert to the new perl5 framework - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Modified: head/sysutils/backuppc/Makefile head/sysutils/boxbackup/Makefile (contents, props changed) head/sysutils/condor/Makefile head/sysutils/coreutils/Makefile head/sysutils/flexbackup/Makefile (contents, props changed) head/sysutils/heartbeat/Makefile head/sysutils/jx/Makefile (contents, props changed) head/sysutils/libcdio/Makefile head/sysutils/lire/Makefile (contents, props changed) head/sysutils/monitorix/Makefile (contents, props changed) head/sysutils/munin-master/Makefile head/sysutils/munin-node/Makefile head/sysutils/p5-MogileFS-Server/Makefile head/sysutils/p5-Sys-Utmp/Makefile (contents, props changed) head/sysutils/pdsh/Makefile head/sysutils/rej/Makefile (contents, props changed) head/sysutils/safe-rm/Makefile (contents, props changed) head/sysutils/sec/Makefile head/sysutils/userneu/Makefile Modified: head/sysutils/backuppc/Makefile ============================================================================== --- head/sysutils/backuppc/Makefile Mon Sep 16 07:36:43 2013 (r327369) +++ head/sysutils/backuppc/Makefile Mon Sep 16 07:47:02 2013 (r327370) @@ -13,11 +13,11 @@ COMMENT= System for backing PCs and lapt RUN_DEPENDS= p5-File-Listing>=0:${PORTSDIR}/sysutils/p5-File-Listing -NO_BUILD= yes - -USE_PERL5= yes USE_RC_SUBR= backuppc +USES= perl5 +NO_BUILD= yes + USERS= backuppc GROUPS= backuppc Modified: head/sysutils/boxbackup/Makefile ============================================================================== --- head/sysutils/boxbackup/Makefile Mon Sep 16 07:36:43 2013 (r327369) +++ head/sysutils/boxbackup/Makefile Mon Sep 16 07:47:02 2013 (r327370) @@ -16,9 +16,9 @@ LICENSE= BSD GPLv2 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE-DUAL.txt +USES= perl5 USE_OPENSSL= yes GNU_CONFIGURE= yes -USE_PERL5= yes USE_AUTOTOOLS= autoconf aclocal autoheader ACLOCAL_ARGS+= -I ${WRKSRC}/infrastructure/m4 Modified: head/sysutils/condor/Makefile ============================================================================== --- head/sysutils/condor/Makefile Mon Sep 16 07:36:43 2013 (r327369) +++ head/sysutils/condor/Makefile Mon Sep 16 07:47:02 2013 (r327370) @@ -17,10 +17,8 @@ LIB_DEPENDS+= krb5support:${PORTSDIR}/se RESTRICTED= Requires manual distfile fetch WRKSRC= ${WRKDIR}/condor-${PORTVERSION} -USE_GMAKE= yes USE_LDCONFIG= yes -USES= cmake -USE_PERL5= yes +USES= cmake gmake perl5 USE_PGSQL= server CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -rpath=${LOCALBASE}/lib:/usr/lib:/lib Modified: head/sysutils/coreutils/Makefile ============================================================================== --- head/sysutils/coreutils/Makefile Mon Sep 16 07:36:43 2013 (r327369) +++ head/sysutils/coreutils/Makefile Mon Sep 16 07:47:02 2013 (r327370) @@ -26,10 +26,10 @@ CONFIGURE_ARGS= --program-prefix=g \ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" FORCE_UNSAFE_CONFIGURE=1 CPPFLAGS+= "-I${LOCALBASE}/include" +USES= gmake perl5 +USE_PERL5= build # build - required for tests and man page generation USE_XZ= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USE_PERL5_BUILD= yes # Required for tests and man page generation #USE_BISON= yes INFO= coreutils Modified: head/sysutils/flexbackup/Makefile ============================================================================== --- head/sysutils/flexbackup/Makefile Mon Sep 16 07:36:43 2013 (r327369) +++ head/sysutils/flexbackup/Makefile Mon Sep 16 07:47:02 2013 (r327370) @@ -18,7 +18,7 @@ TAR_CMD= ${PREFIX}/bin/gtar MAKE_ARGS= PERLPATH=${PERL} CONFFILE=${PREFIX}/etc/flexbackup.conf -USE_PERL5= yes +USES= perl5 SUB_FILES+= pkg-message Modified: head/sysutils/heartbeat/Makefile ============================================================================== --- head/sysutils/heartbeat/Makefile Mon Sep 16 07:36:43 2013 (r327369) +++ head/sysutils/heartbeat/Makefile Mon Sep 16 07:47:02 2013 (r327370) @@ -80,7 +80,8 @@ PLIST_SUB+= MGMT="@comment " .if ${PORT_OPTIONS:MLDIRECTORD} RUN_DEPENDS+= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools -USE_PERL5_RUN= yes +USES+= perl5 +USE_PERL5= run PLIST_SUB+= LDIRECTORD="" MAN8+= ldirectord.8 .else Modified: head/sysutils/jx/Makefile ============================================================================== --- head/sysutils/jx/Makefile Mon Sep 16 07:36:43 2013 (r327369) +++ head/sysutils/jx/Makefile Mon Sep 16 07:47:02 2013 (r327370) @@ -9,8 +9,9 @@ MASTER_SITES= http://legh.ru/wp-content/ MAINTAINER= legh@legh.ru COMMENT= Wrapper to jexec with more feature in interpreting jail id +USES= perl5 NO_BUILD= yes -USE_PERL5_RUN= yes +USE_PERL5= run PLIST_FILES= bin/${PORTNAME} Modified: head/sysutils/libcdio/Makefile ============================================================================== --- head/sysutils/libcdio/Makefile Mon Sep 16 07:36:43 2013 (r327369) +++ head/sysutils/libcdio/Makefile Mon Sep 16 07:47:02 2013 (r327370) @@ -18,11 +18,10 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= pathfix pkgconfig iconv ncurses -USE_GMAKE= yes +USES= pathfix pkgconfig iconv ncurses gmake perl5 USE_LDCONFIG= yes CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} -USE_PERL5_BUILD=yes +USE_PERL5= build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} MAN1= cd-drive.1 cd-info.1 iso-read.1 iso-info.1 cd-read.1 Modified: head/sysutils/lire/Makefile ============================================================================== --- head/sysutils/lire/Makefile Mon Sep 16 07:36:43 2013 (r327369) +++ head/sysutils/lire/Makefile Mon Sep 16 07:47:02 2013 (r327370) @@ -33,9 +33,9 @@ CHARTS_DESC= Have Charts output format HTML_DESC= Have HTML or DocBook output format PDF_DESC= Have PDF output format EXCEL95_DESC= Have Excel95 Spreadsheet output format + +USES= gmake perl5 USE_GNOME= libxml2 libxslt -USE_PERL5= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= "--with-docbookdir=${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd" CONFIGURE_ENV= POD2MAN=${LOCALBASE}/bin/pod2man Modified: head/sysutils/monitorix/Makefile ============================================================================== --- head/sysutils/monitorix/Makefile Mon Sep 16 07:36:43 2013 (r327369) +++ head/sysutils/monitorix/Makefile Mon Sep 16 07:47:02 2013 (r327370) @@ -23,7 +23,8 @@ RUN_DEPENDS= p5-ParallelUA>=0:${PORTSDIR p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \ p5-Config-General>=0:${PORTSDIR}/devel/p5-Config-General -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN5= monitorix.conf.5 MAN8= monitorix.8 MANCOMPRESSED= no Modified: head/sysutils/munin-master/Makefile ============================================================================== --- head/sysutils/munin-master/Makefile Mon Sep 16 07:36:43 2013 (r327369) +++ head/sysutils/munin-master/Makefile Mon Sep 16 07:47:02 2013 (r327370) @@ -41,8 +41,8 @@ RUN_DEPENDS= munin-common>=0:${PORTSDIR} p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ p5-FCGI>=0:${PORTSDIR}/www/p5-FCGI -USE_PERL5= yes -USE_GMAKE= yes +USES= gmake perl5 + PKGMESSAGE= ${WRKDIR}/pkg-message .include "${.CURDIR}/../munin-common/munin.mk" Modified: head/sysutils/munin-node/Makefile ============================================================================== --- head/sysutils/munin-node/Makefile Mon Sep 16 07:36:43 2013 (r327369) +++ head/sysutils/munin-node/Makefile Mon Sep 16 07:47:02 2013 (r327370) @@ -24,9 +24,7 @@ RUN_DEPENDS= p5-Cache-Cache>=0:${PORTSDI DISTINFO_FILE= ${MUNIN_DISTINFO} EXTRA_PATCHES+= ${MUNIN_PATCHES} -USES= shebangfix -USE_PERL5= yes -USE_GMAKE= yes +USES= gmake shebangfix perl5 PKGMESSAGE= ${WRKDIR}/pkg-message REINPLACE_ARGS= -i "" SHEBANG_FILES= node/sbin/munin-node Modified: head/sysutils/p5-MogileFS-Server/Makefile ============================================================================== --- head/sysutils/p5-MogileFS-Server/Makefile Mon Sep 16 07:36:43 2013 (r327369) +++ head/sysutils/p5-MogileFS-Server/Makefile Mon Sep 16 07:47:02 2013 (r327370) @@ -25,7 +25,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure REINPLACE_ARGS= -i '' USE_RC_SUBR= mogilefsd mogstored Modified: head/sysutils/p5-Sys-Utmp/Makefile ============================================================================== --- head/sysutils/p5-Sys-Utmp/Makefile Mon Sep 16 07:36:43 2013 (r327369) +++ head/sysutils/p5-Sys-Utmp/Makefile Mon Sep 16 07:47:02 2013 (r327370) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= zaa@ulstu.ru COMMENT= Perl5 module which provides Object(ish) Interface to UTMP files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sys::Utmp.3 Sys::Utmp::Utent.3 Modified: head/sysutils/pdsh/Makefile ============================================================================== --- head/sysutils/pdsh/Makefile Mon Sep 16 07:36:43 2013 (r327369) +++ head/sysutils/pdsh/Makefile Mon Sep 16 07:47:02 2013 (r327370) @@ -11,9 +11,10 @@ COMMENT= Parallel Distributed Shell LICENSE= GPLv2 +USES= perl5 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_PERL5_BUILD=yes +USE_PERL5= build OPTIONS_DEFINE= SSH DSHGROUPS NETGROUP READLINE RSH OPTIONS_DEFAULT= SSH DSHGROUPS Modified: head/sysutils/rej/Makefile ============================================================================== --- head/sysutils/rej/Makefile Mon Sep 16 07:36:43 2013 (r327369) +++ head/sysutils/rej/Makefile Mon Sep 16 07:47:02 2013 (r327370) @@ -9,8 +9,7 @@ MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Merges patch-rejects and runs a merge program to verify the changes -USES= shebangfix -USE_PERL5= yes +USES= shebangfix perl5 NO_BUILD= yes SHEBANG_FILES= qp mp Modified: head/sysutils/safe-rm/Makefile ============================================================================== --- head/sysutils/safe-rm/Makefile Mon Sep 16 07:36:43 2013 (r327369) +++ head/sysutils/safe-rm/Makefile Mon Sep 16 07:47:02 2013 (r327370) @@ -11,8 +11,8 @@ COMMENT= Wrapper around the rm command t LICENSE= GPLv3 -USE_PERL5_RUN= yes - +USES= perl5 +USE_PERL5= run NO_BUILD= yes FETCH_ARGS= -pRr Modified: head/sysutils/sec/Makefile ============================================================================== --- head/sysutils/sec/Makefile Mon Sep 16 07:36:43 2013 (r327369) +++ head/sysutils/sec/Makefile Mon Sep 16 07:47:02 2013 (r327370) @@ -10,9 +10,10 @@ COMMENT= Simple event (logs) correlator LICENSE= GPLv2 -USE_PERL5_RUN= yes USE_RC_SUBR= sec +USES= perl5 +USE_PERL5= run NO_BUILD= yes MAN8= sec.8 Modified: head/sysutils/userneu/Makefile ============================================================================== --- head/sysutils/userneu/Makefile Mon Sep 16 07:36:43 2013 (r327369) +++ head/sysutils/userneu/Makefile Mon Sep 16 07:47:02 2013 (r327370) @@ -21,7 +21,8 @@ RUN_DEPENDS= \ p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ p5-Crypt-RandPasswd>=0:${PORTSDIR}/security/p5-Crypt-RandPasswd -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes CONFLICTS= userneu-devel-[0-9]* From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 08:39:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CD0484DD; Mon, 16 Sep 2013 08:39:24 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC3282798; Mon, 16 Sep 2013 08:39:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8G8dOP1015380; Mon, 16 Sep 2013 08:39:24 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8G8dKM3015348; Mon, 16 Sep 2013 08:39:20 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309160839.r8G8dKM3015348@svn.freebsd.org> From: Andrej Zverev Date: Mon, 16 Sep 2013 08:39:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327371 - in head: devel/avr-gcc devel/baz devel/cvsweb3 devel/gitolite2 devel/msp430-gcc devel/otrs devel/p5-Data-RoundRobin devel/p5-Debug-Client devel/p5-MooseX-OneArgNew devel/p5-Ob... 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.14 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, 16 Sep 2013 08:39:25 -0000 Author: az Date: Mon Sep 16 08:39:20 2013 New Revision: 327371 URL: http://svnweb.freebsd.org/changeset/ports/327371 Log: - convert to the new perl5 framework - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Modified: head/devel/avr-gcc/Makefile head/devel/baz/Makefile head/devel/cvsweb3/Makefile head/devel/gitolite2/Makefile head/devel/msp430-gcc/Makefile head/devel/otrs/Makefile head/devel/p5-Data-RoundRobin/Makefile (contents, props changed) head/devel/p5-Debug-Client/Makefile head/devel/p5-MooseX-OneArgNew/Makefile (contents, props changed) head/devel/p5-Object-InsideOut/Makefile (contents, props changed) head/devel/p5-String-Errf/Makefile (contents, props changed) head/devel/p5-Test-NoWarnings/Makefile (contents, props changed) head/devel/p5-Test-Portability-Files/Makefile head/devel/p5-Thread-Suspend/Makefile head/devel/p5-doxygenfilter/Makefile (contents, props changed) head/devel/quilt/Makefile head/devel/svk/Makefile head/sysutils/busybox-unstable/Makefile head/sysutils/p5-MogileFS-Network/Makefile Modified: head/devel/avr-gcc/Makefile ============================================================================== --- head/devel/avr-gcc/Makefile Mon Sep 16 07:47:02 2013 (r327370) +++ head/devel/avr-gcc/Makefile Mon Sep 16 08:39:20 2013 (r327371) @@ -32,10 +32,10 @@ CONFIGURE_WRKSRC= ${BUILD_WRKSRC} INSTALL_WRKSRC= ${BUILD_WRKSRC} CONFIGURE_SCRIPT= ../gcc-${PORTVERSION}/configure -USE_PERL5_BUILD= yes +USE_PERL5= build USE_BZIP2= yes CPPFLAGS+= -I${LOCALBASE}/include -USES= bison gettext gmake +USES= bison gettext gmake perl5 GNU_CONFIGURE= yes .include Modified: head/devel/baz/Makefile ============================================================================== --- head/devel/baz/Makefile Mon Sep 16 07:47:02 2013 (r327370) +++ head/devel/baz/Makefile Mon Sep 16 08:39:20 2013 (r327371) @@ -24,9 +24,8 @@ LIB_DEPENDS= neon.27:${PORTSDIR}/www/neo CONFLICTS= gd-2.* -USE_GMAKE= yes -USES= gettext -USE_PERL5_BUILD=yes +USES= gettext gmake perl5 +USE_PERL5= build GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes Modified: head/devel/cvsweb3/Makefile ============================================================================== --- head/devel/cvsweb3/Makefile Mon Sep 16 07:47:02 2013 (r327370) +++ head/devel/cvsweb3/Makefile Mon Sep 16 08:39:20 2013 (r327371) @@ -30,8 +30,8 @@ RUN_DEPENDS+= enscript:${PORTSDIR}/print LATEST_LINK= cvsweb3 CONFLICTS= cvsweb-2.* +USES= perl5 NO_BUILD= yes -USE_PERL5= yes .include Modified: head/devel/gitolite2/Makefile ============================================================================== --- head/devel/gitolite2/Makefile Mon Sep 16 07:47:02 2013 (r327370) +++ head/devel/gitolite2/Makefile Mon Sep 16 08:39:20 2013 (r327371) @@ -16,7 +16,7 @@ RUN_DEPENDS= git>=0:${PORTSDIR}/devel/gi LATEST_LINK= gitolite2 CONFLICTS= gitolite-[^2]* -USE_PERL5= yes +USES= perl5 SUB_FILES= pkg-message Modified: head/devel/msp430-gcc/Makefile ============================================================================== --- head/devel/msp430-gcc/Makefile Mon Sep 16 07:47:02 2013 (r327370) +++ head/devel/msp430-gcc/Makefile Mon Sep 16 08:39:20 2013 (r327371) @@ -46,9 +46,8 @@ WRKSRC= ${WRKDIR}/build PATCH_WRKSRC= ${SRCDIR} USE_BZIP2= yes -USE_GMAKE= yes -USES= bison iconv -USE_PERL5_BUILD=yes +USES= bison iconv gmake perl5 +USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_SCRIPT=../${SRCDIR:S/${WRKDIR}\///}/configure Modified: head/devel/otrs/Makefile ============================================================================== --- head/devel/otrs/Makefile Mon Sep 16 07:47:02 2013 (r327370) +++ head/devel/otrs/Makefile Mon Sep 16 08:39:20 2013 (r327371) @@ -75,8 +75,8 @@ CLEAN_FILES= scripts/suse* scripts/redha var/httpd/htdocs/js/thirdparty/ckeditor-4.0/_source \ var/httpd/htdocs/skins/Agent/*/img/source +USES= perl5 USE_APACHE_RUN= 22+ -USE_PERL5= yes PLIST_SUB+= VER_CKEDITOR="4.0" Modified: head/devel/p5-Data-RoundRobin/Makefile ============================================================================== --- head/devel/p5-Data-RoundRobin/Makefile Mon Sep 16 07:47:02 2013 (r327370) +++ head/devel/p5-Data-RoundRobin/Makefile Mon Sep 16 08:39:20 2013 (r327371) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lwhsu@FreeBSD.org COMMENT= Serve data in a round robin manner -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::RoundRobin.3 Modified: head/devel/p5-Debug-Client/Makefile ============================================================================== --- head/devel/p5-Debug-Client/Makefile Mon Sep 16 07:47:02 2013 (r327370) +++ head/devel/p5-Debug-Client/Makefile Mon Sep 16 08:39:20 2013 (r327371) @@ -20,7 +20,8 @@ TEST_DEPENDS= p5-File-HomeDir>=1.00:${PO p5-Test-Class>=0.38:${PORTSDIR}/devel/p5-Test-Class \ p5-Test-Deep>=0.110:${PORTSDIR}/devel/p5-Test-Deep -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Debug::Client.3 Modified: head/devel/p5-MooseX-OneArgNew/Makefile ============================================================================== --- head/devel/p5-MooseX-OneArgNew/Makefile Mon Sep 16 07:47:02 2013 (r327370) +++ head/devel/p5-MooseX-OneArgNew/Makefile Mon Sep 16 08:39:20 2013 (r327371) @@ -22,7 +22,8 @@ RUN_DEPENDS= p5-MooseX-Role-Parameterize p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERl5= configure MAN3= MooseX::OneArgNew.3 Modified: head/devel/p5-Object-InsideOut/Makefile ============================================================================== --- head/devel/p5-Object-InsideOut/Makefile Mon Sep 16 07:47:02 2013 (r327370) +++ head/devel/p5-Object-InsideOut/Makefile Mon Sep 16 08:39:20 2013 (r327371) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Data-Dumper>=2.131:${P p5-Want>=0.21:${PORTSDIR}/devel/p5-Want RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Bundle::Object::InsideOut.3 \ Object::InsideOut.3 \ Modified: head/devel/p5-String-Errf/Makefile ============================================================================== --- head/devel/p5-String-Errf/Makefile Mon Sep 16 07:47:02 2013 (r327370) +++ head/devel/p5-String-Errf/Makefile Mon Sep 16 08:39:20 2013 (r327371) @@ -22,7 +22,8 @@ BUILD_DEPENDS:= p5-TimeDate>=0:${PORTSDI p5-autodie>=0:${PORTSDIR}/devel/p5-autodie \ ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= String::Errf.3 Modified: head/devel/p5-Test-NoWarnings/Makefile ============================================================================== --- head/devel/p5-Test-NoWarnings/Makefile Mon Sep 16 07:47:02 2013 (r327370) +++ head/devel/p5-Test-NoWarnings/Makefile Mon Sep 16 08:39:20 2013 (r327371) @@ -13,7 +13,8 @@ COMMENT= Hide and store warnings while r TEST_DEPENDS= p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::NoWarnings.3 Modified: head/devel/p5-Test-Portability-Files/Makefile ============================================================================== --- head/devel/p5-Test-Portability-Files/Makefile Mon Sep 16 07:47:02 2013 (r327370) +++ head/devel/p5-Test-Portability-Files/Makefile Mon Sep 16 08:39:20 2013 (r327371) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Test::Portability::Files Check file names portability -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Portability::Files.3 Modified: head/devel/p5-Thread-Suspend/Makefile ============================================================================== --- head/devel/p5-Thread-Suspend/Makefile Mon Sep 16 07:47:02 2013 (r327370) +++ head/devel/p5-Thread-Suspend/Makefile Mon Sep 16 08:39:20 2013 (r327371) @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pclin@FreeBSD.org COMMENT= Suspend and resume operations for threads -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Thread::Suspend.3 Modified: head/devel/p5-doxygenfilter/Makefile ============================================================================== --- head/devel/p5-doxygenfilter/Makefile Mon Sep 16 07:47:02 2013 (r327370) +++ head/devel/p5-doxygenfilter/Makefile Mon Sep 16 08:39:20 2013 (r327371) @@ -17,7 +17,8 @@ COMMENT= Input filter for Doxygen enabli RUN_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DoxyGen::Filter.3 Modified: head/devel/quilt/Makefile ============================================================================== --- head/devel/quilt/Makefile Mon Sep 16 07:47:02 2013 (r327370) +++ head/devel/quilt/Makefile Mon Sep 16 08:39:20 2013 (r327371) @@ -21,8 +21,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/b RUN_DEPENDS:= ${BUILD_DEPENDS} \ formail:${PORTSDIR}/mail/procmail -USE_GMAKE= yes -USE_PERL5= yes +USES= gmake perl5 OPTIONS_DEFINE= RPMBUILD DOCS NLS RPMBUILD_DESC= rpmbuild support Modified: head/devel/svk/Makefile ============================================================================== --- head/devel/svk/Makefile Mon Sep 16 07:47:02 2013 (r327370) +++ head/devel/svk/Makefile Mon Sep 16 08:39:20 2013 (r327371) @@ -53,7 +53,8 @@ BUILD_DEPENDS= p5-List-MoreUtils>=0:${PO p5-version>=0.68:${PORTSDIR}/devel/p5-version RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= svk.1 MAN3= SVK.3 \ Modified: head/sysutils/busybox-unstable/Makefile ============================================================================== --- head/sysutils/busybox-unstable/Makefile Mon Sep 16 07:47:02 2013 (r327370) +++ head/sysutils/busybox-unstable/Makefile Mon Sep 16 08:39:20 2013 (r327371) @@ -28,8 +28,8 @@ IGNORE= is older than stable version. U PORTSCOUT= skipv:1.21.1 MAKE_ARGS+= SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}" +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes # avoid clang, breaks in findutils/find.c l. 752+, # uses a GCC extension/invalid C code: USE_GCC?= 4.2+ @@ -39,8 +39,9 @@ PLIST_FILES= bin/busybox .include .if ${PORT_OPTIONS:MDOCS} -USE_PERL5_BUILD= yes -PORTDOCS= * +USES+= perl5 +USE_PERL5= build +PORTDOCS= * .endif post-patch: Modified: head/sysutils/p5-MogileFS-Network/Makefile ============================================================================== --- head/sysutils/p5-MogileFS-Network/Makefile Mon Sep 16 07:47:02 2013 (r327370) +++ head/sysutils/p5-MogileFS-Network/Makefile Mon Sep 16 08:39:20 2013 (r327371) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Net-Netmask>=0:${PORTS p5-MogileFS-Server>=2.50:${PORTSDIR}/sysutils/p5-MogileFS-Server RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MogileFS::Network.3 \ MogileFS::ReplicationPolicy::MultipleNetworks.3 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 08:52:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 596E3789; Mon, 16 Sep 2013 08:52:07 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4748E2859; Mon, 16 Sep 2013 08:52:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8G8q7Ch023505; Mon, 16 Sep 2013 08:52:07 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8G8q79s023504; Mon, 16 Sep 2013 08:52:07 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309160852.r8G8q79s023504@svn.freebsd.org> From: Andrej Zverev Date: Mon, 16 Sep 2013 08:52:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327372 - head/devel/p5-MooseX-OneArgNew 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.14 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, 16 Sep 2013 08:52:07 -0000 Author: az Date: Mon Sep 16 08:52:06 2013 New Revision: 327372 URL: http://svnweb.freebsd.org/changeset/ports/327372 Log: -Fix typo Modified: head/devel/p5-MooseX-OneArgNew/Makefile Modified: head/devel/p5-MooseX-OneArgNew/Makefile ============================================================================== --- head/devel/p5-MooseX-OneArgNew/Makefile Mon Sep 16 08:39:20 2013 (r327371) +++ head/devel/p5-MooseX-OneArgNew/Makefile Mon Sep 16 08:52:06 2013 (r327372) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-MooseX-OneArgNew -# Date created: 2011-09-19 -# Whom: Geraud CONTINSOUZAS -# +# Created by: Geraud CONTINSOUZAS # $FreeBSD$ -# PORTNAME= MooseX-OneArgNew PORTVERSION= 0.002 @@ -23,7 +19,7 @@ RUN_DEPENDS= p5-MooseX-Role-Parameterize BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 -USE_PERl5= configure +USE_PERL5= configure MAN3= MooseX::OneArgNew.3 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 09:22:27 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E1B82E2A; Mon, 16 Sep 2013 09:22:26 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C02592A25; Mon, 16 Sep 2013 09:22:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8G9MQxX039831; Mon, 16 Sep 2013 09:22:26 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8G9MMQA039806; Mon, 16 Sep 2013 09:22:22 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309160922.r8G9MMQA039806@svn.freebsd.org> From: Andrej Zverev Date: Mon, 16 Sep 2013 09:22:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327373 - in head/devel: cons cvsweb directfb libxs llvm-devel llvm31 llvm33 lxr mingw32-gcc p5-Any-Moose p5-DateTime-TimeZone p5-DateTime-Util-Calc p5-File-Lock p5-ParseTemplate p5-SVN... 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.14 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, 16 Sep 2013 09:22:27 -0000 Author: az Date: Mon Sep 16 09:22:21 2013 New Revision: 327373 URL: http://svnweb.freebsd.org/changeset/ports/327373 Log: - convert to the new perl5 framework - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Modified: head/devel/cons/Makefile head/devel/cvsweb/Makefile head/devel/directfb/Makefile head/devel/libxs/Makefile head/devel/llvm-devel/Makefile head/devel/llvm31/Makefile head/devel/llvm33/Makefile head/devel/lxr/Makefile (contents, props changed) head/devel/mingw32-gcc/Makefile head/devel/p5-Any-Moose/Makefile (contents, props changed) head/devel/p5-DateTime-TimeZone/Makefile head/devel/p5-DateTime-Util-Calc/Makefile (contents, props changed) head/devel/p5-File-Lock/Makefile (contents, props changed) head/devel/p5-ParseTemplate/Makefile (contents, props changed) head/devel/p5-SVN-Access/Makefile (contents, props changed) head/devel/p5-SVN-Notify-Snapshot/Makefile (contents, props changed) head/devel/p5-perlkde/Makefile head/devel/silc-toolkit/Makefile head/devel/strace/Makefile Modified: head/devel/cons/Makefile ============================================================================== --- head/devel/cons/Makefile Mon Sep 16 08:52:06 2013 (r327372) +++ head/devel/cons/Makefile Mon Sep 16 09:22:21 2013 (r327373) @@ -18,7 +18,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= rv@gnu.org COMMENT= A Perl-based Make Replacement -USE_PERL5= yes +USES= perl5 NO_BUILD= yes PLIST_SUB= CONS_VER=${PORTVERSION} Modified: head/devel/cvsweb/Makefile ============================================================================== --- head/devel/cvsweb/Makefile Mon Sep 16 08:52:06 2013 (r327372) +++ head/devel/cvsweb/Makefile Mon Sep 16 09:22:21 2013 (r327373) @@ -17,7 +17,7 @@ COMMENT= WWW CGI script to browse CVS re CONFLICTS= cvsweb-3.* NO_BUILD= yes -USE_PERL5= yes +USES= perl5 .include Modified: head/devel/directfb/Makefile ============================================================================== --- head/devel/directfb/Makefile Mon Sep 16 08:52:06 2013 (r327372) +++ head/devel/directfb/Makefile Mon Sep 16 09:22:21 2013 (r327373) @@ -25,10 +25,9 @@ OPTIONS_DEFAULT= FREETYPE X11 SDL CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix ncurses +USES= pathfix ncurses gmake perl5 USE_LDCONFIG= yes -USE_PERL5_BUILD=yes +USE_PERL5= build DIRECTFB_SHLIB= 5 # LT_CURRENT DIRECTFB_BIN= 5 # LT_BINARY Modified: head/devel/libxs/Makefile ============================================================================== --- head/devel/libxs/Makefile Mon Sep 16 08:52:06 2013 (r327372) +++ head/devel/libxs/Makefile Mon Sep 16 09:22:21 2013 (r327373) @@ -75,7 +75,7 @@ CONFIGURE_ARGS+= --without-documentation .if ${PORT_OPTIONS:MINTERNAL} CONFIGURE_ARGS+= --with-pgm -USE_PERL5= yes +USES+= perl5 CFLAGS+= -fPIC .endif Modified: head/devel/llvm-devel/Makefile ============================================================================== --- head/devel/llvm-devel/Makefile Mon Sep 16 08:52:06 2013 (r327372) +++ head/devel/llvm-devel/Makefile Mon Sep 16 09:22:21 2013 (r327373) @@ -17,11 +17,10 @@ COMMENT= Low Level Virtual Machine CONFLICTS= llvm-2* llvm-3.[012]* llvm31-[3]* +USES= gmake perl5 GNU_CONFIGURE= yes -USE_GMAKE= yes USE_BZIP2= yes USE_LDCONFIG= yes -USE_PERL5= yes USE_PYTHON= yes # Suggested tweaks from http://llvm.org/docs/Packaging.html Modified: head/devel/llvm31/Makefile ============================================================================== --- head/devel/llvm31/Makefile Mon Sep 16 08:52:06 2013 (r327372) +++ head/devel/llvm31/Makefile Mon Sep 16 09:22:21 2013 (r327373) @@ -24,11 +24,10 @@ BUILD_DEPENDS+= f2c:${PORTSDIR}/lang/f2c CONFLICTS= llvm-[3]* llvm-devel-[23]* llvm29-* +USES= gmake perl5 GNU_CONFIGURE= yes USE_GCC= 4.2+ -USE_GMAKE= yes USE_LDCONFIG= yes -USE_PERL5= yes USE_PYTHON_BUILD= yes # Suggested tweaks from http://llvm.org/docs/Packaging.html Modified: head/devel/llvm33/Makefile ============================================================================== --- head/devel/llvm33/Makefile Mon Sep 16 08:52:06 2013 (r327372) +++ head/devel/llvm33/Makefile Mon Sep 16 09:22:21 2013 (r327373) @@ -18,11 +18,10 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX} LATEST_LINK= ${PORTNAME}${LLVM_SUFFIX} +USES= gmake perl5 GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${LLVM_PREFIX} -USE_GMAKE= yes USE_LDCONFIG= ${LLVM_PREFIX}/lib -USE_PERL5= yes USE_PYTHON_BUILD= yes SUB_FILES= llvm-wrapper.sh Modified: head/devel/lxr/Makefile ============================================================================== --- head/devel/lxr/Makefile Mon Sep 16 08:52:06 2013 (r327372) +++ head/devel/lxr/Makefile Mon Sep 16 09:22:21 2013 (r327373) @@ -16,7 +16,7 @@ BUILD_DEPENDS= exctags:${PORTSDIR}/devel PATCH_STRIP= -p1 -USE_PERL5= yes +USES= perl5 NO_BUILD= yes OPTIONS_DEFINE= DOCS Modified: head/devel/mingw32-gcc/Makefile ============================================================================== --- head/devel/mingw32-gcc/Makefile Mon Sep 16 08:52:06 2013 (r327372) +++ head/devel/mingw32-gcc/Makefile Mon Sep 16 09:22:21 2013 (r327373) @@ -22,10 +22,9 @@ GCCVERSION= 4.7.2 ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 USE_LDCONFIG= yes -USES= bison iconv +USES= bison iconv gmake perl5 USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build GCC_TARG= ${PKGNAMEPREFIX:S/-$//} Modified: head/devel/p5-Any-Moose/Makefile ============================================================================== --- head/devel/p5-Any-Moose/Makefile Mon Sep 16 08:52:06 2013 (r327372) +++ head/devel/p5-Any-Moose/Makefile Mon Sep 16 09:22:21 2013 (r327373) @@ -12,7 +12,8 @@ COMMENT= Perl extension for/to use Moose #TEST_DEPENDS= p5-Moose>0:${PORTSDIR}/devel/p5-Moose -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Any::Moose.3 Modified: head/devel/p5-DateTime-TimeZone/Makefile ============================================================================== --- head/devel/p5-DateTime-TimeZone/Makefile Mon Sep 16 08:52:06 2013 (r327372) +++ head/devel/p5-DateTime-TimeZone/Makefile Mon Sep 16 09:22:21 2013 (r327373) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-Class-Load>0:${PORTSDIR} BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Output>0:${PORTSDIR}/devel/p5-Test-Output -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DateTime::TimeZone.3 DateTime::TimeZone::Floating.3 \ DateTime::TimeZone::Local.3 DateTime::TimeZone::Local::Unix.3 \ Modified: head/devel/p5-DateTime-Util-Calc/Makefile ============================================================================== --- head/devel/p5-DateTime-Util-Calc/Makefile Mon Sep 16 08:52:06 2013 (r327372) +++ head/devel/p5-DateTime-Util-Calc/Makefile Mon Sep 16 09:22:21 2013 (r327373) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Math-BigInt>=0:${PORTS p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DateTime::Util::Calc.3 Modified: head/devel/p5-File-Lock/Makefile ============================================================================== --- head/devel/p5-File-Lock/Makefile Mon Sep 16 08:52:06 2013 (r327372) +++ head/devel/p5-File-Lock/Makefile Mon Sep 16 09:22:21 2013 (r327373) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Perl5 module for file locking (flock,fcntl) -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS+= POLLUTE=1 .include Modified: head/devel/p5-ParseTemplate/Makefile ============================================================================== --- head/devel/p5-ParseTemplate/Makefile Mon Sep 16 08:52:06 2013 (r327372) +++ head/devel/p5-ParseTemplate/Makefile Mon Sep 16 09:22:21 2013 (r327373) @@ -17,7 +17,8 @@ COMMENT= Processor for templates contain LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Parse::Template.3 Modified: head/devel/p5-SVN-Access/Makefile ============================================================================== --- head/devel/p5-SVN-Access/Makefile Mon Sep 16 08:52:06 2013 (r327372) +++ head/devel/p5-SVN-Access/Makefile Mon Sep 16 09:22:21 2013 (r327373) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-subversion>=0:${PORTSD RUN_DEPENDS= p5-subversion>=0:${PORTSDIR}/devel/p5-subversion \ p5-Tie-IxHash>=1.21:${PORTSDIR}/devel/p5-Tie-IxHash -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SVN::Access.3 \ SVN::Access::Group.3 \ Modified: head/devel/p5-SVN-Notify-Snapshot/Makefile ============================================================================== --- head/devel/p5-SVN-Notify-Snapshot/Makefile Mon Sep 16 08:52:06 2013 (r327372) +++ head/devel/p5-SVN-Notify-Snapshot/Makefile Mon Sep 16 09:22:21 2013 (r327373) @@ -20,7 +20,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/svnnotify: OPTIONS_DEFINE= CONFIG CONFIG_DESC= Enable YAML syntax for post-commit hook -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include Modified: head/devel/p5-perlkde/Makefile ============================================================================== --- head/devel/p5-perlkde/Makefile Mon Sep 16 08:52:06 2013 (r327372) +++ head/devel/p5-perlkde/Makefile Mon Sep 16 09:22:21 2013 (r327373) @@ -12,13 +12,12 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Perl bindings for KDE USE_XZ= yes -USE_PERL5= yes # Build fails with system gcc USE_GCC= yes USE_KDE4= kdehier kdeprefix perlqt smokekde automoc4 USE_QT4= network opengl sql svg xml \ qmake_build moc_build uic_build rcc_build -USES= cmake:outsource +USES= cmake:outsource perl5 # Respect PREFIX Modified: head/devel/silc-toolkit/Makefile ============================================================================== --- head/devel/silc-toolkit/Makefile Mon Sep 16 08:52:06 2013 (r327372) +++ head/devel/silc-toolkit/Makefile Mon Sep 16 09:22:21 2013 (r327373) @@ -24,11 +24,10 @@ COMMENT= Secure Internet Live Conferenci CONFLICTS= silc-client-1.1.* silc-irssi-client-1.1.* +USES= gmake perl5 USE_AUTOTOOLS= libtool USE_BZIP2= yes -USE_PERL5= yes GNU_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc/${PORTNAME}${PKGNAMESUFFIX} \ --with-simdir=${PREFIX}/lib/silcsim \ --with-helpdir=${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}/help \ Modified: head/devel/strace/Makefile ============================================================================== --- head/devel/strace/Makefile Mon Sep 16 08:52:06 2013 (r327372) +++ head/devel/strace/Makefile Mon Sep 16 09:22:21 2013 (r327373) @@ -12,9 +12,8 @@ COMMENT= System call tracer LICENSE= BSD -USES= shebangfix +USES= shebangfix perl5 # perl5 for strace-graph USE_BZIP2= yes -USE_PERL5= yes # for strace-graph GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 09:39:27 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 989BAC8; Mon, 16 Sep 2013 09:39:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 84F382AE3; Mon, 16 Sep 2013 09:39:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8G9dRrr047598; Mon, 16 Sep 2013 09:39:27 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8G9dRwp047596; Mon, 16 Sep 2013 09:39:27 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309160939.r8G9dRwp047596@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 09:39:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327374 - head/x11-toolkits/wxgtk29 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.14 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, 16 Sep 2013 09:39:27 -0000 Author: bapt Date: Mon Sep 16 09:39:26 2013 New Revision: 327374 URL: http://svnweb.freebsd.org/changeset/ports/327374 Log: Remove USE_GCC=any as the ports build properly with clang. This also fixes the build with libc++ Modified: head/x11-toolkits/wxgtk29/Makefile Modified: head/x11-toolkits/wxgtk29/Makefile ============================================================================== --- head/x11-toolkits/wxgtk29/Makefile Mon Sep 16 09:22:21 2013 (r327373) +++ head/x11-toolkits/wxgtk29/Makefile Mon Sep 16 09:39:26 2013 (r327374) @@ -21,7 +21,6 @@ LIB_DEPENDS+= png15:${PORTSDIR}/graphics USES+= iconv gmake pkgconfig USE_BZIP2= yes -USE_GCC= any USE_XORG= x11 sm xxf86vm xinerama USE_GL= glu USE_GNOME= gtk20 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 10:01:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 12C964E9; Mon, 16 Sep 2013 10:01:07 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F2B282C2D; Mon, 16 Sep 2013 10:01:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GA16Wr060293; Mon, 16 Sep 2013 10:01:06 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GA16w9060288; Mon, 16 Sep 2013 10:01:06 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201309161001.r8GA16w9060288@svn.freebsd.org> From: Koop Mast Date: Mon, 16 Sep 2013 10:01:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327375 - head/misc/gnome-icon-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.14 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, 16 Sep 2013 10:01:07 -0000 Author: kwm Date: Mon Sep 16 10:01:06 2013 New Revision: 327375 URL: http://svnweb.freebsd.org/changeset/ports/327375 Log: Update to 3.6.2. This update was done because newer ekiga wants it. Obtained from: GNOME team repo Modified: head/misc/gnome-icon-theme/Makefile head/misc/gnome-icon-theme/distinfo head/misc/gnome-icon-theme/pkg-plist Modified: head/misc/gnome-icon-theme/Makefile ============================================================================== --- head/misc/gnome-icon-theme/Makefile Mon Sep 16 09:39:26 2013 (r327374) +++ head/misc/gnome-icon-theme/Makefile Mon Sep 16 10:01:06 2013 (r327375) @@ -1,13 +1,12 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.149 2010/08/30 13:45:30 avl Exp $ +# $MCom: ports/trunk/misc/gnome-icon-theme/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= gnome-icon-theme -PORTVERSION= 2.31.0 -PORTREVISION= 3 +PORTVERSION= 3.6.2 CATEGORIES= misc gnome MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 +DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of icons for the GNOME desktop @@ -16,11 +15,12 @@ BUILD_DEPENDS= ${LOCALBASE}/share/icons/ icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme -USE_BZIP2= yes +USE_XZ= yes GNU_CONFIGURE= yes -USES= pathfix gmake pkgconfig +USES= gmake pathfix pkgconfig USE_GNOME= intlhack INSTALLS_ICONS= yes +CONFIGURE_ARGS= --enable-icon-mapping CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/misc/gnome-icon-theme/distinfo ============================================================================== --- head/misc/gnome-icon-theme/distinfo Mon Sep 16 09:39:26 2013 (r327374) +++ head/misc/gnome-icon-theme/distinfo Mon Sep 16 10:01:06 2013 (r327375) @@ -1,2 +1,2 @@ -SHA256 (gnome2/gnome-icon-theme-2.31.0.tar.bz2) = ea7e05b77ead159379392b3b275ca0c9cbacd7d936014e447cc7c5e27a767982 -SIZE (gnome2/gnome-icon-theme-2.31.0.tar.bz2) = 15762905 +SHA256 (gnome3/gnome-icon-theme-3.6.2.tar.xz) = 314d5535c12af5d62ba0e51addd3457e39140fb149efb9769eacbcc0449f1045 +SIZE (gnome3/gnome-icon-theme-3.6.2.tar.xz) = 14486304 Modified: head/misc/gnome-icon-theme/pkg-plist ============================================================================== --- head/misc/gnome-icon-theme/pkg-plist Mon Sep 16 09:39:26 2013 (r327374) +++ head/misc/gnome-icon-theme/pkg-plist Mon Sep 16 10:01:06 2013 (r327375) @@ -20,6 +20,7 @@ share/icons/gnome/16x16/actions/document share/icons/gnome/16x16/actions/document-print-preview.png share/icons/gnome/16x16/actions/document-print.png share/icons/gnome/16x16/actions/document-properties.png +share/icons/gnome/16x16/actions/document-revert-rtl.png share/icons/gnome/16x16/actions/document-revert.png share/icons/gnome/16x16/actions/document-save-as.png share/icons/gnome/16x16/actions/document-save.png @@ -32,8 +33,10 @@ share/icons/gnome/16x16/actions/edit-del share/icons/gnome/16x16/actions/edit-find-replace.png share/icons/gnome/16x16/actions/edit-find.png share/icons/gnome/16x16/actions/edit-paste.png +share/icons/gnome/16x16/actions/edit-redo-rtl.png share/icons/gnome/16x16/actions/edit-redo.png share/icons/gnome/16x16/actions/edit-select-all.png +share/icons/gnome/16x16/actions/edit-undo-rtl.png share/icons/gnome/16x16/actions/edit-undo.png share/icons/gnome/16x16/actions/editclear.png share/icons/gnome/16x16/actions/editcopy.png @@ -52,7 +55,9 @@ share/icons/gnome/16x16/actions/find.png share/icons/gnome/16x16/actions/finish.png share/icons/gnome/16x16/actions/folder-new.png share/icons/gnome/16x16/actions/folder_new.png +share/icons/gnome/16x16/actions/format-indent-less-rtl.png share/icons/gnome/16x16/actions/format-indent-less.png +share/icons/gnome/16x16/actions/format-indent-more-rtl.png share/icons/gnome/16x16/actions/format-indent-more.png share/icons/gnome/16x16/actions/format-justify-center.png share/icons/gnome/16x16/actions/format-justify-fill.png @@ -78,11 +83,15 @@ share/icons/gnome/16x16/actions/gnome-st share/icons/gnome/16x16/actions/gnome-stock-text-unindent.png share/icons/gnome/16x16/actions/go-bottom.png share/icons/gnome/16x16/actions/go-down.png +share/icons/gnome/16x16/actions/go-first-rtl.png share/icons/gnome/16x16/actions/go-first.png share/icons/gnome/16x16/actions/go-home.png share/icons/gnome/16x16/actions/go-jump.png +share/icons/gnome/16x16/actions/go-last-rtl.png share/icons/gnome/16x16/actions/go-last.png +share/icons/gnome/16x16/actions/go-next-rtl.png share/icons/gnome/16x16/actions/go-next.png +share/icons/gnome/16x16/actions/go-previous-rtl.png share/icons/gnome/16x16/actions/go-previous.png share/icons/gnome/16x16/actions/go-top.png share/icons/gnome/16x16/actions/go-up.png @@ -197,12 +206,17 @@ share/icons/gnome/16x16/actions/mail_sen share/icons/gnome/16x16/actions/mail_spam.png share/icons/gnome/16x16/actions/media-eject.png share/icons/gnome/16x16/actions/media-playback-pause.png +share/icons/gnome/16x16/actions/media-playback-start-rtl.png share/icons/gnome/16x16/actions/media-playback-start.png share/icons/gnome/16x16/actions/media-playback-stop.png share/icons/gnome/16x16/actions/media-record.png +share/icons/gnome/16x16/actions/media-seek-backward-rtl.png share/icons/gnome/16x16/actions/media-seek-backward.png +share/icons/gnome/16x16/actions/media-seek-forward-rtl.png share/icons/gnome/16x16/actions/media-seek-forward.png +share/icons/gnome/16x16/actions/media-skip-backward-rtl.png share/icons/gnome/16x16/actions/media-skip-backward.png +share/icons/gnome/16x16/actions/media-skip-forward-rtl.png share/icons/gnome/16x16/actions/media-skip-forward.png share/icons/gnome/16x16/actions/next.png share/icons/gnome/16x16/actions/object-flip-horizontal.png @@ -385,7 +399,6 @@ share/icons/gnome/16x16/apps/ksysguard.p share/icons/gnome/16x16/apps/kuser.png share/icons/gnome/16x16/apps/kwin.png share/icons/gnome/16x16/apps/locale.png -share/icons/gnome/16x16/apps/logviewer.png share/icons/gnome/16x16/apps/multimedia-volume-control.png share/icons/gnome/16x16/apps/multimedia.png share/icons/gnome/16x16/apps/openterm.png @@ -490,6 +503,7 @@ share/icons/gnome/16x16/devices/3floppy_ share/icons/gnome/16x16/devices/ac-adapter.png share/icons/gnome/16x16/devices/audio-card.png share/icons/gnome/16x16/devices/audio-input-microphone.png +share/icons/gnome/16x16/devices/audio-speakers.png share/icons/gnome/16x16/devices/battery.png share/icons/gnome/16x16/devices/camera-photo.png share/icons/gnome/16x16/devices/camera-video.png @@ -544,6 +558,7 @@ share/icons/gnome/16x16/devices/gtk-flop share/icons/gnome/16x16/devices/gtk-harddisk.png share/icons/gnome/16x16/devices/harddrive.png share/icons/gnome/16x16/devices/hdd_unmount.png +share/icons/gnome/16x16/devices/input-dialpad.png share/icons/gnome/16x16/devices/input-gaming.png share/icons/gnome/16x16/devices/input-keyboard.png share/icons/gnome/16x16/devices/input-mouse.png @@ -558,14 +573,17 @@ share/icons/gnome/16x16/devices/media-cd share/icons/gnome/16x16/devices/media-flash.png share/icons/gnome/16x16/devices/media-floppy.png share/icons/gnome/16x16/devices/media-optical.png +share/icons/gnome/16x16/devices/media-removable.png share/icons/gnome/16x16/devices/media-tape.png share/icons/gnome/16x16/devices/modem.png share/icons/gnome/16x16/devices/mouse.png share/icons/gnome/16x16/devices/multimedia-player.png +share/icons/gnome/16x16/devices/network-vpn.png share/icons/gnome/16x16/devices/network-wired.png share/icons/gnome/16x16/devices/network-wireless.png share/icons/gnome/16x16/devices/pda.png share/icons/gnome/16x16/devices/phone.png +share/icons/gnome/16x16/devices/printer-network.png share/icons/gnome/16x16/devices/printer-remote.png share/icons/gnome/16x16/devices/printer.png share/icons/gnome/16x16/devices/printer1.png @@ -576,6 +594,7 @@ share/icons/gnome/16x16/devices/stock_mi share/icons/gnome/16x16/devices/stock_printers.png share/icons/gnome/16x16/devices/system-floppy.png share/icons/gnome/16x16/devices/system.png +share/icons/gnome/16x16/devices/uninterruptible-power-supply.png share/icons/gnome/16x16/devices/usbpendrive_unmount.png share/icons/gnome/16x16/devices/video-display.png share/icons/gnome/16x16/devices/xfce-printer.png @@ -885,6 +904,7 @@ share/icons/gnome/16x16/status/battery-l share/icons/gnome/16x16/status/battery-missing.png share/icons/gnome/16x16/status/changes-allow.png share/icons/gnome/16x16/status/changes-prevent.png +share/icons/gnome/16x16/status/computer-fail.png share/icons/gnome/16x16/status/connect_creating.png share/icons/gnome/16x16/status/connect_established.png share/icons/gnome/16x16/status/connect_no.png @@ -932,17 +952,23 @@ share/icons/gnome/16x16/status/media-pla share/icons/gnome/16x16/status/messagebox_critical.png share/icons/gnome/16x16/status/messagebox_info.png share/icons/gnome/16x16/status/messagebox_warning.png +share/icons/gnome/16x16/status/microphone-sensitivity-high.png +share/icons/gnome/16x16/status/microphone-sensitivity-low.png +share/icons/gnome/16x16/status/microphone-sensitivity-medium.png +share/icons/gnome/16x16/status/microphone-sensitivity-muted.png share/icons/gnome/16x16/status/network-error.png share/icons/gnome/16x16/status/network-idle.png share/icons/gnome/16x16/status/network-offline.png share/icons/gnome/16x16/status/network-receive.png share/icons/gnome/16x16/status/network-transmit-receive.png share/icons/gnome/16x16/status/network-transmit.png +share/icons/gnome/16x16/status/network-wired-disconnected.png share/icons/gnome/16x16/status/network-wireless-encrypted.png share/icons/gnome/16x16/status/nm-adhoc.png share/icons/gnome/16x16/status/nm-device-wired.png share/icons/gnome/16x16/status/nm-device-wireless.png share/icons/gnome/16x16/status/nm-no-connection.png +share/icons/gnome/16x16/status/non-starred.png share/icons/gnome/16x16/status/printer-error.png share/icons/gnome/16x16/status/printer-printing.png share/icons/gnome/16x16/status/security-high.png @@ -950,6 +976,7 @@ share/icons/gnome/16x16/status/security- share/icons/gnome/16x16/status/security-medium.png share/icons/gnome/16x16/status/software-update-available.png share/icons/gnome/16x16/status/software-update-urgent.png +share/icons/gnome/16x16/status/starred.png share/icons/gnome/16x16/status/stock_appointment-reminder-excl.png share/icons/gnome/16x16/status/stock_appointment-reminder.png share/icons/gnome/16x16/status/stock_attach.png @@ -987,6 +1014,9 @@ share/icons/gnome/16x16/status/sunny.png share/icons/gnome/16x16/status/task-due.png share/icons/gnome/16x16/status/task-past-due.png share/icons/gnome/16x16/status/trashcan_full.png +share/icons/gnome/16x16/status/trophy-bronze.png +share/icons/gnome/16x16/status/trophy-gold.png +share/icons/gnome/16x16/status/trophy-silver.png share/icons/gnome/16x16/status/user-available.png share/icons/gnome/16x16/status/user-away.png share/icons/gnome/16x16/status/user-busy.png @@ -1027,6 +1057,7 @@ share/icons/gnome/22x22/actions/document share/icons/gnome/22x22/actions/document-print-preview.png share/icons/gnome/22x22/actions/document-print.png share/icons/gnome/22x22/actions/document-properties.png +share/icons/gnome/22x22/actions/document-revert-rtl.png share/icons/gnome/22x22/actions/document-revert.png share/icons/gnome/22x22/actions/document-save-as.png share/icons/gnome/22x22/actions/document-save.png @@ -1039,8 +1070,10 @@ share/icons/gnome/22x22/actions/edit-del share/icons/gnome/22x22/actions/edit-find-replace.png share/icons/gnome/22x22/actions/edit-find.png share/icons/gnome/22x22/actions/edit-paste.png +share/icons/gnome/22x22/actions/edit-redo-rtl.png share/icons/gnome/22x22/actions/edit-redo.png share/icons/gnome/22x22/actions/edit-select-all.png +share/icons/gnome/22x22/actions/edit-undo-rtl.png share/icons/gnome/22x22/actions/edit-undo.png share/icons/gnome/22x22/actions/editclear.png share/icons/gnome/22x22/actions/editcopy.png @@ -1059,7 +1092,9 @@ share/icons/gnome/22x22/actions/find.png share/icons/gnome/22x22/actions/finish.png share/icons/gnome/22x22/actions/folder-new.png share/icons/gnome/22x22/actions/folder_new.png +share/icons/gnome/22x22/actions/format-indent-less-rtl.png share/icons/gnome/22x22/actions/format-indent-less.png +share/icons/gnome/22x22/actions/format-indent-more-rtl.png share/icons/gnome/22x22/actions/format-indent-more.png share/icons/gnome/22x22/actions/format-justify-center.png share/icons/gnome/22x22/actions/format-justify-fill.png @@ -1085,11 +1120,15 @@ share/icons/gnome/22x22/actions/gnome-st share/icons/gnome/22x22/actions/gnome-stock-text-unindent.png share/icons/gnome/22x22/actions/go-bottom.png share/icons/gnome/22x22/actions/go-down.png +share/icons/gnome/22x22/actions/go-first-rtl.png share/icons/gnome/22x22/actions/go-first.png share/icons/gnome/22x22/actions/go-home.png share/icons/gnome/22x22/actions/go-jump.png +share/icons/gnome/22x22/actions/go-last-rtl.png share/icons/gnome/22x22/actions/go-last.png +share/icons/gnome/22x22/actions/go-next-rtl.png share/icons/gnome/22x22/actions/go-next.png +share/icons/gnome/22x22/actions/go-previous-rtl.png share/icons/gnome/22x22/actions/go-previous.png share/icons/gnome/22x22/actions/go-top.png share/icons/gnome/22x22/actions/go-up.png @@ -1204,12 +1243,17 @@ share/icons/gnome/22x22/actions/mail_sen share/icons/gnome/22x22/actions/mail_spam.png share/icons/gnome/22x22/actions/media-eject.png share/icons/gnome/22x22/actions/media-playback-pause.png +share/icons/gnome/22x22/actions/media-playback-start-rtl.png share/icons/gnome/22x22/actions/media-playback-start.png share/icons/gnome/22x22/actions/media-playback-stop.png share/icons/gnome/22x22/actions/media-record.png +share/icons/gnome/22x22/actions/media-seek-backward-rtl.png share/icons/gnome/22x22/actions/media-seek-backward.png +share/icons/gnome/22x22/actions/media-seek-forward-rtl.png share/icons/gnome/22x22/actions/media-seek-forward.png +share/icons/gnome/22x22/actions/media-skip-backward-rtl.png share/icons/gnome/22x22/actions/media-skip-backward.png +share/icons/gnome/22x22/actions/media-skip-forward-rtl.png share/icons/gnome/22x22/actions/media-skip-forward.png share/icons/gnome/22x22/actions/next.png share/icons/gnome/22x22/actions/object-flip-horizontal.png @@ -1392,7 +1436,6 @@ share/icons/gnome/22x22/apps/ksysguard.p share/icons/gnome/22x22/apps/kuser.png share/icons/gnome/22x22/apps/kwin.png share/icons/gnome/22x22/apps/locale.png -share/icons/gnome/22x22/apps/logviewer.png share/icons/gnome/22x22/apps/multimedia-volume-control.png share/icons/gnome/22x22/apps/multimedia.png share/icons/gnome/22x22/apps/openterm.png @@ -1497,6 +1540,7 @@ share/icons/gnome/22x22/devices/3floppy_ share/icons/gnome/22x22/devices/ac-adapter.png share/icons/gnome/22x22/devices/audio-card.png share/icons/gnome/22x22/devices/audio-input-microphone.png +share/icons/gnome/22x22/devices/audio-speakers.png share/icons/gnome/22x22/devices/battery.png share/icons/gnome/22x22/devices/camera-photo.png share/icons/gnome/22x22/devices/camera-video.png @@ -1551,6 +1595,7 @@ share/icons/gnome/22x22/devices/gtk-flop share/icons/gnome/22x22/devices/gtk-harddisk.png share/icons/gnome/22x22/devices/harddrive.png share/icons/gnome/22x22/devices/hdd_unmount.png +share/icons/gnome/22x22/devices/input-dialpad.png share/icons/gnome/22x22/devices/input-gaming.png share/icons/gnome/22x22/devices/input-keyboard.png share/icons/gnome/22x22/devices/input-mouse.png @@ -1565,14 +1610,17 @@ share/icons/gnome/22x22/devices/media-cd share/icons/gnome/22x22/devices/media-flash.png share/icons/gnome/22x22/devices/media-floppy.png share/icons/gnome/22x22/devices/media-optical.png +share/icons/gnome/22x22/devices/media-removable.png share/icons/gnome/22x22/devices/media-tape.png share/icons/gnome/22x22/devices/modem.png share/icons/gnome/22x22/devices/mouse.png share/icons/gnome/22x22/devices/multimedia-player.png +share/icons/gnome/22x22/devices/network-vpn.png share/icons/gnome/22x22/devices/network-wired.png share/icons/gnome/22x22/devices/network-wireless.png share/icons/gnome/22x22/devices/pda.png share/icons/gnome/22x22/devices/phone.png +share/icons/gnome/22x22/devices/printer-network.png share/icons/gnome/22x22/devices/printer-remote.png share/icons/gnome/22x22/devices/printer.png share/icons/gnome/22x22/devices/printer1.png @@ -1583,6 +1631,7 @@ share/icons/gnome/22x22/devices/stock_mi share/icons/gnome/22x22/devices/stock_printers.png share/icons/gnome/22x22/devices/system-floppy.png share/icons/gnome/22x22/devices/system.png +share/icons/gnome/22x22/devices/uninterruptible-power-supply.png share/icons/gnome/22x22/devices/usbpendrive_unmount.png share/icons/gnome/22x22/devices/video-display.png share/icons/gnome/22x22/devices/xfce-printer.png @@ -1892,6 +1941,7 @@ share/icons/gnome/22x22/status/battery-l share/icons/gnome/22x22/status/battery-missing.png share/icons/gnome/22x22/status/changes-allow.png share/icons/gnome/22x22/status/changes-prevent.png +share/icons/gnome/22x22/status/computer-fail.png share/icons/gnome/22x22/status/connect_creating.png share/icons/gnome/22x22/status/connect_established.png share/icons/gnome/22x22/status/connect_no.png @@ -1939,17 +1989,23 @@ share/icons/gnome/22x22/status/media-pla share/icons/gnome/22x22/status/messagebox_critical.png share/icons/gnome/22x22/status/messagebox_info.png share/icons/gnome/22x22/status/messagebox_warning.png +share/icons/gnome/22x22/status/microphone-sensitivity-high.png +share/icons/gnome/22x22/status/microphone-sensitivity-low.png +share/icons/gnome/22x22/status/microphone-sensitivity-medium.png +share/icons/gnome/22x22/status/microphone-sensitivity-muted.png share/icons/gnome/22x22/status/network-error.png share/icons/gnome/22x22/status/network-idle.png share/icons/gnome/22x22/status/network-offline.png share/icons/gnome/22x22/status/network-receive.png share/icons/gnome/22x22/status/network-transmit-receive.png share/icons/gnome/22x22/status/network-transmit.png +share/icons/gnome/22x22/status/network-wired-disconnected.png share/icons/gnome/22x22/status/network-wireless-encrypted.png share/icons/gnome/22x22/status/nm-adhoc.png share/icons/gnome/22x22/status/nm-device-wired.png share/icons/gnome/22x22/status/nm-device-wireless.png share/icons/gnome/22x22/status/nm-no-connection.png +share/icons/gnome/22x22/status/non-starred.png share/icons/gnome/22x22/status/printer-error.png share/icons/gnome/22x22/status/printer-printing.png share/icons/gnome/22x22/status/security-high.png @@ -1957,6 +2013,7 @@ share/icons/gnome/22x22/status/security- share/icons/gnome/22x22/status/security-medium.png share/icons/gnome/22x22/status/software-update-available.png share/icons/gnome/22x22/status/software-update-urgent.png +share/icons/gnome/22x22/status/starred.png share/icons/gnome/22x22/status/stock_appointment-reminder-excl.png share/icons/gnome/22x22/status/stock_appointment-reminder.png share/icons/gnome/22x22/status/stock_attach.png @@ -1994,6 +2051,9 @@ share/icons/gnome/22x22/status/sunny.png share/icons/gnome/22x22/status/task-due.png share/icons/gnome/22x22/status/task-past-due.png share/icons/gnome/22x22/status/trashcan_full.png +share/icons/gnome/22x22/status/trophy-bronze.png +share/icons/gnome/22x22/status/trophy-gold.png +share/icons/gnome/22x22/status/trophy-silver.png share/icons/gnome/22x22/status/user-available.png share/icons/gnome/22x22/status/user-away.png share/icons/gnome/22x22/status/user-busy.png @@ -2034,6 +2094,7 @@ share/icons/gnome/24x24/actions/document share/icons/gnome/24x24/actions/document-print-preview.png share/icons/gnome/24x24/actions/document-print.png share/icons/gnome/24x24/actions/document-properties.png +share/icons/gnome/24x24/actions/document-revert-rtl.png share/icons/gnome/24x24/actions/document-revert.png share/icons/gnome/24x24/actions/document-save-as.png share/icons/gnome/24x24/actions/document-save.png @@ -2046,8 +2107,10 @@ share/icons/gnome/24x24/actions/edit-del share/icons/gnome/24x24/actions/edit-find-replace.png share/icons/gnome/24x24/actions/edit-find.png share/icons/gnome/24x24/actions/edit-paste.png +share/icons/gnome/24x24/actions/edit-redo-rtl.png share/icons/gnome/24x24/actions/edit-redo.png share/icons/gnome/24x24/actions/edit-select-all.png +share/icons/gnome/24x24/actions/edit-undo-rtl.png share/icons/gnome/24x24/actions/edit-undo.png share/icons/gnome/24x24/actions/editclear.png share/icons/gnome/24x24/actions/editcopy.png @@ -2066,7 +2129,9 @@ share/icons/gnome/24x24/actions/find.png share/icons/gnome/24x24/actions/finish.png share/icons/gnome/24x24/actions/folder-new.png share/icons/gnome/24x24/actions/folder_new.png +share/icons/gnome/24x24/actions/format-indent-less-rtl.png share/icons/gnome/24x24/actions/format-indent-less.png +share/icons/gnome/24x24/actions/format-indent-more-rtl.png share/icons/gnome/24x24/actions/format-indent-more.png share/icons/gnome/24x24/actions/format-justify-center.png share/icons/gnome/24x24/actions/format-justify-fill.png @@ -2092,11 +2157,15 @@ share/icons/gnome/24x24/actions/gnome-st share/icons/gnome/24x24/actions/gnome-stock-text-unindent.png share/icons/gnome/24x24/actions/go-bottom.png share/icons/gnome/24x24/actions/go-down.png +share/icons/gnome/24x24/actions/go-first-rtl.png share/icons/gnome/24x24/actions/go-first.png share/icons/gnome/24x24/actions/go-home.png share/icons/gnome/24x24/actions/go-jump.png +share/icons/gnome/24x24/actions/go-last-rtl.png share/icons/gnome/24x24/actions/go-last.png +share/icons/gnome/24x24/actions/go-next-rtl.png share/icons/gnome/24x24/actions/go-next.png +share/icons/gnome/24x24/actions/go-previous-rtl.png share/icons/gnome/24x24/actions/go-previous.png share/icons/gnome/24x24/actions/go-top.png share/icons/gnome/24x24/actions/go-up.png @@ -2211,12 +2280,17 @@ share/icons/gnome/24x24/actions/mail_sen share/icons/gnome/24x24/actions/mail_spam.png share/icons/gnome/24x24/actions/media-eject.png share/icons/gnome/24x24/actions/media-playback-pause.png +share/icons/gnome/24x24/actions/media-playback-start-rtl.png share/icons/gnome/24x24/actions/media-playback-start.png share/icons/gnome/24x24/actions/media-playback-stop.png share/icons/gnome/24x24/actions/media-record.png +share/icons/gnome/24x24/actions/media-seek-backward-rtl.png share/icons/gnome/24x24/actions/media-seek-backward.png +share/icons/gnome/24x24/actions/media-seek-forward-rtl.png share/icons/gnome/24x24/actions/media-seek-forward.png +share/icons/gnome/24x24/actions/media-skip-backward-rtl.png share/icons/gnome/24x24/actions/media-skip-backward.png +share/icons/gnome/24x24/actions/media-skip-forward-rtl.png share/icons/gnome/24x24/actions/media-skip-forward.png share/icons/gnome/24x24/actions/next.png share/icons/gnome/24x24/actions/object-flip-horizontal.png @@ -2397,7 +2471,6 @@ share/icons/gnome/24x24/apps/ksysguard.p share/icons/gnome/24x24/apps/kuser.png share/icons/gnome/24x24/apps/kwin.png share/icons/gnome/24x24/apps/locale.png -share/icons/gnome/24x24/apps/logviewer.png share/icons/gnome/24x24/apps/multimedia-volume-control.png share/icons/gnome/24x24/apps/multimedia.png share/icons/gnome/24x24/apps/openterm.png @@ -2502,6 +2575,7 @@ share/icons/gnome/24x24/devices/3floppy_ share/icons/gnome/24x24/devices/ac-adapter.png share/icons/gnome/24x24/devices/audio-card.png share/icons/gnome/24x24/devices/audio-input-microphone.png +share/icons/gnome/24x24/devices/audio-speakers.png share/icons/gnome/24x24/devices/battery.png share/icons/gnome/24x24/devices/camera-photo.png share/icons/gnome/24x24/devices/camera-video.png @@ -2556,6 +2630,7 @@ share/icons/gnome/24x24/devices/gtk-flop share/icons/gnome/24x24/devices/gtk-harddisk.png share/icons/gnome/24x24/devices/harddrive.png share/icons/gnome/24x24/devices/hdd_unmount.png +share/icons/gnome/24x24/devices/input-dialpad.png share/icons/gnome/24x24/devices/input-gaming.png share/icons/gnome/24x24/devices/input-keyboard.png share/icons/gnome/24x24/devices/input-mouse.png @@ -2570,14 +2645,17 @@ share/icons/gnome/24x24/devices/media-cd share/icons/gnome/24x24/devices/media-flash.png share/icons/gnome/24x24/devices/media-floppy.png share/icons/gnome/24x24/devices/media-optical.png +share/icons/gnome/24x24/devices/media-removable.png share/icons/gnome/24x24/devices/media-tape.png share/icons/gnome/24x24/devices/modem.png share/icons/gnome/24x24/devices/mouse.png share/icons/gnome/24x24/devices/multimedia-player.png +share/icons/gnome/24x24/devices/network-vpn.png share/icons/gnome/24x24/devices/network-wired.png share/icons/gnome/24x24/devices/network-wireless.png share/icons/gnome/24x24/devices/pda.png share/icons/gnome/24x24/devices/phone.png +share/icons/gnome/24x24/devices/printer-network.png share/icons/gnome/24x24/devices/printer-remote.png share/icons/gnome/24x24/devices/printer.png share/icons/gnome/24x24/devices/printer1.png @@ -2588,6 +2666,7 @@ share/icons/gnome/24x24/devices/stock_mi share/icons/gnome/24x24/devices/stock_printers.png share/icons/gnome/24x24/devices/system-floppy.png share/icons/gnome/24x24/devices/system.png +share/icons/gnome/24x24/devices/uninterruptible-power-supply.png share/icons/gnome/24x24/devices/usbpendrive_unmount.png share/icons/gnome/24x24/devices/video-display.png share/icons/gnome/24x24/devices/xfce-printer.png @@ -2896,6 +2975,7 @@ share/icons/gnome/24x24/status/battery-l share/icons/gnome/24x24/status/battery-missing.png share/icons/gnome/24x24/status/changes-allow.png share/icons/gnome/24x24/status/changes-prevent.png +share/icons/gnome/24x24/status/computer-fail.png share/icons/gnome/24x24/status/connect_creating.png share/icons/gnome/24x24/status/connect_established.png share/icons/gnome/24x24/status/connect_no.png @@ -2943,17 +3023,23 @@ share/icons/gnome/24x24/status/media-pla share/icons/gnome/24x24/status/messagebox_critical.png share/icons/gnome/24x24/status/messagebox_info.png share/icons/gnome/24x24/status/messagebox_warning.png +share/icons/gnome/24x24/status/microphone-sensitivity-high.png +share/icons/gnome/24x24/status/microphone-sensitivity-low.png +share/icons/gnome/24x24/status/microphone-sensitivity-medium.png +share/icons/gnome/24x24/status/microphone-sensitivity-muted.png share/icons/gnome/24x24/status/network-error.png share/icons/gnome/24x24/status/network-idle.png share/icons/gnome/24x24/status/network-offline.png share/icons/gnome/24x24/status/network-receive.png share/icons/gnome/24x24/status/network-transmit-receive.png share/icons/gnome/24x24/status/network-transmit.png +share/icons/gnome/24x24/status/network-wired-disconnected.png share/icons/gnome/24x24/status/network-wireless-encrypted.png share/icons/gnome/24x24/status/nm-adhoc.png share/icons/gnome/24x24/status/nm-device-wired.png share/icons/gnome/24x24/status/nm-device-wireless.png share/icons/gnome/24x24/status/nm-no-connection.png +share/icons/gnome/24x24/status/non-starred.png share/icons/gnome/24x24/status/printer-error.png share/icons/gnome/24x24/status/printer-printing.png share/icons/gnome/24x24/status/security-high.png @@ -2961,6 +3047,7 @@ share/icons/gnome/24x24/status/security- share/icons/gnome/24x24/status/security-medium.png share/icons/gnome/24x24/status/software-update-available.png share/icons/gnome/24x24/status/software-update-urgent.png +share/icons/gnome/24x24/status/starred.png share/icons/gnome/24x24/status/stock_appointment-reminder-excl.png share/icons/gnome/24x24/status/stock_appointment-reminder.png share/icons/gnome/24x24/status/stock_attach.png @@ -2998,6 +3085,9 @@ share/icons/gnome/24x24/status/sunny.png share/icons/gnome/24x24/status/task-due.png share/icons/gnome/24x24/status/task-past-due.png share/icons/gnome/24x24/status/trashcan_full.png +share/icons/gnome/24x24/status/trophy-bronze.png +share/icons/gnome/24x24/status/trophy-gold.png +share/icons/gnome/24x24/status/trophy-silver.png share/icons/gnome/24x24/status/user-available.png share/icons/gnome/24x24/status/user-away.png share/icons/gnome/24x24/status/user-busy.png @@ -3028,6 +3118,7 @@ share/icons/gnome/256x256/actions/docume share/icons/gnome/256x256/actions/document-print-preview.png share/icons/gnome/256x256/actions/document-print.png share/icons/gnome/256x256/actions/document-properties.png +share/icons/gnome/256x256/actions/document-revert-rtl.png share/icons/gnome/256x256/actions/document-revert.png share/icons/gnome/256x256/actions/document-save-as.png share/icons/gnome/256x256/actions/document-save.png @@ -3051,15 +3142,21 @@ share/icons/gnome/256x256/actions/folder share/icons/gnome/256x256/actions/forward.png share/icons/gnome/256x256/actions/gnome-lockscreen.png share/icons/gnome/256x256/actions/gnome-logout.png +share/icons/gnome/256x256/actions/gnome-run.png share/icons/gnome/256x256/actions/gnome-searchtool.png share/icons/gnome/256x256/actions/gnome-stock-mail-new.png +share/icons/gnome/256x256/actions/go-first-rtl.png share/icons/gnome/256x256/actions/go-first.png share/icons/gnome/256x256/actions/go-jump.png +share/icons/gnome/256x256/actions/go-last-rtl.png share/icons/gnome/256x256/actions/go-last.png +share/icons/gnome/256x256/actions/go-next-rtl.png share/icons/gnome/256x256/actions/go-next.png +share/icons/gnome/256x256/actions/go-previous-rtl.png share/icons/gnome/256x256/actions/go-previous.png share/icons/gnome/256x256/actions/gtk-cancel.png share/icons/gnome/256x256/actions/gtk-delete.png +share/icons/gnome/256x256/actions/gtk-execute.png share/icons/gnome/256x256/actions/gtk-find-and-replace.png share/icons/gnome/256x256/actions/gtk-find.png share/icons/gnome/256x256/actions/gtk-go-back-ltr.png @@ -3123,6 +3220,7 @@ share/icons/gnome/256x256/actions/stock_ share/icons/gnome/256x256/actions/stop.png share/icons/gnome/256x256/actions/system-lock-screen.png share/icons/gnome/256x256/actions/system-log-out.png +share/icons/gnome/256x256/actions/system-run.png share/icons/gnome/256x256/actions/system-search.png share/icons/gnome/256x256/actions/view-refresh.png share/icons/gnome/256x256/actions/xfce-system-lock.png @@ -3133,6 +3231,7 @@ share/icons/gnome/256x256/apps/accessori share/icons/gnome/256x256/apps/accessories-dictionary.png share/icons/gnome/256x256/apps/accessories-text-editor.png share/icons/gnome/256x256/apps/applets-screenshooter.png +share/icons/gnome/256x256/apps/arts.png share/icons/gnome/256x256/apps/background.png share/icons/gnome/256x256/apps/calc.png share/icons/gnome/256x256/apps/config-language.png @@ -3142,6 +3241,7 @@ share/icons/gnome/256x256/apps/fonts.png share/icons/gnome/256x256/apps/gnome-calculator.png share/icons/gnome/256x256/apps/gnome-character-map.png share/icons/gnome/256x256/apps/gnome-help.png +share/icons/gnome/256x256/apps/gnome-mixer.png share/icons/gnome/256x256/apps/gnome-monitor.png share/icons/gnome/256x256/apps/gnome-remote-desktop.png share/icons/gnome/256x256/apps/gnome-settings-accessibility-technologies.png @@ -3154,6 +3254,7 @@ share/icons/gnome/256x256/apps/gucharmap share/icons/gnome/256x256/apps/help-browser.png share/icons/gnome/256x256/apps/kcalc.png share/icons/gnome/256x256/apps/kcharselect.png +share/icons/gnome/256x256/apps/kcmsound.png share/icons/gnome/256x256/apps/kedit.png share/icons/gnome/256x256/apps/key_bindings.png share/icons/gnome/256x256/apps/kfm.png @@ -3164,6 +3265,8 @@ share/icons/gnome/256x256/apps/kscreensa share/icons/gnome/256x256/apps/ksysguard.png share/icons/gnome/256x256/apps/kuser.png share/icons/gnome/256x256/apps/locale.png +share/icons/gnome/256x256/apps/multimedia-volume-control.png +share/icons/gnome/256x256/apps/multimedia.png share/icons/gnome/256x256/apps/openterm.png share/icons/gnome/256x256/apps/preferences-desktop-accessibility.png share/icons/gnome/256x256/apps/preferences-desktop-display.png @@ -3190,21 +3293,26 @@ share/icons/gnome/256x256/apps/update-ma share/icons/gnome/256x256/apps/user-info.png share/icons/gnome/256x256/apps/utilities-system-monitor.png share/icons/gnome/256x256/apps/utilities-terminal.png +share/icons/gnome/256x256/apps/volume-knob.png share/icons/gnome/256x256/apps/wallpaper.png share/icons/gnome/256x256/apps/web-browser.png share/icons/gnome/256x256/apps/xfce-filemanager.png share/icons/gnome/256x256/apps/xfce-terminal.png share/icons/gnome/256x256/apps/xfce4-backdrop.png +share/icons/gnome/256x256/apps/xfce4-mixer.png share/icons/gnome/256x256/apps/xscreensaver.png share/icons/gnome/256x256/apps/zen-icon.png +share/icons/gnome/256x256/categories/applications-development.png share/icons/gnome/256x256/categories/applications-graphics.png share/icons/gnome/256x256/categories/applications-internet.png share/icons/gnome/256x256/categories/applications-office.png share/icons/gnome/256x256/categories/applications-system.png share/icons/gnome/256x256/categories/gnome-applications.png +share/icons/gnome/256x256/categories/gnome-devel.png share/icons/gnome/256x256/categories/gnome-globe.png share/icons/gnome/256x256/categories/gnome-graphics.png share/icons/gnome/256x256/categories/gnome-system.png +share/icons/gnome/256x256/categories/package_development.png share/icons/gnome/256x256/categories/package_graphics.png share/icons/gnome/256x256/categories/package_network.png share/icons/gnome/256x256/categories/package_office.png @@ -3215,6 +3323,7 @@ share/icons/gnome/256x256/categories/pre share/icons/gnome/256x256/categories/redhat-graphics.png share/icons/gnome/256x256/categories/redhat-internet.png share/icons/gnome/256x256/categories/redhat-office.png +share/icons/gnome/256x256/categories/redhat-programming.png share/icons/gnome/256x256/categories/redhat-system_settings.png share/icons/gnome/256x256/categories/redhat-system_tools.png share/icons/gnome/256x256/categories/stock_internet.png @@ -3224,8 +3333,10 @@ share/icons/gnome/256x256/categories/xfc share/icons/gnome/256x256/categories/xfce-system-settings.png share/icons/gnome/256x256/devices/ac-adapter.png share/icons/gnome/256x256/devices/audio-input-microphone.png +share/icons/gnome/256x256/devices/audio-speakers.png share/icons/gnome/256x256/devices/battery.png share/icons/gnome/256x256/devices/camera-photo.png +share/icons/gnome/256x256/devices/camera-web.png share/icons/gnome/256x256/devices/camera.png share/icons/gnome/256x256/devices/camera_unmount.png share/icons/gnome/256x256/devices/cdrom_unmount.png @@ -3259,6 +3370,8 @@ share/icons/gnome/256x256/devices/gnome- share/icons/gnome/256x256/devices/gnome-dev-media-ms.png share/icons/gnome/256x256/devices/gnome-dev-media-sdmmc.png share/icons/gnome/256x256/devices/gnome-dev-media-sm.png +share/icons/gnome/256x256/devices/gnome-dev-mouse-ball.png +share/icons/gnome/256x256/devices/gnome-dev-mouse-optical.png share/icons/gnome/256x256/devices/gnome-dev-printer.png share/icons/gnome/256x256/devices/gnome-dev-removable-1394.png share/icons/gnome/256x256/devices/gnome-dev-removable-usb.png @@ -3269,7 +3382,10 @@ share/icons/gnome/256x256/devices/gtk-cd share/icons/gnome/256x256/devices/gtk-harddisk.png share/icons/gnome/256x256/devices/harddrive.png share/icons/gnome/256x256/devices/hdd_unmount.png +share/icons/gnome/256x256/devices/input-dialpad.png share/icons/gnome/256x256/devices/input-keyboard.png +share/icons/gnome/256x256/devices/input-mouse.png +share/icons/gnome/256x256/devices/input-tablet.png share/icons/gnome/256x256/devices/ipod_mount.png share/icons/gnome/256x256/devices/keyboard.png share/icons/gnome/256x256/devices/kjobviewer.png @@ -3277,22 +3393,32 @@ share/icons/gnome/256x256/devices/kxkb.p share/icons/gnome/256x256/devices/media-cdrom.png share/icons/gnome/256x256/devices/media-flash.png share/icons/gnome/256x256/devices/media-optical.png +share/icons/gnome/256x256/devices/media-removable.png +share/icons/gnome/256x256/devices/mouse.png share/icons/gnome/256x256/devices/multimedia-player.png +share/icons/gnome/256x256/devices/phone.png +share/icons/gnome/256x256/devices/printer-network.png share/icons/gnome/256x256/devices/printer-remote.png share/icons/gnome/256x256/devices/printer.png share/icons/gnome/256x256/devices/printer1.png share/icons/gnome/256x256/devices/printmgr.png +share/icons/gnome/256x256/devices/scanner.png +share/icons/gnome/256x256/devices/stock_cell-phone.png share/icons/gnome/256x256/devices/stock_mic.png share/icons/gnome/256x256/devices/stock_printers.png share/icons/gnome/256x256/devices/system.png +share/icons/gnome/256x256/devices/uninterruptible-power-supply.png share/icons/gnome/256x256/devices/usbpendrive_unmount.png share/icons/gnome/256x256/devices/video-display.png share/icons/gnome/256x256/devices/xfce-printer.png share/icons/gnome/256x256/devices/xfce4-display.png share/icons/gnome/256x256/devices/xfce4-keyboard.png +share/icons/gnome/256x256/devices/xfce4-mouse.png share/icons/gnome/256x256/devices/yast_HD.png share/icons/gnome/256x256/devices/yast_idetude.png +share/icons/gnome/256x256/devices/yast_mouse.png share/icons/gnome/256x256/devices/yast_printer.png +share/icons/gnome/256x256/emblems/emblem-mail.png share/icons/gnome/256x256/emblems/emblem-noread.png share/icons/gnome/256x256/emblems/emblem-nowrite.png share/icons/gnome/256x256/emblems/emblem-package.png @@ -3558,11 +3684,13 @@ share/icons/gnome/256x256/status/battery share/icons/gnome/256x256/status/battery-low-charging.png share/icons/gnome/256x256/status/battery-low.png share/icons/gnome/256x256/status/battery-missing.png +share/icons/gnome/256x256/status/computer-fail.png share/icons/gnome/256x256/status/connect_creating.png share/icons/gnome/256x256/status/connect_established.png share/icons/gnome/256x256/status/connect_no.png share/icons/gnome/256x256/status/dialog-error.png share/icons/gnome/256x256/status/dialog-information.png +share/icons/gnome/256x256/status/dialog-password.png share/icons/gnome/256x256/status/dialog-question.png share/icons/gnome/256x256/status/dialog-warning.png share/icons/gnome/256x256/status/edittrash.png @@ -3582,6 +3710,7 @@ share/icons/gnome/256x256/status/gnome-n share/icons/gnome/256x256/status/gnome-netstatus-tx.png share/icons/gnome/256x256/status/gnome-netstatus-txrx.png share/icons/gnome/256x256/status/gnome-stock-trash-full.png +share/icons/gnome/256x256/status/gtk-dialog-authentication.png share/icons/gnome/256x256/status/gtk-dialog-error.png share/icons/gnome/256x256/status/gtk-dialog-info.png share/icons/gnome/256x256/status/gtk-dialog-question.png @@ -3601,10 +3730,12 @@ share/icons/gnome/256x256/status/network share/icons/gnome/256x256/status/network-receive.png share/icons/gnome/256x256/status/network-transmit-receive.png share/icons/gnome/256x256/status/network-transmit.png +share/icons/gnome/256x256/status/network-wired-disconnected.png share/icons/gnome/256x256/status/nm-adhoc.png share/icons/gnome/256x256/status/nm-device-wired.png share/icons/gnome/256x256/status/nm-device-wireless.png share/icons/gnome/256x256/status/nm-no-connection.png +share/icons/gnome/256x256/status/non-starred.png share/icons/gnome/256x256/status/printer-error.png share/icons/gnome/256x256/status/printer-printing.png share/icons/gnome/256x256/status/security-high.png @@ -3612,6 +3743,7 @@ share/icons/gnome/256x256/status/securit share/icons/gnome/256x256/status/security-medium.png share/icons/gnome/256x256/status/software-update-available.png share/icons/gnome/256x256/status/software-update-urgent.png +share/icons/gnome/256x256/status/starred.png share/icons/gnome/256x256/status/stock_appointment-reminder-excl.png share/icons/gnome/256x256/status/stock_appointment-reminder.png share/icons/gnome/256x256/status/stock_dialog-error.png @@ -3632,6 +3764,15 @@ share/icons/gnome/256x256/status/stock_v share/icons/gnome/256x256/status/stock_volume-mute.png share/icons/gnome/256x256/status/stock_volume.png share/icons/gnome/256x256/status/trashcan_full.png +share/icons/gnome/256x256/status/trophy-bronze.png +share/icons/gnome/256x256/status/trophy-gold.png +share/icons/gnome/256x256/status/trophy-silver.png +share/icons/gnome/256x256/status/user-available.png +share/icons/gnome/256x256/status/user-away.png +share/icons/gnome/256x256/status/user-busy.png +share/icons/gnome/256x256/status/user-idle.png +share/icons/gnome/256x256/status/user-invisible.png +share/icons/gnome/256x256/status/user-offline.png share/icons/gnome/256x256/status/user-trash-full.png share/icons/gnome/256x256/status/xfce-trash_full.png share/icons/gnome/32x32/actions/add.png @@ -3655,6 +3796,7 @@ share/icons/gnome/32x32/actions/document share/icons/gnome/32x32/actions/document-print-preview.png share/icons/gnome/32x32/actions/document-print.png share/icons/gnome/32x32/actions/document-properties.png +share/icons/gnome/32x32/actions/document-revert-rtl.png share/icons/gnome/32x32/actions/document-revert.png share/icons/gnome/32x32/actions/document-save-as.png share/icons/gnome/32x32/actions/document-save.png @@ -3667,8 +3809,10 @@ share/icons/gnome/32x32/actions/edit-del share/icons/gnome/32x32/actions/edit-find-replace.png share/icons/gnome/32x32/actions/edit-find.png share/icons/gnome/32x32/actions/edit-paste.png +share/icons/gnome/32x32/actions/edit-redo-rtl.png share/icons/gnome/32x32/actions/edit-redo.png share/icons/gnome/32x32/actions/edit-select-all.png +share/icons/gnome/32x32/actions/edit-undo-rtl.png share/icons/gnome/32x32/actions/edit-undo.png share/icons/gnome/32x32/actions/editclear.png share/icons/gnome/32x32/actions/editcopy.png @@ -3687,7 +3831,9 @@ share/icons/gnome/32x32/actions/find.png share/icons/gnome/32x32/actions/finish.png share/icons/gnome/32x32/actions/folder-new.png share/icons/gnome/32x32/actions/folder_new.png +share/icons/gnome/32x32/actions/format-indent-less-rtl.png share/icons/gnome/32x32/actions/format-indent-less.png +share/icons/gnome/32x32/actions/format-indent-more-rtl.png share/icons/gnome/32x32/actions/format-indent-more.png share/icons/gnome/32x32/actions/format-justify-center.png share/icons/gnome/32x32/actions/format-justify-fill.png @@ -3713,11 +3859,15 @@ share/icons/gnome/32x32/actions/gnome-st share/icons/gnome/32x32/actions/gnome-stock-text-unindent.png share/icons/gnome/32x32/actions/go-bottom.png share/icons/gnome/32x32/actions/go-down.png +share/icons/gnome/32x32/actions/go-first-rtl.png share/icons/gnome/32x32/actions/go-first.png share/icons/gnome/32x32/actions/go-home.png share/icons/gnome/32x32/actions/go-jump.png +share/icons/gnome/32x32/actions/go-last-rtl.png share/icons/gnome/32x32/actions/go-last.png +share/icons/gnome/32x32/actions/go-next-rtl.png share/icons/gnome/32x32/actions/go-next.png +share/icons/gnome/32x32/actions/go-previous-rtl.png share/icons/gnome/32x32/actions/go-previous.png share/icons/gnome/32x32/actions/go-top.png share/icons/gnome/32x32/actions/go-up.png @@ -3832,12 +3982,17 @@ share/icons/gnome/32x32/actions/mail_sen share/icons/gnome/32x32/actions/mail_spam.png share/icons/gnome/32x32/actions/media-eject.png share/icons/gnome/32x32/actions/media-playback-pause.png +share/icons/gnome/32x32/actions/media-playback-start-rtl.png share/icons/gnome/32x32/actions/media-playback-start.png share/icons/gnome/32x32/actions/media-playback-stop.png share/icons/gnome/32x32/actions/media-record.png +share/icons/gnome/32x32/actions/media-seek-backward-rtl.png share/icons/gnome/32x32/actions/media-seek-backward.png +share/icons/gnome/32x32/actions/media-seek-forward-rtl.png share/icons/gnome/32x32/actions/media-seek-forward.png +share/icons/gnome/32x32/actions/media-skip-backward-rtl.png share/icons/gnome/32x32/actions/media-skip-backward.png +share/icons/gnome/32x32/actions/media-skip-forward-rtl.png share/icons/gnome/32x32/actions/media-skip-forward.png share/icons/gnome/32x32/actions/next.png share/icons/gnome/32x32/actions/object-flip-horizontal.png @@ -4017,7 +4172,6 @@ share/icons/gnome/32x32/apps/ksysguard.p share/icons/gnome/32x32/apps/kuser.png share/icons/gnome/32x32/apps/kwin.png share/icons/gnome/32x32/apps/locale.png -share/icons/gnome/32x32/apps/logviewer.png share/icons/gnome/32x32/apps/multimedia-volume-control.png share/icons/gnome/32x32/apps/multimedia.png share/icons/gnome/32x32/apps/openterm.png @@ -4122,6 +4276,7 @@ share/icons/gnome/32x32/devices/3floppy_ share/icons/gnome/32x32/devices/ac-adapter.png share/icons/gnome/32x32/devices/audio-card.png share/icons/gnome/32x32/devices/audio-input-microphone.png +share/icons/gnome/32x32/devices/audio-speakers.png share/icons/gnome/32x32/devices/battery.png share/icons/gnome/32x32/devices/camera-photo.png share/icons/gnome/32x32/devices/camera-video.png @@ -4176,6 +4331,7 @@ share/icons/gnome/32x32/devices/gtk-flop share/icons/gnome/32x32/devices/gtk-harddisk.png share/icons/gnome/32x32/devices/harddrive.png share/icons/gnome/32x32/devices/hdd_unmount.png +share/icons/gnome/32x32/devices/input-dialpad.png share/icons/gnome/32x32/devices/input-gaming.png share/icons/gnome/32x32/devices/input-keyboard.png share/icons/gnome/32x32/devices/input-mouse.png @@ -4190,14 +4346,17 @@ share/icons/gnome/32x32/devices/media-cd share/icons/gnome/32x32/devices/media-flash.png share/icons/gnome/32x32/devices/media-floppy.png share/icons/gnome/32x32/devices/media-optical.png +share/icons/gnome/32x32/devices/media-removable.png share/icons/gnome/32x32/devices/media-tape.png share/icons/gnome/32x32/devices/modem.png share/icons/gnome/32x32/devices/mouse.png share/icons/gnome/32x32/devices/multimedia-player.png +share/icons/gnome/32x32/devices/network-vpn.png share/icons/gnome/32x32/devices/network-wired.png share/icons/gnome/32x32/devices/network-wireless.png share/icons/gnome/32x32/devices/pda.png share/icons/gnome/32x32/devices/phone.png +share/icons/gnome/32x32/devices/printer-network.png share/icons/gnome/32x32/devices/printer-remote.png share/icons/gnome/32x32/devices/printer.png share/icons/gnome/32x32/devices/printer1.png @@ -4208,6 +4367,7 @@ share/icons/gnome/32x32/devices/stock_mi share/icons/gnome/32x32/devices/stock_printers.png share/icons/gnome/32x32/devices/system-floppy.png share/icons/gnome/32x32/devices/system.png +share/icons/gnome/32x32/devices/uninterruptible-power-supply.png share/icons/gnome/32x32/devices/usbpendrive_unmount.png share/icons/gnome/32x32/devices/video-display.png share/icons/gnome/32x32/devices/xfce-printer.png @@ -4517,6 +4677,7 @@ share/icons/gnome/32x32/status/battery-l share/icons/gnome/32x32/status/battery-missing.png share/icons/gnome/32x32/status/changes-allow.png share/icons/gnome/32x32/status/changes-prevent.png +share/icons/gnome/32x32/status/computer-fail.png share/icons/gnome/32x32/status/connect_creating.png share/icons/gnome/32x32/status/connect_established.png share/icons/gnome/32x32/status/connect_no.png @@ -4561,16 +4722,22 @@ share/icons/gnome/32x32/status/media-pla share/icons/gnome/32x32/status/messagebox_critical.png share/icons/gnome/32x32/status/messagebox_info.png share/icons/gnome/32x32/status/messagebox_warning.png +share/icons/gnome/32x32/status/microphone-sensitivity-high.png +share/icons/gnome/32x32/status/microphone-sensitivity-low.png +share/icons/gnome/32x32/status/microphone-sensitivity-medium.png +share/icons/gnome/32x32/status/microphone-sensitivity-muted.png share/icons/gnome/32x32/status/network-error.png share/icons/gnome/32x32/status/network-idle.png share/icons/gnome/32x32/status/network-offline.png share/icons/gnome/32x32/status/network-receive.png share/icons/gnome/32x32/status/network-transmit-receive.png share/icons/gnome/32x32/status/network-transmit.png +share/icons/gnome/32x32/status/network-wired-disconnected.png share/icons/gnome/32x32/status/nm-adhoc.png share/icons/gnome/32x32/status/nm-device-wired.png share/icons/gnome/32x32/status/nm-device-wireless.png share/icons/gnome/32x32/status/nm-no-connection.png +share/icons/gnome/32x32/status/non-starred.png share/icons/gnome/32x32/status/printer-error.png share/icons/gnome/32x32/status/printer-printing.png share/icons/gnome/32x32/status/security-high.png @@ -4578,6 +4745,7 @@ share/icons/gnome/32x32/status/security- share/icons/gnome/32x32/status/security-medium.png share/icons/gnome/32x32/status/software-update-available.png share/icons/gnome/32x32/status/software-update-urgent.png +share/icons/gnome/32x32/status/starred.png share/icons/gnome/32x32/status/stock_appointment-reminder-excl.png share/icons/gnome/32x32/status/stock_appointment-reminder.png share/icons/gnome/32x32/status/stock_attach.png @@ -4615,6 +4783,9 @@ share/icons/gnome/32x32/status/sunny.png share/icons/gnome/32x32/status/task-due.png share/icons/gnome/32x32/status/task-past-due.png share/icons/gnome/32x32/status/trashcan_full.png +share/icons/gnome/32x32/status/trophy-bronze.png +share/icons/gnome/32x32/status/trophy-gold.png +share/icons/gnome/32x32/status/trophy-silver.png share/icons/gnome/32x32/status/user-available.png share/icons/gnome/32x32/status/user-away.png share/icons/gnome/32x32/status/user-busy.png @@ -4655,6 +4826,7 @@ share/icons/gnome/48x48/actions/document share/icons/gnome/48x48/actions/document-print-preview.png share/icons/gnome/48x48/actions/document-print.png share/icons/gnome/48x48/actions/document-properties.png +share/icons/gnome/48x48/actions/document-revert-rtl.png share/icons/gnome/48x48/actions/document-revert.png share/icons/gnome/48x48/actions/document-save-as.png share/icons/gnome/48x48/actions/document-save.png @@ -4667,8 +4839,10 @@ share/icons/gnome/48x48/actions/edit-del share/icons/gnome/48x48/actions/edit-find-replace.png share/icons/gnome/48x48/actions/edit-find.png share/icons/gnome/48x48/actions/edit-paste.png +share/icons/gnome/48x48/actions/edit-redo-rtl.png share/icons/gnome/48x48/actions/edit-redo.png share/icons/gnome/48x48/actions/edit-select-all.png +share/icons/gnome/48x48/actions/edit-undo-rtl.png share/icons/gnome/48x48/actions/edit-undo.png share/icons/gnome/48x48/actions/editclear.png share/icons/gnome/48x48/actions/editcopy.png @@ -4687,7 +4861,9 @@ share/icons/gnome/48x48/actions/find.png share/icons/gnome/48x48/actions/finish.png share/icons/gnome/48x48/actions/folder-new.png share/icons/gnome/48x48/actions/folder_new.png +share/icons/gnome/48x48/actions/format-indent-less-rtl.png share/icons/gnome/48x48/actions/format-indent-less.png +share/icons/gnome/48x48/actions/format-indent-more-rtl.png share/icons/gnome/48x48/actions/format-indent-more.png share/icons/gnome/48x48/actions/format-justify-center.png share/icons/gnome/48x48/actions/format-justify-fill.png @@ -4713,11 +4889,15 @@ share/icons/gnome/48x48/actions/gnome-st share/icons/gnome/48x48/actions/gnome-stock-text-unindent.png share/icons/gnome/48x48/actions/go-bottom.png share/icons/gnome/48x48/actions/go-down.png +share/icons/gnome/48x48/actions/go-first-rtl.png share/icons/gnome/48x48/actions/go-first.png share/icons/gnome/48x48/actions/go-home.png share/icons/gnome/48x48/actions/go-jump.png +share/icons/gnome/48x48/actions/go-last-rtl.png share/icons/gnome/48x48/actions/go-last.png +share/icons/gnome/48x48/actions/go-next-rtl.png share/icons/gnome/48x48/actions/go-next.png +share/icons/gnome/48x48/actions/go-previous-rtl.png share/icons/gnome/48x48/actions/go-previous.png share/icons/gnome/48x48/actions/go-top.png share/icons/gnome/48x48/actions/go-up.png @@ -4832,12 +5012,17 @@ share/icons/gnome/48x48/actions/mail_sen share/icons/gnome/48x48/actions/mail_spam.png share/icons/gnome/48x48/actions/media-eject.png share/icons/gnome/48x48/actions/media-playback-pause.png +share/icons/gnome/48x48/actions/media-playback-start-rtl.png share/icons/gnome/48x48/actions/media-playback-start.png share/icons/gnome/48x48/actions/media-playback-stop.png share/icons/gnome/48x48/actions/media-record.png +share/icons/gnome/48x48/actions/media-seek-backward-rtl.png share/icons/gnome/48x48/actions/media-seek-backward.png +share/icons/gnome/48x48/actions/media-seek-forward-rtl.png share/icons/gnome/48x48/actions/media-seek-forward.png +share/icons/gnome/48x48/actions/media-skip-backward-rtl.png share/icons/gnome/48x48/actions/media-skip-backward.png +share/icons/gnome/48x48/actions/media-skip-forward-rtl.png share/icons/gnome/48x48/actions/media-skip-forward.png share/icons/gnome/48x48/actions/next.png share/icons/gnome/48x48/actions/object-flip-horizontal.png @@ -5017,7 +5202,6 @@ share/icons/gnome/48x48/apps/ksysguard.p share/icons/gnome/48x48/apps/kuser.png share/icons/gnome/48x48/apps/kwin.png share/icons/gnome/48x48/apps/locale.png -share/icons/gnome/48x48/apps/logviewer.png share/icons/gnome/48x48/apps/multimedia-volume-control.png share/icons/gnome/48x48/apps/multimedia.png share/icons/gnome/48x48/apps/openterm.png @@ -5047,7 +5231,6 @@ share/icons/gnome/48x48/apps/update-mana share/icons/gnome/48x48/apps/user-info.png share/icons/gnome/48x48/apps/utilities-system-monitor.png share/icons/gnome/48x48/apps/utilities-terminal.png -share/icons/gnome/48x48/apps/visor.png share/icons/gnome/48x48/apps/volume-knob.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 10:28:37 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B2F30ACA; Mon, 16 Sep 2013 10:28:37 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 92C672DC5; Mon, 16 Sep 2013 10:28:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GASbLf074045; Mon, 16 Sep 2013 10:28:37 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GASX18074020; Mon, 16 Sep 2013 10:28:33 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309161028.r8GASX18074020@svn.freebsd.org> From: Andrej Zverev Date: Mon, 16 Sep 2013 10:28:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327376 - in head/devel: aegis apr2 bison cvsutils doxygen gearmand git msp430-gcc3 p5-Data-TreeDumper p5-Event-RPC p5-ExtUtils-XSpp p5-IO-TieCombine p5-Log-Dispatchouli p5-PAR p5-SVN-N... 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.14 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, 16 Sep 2013 10:28:37 -0000 Author: az Date: Mon Sep 16 10:28:33 2013 New Revision: 327376 URL: http://svnweb.freebsd.org/changeset/ports/327376 Log: - convert to the new perl5 framework - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Modified: head/devel/aegis/Makefile head/devel/apr2/Makefile head/devel/bison/Makefile head/devel/cvsutils/Makefile head/devel/doxygen/Makefile head/devel/gearmand/Makefile (contents, props changed) head/devel/git/Makefile head/devel/msp430-gcc3/Makefile (contents, props changed) head/devel/p5-Data-TreeDumper/Makefile (contents, props changed) head/devel/p5-Event-RPC/Makefile head/devel/p5-ExtUtils-XSpp/Makefile head/devel/p5-IO-TieCombine/Makefile (contents, props changed) head/devel/p5-Log-Dispatchouli/Makefile (contents, props changed) head/devel/p5-PAR/Makefile head/devel/p5-SVN-Notify-Mirror/Makefile (contents, props changed) head/devel/p5-SVN-Simple/Makefile (contents, props changed) head/devel/p5-perlbrew/Makefile head/devel/stringencoders/Makefile (contents, props changed) head/devel/svn_load_dirs/Makefile (contents, props changed) Modified: head/devel/aegis/Makefile ============================================================================== --- head/devel/aegis/Makefile Mon Sep 16 10:01:06 2013 (r327375) +++ head/devel/aegis/Makefile Mon Sep 16 10:28:33 2013 (r327376) @@ -17,9 +17,8 @@ COMMENT= Transaction-based software conf LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl RUN_DEPENDS= tkdiff:${PORTSDIR}/textproc/tkdiff -USES= gettext +USES= gettext perl5 USE_GNOME= libxml2 -USE_PERL5= yes USE_TK= yes GNU_CONFIGURE= yes CPPFLAGS+= "-I${LOCALBASE}/include" Modified: head/devel/apr2/Makefile ============================================================================== --- head/devel/apr2/Makefile Mon Sep 16 10:01:06 2013 (r327375) +++ head/devel/apr2/Makefile Mon Sep 16 10:28:33 2013 (r327376) @@ -31,9 +31,9 @@ DEVELOPER_ONLY_DESC= I want to test apr2 .include -USES= iconv +USES= iconv perl5 USE_AUTOTOOLS= automake autoconf libtool:env -USE_PERL5_BUILD= yes +USE_PERL5= build USE_PYTHON_BUILD= -2.7 USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/devel/bison/Makefile ============================================================================== --- head/devel/bison/Makefile Mon Sep 16 10:01:06 2013 (r327375) +++ head/devel/bison/Makefile Mon Sep 16 10:28:33 2013 (r327376) @@ -13,9 +13,9 @@ COMMENT= A parser generator from FSF, (m BUILD_DEPENDS= m4>=1.4.16,1:${PORTSDIR}/devel/m4 RUN_DEPENDS= m4>=1.4.16,1:${PORTSDIR}/devel/m4 -USES= charsetfix +USES= charsetfix perl5 USE_XZ= yes -USE_PERL5_BUILD=yes +USE_PERL5= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/devel/cvsutils/Makefile ============================================================================== --- head/devel/cvsutils/Makefile Mon Sep 16 10:01:06 2013 (r327375) +++ head/devel/cvsutils/Makefile Mon Sep 16 10:28:33 2013 (r327376) @@ -12,7 +12,7 @@ COMMENT= CVS utilities which facilitate LICENSE= GPLv2 -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes MAN1= cvsutils.1 Modified: head/devel/doxygen/Makefile ============================================================================== --- head/devel/doxygen/Makefile Mon Sep 16 10:01:06 2013 (r327375) +++ head/devel/doxygen/Makefile Mon Sep 16 10:28:33 2013 (r327376) @@ -18,11 +18,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake LIB_DEPENDS= png15:${PORTSDIR}/graphics/png -USES= bison iconv +USES= bison iconv perl5 gmake ALL_TARGET= all -USE_PERL5= yes HAS_CONFIGURE= yes -USE_GMAKE= yes QT_NONSTANDARD= yes # non-standard configure arguments CONFIGURE_ARGS= --prefix ${PREFIX} --perl ${PERL} --make ${GMAKE} \ --install "${INSTALL}" Modified: head/devel/gearmand/Makefile ============================================================================== --- head/devel/gearmand/Makefile Mon Sep 16 10:01:06 2013 (r327375) +++ head/devel/gearmand/Makefile Mon Sep 16 10:28:33 2013 (r327376) @@ -30,10 +30,9 @@ USERS= gearmand GROUPS= gearmand FETCH_ARGS= -pRr -USE_PERL5_BUILD=yes +USE_PERL5= build GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix +USES= pathfix gmake perl5 USE_LDCONFIG= yes USE_PYTHON_BUILD=yes USE_RC_SUBR= gearmand Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Mon Sep 16 10:01:06 2013 (r327375) +++ head/devel/git/Makefile Mon Sep 16 10:28:33 2013 (r327376) @@ -195,7 +195,6 @@ MAKE_ENV+= V=1 MAKE_ARGS+= prefix="${PREFIX}" USE_OPENSSL= yes USE_RC_SUBR= git_daemon -WANT_PERL= yes CONFIGURE_ARGS= --enable-pthreads=-pthread @@ -235,7 +234,7 @@ PLIST_SUB+= PYTHON="@comment " .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 MAKE_ENV+= PERL_PATH=${PERL} BUILD_DEPENDS+= p5-Error>=0:${PORTSDIR}/lang/p5-Error RUN_DEPENDS+= p5-Error>=0:${PORTSDIR}/lang/p5-Error \ Modified: head/devel/msp430-gcc3/Makefile ============================================================================== --- head/devel/msp430-gcc3/Makefile Mon Sep 16 10:01:06 2013 (r327375) +++ head/devel/msp430-gcc3/Makefile Mon Sep 16 10:28:33 2013 (r327376) @@ -35,9 +35,9 @@ PATCHVERSION= 20050317 WRKSRC= ${WRKDIR}/${PORTNAME}-${GCCVERSION} +USES= gmake perl5 USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5_BUILD=yes +USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \ --with-gcc --with-gnu-ld --with-gnu-as \ Modified: head/devel/p5-Data-TreeDumper/Makefile ============================================================================== --- head/devel/p5-Data-TreeDumper/Makefile Mon Sep 16 10:01:06 2013 (r327375) +++ head/devel/p5-Data-TreeDumper/Makefile Mon Sep 16 10:28:33 2013 (r327376) @@ -20,7 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Data::TreeDumper.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/devel/p5-Event-RPC/Makefile ============================================================================== --- head/devel/p5-Event-RPC/Makefile Mon Sep 16 10:01:06 2013 (r327375) +++ head/devel/p5-Event-RPC/Makefile Mon Sep 16 10:28:33 2013 (r327376) @@ -13,7 +13,8 @@ COMMENT= Event based transparent Client/ LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Event::RPC.3 \ Event::RPC::Client.3 \ Modified: head/devel/p5-ExtUtils-XSpp/Makefile ============================================================================== --- head/devel/p5-ExtUtils-XSpp/Makefile Mon Sep 16 10:01:06 2013 (r327375) +++ head/devel/p5-ExtUtils-XSpp/Makefile Mon Sep 16 10:28:33 2013 (r327376) @@ -14,7 +14,8 @@ COMMENT= XS for C++ in Perl BUILD_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \ p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN1= xspp.1 MAN3= ExtUtils::XSpp.3 \ Modified: head/devel/p5-IO-TieCombine/Makefile ============================================================================== --- head/devel/p5-IO-TieCombine/Makefile Mon Sep 16 10:01:06 2013 (r327375) +++ head/devel/p5-IO-TieCombine/Makefile Mon Sep 16 10:28:33 2013 (r327376) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Perl 5 module to produce tied separate but combined variables -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IO::TieCombine.3 \ IO::TieCombine::Handle.3 \ Modified: head/devel/p5-Log-Dispatchouli/Makefile ============================================================================== --- head/devel/p5-Log-Dispatchouli/Makefile Mon Sep 16 10:01:06 2013 (r327375) +++ head/devel/p5-Log-Dispatchouli/Makefile Mon Sep 16 10:28:33 2013 (r327376) @@ -26,7 +26,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Log::Dispatchouli.3 \ Log::Dispatchouli::Global.3 \ Modified: head/devel/p5-PAR/Makefile ============================================================================== --- head/devel/p5-PAR/Makefile Mon Sep 16 10:01:06 2013 (r327375) +++ head/devel/p5-PAR/Makefile Mon Sep 16 10:28:33 2013 (r327376) @@ -16,7 +16,8 @@ RUN_DEPENDS= p5-Archive-Zip>=1.00:${PORT p5-PAR-Dist>=0.32:${PORTSDIR}/devel/p5-PAR-Dist BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= PAR.3 \ PAR::Environment.3 \ Modified: head/devel/p5-SVN-Notify-Mirror/Makefile ============================================================================== --- head/devel/p5-SVN-Notify-Mirror/Makefile Mon Sep 16 10:01:06 2013 (r327375) +++ head/devel/p5-SVN-Notify-Mirror/Makefile Mon Sep 16 10:28:33 2013 (r327376) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-SVN-Notify>=2.83:${POR p5-YAML>=0.81:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= SVN::Notify::Mirror.3 SVN::Notify::Mirror::ConfigData.3 \ SVN::Notify::Mirror::Rsync.3 SVN::Notify::Mirror::SSH.3 Modified: head/devel/p5-SVN-Simple/Makefile ============================================================================== --- head/devel/p5-SVN-Simple/Makefile Mon Sep 16 10:01:06 2013 (r327375) +++ head/devel/p5-SVN-Simple/Makefile Mon Sep 16 10:28:33 2013 (r327376) @@ -18,7 +18,8 @@ COMMENT= Simple interface to SVN::Delta: BUILD_DEPENDS= p5-subversion>=0:${PORTSDIR}/devel/p5-subversion RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SVN::Simple::Edit.3 SVN::Simple::Editor.3 Modified: head/devel/p5-perlbrew/Makefile ============================================================================== --- head/devel/p5-perlbrew/Makefile Mon Sep 16 10:01:06 2013 (r327375) +++ head/devel/p5-perlbrew/Makefile Mon Sep 16 10:28:33 2013 (r327376) @@ -26,7 +26,8 @@ TEST_DEPENDS= p5-IO-All>=0:${PORTSDIR}/d p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \ p5-Test-Spec>=0:${PORTSDIR}/devel/p5-Test-Spec -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= perlbrew.1 MAN3= App::perlbrew.3 Modified: head/devel/stringencoders/Makefile ============================================================================== --- head/devel/stringencoders/Makefile Mon Sep 16 10:01:06 2013 (r327375) +++ head/devel/stringencoders/Makefile Mon Sep 16 10:28:33 2013 (r327376) @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Collection of high performance c-string transformations -USE_PERL5= yes +USES= perl5 HAS_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Modified: head/devel/svn_load_dirs/Makefile ============================================================================== --- head/devel/svn_load_dirs/Makefile Mon Sep 16 10:01:06 2013 (r327375) +++ head/devel/svn_load_dirs/Makefile Mon Sep 16 10:28:33 2013 (r327376) @@ -17,8 +17,8 @@ COMMENT= A Perl script to load directori RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion16 +USES= perl5 USE_BZIP2= yes -USE_PERL5= yes WRKSRC= ${WRKDIR}/subversion-${SVN_PORTVERSION}/contrib/client-side/svn_load_dirs From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 10:41:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DB8F2268; Mon, 16 Sep 2013 10:41:50 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C879D2F35; Mon, 16 Sep 2013 10:41:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GAfoDH082351; Mon, 16 Sep 2013 10:41:50 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GAfoNZ082349; Mon, 16 Sep 2013 10:41:50 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201309161041.r8GAfoNZ082349@svn.freebsd.org> From: Dmitry Sivachenko Date: Mon, 16 Sep 2013 10:41:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327377 - head/devel/p5-Module-Info 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.14 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, 16 Sep 2013 10:41:50 -0000 Author: demon Date: Mon Sep 16 10:41:50 2013 New Revision: 327377 URL: http://svnweb.freebsd.org/changeset/ports/327377 Log: Update to version 0.35. Modified: head/devel/p5-Module-Info/Makefile head/devel/p5-Module-Info/distinfo Modified: head/devel/p5-Module-Info/Makefile ============================================================================== --- head/devel/p5-Module-Info/Makefile Mon Sep 16 10:28:33 2013 (r327376) +++ head/devel/p5-Module-Info/Makefile Mon Sep 16 10:41:50 2013 (r327377) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-Info -PORTVERSION= 0.34 +PORTVERSION= 0.35 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Module-Info/distinfo ============================================================================== --- head/devel/p5-Module-Info/distinfo Mon Sep 16 10:28:33 2013 (r327376) +++ head/devel/p5-Module-Info/distinfo Mon Sep 16 10:41:50 2013 (r327377) @@ -1,2 +1,2 @@ -SHA256 (Module-Info-0.34.tar.gz) = b6d5de3b629fa0fca1481b8be4a4c21ce3587b107a90249493ac125502596662 -SIZE (Module-Info-0.34.tar.gz) = 54879 +SHA256 (Module-Info-0.35.tar.gz) = ab073d10d67a25b0e6a3f8efa95de9e3d6fbe043538bf524a88a0e1fc3ebfb64 +SIZE (Module-Info-0.35.tar.gz) = 55112 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 10:43:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4E18B37A; Mon, 16 Sep 2013 10:43:46 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B7ED2F50; Mon, 16 Sep 2013 10:43:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GAhkEe083254; Mon, 16 Sep 2013 10:43:46 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GAhjUM083252; Mon, 16 Sep 2013 10:43:45 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201309161043.r8GAhjUM083252@svn.freebsd.org> From: Dmitry Sivachenko Date: Mon, 16 Sep 2013 10:43:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327378 - head/www/uwsgi 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.14 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, 16 Sep 2013 10:43:46 -0000 Author: demon Date: Mon Sep 16 10:43:45 2013 New Revision: 327378 URL: http://svnweb.freebsd.org/changeset/ports/327378 Log: Update to version 1.9.16. Modified: head/www/uwsgi/Makefile head/www/uwsgi/distinfo Modified: head/www/uwsgi/Makefile ============================================================================== --- head/www/uwsgi/Makefile Mon Sep 16 10:41:50 2013 (r327377) +++ head/www/uwsgi/Makefile Mon Sep 16 10:43:45 2013 (r327378) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uwsgi -PORTVERSION= 1.9.15 +PORTVERSION= 1.9.16 CATEGORIES= www python MASTER_SITES= http://projects.unbit.it/downloads/ Modified: head/www/uwsgi/distinfo ============================================================================== --- head/www/uwsgi/distinfo Mon Sep 16 10:41:50 2013 (r327377) +++ head/www/uwsgi/distinfo Mon Sep 16 10:43:45 2013 (r327378) @@ -1,2 +1,2 @@ -SHA256 (uwsgi-1.9.15.tar.gz) = 87a9dba42df4344dab001ed9f14ad3176977367905dbf9524d18c3808c0e17af -SIZE (uwsgi-1.9.15.tar.gz) = 669954 +SHA256 (uwsgi-1.9.16.tar.gz) = 5632a17c66be103d079208c95600dacb797852ee41f3b0ccb8fbe40ddd71f991 +SIZE (uwsgi-1.9.16.tar.gz) = 691512 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 10:53:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 32F986E8; Mon, 16 Sep 2013 10:53:09 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 065042FEF; Mon, 16 Sep 2013 10:53:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GAr8O2088012; Mon, 16 Sep 2013 10:53:08 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GAr8QY088009; Mon, 16 Sep 2013 10:53:08 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201309161053.r8GAr8QY088009@svn.freebsd.org> From: Dmitry Sivachenko Date: Mon, 16 Sep 2013 10:53:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327379 - head/databases/p5-DBIx-SearchBuilder 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.14 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, 16 Sep 2013 10:53:09 -0000 Author: demon Date: Mon Sep 16 10:53:08 2013 New Revision: 327379 URL: http://svnweb.freebsd.org/changeset/ports/327379 Log: Update to 1.65. Modified: head/databases/p5-DBIx-SearchBuilder/Makefile head/databases/p5-DBIx-SearchBuilder/distinfo head/databases/p5-DBIx-SearchBuilder/pkg-plist Modified: head/databases/p5-DBIx-SearchBuilder/Makefile ============================================================================== --- head/databases/p5-DBIx-SearchBuilder/Makefile Mon Sep 16 10:43:45 2013 (r327378) +++ head/databases/p5-DBIx-SearchBuilder/Makefile Mon Sep 16 10:53:08 2013 (r327379) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBIx-SearchBuilder -PORTVERSION= 1.63 +PORTVERSION= 1.65 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -38,6 +38,7 @@ MAN3= DBIx::SearchBuilder.3 DBIx::Search DBIx::SearchBuilder::Record::Cachable.3 \ DBIx::SearchBuilder::SchemaGenerator.3 \ DBIx::SearchBuilder::Union.3 \ - DBIx::SearchBuilder::Unique.3 + DBIx::SearchBuilder::Unique.3 \ + DBIx::SearchBuilder::Util.3 .include Modified: head/databases/p5-DBIx-SearchBuilder/distinfo ============================================================================== --- head/databases/p5-DBIx-SearchBuilder/distinfo Mon Sep 16 10:43:45 2013 (r327378) +++ head/databases/p5-DBIx-SearchBuilder/distinfo Mon Sep 16 10:53:08 2013 (r327379) @@ -1,2 +1,2 @@ -SHA256 (DBIx-SearchBuilder-1.63.tar.gz) = 2dc89fc29e804d4b702bc774e78ff54fc8b7867dab5ba140a3b7c7040a87a337 -SIZE (DBIx-SearchBuilder-1.63.tar.gz) = 107851 +SHA256 (DBIx-SearchBuilder-1.65.tar.gz) = 4b91265f6543031a9a267e10d5c7bc6926f100d19ac1edae36793227419ae349 +SIZE (DBIx-SearchBuilder-1.65.tar.gz) = 115442 Modified: head/databases/p5-DBIx-SearchBuilder/pkg-plist ============================================================================== --- head/databases/p5-DBIx-SearchBuilder/pkg-plist Mon Sep 16 10:43:45 2013 (r327378) +++ head/databases/p5-DBIx-SearchBuilder/pkg-plist Mon Sep 16 10:53:08 2013 (r327379) @@ -14,6 +14,7 @@ %%SITE_PERL%%/DBIx/SearchBuilder/SchemaGenerator.pm %%SITE_PERL%%/DBIx/SearchBuilder/Union.pm %%SITE_PERL%%/DBIx/SearchBuilder/Unique.pm +%%SITE_PERL%%/DBIx/SearchBuilder/Util.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/SearchBuilder @dirrm %%SITE_PERL%%/DBIx/SearchBuilder/Record @dirrm %%SITE_PERL%%/DBIx/SearchBuilder/Handle From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 10:58:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EAF61820; Mon, 16 Sep 2013 10:58:09 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CB0312029; Mon, 16 Sep 2013 10:58:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GAw9Ta090421; Mon, 16 Sep 2013 10:58:09 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GAw5aD090317; Mon, 16 Sep 2013 10:58:05 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309161058.r8GAw5aD090317@svn.freebsd.org> From: Andrej Zverev Date: Mon, 16 Sep 2013 10:58:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327380 - in head: converters/wkhtmltopdf devel/gearmand-devel devel/gitolite devel/kdesdk4 devel/make++ devel/p5-ExtUtils-ParseXS devel/p5-MooseX-Types-Perl devel/p5-Object-Pluggable 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.14 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, 16 Sep 2013 10:58:10 -0000 Author: az Date: Mon Sep 16 10:58:05 2013 New Revision: 327380 URL: http://svnweb.freebsd.org/changeset/ports/327380 Log: - convert to the new perl5 framework - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Modified: head/converters/wkhtmltopdf/Makefile head/devel/gearmand-devel/Makefile head/devel/gitolite/Makefile head/devel/kdesdk4/Makefile head/devel/make++/Makefile head/devel/p5-ExtUtils-ParseXS/Makefile head/devel/p5-MooseX-Types-Perl/Makefile head/devel/p5-Object-Pluggable/Makefile head/devel/p5-Reflex/Makefile head/devel/p5-SNMP-Persist/Makefile (contents, props changed) head/devel/p5-Test-MockObject/Makefile (contents, props changed) head/devel/p5-threads-shared/Makefile head/devel/ruby-langscan/Makefile head/japanese/p5-Encode-JP-Emoji/Makefile (contents, props changed) head/japanese/p5-PDFJ/Makefile (contents, props changed) head/science/abinit/Makefile head/science/clhep/Makefile (contents, props changed) head/science/mpqc/Makefile (contents, props changed) head/science/vmd/Makefile (contents, props changed) Modified: head/converters/wkhtmltopdf/Makefile ============================================================================== --- head/converters/wkhtmltopdf/Makefile Mon Sep 16 10:53:08 2013 (r327379) +++ head/converters/wkhtmltopdf/Makefile Mon Sep 16 10:58:05 2013 (r327380) @@ -20,11 +20,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-qt INSTALL_WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} WKQTVERSION= 6053b687 -USES= pkgconfig +USES= pkgconfig gmake perl5 USE_XORG= x11 xext xrender -USE_PERL5_BUILD= yes +USE_PERL5= build USE_LDCONFIG= yes -USE_GMAKE= yes HAS_CONFIGURE= yes OPTIONS_DEFINE= BUNDLED_LIBS Modified: head/devel/gearmand-devel/Makefile ============================================================================== --- head/devel/gearmand-devel/Makefile Mon Sep 16 10:53:08 2013 (r327379) +++ head/devel/gearmand-devel/Makefile Mon Sep 16 10:58:05 2013 (r327380) @@ -32,10 +32,9 @@ USERS= gearmand GROUPS= gearmand FETCH_ARGS= -pRr -USE_PERL5_BUILD=yes +USE_PERL5= build GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix +USES= pathfix perl5 gmake USE_LDCONFIG= yes USE_PYTHON_BUILD=yes USE_RC_SUBR= gearmand Modified: head/devel/gitolite/Makefile ============================================================================== --- head/devel/gitolite/Makefile Mon Sep 16 10:53:08 2013 (r327379) +++ head/devel/gitolite/Makefile Mon Sep 16 10:58:05 2013 (r327380) @@ -16,7 +16,7 @@ RUN_DEPENDS= git>=0:${PORTSDIR}/devel/gi CONFLICTS= gitolite-[^3]* -USE_PERL5= yes +USES= perl5 SUB_FILES= pkg-message Modified: head/devel/kdesdk4/Makefile ============================================================================== --- head/devel/kdesdk4/Makefile Mon Sep 16 10:53:08 2013 (r327379) +++ head/devel/kdesdk4/Makefile Mon Sep 16 10:58:05 2013 (r327380) @@ -26,12 +26,10 @@ USE_XZ= yes USE_GNOME= libxml2 libxslt USE_KDE4= kdehier kdelibs kdeprefix libkonq pimlibs sharedmime \ akonadi automoc4 qimageblitz_build strigi -USES= cmake:outsource -USE_PERL5= yes +USES= cmake:outsource perl5 gmake USE_QT4= corelib dbus declarative designer gui qt3support \ script scripttools sql xml \ qmake_build moc_build rcc_build uic_build uic3_build -USE_GMAKE= yes USE_LDCONFIG= yes CMAKE_ARGS+= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" Modified: head/devel/make++/Makefile ============================================================================== --- head/devel/make++/Makefile Mon Sep 16 10:53:08 2013 (r327379) +++ head/devel/make++/Makefile Mon Sep 16 10:58:05 2013 (r327380) @@ -19,8 +19,8 @@ COMMENT= A drop-in replacement for GNU m LICENSE= ART10 GPLv1 GPLv2 GPLv3 LICENSE_COMB= dual +USES= perl5 USE_XZ= yes -USE_PERL5= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man Modified: head/devel/p5-ExtUtils-ParseXS/Makefile ============================================================================== --- head/devel/p5-ExtUtils-ParseXS/Makefile Mon Sep 16 10:53:08 2013 (r327379) +++ head/devel/p5-ExtUtils-ParseXS/Makefile Mon Sep 16 10:58:05 2013 (r327380) @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Converts Perl XS code into C code -PERL_CONFIGURE= yes +USES= perl5 +USE_PERl5= configure MAN3= ExtUtils::ParseXS.3 \ ExtUtils::ParseXS::Constants.3 \ Modified: head/devel/p5-MooseX-Types-Perl/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-Perl/Makefile Mon Sep 16 10:53:08 2013 (r327379) +++ head/devel/p5-MooseX-Types-Perl/Makefile Mon Sep 16 10:58:05 2013 (r327380) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-MooseX-Types>=0:${PORT p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MooseX::Types::Perl.3 Modified: head/devel/p5-Object-Pluggable/Makefile ============================================================================== --- head/devel/p5-Object-Pluggable/Makefile Mon Sep 16 10:53:08 2013 (r327379) +++ head/devel/p5-Object-Pluggable/Makefile Mon Sep 16 10:58:05 2013 (r327380) @@ -21,7 +21,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Object::Pluggable.3 \ Object::Pluggable::Constants.3 \ Modified: head/devel/p5-Reflex/Makefile ============================================================================== --- head/devel/p5-Reflex/Makefile Mon Sep 16 10:53:08 2013 (r327379) +++ head/devel/p5-Reflex/Makefile Mon Sep 16 10:58:05 2013 (r327380) @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-POE>=1.294:${PORTSDIR} p5-MooseX-Role-Parameterized>=0.23:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure OPTIONS_DEFINE= DOCS EXAMPLES Modified: head/devel/p5-SNMP-Persist/Makefile ============================================================================== --- head/devel/p5-SNMP-Persist/Makefile Mon Sep 16 10:53:08 2013 (r327379) +++ head/devel/p5-SNMP-Persist/Makefile Mon Sep 16 10:58:05 2013 (r327380) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= The module is a backend for pass_persist feature of net-snmp -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SNMP::Persist.3 Modified: head/devel/p5-Test-MockObject/Makefile ============================================================================== --- head/devel/p5-Test-MockObject/Makefile Mon Sep 16 10:53:08 2013 (r327379) +++ head/devel/p5-Test-MockObject/Makefile Mon Sep 16 10:58:05 2013 (r327380) @@ -22,7 +22,8 @@ RUN_DEPENDS= p5-UNIVERSAL-can>=1.2011061 TEST_DEPENDS= p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-Warn>=0.23:${PORTSDIR}/devel/p5-Test-Warn -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure INSTALL_TARGET= pure_install MAN3= Test::MockObject.3 Test::MockObject::Extends.3 Modified: head/devel/p5-threads-shared/Makefile ============================================================================== --- head/devel/p5-threads-shared/Makefile Mon Sep 16 10:53:08 2013 (r327379) +++ head/devel/p5-threads-shared/Makefile Mon Sep 16 10:58:05 2013 (r327380) @@ -14,7 +14,8 @@ COMMENT= Perl extension for sharing data LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= threads::shared.3 Modified: head/devel/ruby-langscan/Makefile ============================================================================== --- head/devel/ruby-langscan/Makefile Mon Sep 16 10:53:08 2013 (r327379) +++ head/devel/ruby-langscan/Makefile Mon Sep 16 10:58:05 2013 (r327380) @@ -17,9 +17,10 @@ LICENSE= GPLv2 RUN_DEPENDS= p5-PPI>=0:${PORTSDIR}/textproc/p5-PPI BUILD_DEPENDS= flex>=2.5.31:${PORTSDIR}/textproc/flex +USES= perl5 USE_AUTOTOOLS= aclocal:env automake:env autoconf:env USE_RUBY= yes -USE_PERL5_RUN= yes +USE_PERL5= run USE_OCAML= yes NO_OCAML_RUNDEPENDS= yes HAS_CONFIGURE= yes Modified: head/japanese/p5-Encode-JP-Emoji/Makefile ============================================================================== --- head/japanese/p5-Encode-JP-Emoji/Makefile Mon Sep 16 10:53:08 2013 (r327379) +++ head/japanese/p5-Encode-JP-Emoji/Makefile Mon Sep 16 10:58:05 2013 (r327380) @@ -13,7 +13,8 @@ MASTER_SITES= CPAN MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for Emoji encodings and cross-mapping tables -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Encode::JP::Emoji.3 \ Encode::JP::Emoji::Encoding.3 \ Modified: head/japanese/p5-PDFJ/Makefile ============================================================================== --- head/japanese/p5-PDFJ/Makefile Mon Sep 16 10:53:08 2013 (r327379) +++ head/japanese/p5-PDFJ/Makefile Mon Sep 16 10:58:05 2013 (r327380) @@ -14,8 +14,9 @@ MASTER_SITES= http://hp1.jonex.ne.jp/%7E MAINTAINER= kuriyama@FreeBSD.org COMMENT= PDFJ module provides methods to generate Japanese PDF file +USES= perl5 USE_ZIP= YES -PERL_CONFIGURE= YES +USE_PERL5= configure WRKSRC= ${WRKDIR} EXTRACT_BEFORE_ARGS= -qo -a Modified: head/science/abinit/Makefile ============================================================================== --- head/science/abinit/Makefile Mon Sep 16 10:53:08 2013 (r327379) +++ head/science/abinit/Makefile Mon Sep 16 10:58:05 2013 (r327380) @@ -18,10 +18,10 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numa LIB_DEPENDS= netcdff.4:${PORTSDIR}/science/netcdf3-ftn \ gsl:${PORTSDIR}/math/gsl +USES= gmake perl5 USE_FORTRAN= yes -USE_GMAKE= yes USE_PYTHON= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_AUTOTOOLS= autoconf automake CONFIGURE_ENV= WGET=${TRUE} CONFIGURE_ARGS= --disable-wannier90 --disable-bigdft --disable-etsf-io \ Modified: head/science/clhep/Makefile ============================================================================== --- head/science/clhep/Makefile Mon Sep 16 10:53:08 2013 (r327379) +++ head/science/clhep/Makefile Mon Sep 16 10:58:05 2013 (r327380) @@ -16,8 +16,8 @@ COMMENT= Object-oriented toolkit for par WRKSRC= ${WRKDIR}/${PORTVERSION}/${PORTNAME:U} -USE_PERL5_BUILD= yes -USE_GMAKE= yes +USES= gmake perl5 +USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gmake USE_LDCONFIG= yes Modified: head/science/mpqc/Makefile ============================================================================== --- head/science/mpqc/Makefile Mon Sep 16 10:53:08 2013 (r327379) +++ head/science/mpqc/Makefile Mon Sep 16 10:58:05 2013 (r327380) @@ -14,8 +14,7 @@ MASTER_SITES= SF MAINTAINER= maho@FreeBSD.org COMMENT= The massively parallel quantum computing library and program -USE_PERL5= yes -USE_GMAKE= yes +USES= perl5 gmake USE_BZIP2= yes USE_LDCONFIG= yes Modified: head/science/vmd/Makefile ============================================================================== --- head/science/vmd/Makefile Mon Sep 16 10:53:08 2013 (r327379) +++ head/science/vmd/Makefile Mon Sep 16 10:58:05 2013 (r327380) @@ -22,8 +22,8 @@ LIB_DEPENDS= tcl85:${PORTSDIR}/lang/tcl netcdf:${PORTSDIR}/science/netcdf RUN_DEPENDS= ${PYNUMERIC} -USE_PERL5_BUILD= yes -USE_GMAKE= yes +USES= gmake perl5 +USE_PERL5= build USE_GL= glu USE_PYTHON= yes From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 11:16:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 957229AA; Mon, 16 Sep 2013 11:16:51 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8268423E0; Mon, 16 Sep 2013 11:16:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GBGpbW000683; Mon, 16 Sep 2013 11:16:51 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GBGptA000682; Mon, 16 Sep 2013 11:16:51 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309161116.r8GBGptA000682@svn.freebsd.org> From: Andrej Zverev Date: Mon, 16 Sep 2013 11:16:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327381 - head/devel/p5-ExtUtils-ParseXS 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.14 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, 16 Sep 2013 11:16:51 -0000 Author: az Date: Mon Sep 16 11:16:50 2013 New Revision: 327381 URL: http://svnweb.freebsd.org/changeset/ports/327381 Log: - Fix typo Modified: head/devel/p5-ExtUtils-ParseXS/Makefile Modified: head/devel/p5-ExtUtils-ParseXS/Makefile ============================================================================== --- head/devel/p5-ExtUtils-ParseXS/Makefile Mon Sep 16 10:58:05 2013 (r327380) +++ head/devel/p5-ExtUtils-ParseXS/Makefile Mon Sep 16 11:16:50 2013 (r327381) @@ -16,7 +16,7 @@ MAINTAINER= demon@FreeBSD.org COMMENT= Converts Perl XS code into C code USES= perl5 -USE_PERl5= configure +USE_PERL5= configure MAN3= ExtUtils::ParseXS.3 \ ExtUtils::ParseXS::Constants.3 \ From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 11:30:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 82E2A14B; Mon, 16 Sep 2013 11:30:08 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 564B924F4; Mon, 16 Sep 2013 11:30:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GBU88f007153; Mon, 16 Sep 2013 11:30:08 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GBU7A0007151; Mon, 16 Sep 2013 11:30:07 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161130.r8GBU7A0007151@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 11:30:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327382 - in head/devel/clanlib1: . 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.14 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, 16 Sep 2013 11:30:08 -0000 Author: bapt Date: Mon Sep 16 11:30:07 2013 New Revision: 327382 URL: http://svnweb.freebsd.org/changeset/ports/327382 Log: Fix build with libc++ While I'm here add PKGNAMESUFFIX to that pkg install clanlib won't try to install of different clanglib. Modernize LIB_DEPENDS Remove now useless LATEST_LINK Convert USE_GMAKE to USES=gmake Added: head/devel/clanlib1/files/patch-libc++ (contents, props changed) Modified: head/devel/clanlib1/Makefile Modified: head/devel/clanlib1/Makefile ============================================================================== --- head/devel/clanlib1/Makefile Mon Sep 16 11:16:50 2013 (r327381) +++ head/devel/clanlib1/Makefile Mon Sep 16 11:30:07 2013 (r327382) @@ -6,6 +6,7 @@ PORTVERSION= 1.0.0 CATEGORIES= devel MASTER_SITES= http://www.clanlib.org/download/releases-1.0/ DISTNAME= ClanLib-${PORTVERSION} +PKGNAMESUFFIX= 1 EXTRACT_SUFX= .tgz MAINTAINER= c.petrik.sosa@gmail.com @@ -14,17 +15,14 @@ COMMENT= Cross-platform game SDK LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - mikmod:${PORTSDIR}/audio/libmikmod \ - vorbis:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libmikmod.so:${PORTSDIR}/audio/libmikmod \ + libvorbis.so:${PORTSDIR}/audio/libvorbis -LATEST_LINK= ${PORTNAME}1 - -USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_XORG= x11 xi -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes USE_SDL= gfx USE_GL= yes Added: head/devel/clanlib1/files/patch-libc++ ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/clanlib1/files/patch-libc++ Mon Sep 16 11:30:07 2013 (r327382) @@ -0,0 +1,20 @@ +--- Sources/GL/canvas_opengl.cpp.orig 2007-10-21 02:14:01.000000000 +0200 ++++ Sources/GL/canvas_opengl.cpp 2013-09-16 13:21:42.874065134 +0200 +@@ -27,6 +27,7 @@ + ** (if your name is missing here, please add it) + */ + ++#include + #include "Display/display_precomp.h" + #include "canvas_opengl.h" + #include "API/Core/System/error.h" +--- Sources/Network/Socket/ip_address_getaddr.cpp.orig 2007-10-21 02:14:01.000000000 +0200 ++++ Sources/Network/Socket/ip_address_getaddr.cpp 2013-09-16 13:22:11.882067224 +0200 +@@ -29,6 +29,7 @@ + + #ifdef USE_GETADDR + ++#include + #include "ip_address_getaddr.h" + #include "API/Core/System/error.h" + #include "API/Core/System/mutex.h" From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 12:17:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5F805E46; Mon, 16 Sep 2013 12:17:08 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4BE6B28A5; Mon, 16 Sep 2013 12:17:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GCH8XZ033141; Mon, 16 Sep 2013 12:17:08 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GCH7ng033139; Mon, 16 Sep 2013 12:17:07 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201309161217.r8GCH7ng033139@svn.freebsd.org> From: Mathieu Arnold Date: Mon, 16 Sep 2013 12:17:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327383 - head/dns/opendnssec 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.14 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, 16 Sep 2013 12:17:08 -0000 Author: mat Date: Mon Sep 16 12:17:07 2013 New Revision: 327383 URL: http://svnweb.freebsd.org/changeset/ports/327383 Log: Update to 1.4.2 PR: 182012 Submitted by: mat Approved by: maintainer Modified: head/dns/opendnssec/Makefile head/dns/opendnssec/distinfo Modified: head/dns/opendnssec/Makefile ============================================================================== --- head/dns/opendnssec/Makefile Mon Sep 16 11:30:07 2013 (r327382) +++ head/dns/opendnssec/Makefile Mon Sep 16 12:17:07 2013 (r327383) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opendnssec -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= dns MASTER_SITES= http://dist.opendnssec.org/source/ Modified: head/dns/opendnssec/distinfo ============================================================================== --- head/dns/opendnssec/distinfo Mon Sep 16 11:30:07 2013 (r327382) +++ head/dns/opendnssec/distinfo Mon Sep 16 12:17:07 2013 (r327383) @@ -1,2 +1,2 @@ -SHA256 (opendnssec-1.4.1.tar.gz) = 7795ba9f98f9c8292d5f9f9d6ffbf88352a6f77986f43acc1a30141f6027cc82 -SIZE (opendnssec-1.4.1.tar.gz) = 988263 +SHA256 (opendnssec-1.4.2.tar.gz) = b4bc70bfb54ede8ed657cc7f669b5f58bc5e20eabf9b01ca107a6876b08bed35 +SIZE (opendnssec-1.4.2.tar.gz) = 991161 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 12:21:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AA59F15A; Mon, 16 Sep 2013 12:21:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 98624290C; Mon, 16 Sep 2013 12:21:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GCL3BZ035868; Mon, 16 Sep 2013 12:21:03 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GCL3mu035867; Mon, 16 Sep 2013 12:21:03 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161221.r8GCL3mu035867@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 12:21:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327384 - head/devel/clanlib22 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.14 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, 16 Sep 2013 12:21:03 -0000 Author: bapt Date: Mon Sep 16 12:21:03 2013 New Revision: 327384 URL: http://svnweb.freebsd.org/changeset/ports/327384 Log: Use PKGNAMESUFFIX to allow pkg install clanlib to now propose every version of clanlib but only the default While here: - Remove now useless LATEST_LINK - Convert USE_GMAKE - Modernize LIB_DEPENDS Modified: head/devel/clanlib22/Makefile Modified: head/devel/clanlib22/Makefile ============================================================================== --- head/devel/clanlib22/Makefile Mon Sep 16 12:17:07 2013 (r327383) +++ head/devel/clanlib22/Makefile Mon Sep 16 12:21:03 2013 (r327384) @@ -7,6 +7,7 @@ PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.clanlib.org/download/releases-2.0/ DISTNAME= ClanLib-${PORTVERSION} +PKGNAMESUFFIX= 22 EXTRACT_SUFX= .tgz MAINTAINER= c.petrik.sosa@gmail.com @@ -15,18 +16,15 @@ COMMENT= Cross-platform game SDK LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - mikmod:${PORTSDIR}/audio/libmikmod \ - vorbis:${PORTSDIR}/audio/libvorbis \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - pcre:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libmikmod.so:${PORTSDIR}/audio/libmikmod \ + libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libpcre.so:${PORTSDIR}/devel/pcre -LATEST_LINK= ${PORTNAME}22 - -USE_GMAKE= yes USE_XORG= x11 -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes USE_GL= yes USE_SQLITE= yes From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 12:56:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E7EADB4E; Mon, 16 Sep 2013 12:56:55 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D54752B52; Mon, 16 Sep 2013 12:56:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GCutuX053644; Mon, 16 Sep 2013 12:56:55 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GCutBs053643; Mon, 16 Sep 2013 12:56:55 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161256.r8GCutBs053643@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 12:56:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327385 - head/games/crimson 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.14 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, 16 Sep 2013 12:56:56 -0000 Author: bapt Date: Mon Sep 16 12:56:55 2013 New Revision: 327385 URL: http://svnweb.freebsd.org/changeset/ports/327385 Log: Add -fields package name. 1/ that better reflect the name of the game 2/ that avoids a conflicting package name with textproc/crimson 3/ that allows it to properly have its LATEST_LINK working. Modified: head/games/crimson/Makefile Modified: head/games/crimson/Makefile ============================================================================== --- head/games/crimson/Makefile Mon Sep 16 12:21:03 2013 (r327384) +++ head/games/crimson/Makefile Mon Sep 16 12:56:55 2013 (r327385) @@ -1,7 +1,4 @@ -# New ports collection makefile for: crimson -# Date created: 3 May 2001 -# Whom: Jan Jungnickel -# +# Created by: Jan Jungnickel # $FreeBSD$ PORTNAME= crimson @@ -9,16 +6,15 @@ PORTVERSION= 0.5.3 PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://crimson.seul.org/files/ +PKGNAMESUFFIX= -fields MAINTAINER= ports@FreeBSD.org COMMENT= Tactical war game in the tradition of Battle Isle GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_SDL= mixer sdl ttf MAN6= crimson.6 -NO_LATEST_LINK= yes - .include From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 12:58:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 29391C4A; Mon, 16 Sep 2013 12:58:03 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 169C72B68; Mon, 16 Sep 2013 12:58:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GCw2PG053894; Mon, 16 Sep 2013 12:58:02 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GCw2rH053892; Mon, 16 Sep 2013 12:58:02 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309161258.r8GCw2rH053892@svn.freebsd.org> From: William Grzybowski Date: Mon, 16 Sep 2013 12:58:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327386 - head/www/zend-framework1 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.14 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, 16 Sep 2013 12:58:03 -0000 Author: wg Date: Mon Sep 16 12:58:02 2013 New Revision: 327386 URL: http://svnweb.freebsd.org/changeset/ports/327386 Log: www/zend-framework1: add PKGNAMESUFFIX - Use PKGNAMESUFFIX to allow pkg install to now propose every version but only the default - Remove now useless LATEST_LINK Reported by: bapt Modified: head/www/zend-framework1/Makefile Modified: head/www/zend-framework1/Makefile ============================================================================== --- head/www/zend-framework1/Makefile Mon Sep 16 12:56:55 2013 (r327385) +++ head/www/zend-framework1/Makefile Mon Sep 16 12:58:02 2013 (r327386) @@ -6,6 +6,7 @@ PORTVERSION= 1.12.0 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://packages.zendframework.com/releases/${DISTNAME}/ +PKGNAMESUFFIX= 1 MAINTAINER= wg@FreeBSD.org COMMENT= Framework for developing PHP web applications @@ -17,8 +18,6 @@ USE_PHP= spl WANT_PHP_WEB= yes USES= gettext -LATEST_LINK= ${PORTNAME}1 - CONFLICTS= ZendFramework-2.* SUB_FILES= pkg-message From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 13:01:42 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 40825D6A; Mon, 16 Sep 2013 13:01:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2D9C52BB3; Mon, 16 Sep 2013 13:01:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GD1gB5056972; Mon, 16 Sep 2013 13:01:42 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GD1fMq056970; Mon, 16 Sep 2013 13:01:41 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161301.r8GD1fMq056970@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 13:01:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327387 - in head: . sysutils sysutils/daemontools53 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.14 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, 16 Sep 2013 13:01:42 -0000 Author: bapt Date: Mon Sep 16 13:01:41 2013 New Revision: 327387 URL: http://svnweb.freebsd.org/changeset/ports/327387 Log: Remove sysutils/daemontools53, please use sysutils/daemontools instead Deleted: head/sysutils/daemontools53/ Modified: head/MOVED head/sysutils/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Sep 16 12:58:02 2013 (r327386) +++ head/MOVED Mon Sep 16 13:01:41 2013 (r327387) @@ -4937,3 +4937,4 @@ misc/kde4-l10n-mk||2013-09-10|No longer misc/kde4-l10n-ml||2013-09-10|No longer part of KDE4 devel/deputy||2013-09-13|Obsolete textproc/liblinebreak|textproc/libunibreak|2013-09-14|Project was superceded by libunibreak +sysutils/daemontools53|sysutils/daemontool|2013-09-16|sysutils/daemontools is more recent Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Sep 16 12:58:02 2013 (r327386) +++ head/sysutils/Makefile Mon Sep 16 13:01:41 2013 (r327387) @@ -159,7 +159,6 @@ SUBDIR += dae SUBDIR += daedalus SUBDIR += daemontools - SUBDIR += daemontools53 SUBDIR += dar SUBDIR += dc3dd SUBDIR += dcfldd From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 13:04:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9BD50BB; Mon, 16 Sep 2013 13:04:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 891542BE4; Mon, 16 Sep 2013 13:04:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GD4sY9058108; Mon, 16 Sep 2013 13:04:54 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GD4sK1058107; Mon, 16 Sep 2013 13:04:54 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309161304.r8GD4sK1058107@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Sep 2013 13:04:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327388 - head/devel/liblangtag 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.14 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, 16 Sep 2013 13:04:54 -0000 Author: sunpoet Date: Mon Sep 16 13:04:53 2013 New Revision: 327388 URL: http://svnweb.freebsd.org/changeset/ports/327388 Log: - Remove leading indefinite article from COMMENT - Convert to new LIB_DEPENDS format - Use USES=gmake Modified: head/devel/liblangtag/Makefile Modified: head/devel/liblangtag/Makefile ============================================================================== --- head/devel/liblangtag/Makefile Mon Sep 16 13:01:41 2013 (r327387) +++ head/devel/liblangtag/Makefile Mon Sep 16 13:04:53 2013 (r327388) @@ -4,23 +4,21 @@ PORTNAME= liblangtag PORTVERSION= 0.5.1 CATEGORIES= devel textproc MASTER_SITES= https://cdn.bitbucket.org/tagoh/liblangtag/downloads/ \ - LOCAL -MASTER_SITE_SUBDIR= jkim + LOCAL/jkim MAINTAINER= office@FreeBSD.org -COMMENT= An interface library to access tags for identifying languages +COMMENT= Interface library to access tags for identifying languages LICENSE= LGPL3 MPL LICENSE_COMB= dual -LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USES= iconv:build pathfix pkgconfig +USES= gmake iconv:build pathfix pkgconfig CONFIGURE_ARGS= --disable-introspection From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 13:11:43 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B423E27E; Mon, 16 Sep 2013 13:11:43 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A16F42C50; Mon, 16 Sep 2013 13:11:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GDBhJs062862; Mon, 16 Sep 2013 13:11:43 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GDBhJ5062861; Mon, 16 Sep 2013 13:11:43 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161311.r8GDBhJ5062861@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 13:11:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327389 - head/databases/flare 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.14 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, 16 Sep 2013 13:11:43 -0000 Author: bapt Date: Mon Sep 16 13:11:43 2013 New Revision: 327389 URL: http://svnweb.freebsd.org/changeset/ports/327389 Log: Rename the package to flare-db to avoid confusion with games/flare While here modernize and cleanup Modified: head/databases/flare/Makefile Modified: head/databases/flare/Makefile ============================================================================== --- head/databases/flare/Makefile Mon Sep 16 13:04:53 2013 (r327388) +++ head/databases/flare/Makefile Mon Sep 16 13:11:43 2013 (r327389) @@ -6,16 +6,16 @@ PORTVERSION= 1.0.9 PORTREVISION= 4 CATEGORIES= databases MASTER_SITES= http://labs.gree.jp/data/source/ +PKGNAMESUFFIX= -db EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Flare - distributed and persistent key-value storage -LIB_DEPENDS= boost_program_options:${PORTSDIR}/devel/boost-libs \ - tokyocabinet:${PORTSDIR}/databases/tokyocabinet +LIB_DEPENDS= libboost_program_options.so:${PORTSDIR}/devel/boost-libs \ + libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_KQUEUE From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 13:33:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1BC2D74C; Mon, 16 Sep 2013 13:33:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 094602DA7; Mon, 16 Sep 2013 13:33:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GDXUlh074099; Mon, 16 Sep 2013 13:33:30 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GDXUUR074091; Mon, 16 Sep 2013 13:33:30 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161333.r8GDXUUR074091@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 13:33:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327390 - in head: security/hydra www/hydra 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.14 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, 16 Sep 2013 13:33:31 -0000 Author: bapt Date: Mon Sep 16 13:33:30 2013 New Revision: 327390 URL: http://svnweb.freebsd.org/changeset/ports/327390 Log: Rename www/hydra package name to hydra-web to avoid confusion with security/hydra While here adjust CONFLICTS_INSTALL modernize lib_depends remove leading article in COMMENT Modified: head/security/hydra/Makefile head/www/hydra/Makefile Modified: head/security/hydra/Makefile ============================================================================== --- head/security/hydra/Makefile Mon Sep 16 13:11:43 2013 (r327389) +++ head/security/hydra/Makefile Mon Sep 16 13:33:30 2013 (r327390) @@ -16,9 +16,8 @@ LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/l libpcre.so:${PORTSDIR}/devel/pcre \ libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 -CONFLICTS= hydra-[0-9]* +CONFLICTS_INSTALL= hydra-web-[0-9]* -NO_LATEST_LINK= yes PLIST_FILES= bin/hydra bin/pw-inspector bin/dpl4hydra.sh GNU_CONFIGURE= yes USES= gmake Modified: head/www/hydra/Makefile ============================================================================== --- head/www/hydra/Makefile Mon Sep 16 13:11:43 2013 (r327389) +++ head/www/hydra/Makefile Mon Sep 16 13:33:30 2013 (r327390) @@ -1,7 +1,4 @@ -# ex:ts=8 -# Ports collection makefile for: hydra -# Date created: Apr 2, 2003 -# Whom: ijliao +# Created by: ijliao # # $FreeBSD$ # @@ -12,15 +9,16 @@ PORTREVISION= 8 CATEGORIES= www MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \ ftp://ftp.hellug.gr/pub/software/hydra/ +PKGNAMESUFFIX= -web MAINTAINER= ports@FreeBSD.org -COMMENT= A high performance multi-threaded web server +COMMENT= High performance multi-threaded web server -LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls USE_RC_SUBR= hydra -NO_LATEST_LINK= yes +CONFLICTS_INSTALL= hydra-[0-9]* GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 13:38:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 975B3924; Mon, 16 Sep 2013 13:38:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 84CA32DE6; Mon, 16 Sep 2013 13:38:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GDc4ck075426; Mon, 16 Sep 2013 13:38:04 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GDc4vg075424; Mon, 16 Sep 2013 13:38:04 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309161338.r8GDc4vg075424@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Sep 2013 13:38:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327392 - head/polish/hunspell 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.14 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, 16 Sep 2013 13:38:04 -0000 Author: sunpoet Date: Mon Sep 16 13:38:03 2013 New Revision: 327392 URL: http://svnweb.freebsd.org/changeset/ports/327392 Log: - Update to 20130915 Modified: head/polish/hunspell/Makefile head/polish/hunspell/distinfo Modified: head/polish/hunspell/Makefile ============================================================================== --- head/polish/hunspell/Makefile Mon Sep 16 13:37:59 2013 (r327391) +++ head/polish/hunspell/Makefile Mon Sep 16 13:38:03 2013 (r327392) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20130908 +PORTVERSION= 20130915 CATEGORIES= polish textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME} DISTNAME= sjp-myspell-pl-${PORTVERSION} Modified: head/polish/hunspell/distinfo ============================================================================== --- head/polish/hunspell/distinfo Mon Sep 16 13:37:59 2013 (r327391) +++ head/polish/hunspell/distinfo Mon Sep 16 13:38:03 2013 (r327392) @@ -1,2 +1,2 @@ -SHA256 (hunspell/sjp-myspell-pl-20130908.zip) = 09d940a60ddade874c1bd3a027c7a26b0776495a0746fa0fed7b3293a37c1edd -SIZE (hunspell/sjp-myspell-pl-20130908.zip) = 1127259 +SHA256 (hunspell/sjp-myspell-pl-20130915.zip) = f5be007e0c213b263635f15ab7d0a784fcb45591406cdc6a1b82e55c0ebe2fca +SIZE (hunspell/sjp-myspell-pl-20130915.zip) = 1127260 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 13:38:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 92A76922; Mon, 16 Sep 2013 13:38:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7F8492DE4; Mon, 16 Sep 2013 13:38:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GDc0dO075337; Mon, 16 Sep 2013 13:38:00 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GDc01x075335; Mon, 16 Sep 2013 13:38:00 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309161338.r8GDc01x075335@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Sep 2013 13:38:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327391 - head/german/mythes 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.14 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, 16 Sep 2013 13:38:00 -0000 Author: sunpoet Date: Mon Sep 16 13:37:59 2013 New Revision: 327391 URL: http://svnweb.freebsd.org/changeset/ports/327391 Log: - Update to 2013.09.15 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Mon Sep 16 13:33:30 2013 (r327390) +++ head/german/mythes/Makefile Mon Sep 16 13:37:59 2013 (r327391) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2013.09.08 +PORTVERSION= 2013.09.15 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Mon Sep 16 13:33:30 2013 (r327390) +++ head/german/mythes/distinfo Mon Sep 16 13:37:59 2013 (r327391) @@ -1,2 +1,2 @@ -SHA256 (mythes/Deutscher-Thesaurus-20130908.oxt) = 06afec45ee67dcf6dbbf8cdd067dc78214a9d8fa58fdd6dd93691ec62b9a9118 -SIZE (mythes/Deutscher-Thesaurus-20130908.oxt) = 4787686 +SHA256 (mythes/Deutscher-Thesaurus-20130915.oxt) = a0b9e0d5a079407251449453482dc7bf410cc5067912f59ea99da15f037c803b +SIZE (mythes/Deutscher-Thesaurus-20130915.oxt) = 4837074 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 13:38:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A81869F9; Mon, 16 Sep 2013 13:38:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 959CA2DE8; Mon, 16 Sep 2013 13:38:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GDc8mp075511; Mon, 16 Sep 2013 13:38:08 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GDc83b075509; Mon, 16 Sep 2013 13:38:08 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309161338.r8GDc83b075509@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Sep 2013 13:38:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327393 - head/textproc/sk-mythes 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.14 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, 16 Sep 2013 13:38:08 -0000 Author: sunpoet Date: Mon Sep 16 13:38:07 2013 New Revision: 327393 URL: http://svnweb.freebsd.org/changeset/ports/327393 Log: - Update to 2013.09.15 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Mon Sep 16 13:38:03 2013 (r327392) +++ head/textproc/sk-mythes/Makefile Mon Sep 16 13:38:07 2013 (r327393) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2013.09.08 +PORTVERSION= 2013.09.15 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Mon Sep 16 13:38:03 2013 (r327392) +++ head/textproc/sk-mythes/distinfo Mon Sep 16 13:38:07 2013 (r327393) @@ -1,2 +1,2 @@ -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20130908.zip) = 198fe7aa3fe3e95ab6e447515437da77f537fdcb8e2c3e641c0caaa585c32a84 -SIZE (mythes/OOo-Thesaurus2-sk_SK-20130908.zip) = 332357 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20130915.zip) = 743ee5962813a67a590722d33ff15cad4549336801e899133169171f4d803583 +SIZE (mythes/OOo-Thesaurus2-sk_SK-20130915.zip) = 332357 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 13:38:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B5B8CAD4; Mon, 16 Sep 2013 13:38:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A34302DEA; Mon, 16 Sep 2013 13:38:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GDcCaD075593; Mon, 16 Sep 2013 13:38:12 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GDcCda075591; Mon, 16 Sep 2013 13:38:12 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309161338.r8GDcCda075591@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Sep 2013 13:38:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327394 - head/textproc/sl-mythes 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.14 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, 16 Sep 2013 13:38:12 -0000 Author: sunpoet Date: Mon Sep 16 13:38:11 2013 New Revision: 327394 URL: http://svnweb.freebsd.org/changeset/ports/327394 Log: - Update to 2013.09.15 Modified: head/textproc/sl-mythes/Makefile head/textproc/sl-mythes/distinfo Modified: head/textproc/sl-mythes/Makefile ============================================================================== --- head/textproc/sl-mythes/Makefile Mon Sep 16 13:38:07 2013 (r327393) +++ head/textproc/sl-mythes/Makefile Mon Sep 16 13:38:11 2013 (r327394) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2013.09.08 +PORTVERSION= 2013.09.15 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sl- Modified: head/textproc/sl-mythes/distinfo ============================================================================== --- head/textproc/sl-mythes/distinfo Mon Sep 16 13:38:07 2013 (r327393) +++ head/textproc/sl-mythes/distinfo Mon Sep 16 13:38:11 2013 (r327394) @@ -1,2 +1,2 @@ -SHA256 (mythes/thes_sl_SI_v2-20130908.zip) = 94acf807fbd3fd3af26461b08e2ab1717ee6813f6ee059757418a05beb16d8d6 -SIZE (mythes/thes_sl_SI_v2-20130908.zip) = 341006 +SHA256 (mythes/thes_sl_SI_v2-20130915.zip) = 9fbdd26d98b7b310e6fc081e5d9a50b72c9a20519ab68327cefc2a10d0fbff4b +SIZE (mythes/thes_sl_SI_v2-20130915.zip) = 341006 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 13:38:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F11FFB7A; Mon, 16 Sep 2013 13:38:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 125FA2DED; Mon, 16 Sep 2013 13:38:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GDcGCo075674; Mon, 16 Sep 2013 13:38:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GDcGoR075672; Mon, 16 Sep 2013 13:38:16 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309161338.r8GDcGoR075672@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Sep 2013 13:38:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327395 - head/devel/p5-Config-Model 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.14 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, 16 Sep 2013 13:38:18 -0000 Author: sunpoet Date: Mon Sep 16 13:38:16 2013 New Revision: 327395 URL: http://svnweb.freebsd.org/changeset/ports/327395 Log: - Update to 2.042 Changes: http://search.cpan.org/dist/Config-Model/Changes Modified: head/devel/p5-Config-Model/Makefile head/devel/p5-Config-Model/distinfo Modified: head/devel/p5-Config-Model/Makefile ============================================================================== --- head/devel/p5-Config-Model/Makefile Mon Sep 16 13:38:11 2013 (r327394) +++ head/devel/p5-Config-Model/Makefile Mon Sep 16 13:38:16 2013 (r327395) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Model -PORTVERSION= 2.041 -PORTREVISION= 1 +PORTVERSION= 2.042 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DDUMONT Modified: head/devel/p5-Config-Model/distinfo ============================================================================== --- head/devel/p5-Config-Model/distinfo Mon Sep 16 13:38:11 2013 (r327394) +++ head/devel/p5-Config-Model/distinfo Mon Sep 16 13:38:16 2013 (r327395) @@ -1,2 +1,2 @@ -SHA256 (Config-Model-2.041.tar.gz) = 8352b05635b1cfee34787250d3dab090cf25024272b48d9aef798b4fd130b183 -SIZE (Config-Model-2.041.tar.gz) = 326192 +SHA256 (Config-Model-2.042.tar.gz) = e4a9b6683bac0e0190843970a89e3fec4362678d7a69e1dfa8b3d2f7bec5dd19 +SIZE (Config-Model-2.042.tar.gz) = 326117 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 13:38:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8AD53D77; Mon, 16 Sep 2013 13:38:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E0A02DFB; Mon, 16 Sep 2013 13:38:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GDcmYd075835; Mon, 16 Sep 2013 13:38:48 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GDcm14075833; Mon, 16 Sep 2013 13:38:48 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309161338.r8GDcm14075833@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Sep 2013 13:38:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327396 - head/comms/bluegps 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.14 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, 16 Sep 2013 13:38:48 -0000 Author: sunpoet Date: Mon Sep 16 13:38:47 2013 New Revision: 327396 URL: http://svnweb.freebsd.org/changeset/ports/327396 Log: - Respect CC: fix build on -head (with clang) - While I'm here: - Use PLIST_FILES instead of PLIST - Pet portlint: replace space with tab - Cleanup Makefile header - Remove Author line PR: ports/182119 Submitted by: Dirk-Willem van Gulik (maintainer) Deleted: head/comms/bluegps/pkg-plist Modified: head/comms/bluegps/Makefile (contents, props changed) head/comms/bluegps/pkg-descr (contents, props changed) Modified: head/comms/bluegps/Makefile ============================================================================== --- head/comms/bluegps/Makefile Mon Sep 16 13:38:16 2013 (r327395) +++ head/comms/bluegps/Makefile Mon Sep 16 13:38:47 2013 (r327396) @@ -1,19 +1,19 @@ -# New ports collection makefile for: bluegps -# Date created: 29 July 2007 -# Whom: dirkx@webweaving.org -# +# Created by: dirkx@webweaving.org # $FreeBSD$ -# -PORTNAME= bluegps-linux -PORTVERSION= 2.0 -CATEGORIES= comms -MASTER_SITES= http://www.harbaum.org/till/bluegps/ -EXTRACT_SUFX= .tgz +PORTNAME= bluegps-linux +PORTVERSION= 2.0 +CATEGORIES= comms +MASTER_SITES= http://www.harbaum.org/till/bluegps/ +EXTRACT_SUFX= .tgz -MAINTAINER= dirkx@webweaving.org -COMMENT= Command line tool to download datalogs from the Royaltek RBT-3000 bluetooth GPS receiver +MAINTAINER= dirkx@webweaving.org +COMMENT= Command line tool to download datalogs from the Royaltek RBT-3000 bluetooth GPS receiver -MAN1= bluegps.1 +MAN1= bluegps.1 +PLIST_FILES= bin/bluegps + +post-patch: + @${REINPLACE_CMD} -e '/^CC=/d' ${WRKSRC}/Makefile .include Modified: head/comms/bluegps/pkg-descr ============================================================================== --- head/comms/bluegps/pkg-descr Mon Sep 16 13:38:16 2013 (r327395) +++ head/comms/bluegps/pkg-descr Mon Sep 16 13:38:47 2013 (r327396) @@ -2,5 +2,4 @@ BlueGPS is a simple (freebsd native) com datalogs from the Royaltek RBT-3000 bluetooth GPS receiver over a bluetooth link. -Author: Till Harbaum WWW: http://www.harbaum.org/till/bluegps/ From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 13:43:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0DE63ECD; Mon, 16 Sep 2013 13:43:55 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D47372E5C; Mon, 16 Sep 2013 13:43:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GDhsl6079470; Mon, 16 Sep 2013 13:43:54 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GDhsho079467; Mon, 16 Sep 2013 13:43:54 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201309161343.r8GDhsho079467@svn.freebsd.org> From: Dmitry Sivachenko Date: Mon, 16 Sep 2013 13:43:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327397 - in head/net-mgmt/nagios: . 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.14 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, 16 Sep 2013 13:43:55 -0000 Author: demon Date: Mon Sep 16 13:43:53 2013 New Revision: 327397 URL: http://svnweb.freebsd.org/changeset/ports/327397 Log: Update to 3.5.1. Modified: head/net-mgmt/nagios/Makefile head/net-mgmt/nagios/distinfo head/net-mgmt/nagios/files/patch-html-main.php Modified: head/net-mgmt/nagios/Makefile ============================================================================== --- head/net-mgmt/nagios/Makefile Mon Sep 16 13:38:47 2013 (r327396) +++ head/net-mgmt/nagios/Makefile Mon Sep 16 13:43:53 2013 (r327397) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nagios -PORTVERSION= 3.5.0 -PORTREVISION= 1 +PORTVERSION= 3.5.1 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-3.x/${PORTNAME}-${PORTVERSION} Modified: head/net-mgmt/nagios/distinfo ============================================================================== --- head/net-mgmt/nagios/distinfo Mon Sep 16 13:38:47 2013 (r327396) +++ head/net-mgmt/nagios/distinfo Mon Sep 16 13:43:53 2013 (r327397) @@ -1,2 +1,2 @@ -SHA256 (nagios-3.5.0.tar.gz) = 469381b2954392689c85d3db733e8da4bd43b806b3d661d1a7fbd52dacc084db -SIZE (nagios-3.5.0.tar.gz) = 1789376 +SHA256 (nagios-3.5.1.tar.gz) = ca9dd68234fa090b3c35ecc8767b2c9eb743977eaf32612fa9b8341cc00a0f99 +SIZE (nagios-3.5.1.tar.gz) = 1763584 Modified: head/net-mgmt/nagios/files/patch-html-main.php ============================================================================== --- head/net-mgmt/nagios/files/patch-html-main.php Mon Sep 16 13:38:47 2013 (r327396) +++ head/net-mgmt/nagios/files/patch-html-main.php Mon Sep 16 13:43:53 2013 (r327397) @@ -1,10 +1,10 @@ ---- html/main.php.orig 2013-03-15 21:44:02.000000000 +1030 -+++ html/main.php 2013-03-23 17:40:32.000000000 +1030 -@@ -40,35 +40,10 @@ +--- html/main.php.orig 2013-08-30 21:46:14.000000000 +0400 ++++ html/main.php 2013-09-16 17:35:29.000000000 +0400 +@@ -40,36 +40,10 @@
Nagios® Core
-
Version 3.5.0
-
March 15, 2013
-- +
Version 3.5.1
+
August 30, 2013
+- @@ -33,6 +33,7 @@ - } -?> - +- - +
From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 13:44:27 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CE35CFC0; Mon, 16 Sep 2013 13:44:27 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB0BE2E69; Mon, 16 Sep 2013 13:44:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GDiRBQ080012; Mon, 16 Sep 2013 13:44:27 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GDiQue080006; Mon, 16 Sep 2013 13:44:26 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309161344.r8GDiQue080006@svn.freebsd.org> From: William Grzybowski Date: Mon, 16 Sep 2013 13:44:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327398 - in head/mail/dma: . 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.14 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, 16 Sep 2013 13:44:27 -0000 Author: wg Date: Mon Sep 16 13:44:26 2013 New Revision: 327398 URL: http://svnweb.freebsd.org/changeset/ports/327398 Log: mail/dma: update to 0.9 - Update to 0.9 [1] - USE_GITHUB framework - Remove useless LICENSE_FILE - Trim Makefile header - Mark IGNORE for 8.x PR: ports/182058 Submitted by: bz (maintainer) Added: head/mail/dma/files/patch-spool.c (contents, props changed) Deleted: head/mail/dma/files/patch-crypto.c head/mail/dma/files/patch-dma.h Modified: head/mail/dma/Makefile head/mail/dma/distinfo head/mail/dma/files/patch-BSDMakefile head/mail/dma/files/patch-dma-Makefile (contents, props changed) head/mail/dma/files/patch-dma.c Directory Properties: head/mail/dma/files/dma_flushq.in (props changed) head/mail/dma/files/patch-dma-mbox-create-Makefile (props changed) Modified: head/mail/dma/Makefile ============================================================================== --- head/mail/dma/Makefile Mon Sep 16 13:43:53 2013 (r327397) +++ head/mail/dma/Makefile Mon Sep 16 13:44:26 2013 (r327398) @@ -1,38 +1,28 @@ -# New ports collection makefile for: dma -# Date created: 2009-01-17 -# Whom: Daniel Roethlisberger -# +# Created by: Daniel Roethlisberger # $FreeBSD$ # # Based on a tarball from https://github.com/corecode/dma/tarball/ # rather than from Dragonfly. -# PORTNAME= dma -PORTVERSION= v0.7 -PORTREVISION= 1 +PORTVERSION= v0.9 PORTEPOCH= 1 CATEGORIES= mail ipv6 -#MASTER_SITES= https://github.com/ # 302 temp move -MASTER_SITES= https://nodeload.github.com/${GITHUB_USER}/${PORTNAME}/tarball/ -DISTNAME= ${PORTVERSION} EXTRACT_SUFX= -DIST_SUBDIR= ${PORTNAME} MAINTAINER= bzeeb+freebsdports@zabbadoz.net COMMENT= DragonFly Mail Agent, a small MTA for local/outbound mail LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/LICENSE - -WRKSRC= ${WRKDIR}/${GITHUB_USER}-${PORTNAME}-${GITHUB_HASH} USE_OPENSSL= yes MAN8= dma.8 -GITHUB_HASH= db9a42b -GITHUB_USER= corecode +USE_GITHUB= yes +GH_COMMIT= 2bb8bcb +GH_ACCOUNT= corecode +GH_TAGNAME= ${GH_COMMIT} CFLAGS+= -I${OPENSSLINC} \ -DCONF_PATH='\"${PREFIX}/etc/dma\"' \ @@ -48,6 +38,10 @@ CONFFILES+= dma.conf auth.conf .include +.if ${OSVERSION} < 900000 +IGNORE= Does not build in 8.x +.endif + pre-patch: @${MKDIR} ${WRKSRC}/dma ${WRKSRC}/dma-mbox-create @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.dist @@ -57,6 +51,9 @@ post-patch: ${WRKSRC}/dma.8 @${REINPLACE_CMD} -e 's, /etc/dma, ${PREFIX}/etc/dma,g' \ ${WRKSRC}/dma.conf +.if ${OSVERSION} < 1000013 + @${REINPLACE_CMD} -e 's,^YFLAGS.*,,' ${WRKSRC}/dma/Makefile +.endif do-install: ${INSTALL} -o root -g mail -m 2555 ${WRKSRC}/dma/dma ${PREFIX}/libexec Modified: head/mail/dma/distinfo ============================================================================== --- head/mail/dma/distinfo Mon Sep 16 13:43:53 2013 (r327397) +++ head/mail/dma/distinfo Mon Sep 16 13:44:26 2013 (r327398) @@ -1,2 +1,2 @@ -SHA256 (dma/v0.7) = 56a84a2a00b89f1abe6761657036a553aa9f1e9b0826abbace13609aea545e50 -SIZE (dma/v0.7) = 43961 +SHA256 (dma-v0.9) = 6c99d5975a2a1072f74b3209ad0a2b89558274de39bd3e03400f94a242b436f2 +SIZE (dma-v0.9) = 45611 Modified: head/mail/dma/files/patch-BSDMakefile ============================================================================== --- head/mail/dma/files/patch-BSDMakefile Mon Sep 16 13:43:53 2013 (r327397) +++ head/mail/dma/files/patch-BSDMakefile Mon Sep 16 13:44:26 2013 (r327398) @@ -1,6 +1,6 @@ ---- BSDmakefile.orig 2012-01-03 13:54:05.000000000 +0000 -+++ BSDmakefile 2012-01-28 20:47:09.000000000 +0000 -@@ -1,20 +1,12 @@ +--- BSDmakefile.orig 2013-06-03 14:03:15.000000000 +0000 ++++ BSDmakefile 2013-08-22 10:35:28.000000000 +0000 +@@ -1,21 +1,13 @@ # $DragonFly: src/libexec/dma/Makefile,v 1.5 2008/09/19 00:36:57 corecode Exp $ # @@ -11,6 +11,7 @@ +CFLAGS+= -I${.CURDIR} -I${.CURDIR}/.. CFLAGS+= -DHAVE_REALLOCF -DHAVE_STRLCPY -DHAVE_GETPROGNAME CFLAGS+= -DLIBEXEC_PATH='"${LIBEXEC}"' -DDMA_VERSION='"${version}"' + CFLAGS+= -DCONF_PATH='"${CONFDIR}"' -DPADD= ${LIBSSL} ${LIBCRYPTO} -LDADD= -lssl -lcrypto @@ -22,8 +23,8 @@ - PREFIX?= /usr/local LIBEXEC?= ${PREFIX}/libexec - -@@ -23,4 +15,3 @@ BINGRP= mail + CONFDIR?= ${PREFIX}/etc/dma +@@ -25,4 +17,3 @@ BINGRP= mail BINMODE=2555 WARNS?= 6 Modified: head/mail/dma/files/patch-dma-Makefile ============================================================================== --- head/mail/dma/files/patch-dma-Makefile Mon Sep 16 13:43:53 2013 (r327397) +++ head/mail/dma/files/patch-dma-Makefile Mon Sep 16 13:44:26 2013 (r327398) @@ -1,8 +1,6 @@ ---- dma/Makefile.orig 2012-01-28 20:33:55.000000000 +0000 -+++ dma/Makefile 2012-01-28 20:33:55.608531000 +0000 -@@ -0,0 +1,14 @@ -+# $FreeBSD$ -+ +--- dma/Makefile.orig 2013-08-22 10:56:28.000000000 +0000 ++++ dma/Makefile 2013-08-22 11:18:05.000000000 +0000 +@@ -0,0 +1,15 @@ +.PATH: ${.CURDIR} ${.CURDIR}/../ + +PROG= dma @@ -10,8 +8,11 @@ +SRCS+= dma.c dns.c local.c mail.c net.c spool.c util.c +MAN= dma.8 + ++CFLAGS+= -DYY_NO_INPUT +DPADD= ${LIBSSL} ${LIBCRYPTO} +LDADD= -lssl -lcrypto + ++YFLAGS+= -i ++ +.include "../BSDmakefile" +.include Modified: head/mail/dma/files/patch-dma.c ============================================================================== --- head/mail/dma/files/patch-dma.c Mon Sep 16 13:43:53 2013 (r327397) +++ head/mail/dma/files/patch-dma.c Mon Sep 16 13:44:26 2013 (r327398) @@ -1,6 +1,6 @@ ---- dma.c.orig 2012-01-28 22:36:55.000000000 +0000 -+++ dma.c 2012-01-28 22:46:06.000000000 +0000 -@@ -332,7 +332,7 @@ retry: +--- dma.c.orig 2013-08-22 10:56:28.000000000 +0000 ++++ dma.c 2013-08-22 11:03:59.000000000 +0000 +@@ -343,7 +343,7 @@ retry: exit(1); } if (gettimeofday(&now, NULL) == 0 && @@ -9,16 +9,16 @@ snprintf(errmsg, sizeof(errmsg), "Could not deliver for the last %d seconds. Giving up.", MAX_TIMEOUT); -@@ -534,7 +535,7 @@ main(int argc, char **argv) +@@ -560,7 +560,7 @@ main(int argc, char **argv) skipopts: if (logident_base == NULL) logident_base = "dma"; - setlogident(NULL); -+ setlogident(logident_base); ++ setlogident("%s", logident_base); act.sa_handler = sighup_handler; act.sa_flags = 0; -@@ -571,7 +572,7 @@ skipopts: +@@ -598,7 +598,7 @@ skipopts: errlog(1, "can not read aliases file `%s'", config.aliases); if ((sender = set_from(&queue, sender)) == NULL) @@ -26,4 +26,4 @@ + errlog(1, "set_from failed"); if (newspoolf(&queue) != 0) - errlog(1, "can not create temp file"); + errlog(1, "can not create temp file in `%s'", config.spooldir); Added: head/mail/dma/files/patch-spool.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/dma/files/patch-spool.c Mon Sep 16 13:44:26 2013 (r327398) @@ -0,0 +1,11 @@ +--- spool.c.orig 2013-06-03 14:03:15.000000000 +0000 ++++ spool.c 2013-08-22 11:07:47.000000000 +0000 +@@ -415,7 +415,7 @@ flushqueue_since(unsigned int period) + return (0); + + /* Did the flush file get touched within the last period seconds? */ +- if (st.st_mtim.tv_sec + period >= now.tv_sec) ++ if (st.st_mtim.tv_sec + (int)period >= now.tv_sec) + return (1); + else + return (0); From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 13:51:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ADF641CE; Mon, 16 Sep 2013 13:51:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 81DB12ED9; Mon, 16 Sep 2013 13:51:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GDp6YC084188; Mon, 16 Sep 2013 13:51:06 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GDp6ea084186; Mon, 16 Sep 2013 13:51:06 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161351.r8GDp6ea084186@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 13:51:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327399 - in head/devel: swig13 swig20 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.14 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, 16 Sep 2013 13:51:06 -0000 Author: bapt Date: Mon Sep 16 13:51:05 2013 New Revision: 327399 URL: http://svnweb.freebsd.org/changeset/ports/327399 Log: Rename the swig13 package to avoid confusion with swig20 while here cleanup the swig13 port a bit Modified: head/devel/swig13/Makefile head/devel/swig20/Makefile Modified: head/devel/swig13/Makefile ============================================================================== --- head/devel/swig13/Makefile Mon Sep 16 13:44:26 2013 (r327398) +++ head/devel/swig13/Makefile Mon Sep 16 13:51:05 2013 (r327399) @@ -1,14 +1,11 @@ -# New ports collection makefile for: SWIG -# Date created: 19 April 1996 -# Whom: jkh -# +# Created by: jkh # $FreeBSD$ -# PORTNAME= swig PORTVERSION= 1.3.40 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +PKGNAMESUFFIX= 13 MAINTAINER= ports@FreeBSD.org COMMENT= Simplified Wrapper and Interface Generator @@ -28,7 +25,7 @@ CFLAGS+= -fPIC -DPIC ALL_TARGET= swig PLIST_SUB+= VER="${VER}" -OPTIONS_DEFINE= LUA +OPTIONS_DEFINE= LUA DOCS EXAMPLES LUA_DESC= Enable Lua support .include @@ -61,14 +58,14 @@ post-configure: post-install: ${LN} -f ${PREFIX}/bin/swig ${PREFIX}/bin/swig${VER} -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MDEXAMPLES} ${MKDIR} ${EXAMPLESDIR}/${PORTVERSION} cd ${WRKSRC}/Examples && ${FIND} . -type d \ -exec ${INSTALL} -d ${EXAMPLESDIR}/${PORTVERSION}/{} \; cd ${WRKSRC}/Examples && ${FIND} . -type f \ -exec ${INSTALL_DATA} {} ${EXAMPLESDIR}/${PORTVERSION}/{} \; .endif -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR}/${PORTVERSION} cd ${WRKSRC}/Doc && ${FIND} . -type d \ -exec ${INSTALL} -d ${DOCSDIR}/${PORTVERSION}/{} \; Modified: head/devel/swig20/Makefile ============================================================================== --- head/devel/swig20/Makefile Mon Sep 16 13:44:26 2013 (r327398) +++ head/devel/swig20/Makefile Mon Sep 16 13:51:05 2013 (r327399) @@ -13,7 +13,6 @@ LICENSE= GPLv3 LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre -LATEST_LINK?= swig2 USE_AUTOTOOLS= autoconf:env libtool MAN1= ccache-swig${VER}.1 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 13:57:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8E3903C7; Mon, 16 Sep 2013 13:57:53 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 613772F24; Mon, 16 Sep 2013 13:57:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GDvrQq086375; Mon, 16 Sep 2013 13:57:53 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GDvqc1086372; Mon, 16 Sep 2013 13:57:52 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161357.r8GDvqc1086372@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 13:57:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327400 - in head: . audio audio/ices audio/ices0 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.14 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, 16 Sep 2013 13:57:53 -0000 Author: bapt Date: Mon Sep 16 13:57:52 2013 New Revision: 327400 URL: http://svnweb.freebsd.org/changeset/ports/327400 Log: Remove unsupported and old ices0 (consider using audio/ices if you need the functionnality) Modernize audio/ices Deleted: head/audio/ices0/ Modified: head/MOVED head/audio/Makefile head/audio/ices/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Sep 16 13:51:05 2013 (r327399) +++ head/MOVED Mon Sep 16 13:57:52 2013 (r327400) @@ -4938,3 +4938,4 @@ misc/kde4-l10n-ml||2013-09-10|No longer devel/deputy||2013-09-13|Obsolete textproc/liblinebreak|textproc/libunibreak|2013-09-14|Project was superceded by libunibreak sysutils/daemontools53|sysutils/daemontool|2013-09-16|sysutils/daemontools is more recent +audio/ices0|audio/ices|2013-09-16|Unsupported version, consider using audio/ices Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Mon Sep 16 13:51:05 2013 (r327399) +++ head/audio/Makefile Mon Sep 16 13:57:52 2013 (r327400) @@ -325,7 +325,6 @@ SUBDIR += icecast2 SUBDIR += icegenerator SUBDIR += ices - SUBDIR += ices0 SUBDIR += id3ed SUBDIR += id3el SUBDIR += id3lib Modified: head/audio/ices/Makefile ============================================================================== --- head/audio/ices/Makefile Mon Sep 16 13:51:05 2013 (r327399) +++ head/audio/ices/Makefile Mon Sep 16 13:57:52 2013 (r327400) @@ -13,11 +13,11 @@ COMMENT= Vorbis streaming source client LICENSE= GPLv2 -LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \ - shout:${PORTSDIR}/audio/libshout2 \ - vorbis:${PORTSDIR}/audio/libvorbis \ - speex:${PORTSDIR}/audio/speex \ - theora:${PORTSDIR}/multimedia/libtheora +LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \ + libshout.so:${PORTSDIR}/audio/libshout2 \ + libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libspeex.so:${PORTSDIR}/audio/speex \ + libtheora.so:${PORTSDIR}/multimedia/libtheora OPTIONS_DEFINE= ALSA @@ -30,12 +30,7 @@ CONFIGURE_ARGS= --disable-roaraudio --di CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -.include - -.if ${PORT_OPTIONS:MALSA} -LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib -.else -CONFIGURE_ARGS+=--disable-alsa -.endif +ALSA_LIB_DEPENDS+= libasound.so:${PORTSDIR}/audio/alsa-lib +ALSA_CONFIGURE_ENABLE+= alsa .include From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 13:59:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0B0184BC; Mon, 16 Sep 2013 13:59:21 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EC51F2F31; Mon, 16 Sep 2013 13:59:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GDxKUB087057; Mon, 16 Sep 2013 13:59:20 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GDxKLS087056; Mon, 16 Sep 2013 13:59:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161359.r8GDxKLS087056@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 13:59:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327401 - head/devel/swig13 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.14 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, 16 Sep 2013 13:59:21 -0000 Author: bapt Date: Mon Sep 16 13:59:20 2013 New Revision: 327401 URL: http://svnweb.freebsd.org/changeset/ports/327401 Log: Fix typo Reported by: wg Modified: head/devel/swig13/Makefile Modified: head/devel/swig13/Makefile ============================================================================== --- head/devel/swig13/Makefile Mon Sep 16 13:57:52 2013 (r327400) +++ head/devel/swig13/Makefile Mon Sep 16 13:59:20 2013 (r327401) @@ -58,7 +58,7 @@ post-configure: post-install: ${LN} -f ${PREFIX}/bin/swig ${PREFIX}/bin/swig${VER} -.if ${PORT_OPTIONS:MDEXAMPLES} +.if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR}/${PORTVERSION} cd ${WRKSRC}/Examples && ${FIND} . -type d \ -exec ${INSTALL} -d ${EXAMPLESDIR}/${PORTVERSION}/{} \; From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 14:18:22 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 711B2CA9; Mon, 16 Sep 2013 14:18:22 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E45220BD; Mon, 16 Sep 2013 14:18:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GEIMcJ097421; Mon, 16 Sep 2013 14:18:22 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GEIMok097420; Mon, 16 Sep 2013 14:18:22 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161418.r8GEIMok097420@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 14:18:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327402 - head/devel/gps 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.14 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, 16 Sep 2013 14:18:22 -0000 Author: bapt Date: Mon Sep 16 14:18:21 2013 New Revision: 327402 URL: http://svnweb.freebsd.org/changeset/ports/327402 Log: Rename package name to gps-ide (like previous LATEST_LINK) to avoid confusion with net/gps while installing from binary packages. Approved by: marino Modified: head/devel/gps/Makefile Modified: head/devel/gps/Makefile ============================================================================== --- head/devel/gps/Makefile Mon Sep 16 13:59:20 2013 (r327401) +++ head/devel/gps/Makefile Mon Sep 16 14:18:21 2013 (r327402) @@ -6,6 +6,7 @@ PORTVERSION= 5.2.1 CATEGORIES= devel MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= gps-5.2.1-1-src +PKGNAMESUFFIX= -ide EXTRACT_SUFX= .tgz MAINTAINER= marino@FreeBSD.org @@ -17,8 +18,6 @@ BUILD_DEPENDS= gtkada>=2.24:${PORTSDIR}/ sphinx-build:${PORTSDIR}/textproc/py-sphinx LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp -LATEST_LINK= gps-ide - GNU_CONFIGURE= yes USE_BZIP2= yes USE_PERL5= build From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 14:29:37 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DF654378; Mon, 16 Sep 2013 14:29:37 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CCA2521AA; Mon, 16 Sep 2013 14:29:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GETbbi003444; Mon, 16 Sep 2013 14:29:37 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GETblZ003438; Mon, 16 Sep 2013 14:29:37 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161429.r8GETblZ003438@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 14:29:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327403 - in head: . irc irc/xchat1 japanese japanese/xchat 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.14 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, 16 Sep 2013 14:29:38 -0000 Author: bapt Date: Mon Sep 16 14:29:36 2013 New Revision: 327403 URL: http://svnweb.freebsd.org/changeset/ports/327403 Log: Remove xchat1, upstream support has been abandonned for a while and it is producing packages with a name That can make user confuse with irc/xchat. Deleted: head/irc/xchat1/ head/japanese/xchat/ Modified: head/MOVED head/irc/Makefile head/japanese/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Sep 16 14:18:21 2013 (r327402) +++ head/MOVED Mon Sep 16 14:29:36 2013 (r327403) @@ -4939,3 +4939,5 @@ devel/deputy||2013-09-13|Obsolete textproc/liblinebreak|textproc/libunibreak|2013-09-14|Project was superceded by libunibreak sysutils/daemontools53|sysutils/daemontool|2013-09-16|sysutils/daemontools is more recent audio/ices0|audio/ices|2013-09-16|Unsupported version, consider using audio/ices +irc/xchat1|irc/xchat|2013-09-16|Unsupported upstream, consider using irc/xchat +japanese/xchat|irc/xchat|2013-09-16|Unsupported upstream, consider using irc/xchat Modified: head/irc/Makefile ============================================================================== --- head/irc/Makefile Mon Sep 16 14:18:21 2013 (r327402) +++ head/irc/Makefile Mon Sep 16 14:29:36 2013 (r327403) @@ -139,7 +139,6 @@ SUBDIR += xchat-gnome SUBDIR += xchat-mircryption SUBDIR += xchat-ruby - SUBDIR += xchat1 SUBDIR += znc .include Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Mon Sep 16 14:18:21 2013 (r327402) +++ head/japanese/Makefile Mon Sep 16 14:29:36 2013 (r327403) @@ -338,7 +338,6 @@ SUBDIR += wordnet-fpw SUBDIR += wordpress SUBDIR += wwasw-fpw - SUBDIR += xchat SUBDIR += xdtp SUBDIR += xdvik SUBDIR += xemacs21-canna From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 15:11:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3DA37FE0; Mon, 16 Sep 2013 15:11:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A54924B8; Mon, 16 Sep 2013 15:11:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GFBvp1027224; Mon, 16 Sep 2013 15:11:57 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GFBuZq027222; Mon, 16 Sep 2013 15:11:56 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309161511.r8GFBuZq027222@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Sep 2013 15:11:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327404 - head/www/p5-Parse-HTTP-UserAgent 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.14 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, 16 Sep 2013 15:11:57 -0000 Author: sunpoet Date: Mon Sep 16 15:11:56 2013 New Revision: 327404 URL: http://svnweb.freebsd.org/changeset/ports/327404 Log: - Update to 0.38 - Add LICENSE Changes: http://search.cpan.org/dist/Parse-HTTP-UserAgent/Changes Modified: head/www/p5-Parse-HTTP-UserAgent/Makefile head/www/p5-Parse-HTTP-UserAgent/distinfo (contents, props changed) Modified: head/www/p5-Parse-HTTP-UserAgent/Makefile ============================================================================== --- head/www/p5-Parse-HTTP-UserAgent/Makefile Mon Sep 16 14:29:36 2013 (r327403) +++ head/www/p5-Parse-HTTP-UserAgent/Makefile Mon Sep 16 15:11:56 2013 (r327404) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Parse-HTTP-UserAgent -PORTVERSION= 0.35 +PORTVERSION= 0.38 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BURAK @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parser for the User Agent string +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage Modified: head/www/p5-Parse-HTTP-UserAgent/distinfo ============================================================================== --- head/www/p5-Parse-HTTP-UserAgent/distinfo Mon Sep 16 14:29:36 2013 (r327403) +++ head/www/p5-Parse-HTTP-UserAgent/distinfo Mon Sep 16 15:11:56 2013 (r327404) @@ -1,2 +1,2 @@ -SHA256 (Parse-HTTP-UserAgent-0.35.tar.gz) = 39a6842f5807eb8ffa4cbc9afe9e53eceaadbcfbf7f09d7b100bd51f9f67a4bf -SIZE (Parse-HTTP-UserAgent-0.35.tar.gz) = 79353 +SHA256 (Parse-HTTP-UserAgent-0.38.tar.gz) = 99c499d6de8b57f9978f55abbb584355a39139527465cd60fb775b58dc1bb568 +SIZE (Parse-HTTP-UserAgent-0.38.tar.gz) = 84707 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 15:12:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B93B2141; Mon, 16 Sep 2013 15:12:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A64B424BC; Mon, 16 Sep 2013 15:12:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GFC52k027434; Mon, 16 Sep 2013 15:12:05 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GFC5b5027432; Mon, 16 Sep 2013 15:12:05 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309161512.r8GFC5b5027432@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Sep 2013 15:12:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327406 - head/sysutils/p5-Fuse 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.14 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, 16 Sep 2013 15:12:05 -0000 Author: sunpoet Date: Mon Sep 16 15:12:04 2013 New Revision: 327406 URL: http://svnweb.freebsd.org/changeset/ports/327406 Log: - Update to 0.16 - Add LICENSE - Remove outdated PORTSCOUT Changes: http://search.cpan.org/dist/Fuse/Changes Modified: head/sysutils/p5-Fuse/Makefile head/sysutils/p5-Fuse/distinfo Modified: head/sysutils/p5-Fuse/Makefile ============================================================================== --- head/sysutils/p5-Fuse/Makefile Mon Sep 16 15:12:00 2013 (r327405) +++ head/sysutils/p5-Fuse/Makefile Mon Sep 16 15:12:04 2013 (r327406) @@ -2,18 +2,19 @@ # $FreeBSD$ PORTNAME= Fuse -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:DPAVLIN +MASTER_SITE_SUBDIR= CPAN:DPATES PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Write filesystems in Perl using FUSE +LICENSE= LGPL21 + USES= perl5 fuse pkgconfig USE_PERL5= configure -PORTSCOUT= skipv:0.09_4 MAN3= Fuse.3 Modified: head/sysutils/p5-Fuse/distinfo ============================================================================== --- head/sysutils/p5-Fuse/distinfo Mon Sep 16 15:12:00 2013 (r327405) +++ head/sysutils/p5-Fuse/distinfo Mon Sep 16 15:12:04 2013 (r327406) @@ -1,2 +1,2 @@ -SHA256 (Fuse-0.15.tar.gz) = ad12128987e95492cf3d4c497bed4e7c8e9ced891285090406d547a87424f38e -SIZE (Fuse-0.15.tar.gz) = 36623 +SHA256 (Fuse-0.16.tar.gz) = 30a939fe5816b00ba9cabb6cd811f894e6a74361ce29d786ae1811b0021d7aa1 +SIZE (Fuse-0.16.tar.gz) = 44541 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 15:12:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8EAEDFE2; Mon, 16 Sep 2013 15:12:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7B85E24BA; Mon, 16 Sep 2013 15:12:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GFC1vd027317; Mon, 16 Sep 2013 15:12:01 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GFC1rN027314; Mon, 16 Sep 2013 15:12:01 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309161512.r8GFC1rN027314@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Sep 2013 15:12:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327405 - head/devel/p5-Tree-DAG_Node 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.14 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, 16 Sep 2013 15:12:01 -0000 Author: sunpoet Date: Mon Sep 16 15:12:00 2013 New Revision: 327405 URL: http://svnweb.freebsd.org/changeset/ports/327405 Log: - Update to 1.17 Changes: http://search.cpan.org/dist/Tree-DAG_Node/Changes Modified: head/devel/p5-Tree-DAG_Node/Makefile head/devel/p5-Tree-DAG_Node/distinfo Modified: head/devel/p5-Tree-DAG_Node/Makefile ============================================================================== --- head/devel/p5-Tree-DAG_Node/Makefile Mon Sep 16 15:11:56 2013 (r327404) +++ head/devel/p5-Tree-DAG_Node/Makefile Mon Sep 16 15:12:00 2013 (r327405) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Tree-DAG_Node -PORTVERSION= 1.16 +PORTVERSION= 1.17 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Tree-DAG_Node/distinfo ============================================================================== --- head/devel/p5-Tree-DAG_Node/distinfo Mon Sep 16 15:11:56 2013 (r327404) +++ head/devel/p5-Tree-DAG_Node/distinfo Mon Sep 16 15:12:00 2013 (r327405) @@ -1,2 +1,2 @@ -SHA256 (Tree-DAG_Node-1.16.tgz) = 488ac723cdc07c6c280c05cddfc384d6f85b8296a470e1b6dc3fbe9558b5d87b -SIZE (Tree-DAG_Node-1.16.tgz) = 49379 +SHA256 (Tree-DAG_Node-1.17.tgz) = c0581858002b725399b284b73c6b237850bc9cbbcf566932640341c2459e28f1 +SIZE (Tree-DAG_Node-1.17.tgz) = 49554 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 15:18:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2E209414; Mon, 16 Sep 2013 15:18:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1B1582522; Mon, 16 Sep 2013 15:18:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GFHxF3029792; Mon, 16 Sep 2013 15:17:59 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GFHxxh029790; Mon, 16 Sep 2013 15:17:59 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309161517.r8GFHxxh029790@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Sep 2013 15:17:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327407 - 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.14 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, 16 Sep 2013 15:18:00 -0000 Author: sunpoet Date: Mon Sep 16 15:17:59 2013 New Revision: 327407 URL: http://svnweb.freebsd.org/changeset/ports/327407 Log: - Update to 3.47.27 Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Modified: head/www/httrack/Makefile head/www/httrack/distinfo Modified: head/www/httrack/Makefile ============================================================================== --- head/www/httrack/Makefile Mon Sep 16 15:12:04 2013 (r327406) +++ head/www/httrack/Makefile Mon Sep 16 15:17:59 2013 (r327407) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httrack -PORTVERSION= 3.47.26 +PORTVERSION= 3.47.27 CATEGORIES= www MASTER_SITES= http://download.httrack.com/ \ http://mirror.httrack.com/historical/ \ Modified: head/www/httrack/distinfo ============================================================================== --- head/www/httrack/distinfo Mon Sep 16 15:12:04 2013 (r327406) +++ head/www/httrack/distinfo Mon Sep 16 15:17:59 2013 (r327407) @@ -1,2 +1,2 @@ -SHA256 (httrack-3.47.26.tar.gz) = dd495d6fe6ce1ecf405c4f03d706a73f51f9a1c180c9265d975b86fe96946f5d -SIZE (httrack-3.47.26.tar.gz) = 1778517 +SHA256 (httrack-3.47.27.tar.gz) = 7c96bfb63dab9e55efea89d0408e3743115e524c688545b94f9b60dc78d2f9e1 +SIZE (httrack-3.47.27.tar.gz) = 1778104 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 15:18:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6723A4F5; Mon, 16 Sep 2013 15:18:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 53F1D2528; Mon, 16 Sep 2013 15:18:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GFIDD7029993; Mon, 16 Sep 2013 15:18:13 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GFICej029991; Mon, 16 Sep 2013 15:18:12 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309161518.r8GFICej029991@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Sep 2013 15:18:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327408 - head/devel/p5-Function-Parameters 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.14 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, 16 Sep 2013 15:18:13 -0000 Author: sunpoet Date: Mon Sep 16 15:18:12 2013 New Revision: 327408 URL: http://svnweb.freebsd.org/changeset/ports/327408 Log: - Update to 1.0301 Changes: http://search.cpan.org/dist/Function-Parameters/Changes Modified: head/devel/p5-Function-Parameters/Makefile head/devel/p5-Function-Parameters/distinfo Modified: head/devel/p5-Function-Parameters/Makefile ============================================================================== --- head/devel/p5-Function-Parameters/Makefile Mon Sep 16 15:17:59 2013 (r327407) +++ head/devel/p5-Function-Parameters/Makefile Mon Sep 16 15:18:12 2013 (r327408) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Function-Parameters -PORTVERSION= 1.02.02 +PORTVERSION= 1.03.01 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAUKE @@ -19,7 +19,9 @@ TEST_DEPENDS= p5-Dir-Self>=0:${PORTSDIR} p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \ - p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal + p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ + p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ + p5-aliased>=0:${PORTSDIR}/devel/p5-aliased USE_PERL5= 5.14+ configure USES= perl5 Modified: head/devel/p5-Function-Parameters/distinfo ============================================================================== --- head/devel/p5-Function-Parameters/distinfo Mon Sep 16 15:17:59 2013 (r327407) +++ head/devel/p5-Function-Parameters/distinfo Mon Sep 16 15:18:12 2013 (r327408) @@ -1,2 +1,2 @@ -SHA256 (Function-Parameters-1.0202.tar.gz) = a575bdb452da0e2ff6f221470b31b150509c5058155634af236aed45d4177b34 -SIZE (Function-Parameters-1.0202.tar.gz) = 63728 +SHA256 (Function-Parameters-1.0301.tar.gz) = 54ec7650a12009c4de8bac342c5eb06fca011079f3605c2f1d7e38a0fb077b6a +SIZE (Function-Parameters-1.0301.tar.gz) = 68970 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 15:19:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 91E7D5FD; Mon, 16 Sep 2013 15:19:15 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7F25F2542; Mon, 16 Sep 2013 15:19:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GFJFeJ030526; Mon, 16 Sep 2013 15:19:15 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GFJFqj030525; Mon, 16 Sep 2013 15:19:15 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161519.r8GFJFqj030525@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 15:19:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327409 - 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.14 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, 16 Sep 2013 15:19:15 -0000 Author: bapt Date: Mon Sep 16 15:19:15 2013 New Revision: 327409 URL: http://svnweb.freebsd.org/changeset/ports/327409 Log: Sqlite 3.4 is not in the ports tree anymore Modified: head/Mk/bsd.database.mk Modified: head/Mk/bsd.database.mk ============================================================================== --- head/Mk/bsd.database.mk Mon Sep 16 15:18:12 2013 (r327408) +++ head/Mk/bsd.database.mk Mon Sep 16 15:19:15 2013 (r327409) @@ -506,9 +506,6 @@ _SQLITE_VER= ${USE_SQLITE} .if ${_SQLITE_VER} == "3" LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite${_SQLITE_VER} SQLITE_VER= ${_SQLITE_VER} -.elif ${_SQLITE_VER} == "34" -LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite${_SQLITE_VER} -SQLITE_VER= ${_SQLITE_VER} .elif ${_SQLITE_VER} == "2" LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite${_SQLITE_VER} SQLITE_VER= ${_SQLITE_VER} From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 15:42:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3F15CCF4; Mon, 16 Sep 2013 15:42:45 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 29DEB270C; Mon, 16 Sep 2013 15:42:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GFgjNi043907; Mon, 16 Sep 2013 15:42:45 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GFgfA4043805; Mon, 16 Sep 2013 15:42:41 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309161542.r8GFgfA4043805@svn.freebsd.org> From: Andrej Zverev Date: Mon, 16 Sep 2013 15:42:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327410 - in head: irc/epic4 irc/hexchat irc/inspircd irc/ircd-ratbox-devel irc/irssi irc/xchat-gnome japanese/p5-Date-Japanese-Holiday japanese/p5-DateTime-Calendar-Japanese-Era japane... 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.14 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, 16 Sep 2013 15:42:45 -0000 Author: az Date: Mon Sep 16 15:42:40 2013 New Revision: 327410 URL: http://svnweb.freebsd.org/changeset/ports/327410 Log: - convert to the new perl5 framework - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Modified: head/irc/epic4/Makefile (contents, props changed) head/irc/hexchat/Makefile head/irc/inspircd/Makefile head/irc/ircd-ratbox-devel/Makefile (contents, props changed) head/irc/irssi/Makefile head/irc/xchat-gnome/Makefile head/japanese/p5-Date-Japanese-Holiday/Makefile (contents, props changed) head/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile (contents, props changed) head/japanese/p5-DateTime-Format-Japanese/Makefile (contents, props changed) head/japanese/p5-Encode-EUCJPMS/Makefile (contents, props changed) head/japanese/p5-Encode-JP-Mobile/Makefile (contents, props changed) head/japanese/p5-HTML-MobileJp/Makefile (contents, props changed) head/japanese/p5-Jcode/Makefile (contents, props changed) head/japanese/p5-Lingua-JA-Kana/Makefile (contents, props changed) head/japanese/p5-Lingua-JA-Summarize-Extract/Makefile (contents, props changed) head/japanese/p5-Text-MeCab/Makefile (contents, props changed) head/japanese/p5-Unicode-Japanese/Makefile (contents, props changed) head/japanese/p5-WWW-MobileCarrierJP/Makefile (contents, props changed) head/japanese/tomoe/Makefile Modified: head/irc/epic4/Makefile ============================================================================== --- head/irc/epic4/Makefile Mon Sep 16 15:19:15 2013 (r327409) +++ head/irc/epic4/Makefile Mon Sep 16 15:42:40 2013 (r327410) @@ -23,7 +23,6 @@ USE_OPENSSL= yes SUB_FILES= pkg-message PLIST_SUB+= PORTVERSION=${PORTVERSION} USE_BZIP2= yes -WANT_PERL= yes CFLAGS:= ${CFLAGS:C/-O2/-g -O/g} OPTIONS_DEFINE= IPV6 TCL PERL SSL TERMCAP DOCS @@ -51,7 +50,7 @@ CONFIGURE_ARGS+= --without-tcl # SITE_PERL and PERL_VERSION to create the path. # .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 CONFIGURE_ARGS+= --with-perl=${SITE_PERL}/../../${PERL_VERSION}/mach/CORE .else CONFIGURE_ARGS+= --without-perl Modified: head/irc/hexchat/Makefile ============================================================================== --- head/irc/hexchat/Makefile Mon Sep 16 15:19:15 2013 (r327409) +++ head/irc/hexchat/Makefile Mon Sep 16 15:42:40 2013 (r327410) @@ -14,13 +14,11 @@ LICENSE= GPLv2 LIB_DEPENDS= proxy:${PORTSDIR}/net/libproxy USE_XZ= yes -USES= desktop-file-utils pathfix pkgconfig +USES= desktop-file-utils pathfix pkgconfig gmake USE_GNOME= gtk20 libxml2 -WANT_PERL= yes USE_AUTOTOOLS= automake autoconf libtool GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-gtkfe --disable-sysinfo -USE_GMAKE= yes INSTALLS_ICONS= yes LDFLAGS+= -pthread @@ -111,7 +109,7 @@ PLIST_SUB+= PYTHON="@comment " .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 CONFIGURE_ARGS+=--enable-perl PLIST_SUB+= PERL="" .else Modified: head/irc/inspircd/Makefile ============================================================================== --- head/irc/inspircd/Makefile Mon Sep 16 15:19:15 2013 (r327409) +++ head/irc/inspircd/Makefile Mon Sep 16 15:42:40 2013 (r327410) @@ -35,7 +35,8 @@ SUB_LIST+= PORTNAME=${PORTNAME} \ GROUPS=${GROUPS} # Configure script is written in perl -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-cc=${CXX} --config-dir=${ETCDIR} \ Modified: head/irc/ircd-ratbox-devel/Makefile ============================================================================== --- head/irc/ircd-ratbox-devel/Makefile Mon Sep 16 15:19:15 2013 (r327409) +++ head/irc/ircd-ratbox-devel/Makefile Mon Sep 16 15:42:40 2013 (r327410) @@ -15,11 +15,12 @@ LICENSE= GPLv2 CONFLICTS= ircd-ratbox-[0-9]* charybdis-[0-9]* +USES= perl5 USE_BZIP2= yes #MAN8= ircd.8 USE_RC_SUBR= ircd-ratbox USE_SQLITE= 3 -USE_PERL5_BUILD= yes +USE_PERL5= build USE_LDCONFIG= ${PREFIX}/lib/ircd-ratbox USERS= ircd Modified: head/irc/irssi/Makefile ============================================================================== --- head/irc/irssi/Makefile Mon Sep 16 15:19:15 2013 (r327409) +++ head/irc/irssi/Makefile Mon Sep 16 15:42:40 2013 (r327410) @@ -13,11 +13,9 @@ LIB_DEPENDS= glib-2:${PORTSDIR}/devel/gl CONFLICTS= irssi-devel-[0-9]* zh-irssi-[0-9]* -USES= pkgconfig ncurses +USES= pkgconfig ncurses gmake USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -WANT_PERL= yes MAN1= irssi.1 @@ -40,7 +38,7 @@ USE_OPENSSL= yes # Process options. .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 CONFIGURE_ARGS+= --with-perl-lib=site PLIST_SUB+= WITH_PERL="" .else Modified: head/irc/xchat-gnome/Makefile ============================================================================== --- head/irc/xchat-gnome/Makefile Mon Sep 16 15:19:15 2013 (r327409) +++ head/irc/xchat-gnome/Makefile Mon Sep 16 15:42:40 2013 (r327410) @@ -72,7 +72,7 @@ PLIST_SUB+= TCL="@comment " .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 CONFIGURE_ARGS+=--enable-perl PLIST_SUB+= PERL="" .else Modified: head/japanese/p5-Date-Japanese-Holiday/Makefile ============================================================================== --- head/japanese/p5-Date-Japanese-Holiday/Makefile Mon Sep 16 15:19:15 2013 (r327409) +++ head/japanese/p5-Date-Japanese-Holiday/Makefile Mon Sep 16 15:42:40 2013 (r327410) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-Date-Calc>5.3:${PORTSDIR p5-Time-modules>0.01:${PORTSDIR}/devel/p5-Time-modules BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Date::Japanese::Holiday.3 Modified: head/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile ============================================================================== --- head/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile Mon Sep 16 15:19:15 2013 (r327409) +++ head/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile Mon Sep 16 15:42:40 2013 (r327410) @@ -24,7 +24,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PO RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DateTime::Calendar::Japanese::Era.3 Modified: head/japanese/p5-DateTime-Format-Japanese/Makefile ============================================================================== --- head/japanese/p5-DateTime-Format-Japanese/Makefile Mon Sep 16 15:19:15 2013 (r327409) +++ head/japanese/p5-DateTime-Format-Japanese/Makefile Mon Sep 16 15:42:40 2013 (r327410) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DateTime::Format::Japanese.3 \ DateTime::Format::Japanese::Common.3 \ Modified: head/japanese/p5-Encode-EUCJPMS/Makefile ============================================================================== --- head/japanese/p5-Encode-EUCJPMS/Makefile Mon Sep 16 15:19:15 2013 (r327409) +++ head/japanese/p5-Encode-EUCJPMS/Makefile Mon Sep 16 15:42:40 2013 (r327410) @@ -14,7 +14,8 @@ MASTER_SITES= CPAN MAINTAINER= knu@FreeBSD.org COMMENT= A Perl5 module defining Microsoft compatible encodings for Japanese -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure post-install: @${CAT} ${PKGMESSAGE} Modified: head/japanese/p5-Encode-JP-Mobile/Makefile ============================================================================== --- head/japanese/p5-Encode-JP-Mobile/Makefile Mon Sep 16 15:19:15 2013 (r327409) +++ head/japanese/p5-Encode-JP-Mobile/Makefile Mon Sep 16 15:42:40 2013 (r327410) @@ -15,7 +15,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= \ p5-YAML>0:${PORTSDIR}/textproc/p5-YAML -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/japanese/p5-HTML-MobileJp/Makefile ============================================================================== --- head/japanese/p5-HTML-MobileJp/Makefile Mon Sep 16 15:19:15 2013 (r327409) +++ head/japanese/p5-HTML-MobileJp/Makefile Mon Sep 16 15:42:40 2013 (r327410) @@ -23,7 +23,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Base>0:${PORTSDIR}/devel/p5-Test-Base \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::MobileJp.3 \ HTML::MobileJp::Plugin::GPS.3 \ Modified: head/japanese/p5-Jcode/Makefile ============================================================================== --- head/japanese/p5-Jcode/Makefile Mon Sep 16 15:19:15 2013 (r327409) +++ head/japanese/p5-Jcode/Makefile Mon Sep 16 15:42:40 2013 (r327410) @@ -13,7 +13,9 @@ MASTER_SITES= CPAN MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension interface to convert Japanese text -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure + MAN3= Jcode.3 Jcode::Nihongo.3 .include Modified: head/japanese/p5-Lingua-JA-Kana/Makefile ============================================================================== --- head/japanese/p5-Lingua-JA-Kana/Makefile Mon Sep 16 15:19:15 2013 (r327409) +++ head/japanese/p5-Lingua-JA-Kana/Makefile Mon Sep 16 15:42:40 2013 (r327410) @@ -13,7 +13,8 @@ MASTER_SITES= CPAN MAINTAINER= kuriyama@FreeBSD.org COMMENT= Converts between Kanas and Romaji -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ${PORTNAME:S/-/::/g}.3 Modified: head/japanese/p5-Lingua-JA-Summarize-Extract/Makefile ============================================================================== --- head/japanese/p5-Lingua-JA-Summarize-Extract/Makefile Mon Sep 16 15:19:15 2013 (r327409) +++ head/japanese/p5-Lingua-JA-Summarize-Extract/Makefile Mon Sep 16 15:42:40 2013 (r327410) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PO p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Lingua::JA::Summarize::Extract::Plugin::Sentence::Base.3 \ Lingua::JA::Summarize::Extract::Plugin::Parser::Ngram.3 \ Modified: head/japanese/p5-Text-MeCab/Makefile ============================================================================== --- head/japanese/p5-Text-MeCab/Makefile Mon Sep 16 15:19:15 2013 (r327409) +++ head/japanese/p5-Text-MeCab/Makefile Mon Sep 16 15:42:40 2013 (r327410) @@ -28,7 +28,8 @@ MAN3= Text::MeCab.3 \ Text::MeCab::Dict.3 \ Text::MeCab::Node.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS= =1.07:${PORTSDIR}/www/p5-LWP-Online \ p5-Test-Base>0:${PORTSDIR}/devel/p5-Test-Base -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= www-mobilecarrierjp-dump_all.pl.1 MAN3= WWW::MobileCarrierJP::EZWeb::PictogramInfo.3 \ Modified: head/japanese/tomoe/Makefile ============================================================================== --- head/japanese/tomoe/Makefile Mon Sep 16 15:19:15 2013 (r327409) +++ head/japanese/tomoe/Makefile Mon Sep 16 15:42:40 2013 (r327410) @@ -18,11 +18,10 @@ COMMENT= Tegaki Online MOji-ninshiki Eng USE_GNOME= lthack gnomehack GNU_CONFIGURE= yes -USES= gettext pkgconfig -USE_GMAKE= yes +USES= gettext pkgconfig gmake perl5 USE_LDCONFIG= yes USE_RUBY= yes -USE_PERL5_BUILD=yes +USE_PERL5= build BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 \ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 16:32:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 702F2730; Mon, 16 Sep 2013 16:32:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B66D2A78; Mon, 16 Sep 2013 16:32:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GGWBWZ070092; Mon, 16 Sep 2013 16:32:11 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GGW7hc070068; Mon, 16 Sep 2013 16:32:07 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161632.r8GGW7hc070068@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 16:32:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327411 - in head: comms/gnuradio comms/mgetty+sendfax math/R math/cvc3 math/maxima math/octave math/p5-Parse-Range math/proofgeneral math/pspp math/stp x11-fonts/terminus-font x11-font... 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.14 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, 16 Sep 2013 16:32:11 -0000 Author: bapt Date: Mon Sep 16 16:32:07 2013 New Revision: 327411 URL: http://svnweb.freebsd.org/changeset/ports/327411 Log: Convert to new perl framework Convert USE_GMAKE to USES Modified: head/comms/gnuradio/Makefile head/comms/mgetty+sendfax/Makefile head/math/R/Makefile head/math/cvc3/Makefile head/math/maxima/Makefile head/math/octave/Makefile head/math/p5-Parse-Range/Makefile head/math/proofgeneral/Makefile head/math/pspp/Makefile head/math/stp/Makefile head/x11-fonts/terminus-font/Makefile head/x11-fonts/wqy/Makefile head/x11/kdelibs4/Makefile head/x11/libexo/Makefile head/x11/libxfce4util/Makefile head/x11/mlterm/Makefile head/x11/xfce4-conf/Makefile head/x11/xkbset/Makefile Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/comms/gnuradio/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -32,14 +32,13 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_SITELIBDIR}/ephem/__init__.py:${PORTSDIR}/astro/pyephem\ ${PYTHON_SITELIBDIR}/PyQt4/Qt.py:${PORTSDIR}/devel/py-qt4 -USES= cmake:outsource +USES= cmake:outsource perl5 CMAKE_VERBOSE= yes DOCSDIR= share/doc/${PORTNAME}-${PORTVERSION} USE_PYTHON= 2.7+ USE_WX= 2.6+ USE_QT4= gui xml qmake moc rcc uic WX_COMPS= wx wx:build wx:run python:build python:run -USE_PERL5= yes USE_LDCONFIG= yes PLIST_SUB+= MAJOR_VERSION="3" Modified: head/comms/mgetty+sendfax/Makefile ============================================================================== --- head/comms/mgetty+sendfax/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/comms/mgetty+sendfax/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -12,7 +12,7 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= Handle external logins, send and receive faxes USE_CSTD= gnu89 -USE_PERL5= yes +USES= perl5 SUB_FILES= pkg-message mgettycfg WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/math/R/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -66,7 +66,8 @@ OPTIONS_DEFAULT+= ICU PCRE_PORT THREADS RUN_DEPENDS+= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed USE_LDCONFIG= ${PREFIX}/lib/R/lib #now only used to build the R.1 manpage: -USE_PERL5_BUILD= yes +USES+= perl5 +USE_PERL5= build MAN1= R.1 Rscript.1 Modified: head/math/cvc3/Makefile ============================================================================== --- head/math/cvc3/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/math/cvc3/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -18,12 +18,8 @@ CONFIGURE_ARGS= --enable-dynamic \ --with-extra-libs=${LOCALBASE}/lib CXXFLAGS+= -fPIC GNU_CONFIGURE= yes -USES= bison -USE_GMAKE= yes +USES= bison gmake perl5 USE_LDCONFIG= yes -USE_PERL5= yes - -.include post-patch: ${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' ${WRKSRC}/Makefile.std @@ -33,4 +29,4 @@ post-patch: post-install: ${INSTALL_PROGRAM} `readlink ${WRKSRC}/bin/cvc3` ${PREFIX}/bin -.include +.include Modified: head/math/maxima/Makefile ============================================================================== --- head/math/maxima/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/math/maxima/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -19,8 +19,9 @@ RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash USE_TK = 84+ +USES= gmake perl5 USE_GMAKE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build USE_PYTHON_BUILD= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} \ Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/math/octave/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -32,10 +32,9 @@ LIB_DEPENDS= GraphicsMagick:${PORTSDIR}/ umfpack.1:${PORTSDIR}/math/suitesparse \ glpk:${PORTSDIR}/math/glpk -USES= charsetfix pkgconfig +USES= charsetfix gmake perl5 pkgconfig USE_BZIP2= yes -USE_PERL5_BUILD=yes -USE_GMAKE= yes +USE_PERL5= build USE_TEX= dvipsk:build GNU_CONFIGURE= yes #USE_AUTOTOOLS= autoconf Modified: head/math/p5-Parse-Range/Makefile ============================================================================== --- head/math/p5-Parse-Range/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/math/p5-Parse-Range/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -20,10 +20,9 @@ BUILD_DEPENDS= p5-Module-Build>=0.4:${PO RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Parse::Range.3 -.include - -.include +.include Modified: head/math/proofgeneral/Makefile ============================================================================== --- head/math/proofgeneral/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/math/proofgeneral/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -20,9 +20,8 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/b RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme USE_EMACS= yes -USE_GMAKE= yes INSTALLS_ICONS= yes -USE_PERL5= yes +USES= gmake perl5 .include Modified: head/math/pspp/Makefile ============================================================================== --- head/math/pspp/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/math/pspp/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -16,8 +16,8 @@ LIB_DEPENDS= plot.4:${PORTSDIR}/graphics OPTIONS_DEFINE= GUI PGSQL USE_GNOME= libxml2 -USE_PERL5_BUILD=yes -USES= iconv +USE_PERL5= build +USES= iconv gmake perl5 USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/math/stp/Makefile ============================================================================== --- head/math/stp/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/math/stp/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -12,10 +12,9 @@ COMMENT= A Decision Procedure for Bitvec LICENSE= MIT -USES= bison +USES= bison gmake perl5 USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build CONFIGURE_SCRIPT= scripts/configure CONFIGURE_ARGS= --with-prefix=${PREFIX} \ Modified: head/x11-fonts/terminus-font/Makefile ============================================================================== --- head/x11-fonts/terminus-font/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/x11-fonts/terminus-font/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -1,9 +1,5 @@ -# New ports collection makefile for: terminus-font -# Date Created: 04 Nov 2002 -# Whom: Michael Hsin -# +# Created by: Michael Hsin # $FreeBSD$ -# PORTNAME= terminus-font PORTVERSION= 4.38 @@ -18,8 +14,8 @@ BUILD_DEPENDS= mkitalic:${PORTSDIR}/x11- mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir -USE_PERL5_BUILD=yes -USE_GMAKE= yes +USES= gmake perl5 +USE_PERL5= build OPTIONS_DEFINE= AO2 DV1 GE2 GQ2 IJ1 KA2 HI2 LL2 TD1 AO2_DESC= Variant of letter 'a' Modified: head/x11-fonts/wqy/Makefile ============================================================================== --- head/x11-fonts/wqy/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/x11-fonts/wqy/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wqy font -# Date created: 11 May 2005 -# Whom: Dryice Liu -# +# Created by: Dryice Liu # $FreeBSD$ -# PORTNAME= wqy-fonts PORTVERSION= 20100803 @@ -29,7 +25,8 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11- fc-cache:${PORTSDIR}/x11-fonts/fontconfig USE_XORG= x11 -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build FONTSDIR= lib/X11/fonts/wqy CONFDDIR= etc/fonts/conf.d Modified: head/x11/kdelibs4/Makefile ============================================================================== --- head/x11/kdelibs4/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/x11/kdelibs4/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -42,9 +42,8 @@ USE_FAM= yes USE_GNOME= libxml2 libxslt USE_KDE4= kdehier kdeprefix oxygen \ attica automoc4 ontologies sharedmime soprano strigi -USES= cmake:outsource gettext +USES= cmake:outsource gettext perl5 USE_OPENSSL= yes -USE_PERL5= yes USE_QT4= corelib dbus declarative designer_build gui \ network opengl phonon qt3support \ qtestlib script sql svg webkit xml \ Modified: head/x11/libexo/Makefile ============================================================================== --- head/x11/libexo/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/x11/libexo/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -23,13 +23,11 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME: GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= glib20 gtk20 intltool intlhack USE_LDCONFIG= yes -USE_PERL5= yes USE_XFCE= configenv libmenu libutil USE_XORG= x11 -USES= desktop-file-utils pathfix pkgconfig +USES= desktop-file-utils gmake pathfix perl5 pkgconfig OPTIONS_DEFINE= DOCS NLS Modified: head/x11/libxfce4util/Makefile ============================================================================== --- head/x11/libxfce4util/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/x11/libxfce4util/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -13,12 +13,10 @@ COMMENT= Extension library for the Xfce GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= glib20 intltool intlhack -USE_PERL5= yes USE_LDCONFIG= yes USE_XFCE= configenv -USES= pathfix pkgconfig +USES= gmake pathfix perl5 pkgconfig OPTIONS_DEFINE= NLS DOCS Modified: head/x11/mlterm/Makefile ============================================================================== --- head/x11/mlterm/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/x11/mlterm/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -15,8 +15,8 @@ USE_XORG= sm USE_GNOME= gtk20 lthack vte USE_AUTOTOOLS= libtool LIBTOOLFILES= configure kiklib/configure mkf/configure -USE_PERL5_BUILD=yes -USES= gettext pkgconfig +USE_PERL5= build +USES= gettext pkgconfig perl5 CONFIGURE_ARGS= --with-imagelib=gdk-pixbuf2 --enable-utmp \ --enable-optimize-redrawing \ --with-tools="mlclient,mlconfig,mlterm-menu,mlcc,w3mmlconfig,mlimgloader" \ Modified: head/x11/xfce4-conf/Makefile ============================================================================== --- head/x11/xfce4-conf/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/x11/xfce4-conf/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -17,13 +17,12 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/dev GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= glib20 gtk20 intltool intlhack USE_LDCONFIG= yes -USE_PERL5_BUILD= yes +USE_PERL5= build USE_XFCE= configenv libutil USE_XORG= x11 -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig perl5 OPTIONS_DEFINE= DOCS PERL NLS Modified: head/x11/xkbset/Makefile ============================================================================== --- head/x11/xkbset/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/x11/xkbset/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -12,7 +12,8 @@ COMMENT= Manage various XKB features of MAN1= xkbset.1 USE_XORG= x11 -USE_PERL5_BUILD= yes +USE_PERL5= build +USES= perl5 MAKE_ARGS= X11BASE="${LOCALBASE}" X11PREFIX="${PREFIX}" \ INSTALL_DATA="${INSTALL_DATA}" \ From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 16:34:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C1ED6826; Mon, 16 Sep 2013 16:34:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A079A2A8A; Mon, 16 Sep 2013 16:34:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GGYBbk071049; Mon, 16 Sep 2013 16:34:11 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GGYB1C071046; Mon, 16 Sep 2013 16:34:11 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161634.r8GGYB1C071046@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 16:34:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327412 - in head/lang: ruby18 ruby19 ruby20 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.14 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, 16 Sep 2013 16:34:11 -0000 Author: bapt Date: Mon Sep 16 16:34:10 2013 New Revision: 327412 URL: http://svnweb.freebsd.org/changeset/ports/327412 Log: Only the default package will be named ruby- now, to stop confusing users Approved by: ruby (swills) Modified: head/lang/ruby18/Makefile head/lang/ruby19/Makefile head/lang/ruby20/Makefile Modified: head/lang/ruby18/Makefile ============================================================================== --- head/lang/ruby18/Makefile Mon Sep 16 16:32:07 2013 (r327411) +++ head/lang/ruby18/Makefile Mon Sep 16 16:34:10 2013 (r327412) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby18 -# Date created: 6 May 2001 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= ruby PORTVERSION= ${RUBY_PORTVERSION} @@ -59,25 +55,14 @@ _SUF2= ,${PORTEPOCH} _SUF1= _${PORTREVISION} .endif -PKGNAMESUFFIX= #empty - -# -# pthreads in earlier versions has problems with malloc after fork -# -.if ${OSVERSION} < 702000 -WITHOUT_PTHREADS= yes -.endif - .if defined(WITHOUT_PTHREADS) CONFIGURE_ARGS+=--disable-pthread -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}+nopthreads .else LDFLAGS+= ${PTHREAD_LIBS} CONFIGURE_ARGS+=--enable-pthread .endif .if ${PORT_OPTIONS:MONIGURUMA} -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}+oniguruma BUILD_DEPENDS+= ${NONEXISTENT}:${ONIGURUMA_PORTDIR}:patch ONIGURUMA_PORTDIR=${PORTSDIR}/devel/oniguruma ONIGURUMA_WRKSRC=`cd ${ONIGURUMA_PORTDIR}; ${MAKE} -V WRKSRC` @@ -99,6 +84,7 @@ CONFIGURE_ARGS+= --disable-install-doc MLINKS= ${RUBY_NAME}.1 ruby.1 PLIST_SUB+= IF_DEFAULT="" .else +PKGNAMESUFFIX= ${RUBY_VER:C/\.//} PLIST_SUB+= IF_DEFAULT="@comment " .endif Modified: head/lang/ruby19/Makefile ============================================================================== --- head/lang/ruby19/Makefile Mon Sep 16 16:32:07 2013 (r327411) +++ head/lang/ruby19/Makefile Mon Sep 16 16:34:10 2013 (r327412) @@ -60,7 +60,6 @@ _SUF2= ,${PORTEPOCH} _SUF1= _${PORTREVISION} .endif -PKGNAMESUFFIX= #empty CFLAGS+= ${PTHREAD_CFLAGS} # Keep this, else ruby will fail to load LDFLAGS+= ${PTHREAD_LIBS} # libraries dependent op libpthread. @@ -81,6 +80,7 @@ CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/in MLINKS= ${RUBY_NAME}.1 ruby.1 PLIST_SUB+= IF_DEFAULT="" .else +PKGNAMESUFFIX= ${RUBY_VER:C/\.//} PLIST_SUB+= IF_DEFAULT="@comment " .endif Modified: head/lang/ruby20/Makefile ============================================================================== --- head/lang/ruby20/Makefile Mon Sep 16 16:32:07 2013 (r327411) +++ head/lang/ruby20/Makefile Mon Sep 16 16:34:10 2013 (r327412) @@ -60,7 +60,6 @@ _SUF2= ,${PORTEPOCH} _SUF1= _${PORTREVISION} .endif -PKGNAMESUFFIX= #empty CFLAGS+= ${PTHREAD_CFLAGS} # Keep this, else ruby will fail to load LDFLAGS+= ${PTHREAD_LIBS} # libraries dependent op libpthread. @@ -85,6 +84,7 @@ CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/in MLINKS= ${RUBY_NAME}.1 ruby.1 PLIST_SUB+= IF_DEFAULT="" .else +PKGNAMESUFFIX= ${RUBY_VER:C/\.//} PLIST_SUB+= IF_DEFAULT="@comment " .endif From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 16:37:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 10487941; Mon, 16 Sep 2013 16:37:01 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F09F42AB0; Mon, 16 Sep 2013 16:37:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GGb069072465; Mon, 16 Sep 2013 16:37:00 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GGaxPj072442; Mon, 16 Sep 2013 16:36:59 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309161636.r8GGaxPj072442@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 16 Sep 2013 16:36:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327413 - in head/devel/ucommon: . 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.14 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, 16 Sep 2013 16:37:01 -0000 Author: gahr Date: Mon Sep 16 16:36:59 2013 New Revision: 327413 URL: http://svnweb.freebsd.org/changeset/ports/327413 Log: - Update to 6.0.7 - Fix build with libc++ [1] - Switch build type to CMake Change log: from ucommon 6.0.6 to 6.0.7 - error state in fsys open fixed - fsys error reset inline added from ucommon 6.0.5 to 6.0.6 - small cleanup of useless validator assignments - fix gnutls casting and warnings - modernized automake support from ucommon 6.0.4 to 6.0.5 - additional constructors to pass pre-allocated memory from ucommon 6.0.3 to 6.0.4 - fix for address list comparison issue Reported by: pkg-fallout [1] Added: head/devel/ucommon/files/patch-CMakeLists.txt (contents, props changed) head/devel/ucommon/files/patch-commoncpp_address.cpp (contents, props changed) Modified: head/devel/ucommon/Makefile head/devel/ucommon/distinfo head/devel/ucommon/pkg-plist Modified: head/devel/ucommon/Makefile ============================================================================== --- head/devel/ucommon/Makefile Mon Sep 16 16:34:10 2013 (r327412) +++ head/devel/ucommon/Makefile Mon Sep 16 16:36:59 2013 (r327413) @@ -2,34 +2,27 @@ # $FreeBSD$ PORTNAME= ucommon -PORTVERSION= 6.0.3 +PORTVERSION= 6.0.7 CATEGORIES= devel -MASTER_SITES= http://www.gnutelephony.org/dist/tarballs/ \ - http://www.da3m0n8t3r.com/gnutelephony/www.gnutelephony.org/dist/tarballs/ +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= commoncpp MAINTAINER= gahr@FreeBSD.org COMMENT= Very lightweight C++ design pattern library LICENSE= LGPL3 -USES= pathfix pkgconfig +USES= pathfix pkgconfig cmake:outsource +CMAKE_ARGS+= -DBUILD_TESTING:BOOL=ON \ + -DINSTALL_BINDIR:STRING=bin/${PORTNAME} USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--bindir=${PREFIX}/bin/${PORTNAME} MAN1= args.1 car.1 commoncpp-config.1 mdsum.1 pdetach.1 \ scrub-files.1 sockaddr.1 ucommon-config.1 zerofill.1 .include -.if ${OSVERSION} < 1000000 -post-patch: - ${REINPLACE_CMD} -e '/HAVE_OPENSSL_FIPS_H/s/define/undef/' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} - -.endif - regression-test: build - cd ${WRKSRC}/test && ${MAKE} check + cd ${BUILD_WRKSRC}/test && ${MAKE} test .include Modified: head/devel/ucommon/distinfo ============================================================================== --- head/devel/ucommon/distinfo Mon Sep 16 16:34:10 2013 (r327412) +++ head/devel/ucommon/distinfo Mon Sep 16 16:36:59 2013 (r327413) @@ -1,2 +1,2 @@ -SHA256 (ucommon-6.0.3.tar.gz) = 228f3a0fa78173e9fa43e154250a7ed4f1e5be720a81fd2768506c088190c432 -SIZE (ucommon-6.0.3.tar.gz) = 806841 +SHA256 (ucommon-6.0.7.tar.gz) = 7d5cc5385c4d04e092c4e159522bc42d44cc0105fb499c0e960863f32a649be6 +SIZE (ucommon-6.0.7.tar.gz) = 826102 Added: head/devel/ucommon/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ucommon/files/patch-CMakeLists.txt Mon Sep 16 16:36:59 2013 (r327413) @@ -0,0 +1,36 @@ +--- CMakeLists.txt.orig 2013-07-28 12:32:06.000000000 +0200 ++++ CMakeLists.txt 2013-09-16 18:29:12.000000000 +0200 +@@ -30,7 +30,9 @@ + # when we override default install prefix, assume full path is used... + + set(INSTALL_INCLUDEDIR include) +-set(INSTALL_BINDIR bin) ++if (NOT INSTALL_BINDIR) ++ set(INSTALL_BINDIR bin) ++endif () + + if(WIN32) + set(INSTALL_MANDIR man) +@@ -50,7 +52,7 @@ + endif() + endif() + set(INSTALL_SBINDIR sbin) +- set(INSTALL_MANDIR share/man) ++ set(INSTALL_MANDIR man) + set(INSTALL_LOCALE share/locale) + set(INSTALL_DOCDIR share/doc/${PROJECT_NAME}) + set(INSTALL_INFODIR share/info) +@@ -566,11 +568,11 @@ + endif() + + if(NOT WIN32) +- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc DESTINATION ${INSTALL_LIBDIR}/pkgconfig) ++ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc DESTINATION libdata/pkgconfig) + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ucommon-config DESTINATION ${INSTALL_BINDIR}) + if(BUILD_STDLIB) + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/commoncpp-config DESTINATION ${INSTALL_BINDIR}) +- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/commoncpp.pc DESTINATION ${INSTALL_LIBDIR}/pkgconfig) ++ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/commoncpp.pc DESTINATION libdata/pkgconfig) + endif() + endif(NOT WIN32) + Added: head/devel/ucommon/files/patch-commoncpp_address.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ucommon/files/patch-commoncpp_address.cpp Mon Sep 16 16:36:59 2013 (r327413) @@ -0,0 +1,20 @@ +--- commoncpp/address.cpp.orig 2013-09-16 17:58:54.000000000 +0200 ++++ commoncpp/address.cpp 2013-09-16 17:59:55.000000000 +0200 +@@ -1062,7 +1062,7 @@ + #endif + + memset(&netmask, 0, sizeof(netmask)); +- bitset((bit_t *)&netmask, getMask(cp)); ++ ::bitset((bit_t *)&netmask, getMask(cp)); + setString(cbuf, sizeof(cbuf), cp); + + ep = (char *)strchr(cp, '/'); +@@ -1192,7 +1192,7 @@ + char *ep; + + memset(&netmask, 0, sizeof(netmask)); +- bitset((bit_t *)&netmask, getMask(cp)); ++ ::bitset((bit_t *)&netmask, getMask(cp)); + setString(cbuf, sizeof(cbuf), cp); + ep = (char *)strchr(cp, '/'); + if(ep) Modified: head/devel/ucommon/pkg-plist ============================================================================== --- head/devel/ucommon/pkg-plist Mon Sep 16 16:34:10 2013 (r327412) +++ head/devel/ucommon/pkg-plist Mon Sep 16 16:36:59 2013 (r327413) @@ -61,18 +61,15 @@ include/ucommon/ucommon.h include/ucommon/unicode.h include/ucommon/vector.h include/ucommon/xml.h -lib/libcommoncpp.a -lib/libcommoncpp.la lib/libcommoncpp.so lib/libcommoncpp.so.6 -lib/libucommon.a -lib/libucommon.la +lib/libcommoncpp.so.6.0.7 lib/libucommon.so lib/libucommon.so.6 -lib/libusecure.a -lib/libusecure.la +lib/libucommon.so.6.0.7 lib/libusecure.so lib/libusecure.so.6 +lib/libusecure.so.6.0.7 libdata/pkgconfig/commoncpp.pc libdata/pkgconfig/ucommon.pc @dirrm include/ucommon From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 16:45:39 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BFE13DA9; Mon, 16 Sep 2013 16:45:39 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A98222B4A; Mon, 16 Sep 2013 16:45:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GGjdeI077005; Mon, 16 Sep 2013 16:45:39 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GGjZl0076945; Mon, 16 Sep 2013 16:45:35 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161645.r8GGjZl0076945@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 16:45:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327414 - in head: emulators/qemu emulators/qemu-devel math/asymptote math/fftw3 math/gotoblas math/isabelle math/mtl math/oleo math/polymake math/yacas security/fcheck security/ftimes ... 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.14 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, 16 Sep 2013 16:45:39 -0000 Author: bapt Date: Mon Sep 16 16:45:35 2013 New Revision: 327414 URL: http://svnweb.freebsd.org/changeset/ports/327414 Log: Convert to new perl framework Convert USE_GMAKE to USES Modified: head/emulators/qemu-devel/Makefile head/emulators/qemu/Makefile head/math/asymptote/Makefile head/math/fftw3/Makefile head/math/gotoblas/Makefile head/math/isabelle/Makefile head/math/mtl/Makefile head/math/oleo/Makefile head/math/polymake/Makefile head/math/yacas/Makefile head/security/fcheck/Makefile head/security/ftimes/Makefile head/security/gnomint/Makefile head/security/krb5-appl/Makefile head/security/lasso/Makefile head/security/openpgpsdk/Makefile head/security/openssl/Makefile head/security/vpnc/Makefile head/ukrainian/ispell/Makefile Modified: head/emulators/qemu-devel/Makefile ============================================================================== --- head/emulators/qemu-devel/Makefile Mon Sep 16 16:36:59 2013 (r327413) +++ head/emulators/qemu-devel/Makefile Mon Sep 16 16:45:35 2013 (r327414) @@ -18,8 +18,8 @@ LIB_DEPENDS= pixman-1:${PORTSDIR}/x11/pi HAS_CONFIGURE= yes USE_BZIP2= yes -USES= gmake pkgconfig bison -USE_PERL5_BUILD= yes +USES= gmake pkgconfig bison perl5 +USE_PERL5= build USE_PYTHON_BUILD= -2.7 USE_GNOME+= glib20 PATCH_STRIP= -p1 Modified: head/emulators/qemu/Makefile ============================================================================== --- head/emulators/qemu/Makefile Mon Sep 16 16:36:59 2013 (r327413) +++ head/emulators/qemu/Makefile Mon Sep 16 16:45:35 2013 (r327414) @@ -15,8 +15,8 @@ COMMENT= QEMU CPU Emulator HAS_CONFIGURE= yes USE_GCC= any -USE_GMAKE= yes -USE_PERL5_BUILD= yes +USES= gmake perl5 +USE_PERL5= build PATCH_STRIP= -p1 MAKE_ENV+= BSD_MAKE="${MAKE}" MAN1= qemu.1 qemu-img.1 Modified: head/math/asymptote/Makefile ============================================================================== --- head/math/asymptote/Makefile Mon Sep 16 16:36:59 2013 (r327413) +++ head/math/asymptote/Makefile Mon Sep 16 16:45:35 2013 (r327414) @@ -27,8 +27,8 @@ CONFIGURE_ARGS= --disable-gc USE_GHOSTSCRIPT=yes USE_TEX= latex USE_GL= glut -USE_GMAKE= yes -USE_PERL5_BUILD= yes +USES= gmake perl5 +USE_PERL5= build USE_PYTHON= yes MAKE_JOBS_UNSAFE= yes Modified: head/math/fftw3/Makefile ============================================================================== --- head/math/fftw3/Makefile Mon Sep 16 16:36:59 2013 (r327413) +++ head/math/fftw3/Makefile Mon Sep 16 16:45:35 2013 (r327414) @@ -19,8 +19,8 @@ FFTW3_FLAVOR?= default FFTW3_SUFX= GNU_CONFIGURE= yes -USES= pathfix pkgconfig -USE_PERL5_BUILD=yes +USES= pathfix perl5 pkgconfig +USE_PERL5= build USE_LDCONFIG= yes CONFIGURE_ARGS = --enable-shared --enable-threads --disable-fortran Modified: head/math/gotoblas/Makefile ============================================================================== --- head/math/gotoblas/Makefile Mon Sep 16 16:36:59 2013 (r327413) +++ head/math/gotoblas/Makefile Mon Sep 16 16:45:35 2013 (r327414) @@ -29,7 +29,8 @@ USE_GMAKE= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/GotoBLAS2 -USE_PERL5_BUILD= yes +USES= gmake perl5 +USE_PERL5= build USE_FORTRAN= yes GOTOLIBS= libgoto2 libgoto2p GOTOFILES= ${GOTOLIBS:S|$|.so|} ${GOTOLIBS:S|$|.so.1|} ${GOTOLIBS:S|$|.a|} Modified: head/math/isabelle/Makefile ============================================================================== --- head/math/isabelle/Makefile Mon Sep 16 16:36:59 2013 (r327413) +++ head/math/isabelle/Makefile Mon Sep 16 16:45:35 2013 (r327414) @@ -29,7 +29,7 @@ HOL_TLA_DESC= Build optional heap: TLA HOL_HOL4_DESC= Build optional heap: HOL4 EMACS_PKG_DESC= Build with Emacs Packages -USE_PERL5= yes +USES= perl5 .include @@ -39,10 +39,10 @@ DISTFILES= ${DISTNAME}.tar.gz \ .endif .if ${PORT_OPTIONS:MEMACS_PKG} - USE_EMACS= yes # for EMACS_SITE_LISPDIR - EMACS_NO_BUILD_DEPENDS=yes - EMACS_NO_RUN_DEPENDS=yes - RUN_DEPENDS+= proofgeneral:${PORTSDIR}/math/proofgeneral +USE_EMACS= yes # for EMACS_SITE_LISPDIR +EMACS_NO_BUILD_DEPENDS=yes +EMACS_NO_RUN_DEPENDS=yes +RUN_DEPENDS+= proofgeneral:${PORTSDIR}/math/proofgeneral .else .endif Modified: head/math/mtl/Makefile ============================================================================== --- head/math/mtl/Makefile Mon Sep 16 16:36:59 2013 (r327413) +++ head/math/mtl/Makefile Mon Sep 16 16:45:35 2013 (r327414) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: mtl -# Date created: Mar 15, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= mtl DISTVERSION= 2.1.2-23.tentative @@ -23,7 +18,8 @@ CONFIGURE_ENV= CXXCPP="${CXXCPP}" CXXCPP?= ${CXX} -E GNU_CONFIGURE= yes NO_BUILD= yes -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build WRKSRC = ${WRKDIR}/${DISTNAME:R} post-patch: Modified: head/math/oleo/Makefile ============================================================================== --- head/math/oleo/Makefile Mon Sep 16 16:36:59 2013 (r327413) +++ head/math/oleo/Makefile Mon Sep 16 16:45:35 2013 (r327414) @@ -11,8 +11,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gahr@FreeBSD.org COMMENT= The GNU spreadsheet for X11 and terminals -USE_PERL5_BUILD= yes -USES= bison +USE_PERL5= build +USES= bison perl5 USE_AUTOTOOLS= autoconf213 CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include Modified: head/math/polymake/Makefile ============================================================================== --- head/math/polymake/Makefile Mon Sep 16 16:36:59 2013 (r327413) +++ head/math/polymake/Makefile Mon Sep 16 16:45:35 2013 (r327414) @@ -1,9 +1,5 @@ -# New ports collection makefile for: polymake -# Date created: 21 December 2004 -# Whom: Ewgenij Gawrilow -# +# Created by: Ewgenij Gawrilow # $FreeBSD$ -# PORTNAME= polymake PORTVERSION= 2.9.9 @@ -25,9 +21,8 @@ RUN_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ readline.[56]:${PORTSDIR}/devel/readline -USE_GMAKE= yes +USES= gmake perl5 USE_BZIP2= yes -USE_PERL5= yes USE_GCC= 4.2+ USE_JAVA= yes JAVA_BUILD= yes Modified: head/math/yacas/Makefile ============================================================================== --- head/math/yacas/Makefile Mon Sep 16 16:36:59 2013 (r327413) +++ head/math/yacas/Makefile Mon Sep 16 16:45:35 2013 (r327414) @@ -16,8 +16,8 @@ OPTIONS_DEFINE= TESTS DOCS OPTIONS_DEFAULT= TESTS TESTS_DESC= Run bundled self-tests after build -USE_PERL5_BUILD=yes -USE_GMAKE= yes +USES= gmake perl5 +USE_PERL5= build #USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes Modified: head/security/fcheck/Makefile ============================================================================== --- head/security/fcheck/Makefile Mon Sep 16 16:36:59 2013 (r327413) +++ head/security/fcheck/Makefile Mon Sep 16 16:45:35 2013 (r327414) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fcheck -# Date created: 2008-01-31 -# Whom: Lars Engels -# +# Created by: Lars Engels # $FreeBSD$ -# PORTNAME= fcheck PORTVERSION= 2.07.59 @@ -20,7 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= * PLIST_FILES= sbin/${PORTNAME} etc/${PORTNAME}.cfg.sample NO_BUILD= YES -USE_PERL5= YES +USES= perl5 .include Modified: head/security/ftimes/Makefile ============================================================================== --- head/security/ftimes/Makefile Mon Sep 16 16:36:59 2013 (r327413) +++ head/security/ftimes/Makefile Mon Sep 16 16:45:35 2013 (r327414) @@ -14,7 +14,7 @@ LICENSE= BSD AL2 MIT LICENSE_COMB= multi GNU_CONFIGURE= yes -USE_PERL5= yes +USES= perl5 MAN1= ftimes.1 MAN3= FTimes::EadRoutines.3 FTimes::Properties.3 Modified: head/security/gnomint/Makefile ============================================================================== --- head/security/gnomint/Makefile Mon Sep 16 16:36:59 2013 (r327413) +++ head/security/gnomint/Makefile Mon Sep 16 16:45:35 2013 (r327414) @@ -11,17 +11,14 @@ MAINTAINER= kevinz5000@gmail.com COMMENT= X.509 Certification Authority management tool LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ gnutls:${PORTSDIR}/security/gnutls \ sqlite3:${PORTSDIR}/databases/sqlite3 GNU_CONFIGURE= yes -USES= pkgconfig -USE_GMAKE= yes +USES= gmake perl5 pkgconfig USE_GNOME= gconf2 gdkpixbuf2 glib20 gtk20 -USE_PERL5= yes CFLAGS:= ${CFLAGS:C/-Werror//} Modified: head/security/krb5-appl/Makefile ============================================================================== --- head/security/krb5-appl/Makefile Mon Sep 16 16:36:59 2013 (r327413) +++ head/security/krb5-appl/Makefile Mon Sep 16 16:45:35 2013 (r327414) @@ -22,8 +22,8 @@ CONFLICTS= krb4-[0-9]* krb5-1.[0-7].* h LATEST_LINK= ${PORTNAME}-1 KERBEROSV_URL= http://web.mit.edu/kerberos/ USE_OPENSSL= yes -USE_GMAKE= yes -USE_PERL5_BUILD= yes +USES= gmake perl5 +USE_PERL5= build USE_LDCONFIG= yes USE_CSTD= gnu89 USE_AUTOTOOLS= libtool autoheader autoconf Modified: head/security/lasso/Makefile ============================================================================== --- head/security/lasso/Makefile Mon Sep 16 16:36:59 2013 (r327413) +++ head/security/lasso/Makefile Mon Sep 16 16:45:35 2013 (r327414) @@ -28,7 +28,7 @@ OPTIONS_DEFINE= PERL PHP PYTHON .if !empty(PORT_OPTIONS:MPERL) CONFIGURE_ARGS+= --enable-perl PLIST_SUB+= WITH_PERL="" -USE_PERL5= yes +USES+= perl5 .else CONFIGURE_ARGS+= --disable-perl PLIST_SUB+= WITH_PERL="@comment " Modified: head/security/openpgpsdk/Makefile ============================================================================== --- head/security/openpgpsdk/Makefile Mon Sep 16 16:36:59 2013 (r327413) +++ head/security/openpgpsdk/Makefile Mon Sep 16 16:45:35 2013 (r327414) @@ -1,9 +1,5 @@ -# New ports collection makefile for: openpgpsdk -# Date created: 2009-02-10 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= openpgpsdk PORTVERSION= 0.9 @@ -17,20 +13,14 @@ COMMENT= OpenPGP SDK BUILD_DEPENDS= gpg2:${PORTSDIR}/security/gnupg LIB_DEPENDS= cunit.1:${PORTSDIR}/devel/cunit -USE_PERL5= yes +USES= perl5 HAS_CONFIGURE= yes CONFIGURE_ARGS= --without-idea --with-cunit=${LOCALBASE} PLIST_FILES= bin/openpgp lib/libops.a -.include - -.if ${OSVERSION} < 700042 -BROKEN= does not build on 6.x. -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/openpgp ${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/lib/libops.a ${PREFIX}/lib/ -.include +.include Modified: head/security/openssl/Makefile ============================================================================== --- head/security/openssl/Makefile Mon Sep 16 16:36:59 2013 (r327413) +++ head/security/openssl/Makefile Mon Sep 16 16:45:35 2013 (r327414) @@ -48,12 +48,13 @@ MAKE_JOBS_UNSAFE= yes NOPRECIOUSMAKEVARS= Too many _MLINKS for fetch NOPRECIOUSSOFTMAKEVARS= Too many _MLINKS for fetch -USE_PERL5_BUILD= yes -MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=--whole-archive -MAKE_ENV+= LIBRPATH="${PREFIX}/lib" -SUB_FILES= pkg-message -OPENSSLDIR= ${PREFIX}/openssl -MANPREFIX= ${PREFIX} +USES= perl5 +USE_PERL5= build +MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=--whole-archive +MAKE_ENV+= LIBRPATH="${PREFIX}/lib" +SUB_FILES= pkg-message +OPENSSLDIR= ${PREFIX}/openssl +MANPREFIX= ${PREFIX} MAN1= CA.pl.1 asn1parse.1 ca.1 ciphers.1 cms.1 crl.1 crl2pkcs7.1 dgst.1 \ dhparam.1 dsa.1 dsaparam.1 ec.1 ecparam.1 enc.1 errstr.1 gendsa.1 \ Modified: head/security/vpnc/Makefile ============================================================================== --- head/security/vpnc/Makefile Mon Sep 16 16:36:59 2013 (r327413) +++ head/security/vpnc/Makefile Mon Sep 16 16:45:35 2013 (r327414) @@ -14,8 +14,8 @@ COMMENT= Client for Cisco 3000 VPN Conce LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= vpnc-script:${PORTSDIR}/sysutils/vpnc-scripts -USES= shebangfix gmake -USE_PERL5_BUILD=yes +USES= shebangfix gmake perl5 +USE_PERL5= build USE_RC_SUBR= vpnc ALL_TARGET= all Modified: head/ukrainian/ispell/Makefile ============================================================================== --- head/ukrainian/ispell/Makefile Mon Sep 16 16:36:59 2013 (r327413) +++ head/ukrainian/ispell/Makefile Mon Sep 16 16:45:35 2013 (r327414) @@ -13,10 +13,9 @@ BUILD_DEPENDS= buildhash:${PORTSDIR}/te MAKE_JOBS_UNSAFE= yes -USES= gmake +USES= gmake perl5 USE_BZIP2= YES ALL_TARGET= koi -USE_PERL5= yes # Still need gmake for other reasons :-\ #post-patch: From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 16:47:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0F28BEB1; Mon, 16 Sep 2013 16:47:10 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F0EC22B62; Mon, 16 Sep 2013 16:47:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GGl9Hj077705; Mon, 16 Sep 2013 16:47:09 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GGl9qm077702; Mon, 16 Sep 2013 16:47:09 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161647.r8GGl9qm077702@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 16:47:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327415 - in head/math: maxima pspp 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.14 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, 16 Sep 2013 16:47:10 -0000 Author: bapt Date: Mon Sep 16 16:47:09 2013 New Revision: 327415 URL: http://svnweb.freebsd.org/changeset/ports/327415 Log: Removed leftovers USE_GMAKE Reported by: az Modified: head/math/maxima/Makefile head/math/pspp/Makefile Modified: head/math/maxima/Makefile ============================================================================== --- head/math/maxima/Makefile Mon Sep 16 16:45:35 2013 (r327414) +++ head/math/maxima/Makefile Mon Sep 16 16:47:09 2013 (r327415) @@ -20,7 +20,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT USE_TK = 84+ USES= gmake perl5 -USE_GMAKE= yes USE_PERL5= build USE_PYTHON_BUILD= yes GNU_CONFIGURE= yes Modified: head/math/pspp/Makefile ============================================================================== --- head/math/pspp/Makefile Mon Sep 16 16:45:35 2013 (r327414) +++ head/math/pspp/Makefile Mon Sep 16 16:47:09 2013 (r327415) @@ -18,7 +18,6 @@ OPTIONS_DEFINE= GUI PGSQL USE_GNOME= libxml2 USE_PERL5= build USES= iconv gmake perl5 -USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 16:49:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 444F1FA8; Mon, 16 Sep 2013 16:49:34 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 316EF2B70; Mon, 16 Sep 2013 16:49:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GGnY8J078918; Mon, 16 Sep 2013 16:49:34 GMT (envelope-from lme@svn.freebsd.org) Received: (from lme@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GGnX9E078914; Mon, 16 Sep 2013 16:49:33 GMT (envelope-from lme@svn.freebsd.org) Message-Id: <201309161649.r8GGnX9E078914@svn.freebsd.org> From: Lars Engels Date: Mon, 16 Sep 2013 16:49:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327416 - head/misc/tvbrowser 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.14 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, 16 Sep 2013 16:49:34 -0000 Author: lme Date: Mon Sep 16 16:49:33 2013 New Revision: 327416 URL: http://svnweb.freebsd.org/changeset/ports/327416 Log: - Update to 3.3.2 Modified: head/misc/tvbrowser/Makefile head/misc/tvbrowser/distinfo Modified: head/misc/tvbrowser/Makefile ============================================================================== --- head/misc/tvbrowser/Makefile Mon Sep 16 16:47:09 2013 (r327415) +++ head/misc/tvbrowser/Makefile Mon Sep 16 16:49:33 2013 (r327416) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tvbrowser -PORTVERSION= 3.3.1 +PORTVERSION= 3.3.2 CATEGORIES= misc java MASTER_SITES= SF/${PORTNAME}/TV-Browser%20Releases%20%28Java%206%20and%20higher%29/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION}_bin Modified: head/misc/tvbrowser/distinfo ============================================================================== --- head/misc/tvbrowser/distinfo Mon Sep 16 16:47:09 2013 (r327415) +++ head/misc/tvbrowser/distinfo Mon Sep 16 16:49:33 2013 (r327416) @@ -1,2 +1,2 @@ -SHA256 (tvbrowser_3.3.1_bin.tar.gz) = 02d8ab591dbcef4819e9b04c6ee2682b2753715c66ed9e18ef82a7dbc300e95d -SIZE (tvbrowser_3.3.1_bin.tar.gz) = 7039259 +SHA256 (tvbrowser_3.3.2_bin.tar.gz) = 54492a4d138377e311688ba40378f1c8e04071ad3eff53edd5f5b2da99c2ef6c +SIZE (tvbrowser_3.3.2_bin.tar.gz) = 7040545 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 16:58:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E2F471F3; Mon, 16 Sep 2013 16:58:45 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CE78F2BEC; Mon, 16 Sep 2013 16:58:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GGwj5Y083470; Mon, 16 Sep 2013 16:58:45 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GGwgav083448; Mon, 16 Sep 2013 16:58:42 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161658.r8GGwgav083448@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 16:58:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327417 - in head: deskutils/dailystrips security/amavisd-new security/axTLS security/bro security/ca_root_nss security/ccrypt security/courier-authlib security/krb5 security/logcheck s... 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.14 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, 16 Sep 2013 16:58:46 -0000 Author: bapt Date: Mon Sep 16 16:58:41 2013 New Revision: 327417 URL: http://svnweb.freebsd.org/changeset/ports/327417 Log: Convert to new perl framework Convert USE_GMAKE to USES=gmake Modified: head/deskutils/dailystrips/Makefile head/security/amavisd-new/Makefile head/security/axTLS/Makefile head/security/bro/Makefile head/security/ca_root_nss/Makefile head/security/ccrypt/Makefile head/security/courier-authlib/Makefile head/security/krb5/Makefile head/security/logcheck/Makefile head/security/maia/Makefile head/security/makepasswd/Makefile head/security/nikto/Makefile head/security/nss/Makefile head/security/p5-Digest-SHA-PurePerl/Makefile head/security/rkhunter/Makefile head/security/shishi/Makefile head/x11-wm/windowmaker/Makefile head/x11-wm/xfce4-panel/Makefile Modified: head/deskutils/dailystrips/Makefile ============================================================================== --- head/deskutils/dailystrips/Makefile Mon Sep 16 16:49:33 2013 (r327416) +++ head/deskutils/dailystrips/Makefile Mon Sep 16 16:58:41 2013 (r327417) @@ -17,7 +17,7 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/ww p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate NO_BUILD= yes -USE_PERL5= yes +USES= perl5 PORTDOCS= * PLIST_FILES= bin/dailystrips \ Modified: head/security/amavisd-new/Makefile ============================================================================== --- head/security/amavisd-new/Makefile Mon Sep 16 16:49:33 2013 (r327416) +++ head/security/amavisd-new/Makefile Mon Sep 16 16:58:41 2013 (r327417) @@ -22,7 +22,8 @@ RUN_DEPENDS= p5-Unix-Syslog>=0:${PORTSDI p5-Net-Server>=0.93:${PORTSDIR}/net/p5-Net-Server \ p5-Mail-DKIM>=0.33:${PORTSDIR}/mail/p5-Mail-DKIM -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes Modified: head/security/axTLS/Makefile ============================================================================== --- head/security/axTLS/Makefile Mon Sep 16 16:49:33 2013 (r327416) +++ head/security/axTLS/Makefile Mon Sep 16 16:58:41 2013 (r327417) @@ -38,7 +38,7 @@ HIGH_DESC= Use the strongest cipher(s) CONFIG_SUB= PREFIX=\"${PREFIX}\" WWWDIR=\"${WWWDIR}\" \ HTTP_PORT=${WITH_HTTP_PORT} SSL_PORT=${WITH_SSL_PORT} NO_OPTIONS_SORT=yes -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} STAGE= ${WRKSRC}/_stage @@ -122,7 +122,7 @@ CONFIG_SUB+= X509="\# " BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13 CONFIG_SUB+= PERL="" PLIST_SUB+= PERL="" -USE_PERL5= yes +USES+= perl5 .else CONFIG_SUB+= PERL="\# " PLIST_SUB+= PERL="@comment " Modified: head/security/bro/Makefile ============================================================================== --- head/security/bro/Makefile Mon Sep 16 16:49:33 2013 (r327416) +++ head/security/bro/Makefile Mon Sep 16 16:58:41 2013 (r327417) @@ -14,8 +14,7 @@ BUILD_DEPENDS= bison:${PORTSDIR}/devel/b swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS= GeoIP:${PORTSDIR}/net/GeoIP -USE_PERL5= yes -USES= cmake +USES= cmake perl5 CONFIGURE_WRKSRC= ${WRKSRC}/build BUILD_WRKSRC= ${CONFIGURE_WRKSRC} INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} Modified: head/security/ca_root_nss/Makefile ============================================================================== --- head/security/ca_root_nss/Makefile Mon Sep 16 16:49:33 2013 (r327416) +++ head/security/ca_root_nss/Makefile Mon Sep 16 16:58:41 2013 (r327417) @@ -14,7 +14,8 @@ COMMENT= The root certificate bundle fro OPTIONS_DEFINE= ETCSYMLINK ETCSYMLINK_DESC= Add symlink to /etc/ssl/cert.pem -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build NO_WRKSUBDIR= yes CERTDIR?= share/certs Modified: head/security/ccrypt/Makefile ============================================================================== --- head/security/ccrypt/Makefile Mon Sep 16 16:49:33 2013 (r327416) +++ head/security/ccrypt/Makefile Mon Sep 16 16:58:41 2013 (r327417) @@ -10,6 +10,7 @@ MASTER_SITES= SF \ MAINTAINER= dev2@heesakkers.info COMMENT= Command-line utility for encrypting and decrypting files and streams +USES= gmake .include .if ${PORT_OPTIONS:MNLS} @@ -17,12 +18,12 @@ PLIST_SUB+= NLS="" USES+= gettext .else PLIST_SUB+= NLS="@comment " -USE_PERL5_BUILD= yes +USES+= perl5 +USE_PERL5= build CONFIGURE_ARGS+= --disable-nls .endif GNU_CONFIGURE= yes -USE_GMAKE= yes MAN1= ccrypt.1 ccguess.1 MLINKS= ccrypt.1 ccencrypt.1 \ Modified: head/security/courier-authlib/Makefile ============================================================================== --- head/security/courier-authlib/Makefile Mon Sep 16 16:49:33 2013 (r327416) +++ head/security/courier-authlib/Makefile Mon Sep 16 16:58:41 2013 (r327417) @@ -1,9 +1,5 @@ -# New ports collection makefile for: courier-authlib -# Date created: 19 Dec 2004 -# Whom: Oliver Lehmann -# +# Created by: Oliver Lehmann # $FreeBSD$ -# PORTNAME= courier-authlib PORTVERSION= 0.65.0 @@ -34,12 +30,10 @@ OPTIONS_DEFINE+= GDBM .else # !defined(PKGNAMESUFFIX) -USES= iconv +USES= iconv gmake perl5 USE_AUTOTOOLS= libltdl USE_BZIP2= yes -USE_GMAKE= yes GNU_CONFIGURE= yes -USE_PERL5= yes USE_SUBMAKE= yes USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} #slave ports should have different UNIQUENAME, it is utilized by USE_LDCONFIG Modified: head/security/krb5/Makefile ============================================================================== --- head/security/krb5/Makefile Mon Sep 16 16:49:33 2013 (r327416) +++ head/security/krb5/Makefile Mon Sep 16 16:58:41 2013 (r327417) @@ -23,12 +23,11 @@ CONFLICTS= heimdal-[0-9]* srp-[0-9]* LATEST_LINK= ${PORTNAME}-19 KERBEROSV_URL= http://web.mit.edu/kerberos/ -USE_GMAKE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build USE_LDCONFIG= yes USE_CSTD= gnu99 USE_AUTOTOOLS= libtool -USES= gettext +USES= gettext gmake perl5 CONFIGURE_ARGS?= --enable-shared --without-system-verto CONFIGURE_ENV= INSTALL="${INSTALL}" YACC="${YACC}" MAKE_ARGS= INSTALL="${INSTALL}" Modified: head/security/logcheck/Makefile ============================================================================== --- head/security/logcheck/Makefile Mon Sep 16 16:49:33 2013 (r327416) +++ head/security/logcheck/Makefile Mon Sep 16 16:58:41 2013 (r327417) @@ -33,7 +33,7 @@ OPTIONS_DEFAULT=CRON .endif # Enable Perl dependency for logtail script -USE_PERL5= yes +USES= perl5 WRKSRC= ${WRKDIR}/${DISTNAME:S!_!-!} BINMODE= 755 Modified: head/security/maia/Makefile ============================================================================== --- head/security/maia/Makefile Mon Sep 16 16:49:33 2013 (r327416) +++ head/security/maia/Makefile Mon Sep 16 16:58:41 2013 (r327417) @@ -27,7 +27,8 @@ RUN_DEPENDS= p5-Unix-Syslog>=0.94:${PORT # SVN source: https://www.maiamailguard.com/svn/branches/1.0 SVNREVISION= r1575 WRKSRC= ${WRKDIR}/${PORTNAME}-1.0-${SVNREVISION} -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes DOCS= LICENSE README maiad.conf.dist maia-mysql.sql maia-pgsql.sql maia.conf.dist Modified: head/security/makepasswd/Makefile ============================================================================== --- head/security/makepasswd/Makefile Mon Sep 16 16:49:33 2013 (r327416) +++ head/security/makepasswd/Makefile Mon Sep 16 16:58:41 2013 (r327417) @@ -1,9 +1,5 @@ -# New ports collection makefile for: makepasswd -# Date created: 7 March 2003 -# Whom: Toni Viemerö -# +# Created by: Toni Viemerö # $FreeBSD$ -# PORTNAME= makepasswd PORTVERSION= 1.10 @@ -23,7 +19,8 @@ COMMENT= Random password generator LICENSE= GPLv1 NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run RUN_DEPENDS+= p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ p5-Crypt-OpenSSL-Random>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random Modified: head/security/nikto/Makefile ============================================================================== --- head/security/nikto/Makefile Mon Sep 16 16:49:33 2013 (r327416) +++ head/security/nikto/Makefile Mon Sep 16 16:58:41 2013 (r327417) @@ -20,7 +20,8 @@ SSLEAY_DESC= Use NET::SSLeay for ssl sca NO_BUILD= yes USE_BZIP2= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN1= nikto.1 Modified: head/security/nss/Makefile ============================================================================== --- head/security/nss/Makefile Mon Sep 16 16:49:33 2013 (r327416) +++ head/security/nss/Makefile Mon Sep 16 16:58:41 2013 (r327417) @@ -20,8 +20,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= ${PREFIX}/lib/nss -USE_GMAKE= yes -USE_PERL5_BUILD=yes +USES= gmake perl5 +USE_PERL5= build MAKE_ENV= LIBRARY_PATH="${LOCALBASE}/lib" \ SQLITE_INCLUDE_DIR="${LOCALBASE}/include" \ NSS_ENABLE_ECC=1 NSS_USE_SYSTEM_SQLITE=1 Modified: head/security/p5-Digest-SHA-PurePerl/Makefile ============================================================================== --- head/security/p5-Digest-SHA-PurePerl/Makefile Mon Sep 16 16:49:33 2013 (r327416) +++ head/security/p5-Digest-SHA-PurePerl/Makefile Mon Sep 16 16:58:41 2013 (r327417) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension for SHA-1/224/256/384/512 in pure Perl -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure PORTEXAMPLES= dups MAN3= Digest::SHA::PurePerl.3 Modified: head/security/rkhunter/Makefile ============================================================================== --- head/security/rkhunter/Makefile Mon Sep 16 16:49:33 2013 (r327416) +++ head/security/rkhunter/Makefile Mon Sep 16 16:58:41 2013 (r327417) @@ -17,7 +17,7 @@ OPTIONS_DEFAULT=LSOF RUN_DEPENDS+= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget -USE_PERL5= yes +USES= perl5 NO_BUILD= yes SUB_FILES= 415.${PORTNAME} Modified: head/security/shishi/Makefile ============================================================================== --- head/security/shishi/Makefile Mon Sep 16 16:49:33 2013 (r327416) +++ head/security/shishi/Makefile Mon Sep 16 16:58:41 2013 (r327417) @@ -15,8 +15,8 @@ LIB_DEPENDS= idn:${PORTSDIR}/dns/libidn gnutls:${PORTSDIR}/security/gnutls USE_AUTOTOOLS= libtool -USE_PERL5_BUILD= yes -USES= pathfix pkgconfig iconv +USE_PERL5= build +USES= pathfix pkgconfig iconv perl5 GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --with-db-dir=/var/shishi Modified: head/x11-wm/windowmaker/Makefile ============================================================================== --- head/x11-wm/windowmaker/Makefile Mon Sep 16 16:49:33 2013 (r327416) +++ head/x11-wm/windowmaker/Makefile Mon Sep 16 16:58:41 2013 (r327417) @@ -21,10 +21,9 @@ LIB_DEPENDS= gif:${PORTSDIR}/graphics/gi wraster:${PORTSDIR}/x11-wm/libwraster RUN_DEPENDS= ${LOCALBASE}/share/WindowMaker/Themes/LeetWM.themed/style:${PORTSDIR}/graphics/wmicons -USES= pathfix pkgconfig +USES= pathfix perl5 pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_PERL5= yes USE_XORG= xft xinerama xmu xpm CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ --with-nlsdir=${PREFIX}/share/locale \ Modified: head/x11-wm/xfce4-panel/Makefile ============================================================================== --- head/x11-wm/xfce4-panel/Makefile Mon Sep 16 16:49:33 2013 (r327416) +++ head/x11-wm/xfce4-panel/Makefile Mon Sep 16 16:58:41 2013 (r327417) @@ -15,14 +15,12 @@ LIB_DEPENDS= wnck-1:${PORTSDIR}/x11-tool cairo:${PORTSDIR}/graphics/cairo \ dbus-glib-1:${PORTSDIR}/devel/dbus-glib -USES= desktop-file-utils pathfix pkgconfig +USES= desktop-file-utils gmake pathfix perl5 pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= glib20 gtk20 intltool intlhack USE_LDCONFIG= yes -USE_PERL5= yes USE_XFCE= configenv garcon libexo libmenu libutil xfconf USE_XORG= x11 sm From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 17:03:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0583333C; Mon, 16 Sep 2013 17:03:47 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E57622C40; Mon, 16 Sep 2013 17:03:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GH3kuV088136; Mon, 16 Sep 2013 17:03:46 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GH3gRR088105; Mon, 16 Sep 2013 17:03:42 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309161703.r8GH3gRR088105@svn.freebsd.org> From: Andrej Zverev Date: Mon, 16 Sep 2013 17:03:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327418 - in head: databases/mysql56-server databases/mysqltuner databases/p5-DBZ_File databases/rrdtool10 databases/slony1v2 databases/tarantool irc/anope irc/bitchx irc/epic5 irc/insp... 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.14 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, 16 Sep 2013 17:03:47 -0000 Author: az Date: Mon Sep 16 17:03:42 2013 New Revision: 327418 URL: http://svnweb.freebsd.org/changeset/ports/327418 Log: - convert to the new perl5 framework - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Modified: head/databases/mysql56-server/Makefile head/databases/mysqltuner/Makefile (contents, props changed) head/databases/p5-DBZ_File/Makefile (contents, props changed) head/databases/rrdtool10/Makefile head/databases/slony1v2/Makefile head/databases/tarantool/Makefile head/irc/anope/Makefile head/irc/bitchx/Makefile head/irc/epic5/Makefile (contents, props changed) head/irc/inspircd12/Makefile head/irc/ircd-ratbox/Makefile (contents, props changed) head/irc/ircservices/Makefile (contents, props changed) head/irc/irssi-devel/Makefile head/irc/p5-POE-Component-IRC/Makefile head/irc/p5-Parse-IRC/Makefile (contents, props changed) head/irc/pisg/Makefile (contents, props changed) head/irc/ratbox-services/Makefile (contents, props changed) head/irc/weechat-devel/Makefile head/irc/weechat/Makefile Modified: head/databases/mysql56-server/Makefile ============================================================================== --- head/databases/mysql56-server/Makefile Mon Sep 16 16:58:41 2013 (r327417) +++ head/databases/mysql56-server/Makefile Mon Sep 16 17:03:42 2013 (r327418) @@ -42,7 +42,8 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc USE_MYSQL= yes WANT_MYSQL_VER= 56 -USE_PERL5_RUN= yes +USES+= perl5 +USE_PERL5= run LATEST_LINK= mysql56-server Modified: head/databases/mysqltuner/Makefile ============================================================================== --- head/databases/mysqltuner/Makefile Mon Sep 16 16:58:41 2013 (r327417) +++ head/databases/mysqltuner/Makefile Mon Sep 16 17:03:42 2013 (r327418) @@ -17,7 +17,8 @@ COMMENT= A Script Assist You with MySQL LICENSE= GPLv3 FETCH_ARGS= -pRr -USE_PERL5= yes + +USES= perl5 NO_BUILD= yes PLIST_FILES= bin/${PORTNAME}.pl Modified: head/databases/p5-DBZ_File/Makefile ============================================================================== --- head/databases/p5-DBZ_File/Makefile Mon Sep 16 16:58:41 2013 (r327417) +++ head/databases/p5-DBZ_File/Makefile Mon Sep 16 17:03:42 2013 (r327418) @@ -15,7 +15,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= leeym@FreeBSD.org COMMENT= Perl module to access a DBZ database -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS= DEFINE="-I${FILESDIR}" POLLUTE=1 WRKSRC= ${WRKDIR}/DBZ_File Modified: head/databases/rrdtool10/Makefile ============================================================================== --- head/databases/rrdtool10/Makefile Mon Sep 16 16:58:41 2013 (r327417) +++ head/databases/rrdtool10/Makefile Mon Sep 16 17:03:42 2013 (r327418) @@ -10,13 +10,12 @@ MASTER_SITES= http://oss.oetiker.ch/rrdt MAINTAINER= lth@FreeBSD.org COMMENT= Round Robin Database Tools -USE_PERL5= yes MAKE_ENV= PERL=${PERL} CONFLICTS= rrdtool-1.2* LATEST_LINK= rrdtool10 -USES= pkgconfig +USES= pkgconfig perl5 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-shared --enable-local-zlib \ Modified: head/databases/slony1v2/Makefile ============================================================================== --- head/databases/slony1v2/Makefile Mon Sep 16 16:58:41 2013 (r327417) +++ head/databases/slony1v2/Makefile Mon Sep 16 17:03:42 2013 (r327418) @@ -16,9 +16,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${P ${LOCALBASE}/bin/postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server GNU_CONFIGURE= yes -USES= bison +USES= bison gmake USE_PGSQL= yes -USE_GMAKE= yes USE_BZIP2= yes USE_RC_SUBR= slon @@ -35,7 +34,7 @@ CONFIGURE_ENV+= FLEX=${LOCALBASE}/bin/fl .include .if ${PORT_OPTIONS:MPERLTOOLS} -USE_PERL5= yes +USES+= perl5 CONFIGURE_ARGS+=--with-perltools=${LOCALBASE}/sbin RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg BUILD_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg Modified: head/databases/tarantool/Makefile ============================================================================== --- head/databases/tarantool/Makefile Mon Sep 16 16:58:41 2013 (r327417) +++ head/databases/tarantool/Makefile Mon Sep 16 17:03:42 2013 (r327418) @@ -13,11 +13,9 @@ COMMENT= High performance key/value stor LICENSE= BSD TR_REV= 45-g2f7b3f9 -USES= cmake gettext:build +USES= cmake gettext:build gmake perl5 USE_GCC= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USE_PERL5= yes USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message MAN1= tarantool_box.1 Modified: head/irc/anope/Makefile ============================================================================== --- head/irc/anope/Makefile Mon Sep 16 16:58:41 2013 (r327417) +++ head/irc/anope/Makefile Mon Sep 16 17:03:42 2013 (r327418) @@ -9,14 +9,14 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= dhn@FreeBSD.org COMMENT= A set of IRC services for IRC networks -USE_GMAKE= yes +USES= gmake perl5 +USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir="${LOCALBASE}/lib" \ --includedir="${LOCALBASE}/include" \ --with-bindir=${PREFIX}/libexec/anope \ --with-datadir=${DATADIR} \ --with-rungroup=ircdru -USE_PERL5_BUILD= yes PORTDOCS= BUGS COPYING DEFCON EVENTS \ FAQ INSTALL IRCD MODULES MYSQL \ Modified: head/irc/bitchx/Makefile ============================================================================== --- head/irc/bitchx/Makefile Mon Sep 16 16:58:41 2013 (r327417) +++ head/irc/bitchx/Makefile Mon Sep 16 17:03:42 2013 (r327418) @@ -12,9 +12,9 @@ MAINTAINER?= dan.mashal@gmail.com COMMENT?= Feature-rich scriptable IRC client WRKSRC= ${WRKDIR}/${DISTNAME:C,-final$,,} -USE_PERL5= yes + +USES= gmake perl5 GNU_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ARGS+=--exec-prefix="${PREFIX}/share" \ --bindir="${PREFIX}/bin" \ --datadir="${PREFIX}/share" \ Modified: head/irc/epic5/Makefile ============================================================================== --- head/irc/epic5/Makefile Mon Sep 16 16:58:41 2013 (r327417) +++ head/irc/epic5/Makefile Mon Sep 16 17:03:42 2013 (r327418) @@ -22,7 +22,6 @@ MAN1= epic5.1 USE_OPENSSL= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} USE_BZIP2= yes -WANT_PERL= yes CFLAGS:= ${CFLAGS:C/-O2/-g -O/g} OPTIONS_DEFINE= IPV6 TCL PERL SSL TERMCAP DOCS RUBY @@ -48,7 +47,7 @@ CONFIGURE_ARGS+= --without-tcl # enable perl5 support (requires perl 5.6.1 or newer) # .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 CONFIGURE_ARGS+= --with-perl .else CONFIGURE_ARGS+= --without-perl Modified: head/irc/inspircd12/Makefile ============================================================================== --- head/irc/inspircd12/Makefile Mon Sep 16 16:58:41 2013 (r327417) +++ head/irc/inspircd12/Makefile Mon Sep 16 17:03:42 2013 (r327418) @@ -15,7 +15,7 @@ CONFLICTS= inspircd-2.* LATEST_LINK= inspircd12 -USES= shebangfix +USES= shebangfix perl5 USE_BZIP2= yes USE_LDCONFIG= ${PREFIX}/lib/inspircd USE_RC_SUBR= inspircd @@ -40,7 +40,7 @@ SUB_LIST+= \ PLIST_SUB+= INSPIRCD_GRP=${INSPIRCD_GRP} # Configure script is written in perl -USE_PERL5_BUILD=yes +USE_PERL5= build HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-cc=${CXX} --config-dir=${ETCDIR} \ Modified: head/irc/ircd-ratbox/Makefile ============================================================================== --- head/irc/ircd-ratbox/Makefile Mon Sep 16 16:58:41 2013 (r327417) +++ head/irc/ircd-ratbox/Makefile Mon Sep 16 17:03:42 2013 (r327418) @@ -99,7 +99,8 @@ PLIST_SUB+= SERVICES="@comment " .endif .if ${PORT_OPTIONS:MSHORTCUTS} -USE_PERL5_BUILD= yes +USES+= perl5 +USE_PERL5= build PLIST_SUB+= SHORTCUTS="" .else PLIST_SUB+= SHORTCUTS="@comment " Modified: head/irc/ircservices/Makefile ============================================================================== --- head/irc/ircservices/Makefile Mon Sep 16 16:58:41 2013 (r327417) +++ head/irc/ircservices/Makefile Mon Sep 16 17:03:42 2013 (r327418) @@ -15,9 +15,9 @@ MASTER_SITES= http://www.ircservices.za. MAINTAINER= bu7cher@yandex.ru COMMENT= A system of IRC services for IRC networks -USE_PERL5_BUILD=yes +USES= gmake perl5 +USE_PERL5= build HAS_CONFIGURE= yes -USE_GMAKE= yes USE_RC_SUBR= ircservices DIST_SUBDIR= ${PORTNAME} Modified: head/irc/irssi-devel/Makefile ============================================================================== --- head/irc/irssi-devel/Makefile Mon Sep 16 16:58:41 2013 (r327417) +++ head/irc/irssi-devel/Makefile Mon Sep 16 17:03:42 2013 (r327418) @@ -16,9 +16,7 @@ LIB_DEPENDS= glib-2.0:${PORTSDIR}/devel/ CONFLICTS= irssi-0.8* GNU_CONFIGURE= yes -USES= pkgconfig -USE_GMAKE= yes -WANT_PERL= yes +USES= pkgconfig gmake MAN1= irssi.1 @@ -40,7 +38,7 @@ CONFIGURE_ARGS+= --disable-ssl .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 CONFIGURE_ARGS+= --with-perl-lib=site PLIST_SUB+= WITH_PERL="" .else Modified: head/irc/p5-POE-Component-IRC/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC/Makefile Mon Sep 16 16:58:41 2013 (r327417) +++ head/irc/p5-POE-Component-IRC/Makefile Mon Sep 16 17:03:42 2013 (r327418) @@ -25,7 +25,8 @@ RUN_DEPENDS= p5-POE>=1.311:${PORTSDIR}/d BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure PORTEXAMPLES= * Modified: head/irc/p5-Parse-IRC/Makefile ============================================================================== --- head/irc/p5-Parse-IRC/Makefile Mon Sep 16 16:58:41 2013 (r327417) +++ head/irc/p5-Parse-IRC/Makefile Mon Sep 16 17:03:42 2013 (r327418) @@ -13,7 +13,8 @@ COMMENT= Parser for the IRC protocol LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Parse::IRC.3 Modified: head/irc/pisg/Makefile ============================================================================== --- head/irc/pisg/Makefile Mon Sep 16 16:58:41 2013 (r327417) +++ head/irc/pisg/Makefile Mon Sep 16 17:03:42 2013 (r327418) @@ -9,7 +9,7 @@ MASTER_SITES= SF MAINTAINER= miwi@FreeBSD.org COMMENT= A Perl IRC Statistics Generator -USE_PERL5= YES +USES= perl5 NO_BUILD= YES OPTIONS_DEFINE= LOGCHARSET DOCS Modified: head/irc/ratbox-services/Makefile ============================================================================== --- head/irc/ratbox-services/Makefile Mon Sep 16 16:58:41 2013 (r327417) +++ head/irc/ratbox-services/Makefile Mon Sep 16 17:03:42 2013 (r327418) @@ -21,12 +21,12 @@ LOGDIR?= /var/log RUNDIR?= /var/run DBDIR?= /var/db/${PORTNAME} PERL?= ${LOCALBASE}/bin/perl -USES= pkgconfig +USES= pkgconfig perl5 SUB_FILES= pkg-message pkg-install PLIST_SUB= LOGDIR=${LOGDIR} RUNDIR=${RUNDIR} DBDIR=${DBDIR} PERL=${PERL} SUB_LIST= LOGDIR=${LOGDIR} RUNDIR=${RUNDIR} DBDIR=${DBDIR} PERL=${PERL} -USE_PERL5_BUILD= yes +USE_PERL5= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/irc/weechat-devel/Makefile ============================================================================== --- head/irc/weechat-devel/Makefile Mon Sep 16 16:58:41 2013 (r327417) +++ head/irc/weechat-devel/Makefile Mon Sep 16 17:03:42 2013 (r327418) @@ -20,7 +20,6 @@ USE_LDCONFIG= yes USES= cmake iconv CMAKE_ARGS+= -DENABLE_GUILE=no CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -WANT_PERL= yes LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl \ gcrypt:${PORTSDIR}/security/libgcrypt @@ -102,7 +101,7 @@ CMAKE_ARGS+= -DENABLE_GNUTLS=no .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 PLIST_SUB+= PERL="" .else CMAKE_ARGS+= -DENABLE_PERL=no Modified: head/irc/weechat/Makefile ============================================================================== --- head/irc/weechat/Makefile Mon Sep 16 16:58:41 2013 (r327417) +++ head/irc/weechat/Makefile Mon Sep 16 17:03:42 2013 (r327418) @@ -18,7 +18,6 @@ USE_LDCONFIG= yes USES= cmake iconv CMAKE_ARGS+= -DENABLE_GUILE=no CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -WANT_PERL= yes LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl \ gcrypt:${PORTSDIR}/security/libgcrypt @@ -91,7 +90,7 @@ CMAKE_ARGS+= -DENABLE_GNUTLS=no .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 PLIST_SUB+= PERL="" .else CMAKE_ARGS+= -DENABLE_PERL=no From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 17:07:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 00A5A47D; Mon, 16 Sep 2013 17:07:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D39752C73; Mon, 16 Sep 2013 17:07:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GH7UvA089227; Mon, 16 Sep 2013 17:07:30 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GH7Qfh089201; Mon, 16 Sep 2013 17:07:26 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161707.r8GH7Qfh089201@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 17:07:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327419 - in head: audio/gnormalize audio/ripit audio/squeezeboxserver graphics/bugle graphics/cadubi graphics/cbview graphics/feh graphics/gd graphics/graphviz graphics/gscan2pdf graph... 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.14 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, 16 Sep 2013 17:07:31 -0000 Author: bapt Date: Mon Sep 16 17:07:26 2013 New Revision: 327419 URL: http://svnweb.freebsd.org/changeset/ports/327419 Log: Convert to new perl framework Convert from USE_GMAKE to USES=gmake Modified: head/audio/gnormalize/Makefile head/audio/ripit/Makefile head/audio/squeezeboxserver/Makefile head/graphics/bugle/Makefile head/graphics/cadubi/Makefile head/graphics/cbview/Makefile head/graphics/feh/Makefile head/graphics/gd/Makefile head/graphics/graphviz/Makefile head/graphics/gscan2pdf/Makefile head/graphics/import-pictures/Makefile head/graphics/libwpg/Makefile head/graphics/mapserver/Makefile head/graphics/opengtl/Makefile head/graphics/pgplot/Makefile head/graphics/renrot/Makefile head/graphics/sketch/Makefile head/x11-fm/thunar-vfs/Makefile head/x11-fm/thunar/Makefile Modified: head/audio/gnormalize/Makefile ============================================================================== --- head/audio/gnormalize/Makefile Mon Sep 16 17:03:42 2013 (r327418) +++ head/audio/gnormalize/Makefile Mon Sep 16 17:07:26 2013 (r327419) @@ -13,8 +13,8 @@ COMMENT= An alternative for replaygain RUN_DEPENDS+= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ wavegain:${PORTSDIR}/audio/wavegain -USES= shebangfix -USE_PERL5_RUN= yes +USES= perl5 shebangfix +USE_PERL5= run INSTALLS_ICONS= yes SHEBANGFILES= ${PORTNAME} Modified: head/audio/ripit/Makefile ============================================================================== --- head/audio/ripit/Makefile Mon Sep 16 17:03:42 2013 (r327418) +++ head/audio/ripit/Makefile Mon Sep 16 17:07:26 2013 (r327419) @@ -8,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= http://www.suwald.com/ripit/ MAINTAINER= tobias.rehbein@web.de -COMMENT= A command line audio CD ripper +COMMENT= Command line audio CD ripper # See pkg-message about other dependencies. RUN_DEPENDS= p5-CDDB_get>=0:${PORTSDIR}/audio/p5-CDDB_get \ @@ -18,12 +18,12 @@ RUN_DEPENDS= p5-CDDB_get>=0:${PORTSDIR}/ lame:${PORTSDIR}/audio/lame \ cdparanoia:${PORTSDIR}/audio/cdparanoia \ -USES= shebangfix +USES= perl5 shebangfix NO_BUILD= yes PLIST_FILES= bin/ripit MAN1= ripit.1 PORTEXAMPLES= config -USE_PERL5_RUN= yes +USE_PERL5= run USE_BZIP2= yes SHEBANG_FILES= ripit.pl perl_OLD_CMD= /usr/bin/env perl Modified: head/audio/squeezeboxserver/Makefile ============================================================================== --- head/audio/squeezeboxserver/Makefile Mon Sep 16 17:03:42 2013 (r327418) +++ head/audio/squeezeboxserver/Makefile Mon Sep 16 17:07:26 2013 (r327419) @@ -44,7 +44,7 @@ RUN_DEPENDS+= p5-Package-DeprecationMana USERS= ${SLIMUSER} GROUPS= ${SLIMGROUP} -USE_PERL5= yes +USES= perl5 .include Modified: head/graphics/bugle/Makefile ============================================================================== --- head/graphics/bugle/Makefile Mon Sep 16 17:03:42 2013 (r327418) +++ head/graphics/bugle/Makefile Mon Sep 16 17:07:26 2013 (r327419) @@ -15,7 +15,7 @@ AVCODEC_DESC= LAVC codec support GNU_CONFIGURE= yes USE_GL= gl -USE_PERL5= yes +USES= perl5 USE_AUTOTOOLS= libltdl USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/${PORTNAME} Modified: head/graphics/cadubi/Makefile ============================================================================== --- head/graphics/cadubi/Makefile Mon Sep 16 17:03:42 2013 (r327418) +++ head/graphics/cadubi/Makefile Mon Sep 16 17:07:26 2013 (r327419) @@ -14,7 +14,7 @@ LICENSE= ART10 RUN_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey -USE_PERL5= yes +USES= perl5 NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} Modified: head/graphics/cbview/Makefile ============================================================================== --- head/graphics/cbview/Makefile Mon Sep 16 17:03:42 2013 (r327418) +++ head/graphics/cbview/Makefile Mon Sep 16 17:07:26 2013 (r327419) @@ -17,7 +17,7 @@ RUN_DEPENDS= unrar:${PORTSDIR}/archivers p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote NO_BUILD= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/${PORTNAME} Modified: head/graphics/feh/Makefile ============================================================================== --- head/graphics/feh/Makefile Mon Sep 16 17:03:42 2013 (r327418) +++ head/graphics/feh/Makefile Mon Sep 16 17:07:26 2013 (r327419) @@ -18,8 +18,8 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ giblib.1:${PORTSDIR}/graphics/giblib USE_XORG= x11 xt xinerama -USE_PERL5_RUN= yes -USE_GMAKE= yes +USES= gmake perl5 +USE_PERL5= run USE_BZIP2= yes MAN1= feh.1 feh-cam.1 gen-cam-menu.1 Modified: head/graphics/gd/Makefile ============================================================================== --- head/graphics/gd/Makefile Mon Sep 16 17:03:42 2013 (r327418) +++ head/graphics/gd/Makefile Mon Sep 16 17:07:26 2013 (r327419) @@ -24,7 +24,6 @@ GNU_CONFIGURE= yes GNU_CONFIGURE_ENV= PKG_CONFIG_LIBDIR=${LOCALBASE}/libdata/pkgconfig GNU_CONFIGURE_ARGS= USE_LDCONFIG= yes -WANT_PERL= yes OPTIONS_DEFINE= FONTCONFIG ICONV VPX XPM OPTIONS_DEFAULT=FONTCONFIG @@ -76,7 +75,8 @@ GNU_CONFIGURE_ARGS+= --with-xpm=no # koi9x15.bdf koi12x24.bdf koi10x20.bdf" # .if defined(GD_FONTS) -USE_PERL5_BUILD= yes +USES+= perl5 +USE_PERL5= build WRKFONTS= ${WRKSRC}/src .endif Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Mon Sep 16 17:03:42 2013 (r327418) +++ head/graphics/graphviz/Makefile Mon Sep 16 17:07:26 2013 (r327419) @@ -334,7 +334,7 @@ CONFIGURE_ENV+= SWIG="/nonexistent" .if ${PORT_OPTIONS:MPERL} CONFIGURE_ARGS+= --enable-perl PLIST_SUB+= WITH_PERL="" -USE_PERL5= yes +USES+= perl5 MAN3+= gv.3perl .else CONFIGURE_ARGS+= --disable-perl Modified: head/graphics/gscan2pdf/Makefile ============================================================================== --- head/graphics/gscan2pdf/Makefile Mon Sep 16 17:03:42 2013 (r327418) +++ head/graphics/gscan2pdf/Makefile Mon Sep 16 17:07:26 2013 (r327419) @@ -62,9 +62,9 @@ RUN_DEPENDS= p5-Archive-Tar>=0:${PORTSDI p5-Gtk2-ImageView>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2-ImageView \ bash:${PORTSDIR}/shells/bash -USE_GMAKE= yes +USES= gmake perl5 USE_GNOME= gtk20 librsvg2 -PERL_CONFIGURE= yes +PERL5= configure MAN1= ${PORTNAME}.1 scanadf-perl.1 scanimage-perl.1 PORT_VERBS= ${PORTNAME} Gscan2pdf Modified: head/graphics/import-pictures/Makefile ============================================================================== --- head/graphics/import-pictures/Makefile Mon Sep 16 17:03:42 2013 (r327418) +++ head/graphics/import-pictures/Makefile Mon Sep 16 17:07:26 2013 (r327419) @@ -16,8 +16,7 @@ RUN_DEPENDS= p5-Image-ExifTool>=0:${PORT p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes +USES= gmake perl5 PLIST_FILES= bin/${PORTNAME} Modified: head/graphics/libwpg/Makefile ============================================================================== --- head/graphics/libwpg/Makefile Mon Sep 16 17:03:42 2013 (r327418) +++ head/graphics/libwpg/Makefile Mon Sep 16 17:07:26 2013 (r327419) @@ -14,10 +14,9 @@ LICENSE_COMB= dual LIB_DEPENDS= wpd-0.9:${PORTSDIR}/textproc/libwpd USE_AUTOTOOLS= libtool -USES= pkgconfig +USES= pkgconfig perl5 USE_GNOME= gnomeprefix gnomehack ltverhack USE_BZIP2= yes -USE_PERL5= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-werror Modified: head/graphics/mapserver/Makefile ============================================================================== --- head/graphics/mapserver/Makefile Mon Sep 16 17:03:42 2013 (r327418) +++ head/graphics/mapserver/Makefile Mon Sep 16 17:07:26 2013 (r327419) @@ -149,10 +149,10 @@ PLIST_SUB+= PHP="@comment " .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5=yes -PLIST_SUB+= PERL="" +USES+= perl5 +PLIST_SUB+= PERL="" .else -PLIST_SUB+= PERL="@comment " +PLIST_SUB+= PERL="@comment " .endif .if ${PORT_OPTIONS:MCURL} Modified: head/graphics/opengtl/Makefile ============================================================================== --- head/graphics/opengtl/Makefile Mon Sep 16 17:03:42 2013 (r327418) +++ head/graphics/opengtl/Makefile Mon Sep 16 17:07:26 2013 (r327419) @@ -15,9 +15,8 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ BUILD_DEPENDS= ${LOCALBASE}/lib/libLLVM-3.2.so:${PORTSDIR}/devel/llvm RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= yes USE_BZIP2= yes -USES= cmake +USES= cmake perl5 USE_LDCONFIG= yes OPTIONS_DEFINE= SHIVA Modified: head/graphics/pgplot/Makefile ============================================================================== --- head/graphics/pgplot/Makefile Mon Sep 16 17:03:42 2013 (r327418) +++ head/graphics/pgplot/Makefile Mon Sep 16 17:07:26 2013 (r327419) @@ -40,7 +40,8 @@ DOCS= cpg/cpgplot.doc pgplot-routines.te readme.pgdisp rgb.txt SUFFIXES+= doc PORTDOCS= ${DOCS:C|.*/||} -USE_PERL5_BUILD= yes +USES+= perl5 +USE_PERL5= build .endif .if ${PORT_OPTIONS:MEXAMPLES} Modified: head/graphics/renrot/Makefile ============================================================================== --- head/graphics/renrot/Makefile Mon Sep 16 17:03:42 2013 (r327418) +++ head/graphics/renrot/Makefile Mon Sep 16 17:07:26 2013 (r327419) @@ -14,7 +14,8 @@ LICENSE= ART20 BUILD_DEPENDS= p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool RUN_DEPENDS:= ${BUILD_DEPENDS} jpegtran:${PORTSDIR}/graphics/jpeg -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure OPTIONS_DEFINE= IMAGEMAGICK DOCS IMAGEMAGICK_DESC= Image::Magick Perl module support Modified: head/graphics/sketch/Makefile ============================================================================== --- head/graphics/sketch/Makefile Mon Sep 16 17:03:42 2013 (r327418) +++ head/graphics/sketch/Makefile Mon Sep 16 17:07:26 2013 (r327419) @@ -14,8 +14,8 @@ LICENSE= GPLv3 MAKEFILE= makefile ALL_TARGET= -USE_GMAKE= yes -USE_PERL5_BUILD=yes +USES= gmake perl5 +USE_PERL5= build USE_DOS2UNIX= yes PLIST_FILES= bin/sketch Modified: head/x11-fm/thunar-vfs/Makefile ============================================================================== --- head/x11-fm/thunar-vfs/Makefile Mon Sep 16 17:03:42 2013 (r327418) +++ head/x11-fm/thunar-vfs/Makefile Mon Sep 16 17:07:26 2013 (r327419) @@ -19,13 +19,11 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ USE_BZIP2= yes USE_AUTOTOOLS= libtool -USE_PERL5= yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= glib20 gtk20 intltool intlhack USE_XFCE= configenv libutil libexo USE_XORG= x11 -USES= pkgconfig pathfix +USES= gmake pathfix perl5 pkgconfig CONFIGURE_ARGS= --disable-debug Modified: head/x11-fm/thunar/Makefile ============================================================================== --- head/x11-fm/thunar/Makefile Mon Sep 16 17:03:42 2013 (r327418) +++ head/x11-fm/thunar/Makefile Mon Sep 16 17:07:26 2013 (r327419) @@ -16,13 +16,11 @@ LIB_DEPENDS= tumbler-1:${PORTSDIR}/desku GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes -USE_PERL5= yes -USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack gdkpixbuf2 USE_LDCONFIG= yes USE_XFCE= configenv libexo libmenu libutil USE_XORG= sm x11 -USES= desktop-file-utils pathfix pkgconfig +USES= desktop-file-utils gmake pathfix perl5 pkgconfig OPTIONS_DEFINE= DBUS DOCS GVFS NLS NOTIFY STARTUP OPTIONS_GROUP= PLUGINS From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 17:22:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0BB049A1; Mon, 16 Sep 2013 17:22:31 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ECD462DA5; Mon, 16 Sep 2013 17:22:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GHMUfl098418; Mon, 16 Sep 2013 17:22:30 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GHMUlf098416; Mon, 16 Sep 2013 17:22:30 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309161722.r8GHMUlf098416@svn.freebsd.org> From: Guido Falsi Date: Mon, 16 Sep 2013 17:22:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327420 - in head: devel/glib20 sysutils/e2fsprogs 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.14 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, 16 Sep 2013 17:22:31 -0000 Author: madpilot Date: Mon Sep 16 17:22:30 2013 New Revision: 327420 URL: http://svnweb.freebsd.org/changeset/ports/327420 Log: - Make conditionals check for head iconv take advantage of iconv.mk populated variables. Submitted by: marino Approved by: portmgr (bapt, implicit) Modified: head/devel/glib20/Makefile head/sysutils/e2fsprogs/Makefile Modified: head/devel/glib20/Makefile ============================================================================== --- head/devel/glib20/Makefile Mon Sep 16 17:07:26 2013 (r327419) +++ head/devel/glib20/Makefile Mon Sep 16 17:22:30 2013 (r327420) @@ -53,7 +53,7 @@ CONFIGURE_ARGS+=--disable-dtrace #CONFIGURE_ARGS+=--enable-dtrace #.endif -.if exists(/usr/include/iconv.h) && ${OSVERSION} >= 1000043 +.if empty(ICONV_LIB) CONFIGURE_ARGS+= --with-libiconv=native .else CONFIGURE_ARGS+= --with-libiconv=gnu Modified: head/sysutils/e2fsprogs/Makefile ============================================================================== --- head/sysutils/e2fsprogs/Makefile Mon Sep 16 17:07:26 2013 (r327419) +++ head/sysutils/e2fsprogs/Makefile Mon Sep 16 17:22:30 2013 (r327420) @@ -54,7 +54,7 @@ MAKE_ARGS+= V=1 .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB= NLS="" -. if ${OSVERSION} >= 1000043 +. if empty(ICONV_LIB) libintl= "${LOCALBASE}/lib/libintl.a" . else libintl= "${LOCALBASE}/lib/libintl.a ${LOCALBASE}/lib/libiconv.a" From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 17:23:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5D176B32; Mon, 16 Sep 2013 17:23:40 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4AE392DC4; Mon, 16 Sep 2013 17:23:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GHNetD098821; Mon, 16 Sep 2013 17:23:40 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GHNeXg098820; Mon, 16 Sep 2013 17:23:40 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309161723.r8GHNeXg098820@svn.freebsd.org> From: Guido Falsi Date: Mon, 16 Sep 2013 17:23:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327421 - head/games/valyriatear 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.14 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, 16 Sep 2013 17:23:40 -0000 Author: madpilot Date: Mon Sep 16 17:23:39 2013 New Revision: 327421 URL: http://svnweb.freebsd.org/changeset/ports/327421 Log: - Add explicit LDFLAGS Submitted by: marino Approved by: portmgr (bapt, implicit) Modified: head/games/valyriatear/Makefile Modified: head/games/valyriatear/Makefile ============================================================================== --- head/games/valyriatear/Makefile Mon Sep 16 17:22:30 2013 (r327420) +++ head/games/valyriatear/Makefile Mon Sep 16 17:23:39 2013 (r327421) @@ -28,6 +28,7 @@ USE_GL= gl USE_OPENAL= yes USE_LUA= 5.1 USE_GCC= any # problems in luabind; recheck with next update +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -lintl PORTDOCS= * From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 17:25:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F2B05C43; Mon, 16 Sep 2013 17:25:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C59722DE2; Mon, 16 Sep 2013 17:25:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GHPKVn099603; Mon, 16 Sep 2013 17:25:20 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GHPKvJ099600; Mon, 16 Sep 2013 17:25:20 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309161725.r8GHPKvJ099600@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Sep 2013 17:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327422 - in head: hebrew/hunspell russian/rus-ispell ukrainian/hunspell 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.14 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, 16 Sep 2013 17:25:21 -0000 Author: sunpoet Date: Mon Sep 16 17:25:19 2013 New Revision: 327422 URL: http://svnweb.freebsd.org/changeset/ports/327422 Log: - Use USES=gmake - Cleanup Makefile header Modified: head/hebrew/hunspell/Makefile head/russian/rus-ispell/Makefile (contents, props changed) head/ukrainian/hunspell/Makefile Modified: head/hebrew/hunspell/Makefile ============================================================================== --- head/hebrew/hunspell/Makefile Mon Sep 16 17:23:39 2013 (r327421) +++ head/hebrew/hunspell/Makefile Mon Sep 16 17:25:19 2013 (r327422) @@ -1,9 +1,5 @@ -# New ports collection makefile for: hunspell -# Date created: 2011-07-20 -# Whom: Baptiste Daroussin -# +# Created by: Baptiste Daroussin # $FreeBSD$ -# PORTNAME= hunspell PORTVERSION= 1.2 @@ -16,12 +12,11 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Hebrew hunspell dictionaries -USES= iconv:build perl5 ALL_TARGET= hunspell CONFIGURE_ARGS= --enable-fatverb GNU_CONFIGURE= yes -USE_GMAKE= yes USE_PERL5= build +USES= gmake iconv:build perl5 PLIST_FILES= %%DATADIR%%/he.aff \ %%DATADIR%%/he.dic Modified: head/russian/rus-ispell/Makefile ============================================================================== --- head/russian/rus-ispell/Makefile Mon Sep 16 17:23:39 2013 (r327421) +++ head/russian/rus-ispell/Makefile Mon Sep 16 17:25:19 2013 (r327422) @@ -1,9 +1,5 @@ -# New ports collection makefile for: rus-ispell -# Date created: 29.01.2001 -# Whom: ache -# +# Created by: ache # $FreeBSD$ -# PORTNAME= rus-ispell PORTVERSION= 0.99g5 @@ -16,7 +12,7 @@ COMMENT= New Russian dictionaries for is BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell -USE_GMAKE= yes +USES= gmake .if defined(RUS_ISPELL_WITH_YO_ONLY) MAKE_ARGS+= YO=1 .endif Modified: head/ukrainian/hunspell/Makefile ============================================================================== --- head/ukrainian/hunspell/Makefile Mon Sep 16 17:23:39 2013 (r327421) +++ head/ukrainian/hunspell/Makefile Mon Sep 16 17:25:19 2013 (r327422) @@ -12,10 +12,9 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Ukrainian hunspell dictionaries -USES= iconv:build shebangfix perl5 ALL_TARGET= myspell -USE_GMAKE= yes USE_PERL5= build +USES= gmake iconv:build shebangfix perl5 SHEBANG_FILES= bin/*.pl PLIST_FILES= %%DATADIR%%/uk_UA.aff \ From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 17:27:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BDC75D61; Mon, 16 Sep 2013 17:27:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB0A42E09; Mon, 16 Sep 2013 17:27:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GHRVEk000710; Mon, 16 Sep 2013 17:27:31 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GHRVmk000709; Mon, 16 Sep 2013 17:27:31 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309161727.r8GHRVmk000709@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Sep 2013 17:27:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327423 - head/lang/python33 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.14 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, 16 Sep 2013 17:27:31 -0000 Author: sunpoet Date: Mon Sep 16 17:27:31 2013 New Revision: 327423 URL: http://svnweb.freebsd.org/changeset/ports/327423 Log: - Use USES=gmake Modified: head/lang/python33/Makefile Modified: head/lang/python33/Makefile ============================================================================== --- head/lang/python33/Makefile Mon Sep 16 17:25:19 2013 (r327422) +++ head/lang/python33/Makefile Mon Sep 16 17:27:31 2013 (r327423) @@ -22,9 +22,9 @@ USE_LDCONFIG= yes INSTALL_TARGET= altinstall MAN1= ${PYTHON_VERSION}.1 -USE_GMAKE= yes USE_XZ= yes USE_PYTHON= yes +USES= gmake PYTHON_VERSION= python3.3 PYTHON_NO_DEPENDS= yes From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 17:29:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 40122F70; Mon, 16 Sep 2013 17:29:10 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2DB502E2D; Mon, 16 Sep 2013 17:29:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GHTAqV001500; Mon, 16 Sep 2013 17:29:10 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GHT99Z001498; Mon, 16 Sep 2013 17:29:09 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309161729.r8GHT99Z001498@svn.freebsd.org> From: Andrej Zverev Date: Mon, 16 Sep 2013 17:29:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327424 - in head/mail: dspam dspam-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.14 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, 16 Sep 2013 17:29:10 -0000 Author: az Date: Mon Sep 16 17:29:09 2013 New Revision: 327424 URL: http://svnweb.freebsd.org/changeset/ports/327424 Log: - convert to the new perl5 framework - remove redundant perl usage, since we use it already in global context Approved by: portmgr (bapt@, blanket) Modified: head/mail/dspam-devel/Makefile head/mail/dspam/Makefile Modified: head/mail/dspam-devel/Makefile ============================================================================== --- head/mail/dspam-devel/Makefile Mon Sep 16 17:27:31 2013 (r327423) +++ head/mail/dspam-devel/Makefile Mon Sep 16 17:29:09 2013 (r327424) @@ -87,7 +87,7 @@ WEBUI_DESC= Install WebUI, pulls in Apac OPTIONS_DEFAULT= SYSLOG DEBUG DAEMON CLAMAV CLAMAV_LOCAL MYSQL55 \ PGSQL SQLITE3 HASH -USE_PERL5= yes +USES= perl5 USE_AUTOTOOLS= libtool .ifdef(SNAP_DATE) USE_AUTOTOOLS+= autoconf:env automake @@ -402,7 +402,6 @@ RUN_DEPENDS+= p5-GD-Graph3d>=0:${PORTSDI RUN_DEPENDS+= p5-GD-TextUtil>=0:${PORTSDIR}/graphics/p5-GD-TextUtil CONFIGURE_ARGS+=--enable-logging CONFIGURE_ARGS+=--enable-user-logging -USE_PERL5= yes PLIST_SUB+= WebUI="" _SED_SCRIPT+= -e 's/%%WebUI%%//g' _SED_SCRIPT+= -e 's,%%WWWDIR%%,${WWWDIR},g' Modified: head/mail/dspam/Makefile ============================================================================== --- head/mail/dspam/Makefile Mon Sep 16 17:27:31 2013 (r327423) +++ head/mail/dspam/Makefile Mon Sep 16 17:29:09 2013 (r327424) @@ -73,7 +73,7 @@ OPTIONS_DEFAULT= SYSLOG DEBUG DAEMON CLA PGSQL SQLITE3 HASH MAKE_JOBS_UNSAFE= yes -USE_PERL5= yes +USES= perl5 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -381,7 +381,6 @@ RUN_DEPENDS+= p5-GD-Graph3d>=0:${PORTSDI RUN_DEPENDS+= p5-GD-TextUtil>=0:${PORTSDIR}/graphics/p5-GD-TextUtil CONFIGURE_ARGS+=--enable-logging CONFIGURE_ARGS+=--enable-user-logging -USE_PERL5= yes PLIST_SUB+= WebUI="" _SED_SCRIPT+= -e 's/%%WebUI%%//g' _SED_SCRIPT+= -e 's,%%WWWDIR%%,${WWWDIR},g' From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 17:37:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E5EB85E6; Mon, 16 Sep 2013 17:37:14 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D34782EE6; Mon, 16 Sep 2013 17:37:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GHbEfc005545; Mon, 16 Sep 2013 17:37:14 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GHbE1g005544; Mon, 16 Sep 2013 17:37:14 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309161737.r8GHbE1g005544@svn.freebsd.org> From: Guido Falsi Date: Mon, 16 Sep 2013 17:37:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327425 - head/games/stockfish 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.14 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, 16 Sep 2013 17:37:15 -0000 Author: madpilot Date: Mon Sep 16 17:37:14 2013 New Revision: 327425 URL: http://svnweb.freebsd.org/changeset/ports/327425 Log: - Fix build with clang - Make it respect PREFIX - While here, USES=gmake PR: ports/181616 Submitted by: Me Approved by: Maintainer timeout Modified: head/games/stockfish/Makefile Modified: head/games/stockfish/Makefile ============================================================================== --- head/games/stockfish/Makefile Mon Sep 16 17:29:09 2013 (r327424) +++ head/games/stockfish/Makefile Mon Sep 16 17:37:14 2013 (r327425) @@ -19,7 +19,7 @@ LICENSE= GPLv3 USE_ZIP= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_GMAKE= yes +USES= gmake MYARCH= ${ARCH} BOOKDIR= . PORTDOCS= Readme.txt polyglot.ini @@ -69,6 +69,13 @@ ALL_TARGET= ${TGTBLD} ARCH=${MYARCH} COM BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif +.if exists(/usr/bin/clang) && ${OSVERSION} > 1000024 +MYCC= clang +.endif + +post-patch: + @${REINPLACE_CMD} -e "s/^PREFIX =/PREFIX ?=/" ${WRKSRC}/Makefile + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/stockfish ${PREFIX}/bin/stockfish From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 17:38:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B8B736F9; Mon, 16 Sep 2013 17:38:51 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8CB1F2F01; Mon, 16 Sep 2013 17:38:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GHcpMg006327; Mon, 16 Sep 2013 17:38:51 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GHcphD006325; Mon, 16 Sep 2013 17:38:51 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309161738.r8GHcphD006325@svn.freebsd.org> From: Guido Falsi Date: Mon, 16 Sep 2013 17:38:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327426 - in head/audio/wavegain: . 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.14 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, 16 Sep 2013 17:38:51 -0000 Author: madpilot Date: Mon Sep 16 17:38:50 2013 New Revision: 327426 URL: http://svnweb.freebsd.org/changeset/ports/327426 Log: - Fix build with clang (Respect CC) - Make it respect LOCALBASE - Trim Makefile headers - Convert LIB_DEPENDS to new format and remove ABI version number - USES gmake PR: ports/181615 Submitted by: Me Approved by: Maintainer timeout Modified: head/audio/wavegain/Makefile (contents, props changed) head/audio/wavegain/files/patch-Makefile.linux (contents, props changed) Modified: head/audio/wavegain/Makefile ============================================================================== --- head/audio/wavegain/Makefile Mon Sep 16 17:37:14 2013 (r327425) +++ head/audio/wavegain/Makefile Mon Sep 16 17:38:50 2013 (r327426) @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}srcs MAINTAINER= darcsis@gmail.com COMMENT= A program that applies ReplayGain to wave files -LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile +LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile USES= gmake USE_ZIP= yes @@ -26,6 +26,9 @@ WRKSRC= ${WRKDIR}/WaveGain-${PORTVERSION BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif +post-patch: + @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/Makefile.linux + do-configure: @cd ${WRKSRC} && ${CP} Makefile.linux Makefile Modified: head/audio/wavegain/files/patch-Makefile.linux ============================================================================== --- head/audio/wavegain/files/patch-Makefile.linux Mon Sep 16 17:37:14 2013 (r327425) +++ head/audio/wavegain/files/patch-Makefile.linux Mon Sep 16 17:38:50 2013 (r327426) @@ -1,9 +1,11 @@ ---- Makefile.linux 2005-11-30 11:17:14.000000000 +0800 -+++ Makefile.linux 2008-05-24 22:14:34.000000000 +0800 -@@ -1,5 +1,5 @@ +--- Makefile.linux.orig 2005-11-30 12:17:14.000000000 +0100 ++++ Makefile.linux 2013-08-28 13:02:43.817494398 +0200 +@@ -1,5 +1,7 @@ ++CC ?= cc ++ all: - gcc *.c -o wavegain -DHAVE_CONFIG_H -lm -lsndfile -+ gcc *.c -o wavegain -DHAVE_CONFIG_H -lm -lsndfile -L/usr/local/lib ++ ${CC} *.c -o wavegain -DHAVE_CONFIG_H -lm -lsndfile -L%%LOCALBASE%%/lib install: install -d /usr/bin/ From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 17:39:26 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 94A767EE; Mon, 16 Sep 2013 17:39:26 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8280F2F0F; Mon, 16 Sep 2013 17:39:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GHdQPw006625; Mon, 16 Sep 2013 17:39:26 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GHdQ6r006624; Mon, 16 Sep 2013 17:39:26 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309161739.r8GHdQ6r006624@svn.freebsd.org> From: William Grzybowski Date: Mon, 16 Sep 2013 17:39:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327427 - head/security/xca 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.14 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, 16 Sep 2013 17:39:26 -0000 Author: wg Date: Mon Sep 16 17:39:26 2013 New Revision: 327427 URL: http://svnweb.freebsd.org/changeset/ports/327427 Log: security/xca: fix build on head - Fix build on head [1] - Trim Makefile header - USES gmake shared-mime-info PR: ports/182090 Submitted by: freebsd _AT_ nagilum.org (maintainer) Modified: head/security/xca/Makefile Modified: head/security/xca/Makefile ============================================================================== --- head/security/xca/Makefile Mon Sep 16 17:38:50 2013 (r327426) +++ head/security/xca/Makefile Mon Sep 16 17:39:26 2013 (r327427) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xca -# Date created: 2002-12-23 -# Whom: Valentin Zahariev -# +# Created by: Valentin Zahariev # $FreeBSD$ -# PORTNAME= xca PORTVERSION= 0.9.3 @@ -16,14 +12,10 @@ COMMENT= Graphical certification authori LICENSE= BSD -RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info - -USE_GMAKE= yes USE_OPENSSL= yes USE_QT4= gui moc_build uic_build qmake_build rcc_build linguist_build USE_AUTOTOOLS= libltdl -CC?= gcc -CXX?= g++ +USES= gmake shared-mime-info MAN1= xca.1 MANCOMPRESSED= yes @@ -52,7 +44,7 @@ post-patch: @${REINPLACE_CMD} -e "/VPATH/{G;s/$$/TOPDIR_/;}" -e "s:\(TOPDIR\)_:\1=${WRKSRC}:" ${WRKSRC}/misc/Makefile @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/lib/import.cpp -post-install: - @-update-mime-database ${PREFIX}/share/mime +post-configure: + ${REINPLACE_CMD} -e 's/-lQtGui/-lQtCore -lQtGui/' ${WRKSRC}/Local.mak .include From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 17:42:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EC3DE9FE; Mon, 16 Sep 2013 17:42:50 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D9F142F69; Mon, 16 Sep 2013 17:42:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GHgoJv010055; Mon, 16 Sep 2013 17:42:50 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GHgo4E010054; Mon, 16 Sep 2013 17:42:50 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309161742.r8GHgo4E010054@svn.freebsd.org> From: Guido Falsi Date: Mon, 16 Sep 2013 17:42:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327428 - head/sysutils/logstash/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.14 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, 16 Sep 2013 17:42:51 -0000 Author: madpilot Date: Mon Sep 16 17:42:50 2013 New Revision: 327428 URL: http://svnweb.freebsd.org/changeset/ports/327428 Log: Make comment and actual variable names the same. PR: ports/181620 Submitted by: Vivek Khera Approved by: Maintainer timeout Modified: head/sysutils/logstash/files/logstash.in (contents, props changed) Modified: head/sysutils/logstash/files/logstash.in ============================================================================== --- head/sysutils/logstash/files/logstash.in Mon Sep 16 17:39:26 2013 (r327427) +++ head/sysutils/logstash/files/logstash.in Mon Sep 16 17:42:50 2013 (r327428) @@ -20,7 +20,7 @@ # "web": Starts logstash as a web ui # "agent": Justs works as a log shipper # -# logstash_logging (bool): +# logstash_log (bool): # Set to "NO" by default. # Set it to "YES" to enable logstash logging to file # Default output to /var/log/logstash.log From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 17:51:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0E601C4B; Mon, 16 Sep 2013 17:51:36 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED2892010; Mon, 16 Sep 2013 17:51:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GHpZkI014610; Mon, 16 Sep 2013 17:51:35 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GHpZEY014605; Mon, 16 Sep 2013 17:51:35 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201309161751.r8GHpZEY014605@svn.freebsd.org> From: Marcus von Appen Date: Mon, 16 Sep 2013 17:51:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327429 - in head/devel: . py-sdl2 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.14 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, 16 Sep 2013 17:51:36 -0000 Author: mva Date: Mon Sep 16 17:51:34 2013 New Revision: 327429 URL: http://svnweb.freebsd.org/changeset/ports/327429 Log: PySDL2 is easy to learn and a powerful multimedia programming framework. It is a wrapper around the various SDL2 libraries and as such similar to the discontinued PySDL project. WWW: http://bitbucket.org/marcusva/py-sdl2 Added: head/devel/py-sdl2/ head/devel/py-sdl2/Makefile (contents, props changed) head/devel/py-sdl2/distinfo (contents, props changed) head/devel/py-sdl2/pkg-descr (contents, props changed) head/devel/py-sdl2/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Sep 16 17:42:50 2013 (r327428) +++ head/devel/Makefile Mon Sep 16 17:51:34 2013 (r327429) @@ -3723,6 +3723,7 @@ SUBDIR += py-rtree SUBDIR += py-ruledispatch SUBDIR += py-sanetime + SUBDIR += py-sdl2 SUBDIR += py-serpent SUBDIR += py-setproctitle SUBDIR += py-setuptools-git Added: head/devel/py-sdl2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-sdl2/Makefile Mon Sep 16 17:51:34 2013 (r327429) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= sdl2 +PORTVERSION= 0.6.0 +CATEGORIES= devel python +MASTER_SITES= http://cdn.bitbucket.org/marcusva/py-sdl2/downloads/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= PySDL2-${PORTVERSION} + +MAINTAINER= mva@FreeBSD.org +COMMENT= Python bindings to the SDL2 libraries + +USE_SDL= sdl2 image2 ttf2 mixer2 +USE_PYTHON= 2.7+ +USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= PySDL2 + +OPTIONS_DEFINE= DOCS + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${INSTALL} -d ${DOCSDIR}/html + @${TAR} -C ${WRKSRC}/doc/html -cf - . | \ + ${TAR} -C ${DOCSDIR}/html -xf - +.endif + +.include Added: head/devel/py-sdl2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-sdl2/distinfo Mon Sep 16 17:51:34 2013 (r327429) @@ -0,0 +1,2 @@ +SHA256 (PySDL2-0.6.0.tar.gz) = 9c037c494256a7e165f5c0c638c699aa4ebb003cf28a41f1639d9be891a3a393 +SIZE (PySDL2-0.6.0.tar.gz) = 922206 Added: head/devel/py-sdl2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-sdl2/pkg-descr Mon Sep 16 17:51:34 2013 (r327429) @@ -0,0 +1,5 @@ +PySDL2 is easy to learn and a powerful multimedia programming framework. +It is a wrapper around the various SDL2 libraries and as such similar to the +discontinued PySDL project. + +WWW: http://bitbucket.org/marcusva/py-sdl2 Added: head/devel/py-sdl2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-sdl2/pkg-plist Mon Sep 16 17:51:34 2013 (r327429) @@ -0,0 +1,502 @@ +%%PYTHON_SITELIBDIR%%/sdl2/__init__.py +%%PYTHON_SITELIBDIR%%/sdl2/__init__.pyc +%%PYTHON_SITELIBDIR%%/sdl2/__init__.pyo +%%PYTHON_SITELIBDIR%%/sdl2/audio.py +%%PYTHON_SITELIBDIR%%/sdl2/audio.pyc +%%PYTHON_SITELIBDIR%%/sdl2/audio.pyo +%%PYTHON_SITELIBDIR%%/sdl2/blendmode.py +%%PYTHON_SITELIBDIR%%/sdl2/blendmode.pyc +%%PYTHON_SITELIBDIR%%/sdl2/blendmode.pyo +%%PYTHON_SITELIBDIR%%/sdl2/clipboard.py +%%PYTHON_SITELIBDIR%%/sdl2/clipboard.pyc +%%PYTHON_SITELIBDIR%%/sdl2/clipboard.pyo +%%PYTHON_SITELIBDIR%%/sdl2/cpuinfo.py +%%PYTHON_SITELIBDIR%%/sdl2/cpuinfo.pyc +%%PYTHON_SITELIBDIR%%/sdl2/cpuinfo.pyo +%%PYTHON_SITELIBDIR%%/sdl2/dll.py +%%PYTHON_SITELIBDIR%%/sdl2/dll.pyc +%%PYTHON_SITELIBDIR%%/sdl2/dll.pyo +%%PYTHON_SITELIBDIR%%/sdl2/endian.py +%%PYTHON_SITELIBDIR%%/sdl2/endian.pyc +%%PYTHON_SITELIBDIR%%/sdl2/endian.pyo +%%PYTHON_SITELIBDIR%%/sdl2/error.py +%%PYTHON_SITELIBDIR%%/sdl2/error.pyc +%%PYTHON_SITELIBDIR%%/sdl2/error.pyo +%%PYTHON_SITELIBDIR%%/sdl2/events.py +%%PYTHON_SITELIBDIR%%/sdl2/events.pyc +%%PYTHON_SITELIBDIR%%/sdl2/events.pyo +%%PYTHON_SITELIBDIR%%/sdl2/examples/__init__.py +%%PYTHON_SITELIBDIR%%/sdl2/examples/__init__.pyc +%%PYTHON_SITELIBDIR%%/sdl2/examples/__init__.pyo +%%PYTHON_SITELIBDIR%%/sdl2/examples/colorpalettes.py +%%PYTHON_SITELIBDIR%%/sdl2/examples/colorpalettes.pyc +%%PYTHON_SITELIBDIR%%/sdl2/examples/colorpalettes.pyo +%%PYTHON_SITELIBDIR%%/sdl2/examples/draw.py +%%PYTHON_SITELIBDIR%%/sdl2/examples/draw.pyc +%%PYTHON_SITELIBDIR%%/sdl2/examples/draw.pyo +%%PYTHON_SITELIBDIR%%/sdl2/examples/gfxdrawing.py +%%PYTHON_SITELIBDIR%%/sdl2/examples/gfxdrawing.pyc +%%PYTHON_SITELIBDIR%%/sdl2/examples/gfxdrawing.pyo +%%PYTHON_SITELIBDIR%%/sdl2/examples/gui.py +%%PYTHON_SITELIBDIR%%/sdl2/examples/gui.pyc +%%PYTHON_SITELIBDIR%%/sdl2/examples/gui.pyo +%%PYTHON_SITELIBDIR%%/sdl2/examples/helloworld.py +%%PYTHON_SITELIBDIR%%/sdl2/examples/helloworld.pyc +%%PYTHON_SITELIBDIR%%/sdl2/examples/helloworld.pyo +%%PYTHON_SITELIBDIR%%/sdl2/examples/opengl.py +%%PYTHON_SITELIBDIR%%/sdl2/examples/opengl.pyc +%%PYTHON_SITELIBDIR%%/sdl2/examples/opengl.pyo +%%PYTHON_SITELIBDIR%%/sdl2/examples/particles.py +%%PYTHON_SITELIBDIR%%/sdl2/examples/particles.pyc +%%PYTHON_SITELIBDIR%%/sdl2/examples/particles.pyo +%%PYTHON_SITELIBDIR%%/sdl2/examples/pixelaccess.py +%%PYTHON_SITELIBDIR%%/sdl2/examples/pixelaccess.pyc +%%PYTHON_SITELIBDIR%%/sdl2/examples/pixelaccess.pyo +%%PYTHON_SITELIBDIR%%/sdl2/examples/pong.py +%%PYTHON_SITELIBDIR%%/sdl2/examples/pong.pyc +%%PYTHON_SITELIBDIR%%/sdl2/examples/pong.pyo +%%PYTHON_SITELIBDIR%%/sdl2/examples/resources/button.bmp +%%PYTHON_SITELIBDIR%%/sdl2/examples/resources/circle.png +%%PYTHON_SITELIBDIR%%/sdl2/examples/resources/font.bmp +%%PYTHON_SITELIBDIR%%/sdl2/examples/resources/hello.bmp +%%PYTHON_SITELIBDIR%%/sdl2/examples/resources/square.png +%%PYTHON_SITELIBDIR%%/sdl2/examples/resources/star.png +%%PYTHON_SITELIBDIR%%/sdl2/examples/resources/testimage.svg +%%PYTHON_SITELIBDIR%%/sdl2/examples/resources/textentry.bmp +%%PYTHON_SITELIBDIR%%/sdl2/examples/resources/tuffy.ttf +%%PYTHON_SITELIBDIR%%/sdl2/examples/sdl2hello.py +%%PYTHON_SITELIBDIR%%/sdl2/examples/sdl2hello.pyc +%%PYTHON_SITELIBDIR%%/sdl2/examples/sdl2hello.pyo +%%PYTHON_SITELIBDIR%%/sdl2/ext/__init__.py +%%PYTHON_SITELIBDIR%%/sdl2/ext/__init__.pyc +%%PYTHON_SITELIBDIR%%/sdl2/ext/__init__.pyo +%%PYTHON_SITELIBDIR%%/sdl2/ext/algorithms.py +%%PYTHON_SITELIBDIR%%/sdl2/ext/algorithms.pyc +%%PYTHON_SITELIBDIR%%/sdl2/ext/algorithms.pyo +%%PYTHON_SITELIBDIR%%/sdl2/ext/array.py +%%PYTHON_SITELIBDIR%%/sdl2/ext/array.pyc +%%PYTHON_SITELIBDIR%%/sdl2/ext/array.pyo +%%PYTHON_SITELIBDIR%%/sdl2/ext/color.py +%%PYTHON_SITELIBDIR%%/sdl2/ext/color.pyc +%%PYTHON_SITELIBDIR%%/sdl2/ext/color.pyo +%%PYTHON_SITELIBDIR%%/sdl2/ext/colorpalettes.py +%%PYTHON_SITELIBDIR%%/sdl2/ext/colorpalettes.pyc +%%PYTHON_SITELIBDIR%%/sdl2/ext/colorpalettes.pyo +%%PYTHON_SITELIBDIR%%/sdl2/ext/common.py +%%PYTHON_SITELIBDIR%%/sdl2/ext/common.pyc +%%PYTHON_SITELIBDIR%%/sdl2/ext/common.pyo +%%PYTHON_SITELIBDIR%%/sdl2/ext/compat.py +%%PYTHON_SITELIBDIR%%/sdl2/ext/compat.pyc +%%PYTHON_SITELIBDIR%%/sdl2/ext/compat.pyo +%%PYTHON_SITELIBDIR%%/sdl2/ext/draw.py +%%PYTHON_SITELIBDIR%%/sdl2/ext/draw.pyc +%%PYTHON_SITELIBDIR%%/sdl2/ext/draw.pyo +%%PYTHON_SITELIBDIR%%/sdl2/ext/ebs.py +%%PYTHON_SITELIBDIR%%/sdl2/ext/ebs.pyc +%%PYTHON_SITELIBDIR%%/sdl2/ext/ebs.pyo +%%PYTHON_SITELIBDIR%%/sdl2/ext/events.py +%%PYTHON_SITELIBDIR%%/sdl2/ext/events.pyc +%%PYTHON_SITELIBDIR%%/sdl2/ext/events.pyo +%%PYTHON_SITELIBDIR%%/sdl2/ext/font.py +%%PYTHON_SITELIBDIR%%/sdl2/ext/font.pyc +%%PYTHON_SITELIBDIR%%/sdl2/ext/font.pyo +%%PYTHON_SITELIBDIR%%/sdl2/ext/gui.py +%%PYTHON_SITELIBDIR%%/sdl2/ext/gui.pyc +%%PYTHON_SITELIBDIR%%/sdl2/ext/gui.pyo +%%PYTHON_SITELIBDIR%%/sdl2/ext/image.py +%%PYTHON_SITELIBDIR%%/sdl2/ext/image.pyc +%%PYTHON_SITELIBDIR%%/sdl2/ext/image.pyo +%%PYTHON_SITELIBDIR%%/sdl2/ext/particles.py +%%PYTHON_SITELIBDIR%%/sdl2/ext/particles.pyc +%%PYTHON_SITELIBDIR%%/sdl2/ext/particles.pyo +%%PYTHON_SITELIBDIR%%/sdl2/ext/pixelaccess.py +%%PYTHON_SITELIBDIR%%/sdl2/ext/pixelaccess.pyc +%%PYTHON_SITELIBDIR%%/sdl2/ext/pixelaccess.pyo +%%PYTHON_SITELIBDIR%%/sdl2/ext/resources.py +%%PYTHON_SITELIBDIR%%/sdl2/ext/resources.pyc +%%PYTHON_SITELIBDIR%%/sdl2/ext/resources.pyo +%%PYTHON_SITELIBDIR%%/sdl2/ext/sprite.py +%%PYTHON_SITELIBDIR%%/sdl2/ext/sprite.pyc +%%PYTHON_SITELIBDIR%%/sdl2/ext/sprite.pyo +%%PYTHON_SITELIBDIR%%/sdl2/ext/window.py +%%PYTHON_SITELIBDIR%%/sdl2/ext/window.pyc +%%PYTHON_SITELIBDIR%%/sdl2/ext/window.pyo +%%PYTHON_SITELIBDIR%%/sdl2/filesystem.py +%%PYTHON_SITELIBDIR%%/sdl2/filesystem.pyc +%%PYTHON_SITELIBDIR%%/sdl2/filesystem.pyo +%%PYTHON_SITELIBDIR%%/sdl2/gamecontroller.py +%%PYTHON_SITELIBDIR%%/sdl2/gamecontroller.pyc +%%PYTHON_SITELIBDIR%%/sdl2/gamecontroller.pyo +%%PYTHON_SITELIBDIR%%/sdl2/gesture.py +%%PYTHON_SITELIBDIR%%/sdl2/gesture.pyc +%%PYTHON_SITELIBDIR%%/sdl2/gesture.pyo +%%PYTHON_SITELIBDIR%%/sdl2/haptic.py +%%PYTHON_SITELIBDIR%%/sdl2/haptic.pyc +%%PYTHON_SITELIBDIR%%/sdl2/haptic.pyo +%%PYTHON_SITELIBDIR%%/sdl2/hints.py +%%PYTHON_SITELIBDIR%%/sdl2/hints.pyc +%%PYTHON_SITELIBDIR%%/sdl2/hints.pyo +%%PYTHON_SITELIBDIR%%/sdl2/joystick.py +%%PYTHON_SITELIBDIR%%/sdl2/joystick.pyc +%%PYTHON_SITELIBDIR%%/sdl2/joystick.pyo +%%PYTHON_SITELIBDIR%%/sdl2/keyboard.py +%%PYTHON_SITELIBDIR%%/sdl2/keyboard.pyc +%%PYTHON_SITELIBDIR%%/sdl2/keyboard.pyo +%%PYTHON_SITELIBDIR%%/sdl2/keycode.py +%%PYTHON_SITELIBDIR%%/sdl2/keycode.pyc +%%PYTHON_SITELIBDIR%%/sdl2/keycode.pyo +%%PYTHON_SITELIBDIR%%/sdl2/loadso.py +%%PYTHON_SITELIBDIR%%/sdl2/loadso.pyc +%%PYTHON_SITELIBDIR%%/sdl2/loadso.pyo +%%PYTHON_SITELIBDIR%%/sdl2/log.py +%%PYTHON_SITELIBDIR%%/sdl2/log.pyc +%%PYTHON_SITELIBDIR%%/sdl2/log.pyo +%%PYTHON_SITELIBDIR%%/sdl2/messagebox.py +%%PYTHON_SITELIBDIR%%/sdl2/messagebox.pyc +%%PYTHON_SITELIBDIR%%/sdl2/messagebox.pyo +%%PYTHON_SITELIBDIR%%/sdl2/mouse.py +%%PYTHON_SITELIBDIR%%/sdl2/mouse.pyc +%%PYTHON_SITELIBDIR%%/sdl2/mouse.pyo +%%PYTHON_SITELIBDIR%%/sdl2/pixels.py +%%PYTHON_SITELIBDIR%%/sdl2/pixels.pyc +%%PYTHON_SITELIBDIR%%/sdl2/pixels.pyo +%%PYTHON_SITELIBDIR%%/sdl2/platform.py +%%PYTHON_SITELIBDIR%%/sdl2/platform.pyc +%%PYTHON_SITELIBDIR%%/sdl2/platform.pyo +%%PYTHON_SITELIBDIR%%/sdl2/power.py +%%PYTHON_SITELIBDIR%%/sdl2/power.pyc +%%PYTHON_SITELIBDIR%%/sdl2/power.pyo +%%PYTHON_SITELIBDIR%%/sdl2/rect.py +%%PYTHON_SITELIBDIR%%/sdl2/rect.pyc +%%PYTHON_SITELIBDIR%%/sdl2/rect.pyo +%%PYTHON_SITELIBDIR%%/sdl2/render.py +%%PYTHON_SITELIBDIR%%/sdl2/render.pyc +%%PYTHON_SITELIBDIR%%/sdl2/render.pyo +%%PYTHON_SITELIBDIR%%/sdl2/rwops.py +%%PYTHON_SITELIBDIR%%/sdl2/rwops.pyc +%%PYTHON_SITELIBDIR%%/sdl2/rwops.pyo +%%PYTHON_SITELIBDIR%%/sdl2/scancode.py +%%PYTHON_SITELIBDIR%%/sdl2/scancode.pyc +%%PYTHON_SITELIBDIR%%/sdl2/scancode.pyo +%%PYTHON_SITELIBDIR%%/sdl2/sdlgfx.py +%%PYTHON_SITELIBDIR%%/sdl2/sdlgfx.pyc +%%PYTHON_SITELIBDIR%%/sdl2/sdlgfx.pyo +%%PYTHON_SITELIBDIR%%/sdl2/sdlimage.py +%%PYTHON_SITELIBDIR%%/sdl2/sdlimage.pyc +%%PYTHON_SITELIBDIR%%/sdl2/sdlimage.pyo +%%PYTHON_SITELIBDIR%%/sdl2/sdlmixer.py +%%PYTHON_SITELIBDIR%%/sdl2/sdlmixer.pyc +%%PYTHON_SITELIBDIR%%/sdl2/sdlmixer.pyo +%%PYTHON_SITELIBDIR%%/sdl2/sdlttf.py +%%PYTHON_SITELIBDIR%%/sdl2/sdlttf.pyc +%%PYTHON_SITELIBDIR%%/sdl2/sdlttf.pyo +%%PYTHON_SITELIBDIR%%/sdl2/shape.py +%%PYTHON_SITELIBDIR%%/sdl2/shape.pyc +%%PYTHON_SITELIBDIR%%/sdl2/shape.pyo +%%PYTHON_SITELIBDIR%%/sdl2/stdinc.py +%%PYTHON_SITELIBDIR%%/sdl2/stdinc.pyc +%%PYTHON_SITELIBDIR%%/sdl2/stdinc.pyo +%%PYTHON_SITELIBDIR%%/sdl2/surface.py +%%PYTHON_SITELIBDIR%%/sdl2/surface.pyc +%%PYTHON_SITELIBDIR%%/sdl2/surface.pyo +%%PYTHON_SITELIBDIR%%/sdl2/syswm.py +%%PYTHON_SITELIBDIR%%/sdl2/syswm.pyc +%%PYTHON_SITELIBDIR%%/sdl2/syswm.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/__init__.py +%%PYTHON_SITELIBDIR%%/sdl2/test/__init__.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/__init__.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/audio_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/audio_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/audio_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/clipboard_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/clipboard_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/clipboard_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/cpuinfo_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/cpuinfo_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/cpuinfo_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/endian_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/endian_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/endian_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/error_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/error_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/error_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/events_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/events_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/events_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/filesystem_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/filesystem_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/filesystem_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/hints_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/hints_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/hints_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/joystick_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/joystick_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/joystick_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/keyboard_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/keyboard_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/keyboard_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/log_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/log_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/log_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/mouse_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/mouse_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/mouse_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/pixels_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/pixels_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/pixels_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/platform_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/platform_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/platform_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/power_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/power_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/power_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/rect_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/rect_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/rect_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/render_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/render_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/render_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/font.bmp +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/resources.tar.gz +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/resources.zip +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/rwopstest.txt +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/surfacetest.bmp +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/surfacetest.cur +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/surfacetest.gif +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/surfacetest.ico +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/surfacetest.jpg +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/surfacetest.lbm +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/surfacetest.pbm +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/surfacetest.pcx +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/surfacetest.pgm +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/surfacetest.png +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/surfacetest.pnm +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/surfacetest.ppm +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/surfacetest.tga +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/surfacetest.tif +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/surfacetest.webp +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/surfacetest.xcf +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/surfacetest.xpm +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/tuffy.copy.ttf +%%PYTHON_SITELIBDIR%%/sdl2/test/resources/tuffy.ttf +%%PYTHON_SITELIBDIR%%/sdl2/test/rwops_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/rwops_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/rwops_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_algorithms_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_algorithms_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_algorithms_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_array_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_array_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_array_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_color_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_color_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_color_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_draw_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_draw_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_draw_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_ebs_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_ebs_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_ebs_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_events_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_events_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_events_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_font_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_font_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_font_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_gui_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_gui_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_gui_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_image_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_image_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_image_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_particles_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_particles_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_particles_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_pixelaccess_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_pixelaccess_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_pixelaccess_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_resources_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_resources_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_resources_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_sprite_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_sprite_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_sprite_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_window_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_window_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl2ext_window_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/sdl_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/sdlgfx_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/sdlgfx_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/sdlgfx_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/sdlimage_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/sdlimage_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/sdlimage_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/sdlmixer_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/sdlmixer_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/sdlmixer_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/sdlttf_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/sdlttf_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/sdlttf_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/shape_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/shape_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/shape_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/surface_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/surface_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/surface_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/syswm_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/syswm_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/syswm_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/timer_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/timer_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/timer_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/util/__init__.py +%%PYTHON_SITELIBDIR%%/sdl2/test/util/__init__.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/util/__init__.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/util/runtests.py +%%PYTHON_SITELIBDIR%%/sdl2/test/util/runtests.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/util/runtests.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/util/support.py +%%PYTHON_SITELIBDIR%%/sdl2/test/util/support.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/util/support.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/util/testrunner.py +%%PYTHON_SITELIBDIR%%/sdl2/test/util/testrunner.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/util/testrunner.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/util/testutils.py +%%PYTHON_SITELIBDIR%%/sdl2/test/util/testutils.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/util/testutils.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/version_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/version_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/version_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/test/video_test.py +%%PYTHON_SITELIBDIR%%/sdl2/test/video_test.pyc +%%PYTHON_SITELIBDIR%%/sdl2/test/video_test.pyo +%%PYTHON_SITELIBDIR%%/sdl2/timer.py +%%PYTHON_SITELIBDIR%%/sdl2/timer.pyc +%%PYTHON_SITELIBDIR%%/sdl2/timer.pyo +%%PYTHON_SITELIBDIR%%/sdl2/touch.py +%%PYTHON_SITELIBDIR%%/sdl2/touch.pyc +%%PYTHON_SITELIBDIR%%/sdl2/touch.pyo +%%PYTHON_SITELIBDIR%%/sdl2/version.py +%%PYTHON_SITELIBDIR%%/sdl2/version.pyc +%%PYTHON_SITELIBDIR%%/sdl2/version.pyo +%%PYTHON_SITELIBDIR%%/sdl2/video.py +%%PYTHON_SITELIBDIR%%/sdl2/video.pyc +%%PYTHON_SITELIBDIR%%/sdl2/video.pyo +%%PORTDOCS%%%%DOCSDIR%%/html/.buildinfo +%%PORTDOCS%%%%DOCSDIR%%/html/_images/copprocessing.png +%%PORTDOCS%%%%DOCSDIR%%/html/_images/ebs.png +%%PORTDOCS%%%%DOCSDIR%%/html/_images/uiprocessing.png +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/copying.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/index.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/install.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/integration.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/index.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2_sdlgfx.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2_sdlimage.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2_sdlmixer.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2_sdlttf.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2ext.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2ext_algorithms.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2ext_array.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2ext_color.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2ext_colorpalettes.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2ext_common.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2ext_compat.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2ext_draw.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2ext_ebs.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2ext_events.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2ext_font.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2ext_gui.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2ext_image.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2ext_particles.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2ext_pixelaccess.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2ext_resources.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2ext_sprite.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/modules/sdl2ext_window.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/news.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/todos.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/tutorial/helloworld.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/tutorial/index.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/tutorial/pong.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_sources/tutorial/pygamers.txt +%%PORTDOCS%%%%DOCSDIR%%/html/_static/ajax-loader.gif +%%PORTDOCS%%%%DOCSDIR%%/html/_static/basic.css +%%PORTDOCS%%%%DOCSDIR%%/html/_static/comment-bright.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/comment-close.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/comment.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/default.css +%%PORTDOCS%%%%DOCSDIR%%/html/_static/doctools.js +%%PORTDOCS%%%%DOCSDIR%%/html/_static/down-pressed.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/down.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/file.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/jquery.js +%%PORTDOCS%%%%DOCSDIR%%/html/_static/minus.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/plus.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/pygments.css +%%PORTDOCS%%%%DOCSDIR%%/html/_static/searchtools.js +%%PORTDOCS%%%%DOCSDIR%%/html/_static/sidebar.js +%%PORTDOCS%%%%DOCSDIR%%/html/_static/underscore.js +%%PORTDOCS%%%%DOCSDIR%%/html/_static/up-pressed.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/up.png +%%PORTDOCS%%%%DOCSDIR%%/html/_static/websupport.js +%%PORTDOCS%%%%DOCSDIR%%/html/copying.html +%%PORTDOCS%%%%DOCSDIR%%/html/genindex.html +%%PORTDOCS%%%%DOCSDIR%%/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/install.html +%%PORTDOCS%%%%DOCSDIR%%/html/integration.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2_sdlgfx.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2_sdlimage.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2_sdlmixer.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2_sdlttf.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2ext.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2ext_algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2ext_array.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2ext_color.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2ext_colorpalettes.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2ext_common.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2ext_compat.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2ext_draw.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2ext_ebs.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2ext_events.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2ext_font.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2ext_gui.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2ext_image.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2ext_particles.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2ext_pixelaccess.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2ext_resources.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2ext_sprite.html +%%PORTDOCS%%%%DOCSDIR%%/html/modules/sdl2ext_window.html +%%PORTDOCS%%%%DOCSDIR%%/html/news.html +%%PORTDOCS%%%%DOCSDIR%%/html/objects.inv +%%PORTDOCS%%%%DOCSDIR%%/html/py-modindex.html +%%PORTDOCS%%%%DOCSDIR%%/html/search.html +%%PORTDOCS%%%%DOCSDIR%%/html/searchindex.js +%%PORTDOCS%%%%DOCSDIR%%/html/todos.html +%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/helloworld.html +%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/pong.html +%%PORTDOCS%%%%DOCSDIR%%/html/tutorial/pygamers.html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/tutorial +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/modules +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/_static +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/_sources/tutorial +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/_sources/modules +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/_sources +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/_images +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%PYTHON_SITELIBDIR%%/sdl2/test/util +@dirrm %%PYTHON_SITELIBDIR%%/sdl2/test/resources +@dirrm %%PYTHON_SITELIBDIR%%/sdl2/test +@dirrm %%PYTHON_SITELIBDIR%%/sdl2/ext +@dirrm %%PYTHON_SITELIBDIR%%/sdl2/examples/resources +@dirrm %%PYTHON_SITELIBDIR%%/sdl2/examples +@dirrm %%PYTHON_SITELIBDIR%%/sdl2 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 17:52:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3291ED33; Mon, 16 Sep 2013 17:52:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1F4082016; Mon, 16 Sep 2013 17:52:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GHq98v014871; Mon, 16 Sep 2013 17:52:09 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GHq9OF014869; Mon, 16 Sep 2013 17:52:09 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309161752.r8GHq9OF014869@svn.freebsd.org> From: Antoine Brodin Date: Mon, 16 Sep 2013 17:52:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327430 - head/x11/fluxbg 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.14 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, 16 Sep 2013 17:52:10 -0000 Author: antoine Date: Mon Sep 16 17:52:09 2013 New Revision: 327430 URL: http://svnweb.freebsd.org/changeset/ports/327430 Log: fbsetbg is only provided by x11-wm/fluxbox so always depend on it This prevents always rebuilding fluxbg during incremental poudriere bulk. While here, use new LIB_DEPENDS syntax and pad pkg-message. Modified: head/x11/fluxbg/Makefile head/x11/fluxbg/pkg-message Modified: head/x11/fluxbg/Makefile ============================================================================== --- head/x11/fluxbg/Makefile Mon Sep 16 17:51:34 2013 (r327429) +++ head/x11/fluxbg/Makefile Mon Sep 16 17:52:09 2013 (r327430) @@ -10,22 +10,19 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Background changer for fluxbox/blackbox -LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 +LIB_DEPENDS= libgtkmm-2.0.so:${PORTSDIR}/x11-toolkits/gtkmm20 +RUN_DEPENDS= fbsetbg:${PORTSDIR}/x11-wm/fluxbox GNU_CONFIGURE= yes -USES= pathfix pkgconfig - -.include - -.if !exists(${LOCALBASE}/bin/fbsetbg) -RUN_DEPENDS= fbsetbg:${PORTSDIR}/x11-wm/fluxbox -.endif +USES= pathfix pkgconfig post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ s|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/src/fluxbg_conf.cc post-install: + @${ECHO_CMD} @${CAT} ${PKGMESSAGE} + @${ECHO_CMD} -.include +.include Modified: head/x11/fluxbg/pkg-message ============================================================================== --- head/x11/fluxbg/pkg-message Mon Sep 16 17:51:34 2013 (r327429) +++ head/x11/fluxbg/pkg-message Mon Sep 16 17:52:09 2013 (r327430) @@ -1,5 +1 @@ - - You must run fluxbg_conf before you can use fluxbg! - - From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 18:03:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6C553111; Mon, 16 Sep 2013 18:03:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 59C2220F9; Mon, 16 Sep 2013 18:03:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GI3aXH020636; Mon, 16 Sep 2013 18:03:36 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GI3aZh020635; Mon, 16 Sep 2013 18:03:36 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309161803.r8GI3aZh020635@svn.freebsd.org> From: Antoine Brodin Date: Mon, 16 Sep 2013 18:03:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327431 - head/devel/py-fortran 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.14 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, 16 Sep 2013 18:03:36 -0000 Author: antoine Date: Mon Sep 16 18:03:35 2013 New Revision: 327431 URL: http://svnweb.freebsd.org/changeset/ports/327431 Log: Fix use of PYNUMERIC dependency line (noticed by poudriere incremental bulk always rebuilding this port) While here, trim Makefile header and remove useless WRKSRC Modified: head/devel/py-fortran/Makefile Modified: head/devel/py-fortran/Makefile ============================================================================== --- head/devel/py-fortran/Makefile Mon Sep 16 17:52:09 2013 (r327430) +++ head/devel/py-fortran/Makefile Mon Sep 16 18:03:35 2013 (r327431) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: py-fortran -# Date created: Jul 24, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= fortran PORTVERSION= 8.5.3 @@ -16,11 +11,10 @@ DISTNAME= Pyfort-${PORTVERSION} MAINTAINER= wenheping@gmail.com COMMENT= Creating extensions to the Python language with Fortran routines -RUN_DEPENDS= ${PYNUMERIC}:${PORTSDIR}/math/py-numeric +RUN_DEPENDS= ${PYNUMERIC} USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Pyfort -WRKSRC= ${WRKDIR}/${DISTNAME} .include From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 18:05:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B30EF33C; Mon, 16 Sep 2013 18:05:15 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 918C52123; Mon, 16 Sep 2013 18:05:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GI5FbJ021627; Mon, 16 Sep 2013 18:05:15 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GI5FVg021620; Mon, 16 Sep 2013 18:05:15 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201309161805.r8GI5FVg021620@svn.freebsd.org> From: Rusmir Dusko Date: Mon, 16 Sep 2013 18:05:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327432 - in head/net-p2p: qbittorrent qbittorrent-nox11 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.14 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, 16 Sep 2013 18:05:15 -0000 Author: nemysis Date: Mon Sep 16 18:05:14 2013 New Revision: 327432 URL: http://svnweb.freebsd.org/changeset/ports/327432 Log: net-p2p/qbittorrent - Update to 3.0.11 - Remove version from LIB_DEPENDS - Use the new format for LIB_DEPENDS net-p2p/qbittorrent-nox11 - Trim Makefile header - Use PLIST_FILES instead of pkg-plist Approved by: wg/pawel (mentors) Deleted: head/net-p2p/qbittorrent-nox11/pkg-plist Modified: head/net-p2p/qbittorrent-nox11/Makefile head/net-p2p/qbittorrent/Makefile head/net-p2p/qbittorrent/distinfo Modified: head/net-p2p/qbittorrent-nox11/Makefile ============================================================================== --- head/net-p2p/qbittorrent-nox11/Makefile Mon Sep 16 18:03:35 2013 (r327431) +++ head/net-p2p/qbittorrent-nox11/Makefile Mon Sep 16 18:05:14 2013 (r327432) @@ -1,3 +1,4 @@ +# Created by: Doug Barton # $FreeBSD$ PKGNAMESUFFIX= -nox11 @@ -8,6 +9,7 @@ MASTERDIR= ${.CURDIR}/../qbittorrent DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist +PLIST_FILES+= bin/qbittorrent-nox MAN1= qbittorrent-nox.1 Modified: head/net-p2p/qbittorrent/Makefile ============================================================================== --- head/net-p2p/qbittorrent/Makefile Mon Sep 16 18:03:35 2013 (r327431) +++ head/net-p2p/qbittorrent/Makefile Mon Sep 16 18:05:14 2013 (r327432) @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= qbittorrent -PORTVERSION= 3.0.10 -PORTREVISION?= 1 +PORTVERSION= 3.0.11 +PORTREVISION?= 0 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT?= Bittorrent client using Qt4 and libtorrent-rasterbar LICENSE= GPLv2 # ABI versions specified on purpose for libtorrent-rasterbar -LIB_DEPENDS= torrent-rasterbar.7:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 \ - execinfo:${PORTSDIR}/devel/libexecinfo \ +LIB_DEPENDS= libtorrent-rasterbar.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ USES= pkgconfig HAS_CONFIGURE= yes @@ -24,7 +24,7 @@ QT_NONSTANDARD= yes MAN1?= qbittorrent.1 .if !defined(QB_NOX_SLAVE) -LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoIP +LIB_DEPENDS+= libGeoIP.so:${PORTSDIR}/net/GeoIP USE_QT4+= gui xml uic_build INSTALLS_ICONS= yes OPTIONS_DEFINE= DBUS Modified: head/net-p2p/qbittorrent/distinfo ============================================================================== --- head/net-p2p/qbittorrent/distinfo Mon Sep 16 18:03:35 2013 (r327431) +++ head/net-p2p/qbittorrent/distinfo Mon Sep 16 18:05:14 2013 (r327432) @@ -1,2 +1,2 @@ -SHA256 (qbittorrent-3.0.10.tar.gz) = 148a48c5e1aaeec8010410242465983bdf09dcc5a26a0bae2835657d943c0957 -SIZE (qbittorrent-3.0.10.tar.gz) = 5090028 +SHA256 (qbittorrent-3.0.11.tar.gz) = bce32693c265bb330776337da6e88be3e5e50cf218b2fa8c5cd6c515e7158480 +SIZE (qbittorrent-3.0.11.tar.gz) = 5097233 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 18:12:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 372AD71D; Mon, 16 Sep 2013 18:12:59 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 24AE621E8; Mon, 16 Sep 2013 18:12:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GICxqS026443; Mon, 16 Sep 2013 18:12:59 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GICw9m026441; Mon, 16 Sep 2013 18:12:58 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201309161812.r8GICw9m026441@svn.freebsd.org> From: Rusmir Dusko Date: Mon, 16 Sep 2013 18:12:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327433 - head/x11/libfm 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.14 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, 16 Sep 2013 18:12:59 -0000 Author: nemysis Date: Mon Sep 16 18:12:58 2013 New Revision: 327433 URL: http://svnweb.freebsd.org/changeset/ports/327433 Log: - Update to 1.1.2.2 - Change maintainer email gmx.ch --> FreeBSD.org - Use the new format for LIB_DEPENDS - USES gmake pkgconfig Approved by: wxs/pawel (mentors) Modified: head/x11/libfm/Makefile head/x11/libfm/distinfo Modified: head/x11/libfm/Makefile ============================================================================== --- head/x11/libfm/Makefile Mon Sep 16 18:05:14 2013 (r327432) +++ head/x11/libfm/Makefile Mon Sep 16 18:12:58 2013 (r327433) @@ -2,24 +2,23 @@ # $FreeBSD$ PORTNAME= libfm -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2.2 CATEGORIES= x11 MASTER_SITES= SF/pcmanfm/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/libfm%20%28required%20by%20PCManFM%29/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= The libFM backend library to PCManFM LICENSE= GPLv2 BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala -LIB_DEPENDS= menu-cache:${PORTSDIR}/x11/menu-cache \ - exif:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= libmenu-cache.so:${PORTSDIR}/x11/menu-cache \ + libexif.so:${PORTSDIR}/graphics/libexif -USES= pkgconfig +USES= gmake pkgconfig USE_GNOME= gnomehack gtk20 USE_AUTOTOOLS= libtool CONFIGURE_ARGS+=--sysconfdir=${LOCALBASE}/etc -USE_GMAKE= yes USE_FAM= yes USE_LDCONFIG= yes Modified: head/x11/libfm/distinfo ============================================================================== --- head/x11/libfm/distinfo Mon Sep 16 18:05:14 2013 (r327432) +++ head/x11/libfm/distinfo Mon Sep 16 18:12:58 2013 (r327433) @@ -1,2 +1,2 @@ -SHA256 (libfm-1.1.1.tar.gz) = 37b0c6d00cc7b48547ba70ac42e209ea1eada2ab5665a086f5ddffb8c7d00324 -SIZE (libfm-1.1.1.tar.gz) = 1054451 +SHA256 (libfm-1.1.2.2.tar.gz) = 158e2b6974350d2dab15932b496bb4d448553e60bbf7cdfe4d6e9bd99d19d682 +SIZE (libfm-1.1.2.2.tar.gz) = 1055591 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 18:15:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BE284830; Mon, 16 Sep 2013 18:15:35 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB00C2207; Mon, 16 Sep 2013 18:15:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GIFZLu027469; Mon, 16 Sep 2013 18:15:35 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GIFZqB027467; Mon, 16 Sep 2013 18:15:35 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201309161815.r8GIFZqB027467@svn.freebsd.org> From: Rusmir Dusko Date: Mon, 16 Sep 2013 18:15:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327434 - head/x11-fm/pcmanfm 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.14 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, 16 Sep 2013 18:15:35 -0000 Author: nemysis Date: Mon Sep 16 18:15:34 2013 New Revision: 327434 URL: http://svnweb.freebsd.org/changeset/ports/327434 Log: - Update to 1.1.2 - Change maintainer email gmx.ch --> FreeBSD.org - Use the new format for LIB_DEPENDS Approved by: wxs/wg/pawel (mentors) Modified: head/x11-fm/pcmanfm/Makefile head/x11-fm/pcmanfm/distinfo Modified: head/x11-fm/pcmanfm/Makefile ============================================================================== --- head/x11-fm/pcmanfm/Makefile Mon Sep 16 18:12:58 2013 (r327433) +++ head/x11-fm/pcmanfm/Makefile Mon Sep 16 18:15:34 2013 (r327434) @@ -2,21 +2,21 @@ # $FreeBSD$ PORTNAME= pcmanfm -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= PCMan File Manager LICENSE= GPLv2 -LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification \ - fm-gtk.4:${PORTSDIR}/x11/libfm +LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ + libfm-gtk.so.4:${PORTSDIR}/x11/libfm +USES= gmake pkgconfig USE_GNOME= gtk20 USE_AUTOTOOLS= libtool -USES= gmake pkgconfig USE_FAM= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/x11-fm/pcmanfm/distinfo ============================================================================== --- head/x11-fm/pcmanfm/distinfo Mon Sep 16 18:12:58 2013 (r327433) +++ head/x11-fm/pcmanfm/distinfo Mon Sep 16 18:15:34 2013 (r327434) @@ -1,2 +1,2 @@ -SHA256 (pcmanfm-1.1.1.tar.gz) = b81fb3ff8dc7c28a6bae795f6f76bcbc5324e8ac02e5f346aa2466896a11c2bc -SIZE (pcmanfm-1.1.1.tar.gz) = 418023 +SHA256 (pcmanfm-1.1.2.tar.gz) = 23ee33b34066ac83ce9a98bc9930049e69839438fb60489bd453bec8c2068950 +SIZE (pcmanfm-1.1.2.tar.gz) = 434785 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 19:02:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 93AAF5A7; Mon, 16 Sep 2013 19:02:30 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FD622565; Mon, 16 Sep 2013 19:02:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GJ2UqM052790; Mon, 16 Sep 2013 19:02:30 GMT (envelope-from danger@svn.freebsd.org) Received: (from danger@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GJ2Uvp052788; Mon, 16 Sep 2013 19:02:30 GMT (envelope-from danger@svn.freebsd.org) Message-Id: <201309161902.r8GJ2Uvp052788@svn.freebsd.org> From: Daniel Gerzo Date: Mon, 16 Sep 2013 19:02:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327435 - in head: . www www/autoindex 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.14 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, 16 Sep 2013 19:02:30 -0000 Author: danger (doc committer) Date: Mon Sep 16 19:02:29 2013 New Revision: 327435 URL: http://svnweb.freebsd.org/changeset/ports/327435 Log: - remove www/autoindex Deleted: head/www/autoindex/ Modified: head/MOVED head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Sep 16 18:15:34 2013 (r327434) +++ head/MOVED Mon Sep 16 19:02:29 2013 (r327435) @@ -4941,3 +4941,4 @@ sysutils/daemontools53|sysutils/daemonto audio/ices0|audio/ices|2013-09-16|Unsupported version, consider using audio/ices irc/xchat1|irc/xchat|2013-09-16|Unsupported upstream, consider using irc/xchat japanese/xchat|irc/xchat|2013-09-16|Unsupported upstream, consider using irc/xchat +www/autoindex|www/autoindex2|2013-09-16|Does not work with any of the supported PHP versions Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Sep 16 18:15:34 2013 (r327434) +++ head/www/Makefile Mon Sep 16 19:02:29 2013 (r327435) @@ -41,7 +41,6 @@ SUBDIR += aswiki SUBDIR += atutor SUBDIR += august - SUBDIR += autoindex SUBDIR += autoindex2 SUBDIR += awffull SUBDIR += aws From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 19:08:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5CFD46FF; Mon, 16 Sep 2013 19:08:25 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 49F9D25A3; Mon, 16 Sep 2013 19:08:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GJ8P5a054570; Mon, 16 Sep 2013 19:08:25 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GJ8P9t054569; Mon, 16 Sep 2013 19:08:25 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309161908.r8GJ8P9t054569@svn.freebsd.org> From: Andrej Zverev Date: Mon, 16 Sep 2013 19:08:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327436 - head/mail/exim 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.14 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, 16 Sep 2013 19:08:25 -0000 Author: az Date: Mon Sep 16 19:08:24 2013 New Revision: 327436 URL: http://svnweb.freebsd.org/changeset/ports/327436 Log: - Fix typo Submitted by: ubique (via IRC) Modified: head/mail/exim/Makefile Modified: head/mail/exim/Makefile ============================================================================== --- head/mail/exim/Makefile Mon Sep 16 19:02:29 2013 (r327435) +++ head/mail/exim/Makefile Mon Sep 16 19:08:24 2013 (r327436) @@ -233,7 +233,7 @@ SEDLIST+= -e 's,XX_TCP_WRAPPERS_LIBS_XX, .endif .if ${PORT_OPTIONS:MICONV} -USE+S= iconv +USES+= iconv SEDLIST+= -e 's,XX_ICONV_LIBS_XX,-L${LOCALBASE:S/,/\\,/g}/lib ${ICONV_LIB},' \ -e 's,^\# (HAVE_ICONV=),\1,' .else From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 19:43:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 86198200; Mon, 16 Sep 2013 19:43:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 73B582845; Mon, 16 Sep 2013 19:43:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GJhm1w074114; Mon, 16 Sep 2013 19:43:48 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GJhm1j074113; Mon, 16 Sep 2013 19:43:48 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309161943.r8GJhm1j074113@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Sep 2013 19:43:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327437 - head/japanese/rskkserv 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.14 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, 16 Sep 2013 19:43:48 -0000 Author: sunpoet Date: Mon Sep 16 19:43:47 2013 New Revision: 327437 URL: http://svnweb.freebsd.org/changeset/ports/327437 Log: - Use USES=gmake - Remove leading indefinite article from COMMENT - Cleanup Makefile header Modified: head/japanese/rskkserv/Makefile (contents, props changed) Modified: head/japanese/rskkserv/Makefile ============================================================================== --- head/japanese/rskkserv/Makefile Mon Sep 16 19:08:24 2013 (r327436) +++ head/japanese/rskkserv/Makefile Mon Sep 16 19:43:47 2013 (r327437) @@ -1,9 +1,5 @@ -# New ports collection makefile for: rskkserv -# Date created: 18 Aug 2000 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= rskkserv PORTVERSION= 2.95.4 @@ -14,7 +10,7 @@ MASTER_SITE_SUBDIR= rskkserv/15241 DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org -COMMENT= An alternative implementation of skkserv written in Ruby +COMMENT= Alternative implementation of skkserv written in Ruby RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/tcpwrap.so:${PORTSDIR}/security/ruby-tcpwrap \ ${SKKJISYO_BASE}/${SKKJISYO}:${SKK_MASTERDIR} @@ -29,8 +25,8 @@ RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/eb. USE_RUBY= yes USE_AUTOTOOLS= autoconf213 -USE_GMAKE= yes USE_RC_SUBR= rskkserv +USES= gmake CONFIGURE_ARGS= --with-ruby="${RUBY}" \ --with-dicfile="${SKKJISYO_BASE}/${SKKJISYO}" \ From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 20:29:19 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DB923DD0; Mon, 16 Sep 2013 20:29:19 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C90302B1D; Mon, 16 Sep 2013 20:29:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GKTJPr097794; Mon, 16 Sep 2013 20:29:19 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GKTJQ2097792; Mon, 16 Sep 2013 20:29:19 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309162029.r8GKTJQ2097792@svn.freebsd.org> From: William Grzybowski Date: Mon, 16 Sep 2013 20:29:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327438 - head/www/py-flexget 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.14 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, 16 Sep 2013 20:29:19 -0000 Author: wg Date: Mon Sep 16 20:29:19 2013 New Revision: 327438 URL: http://svnweb.freebsd.org/changeset/ports/327438 Log: www/py-flexget: update to 1.1.121 - Update to 1.1.121 Modified: head/www/py-flexget/Makefile head/www/py-flexget/distinfo Modified: head/www/py-flexget/Makefile ============================================================================== --- head/www/py-flexget/Makefile Mon Sep 16 19:43:47 2013 (r327437) +++ head/www/py-flexget/Makefile Mon Sep 16 20:29:19 2013 (r327438) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 1.1.119 +PORTVERSION= 1.1.121 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= http://download.flexget.com/archive/ \ Modified: head/www/py-flexget/distinfo ============================================================================== --- head/www/py-flexget/distinfo Mon Sep 16 19:43:47 2013 (r327437) +++ head/www/py-flexget/distinfo Mon Sep 16 20:29:19 2013 (r327438) @@ -1,2 +1,2 @@ -SHA256 (FlexGet-1.1.119.tar.gz) = 68cdebdbb7235cee0bc719607f60d5a9c709f0d976f7f508500cfe0ca48eb200 -SIZE (FlexGet-1.1.119.tar.gz) = 909738 +SHA256 (FlexGet-1.1.121.tar.gz) = 6a500751bcca5f4c8fb55727517940fec661f68863f6b07e39f5992fcacd2ca9 +SIZE (FlexGet-1.1.121.tar.gz) = 909678 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 20:30:43 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 253A3ED3; Mon, 16 Sep 2013 20:30:43 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 12E502B38; Mon, 16 Sep 2013 20:30:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GKUgrx000708; Mon, 16 Sep 2013 20:30:42 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GKUgmJ000707; Mon, 16 Sep 2013 20:30:42 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201309162030.r8GKUgmJ000707@svn.freebsd.org> From: David Naylor Date: Mon, 16 Sep 2013 20:30:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327439 - head/emulators/i386-wine 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.14 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, 16 Sep 2013 20:30:43 -0000 Author: dbn Date: Mon Sep 16 20:30:42 2013 New Revision: 327439 URL: http://svnweb.freebsd.org/changeset/ports/327439 Log: Fix distinfo for emulators/i386-wine. The distfile info for FreeBSD 8.3+ had been replaced with a duplicate entry for th distfiles infor for FreeBSD 9.1+, this has been corrected. Reported by: pkg-fallout Modified: head/emulators/i386-wine/distinfo Modified: head/emulators/i386-wine/distinfo ============================================================================== --- head/emulators/i386-wine/distinfo Mon Sep 16 20:29:19 2013 (r327438) +++ head/emulators/i386-wine/distinfo Mon Sep 16 20:30:42 2013 (r327439) @@ -1,4 +1,4 @@ -SHA256 (freebsd:9:x86:64/i386-wine-1.4.1_2,1.txz) = 2f1eb019f7dcdccb97d7808b73113db3d42d075ea11c99a47857f08c8b497182 -SIZE (freebsd:9:x86:64/i386-wine-1.4.1_2,1.txz) = 20744032 +SHA256 (freebsd:8:x86:64/i386-wine-1.4.1_2,1.txz) = c7a0949b3604959887f01284f9d712b5e50c18721096562bd328f326f9606384 +SIZE (freebsd:8:x86:64/i386-wine-1.4.1_2,1.txz) = 20783528 SHA256 (freebsd:9:x86:64/i386-wine-1.4.1_2,1.txz) = 2f1eb019f7dcdccb97d7808b73113db3d42d075ea11c99a47857f08c8b497182 SIZE (freebsd:9:x86:64/i386-wine-1.4.1_2,1.txz) = 20744032 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 20:55:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2E6075B7; Mon, 16 Sep 2013 20:55:04 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0C86C2CC0; Mon, 16 Sep 2013 20:55:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GKt3Ls012452; Mon, 16 Sep 2013 20:55:03 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GKt3ee012446; Mon, 16 Sep 2013 20:55:03 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201309162055.r8GKt3ee012446@svn.freebsd.org> From: Rusmir Dusko Date: Mon, 16 Sep 2013 20:55:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327440 - in head/irc/hexchat: . 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.14 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, 16 Sep 2013 20:55:04 -0000 Author: nemysis Date: Mon Sep 16 20:55:03 2013 New Revision: 327440 URL: http://svnweb.freebsd.org/changeset/ports/327440 Log: - Update to 2.9.6.1 - Change maintainer email gmx.ch --> FreeBSD.org - USES gmake desktop-file-utils pkgconfig - Use the new format for LIB_DEPENDS - Change CONFIGURE_ARGS - Add DOCS and FISHLIM Options - Remove OPENSSL Option, use --enable-openssl - Remove OPENSSL from default Options - Reword Options description - Add dependencies for audio/libcanberra and textproc/en-aspell - Simplify Option handling - Change REINPLACE_CMD that not install for Gnome3 hexchat.appdata.xml - Mute dir install - Remove unneeded patches Removed file(s): - files/patch-configure.ac - files/patch-src-fe-gtk-Makefile.am - files/patch-src-fe-gtk-banlist.c - files/patch-src-fe-gtk-custom-list.h - files/patch-src-fe-gtk-fe-gtk.c - files/patch-src__common__dbus__dbus-client.c Approved by: wg/pawel (mentors) Deleted: head/irc/hexchat/files/ Modified: head/irc/hexchat/Makefile head/irc/hexchat/distinfo head/irc/hexchat/pkg-plist Modified: head/irc/hexchat/Makefile ============================================================================== --- head/irc/hexchat/Makefile Mon Sep 16 20:30:42 2013 (r327439) +++ head/irc/hexchat/Makefile Mon Sep 16 20:55:03 2013 (r327440) @@ -2,23 +2,25 @@ # $FreeBSD$ PORTNAME= hexchat -PORTVERSION= 2.9.5 +PORTVERSION= 2.9.6.1 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://dl.hexchat.org/${PORTNAME}/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= IRC chat program with GTK and Text Frontend LICENSE= GPLv2 -LIB_DEPENDS= proxy:${PORTSDIR}/net/libproxy +LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy \ + libcanberra.so:${PORTSDIR}/audio/libcanberra USE_XZ= yes -USES= desktop-file-utils pathfix pkgconfig gmake +USES= gmake desktop-file-utils pkgconfig USE_GNOME= gtk20 libxml2 USE_AUTOTOOLS= automake autoconf libtool GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-gtkfe --disable-sysinfo +CONFIGURE_ARGS+=--enable-openssl --enable-gtkfe --disable-sysinfo \ + --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig INSTALLS_ICONS= yes LDFLAGS+= -pthread @@ -27,138 +29,92 @@ MAN1= hexchat.1 PORTDOCS= * -OPTIONS_DEFINE= NLS SOCKS XFT OPENSSL TEXTFE PYTHON PERL DOAT DBUS NOTIFY +OPTIONS_DEFINE= DOCS NLS SOCKS XFT TEXTFE PYTHON PERL DOAT FISHLIM DBUS NOTIFY OPTIONS_RADIO= SPELL OPTIONS_RADIO_SPELL= LIBSEXY GTKSPELL STATIC -OPTIONS_DEFAULT= SOCKS XFT OPENSSL PERL DOAT DBUS NOTIFY LIBSEXY +OPTIONS_DEFAULT= SOCKS XFT PERL DOAT DBUS NOTIFY LIBSEXY -TEXTFE_DESC= Build the Text frontend -DOAT_DESC= Build the Do At plugin +OPTIONS_SUB= yes + +TEXTFE_DESC= Text frontend +DOAT_DESC= Do At plugin +FISHLIM_DESC= FiSHLiM plugin STATIC_DESC= Spell checking embedded in the binary -LIBSEXY_DESC= Spell checking through Libsexy -GTKSPELL_DESC= Spell checking through GTKSpell +LIBSEXY_DESC= Spell checking support via Libsexy +GTKSPELL_DESC= Spell checking support via GTKSpell -.include +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext +LIBSEXY_LIB_DEPENDS= libsexy.so:${PORTSDIR}/x11-toolkits/libsexy +GTKSPELL_LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell +SOCKS_LIB_DEPENDS= libsocks.so:${PORTSDIR}/net/dante +SOCKS_CONFIGURE_ENABLE= socks +XFT_CONFIGURE_ENABLE= xft +TEXTFE_CONFIGURE_ENABLE= textfe +PYTHON_CONFIGURE_ENABLE= python +PERL_CONFIGURE_ENABLE= perl +DOAT_CONFIGURE_ENABLE= doat +FISHLIM_CONFIGURE_ENABLE= fishlim +DBUS_LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib +DBUS_CONFIGURE_ENABLE= dbus +NOTIFY_RUN_DEPENDS= notify-send:${PORTSDIR}/devel/libnotify +NOTIFY_CONFIGURE_ENABLE= libnotify -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +.include .if ! ${PORT_OPTIONS:MLIBSEXY} && ! ${PORT_OPTIONS:MGTKSPELL} && ! ${PORT_OPTIONS:MSTATIC} CONFIGURE_ARGS+=--enable-spell=none .endif +.if ${PORT_OPTIONS:MLIBSEXY} || ${PORT_OPTIONS:MGTKSPELL} || ${PORT_OPTIONS:MSTATIC} +RUN_DEPENDS+= aspell:${PORTSDIR}/textproc/en-aspell +.endif + .if ${PORT_OPTIONS:MSTATIC} CONFIGURE_ARGS+=--enable-spell=static .endif .if ${PORT_OPTIONS:MLIBSEXY} -LIB_DEPENDS+= sexy:${PORTSDIR}/x11-toolkits/libsexy CONFIGURE_ARGS+=--enable-spell=libsexy .endif .if ${PORT_OPTIONS:MGTKSPELL} -LIB_DEPENDS+= gtkspell:${PORTSDIR}/textproc/gtkspell CONFIGURE_ARGS+=--enable-spell=gtkspell .endif -.if ${PORT_OPTIONS:MSOCKS} -LIB_DEPENDS+= socks:${PORTSDIR}/net/dante -CONFIGURE_ARGS+=--enable-socks -.else -CONFIGURE_ARGS+=--disable-socks -.endif - .if ${PORT_OPTIONS:MXFT} USE_XORG+= xft -CONFIGURE_ARGS+=--enable-xft -.else -CONFIGURE_ARGS+=--disable-xft -.endif - -.if ${PORT_OPTIONS:MOPENSSL} -CONFIGURE_ARGS+=--enable-openssl -PLIST_SUB+= OPENSSL="" -.else -CONFIGURE_ARGS+=--disable-openssl - -PLIST_SUB+= OPENSSL="@comment " -.endif - -.if ${PORT_OPTIONS:MTEXTFE} -CONFIGURE_ARGS+=--enable-textfe -PLIST_SUB+= TEXTFE="" -.else -CONFIGURE_ARGS+=--disable-textfe -PLIST_SUB+= TEXTFE="@comment " .endif .if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= yes -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " .endif .if ${PORT_OPTIONS:MPERL} USES+= perl5 -CONFIGURE_ARGS+=--enable-perl -PLIST_SUB+= PERL="" -.else -CONFIGURE_ARGS+=--disable-perl -PLIST_SUB+= PERL="@comment " -.endif - -.if ${PORT_OPTIONS:MDOAT} -CONFIGURE_ARGS+=--enable-doat -PLIST_SUB+= DOAT="" -.else -CONFIGURE_ARGS+=--disable-doat -PLIST_SUB+= DOAT="@comment " .endif .if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib -CONFIGURE_ARGS+=--enable-dbus USE_GNOME+= gconf2 -GCONF_SCHEMAS+= apps_hexchat_url_handler.schemas -PLIST_SUB+= DBUS="" -.else -CONFIGURE_ARGS+=--disable-dbus -PLIST_SUB+= DBUS="@comment " -.endif - -.if ${PORT_OPTIONS:MNOTIFY} -RUN_DEPENDS+= notify-send:${PORTSDIR}/devel/libnotify -CONFIGURE_ARGS+=--enable-libnotify -PLIST_SUB+= NOTIFY="" -.else -CONFIGURE_ARGS+=--disable-libnotify -PLIST_SUB+= NOTIFY="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' ${WRKSRC}/autogen.sh - @${REINPLACE_CMD} -e 's|po intl|po|g' ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -e '/^appdata_DATA/s|hexchat.appdata.xml||' \ + ${WRKSRC}/share/misc/Makefile.am ${WRKSRC}/share/misc/Makefile.in pre-configure: @(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh) post-install: - ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps + ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/ .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/share/doc/*.md ${DOCSDIR} .endif - @(cd ${PREFIX}/lib/hexchat/plugins/ && ${RM} -f *.a) +# @(cd ${PREFIX}/lib/hexchat/plugins/ && ${RM} -f *.a) .include Modified: head/irc/hexchat/distinfo ============================================================================== --- head/irc/hexchat/distinfo Mon Sep 16 20:30:42 2013 (r327439) +++ head/irc/hexchat/distinfo Mon Sep 16 20:55:03 2013 (r327440) @@ -1,2 +1,2 @@ -SHA256 (hexchat-2.9.5.tar.xz) = 11dfd0fbfb88d8dbb38f631fab8a7dffbb179f7f7dafe316953ed6f513ac623d -SIZE (hexchat-2.9.5.tar.xz) = 1309112 +SHA256 (hexchat-2.9.6.1.tar.xz) = 6267ff3c4d0aec8a808365b384115a769d5001d99dbb10403634667c43966470 +SIZE (hexchat-2.9.6.1.tar.xz) = 1768392 Modified: head/irc/hexchat/pkg-plist ============================================================================== --- head/irc/hexchat/pkg-plist Mon Sep 16 20:30:42 2013 (r327439) +++ head/irc/hexchat/pkg-plist Mon Sep 16 20:55:03 2013 (r327440) @@ -1,16 +1,17 @@ bin/hexchat %%TEXTFE%%bin/hexchat-text include/hexchat-plugin.h -%%OPENSSL%%lib/hexchat/plugins/checksum.la -%%OPENSSL%%lib/hexchat/plugins/checksum.so +lib/hexchat/plugins/checksum.la +lib/hexchat/plugins/checksum.so %%DOAT%%lib/hexchat/plugins/doat.la %%DOAT%%lib/hexchat/plugins/doat.so -%%OPENSSL%%lib/hexchat/plugins/fishlim.la -%%OPENSSL%%lib/hexchat/plugins/fishlim.so +%%FISHLIM%%lib/hexchat/plugins/fishlim.la +%%FISHLIM%%lib/hexchat/plugins/fishlim.so %%PERL%%lib/hexchat/plugins/perl.la %%PERL%%lib/hexchat/plugins/perl.so %%PYTHON%%lib/hexchat/plugins/python.la %%PYTHON%%lib/hexchat/plugins/python.so +libdata/pkgconfig/hexchat-plugin.pc share/applications/hexchat.desktop %%DBUS%%share/dbus-1/services/org.hexchat.service.service share/icons/hicolor/48x48/apps/hexchat.png From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 21:16:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 32DE9FCD; Mon, 16 Sep 2013 21:16:48 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 200932F00; Mon, 16 Sep 2013 21:16:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GLGlYH023851; Mon, 16 Sep 2013 21:16:47 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GLGl2e023840; Mon, 16 Sep 2013 21:16:47 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201309162116.r8GLGl2e023840@svn.freebsd.org> From: Gerald Pfeifer Date: Mon, 16 Sep 2013 21:16:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327441 - head/lang/gcc49 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.14 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, 16 Sep 2013 21:16:48 -0000 Author: gerald Date: Mon Sep 16 21:16:47 2013 New Revision: 327441 URL: http://svnweb.freebsd.org/changeset/ports/327441 Log: Update to the 20130915 snapshot of GCC 4.9.0. Modified: head/lang/gcc49/Makefile head/lang/gcc49/distinfo Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Mon Sep 16 20:55:03 2013 (r327440) +++ head/lang/gcc49/Makefile Mon Sep 16 21:16:47 2013 (r327441) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.9.0.20130901 +PORTVERSION= 4.9.0.20130915 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} @@ -29,7 +29,7 @@ GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9] SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 -USES= bison gmake iconv +USES= gmake iconv USE_BINUTILS= yes USE_BZIP2= yes USE_PERL5_BUILD=yes Modified: head/lang/gcc49/distinfo ============================================================================== --- head/lang/gcc49/distinfo Mon Sep 16 20:55:03 2013 (r327440) +++ head/lang/gcc49/distinfo Mon Sep 16 21:16:47 2013 (r327441) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20130901.tar.bz2) = 53d2cbc32d79b83f13da37a85559f00db1f23f4a91d85f61c3d41137d1935135 -SIZE (gcc-4.9-20130901.tar.bz2) = 82734566 +SHA256 (gcc-4.9-20130915.tar.bz2) = 97cc1ccfd7400039774b0a04d9281ca8294e3ea39ef4652f984956b906648ca3 +SIZE (gcc-4.9-20130915.tar.bz2) = 82824222 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 21:49:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A8F449B0; Mon, 16 Sep 2013 21:49:11 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 8493A2177; Mon, 16 Sep 2013 21:49:11 +0000 (UTC) Received: from [192.168.1.6] (unknown [217.55.136.234]) by ainaz.pair.com (Postfix) with ESMTPSA id A1A4A3F410; Mon, 16 Sep 2013 17:48:55 -0400 (EDT) Date: Mon, 16 Sep 2013 23:48:44 +0200 (CEST) From: Gerald Pfeifer To: Gerald Pfeifer Subject: Re: svn commit: r327441 - head/lang/gcc49 In-Reply-To: <201309162116.r8GLGl2e023840@svn.freebsd.org> Message-ID: References: <201309162116.r8GLGl2e023840@svn.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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, 16 Sep 2013 21:49:11 -0000 On Mon, 16 Sep 2013, Gerald Pfeifer wrote: > Log: > Update to the 20130915 snapshot of GCC 4.9.0. Plus: No longer depend on bison; we don't use it any more. Reported by: marino Do we actually have a good way to enhance commit logs to fix such omissions. Forced commit in SVN-land? Gerald From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 21:58:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B4EE5B79; Mon, 16 Sep 2013 21:58:55 +0000 (UTC) (envelope-from jase@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1F85220B; Mon, 16 Sep 2013 21:58:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GLwtPV045693; Mon, 16 Sep 2013 21:58:55 GMT (envelope-from jase@svn.freebsd.org) Received: (from jase@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GLwtSk045691; Mon, 16 Sep 2013 21:58:55 GMT (envelope-from jase@svn.freebsd.org) Message-Id: <201309162158.r8GLwtSk045691@svn.freebsd.org> From: Jase Thew Date: Mon, 16 Sep 2013 21:58:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327442 - head/irc/weechat-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.14 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, 16 Sep 2013 21:58:55 -0000 Author: jase Date: Mon Sep 16 21:58:54 2013 New Revision: 327442 URL: http://svnweb.freebsd.org/changeset/ports/327442 Log: - Update to 20130916 (0.4.2-rc1) Modified: head/irc/weechat-devel/Makefile head/irc/weechat-devel/distinfo Modified: head/irc/weechat-devel/Makefile ============================================================================== --- head/irc/weechat-devel/Makefile Mon Sep 16 21:16:47 2013 (r327441) +++ head/irc/weechat-devel/Makefile Mon Sep 16 21:58:54 2013 (r327442) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= weechat -PORTVERSION= 20130831 +PORTVERSION= 20130916 CATEGORIES= irc MASTER_SITES= http://perturb.me.uk/distfiles/ \ ${MASTER_SITE_LOCAL} @@ -24,10 +24,9 @@ CFLAGS+= -I${LOCALBASE}/include -L${LOCA LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl \ gcrypt:${PORTSDIR}/security/libgcrypt -GITDESC= v0.4.1-191-g410caef +GITDESC= v0.4.2-rc1-4-g556d324 GITREV!= echo "${GITDESC}" | sed -E 's/^.*-g(.{7})$$/\1/' -#GITREV= 01a1316 -WRKSRC= ${WRKDIR}/${PORTNAME}-${GITREV} +WRKSRC= ${WRKDIR}/${PORTNAME}-${GITREV} # Please note: the DEBUG option is *NOT* empty, it is utilised by # bsd.cmake.mk to set the cmake build type to Debug instead of Modified: head/irc/weechat-devel/distinfo ============================================================================== --- head/irc/weechat-devel/distinfo Mon Sep 16 21:16:47 2013 (r327441) +++ head/irc/weechat-devel/distinfo Mon Sep 16 21:58:54 2013 (r327442) @@ -1,2 +1,2 @@ -SHA256 (weechat-devel-410caef.tar.gz) = 83b0b7025196332af78b636b16d64ed5fa785b053556da04a7fa1fae5b78bc22 -SIZE (weechat-devel-410caef.tar.gz) = 2719277 +SHA256 (weechat-devel-556d324.tar.gz) = 83ccbb65d57e679d46e73385663968430f86098a7113f615077e8e91fcc55d94 +SIZE (weechat-devel-556d324.tar.gz) = 2725907 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 22:06:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 330E7D4C; Mon, 16 Sep 2013 22:06:11 +0000 (UTC) (envelope-from jase@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1FC0622B5; Mon, 16 Sep 2013 22:06:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GM6Asm050290; Mon, 16 Sep 2013 22:06:11 GMT (envelope-from jase@svn.freebsd.org) Received: (from jase@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GM6AxN050288; Mon, 16 Sep 2013 22:06:10 GMT (envelope-from jase@svn.freebsd.org) Message-Id: <201309162206.r8GM6AxN050288@svn.freebsd.org> From: Jase Thew Date: Mon, 16 Sep 2013 22:06:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327443 - head/devel/p5-POE-Test-Loops 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.14 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, 16 Sep 2013 22:06:11 -0000 Author: jase Date: Mon Sep 16 22:06:10 2013 New Revision: 327443 URL: http://svnweb.freebsd.org/changeset/ports/327443 Log: - Update to 1.353 Changes: https://metacpan.org/source/RCAPUTO/POE-Test-Loops-1.353/CHANGES Modified: head/devel/p5-POE-Test-Loops/Makefile head/devel/p5-POE-Test-Loops/distinfo Modified: head/devel/p5-POE-Test-Loops/Makefile ============================================================================== --- head/devel/p5-POE-Test-Loops/Makefile Mon Sep 16 21:58:54 2013 (r327442) +++ head/devel/p5-POE-Test-Loops/Makefile Mon Sep 16 22:06:10 2013 (r327443) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Test-Loops -PORTVERSION= 1.352 +PORTVERSION= 1.353 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RCAPUTO Modified: head/devel/p5-POE-Test-Loops/distinfo ============================================================================== --- head/devel/p5-POE-Test-Loops/distinfo Mon Sep 16 21:58:54 2013 (r327442) +++ head/devel/p5-POE-Test-Loops/distinfo Mon Sep 16 22:06:10 2013 (r327443) @@ -1,2 +1,2 @@ -SHA256 (POE-Test-Loops-1.352.tar.gz) = f11b7739c19f5f0419bc18fa5b08f84a245352bee45ae6a7ac10db76acf027fc -SIZE (POE-Test-Loops-1.352.tar.gz) = 69668 +SHA256 (POE-Test-Loops-1.353.tar.gz) = 9f4d0c2431393889dba7fd9a66c8ab412b17a38d95c939e309cbf7d5cfead4a9 +SIZE (POE-Test-Loops-1.353.tar.gz) = 70248 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 22:44:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 36A4B3E3; Mon, 16 Sep 2013 22:44:29 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 12A6C2518; Mon, 16 Sep 2013 22:44:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GMiSdq071223; Mon, 16 Sep 2013 22:44:28 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GMiSs2071221; Mon, 16 Sep 2013 22:44:28 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309162244.r8GMiSs2071221@svn.freebsd.org> From: Bryan Drewery Date: Mon, 16 Sep 2013 22:44:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327444 - head/irc/irssi-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.14 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, 16 Sep 2013 22:44:29 -0000 Author: bdrewery Date: Mon Sep 16 22:44:28 2013 New Revision: 327444 URL: http://svnweb.freebsd.org/changeset/ports/327444 Log: - Update to 20130915 snapshot which is 0.8.16-rc1 Changes since 0.8.15: + Add -noautosendcmd to /SERVER and /CONNECT. Passing this option will force Irssi to not execute the content of the autosendcmd chatnet-setting upon connect. + Accept names replies with nick!user@host instead of just nick, if they are enabled (see bug #805). + Set window binds for channel items as sticky when re-creating window binds as part of /layout save. This fixes the bug where previously saved channel windows forgets their window number upon reconnect. + Add experimental support for DNSSEC DANE validation of certificates. + Strip the argument for boolean options (see bug #769). + Freenode have been readded to the list of networks in the default configuration file. + Disabled support for the insecure SSLv2 protocol. + Various documentation enhancements. - Fix crashing bug that can happen if the terminal height decreases before the first window is created. - Fixed minor compiler warnings. - Fixed possible crashing bug when processing an octal escape sequence. - Fixed the /ignore -network option (see bug #748). - Fixed signal handling for /exec'd commands. Irssi now sends the signal to the process group id instead of the process id. - Fixed segfault generated by SSL disconnections (see bug #752). Approved by: miwi (implicit) Modified: head/irc/irssi-devel/Makefile head/irc/irssi-devel/distinfo Modified: head/irc/irssi-devel/Makefile ============================================================================== --- head/irc/irssi-devel/Makefile Mon Sep 16 22:06:10 2013 (r327443) +++ head/irc/irssi-devel/Makefile Mon Sep 16 22:44:28 2013 (r327444) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= irssi -PORTVERSION= 20120624 -PORTREVISION= 1 +PORTVERSION= 20130915 CATEGORIES= irc -MASTER_SITES= http://bsdcrew.de/distfiles/ +MASTER_SITES= http://mirror.irssi.org/snapshots/ \ + http://bsdcrew.de/distfiles/ PKGNAMESUFFIX= -devel MAINTAINER= miwi@FreeBSD.org @@ -25,7 +25,7 @@ SOCKS_DESC= Socks proxy support BOT_DESC= Bot support OPTIONS_DEFAULT= PERL IPV6 SSL -WRKSRC= ${WRKDIR}/${PORTNAME}-0.8.15-svn +WRKSRC= ${WRKDIR}/${PORTNAME}-0.8.16-rc1 .include Modified: head/irc/irssi-devel/distinfo ============================================================================== --- head/irc/irssi-devel/distinfo Mon Sep 16 22:06:10 2013 (r327443) +++ head/irc/irssi-devel/distinfo Mon Sep 16 22:44:28 2013 (r327444) @@ -1,2 +1,2 @@ -SHA256 (irssi-20120624.tar.gz) = 60a3bc3149f276122b1304de1d9320162feb3fda3efdac3414334c9fa7b50766 -SIZE (irssi-20120624.tar.gz) = 1331268 +SHA256 (irssi-20130915.tar.gz) = 915b7a584917cffed9c343a24f9e07d02947677d754dd466aba6369c9be87344 +SIZE (irssi-20130915.tar.gz) = 1333350 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 22:54:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7C05760A; Mon, 16 Sep 2013 22:54:53 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 59C9325CC; Mon, 16 Sep 2013 22:54:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GMsr7s076945; Mon, 16 Sep 2013 22:54:53 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GMsqib076941; Mon, 16 Sep 2013 22:54:52 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309162254.r8GMsqib076941@svn.freebsd.org> From: William Grzybowski Date: Mon, 16 Sep 2013 22:54:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327445 - in head/deskutils/pal: . 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.14 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, 16 Sep 2013 22:54:53 -0000 Author: wg Date: Mon Sep 16 22:54:52 2013 New Revision: 327445 URL: http://svnweb.freebsd.org/changeset/ports/327445 Log: deskutils/pal: update to 0.4.3 - Update to 0.4.3 [1] - USES gmake - Remove leading article from COMMENT PR: ports/182052 [1] Submitted by: Herbert J. Skuhra (maintainer) Added: head/deskutils/pal/files/ head/deskutils/pal/files/patch-src-Makefile (contents, props changed) Modified: head/deskutils/pal/Makefile head/deskutils/pal/distinfo head/deskutils/pal/pkg-plist Modified: head/deskutils/pal/Makefile ============================================================================== --- head/deskutils/pal/Makefile Mon Sep 16 22:44:28 2013 (r327444) +++ head/deskutils/pal/Makefile Mon Sep 16 22:54:52 2013 (r327445) @@ -2,16 +2,15 @@ # $FreeBSD$ PORTNAME= pal -PORTVERSION= 0.3.4 -PORTREVISION= 6 +PORTVERSION= 0.4.3 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}cal/${PORTNAME}/${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= h.skuhra@gmail.com -COMMENT= A calendar application +COMMENT= Calendar application -USES= pkgconfig gettext +USES= pkgconfig gettext gmake USE_GNOME= glib20 USE_GMAKE= yes ALL_TARGET= @@ -21,12 +20,8 @@ MAN1= pal.1 .include -.if exists(${LOCALBASE}/lib/libreadline.so.6) -LIB_DEPENDS= readline.6:${PORTSDIR}/devel/readline -.endif - post-patch: - @${REINPLACE_CMD} -e "s,prefix = /usr,prefix = ${PREFIX},g" ${WRKSRC}/Makefile.defs + @${REINPLACE_CMD} -e "s,prefix = /usr,prefix = ${PREFIX},g;s,^CC,#CC,g" ${WRKSRC}/Makefile.defs post-build: ${REINPLACE_CMD} -e "s,VERSION,${PORTVERSION},g" ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pal.1.template Modified: head/deskutils/pal/distinfo ============================================================================== --- head/deskutils/pal/distinfo Mon Sep 16 22:44:28 2013 (r327444) +++ head/deskutils/pal/distinfo Mon Sep 16 22:54:52 2013 (r327445) @@ -1,2 +1,2 @@ -SHA256 (pal-0.3.4.tgz) = 0408441199b64e5c1c2e28a9ae920ad2f35523ad04c59759279520e3c236a0b9 -SIZE (pal-0.3.4.tgz) = 109125 +SHA256 (pal-0.4.3.tgz) = ce470cb7be76522ff58cd0325ad7817b6cc2132a5e0cea55de8c9eb63b54551c +SIZE (pal-0.4.3.tgz) = 130865 Added: head/deskutils/pal/files/patch-src-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/pal/files/patch-src-Makefile Mon Sep 16 22:54:52 2013 (r327445) @@ -0,0 +1,11 @@ +--- Makefile.orig 2008-07-28 18:16:23.000000000 +0200 ++++ Makefile 2013-09-12 23:52:39.000000000 +0200 +@@ -3,7 +3,7 @@ + include Makefile.defs + + INCLDIR = -I${prefix}/include `pkg-config --cflags glib-2.0` +-LIBDIR = ++LIBDIR = -L/usr/lib + LIBS = `pkg-config --libs glib-2.0` -lreadline -lncurses + + SRC = main.c colorize.c output.c input.c event.c rl.c html.c latex.c \ Modified: head/deskutils/pal/pkg-plist ============================================================================== --- head/deskutils/pal/pkg-plist Mon Sep 16 22:44:28 2013 (r327444) +++ head/deskutils/pal/pkg-plist Mon Sep 16 22:54:52 2013 (r327445) @@ -1,5 +1,6 @@ bin/pal %%DATADIR%%/australia.pal +%%DATADIR%%/austria.pal %%DATADIR%%/birth-death.pal %%DATADIR%%/christian.pal %%DATADIR%%/computer.pal From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 23:00:37 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AC1108AB; Mon, 16 Sep 2013 23:00:37 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 98350264E; Mon, 16 Sep 2013 23:00:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GN0bpw080598; Mon, 16 Sep 2013 23:00:37 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GN0aow080590; Mon, 16 Sep 2013 23:00:36 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309162300.r8GN0aow080590@svn.freebsd.org> From: William Grzybowski Date: Mon, 16 Sep 2013 23:00:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327446 - in head/net-im/jitsi: . 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.14 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, 16 Sep 2013 23:00:37 -0000 Author: wg Date: Mon Sep 16 23:00:36 2013 New Revision: 327446 URL: http://svnweb.freebsd.org/changeset/ports/327446 Log: net-im/jitsi: update to 2.3 - Update to 2.3 - Restrict to i386 amd64 PR: ports/182160 Submitted by: Tzanetos Balitsaris (maintainer) Added: head/net-im/jitsi/pkg-message (contents, props changed) Modified: head/net-im/jitsi/Makefile head/net-im/jitsi/distinfo head/net-im/jitsi/files/jitsi.sh head/net-im/jitsi/pkg-plist Modified: head/net-im/jitsi/Makefile ============================================================================== --- head/net-im/jitsi/Makefile Mon Sep 16 22:54:52 2013 (r327445) +++ head/net-im/jitsi/Makefile Mon Sep 16 23:00:36 2013 (r327446) @@ -2,20 +2,24 @@ # $FreeBSD$ PORTNAME= jitsi -PORTVERSION= 2.2 +PORTVERSION= 2.3 CATEGORIES= net-im java -MASTER_SITES= http://www.c-s.li/ports/ \ - https://download.jitsi.org/jitsi/src/ -DISTNAME= jitsi-src-2.2.4603.9615 +MASTER_SITES= http://aetos.it.teithe.gr/~tzabal/ports/jitsi/ \ + http://www.c-s.li/ports/ +DISTNAME= jitsi-master-084e2b42b5 MAINTAINER= tzabal@it.teithe.gr COMMENT= Open source IM and VoIP application MAN1= jitsi.1 + USE_ZIP= yes USE_JAVA= yes USE_ANT= yes MAKE_ARGS= rebuild +USE_LDCONFIG= ${PREFIX}/lib/jitsi/lib/native + +ONLY_FOR_ARCHS= i386 amd64 DESKTOP_ENTRIES="Jitsi" \ "VoIP and Instant Messenger" \ @@ -43,8 +47,6 @@ do-install: @${ECHO_CMD} ">> Installing library jars..." @cd ${WRKSRC}/lib/bundle && ${COPYTREE_SHARE} \* \ ${PREFIX}/lib/jitsi/lib/bundle "! -name junit.jar" - @${INSTALL_DATA} ${WRKSRC}/lib/os-specific/freebsd/jdic_stub.jar \ - ${PREFIX}/lib/jitsi/lib @cd ${WRKSRC}/lib && ${COPYTREE_SHARE} "felix.jar jdic-all.jar \ felix.client.run.properties logging.properties" \ ${PREFIX}/lib/jitsi/lib @@ -72,4 +74,7 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/resources/images/logo/sc_logo_128x128.png \ ${PREFIX}/share/pixmaps/jitsi.png +post-install: + @${CAT} ${PKGMESSAGE} + .include Modified: head/net-im/jitsi/distinfo ============================================================================== --- head/net-im/jitsi/distinfo Mon Sep 16 22:54:52 2013 (r327445) +++ head/net-im/jitsi/distinfo Mon Sep 16 23:00:36 2013 (r327446) @@ -1,2 +1,2 @@ -SHA256 (jitsi-src-2.2.4603.9615.zip) = abee87346f2732d1e55f383c1bddafed7aee1e63b92b9d1854cde0679fc85ecf -SIZE (jitsi-src-2.2.4603.9615.zip) = 64168863 +SHA256 (jitsi-master-084e2b42b5.zip) = e11100ca4c19083002a3d57d3b34711e5601da2c388f4ee89f9b98862d2df01c +SIZE (jitsi-master-084e2b42b5.zip) = 68936481 Modified: head/net-im/jitsi/files/jitsi.sh ============================================================================== --- head/net-im/jitsi/files/jitsi.sh Mon Sep 16 22:54:52 2013 (r327445) +++ head/net-im/jitsi/files/jitsi.sh Mon Sep 16 23:00:36 2013 (r327446) @@ -8,8 +8,10 @@ JITSI_BUNDLES="${JITSI}/sc-bundles" COMMAND="${JAVA} -Dfelix.config.properties=file:${JITSI_LIB}/felix.client.run.properties \ -Djava.util.logging.config.file=${JITSI_LIB}/logging.properties \ -Djna.library.path=${JITSI_LIB}/native \ - -classpath ${JITSI_LIB}/felix.jar:${JITSI_LIB}/jdic-all.jar:${JITSI_LIB}/jdic_stub.jar:${JITSI_BUNDLES}/sc-launcher.jar:${JITSI_BUNDLES}/util.jar \ + -classpath ${JITSI_LIB}/felix.jar:${JITSI_LIB}/jdic-all.jar:${JITSI_BUNDLES}/sc-launcher.jar:${JITSI_BUNDLES}/util.jar \ net.java.sip.communicator.launcher.SIPCommunicator" +export LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}${JITSI_LIB}/native" + cd ${JITSI} exec ${COMMAND} $* Added: head/net-im/jitsi/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/jitsi/pkg-message Mon Sep 16 23:00:36 2013 (r327446) @@ -0,0 +1,9 @@ +-- Audio and Video codecs + +From the list of available audio codecs, please deselect all except 'opus/48000'. +From the list of available video codecs, please deselect all except 'VP8'. +You can make this change via the interface of Jitsi: +-> Jitsi-Tools-Options-Audio-Encodings +-> Jitsi-Tools-Options-Video-Encodings + +It is recommended that all the participants of an audio/video call to use the same codecs. Modified: head/net-im/jitsi/pkg-plist ============================================================================== --- head/net-im/jitsi/pkg-plist Mon Sep 16 22:54:52 2013 (r327445) +++ head/net-im/jitsi/pkg-plist Mon Sep 16 23:00:36 2013 (r327446) @@ -5,12 +5,15 @@ lib/jitsi/lib/bundle/org.apache.felix.bu lib/jitsi/lib/felix.client.run.properties lib/jitsi/lib/felix.jar lib/jitsi/lib/jdic-all.jar -lib/jitsi/lib/jdic_stub.jar lib/jitsi/lib/logging.properties lib/jitsi/lib/native/libhid.so lib/jitsi/lib/native/libhwaddressretriever.so -lib/jitsi/lib/native/libjdic.so lib/jitsi/lib/native/libjdic_misc.so +lib/jitsi/lib/native/libjnffmpeg.so +lib/jitsi/lib/native/libjnopus.so +lib/jitsi/lib/native/libjnpulseaudio.so +lib/jitsi/lib/native/libjnvideo4linux2.so +lib/jitsi/lib/native/libjnvpx.so lib/jitsi/lib/native/libtray.so lib/jitsi/sc-bundles/addrbook.jar lib/jitsi/sc-bundles/advancedconfig.jar @@ -32,11 +35,13 @@ lib/jitsi/sc-bundles/contactinfo.jar lib/jitsi/sc-bundles/contactlist.jar lib/jitsi/sc-bundles/contactsource.jar lib/jitsi/sc-bundles/credentialsstorage.jar +lib/jitsi/sc-bundles/customavatar-service.jar lib/jitsi/sc-bundles/customcontactactions.jar lib/jitsi/sc-bundles/defaultresources.jar lib/jitsi/sc-bundles/demuxcontactsource.jar lib/jitsi/sc-bundles/desktoputil.jar lib/jitsi/sc-bundles/dns.jar +lib/jitsi/sc-bundles/dnsconfig.jar lib/jitsi/sc-bundles/dnsservice.jar lib/jitsi/sc-bundles/facebookaccregwizz.jar lib/jitsi/sc-bundles/fileaccess.jar @@ -45,10 +50,13 @@ lib/jitsi/sc-bundles/generalconfig.jar lib/jitsi/sc-bundles/globaldisplaydetails.jar lib/jitsi/sc-bundles/globalproxyconfig.jar lib/jitsi/sc-bundles/globalshortcut.jar +lib/jitsi/sc-bundles/googlecontacts-service.jar lib/jitsi/sc-bundles/googlecontacts.jar lib/jitsi/sc-bundles/googletalkaccregwizz.jar +lib/jitsi/sc-bundles/hid-service.jar lib/jitsi/sc-bundles/hid.jar lib/jitsi/sc-bundles/history.jar +lib/jitsi/sc-bundles/httpclient.jar lib/jitsi/sc-bundles/httputil.jar lib/jitsi/sc-bundles/icqaccregwizz.jar lib/jitsi/sc-bundles/ippiaccregwizz.jar @@ -84,6 +92,7 @@ lib/jitsi/sc-bundles/plugin-loggingutils lib/jitsi/sc-bundles/plugin-msofficecomm.jar lib/jitsi/sc-bundles/plugin-nimbuzzavatars.jar lib/jitsi/sc-bundles/pluginmanager.jar +lib/jitsi/sc-bundles/propertieseditor.jar lib/jitsi/sc-bundles/protocol-icq.jar lib/jitsi/sc-bundles/protocol-jabber.jar lib/jitsi/sc-bundles/protocol-media.jar @@ -123,6 +132,7 @@ lib/jitsi/sc-bundles/spellChecker.jar lib/jitsi/sc-bundles/swing-ui.jar lib/jitsi/sc-bundles/swingnotification.jar lib/jitsi/sc-bundles/sysactivitynotifications.jar +lib/jitsi/sc-bundles/systray-service.jar lib/jitsi/sc-bundles/thunderbook.jar lib/jitsi/sc-bundles/ui-service.jar lib/jitsi/sc-bundles/update.jar From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 23:50:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 49765523; Mon, 16 Sep 2013 23:50:59 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 35CB72987; Mon, 16 Sep 2013 23:50:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GNoxmx007273; Mon, 16 Sep 2013 23:50:59 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GNoxnQ007272; Mon, 16 Sep 2013 23:50:59 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309162350.r8GNoxnQ007272@svn.freebsd.org> From: Bryan Drewery Date: Mon, 16 Sep 2013 23:50:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327447 - head/irc/irssi-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.14 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, 16 Sep 2013 23:50:59 -0000 Author: bdrewery Date: Mon Sep 16 23:50:58 2013 New Revision: 327447 URL: http://svnweb.freebsd.org/changeset/ports/327447 Log: Mirror distfile. The site is sending a different sized file now with no differences. Modified: head/irc/irssi-devel/Makefile Modified: head/irc/irssi-devel/Makefile ============================================================================== --- head/irc/irssi-devel/Makefile Mon Sep 16 23:00:36 2013 (r327446) +++ head/irc/irssi-devel/Makefile Mon Sep 16 23:50:58 2013 (r327447) @@ -4,8 +4,9 @@ PORTNAME= irssi PORTVERSION= 20130915 CATEGORIES= irc -MASTER_SITES= http://mirror.irssi.org/snapshots/ \ - http://bsdcrew.de/distfiles/ +MASTER_SITES= http://mirror.shatow.net/freebsd/${PORTNAME}/ \ + http://bsdcrew.de/distfiles/ \ + http://mirror.irssi.org/snapshots/ PKGNAMESUFFIX= -devel MAINTAINER= miwi@FreeBSD.org From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 01:10:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BEB4E818; Tue, 17 Sep 2013 01:10:20 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC3382E22; Tue, 17 Sep 2013 01:10:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8H1AK89049396; Tue, 17 Sep 2013 01:10:20 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8H1AKvp049394; Tue, 17 Sep 2013 01:10:20 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309170110.r8H1AKvp049394@svn.freebsd.org> From: Bryan Drewery Date: Tue, 17 Sep 2013 01:10:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327448 - head/ports-mgmt/portupgrade-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.14 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: Tue, 17 Sep 2013 01:10:20 -0000 Author: bdrewery Date: Tue Sep 17 01:10:19 2013 New Revision: 327448 URL: http://svnweb.freebsd.org/changeset/ports/327448 Log: - Update to checkin e4a515a Changes: - Fix pkgng detection when using pkg-devel [1] - Try to fix stack overflow issue with Ruby 1.9 and large installs [2] PR: ports/181813 [1] Reported by: Takanori Saneto [1] Reported by: many [2] Modified: head/ports-mgmt/portupgrade-devel/Makefile head/ports-mgmt/portupgrade-devel/distinfo Modified: head/ports-mgmt/portupgrade-devel/Makefile ============================================================================== --- head/ports-mgmt/portupgrade-devel/Makefile Mon Sep 16 23:50:58 2013 (r327447) +++ head/ports-mgmt/portupgrade-devel/Makefile Tue Sep 17 01:10:19 2013 (r327448) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portupgrade -PORTVERSION= 20130718 +PORTVERSION= 20130916 PORTEPOCH= 3 CATEGORIES= ports-mgmt MASTER_SITES= GH \ @@ -20,7 +20,7 @@ CONFLICTS_INSTALL= portupgrade-[0-9]* USE_GITHUB= yes GH_ACCOUNT= freebsd GH_PROJECT= portupgrade -GH_COMMIT= 633cdd7 +GH_COMMIT= e4a515a GH_TAGNAME= ${GH_COMMIT} DIST_SUBDIR= ${PORTNAME} Modified: head/ports-mgmt/portupgrade-devel/distinfo ============================================================================== --- head/ports-mgmt/portupgrade-devel/distinfo Mon Sep 16 23:50:58 2013 (r327447) +++ head/ports-mgmt/portupgrade-devel/distinfo Tue Sep 17 01:10:19 2013 (r327448) @@ -1,2 +1,2 @@ -SHA256 (portupgrade/freebsd-portupgrade-20130718-0-g633cdd7.tar.gz) = 8cf21617d36dc74b8eb7c907ee7bc9401a779d7a88c9fee6f5b37a17f3f45e40 -SIZE (portupgrade/freebsd-portupgrade-20130718-0-g633cdd7.tar.gz) = 106819 +SHA256 (portupgrade/freebsd-portupgrade-20130916-0-ge4a515a.tar.gz) = dbfc0e35693afd243707483e22bd5d60a92a47009175dff9208858d28485bd95 +SIZE (portupgrade/freebsd-portupgrade-20130916-0-ge4a515a.tar.gz) = 106884 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 05:13:22 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 51EF2EA3; Tue, 17 Sep 2013 05:13:22 +0000 (UTC) (envelope-from tmseck@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2F4DC2AA6; Tue, 17 Sep 2013 05:13:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8H5DMRW081057; Tue, 17 Sep 2013 05:13:22 GMT (envelope-from tmseck@svn.freebsd.org) Received: (from tmseck@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8H5DLil081055; Tue, 17 Sep 2013 05:13:21 GMT (envelope-from tmseck@svn.freebsd.org) Message-Id: <201309170513.r8H5DLil081055@svn.freebsd.org> From: Thomas-Martin Seck Date: Tue, 17 Sep 2013 05:13:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327449 - head/www/squid33 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.14 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: Tue, 17 Sep 2013 05:13:22 -0000 Author: tmseck Date: Tue Sep 17 05:13:21 2013 New Revision: 327449 URL: http://svnweb.freebsd.org/changeset/ports/327449 Log: Update to 3.3.9. Approved by: crees (mentor) Modified: head/www/squid33/Makefile head/www/squid33/distinfo Modified: head/www/squid33/Makefile ============================================================================== --- head/www/squid33/Makefile Tue Sep 17 01:10:19 2013 (r327448) +++ head/www/squid33/Makefile Tue Sep 17 05:13:21 2013 (r327449) @@ -39,7 +39,6 @@ PORTNAME= squid PORTVERSION= 3.3.${SQUID_STABLE_VER} -PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ http://mirrors.ccs.neu.edu/Squid/ \ @@ -68,14 +67,7 @@ PATCH_SITES= http://www.squid-cache.org/ http://www1.jp.squid-cache.org/%SUBDIR%/ \ http://www2.tw.squid-cache.org/%SUBDIR%/ PATCH_SITE_SUBDIR= Versions/v3/${PORTVERSION:R}/changesets -PATCHFILES= squid-3.3-12594.patch \ - squid-3.3-12595.patch \ - squid-3.3-12596.patch \ - squid-3.3-12597.patch \ - squid-3.3-12598.patch \ - squid-3.3-12599.patch \ - squid-3.3-12600.patch \ - squid-3.3-12601.patch +PATCHFILES= #empty MAINTAINER= tmseck@FreeBSD.org COMMENT= HTTP Caching Proxy @@ -85,7 +77,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LATEST_LINK= squid33 -SQUID_STABLE_VER= 8 +SQUID_STABLE_VER= 9 CONFLICTS_INSTALL= squid-2.[0-9].* squid-3.[!3].* cacheboy-[0-9]* lusca-head-[0-9]* USES= perl5 Modified: head/www/squid33/distinfo ============================================================================== --- head/www/squid33/distinfo Tue Sep 17 01:10:19 2013 (r327448) +++ head/www/squid33/distinfo Tue Sep 17 05:13:21 2013 (r327449) @@ -1,18 +1,2 @@ -SHA256 (squid3.3/squid-3.3.8.tar.bz2) = 6411f344510e780f9e579851151278e1d02d8fe06a56abb1d97b1c53c61326a1 -SIZE (squid3.3/squid-3.3.8.tar.bz2) = 2992708 -SHA256 (squid3.3/squid-3.3-12594.patch) = 1279f40a7112349ad9a15d4e36fa37cf45281b163cb755c48fac7c8b1e194d36 -SIZE (squid3.3/squid-3.3-12594.patch) = 1460 -SHA256 (squid3.3/squid-3.3-12595.patch) = 0fb56c7f6a6d0418cc7c2e6cab65c16d3e7907e29d54bd1405842bea72b1cb7c -SIZE (squid3.3/squid-3.3-12595.patch) = 1357 -SHA256 (squid3.3/squid-3.3-12596.patch) = a3f8ead6ef488fc128f0335922b66d704918e681c610deaf69f045d6b7647c10 -SIZE (squid3.3/squid-3.3-12596.patch) = 2012 -SHA256 (squid3.3/squid-3.3-12597.patch) = 2a601f8f2c78e5109f0510261319da3449f528cdc2d89de2b4d590ace866b452 -SIZE (squid3.3/squid-3.3-12597.patch) = 6390 -SHA256 (squid3.3/squid-3.3-12598.patch) = fc6119be8240b237b9d56ec9540c57ee975045d3e989669a50619c92b1c532fa -SIZE (squid3.3/squid-3.3-12598.patch) = 1753 -SHA256 (squid3.3/squid-3.3-12599.patch) = 99033e54ea190f9f58c5854a95b1d79760d7108432196c729d04788ed7ae0ed9 -SIZE (squid3.3/squid-3.3-12599.patch) = 2067 -SHA256 (squid3.3/squid-3.3-12600.patch) = 771d1fb0e409cbc028922b7cc3b43fceeebcbfea015afb7589141cf1d3c51f18 -SIZE (squid3.3/squid-3.3-12600.patch) = 1477 -SHA256 (squid3.3/squid-3.3-12601.patch) = 31174b5b24700b3ed11086197d8a2290b583522b8fdabcff6b26804c8be8be94 -SIZE (squid3.3/squid-3.3-12601.patch) = 1630 +SHA256 (squid3.3/squid-3.3.9.tar.bz2) = 2bb048725745de755f35a84133e25c7db0d56f4cc7002962e84b80091866eb45 +SIZE (squid3.3/squid-3.3.9.tar.bz2) = 2988736 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 06:12:37 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EB18F926; Tue, 17 Sep 2013 06:12:37 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D57472D39; Tue, 17 Sep 2013 06:12:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8H6Cbta012126; Tue, 17 Sep 2013 06:12:37 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8H6CaCr012114; Tue, 17 Sep 2013 06:12:36 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309170612.r8H6CaCr012114@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Sep 2013 06:12:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327450 - in head: cad/p5-Verilog-Perl devel/abi-compliance-checker devel/api-sanity-autotest irc/kvirc irc/znc net-mgmt/nagios net-mgmt/netxms textproc/p5-Plagger 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.14 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: Tue, 17 Sep 2013 06:12:38 -0000 Author: bapt Date: Tue Sep 17 06:12:35 2013 New Revision: 327450 URL: http://svnweb.freebsd.org/changeset/ports/327450 Log: Convert to new perl framework Submitted by: az Modified: head/cad/p5-Verilog-Perl/Makefile head/devel/abi-compliance-checker/Makefile head/devel/api-sanity-autotest/Makefile head/irc/kvirc/Makefile head/irc/znc/Makefile head/net-mgmt/nagios/Makefile head/net-mgmt/netxms/Makefile head/textproc/p5-Plagger/Makefile Modified: head/cad/p5-Verilog-Perl/Makefile ============================================================================== --- head/cad/p5-Verilog-Perl/Makefile Tue Sep 17 05:13:21 2013 (r327449) +++ head/cad/p5-Verilog-Perl/Makefile Tue Sep 17 06:12:35 2013 (r327450) @@ -12,11 +12,8 @@ COMMENT= Building point for Verilog supp BUILD_DEPENDS= flex>=2.5.35:${PORTSDIR}/textproc/flex -USE_GMAKE= yes -USE_PERL5= yes -USES= bison - -PERL_CONFIGURE= yes +USES= bison gmake perl5 +USE_PERL5= configure MAN1= vhier.1 vpassert.1 vppreproc.1 vrename.1 Modified: head/devel/abi-compliance-checker/Makefile ============================================================================== --- head/devel/abi-compliance-checker/Makefile Tue Sep 17 05:13:21 2013 (r327449) +++ head/devel/abi-compliance-checker/Makefile Tue Sep 17 06:12:35 2013 (r327450) @@ -15,11 +15,12 @@ COMMENT= Checks binary compatibility of LICENSE= LGPL20 GPLv2 LICENSE_COMB= dual +USES= perl5 + .if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING) BUILD_DEPENDS?= exctags:${PORTSDIR}/devel/ctags -USE_PERL5= yes .else -USE_PERL5_RUN= yes +USE_PERL5= run .endif RUN_DEPENDS?= exctags:${PORTSDIR}/devel/ctags USE_GCC= any Modified: head/devel/api-sanity-autotest/Makefile ============================================================================== --- head/devel/api-sanity-autotest/Makefile Tue Sep 17 05:13:21 2013 (r327449) +++ head/devel/api-sanity-autotest/Makefile Tue Sep 17 06:12:35 2013 (r327450) @@ -17,11 +17,12 @@ LICENSE_COMB= dual RUN_DEPENDS= ${LOCALBASE}/bin/abi-compliance-checker.pl:${PORTSDIR}/devel/abi-compliance-checker +USES= perl5 + .if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING) BUILD_DEPENDS= ${LOCALBASE}/bin/abi-compliance-checker.pl:${PORTSDIR}/devel/abi-compliance-checker -USE_PERL5= yes .else -USE_PERL5_RUN= yes +USE_PERL5= run .endif USE_GCC= any Modified: head/irc/kvirc/Makefile ============================================================================== --- head/irc/kvirc/Makefile Tue Sep 17 05:13:21 2013 (r327449) +++ head/irc/kvirc/Makefile Tue Sep 17 06:12:35 2013 (r327450) @@ -23,10 +23,10 @@ CONFLICTS_INSTALL= kvirc-qt4-4.* USE_BZIP2= yes USE_OPENSSL= yes -USE_PERL5_BUILD= yes +USE_PERL5= build USE_QT4= moc_build qmake_build rcc_build uic_build \ dbus gui network sql xml -USES= cmake gettext +USES= cmake gettext perl5 CMAKE_ARGS= -DWANT_ESD=no -DWANT_DOXYGEN=no \ -DMANDIR=${MANPREFIX} INSTALLS_ICONS= yes @@ -97,7 +97,7 @@ PLIST_SUB+= PYTHON="@comment " .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5_RUN= yes +USE_PERL5+= run PLIST_SUB+= PERL="" .else CMAKE_ARGS+= -DWANT_PERL=no Modified: head/irc/znc/Makefile ============================================================================== --- head/irc/znc/Makefile Tue Sep 17 05:13:21 2013 (r327449) +++ head/irc/znc/Makefile Tue Sep 17 06:12:35 2013 (r327450) @@ -15,9 +15,7 @@ LICENSE= GPLv2 FETCH_ARGS= -Fpr GNU_CONFIGURE= yes USE_RC_SUBR= znc -USES= pkgconfig iconv -USE_GMAKE= yes -WANT_PERL= yes +USES= pkgconfig iconv gmake NO_OPTIONS_SORT= yes @@ -50,8 +48,9 @@ PLIST_SUB+= OPENSSL="@comment " .endif .if ${PORT_OPTIONS:MPERL} +USES+= perl5 +USE_PERL5+= run build CONFIGURE_ARGS+= --enable-perl -USE_PERL5= yes PLIST_SUB+= PERL="" BUILD_DEPENDS+= swig>=2.0.4:${PORTSDIR}/devel/swig20 .else @@ -70,7 +69,8 @@ PLIST_SUB+= TCL="@comment " .if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= 3.1-3.2 -USE_PERL5_BUILD= yes +USES+= perl5 +USE_PERL5+= build PLIST_SUB+= PYTHON="" CONFIGURE_ARGS+= --enable-python=python-${PYTHON_VER} BUILD_DEPENDS+= swig>=2.0.4:${PORTSDIR}/devel/swig20 Modified: head/net-mgmt/nagios/Makefile ============================================================================== --- head/net-mgmt/nagios/Makefile Tue Sep 17 05:13:21 2013 (r327449) +++ head/net-mgmt/nagios/Makefile Tue Sep 17 06:12:35 2013 (r327450) @@ -14,8 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagios-plugins -USES= iconv -USE_PERL5_BUILD=yes +USES= iconv perl5 +USE_PERL5= build USE_AUTOTOOLS= autoconf libltdl USE_PHP= yes USE_RC_SUBR= nagios @@ -86,7 +86,7 @@ UNHANDLED_HACK_DESC= Display passive che .include .if ${PORT_OPTIONS:MEMBEDDED_PERL} -USE_PERL5= yes +USE_PERL5+= run CONFIGURE_ARGS+=--enable-embedded-perl \ --with-perlcache PLIST_SUB+= EMBEDDED_PERL="" Modified: head/net-mgmt/netxms/Makefile ============================================================================== --- head/net-mgmt/netxms/Makefile Tue Sep 17 05:13:21 2013 (r327449) +++ head/net-mgmt/netxms/Makefile Tue Sep 17 06:12:35 2013 (r327450) @@ -26,10 +26,8 @@ BROKEN= Does not fetch NO_PACKAGE= yes -USE_PERL5= yes USE_OPENSSL= yes -USES= iconv -USE_GMAKE= yes +USES= iconv gmake perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules USE_LDCONFIG= yes @@ -103,7 +101,6 @@ USE_RC_SUBR+= nxhttpd CONFIGURE_ARGS+= --with-nxhttpd PLIST_SUB+= NXHTTPD="" LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd -USE_PERL5= yes .else PLIST_SUB+= NXHTTPD="@comment " .endif Modified: head/textproc/p5-Plagger/Makefile ============================================================================== --- head/textproc/p5-Plagger/Makefile Tue Sep 17 05:13:21 2013 (r327449) +++ head/textproc/p5-Plagger/Makefile Tue Sep 17 06:12:35 2013 (r327450) @@ -12,8 +12,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= sumikawa@FreeBSD.org COMMENT= Pluggable RSS/Atom feed aggregator written in Perl -USE_PERL5= yes - BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ @@ -375,7 +373,9 @@ BUILD_DEPENDS+= p5-Text-Original>=0:${PO .endif RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes + +USES= perl5 +USE_PERL5= configure MAN3= Plagger.3 \ Plagger::Cookies.3 \ From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 06:28:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 89EACB90; Tue, 17 Sep 2013 06:28:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7632A2DC8; Tue, 17 Sep 2013 06:28:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8H6SBaO019774; Tue, 17 Sep 2013 06:28:11 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8H6S70G019718; Tue, 17 Sep 2013 06:28:07 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309170628.r8H6S70G019718@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Sep 2013 06:28:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327451 - in head: audio/gnump3d audio/rebot3 dns/ddclient dns/dnscheckengine dns/opendnssec dns/opendnssec13 dns/p5-Net-RBLClient dns/p5-POE-Component-Resolver games/atr3d games/blinke... 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.14 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: Tue, 17 Sep 2013 06:28:11 -0000 Author: bapt Date: Tue Sep 17 06:28:07 2013 New Revision: 327451 URL: http://svnweb.freebsd.org/changeset/ports/327451 Log: Convert to new perl framework Convert from USE_GMAKE to USES=gmake Modified: head/audio/gnump3d/Makefile head/audio/rebot3/Makefile head/dns/ddclient/Makefile head/dns/dnscheckengine/Makefile head/dns/opendnssec/Makefile head/dns/opendnssec13/Makefile head/dns/p5-Net-RBLClient/Makefile head/dns/p5-POE-Component-Resolver/Makefile head/games/atr3d/Makefile head/games/blinkensisters/Makefile head/games/eboard/Makefile head/games/fairymax/Makefile head/games/freecell-solver/Makefile head/games/gracer/Makefile head/games/lmpc/Makefile head/games/stonesoup/Makefile head/games/wolfpack/Makefile head/games/xboard/Makefile head/x11/rxvt-unicode/Makefile Modified: head/audio/gnump3d/Makefile ============================================================================== --- head/audio/gnump3d/Makefile Tue Sep 17 06:12:35 2013 (r327450) +++ head/audio/gnump3d/Makefile Tue Sep 17 06:28:07 2013 (r327451) @@ -11,12 +11,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jadawin@FreeBSD.org COMMENT= Streaming server for MP3, Ogg Vorbis, and other streamable audio files -RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \ - sox:${PORTSDIR}/audio/sox \ - oggenc:${PORTSDIR}/audio/vorbis-tools +RUN_DEPENDS= liblame.so:${PORTSDIR}/audio/lame \ + libsox.so:${PORTSDIR}/audio/sox \ + liboggenc.so:${PORTSDIR}/audio/vorbis-tools USE_BZIP2= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes USE_RC_SUBR= gnump3d SUB_LIST+= PERL=${PERL} Modified: head/audio/rebot3/Makefile ============================================================================== --- head/audio/rebot3/Makefile Tue Sep 17 06:12:35 2013 (r327450) +++ head/audio/rebot3/Makefile Tue Sep 17 06:28:07 2013 (r327451) @@ -14,7 +14,7 @@ LICENSE= GPLv2 RUN_DEPENDS= p5-CDDB>=0:${PORTSDIR}/audio/p5-CDDB \ p5-MP3-ID3v1Tag>=0:${PORTSDIR}/audio/p5-MP3-ID3v1Tag -USE_PERL5= yes +USES= perl5 NO_BUILD= yes MAN1= ${PORTNAME}.1 Modified: head/dns/ddclient/Makefile ============================================================================== --- head/dns/ddclient/Makefile Tue Sep 17 06:12:35 2013 (r327450) +++ head/dns/ddclient/Makefile Tue Sep 17 06:28:07 2013 (r327451) @@ -13,7 +13,8 @@ COMMENT= Update dynamic DNS entries LICENSE= GPLv2 USE_BZIP2= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes USE_RC_SUBR= ${PORTNAME} Modified: head/dns/dnscheckengine/Makefile ============================================================================== --- head/dns/dnscheckengine/Makefile Tue Sep 17 06:12:35 2013 (r327450) +++ head/dns/dnscheckengine/Makefile Tue Sep 17 06:28:07 2013 (r327451) @@ -25,7 +25,8 @@ BUILD_DEPENDS= p5-Crypt-OpenSSL-Random>= p5-Mail-RFC822-Address>=0:${PORTSDIR}/mail/p5-Mail-RFC822-Address \ p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_SCRIPT+= Makefile.PL INSTALLSITESCRIPT=${PREFIX}/libexec/dnscheck WRKSRC= ${WRKDIR}/engine Modified: head/dns/opendnssec/Makefile ============================================================================== --- head/dns/opendnssec/Makefile Tue Sep 17 06:12:35 2013 (r327450) +++ head/dns/opendnssec/Makefile Tue Sep 17 06:28:07 2013 (r327451) @@ -15,7 +15,7 @@ LIB_DEPENDS= ldns:${PORTSDIR}/dns/ldns GNU_CONFIGURE= yes USE_RC_SUBR= opendnssec USE_GNOME= libxml2 -USE_PERL5= yes +USES= perl5 USE_OPENSSL= yes USE_LDCONFIG= yes Modified: head/dns/opendnssec13/Makefile ============================================================================== --- head/dns/opendnssec13/Makefile Tue Sep 17 06:12:35 2013 (r327450) +++ head/dns/opendnssec13/Makefile Tue Sep 17 06:28:07 2013 (r327451) @@ -17,7 +17,7 @@ LATEST_LINK= ${PORTNAME}13 GNU_CONFIGURE= yes USE_RC_SUBR= opendnssec USE_GNOME= libxml2 -USE_PERL5= yes +USES= perl5 USE_OPENSSL= yes USE_LDCONFIG= yes Modified: head/dns/p5-Net-RBLClient/Makefile ============================================================================== --- head/dns/p5-Net-RBLClient/Makefile Tue Sep 17 06:12:35 2013 (r327450) +++ head/dns/p5-Net-RBLClient/Makefile Tue Sep 17 06:28:07 2013 (r327451) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-RBLClient -# Date created: 2006-07-13 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Net-RBLClient PORTVERSION= 0.5 @@ -20,10 +16,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/RBLCLient-${PORTVERSION} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= spamalyze.1 MAN3= Net::RBLClient.3 -.include -.include +.include Modified: head/dns/p5-POE-Component-Resolver/Makefile ============================================================================== --- head/dns/p5-POE-Component-Resolver/Makefile Tue Sep 17 06:12:35 2013 (r327450) +++ head/dns/p5-POE-Component-Resolver/Makefile Tue Sep 17 06:28:07 2013 (r327451) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-POE-Component-Resolver -# Date created: 21 February 2011 -# Whom: Jase Thew -# +# Created by: Jase Thew # $FreeBSD$ -# PORTNAME= POE-Component-Resolver PORTVERSION= 0.921 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-POE>=1.311:${PORTSDIR} p5-Socket>=2.001:${PORTSDIR}/net/p5-Socket RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::Resolver.3 \ POE::Component::Resolver::Sidecar.3 Modified: head/games/atr3d/Makefile ============================================================================== --- head/games/atr3d/Makefile Tue Sep 17 06:12:35 2013 (r327450) +++ head/games/atr3d/Makefile Tue Sep 17 06:28:07 2013 (r327451) @@ -19,10 +19,10 @@ SDL_CONFIG?= ${LOCALBASE}/bin/sdl-config WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GMAKE= yes +USES= gmake perl5 USE_GL= glut glu USE_XORG= xmu xi x11 -USE_PERL5_BUILD=yes +USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" USE_AUTOTOOLS= automake autoconf Modified: head/games/blinkensisters/Makefile ============================================================================== --- head/games/blinkensisters/Makefile Tue Sep 17 06:12:35 2013 (r327450) +++ head/games/blinkensisters/Makefile Tue Sep 17 06:28:07 2013 (r327451) @@ -11,8 +11,8 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Parallax-style 2D scrolling platform game USE_SDL= sdl image ttf -USE_PERL5_BUILD= yes -USES= cmake +USE_PERL5= build +USES= cmake perl5 CFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include Modified: head/games/eboard/Makefile ============================================================================== --- head/games/eboard/Makefile Tue Sep 17 06:12:35 2013 (r327450) +++ head/games/eboard/Makefile Tue Sep 17 06:28:07 2013 (r327451) @@ -19,10 +19,10 @@ COMMENT= GTK+ chess board interface (mai LIB_DEPENDS= png15:${PORTSDIR}/graphics/png EXTRAS= 1pl2 2 -USES= shebangfix pkgconfig +USES= shebangfix pkgconfig perl5 USE_BZIP2= yes HAS_CONFIGURE= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_GNOME= gtk20 SHEBANG_FILES= configure Modified: head/games/fairymax/Makefile ============================================================================== --- head/games/fairymax/Makefile Tue Sep 17 06:12:35 2013 (r327450) +++ head/games/fairymax/Makefile Tue Sep 17 06:28:07 2013 (r327451) @@ -29,8 +29,8 @@ MAN6= ${PORTNAME}.6 MLINKS= ${PORTNAME}.6 shamax.6 \ ${PORTNAME}.6 maxqi.6 -USE_GMAKE= yes -USE_PERL5_BUILD=yes +USES= gmake perl5 +USE_PERL5= build MAKE_ARGS+= INI_F=${DATADIR}/fmax.ini \ INI_Q=${DATADIR}/qmax.ini Modified: head/games/freecell-solver/Makefile ============================================================================== --- head/games/freecell-solver/Makefile Tue Sep 17 06:12:35 2013 (r327450) +++ head/games/freecell-solver/Makefile Tue Sep 17 06:28:07 2013 (r327451) @@ -16,8 +16,8 @@ OPTIONS_DEFINE= TCMALLOC DOCS EXAMPLES TCMALLOC_DESC= Use Google's TCMalloc USE_BZIP2= yes -USES= cmake:outsource -USE_PERL5_BUILD= yes +USES= cmake:outsource perl5 +USE_PERL5= build CMAKE_ARGS= -DFCS_WITH_TEST_SUITE:BOOL=OFF USE_LDCONFIG= yes Modified: head/games/gracer/Makefile ============================================================================== --- head/games/gracer/Makefile Tue Sep 17 06:12:35 2013 (r327450) +++ head/games/gracer/Makefile Tue Sep 17 06:28:07 2013 (r327451) @@ -17,7 +17,8 @@ LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/ tcl84.1:${PORTSDIR}/lang/tcl84 USE_GL= glut -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build USE_AUTOTOOLS= autoconf213 CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ CPPFLAGS="${CPPFLAGS}" Modified: head/games/lmpc/Makefile ============================================================================== --- head/games/lmpc/Makefile Tue Sep 17 06:12:35 2013 (r327450) +++ head/games/lmpc/Makefile Tue Sep 17 06:28:07 2013 (r327451) @@ -14,10 +14,10 @@ COMMENT= Tool to manipulate some FPS gam LICENSE= GPLv2 -USES= gmake +USES= gmake perl5 MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build PORTSCOUT= limit:.*[0-9]$$ # letter-suffixed files are binaries Modified: head/games/stonesoup/Makefile ============================================================================== --- head/games/stonesoup/Makefile Tue Sep 17 06:12:35 2013 (r327450) +++ head/games/stonesoup/Makefile Tue Sep 17 06:28:07 2013 (r327451) @@ -15,10 +15,9 @@ LICENSE_FILE= ${WRKDIR}/stone_soup-${POR USE_SQLITE= yes USE_XZ= yes -USES= bison pkgconfig -USE_GMAKE= yes +USES= bison gmake perl5 pkgconfig USE_LUA= 5.1 -USE_PERL5_BUILD= yes +USE_PERL5= build SAVEDIR= \~/.stonesoup Modified: head/games/wolfpack/Makefile ============================================================================== --- head/games/wolfpack/Makefile Tue Sep 17 06:12:35 2013 (r327450) +++ head/games/wolfpack/Makefile Tue Sep 17 06:28:07 2013 (r327451) @@ -12,8 +12,8 @@ MAINTAINER= johans@FreeBSD.org COMMENT= Long term multiplayer strategy game MAKEFILE= GNUmakefile -USE_GMAKE= yes -USE_PERL5_BUILD= yes +USES= gmake perl5 +USE_PERL5= build GNU_CONFIGURE= yes BINDIR= ${PREFIX}/lib/${PORTNAME} VARDIR= ${PREFIX}/var/${PORTNAME} Modified: head/games/xboard/Makefile ============================================================================== --- head/games/xboard/Makefile Tue Sep 17 06:12:35 2013 (r327450) +++ head/games/xboard/Makefile Tue Sep 17 06:28:07 2013 (r327451) @@ -29,7 +29,8 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN6= xboard.6 INFO= xboard -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build INSTALLS_ICONS= yes DATADIR= ${PREFIX}/share/games/${PORTNAME} Modified: head/x11/rxvt-unicode/Makefile ============================================================================== --- head/x11/rxvt-unicode/Makefile Tue Sep 17 06:12:35 2013 (r327450) +++ head/x11/rxvt-unicode/Makefile Tue Sep 17 06:28:07 2013 (r327451) @@ -25,7 +25,6 @@ CONFIGURE_ENV= LIBS="-lstdc++ -lutil" T CONFIGURE_ARGS= --enable-everything --with-term=rxvt \ --with-terminfo=${LOCALBASE}/share/misc/terminfo.db USE_BZIP2= yes -WANT_PERL= yes OPTIONS_DEFINE= PERL XIM UNICODE3 ISO14755 COMBINING RXVT_SCROLLBAR \ NEXT_SCROLLBAR XTERM_SCROLLBAR BACKSPACE_KEY DELETE_KEY \ @@ -69,10 +68,11 @@ PATCH_DEPENDS+= p5-Encode-HanExtra>=0:${ # disable the embedded perl interpreter .if !${PORT_OPTIONS:MPERL} CONFIGURE_ARGS+= --disable-perl -USE_PERL5_BUILD= yes +USES+= perl5 +USE_PERL5= build PLIST_SUB= PERL="@comment " .else -USE_PERL5= yes +USES+= perl5 MAN1+= urxvt-background.1 urxvt-bell-command.1 urxvt-block-graphics-to-ascii.1 \ urxvt-clipboard-osc.1 urxvt-confirm-paste.1 urxvt-digital-clock.1 \ urxvt-example-refresh-hooks.1 urxvt-extensions.1 urxvt-keysym-list.1 \ From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 06:40:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 884B4E6C; Tue, 17 Sep 2013 06:40:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 749252E39; Tue, 17 Sep 2013 06:40:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8H6ePEk026539; Tue, 17 Sep 2013 06:40:25 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8H6eLE0026317; Tue, 17 Sep 2013 06:40:21 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309170640.r8H6eLE0026317@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Sep 2013 06:40:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327452 - in head/lang: clang-devel clang33 ecl erlang-runtime15 gcc34 gcc46 gcc48 gcc49 ghc gnat mono p5-TryCatch pfe pike76 pike78 rust see see-devel spidermonkey185 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.14 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: Tue, 17 Sep 2013 06:40:25 -0000 Author: bapt Date: Tue Sep 17 06:40:21 2013 New Revision: 327452 URL: http://svnweb.freebsd.org/changeset/ports/327452 Log: Convert to new perl framework Convert from USE_GMAKE to USES=gmake Modified: head/lang/clang-devel/Makefile head/lang/clang33/Makefile head/lang/ecl/Makefile head/lang/erlang-runtime15/Makefile head/lang/gcc34/Makefile head/lang/gcc46/Makefile head/lang/gcc48/Makefile head/lang/gcc49/Makefile head/lang/ghc/Makefile head/lang/gnat/Makefile head/lang/mono/Makefile head/lang/p5-TryCatch/Makefile head/lang/pfe/Makefile head/lang/pike76/Makefile head/lang/pike78/Makefile head/lang/rust/Makefile head/lang/see-devel/Makefile head/lang/see/Makefile head/lang/spidermonkey185/Makefile Modified: head/lang/clang-devel/Makefile ============================================================================== --- head/lang/clang-devel/Makefile Tue Sep 17 06:28:07 2013 (r327451) +++ head/lang/clang-devel/Makefile Tue Sep 17 06:40:21 2013 (r327452) @@ -1,9 +1,5 @@ -# New ports collection makefile for: clang -# Date created: 24 Oct 2009 -# Whom: Brooks Davis -# +# Created by: Brooks Davis # $FreeBSD$ -# PORTNAME= clang PORTVERSION= 3.4.r${SVN_REV} @@ -37,10 +33,9 @@ BUILD_DEPENDS+= runtest:${PORTSDIR}/misc .endif GNU_CONFIGURE= yes +USES= gmake perl5 USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USE_PERL5= yes USE_PYTHON= yes MAKE_ARGS= CLANG_TBLGEN=${WRKSRC}/${RELTYPE}/bin/clang-tblgen \ Modified: head/lang/clang33/Makefile ============================================================================== --- head/lang/clang33/Makefile Tue Sep 17 06:28:07 2013 (r327451) +++ head/lang/clang33/Makefile Tue Sep 17 06:40:21 2013 (r327452) @@ -32,9 +32,8 @@ LATEST_LINK= ${PORTNAME}${LLVM_SUFFIX} GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${LLVM_PREFIX} -USE_GMAKE= yes +USES= gmake perl5 USE_LDCONFIG= yes -USE_PERL5= yes USE_PYTHON_BUILD= yes MAKE_ARGS= CLANG_TBLGEN=${WRKSRC}/${RELTYPE}/bin/clang-tblgen \ Modified: head/lang/ecl/Makefile ============================================================================== --- head/lang/ecl/Makefile Tue Sep 17 06:28:07 2013 (r327451) +++ head/lang/ecl/Makefile Tue Sep 17 06:40:21 2013 (r327452) @@ -13,8 +13,8 @@ COMMENT= ANSI Common Lisp implementation LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp MAKE_JOBS_UNSAFE= yes -USES= gmake -USE_PERL5_BUILD=yes +USES= gmake perl5 +USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-system-gmp --with-gmp-prefix=${LOCALBASE} --enable-boehm=system CFLAGS+= -I${LOCALBASE}/include Modified: head/lang/erlang-runtime15/Makefile ============================================================================== --- head/lang/erlang-runtime15/Makefile Tue Sep 17 06:28:07 2013 (r327451) +++ head/lang/erlang-runtime15/Makefile Tue Sep 17 06:40:21 2013 (r327452) @@ -53,6 +53,10 @@ OPTIONS_DEFAULT=SMP OPENSSL THREADS SCTP ERL_RELEASE= R${PORTVERSION:S/.//g:U:S/1$/-1/} +USES= gmake perl5 +USE_CSTD= gnu89 +GNU_CONFIGURE= yes + .include .if ${PORT_OPTIONS:MDOCS} @@ -119,11 +123,6 @@ WX_UNICODE= yes CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG} .endif -USE_GMAKE= yes -USE_CSTD= gnu89 -USE_PERL5= yes -GNU_CONFIGURE= yes - .if ${PORT_OPTIONS:MODBC} CONFIGURE_ARGS+=--with-odbc .if ${PORT_OPTIONS:MUNIXODBC} Modified: head/lang/gcc34/Makefile ============================================================================== --- head/lang/gcc34/Makefile Tue Sep 17 06:28:07 2013 (r327451) +++ head/lang/gcc34/Makefile Tue Sep 17 06:40:21 2013 (r327452) @@ -18,10 +18,9 @@ COMMENT= GNU Compiler Collection 3.4 SUFFIX= 34 LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} -USES= bison iconv +USES= bison gmake iconv perl5 USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5_BUILD=yes +USE_PERL= build PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure Modified: head/lang/gcc46/Makefile ============================================================================== --- head/lang/gcc46/Makefile Tue Sep 17 06:28:07 2013 (r327451) +++ head/lang/gcc46/Makefile Tue Sep 17 06:40:21 2013 (r327452) @@ -30,10 +30,10 @@ GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9] SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} ONLY_FOR_ARCHS= amd64 i386 ia64 powerpc sparc64 -USES= bison gmake iconv +USES= bison gmake iconv perl5 USE_BINUTILS= yes USE_BZIP2= yes -USE_PERL5_BUILD=yes +USE_PERL5= build PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Tue Sep 17 06:28:07 2013 (r327451) +++ head/lang/gcc48/Makefile Tue Sep 17 06:40:21 2013 (r327452) @@ -29,10 +29,10 @@ GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9 SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 -USES= bison gmake iconv +USES= bison gmake iconv perl5 USE_BINUTILS= yes USE_BZIP2= yes -USE_PERL5_BUILD=yes +USE_PERL5= build PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Tue Sep 17 06:28:07 2013 (r327451) +++ head/lang/gcc49/Makefile Tue Sep 17 06:40:21 2013 (r327452) @@ -29,10 +29,10 @@ GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9] SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 -USES= gmake iconv +USES= gmake iconv perl5 USE_BINUTILS= yes USE_BZIP2= yes -USE_PERL5_BUILD=yes +USE_PERL5= build PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure Modified: head/lang/ghc/Makefile ============================================================================== --- head/lang/ghc/Makefile Tue Sep 17 06:28:07 2013 (r327451) +++ head/lang/ghc/Makefile Tue Sep 17 06:40:21 2013 (r327452) @@ -26,9 +26,8 @@ USE_BZIP2= yes LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp USE_AUTOTOOLS= autoconf autoheader -USE_PERL5_BUILD= yes -USE_GMAKE= yes -USES= iconv ncurses +USE_PERL5= build +USES= gmake iconv perl5 ncurses USE_BINUTILS= yes USE_GCC= yes Modified: head/lang/gnat/Makefile ============================================================================== --- head/lang/gnat/Makefile Tue Sep 17 06:28:07 2013 (r327451) +++ head/lang/gnat/Makefile Tue Sep 17 06:40:21 2013 (r327452) @@ -19,9 +19,8 @@ LICENSE= GPLv3 LGPL3 ONLY_FOR_ARCHS= i386 -USE_GMAKE= yes -USES= bison iconv -USE_PERL5_BUILD= yes +USES= bison gmake iconv perl5 +USE_PERL5= build WRKSRC= ${WRKDIR}/build Modified: head/lang/mono/Makefile ============================================================================== --- head/lang/mono/Makefile Tue Sep 17 06:28:07 2013 (r327451) +++ head/lang/mono/Makefile Tue Sep 17 06:40:21 2013 (r327452) @@ -13,9 +13,9 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSD bash:${PORTSDIR}/shells/bash USE_BZIP2= yes -USES= bison pathfix gettext gmake +USES= bison gettext gmake pathfix perl5 USE_GNOME= glib20 -USE_PERL5_BUILD=yes +USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes Modified: head/lang/p5-TryCatch/Makefile ============================================================================== --- head/lang/p5-TryCatch/Makefile Tue Sep 17 06:28:07 2013 (r327451) +++ head/lang/p5-TryCatch/Makefile Tue Sep 17 06:40:21 2013 (r327452) @@ -30,7 +30,8 @@ OPTIONS_DEFINE= AUTHOR AUTHOR_DESC= Include dependencies for AUTHORING -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= TryCatch.3 Modified: head/lang/pfe/Makefile ============================================================================== --- head/lang/pfe/Makefile Tue Sep 17 06:28:07 2013 (r327451) +++ head/lang/pfe/Makefile Tue Sep 17 06:40:21 2013 (r327452) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pfe-devel -# Date created: 29 October 2000 -# Whom: patrick -# +# Created by: patrick # $FreeBSD$ -# PORTNAME= pfe PORTVERSION= 0.33.71 @@ -14,9 +10,9 @@ MAINTAINER= johans@FreeBSD.org COMMENT= Implementation of ANSI Forth USE_BZIP2= yes -USE_PERL5_BUILD=yes +USES= gmake perl5 +USE_PERL5= build USE_GCC= 4.2+ -USE_GMAKE= yes USE_AUTOTOOLS= libtool LIBTOOLFILES= pfe/configure MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" Modified: head/lang/pike76/Makefile ============================================================================== --- head/lang/pike76/Makefile Tue Sep 17 06:28:07 2013 (r327451) +++ head/lang/pike76/Makefile Tue Sep 17 06:40:21 2013 (r327452) @@ -83,12 +83,10 @@ CONFIGURE_ARGS+= --without-debug \ MAKE_ARGS= CONFIGUREARGS="${CONFIGURE_ARGS}" -USES= bison gettext -USE_GMAKE= yes +USES= bison gettext gmake perl # Allow building Embedded Perl CONFIGURE_ARGS+= --with-perl -USE_PERL5= YES PLIST_FILES= bin/pike bin/pike76 bin/hilfe Modified: head/lang/pike78/Makefile ============================================================================== --- head/lang/pike78/Makefile Tue Sep 17 06:28:07 2013 (r327451) +++ head/lang/pike78/Makefile Tue Sep 17 06:40:21 2013 (r327452) @@ -74,12 +74,10 @@ CONFIGURE_ARGS+= --without-debug \ MAKE_ARGS= "CONFIGUREARGS=${CONFIGURE_ARGS}" MAKE_ENV= "ac_cv_lib_nettle_nettle_md5_init=no" -USES= bison gettext -USE_GMAKE= yes +USES= bison gettext gmake perl5 # Allow building Embedded Perl CONFIGURE_ARGS+= --with-perl -USE_PERL5= YES PLIST_FILES= bin/pike bin/pike78 bin/hilfe Modified: head/lang/rust/Makefile ============================================================================== --- head/lang/rust/Makefile Tue Sep 17 06:28:07 2013 (r327451) +++ head/lang/rust/Makefile Tue Sep 17 06:40:21 2013 (r327452) @@ -21,8 +21,8 @@ RUST_TARGET= x86_64-unknown-freebsd ONLY_FOR_ARCHS= amd64 HAS_CONFIGURE= yes USE_LDCONFIG= yes -USE_GMAKE= yes -USE_PERL5_BUILD= yes +USES= gmake perl5 +USE_PERL5= build USE_PYTHON_BUILD= 2.6-2.7 MAKE_JOBS_UNSAFE= yes Modified: head/lang/see-devel/Makefile ============================================================================== --- head/lang/see-devel/Makefile Tue Sep 17 06:28:07 2013 (r327451) +++ head/lang/see-devel/Makefile Tue Sep 17 06:40:21 2013 (r327452) @@ -19,9 +19,9 @@ SEE_DEBUG_DESC= Internal SEE library deb CONFLICTS= see-[0-9]* -USES= pathfix +USES= pathfix perl5 USE_LDCONFIG= yes -USE_PERL5_BUILD=yes +USE_PERL5= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} Modified: head/lang/see/Makefile ============================================================================== --- head/lang/see/Makefile Tue Sep 17 06:28:07 2013 (r327451) +++ head/lang/see/Makefile Tue Sep 17 06:40:21 2013 (r327452) @@ -22,13 +22,14 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} USE_LDCONFIG= yes -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -.include +.include .if ${PORT_OPTIONS:MMULTIPLE_THREADS} CFLAGS+= -DMULTIPLE_THREADS @@ -64,4 +65,4 @@ post-install: .endfor .endif -.include +.include Modified: head/lang/spidermonkey185/Makefile ============================================================================== --- head/lang/spidermonkey185/Makefile Tue Sep 17 06:28:07 2013 (r327451) +++ head/lang/spidermonkey185/Makefile Tue Sep 17 06:40:21 2013 (r327452) @@ -17,13 +17,11 @@ LIB_DEPENDS= nspr4:${PORTSDIR}/devel/ns CONFLICTS= njs-[0-9]* -#USES= pkgconfig:build +USES= gmake pathfix pkgconfig USE_AUTOTOOLS= autoconf213:env GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack USE_LDCONFIG= yes -USE_PERL5_BUILD= yes +USE_PERL5= build USE_PYTHON_BUILD= 2.5-2.7 WRKSRC= ${WRKDIR}/js-${PORTVERSION}/js/src From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 06:44:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 38D40F8E; Tue, 17 Sep 2013 06:44:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 269012E83; Tue, 17 Sep 2013 06:44:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8H6iBxZ029598; Tue, 17 Sep 2013 06:44:11 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8H6iBjw029597; Tue, 17 Sep 2013 06:44:11 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309170644.r8H6iBjw029597@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Sep 2013 06:44:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327453 - head/lang/pike76 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.14 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: Tue, 17 Sep 2013 06:44:11 -0000 Author: bapt Date: Tue Sep 17 06:44:10 2013 New Revision: 327453 URL: http://svnweb.freebsd.org/changeset/ports/327453 Log: Fix typo Modified: head/lang/pike76/Makefile Modified: head/lang/pike76/Makefile ============================================================================== --- head/lang/pike76/Makefile Tue Sep 17 06:40:21 2013 (r327452) +++ head/lang/pike76/Makefile Tue Sep 17 06:44:10 2013 (r327453) @@ -83,7 +83,7 @@ CONFIGURE_ARGS+= --without-debug \ MAKE_ARGS= CONFIGUREARGS="${CONFIGURE_ARGS}" -USES= bison gettext gmake perl +USES= bison gettext gmake perl5 # Allow building Embedded Perl CONFIGURE_ARGS+= --with-perl From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 06:51:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 91C5E197; Tue, 17 Sep 2013 06:51:08 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D7072ED9; Tue, 17 Sep 2013 06:51:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8H6p8Eo033537; Tue, 17 Sep 2013 06:51:08 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8H6p4hh033506; Tue, 17 Sep 2013 06:51:04 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309170651.r8H6p4hh033506@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Sep 2013 06:51:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327454 - in head: lang/clang lang/clang31 lang/erlang lang/gcc lang/gcc47 lang/p5-Test-XPath lang/qscheme net-im/jabberd net-im/libpurple net-im/ttytter net-p2p/uhub textproc/confetti ... 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.14 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: Tue, 17 Sep 2013 06:51:08 -0000 Author: bapt Date: Tue Sep 17 06:51:04 2013 New Revision: 327454 URL: http://svnweb.freebsd.org/changeset/ports/327454 Log: Convert to new perl framework Convert from USE_GMAKE to USES=gmake Modified: head/lang/clang/Makefile head/lang/clang31/Makefile head/lang/erlang/Makefile head/lang/gcc/Makefile head/lang/gcc47/Makefile head/lang/p5-Test-XPath/Makefile head/lang/qscheme/Makefile head/net-im/jabberd/Makefile head/net-im/libpurple/Makefile head/net-im/ttytter/Makefile head/net-p2p/uhub/Makefile head/textproc/confetti/Makefile head/textproc/docproj/Makefile head/textproc/latex2html/Makefile head/textproc/openfts/Makefile head/textproc/p5-FormValidator-Lite/Makefile head/textproc/p5-Text-VimColor/Makefile head/textproc/texi2html/Makefile head/textproc/uim/Makefile Modified: head/lang/clang/Makefile ============================================================================== --- head/lang/clang/Makefile Tue Sep 17 06:44:10 2013 (r327453) +++ head/lang/clang/Makefile Tue Sep 17 06:51:04 2013 (r327454) @@ -1,9 +1,5 @@ -# New ports collection makefile for: clang -# Date created: 24 Oct 2009 -# Whom: Brooks Davis -# +# Created by: Brooks Davis # $FreeBSD$ -# PORTNAME= clang PORTVERSION= 3.2 @@ -36,9 +32,8 @@ BUILD_DEPENDS+= runtest:${PORTSDIR}/misc .endif GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake perl5 USE_LDCONFIG= yes -USE_PERL5= yes USE_PYTHON= yes MAKE_ARGS= CLANG_TBLGEN=${WRKSRC}/${RELTYPE}/bin/clang-tblgen \ Modified: head/lang/clang31/Makefile ============================================================================== --- head/lang/clang31/Makefile Tue Sep 17 06:44:10 2013 (r327453) +++ head/lang/clang31/Makefile Tue Sep 17 06:51:04 2013 (r327454) @@ -1,9 +1,5 @@ -# New ports collection makefile for: clang -# Date created: 24 Oct 2009 -# Whom: Brooks Davis -# +# Created by: Brooks Davis # $FreeBSD$ -# PORTNAME= clang31 PORTVERSION= 3.1 @@ -38,10 +34,9 @@ BUILD_DEPENDS+= f2c:${PORTSDIR}/lang/f2c .endif GNU_CONFIGURE= yes +USES= gmake perl5 USE_GCC= 4.2+ -USE_GMAKE= yes USE_LDCONFIG= yes -USE_PERL5= yes USE_PYTHON= yes MAKE_ARGS= CLANG_TBLGEN=${WRKSRC}/${RELTYPE}/bin/clang-tblgen \ Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Tue Sep 17 06:44:10 2013 (r327453) +++ head/lang/erlang/Makefile Tue Sep 17 06:51:04 2013 (r327454) @@ -51,6 +51,11 @@ OPTIONS_DEFAULT=SMP OPENSSL THREADS SCTP ERL_RELEASE= R${PORTVERSION:S/.//g:U:S/1$/-1/} +USES= gmake perl5 +USE_CSTD= gnu89 +USE_RC_SUBR= epmd +GNU_CONFIGURE= yes + .include .if ${PORT_OPTIONS:MDOCS} @@ -124,12 +129,6 @@ WX_UNICODE= yes CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG} .endif -USE_GMAKE= yes -USE_CSTD= gnu89 -USE_PERL5= yes -USE_RC_SUBR= epmd -GNU_CONFIGURE= yes - .if ${PORT_OPTIONS:MODBC} CONFIGURE_ARGS+=--with-odbc .if ${PORT_OPTIONS:MUNIXODBC} Modified: head/lang/gcc/Makefile ============================================================================== --- head/lang/gcc/Makefile Tue Sep 17 06:44:10 2013 (r327453) +++ head/lang/gcc/Makefile Tue Sep 17 06:51:04 2013 (r327454) @@ -28,10 +28,10 @@ DISTVERSION= ${PORTVERSION} GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} ONLY_FOR_ARCHS= amd64 i386 ia64 powerpc sparc64 -USES= bison gmake iconv +USES= bison gmake iconv perl5 USE_BINUTILS= yes USE_BZIP2= yes -USE_PERL5_BUILD=yes +USE_PERL5= build PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure Modified: head/lang/gcc47/Makefile ============================================================================== --- head/lang/gcc47/Makefile Tue Sep 17 06:44:10 2013 (r327453) +++ head/lang/gcc47/Makefile Tue Sep 17 06:51:04 2013 (r327454) @@ -29,10 +29,10 @@ GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9] SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 -USES= bison gmake iconv +USES= bison gmake iconv perl5 USE_BINUTILS= yes USE_BZIP2= yes -USE_PERL5_BUILD=yes +USE_PERL5= build PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure Modified: head/lang/p5-Test-XPath/Makefile ============================================================================== --- head/lang/p5-Test-XPath/Makefile Tue Sep 17 06:44:10 2013 (r327453) +++ head/lang/p5-Test-XPath/Makefile Tue Sep 17 06:51:04 2013 (r327454) @@ -15,7 +15,8 @@ LICENSE_COMB= dual RUN_DEPENDS= p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Test::XPath.3 Modified: head/lang/qscheme/Makefile ============================================================================== --- head/lang/qscheme/Makefile Tue Sep 17 06:44:10 2013 (r327453) +++ head/lang/qscheme/Makefile Tue Sep 17 06:51:04 2013 (r327454) @@ -1,9 +1,5 @@ -# New ports collection makefile for: qscheme -# Date created: 6 Dec 2001 -# Whom: erik@smluc.org -# +# Created by: erik@smluc.org # $FreeBSD$ -# PORTNAME= qscheme PORTVERSION= 0.5.1 @@ -19,9 +15,9 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libavcal ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/gmp LIB_DEPENDS= getline:${PORTSDIR}/devel/libgetline -USE_PERL5_BUILD= yes +USES= gmake perl5 +USE_PERL5= build GNU_CONFIGURE= yes -USE_GMAKE= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" CONFIGURE_ARGS= --with-pcre-dir=${LOCALBASE}/lib \ Modified: head/net-im/jabberd/Makefile ============================================================================== --- head/net-im/jabberd/Makefile Tue Sep 17 06:44:10 2013 (r327453) +++ head/net-im/jabberd/Makefile Tue Sep 17 06:51:04 2013 (r327454) @@ -28,9 +28,9 @@ CYRUS_DESC= Use Cyrus SASL backend (not USE_XZ= yes GNU_CONFIGURE= yes -USE_PERL5_RUN= yes +USE_PERL5= run USE_OPENSSL= yes -USES= iconv +USES= iconv perl5 USE_RC_SUBR= jabberd USE_LDCONFIG= ${PREFIX}/lib/jabberd CONFIGURE_ARGS+= --localstatedir=/var \ Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Tue Sep 17 06:44:10 2013 (r327453) +++ head/net-im/libpurple/Makefile Tue Sep 17 06:51:04 2013 (r327454) @@ -194,7 +194,7 @@ PLIST_SUB+= DBUS="@comment not installe .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 CONFIGURE_ARGS+= --with-perl-lib=site PLIST_SUB+= PERL:="" .if !defined(PIDGIN_SLAVE) Modified: head/net-im/ttytter/Makefile ============================================================================== --- head/net-im/ttytter/Makefile Tue Sep 17 06:44:10 2013 (r327453) +++ head/net-im/ttytter/Makefile Tue Sep 17 06:51:04 2013 (r327454) @@ -21,7 +21,8 @@ RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run OPTIONS_DEFINE= READLINE RLTTYTTER OPTIONS_DEFAULT=READLINE Modified: head/net-p2p/uhub/Makefile ============================================================================== --- head/net-p2p/uhub/Makefile Tue Sep 17 06:44:10 2013 (r327453) +++ head/net-p2p/uhub/Makefile Tue Sep 17 06:51:04 2013 (r327454) @@ -1,9 +1,5 @@ -# New ports collection makefile for: uhub -# Date created: 16 Oct 2009 -# Whom: Yashin Dmitry -# +# Created by: Yashin Dmitry # $FreeBSD$ -# PORTNAME= uhub PORTVERSION= 0.4.0 @@ -16,8 +12,8 @@ COMMENT= High performance peer-to-peer h LICENSE= GPLv3 -USE_PERL5_BUILD=yes -USE_GMAKE= yes +USES= gmake perl5 +USE_PERL5= build USE_SQLITE= yes USE_RC_SUBR= uhub Modified: head/textproc/confetti/Makefile ============================================================================== --- head/textproc/confetti/Makefile Tue Sep 17 06:44:10 2013 (r327453) +++ head/textproc/confetti/Makefile Tue Sep 17 06:51:04 2013 (r327454) @@ -13,8 +13,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${P USE_BZIP2= yes USE_GMAKE= yes -USES= bison -USE_PERL5= yes +USES= bison perl5 DATE= 20120801 MAKE_ARGS+= FLEX=${LOCALBASE}/bin/flex MAKE_JOBS_UNSAFE=yes Modified: head/textproc/docproj/Makefile ============================================================================== --- head/textproc/docproj/Makefile Tue Sep 17 06:44:10 2013 (r327453) +++ head/textproc/docproj/Makefile Tue Sep 17 06:51:04 2013 (r327454) @@ -12,7 +12,8 @@ EXTRACT_ONLY= # empty MAINTAINER= doceng@FreeBSD.org COMMENT= The "meta-port" for the FreeBSD Documentation Project -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run # This dependency list should be kept in sync with the list of # required ports in src/release/Makefile.inc.docports. Modified: head/textproc/latex2html/Makefile ============================================================================== --- head/textproc/latex2html/Makefile Tue Sep 17 06:44:10 2013 (r327453) +++ head/textproc/latex2html/Makefile Tue Sep 17 06:51:04 2013 (r327454) @@ -1,9 +1,5 @@ -# New ports collection makefile for: latex2html -# Date created: 3 May 1998 -# Whom: brett@peloton.physics.montana.edu -# +# Created by: brett@peloton.physics.montana.edu # $FreeBSD$ -# PORTNAME= latex2html PORTVERSION= 2008 @@ -21,7 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= ja-latex2html-[0-9]* -USE_PERL5= yes +USES= perl5 USE_GHOSTSCRIPT= yes USE_TEX= latex dvipsk GNU_CONFIGURE= yes Modified: head/textproc/openfts/Makefile ============================================================================== --- head/textproc/openfts/Makefile Tue Sep 17 06:44:10 2013 (r327453) +++ head/textproc/openfts/Makefile Tue Sep 17 06:51:04 2013 (r327454) @@ -1,9 +1,5 @@ -# New ports collection makefile for: OpenFTS -# Date Created: 15 Aug, 2003 -# Whom: Jun Kuriyama -# +# Created by: Jun Kuriyama # $FreeBSD$ -# PORTNAME= openfts PORTVERSION= 0.40 @@ -19,7 +15,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/postgresql p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg USE_PGSQL= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/textproc/p5-FormValidator-Lite/Makefile ============================================================================== --- head/textproc/p5-FormValidator-Lite/Makefile Tue Sep 17 06:44:10 2013 (r327453) +++ head/textproc/p5-FormValidator-Lite/Makefile Tue Sep 17 06:51:04 2013 (r327454) @@ -24,7 +24,8 @@ TEST_DEPENDS= p5-Text-TestBase>0:${PORTS p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= FormValidator::Lite.3 \ FormValidator::Lite::Constraint.3 \ Modified: head/textproc/p5-Text-VimColor/Makefile ============================================================================== --- head/textproc/p5-Text-VimColor/Makefile Tue Sep 17 06:44:10 2013 (r327453) +++ head/textproc/p5-Text-VimColor/Makefile Tue Sep 17 06:51:04 2013 (r327454) @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-File-ShareDir>=0:${PORTS p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ ${LOCALBASE}/bin/vim:${PORTSDIR}/editors/vim -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= text-vimcolor.1 MAN3= Text::VimColor.3 Modified: head/textproc/texi2html/Makefile ============================================================================== --- head/textproc/texi2html/Makefile Tue Sep 17 06:44:10 2013 (r327453) +++ head/textproc/texi2html/Makefile Tue Sep 17 06:51:04 2013 (r327454) @@ -1,9 +1,5 @@ -# New ports collection makefile for: texi2html -# Date created: 5 Nov 1997 -# Whom: Ian Vaudrey -# +# Created by: Ian Vaudrey # $FreeBSD$ -# PORTNAME= texi2html PORTVERSION= 5.0 @@ -18,9 +14,8 @@ COMMENT= Texinfo to HTML converter GNU_CONFIGURE= yes CONFIGURE_ENV= PERL=${PERL} CONFIGURE_ARGS= --disable-multiplatform +USES= gmake perl5 USE_BZIP2= yes -USE_PERL5= yes -USE_GMAKE= yes OPTIONS_DEFINE= NLS DOCS Modified: head/textproc/uim/Makefile ============================================================================== --- head/textproc/uim/Makefile Tue Sep 17 06:44:10 2013 (r327453) +++ head/textproc/uim/Makefile Tue Sep 17 06:51:04 2013 (r327454) @@ -17,8 +17,8 @@ USE_LDCONFIG= yes WANT_GNOME= yes USE_GNOME+= glib20 intltool USE_AUTOTOOLS= libtool -USES= gettext gmake iconv pkgconfig -USE_PERL5_BUILD=yes +USES= gettext gmake iconv pkgconfig perl5 +USE_PERL5= build GNU_CONFIGURE= yes .if !defined(WITHOUT_X11) From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 07:12:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C7B085A9; Tue, 17 Sep 2013 07:12:48 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep20.mx.upcmail.net (fep20.mx.upcmail.net [62.179.121.40]) by mx1.freebsd.org (Postfix) with ESMTP id 86CF02FD7; Tue, 17 Sep 2013 07:12:46 +0000 (UTC) Received: from edge02.upcmail.net ([192.168.13.237]) by viefep20-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130917071240.OPTH22126.viefep20-int.chello.at@edge02.upcmail.net>; Tue, 17 Sep 2013 09:12:40 +0200 Received: from [127.0.0.1] ([178.84.134.112]) by edge02.upcmail.net with edge id S7Cf1m02y2Rg3Ey027Cf24; Tue, 17 Sep 2013 09:12:40 +0200 X-SourceIP: 178.84.134.112 Message-ID: <523800E6.1080909@rainbow-runner.nl> Date: Tue, 17 Sep 2013 09:12:38 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Rusmir Dusko Subject: Re: svn commit: r327440 - in head/irc/hexchat: . files References: <201309162055.r8GKt3ee012446@svn.freebsd.org> In-Reply-To: <201309162055.r8GKt3ee012446@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130916-1, 16-09-2013), Outbound message X-Antivirus-Status: Clean Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 17 Sep 2013 07:12:48 -0000 On 16-9-2013 22:55, Rusmir Dusko wrote: > .if ! ${PORT_OPTIONS:MLIBSEXY} && ! ${PORT_OPTIONS:MGTKSPELL} && ! ${PORT_OPTIONS:MSTATIC} > CONFIGURE_ARGS+=--enable-spell=none > .endif > > +.if ${PORT_OPTIONS:MLIBSEXY} || ${PORT_OPTIONS:MGTKSPELL} || ${PORT_OPTIONS:MSTATIC} > +RUN_DEPENDS+= aspell:${PORTSDIR}/textproc/en-aspell > +.endif > + > .if ${PORT_OPTIONS:MSTATIC} > CONFIGURE_ARGS+=--enable-spell=static > .endif Shouldn't this be textproc/aspell ? The aspell binary is in that port and en-aspell only has EN dictionaries etc. -Koop From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 07:46:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 302F5FA0; Tue, 17 Sep 2013 07:46:15 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 05EFF2220; Tue, 17 Sep 2013 07:46:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8H7kE6I062240; Tue, 17 Sep 2013 07:46:14 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8H7kEd1062239; Tue, 17 Sep 2013 07:46:14 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309170746.r8H7kEd1062239@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 17 Sep 2013 07:46:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327455 - head/devel/ucommon/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.14 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: Tue, 17 Sep 2013 07:46:15 -0000 Author: gahr Date: Tue Sep 17 07:46:14 2013 New Revision: 327455 URL: http://svnweb.freebsd.org/changeset/ports/327455 Log: - Fix build on < 10.0 PR: 182169 Submitted by: Ryan Frederick Modified: head/devel/ucommon/files/patch-CMakeLists.txt Modified: head/devel/ucommon/files/patch-CMakeLists.txt ============================================================================== --- head/devel/ucommon/files/patch-CMakeLists.txt Tue Sep 17 06:51:04 2013 (r327454) +++ head/devel/ucommon/files/patch-CMakeLists.txt Tue Sep 17 07:46:14 2013 (r327455) @@ -1,5 +1,5 @@ --- CMakeLists.txt.orig 2013-07-28 12:32:06.000000000 +0200 -+++ CMakeLists.txt 2013-09-16 18:29:12.000000000 +0200 ++++ CMakeLists.txt 2013-09-17 09:22:29.000000000 +0200 @@ -30,7 +30,9 @@ # when we override default install prefix, assume full path is used... @@ -20,7 +20,45 @@ set(INSTALL_LOCALE share/locale) set(INSTALL_DOCDIR share/doc/${PROJECT_NAME}) set(INSTALL_INFODIR share/info) -@@ -566,11 +568,11 @@ +@@ -207,15 +209,17 @@ + + + if(UNIX OR MSYS OR MINGW OR CYGWIN) +- check_library_exists(dl dlopen "" HAVE_DL_LIB) +- if (HAVE_DL_LIB) +- set (UCOMMON_LIBS ${UCOMMON_LIBS} dl) +- else() +- check_library_exists(compat dlopen "" HAVE_COMPAT_LIB) +- if(HAVE_COMPAT_LIB) +- set (UCOMMON_LIBS ${UCOMMON_LIBS} compat) ++ if (NOT ${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD") ++ check_library_exists(dl dlopen "" HAVE_DL_LIB) ++ if (HAVE_DL_LIB) ++ set (UCOMMON_LIBS ${UCOMMON_LIBS} dl) ++ else() ++ check_library_exists(compat dlopen "" HAVE_COMPAT_LIB) ++ if(HAVE_COMPAT_LIB) ++ set (UCOMMON_LIBS ${UCOMMON_LIBS} compat) ++ endif() + endif() +- endif() ++ endif () + + check_library_exists(dld shl_load "" HAVE DLD_LIB) + if (HAVE_DLD_LIB) +@@ -309,7 +313,11 @@ + check_include_files(sys/event.h HAVE_SYS_EVENT_H) + check_include_files(syslog.h HAVE_SYSLOG_H) + check_include_files(openssl/ssl.h HAVE_OPENSSL) ++if (${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD") ++ set (HAVE_OPENSSL_FIPS_H "") ++else () + check_include_files(openssl/fips.h HAVE_OPENSSL_FIPS_H) ++endif () + check_include_files(libintl.h HAVE_LIBINTL_H) + check_include_files(netinet/in.h HAVE_NETINET_IN_H) + check_include_files(net/if.h HAVE_NET_IF_H) +@@ -566,11 +574,11 @@ endif() if(NOT WIN32) From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 07:51:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C5E4E160; Tue, 17 Sep 2013 07:51:38 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B210E227C; Tue, 17 Sep 2013 07:51:38 +0000 (UTC) Received: from nemysis4now (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with SMTP id r8H7pZIa020808; Tue, 17 Sep 2013 07:51:36 GMT (envelope-from nemysis@FreeBSD.org) Received: by nemysis4now (sSMTP sendmail emulation); Tue, 17 Sep 2013 09:51:36 +0200 Date: Tue, 17 Sep 2013 09:51:36 +0200 From: Rusmir Dusko To: Koop Mast Subject: Re: svn commit: r327440 - in head/irc/hexchat: . files Message-ID: <20130917075135.GA38467@nemysis4now> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, nemysis@FreeBSD.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 17 Sep 2013 07:51:38 -0000 > On 16-9-2013 22:55, Rusmir Dusko wrote: > > .if ! ${PORT_OPTIONS:MLIBSEXY} && ! ${PORT_OPTIONS:MGTKSPELL} && ! ${PORT_OPTIONS:MSTATIC} > > CONFIGURE_ARGS+=--enable-spell=none > > .endif > > > > +.if ${PORT_OPTIONS:MLIBSEXY} || ${PORT_OPTIONS:MGTKSPELL} || ${PORT_OPTIONS:MSTATIC} > > +RUN_DEPENDS+=aspell:${PORTSDIR}/textproc/en-aspell > > +.endif > > + > > .if ${PORT_OPTIONS:MSTATIC} > > CONFIGURE_ARGS+=--enable-spell=static > > .endif > Shouldn't this be textproc/aspell ? The aspell binary is in that port > and en-aspell only has EN dictionaries etc. For test I have deleted all aspell Ports pkg info | grep aspell nothing /usr/ports/textproc/aspell/ ; make reinstall pkg info | grep aspell aspell-0.60.6.1_2 Spelling checker with better suggestion logic than ispell pkg delete -f aspell-0.60.6.1_2 Also is needed to install textproc/en-aspell which install textproc/aspell /usr/ports/textproc/en-aspell ; make reinstall pkg info | grep aspell aspell-0.60.6.1_2 Spelling checker with better suggestion logic than ispell en-aspell-7.1.0_1 Aspell English dictionaries From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 08:25:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B3999673; Tue, 17 Sep 2013 08:25:48 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep14.mx.upcmail.net (fep14.mx.upcmail.net [62.179.121.34]) by mx1.freebsd.org (Postfix) with ESMTP id 701CC244F; Tue, 17 Sep 2013 08:25:46 +0000 (UTC) Received: from edge01.upcmail.net ([192.168.13.236]) by viefep14-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130917082539.NCOV19378.viefep14-int.chello.at@edge01.upcmail.net>; Tue, 17 Sep 2013 10:25:39 +0200 Received: from [127.0.0.1] ([178.84.134.112]) by edge01.upcmail.net with edge id S8Re1m02C2Rg3Ey018RecU; Tue, 17 Sep 2013 10:25:39 +0200 X-SourceIP: 178.84.134.112 Message-ID: <52381201.8000209@rainbow-runner.nl> Date: Tue, 17 Sep 2013 10:25:37 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Rusmir Dusko Subject: Re: svn commit: r327440 - in head/irc/hexchat: . files References: <20130917075135.GA38467@nemysis4now> In-Reply-To: <20130917075135.GA38467@nemysis4now> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130916-1, 16-09-2013), Outbound message X-Antivirus-Status: Clean Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 17 Sep 2013 08:25:48 -0000 On 17-9-2013 9:51, Rusmir Dusko wrote: >> On 16-9-2013 22:55, Rusmir Dusko wrote: >>> .if ! ${PORT_OPTIONS:MLIBSEXY} && ! ${PORT_OPTIONS:MGTKSPELL} && ! ${PORT_OPTIONS:MSTATIC} >>> CONFIGURE_ARGS+=--enable-spell=none >>> .endif >>> >>> +.if ${PORT_OPTIONS:MLIBSEXY} || ${PORT_OPTIONS:MGTKSPELL} || ${PORT_OPTIONS:MSTATIC} >>> +RUN_DEPENDS+=aspell:${PORTSDIR}/textproc/en-aspell >>> +.endif >>> + >>> .if ${PORT_OPTIONS:MSTATIC} >>> CONFIGURE_ARGS+=--enable-spell=static >>> .endif >> Shouldn't this be textproc/aspell ? The aspell binary is in that port >> and en-aspell only has EN dictionaries etc. > For test I have deleted all aspell Ports > > pkg info | grep aspell > > nothing > > /usr/ports/textproc/aspell/ ; make reinstall > > pkg info | grep aspell > aspell-0.60.6.1_2 Spelling checker with better suggestion logic than ispell > > pkg delete -f aspell-0.60.6.1_2 > > Also is needed to install textproc/en-aspell which install textproc/aspell > > /usr/ports/textproc/en-aspell ; make reinstall > > pkg info | grep aspell > aspell-0.60.6.1_2 Spelling checker with better suggestion logic than ispell > en-aspell-7.1.0_1 Aspell English dictionaries Fair enough if you want to install a dictionairy, I'm of the opinion that the uses needs to have the choice which dictionaries he wants to install. But my point is that the RUN_DEPEND line is wrong. The aspell binary is in the aspell port not en-aspell. If you want to depend on en-aspell you need to either check for a file from the en-aspell plist RUN_DEPENDS+=${LOCALBASE}/share/aspell/english.alias:${PORTSDIR}/textproc/en-aspell or check for the package RUN_DEPENDS+=en-aspell>=0:${PORTSDIR}/textproc/en-aspell -Koop From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 08:31:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D3C5E8A2; Tue, 17 Sep 2013 08:31:20 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1DB924B7; Tue, 17 Sep 2013 08:31:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8H8VKAf086818; Tue, 17 Sep 2013 08:31:20 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8H8VKj1086817; Tue, 17 Sep 2013 08:31:20 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309170831.r8H8VKj1086817@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 17 Sep 2013 08:31:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327456 - head/editors/fxite 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.14 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: Tue, 17 Sep 2013 08:31:20 -0000 Author: gahr Date: Tue Sep 17 08:31:20 2013 New Revision: 327456 URL: http://svnweb.freebsd.org/changeset/ports/327456 Log: - Fix build with fox-1.7 Modified: head/editors/fxite/Makefile Modified: head/editors/fxite/Makefile ============================================================================== --- head/editors/fxite/Makefile Tue Sep 17 07:46:14 2013 (r327455) +++ head/editors/fxite/Makefile Tue Sep 17 08:31:20 2013 (r327456) @@ -39,12 +39,14 @@ CONFIGURE_ENV+= FOX_CFLAGS="${FOX_CFLAGS .if ${PORT_OPTIONS:MFOX16} LIB_DEPENDS+= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 +CONFIGURE_ENV+= RESWRAP=${LOCALBASE}/bin/reswrap FOX_CFLAGS+= `fox-config --cflags` FOX_LIBS+= `fox-config --libs` .endif .if ${PORT_OPTIONS:MFOX17} LIB_DEPENDS+= FOX-1.7:${PORTSDIR}/x11-toolkits/fox17 +CONFIGURE_ENV+= RESWRAP=${LOCALBASE}/bin/fox-1.7/reswrap FOX_CFLAGS+= `pkgconf fox17 --cflags` FOX_LIBS+= `pkgconf fox17 --libs` .endif From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 08:36:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C8DD5B11; Tue, 17 Sep 2013 08:36:02 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B642624EC; Tue, 17 Sep 2013 08:36:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8H8a2dm088591; Tue, 17 Sep 2013 08:36:02 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8H8a1NM088525; Tue, 17 Sep 2013 08:36:01 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309170836.r8H8a1NM088525@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 17 Sep 2013 08:36:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327457 - in head/x11-toolkits/gnocl: . 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.14 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: Tue, 17 Sep 2013 08:36:03 -0000 Author: gahr Date: Tue Sep 17 08:36:00 2013 New Revision: 327457 URL: http://svnweb.freebsd.org/changeset/ports/327457 Log: - Update to 0.9.96.31.08.13 Added: head/x11-toolkits/gnocl/files/patch-src_gnocl.c (contents, props changed) head/x11-toolkits/gnocl/files/patch-src_level.c (contents, props changed) Modified: head/x11-toolkits/gnocl/Makefile head/x11-toolkits/gnocl/distinfo head/x11-toolkits/gnocl/files/patch-src_Makefile head/x11-toolkits/gnocl/files/patch-src_parseMarkup.c head/x11-toolkits/gnocl/files/patch-src_printDialog.c head/x11-toolkits/gnocl/files/patch-src_text.c Modified: head/x11-toolkits/gnocl/Makefile ============================================================================== --- head/x11-toolkits/gnocl/Makefile Tue Sep 17 08:31:20 2013 (r327456) +++ head/x11-toolkits/gnocl/Makefile Tue Sep 17 08:36:00 2013 (r327457) @@ -24,7 +24,7 @@ USE_LDCONFIG= yes CFLAGS+= -I${TCL_INCLUDEDIR} -L${TCL_LIBDIR} BASE_VERSION= 0.9.96 -NIGHTLY_BUILD= 31-01-13 +NIGHTLY_BUILD= 31-08-13 WRKSRC= ${WRKDIR}/${PORTNAME}-${BASE_VERSION} BUILD_WRKSRC= ${WRKSRC}/src Modified: head/x11-toolkits/gnocl/distinfo ============================================================================== --- head/x11-toolkits/gnocl/distinfo Tue Sep 17 08:31:20 2013 (r327456) +++ head/x11-toolkits/gnocl/distinfo Tue Sep 17 08:36:00 2013 (r327457) @@ -1,2 +1,2 @@ -SHA256 (gnocl-0.9.96-31-01-13.tar.bz2) = a3031f8077e9e0cebf55b5b889ba725c44fcf33a144c4106140acb83ba1aa2c6 -SIZE (gnocl-0.9.96-31-01-13.tar.bz2) = 1038185 +SHA256 (gnocl-0.9.96-31-08-13.tar.bz2) = 255c922faef91e0d810d10b18dffbdc4a75cbd3416ccd4fd06a32d5938575c29 +SIZE (gnocl-0.9.96-31-08-13.tar.bz2) = 1052570 Modified: head/x11-toolkits/gnocl/files/patch-src_Makefile ============================================================================== --- head/x11-toolkits/gnocl/files/patch-src_Makefile Tue Sep 17 08:31:20 2013 (r327456) +++ head/x11-toolkits/gnocl/files/patch-src_Makefile Tue Sep 17 08:36:00 2013 (r327457) @@ -1,5 +1,5 @@ ---- src/Makefile.orig 2013-01-31 10:52:21.000000000 +0100 -+++ src/Makefile 2013-02-01 14:35:59.000000000 +0100 +--- src/Makefile.orig 2013-08-31 12:36:08.000000000 +0200 ++++ src/Makefile 2013-09-17 10:00:25.000000000 +0200 @@ -16,13 +16,12 @@ TCL_VERSION := $(shell echo 'puts $$tcl_version' | tclsh) @@ -18,3 +18,12 @@ GTK_OBJ := \ aboutDialog.o \ +@@ -72,8 +71,6 @@ + labelEntry.o \ + language.o \ + layout.o \ +- ./level/gtklevel.o \ +- level.o \ + linkButton.o \ + keyfile.o \ + menu.o \ Added: head/x11-toolkits/gnocl/files/patch-src_gnocl.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/gnocl/files/patch-src_gnocl.c Tue Sep 17 08:36:00 2013 (r327457) @@ -0,0 +1,11 @@ +--- src/gnocl.c.orig 2013-09-17 10:11:31.000000000 +0200 ++++ src/gnocl.c 2013-09-17 10:11:50.000000000 +0200 +@@ -669,7 +669,7 @@ + /* non-gtk widgets */ + { "spinner", gnoclSpinnerCmd }, + { "dial", gnoclDialCmd }, +- { "level", gnoclLevelCmd }, ++// { "level", gnoclLevelCmd }, + { "tickerTape", gnoclTickerTapeCmd }, + { "richTextToolBar", gnoclRichTextToolBarCmd }, + Added: head/x11-toolkits/gnocl/files/patch-src_level.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/gnocl/files/patch-src_level.c Tue Sep 17 08:36:00 2013 (r327457) @@ -0,0 +1,10 @@ +--- src/level.c.orig 2013-09-05 15:33:47.000000000 +0200 ++++ src/level.c 2013-09-05 15:33:52.000000000 +0200 +@@ -12,7 +12,6 @@ + **/ + + #include "gnocl.h" +-#include "./level/gtklevel.h" + + static GnoclOption levelOptions[] = + { Modified: head/x11-toolkits/gnocl/files/patch-src_parseMarkup.c ============================================================================== --- head/x11-toolkits/gnocl/files/patch-src_parseMarkup.c Tue Sep 17 08:31:20 2013 (r327456) +++ head/x11-toolkits/gnocl/files/patch-src_parseMarkup.c Tue Sep 17 08:36:00 2013 (r327457) @@ -1,11 +1,11 @@ ---- src/parseMarkup.c.orig 2013-02-01 12:41:08.000000000 +0100 -+++ src/parseMarkup.c 2013-02-01 12:41:30.000000000 +0100 -@@ -27,6 +27,8 @@ - #include - #include - -+static void applyTags ( GtkTextBuffer *buffer, GtkTextMark *tagStart, GtkTextMark *tagEnd ); -+ - /* list to hold names of applied tags */ +--- src/parseMarkup.c.orig 2013-08-31 12:36:08.000000000 +0200 ++++ src/parseMarkup.c 2013-09-17 10:09:40.000000000 +0200 +@@ -29,6 +29,8 @@ static GSList *tagList = NULL; + ++static void applyTags ( GtkTextBuffer *buffer, GtkTextIter *iter ); ++ + /* remove range of characters from string */ + char * strcremove ( char *str, char *dest, int first, int last ) + { Modified: head/x11-toolkits/gnocl/files/patch-src_printDialog.c ============================================================================== --- head/x11-toolkits/gnocl/files/patch-src_printDialog.c Tue Sep 17 08:31:20 2013 (r327456) +++ head/x11-toolkits/gnocl/files/patch-src_printDialog.c Tue Sep 17 08:36:00 2013 (r327457) @@ -1,14 +1,14 @@ ---- src/printDialog.c.orig 2013-01-31 10:52:21.000000000 +0100 -+++ src/printDialog.c 2013-02-01 14:25:27.000000000 +0100 -@@ -20,6 +20,7 @@ - #include "string.h" - #include - #include +--- src/printDialog.c.orig 2013-09-17 10:02:23.000000000 +0200 ++++ src/printDialog.c 2013-09-17 10:14:13.000000000 +0200 +@@ -17,6 +17,7 @@ + **/ + + #include "gnocl.h" +#include /* static declarations */ static int gnoclOptPageSetup ( Tcl_Interp *interp, GnoclOption *opt, GObject *obj, Tcl_Obj **ret ); -@@ -63,67 +64,28 @@ +@@ -64,67 +65,28 @@ GtkPrintCapabilities capability; @@ -73,28 +73,28 @@ - - } - -+ if ( ! strcmp ( opt->propName, "page-set" ) ) -+ capability = GTK_PRINT_CAPABILITY_PAGE_SET; -+ else if ( ! strcmp ( opt->propName, "copies" ) ) -+ capability = GTK_PRINT_CAPABILITY_COPIES; -+ else if ( ! strcmp ( opt->propName, "collate" ) ) -+ capability = GTK_PRINT_CAPABILITY_COLLATE; -+ else if ( ! strcmp ( opt->propName, "reverse" ) ) -+ capability = GTK_PRINT_CAPABILITY_REVERSE ; -+ else if ( ! strcmp ( opt->propName, "scale" ) ) -+ capability = GTK_PRINT_CAPABILITY_SCALE ; -+ else if ( ! strcmp ( opt->propName, "generate-pdf" ) ) -+ capability = GTK_PRINT_CAPABILITY_GENERATE_PDF ; -+ else if ( ! strcmp ( opt->propName, "generate-ps" ) ) -+ capability = GTK_PRINT_CAPABILITY_GENERATE_PS ; -+ else if ( ! strcmp ( opt->propName, "preview" ) ) -+ capability = GTK_PRINT_CAPABILITY_PREVIEW ; -+ else if ( ! strcmp ( opt->propName, "number-up" ) ) -+ capability = GTK_PRINT_CAPABILITY_NUMBER_UP ; -+ else if ( ! strcmp ( opt->propName, "number-up-layout" ) ) -+ capability = GTK_PRINT_CAPABILITY_NUMBER_UP_LAYOUT ; -+ else -+ return TCL_ERROR; ++ if ( ! strcmp ( opt->propName, "page-set" ) ) ++ capability = GTK_PRINT_CAPABILITY_PAGE_SET; ++ else if ( ! strcmp ( opt->propName, "copies" ) ) ++ capability = GTK_PRINT_CAPABILITY_COPIES; ++ else if ( ! strcmp ( opt->propName, "collate" ) ) ++ capability = GTK_PRINT_CAPABILITY_COLLATE; ++ else if ( ! strcmp ( opt->propName, "reverse" ) ) ++ capability = GTK_PRINT_CAPABILITY_REVERSE ; ++ else if ( ! strcmp ( opt->propName, "scale" ) ) ++ capability = GTK_PRINT_CAPABILITY_SCALE ; ++ else if ( ! strcmp ( opt->propName, "generate-pdf" ) ) ++ capability = GTK_PRINT_CAPABILITY_GENERATE_PDF ; ++ else if ( ! strcmp ( opt->propName, "generate-ps" ) ) ++ capability = GTK_PRINT_CAPABILITY_GENERATE_PS ; ++ else if ( ! strcmp ( opt->propName, "preview" ) ) ++ capability = GTK_PRINT_CAPABILITY_PREVIEW ; ++ else if ( ! strcmp ( opt->propName, "number-up" ) ) ++ capability = GTK_PRINT_CAPABILITY_NUMBER_UP ; ++ else if ( ! strcmp ( opt->propName, "number-up-layout" ) ) ++ capability = GTK_PRINT_CAPABILITY_NUMBER_UP_LAYOUT ; ++ else ++ return TCL_ERROR; GtkPrintCapabilities tmp = gtk_print_unix_dialog_get_manual_capabilities ( GTK_PRINT_UNIX_DIALOG ( obj ) ); Modified: head/x11-toolkits/gnocl/files/patch-src_text.c ============================================================================== --- head/x11-toolkits/gnocl/files/patch-src_text.c Tue Sep 17 08:31:20 2013 (r327456) +++ head/x11-toolkits/gnocl/files/patch-src_text.c Tue Sep 17 08:36:00 2013 (r327457) @@ -1,6 +1,15 @@ ---- src/text.c.orig 2013-02-01 12:40:27.000000000 +0100 -+++ src/text.c 2013-02-01 12:40:44.000000000 +0100 -@@ -2971,8 +2971,6 @@ +--- src/text.c.orig 2013-08-31 12:36:08.000000000 +0200 ++++ src/text.c 2013-09-17 10:07:27.000000000 +0200 +@@ -3267,7 +3267,7 @@ + if ( tag == NULL ) + { + +- return TCL_ERROR; ++ return; + } + + +@@ -3299,8 +3299,6 @@ sprintf ( s1, "" ); sprintf ( s2, "" ); From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 08:55:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3F60564E; Tue, 17 Sep 2013 08:55:12 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1EA832666; Tue, 17 Sep 2013 08:55:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8H8tBMQ099062; Tue, 17 Sep 2013 08:55:11 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8H8tBZ7099059; Tue, 17 Sep 2013 08:55:11 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201309170855.r8H8tBZ7099059@svn.freebsd.org> From: Frederic Culot Date: Tue, 17 Sep 2013 08:55:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327458 - head/www/p5-Catalyst-Plugin-SmartURI 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.14 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: Tue, 17 Sep 2013 08:55:12 -0000 Author: culot Date: Tue Sep 17 08:55:11 2013 New Revision: 327458 URL: http://svnweb.freebsd.org/changeset/ports/327458 Log: - Update to 0.037 [1] - Trim Makefile's header [1] - Pet portlint(1) by changing tab into space in WWW link [1] - Add LICENSE (Artistic 1 & GPL 1) - Add dependency on p5-Moose introduced with this version Changes: http://search.cpan.org/dist/Catalyst-Plugin-SmartURI/Changes PR: ports/182155 [1] Submitted by: Oleg A. Mamontov (maintainer) Modified: head/www/p5-Catalyst-Plugin-SmartURI/Makefile head/www/p5-Catalyst-Plugin-SmartURI/distinfo head/www/p5-Catalyst-Plugin-SmartURI/pkg-descr Modified: head/www/p5-Catalyst-Plugin-SmartURI/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-SmartURI/Makefile Tue Sep 17 08:36:00 2013 (r327457) +++ head/www/p5-Catalyst-Plugin-SmartURI/Makefile Tue Sep 17 08:55:11 2013 (r327458) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Catalyst-Plugin-SmartURI -# Date created: 2008-07-09 -# Whom: Oleg Mamontov -# +# Created by: Oleg Mamontov # $FreeBSD$ -# PORTNAME= Catalyst-Plugin-SmartURI -PORTVERSION= 0.036 +PORTVERSION= 0.037 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= oleg@mamontov.net COMMENT= Configurable URIs for Catalyst +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7007:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Class-C3-Componentised>=0:${PORTSDIR}/devel/p5-Class-C3-Componentised \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ p5-URI-SmartURI>=0:${PORTSDIR}/net/p5-URI-SmartURI \ p5-parent>=0:${PORTSDIR}/devel/p5-parent Modified: head/www/p5-Catalyst-Plugin-SmartURI/distinfo ============================================================================== --- head/www/p5-Catalyst-Plugin-SmartURI/distinfo Tue Sep 17 08:36:00 2013 (r327457) +++ head/www/p5-Catalyst-Plugin-SmartURI/distinfo Tue Sep 17 08:55:11 2013 (r327458) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Plugin-SmartURI-0.036.tar.gz) = ccefba02c99281e5a28ea05b4d63c1a1ba0485ccd8d460558accd500f2451488 -SIZE (Catalyst-Plugin-SmartURI-0.036.tar.gz) = 27286 +SHA256 (Catalyst-Plugin-SmartURI-0.037.tar.gz) = 780b39da2a281d91740b4d0ba06bd102bdc9025bab4fda4a70c78673675193ba +SIZE (Catalyst-Plugin-SmartURI-0.037.tar.gz) = 15279 Modified: head/www/p5-Catalyst-Plugin-SmartURI/pkg-descr ============================================================================== --- head/www/p5-Catalyst-Plugin-SmartURI/pkg-descr Tue Sep 17 08:36:00 2013 (r327457) +++ head/www/p5-Catalyst-Plugin-SmartURI/pkg-descr Tue Sep 17 08:55:11 2013 (r327458) @@ -1,3 +1,3 @@ Configurable URIs for Catalyst -WWW: http://search.cpan.org/dist/Catalyst-Plugin-SmartURI/ +WWW: http://search.cpan.org/dist/Catalyst-Plugin-SmartURI/ From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 09:00:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 58B0F8D5; Tue, 17 Sep 2013 09:00:49 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 37DC326D8; Tue, 17 Sep 2013 09:00:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8H90nXm001712; Tue, 17 Sep 2013 09:00:49 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8H90gtd001619; Tue, 17 Sep 2013 09:00:42 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309170900.r8H90gtd001619@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Sep 2013 09:00:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327459 - in head: databases/drizzle databases/libmemcached databases/mysqldumper databases/p5-Class-DBI-Plugin-Senna databases/p5-DBIx-QueryLog databases/p5-DBIx-Simple databases/postg... 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.14 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: Tue, 17 Sep 2013 09:00:49 -0000 Author: bapt Date: Tue Sep 17 09:00:42 2013 New Revision: 327459 URL: http://svnweb.freebsd.org/changeset/ports/327459 Log: Convert to new perl framework Modified: head/databases/drizzle/Makefile head/databases/libmemcached/Makefile head/databases/mysqldumper/Makefile head/databases/p5-Class-DBI-Plugin-Senna/Makefile head/databases/p5-DBIx-QueryLog/Makefile head/databases/p5-DBIx-Simple/Makefile head/databases/postgis20/Makefile head/databases/postgis21/Makefile head/databases/pxlib/Makefile head/databases/rrdtool/Makefile head/databases/rrdtool12/Makefile head/databases/slony1/Makefile head/editors/calligra/Makefile head/editors/mousepad/Makefile head/editors/setedit/Makefile head/editors/vim/Makefile head/editors/yzis/Makefile head/net-mgmt/net-snmp/Makefile head/textproc/groff/Makefile head/textproc/openjade/Makefile head/textproc/opensp/Makefile head/textproc/p5-HTML-HTML5-Parser/Makefile head/textproc/p5-Hailo/Makefile head/textproc/p5-Text-TestBase/Makefile head/textproc/p5-XML-Feed-Deduper/Makefile head/textproc/rasqal/Makefile head/textproc/redland-bindings/Makefile head/textproc/redland/Makefile head/textproc/refdb/Makefile head/textproc/sgmlformat/Makefile Modified: head/databases/drizzle/Makefile ============================================================================== --- head/databases/drizzle/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/databases/drizzle/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -12,10 +12,9 @@ MAINTAINER= glarkin@FreeBSD.org COMMENT= A database optimized for Cloud and Net applications USE_GCC= 4.2+ -USE_PERL5= yes +USES= gmake perl5 USE_PYTHON= yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= ${PREFIX}/lib/drizzle BROKEN= fails to build Modified: head/databases/libmemcached/Makefile ============================================================================== --- head/databases/libmemcached/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/databases/libmemcached/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -8,7 +8,7 @@ CATEGORIES= databases MASTER_SITES= http://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/ MAINTAINER= m.tsatsenko@gmail.com -COMMENT= A C and C++ client library to the memcached server +COMMENT= C and C++ client library to the memcached server LIB_DEPENDS?= execinfo.1:${PORTSDIR}/devel/libexecinfo \ event-1.4.4:${PORTSDIR}/devel/libevent @@ -21,26 +21,15 @@ CONFIGURE_ARGS= --without-memcached CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lexecinfo" CXXFLAGS+= -D__STDC_CONSTANT_MACROS -.include +.include .if exists(${LOCALBASE}/lib/libsasl.so.3) LIB_DEPENDS+= sasl2.3:${PORTSDIR}/security/cyrus-sasl2 .endif -.if ${OSVERSION} < 800000 -BROKEN= does not compile on FreeBSD 7.x -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|^pkgconfigdir.*|pkgconfigdir = $${PREFIX}/libdata/pkgconfig|' \ - -e '/^LDFLAGS *=/ s/$$/ $${LTLIBSASL2}/' \ - ${WRKSRC}/Makefile.in ${WRKSRC}/support/include.am -.if defined(NO_INSTALL_MANPAGES) - @${REINPLACE_CMD} -e 's|^SUBDIRS = docs |SUBDIRS = |' ${WRKSRC}/Makefile.in -.endif - .if !defined(NO_INSTALL_MANPAGES) -USE_PERL5_BUILD=yes # pod2man +USES= perl5 +USE_PERL5= build MAN1= memaslap.1 \ memcapable.1 \ memcat.1 \ @@ -156,4 +145,12 @@ MAN3= hashkit_clone.3 \ memcached_version.3 .endif -.include +post-patch: + @${REINPLACE_CMD} -e 's|^pkgconfigdir.*|pkgconfigdir = $${PREFIX}/libdata/pkgconfig|' \ + -e '/^LDFLAGS *=/ s/$$/ $${LTLIBSASL2}/' \ + ${WRKSRC}/Makefile.in ${WRKSRC}/support/include.am +.if defined(NO_INSTALL_MANPAGES) + @${REINPLACE_CMD} -e 's|^SUBDIRS = docs |SUBDIRS = |' ${WRKSRC}/Makefile.in +.endif + +.include Modified: head/databases/mysqldumper/Makefile ============================================================================== --- head/databases/mysqldumper/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/databases/mysqldumper/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -17,7 +17,7 @@ RUN_DEPENDS= p5-DBI>=1.48:${PORTSDIR}/da USE_ZIP= yes USE_MYSQL= yes -USE_PERL5= yes +USES= perl5 USE_PHP= session mysql zlib ftp NO_BUILD= yes Modified: head/databases/p5-Class-DBI-Plugin-Senna/Makefile ============================================================================== --- head/databases/p5-Class-DBI-Plugin-Senna/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/databases/p5-Class-DBI-Plugin-Senna/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Class-DBI-Plugin-Senna -# Date created: 18 Feb 2006 -# Whom: Jun Kuriyama -# +# Created by: Jun Kuriyama # $FreeBSD$ -# PORTNAME= Class-DBI-Plugin-Senna PORTVERSION= 0.01 @@ -17,7 +13,8 @@ COMMENT= Add Instant Fulltext Search Cap BUILD_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI \ p5-Senna>=0:${PORTSDIR}/textproc/p5-Senna -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Class::DBI::Plugin::Senna.3 .include Modified: head/databases/p5-DBIx-QueryLog/Makefile ============================================================================== --- head/databases/p5-DBIx-QueryLog/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/databases/p5-DBIx-QueryLog/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -17,7 +17,8 @@ TEST_DEPENDS= \ p5-Class-Method-Modifiers>0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \ p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= DBIx::QueryLog.3 Modified: head/databases/p5-DBIx-Simple/Makefile ============================================================================== --- head/databases/p5-DBIx-Simple/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/databases/p5-DBIx-Simple/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -18,7 +18,8 @@ SQL_ABSTRACT_DESC= Generate SQL from Per DBIX_XHTML_TABLE_DESC= Create XHTML tables from SQL queries TEXT_TABLE_DESC= Create plain text table from data -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBIx::Simple.3 \ DBIx::Simple::Examples.3 \ Modified: head/databases/postgis20/Makefile ============================================================================== --- head/databases/postgis20/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/databases/postgis20/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -19,11 +19,10 @@ LATEST_LINK= postgis20 USE_GNOME= libxml2 USE_PGSQL= yes -USE_GMAKE= yes -USES= iconv +USES= gmake iconv perl5 USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build OPTIONS_DEFINE= LOADERGUI RASTER TOPOLOGY OPTIONS_DEFAULT= TOPOLOGY Modified: head/databases/postgis21/Makefile ============================================================================== --- head/databases/postgis21/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/databases/postgis21/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -18,10 +18,10 @@ LATEST_LINK= postgis21 USE_GNOME= libxml2 USE_PGSQL= yes -USES= gmake iconv pkgconfig +USES= gmake iconv perl5 pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build OPTIONS_DEFINE= LOADERGUI RASTER TOPOLOGY OPTIONS_DEFAULT= TOPOLOGY Modified: head/databases/pxlib/Makefile ============================================================================== --- head/databases/pxlib/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/databases/pxlib/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -14,8 +14,7 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSD USE_GMAKE= yes USE_AUTOTOOLS= libtool -USES= gettext iconv -USE_PERL5= yes +USES= gettext iconv perl5 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/databases/rrdtool/Makefile ============================================================================== --- head/databases/rrdtool/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/databases/rrdtool/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -25,7 +25,6 @@ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes USES= gmake pkgconfig -WANT_PERL= yes USE_GNOME= gnomehack intltool CONFIGURE_ARGS= --disable-tcl @@ -68,7 +67,7 @@ PLIST_SUB+= WITH_RUBY="@comment " .endif .if ${PORT_OPTIONS:MPERL_MODULE} -USE_PERL5= yes +USES= perl5 CONFIGURE_ARGS+= --enable-perl --enable-perl-site-install PLIST_SUB+= WITH_PERL="" .else Modified: head/databases/rrdtool12/Makefile ============================================================================== --- head/databases/rrdtool12/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/databases/rrdtool12/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -21,15 +21,14 @@ CONFLICTS= rrdtool-1.0* rrdtool-1.3* USE_AUTOTOOLS= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -WANT_PERL= yes +USES= gmake CONFIGURE_ARGS= --disable-tcl OPTIONS_DEFINE= PYTHON RUBY PERL DOCS EXAMPLES OPTIONS_DEFAULT= PERL -.include +.include .if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= yes @@ -54,7 +53,7 @@ PLIST_SUB+= WITH_RUBY="@comment " .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES= perl5 CONFIGURE_ARGS+= --enable-perl --enable-perl-site-install PLIST_SUB+= WITH_PERL="" .else @@ -97,4 +96,4 @@ post-install: @${ECHO_MSG} "############################################################################" .endif -.include +.include Modified: head/databases/slony1/Makefile ============================================================================== --- head/databases/slony1/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/databases/slony1/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -31,7 +31,7 @@ CONFLICTS?= slony1v2-2* .include .if ${PORT_OPTIONS:MPERLTOOLS} -USE_PERL5= yes +USES= perl5 CONFIGURE_ARGS+= --with-perltools=${LOCALBASE}/sbin RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg BUILD_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg Modified: head/editors/calligra/Makefile ============================================================================== --- head/editors/calligra/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/editors/calligra/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -40,13 +40,12 @@ USE_GL= glew USE_GNOME= glib20 libxml2 libxslt USE_KDE4= kactivities kdehier kdelibs kdeprefix libkdcraw nepomuk-core \ okular pimlibs attica automoc4 sharedmime soprano -USE_PERL5= yes USE_QT4= dbus designer_build gui opengl phonon porting_build qt3support \ qtestlib_build script sql svg webkit xml xmlpatterns \ moc_build qmake_build rcc_build uic_build uic3_build USE_SQLITE= 3 USE_BZIP2= yes -USES= cmake:outsource pkgconfig iconv +USES= cmake:outsource pkgconfig iconv perl5 CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:STRING="${QT_INCDIR} ${LOCALBASE}/include" \ -DIHAVEPATCHEDQT:BOOL=TRUE # To be removed with Qt 4.8.2. USE_LDCONFIG= yes Modified: head/editors/mousepad/Makefile ============================================================================== --- head/editors/mousepad/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/editors/mousepad/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -1,6 +1,5 @@ # Created by: Oliver Lehmann # $FreeBSD$ -# PORTNAME= mousepad PORTVERSION= 0.3.0 @@ -14,11 +13,9 @@ COMMENT= Simple text editor for the Xfce GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes -USES= desktop-file-utils gettext pathfix pkgconfig +USES= desktop-file-utils gettext gmake pathfix pkgconfig perl5 USE_GNOME= glib20 gtk20 intltool intlhack gtksourceview2 USE_XFCE= configenv -USE_PERL5= yes OPTIONS_DEFINE= DBUS OPTIONS_DEFAULT= DBUS Modified: head/editors/setedit/Makefile ============================================================================== --- head/editors/setedit/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/editors/setedit/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -16,8 +16,8 @@ MAKE_JOBS_UNSAFE= yes HAS_CONFIGURE= yes CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" -USE_PERL5_BUILD=yes -USE_GMAKE= yes +USES= gmake perl5 +USE_PERL5= build CFLAGS+= -Wno-write-strings -I${LOCALBASE}/include Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/editors/vim/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -1,6 +1,4 @@ -# ex:ts=8 -# Created by: David O'Brien -# Created: Sat June 29, 1996 +# Created by: David O'Brien # $FreeBSD$ PORTNAME?= vim @@ -109,7 +107,7 @@ MAKE_ARGS+= CONF_OPT_LUA_PREFIX="--with- .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES= perl5 MAKE_ARGS+= CONF_OPT_PERL="--enable-perlinterp" .endif Modified: head/editors/yzis/Makefile ============================================================================== --- head/editors/yzis/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/editors/yzis/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -20,7 +20,7 @@ USE_XORG= x11 xext ice USE_LUA= 5.1 LUA_COMPS= lua USE_QT4= qtestlib qmake_build rcc_build uic_build moc_build gui xml -USE_PERL5= yes +USES= perl5 USES= cmake gettext CMAKE_ARGS+= -DLOCALBASE:STRING="${LOCALBASE}" \ Modified: head/net-mgmt/net-snmp/Makefile ============================================================================== --- head/net-mgmt/net-snmp/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/net-mgmt/net-snmp/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -28,15 +28,13 @@ AX_SOCKONLY_DESC= Disable UDP/TCP transp UNPRIVILEGED_DESC= Allow unprivileged users to execute net-snmp SMUX_DESC= Build with SNMP multiplexing (SMUX) support -.include - MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes USE_RC_SUBR= snmpd snmptrapd USE_OPENSSL= yes USE_LDCONFIG= yes -WANT_PERL= yes +USES= perl5 CONFIGURE_ENV+= PERLPROG="${PERL}" PSPROG="${PS_CMD}" SED="${SED}" CONFIGURE_ARGS+=--enable-shared --enable-internal-md5 \ @@ -52,6 +50,8 @@ SUB_FILES= pkg-message CONFIGURE_ARGS+=--with-defaults .endif +.include + .if ${PORT_OPTIONS:MPYTHON} # borrowed from bsd.python.mk and adapted for our needs PYEASYINSTALL_CMD?= ${LOCALBASE}/bin/easy_install-${PYTHON_VER} @@ -79,14 +79,13 @@ PLIST_SUB+= PYUNINSTALL="@unexec ${PYEAS PLIST_SUB+= WITH_PYTHON="@comment " .endif -.include CONFIGURE_ARGS+= --with-openssl="${OPENSSLBASE}" .if ${PORT_OPTIONS:MDUMMY} CONFIGURE_ARGS+=--with-dummy-values .endif -.if empty(PORT_OPTIONS:MTKMIB) +.if ! ${PORT_OPTIONS:MTKMIB} EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-local:Makefile.in PLIST_SUB+= WITH_TKMIB="@comment " .else @@ -95,9 +94,8 @@ PLIST_SUB+= WITH_TKMIB="" .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes CONFIGURE_ARGS+=--with-perl-modules -.if empty(PORT_OPTIONS:MPERL_EMBEDDED) +.if ! ${PORT_OPTIONS:MPERL_EMBEDDED} CONFIGURE_ARGS+=--disable-embedded-perl PLIST_SUB+= WITH_PERL_EMBEDDED="@comment " .else @@ -106,7 +104,7 @@ PLIST_SUB+= WITH_PERL_EMBEDDED="" .endif PLIST_SUB+= WITH_PERL="" .else -USE_PERL5_BUILD=yes +USE_PERL5= build CONFIGURE_ARGS+=--disable-embedded-perl --without-perl-modules PLIST_SUB+= WITH_PERL_EMBEDDED="@comment " PLIST_SUB+= WITH_PERL="@comment " @@ -345,4 +343,4 @@ display-message: # Don't forget to bump library version in these ports. # french/plgrenouille,graphics/hpoj,lang/php4,lang/php5,mail/cyrus-imapd22,mail/cyrus-imapd23,misc/kdeutils3,net-mgmt/braa,net-mgmt/docsis,net-mgmt/mbrowse,net-mgmt/nagios-snmp-plugins,net-mgmt/p5-SNMP-Info,net-mgmt/py-yapsnmp,net-mgmt/sdig,net-mgmt/zabbix,net/cactid,net/wireshark,net/ifstat,net/quagga,net/rtg,print/hplip,security/libfwbuilder,sysutils/apcupsd,sysutils/jailadmin,sysutils/nut -.include +.include Modified: head/textproc/groff/Makefile ============================================================================== --- head/textproc/groff/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/textproc/groff/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -17,8 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/gs:${POR ${LOCALBASE}/bin/psselect:${PORTSDIR}/print/psutils RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= yes -USE_GMAKE= yes +USES= gmake perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-awk=/usr/bin/awk Modified: head/textproc/openjade/Makefile ============================================================================== --- head/textproc/openjade/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/textproc/openjade/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -1,9 +1,5 @@ -# New ports collection makefile for: OpenJade -# Date created: May 19, 2000 -# Whom: kuriyama -# +# Created by: kuriyama # $FreeBSD$ -# PORTNAME= openjade PORTVERSION= 1.3.3p1 @@ -19,10 +15,8 @@ LIB_DEPENDS= osp.5:${PORTSDIR}/textproc/ RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr USE_GCC= any -USE_GMAKE= yes USE_LDCONFIG= yes -USE_PERL5= yes -USES= gettext +USES= gettext gmake perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog \ --datadir=${DATADIR} Modified: head/textproc/opensp/Makefile ============================================================================== --- head/textproc/opensp/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/textproc/opensp/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -10,11 +10,9 @@ MASTER_SITES= SF/openjade/${PORTNAME:L}/ MAINTAINER= kuriyama@FreeBSD.org COMMENT= This package is a collection of SGML/XML tools called OpenSP -USE_GMAKE= yes USE_LDCONFIG= yes -USES= iconv +USES= gmake iconv perl5 GNU_CONFIGURE= yes -USE_PERL5= yes CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog \ --datadir=${PREFIX}/share/sgml/openjade \ --disable-doc-build Modified: head/textproc/p5-HTML-HTML5-Parser/Makefile ============================================================================== --- head/textproc/p5-HTML-HTML5-Parser/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/textproc/p5-HTML-HTML5-Parser/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-HTML-HTML5-Entities>=0 p5-XML-LibXML>=1.94:${PORTSDIR}/textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= HTML::HTML5::Parser.3 \ HTML::HTML5::Parser::Error.3 \ Modified: head/textproc/p5-Hailo/Makefile ============================================================================== --- head/textproc/p5-Hailo/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/textproc/p5-Hailo/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -43,7 +43,8 @@ TEST_DEPENDS= p5-DBD-SQLite>=1.29:${PORT p5-Test-Script-Run>=0.04:${PORTSDIR}/devel/p5-Test-Script-Run \ p5-Test-Synopsis>=0.06:${PORTSDIR}/devel/p5-Test-Synopsis -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= hailo.1 Modified: head/textproc/p5-Text-TestBase/Makefile ============================================================================== --- head/textproc/p5-Text-TestBase/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/textproc/p5-Text-TestBase/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Class-Accessor-Lite>=0 RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Data::Section::TestBase.3 \ Test::Base::Less.3 \ Modified: head/textproc/p5-XML-Feed-Deduper/Makefile ============================================================================== --- head/textproc/p5-XML-Feed-Deduper/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/textproc/p5-XML-Feed-Deduper/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -1,6 +1,5 @@ # Created by: TERAMOTO Masahiro # $FreeBSD$ -# PORTNAME= XML-Feed-Deduper PORTVERSION= 0.06 @@ -19,7 +18,8 @@ BUILD_DEPENDS= p5-Mouse>=1.08:${PORTSDIR RUN_DEPENDS= p5-Mouse>=1.08:${PORTSDIR}/devel/p5-Any-Moose \ p5-XML-Feed>=0.41:${PORTSDIR}/textproc/p5-XML-Feed -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= XML::Feed::Deduper.3 Modified: head/textproc/rasqal/Makefile ============================================================================== --- head/textproc/rasqal/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/textproc/rasqal/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -13,12 +13,11 @@ COMMENT= High-level interface for RDF LIB_DEPENDS= raptor2:${PORTSDIR}/textproc/raptor2 \ pcre:${PORTSDIR}/devel/pcre -USE_GNOME= gnomehack lthack +USE_GNOME= lthack USE_OPENSSL= yes -USE_PERL5_BUILD=yes -USES= pkgconfig +USE_PERL5= build +USES= gmake pathfix pkgconfig perl5 GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes MAN1= rasqal-config.1 roqet.1 Modified: head/textproc/redland-bindings/Makefile ============================================================================== --- head/textproc/redland-bindings/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/textproc/redland-bindings/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -19,7 +19,7 @@ OPTIONS_DEFAULT=PYTHON .include .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES= perl5 CONFIGURE_ARGS+=--with-perl PLIST_SUB+= WITH_PERL="" MANPREFIX= ${LOCALBASE}/lib/perl5/${PERL_VER} Modified: head/textproc/redland/Makefile ============================================================================== --- head/textproc/redland/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/textproc/redland/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -13,14 +13,13 @@ LIB_DEPENDS= raptor2:${PORTSDIR}/textpro rasqal:${PORTSDIR}/textproc/rasqal USE_AUTOTOOLS= libltdl -USE_GNOME= gnomehack libxml2 lthack +USE_GNOME= libxml2 lthack USE_OPENSSL= yes -USE_PERL5_BUILD= yes -USES= pkgconfig:both +USE_PERL5= build +USES= gmake pathfix perl5 pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-raptor=system \ --with-threestore=no -USE_GMAKE= yes USE_LDCONFIG= yes MAN1= rdfproc.1 redland-config.1 \ Modified: head/textproc/refdb/Makefile ============================================================================== --- head/textproc/refdb/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/textproc/refdb/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -15,9 +15,7 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textpro btparse.0:${PORTSDIR}/textproc/btparse \ dbi.1:${PORTSDIR}/databases/libdbi -USE_GMAKE= yes -USES= iconv -USE_PERL5= yes +USES= gmake iconv perl5 HAS_CONFIGURE= yes ALL_TARGET= Modified: head/textproc/sgmlformat/Makefile ============================================================================== --- head/textproc/sgmlformat/Makefile Tue Sep 17 08:55:11 2013 (r327458) +++ head/textproc/sgmlformat/Makefile Tue Sep 17 09:00:42 2013 (r327459) @@ -1,9 +1,5 @@ -# New ports collection makefile for: sgmlformat -# Date created: July 16, 1997 -# Whom: jfieber -# +# Created by: jfieber # $FreeBSD$ -# PORTNAME= sgmlformat PORTVERSION= 1.7 @@ -15,7 +11,8 @@ MASTER_SITE_SUBDIR= kuriyama MAINTAINER= kuriyama@FreeBSD.org COMMENT= Generates groff and HTML from linuxdoc and docbook SGML documents -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN1= instant.1 sgmlfmt.1 MAN5= transpec.5 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 09:14:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ABBD9C2E; Tue, 17 Sep 2013 09:14:06 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 990DD27A2; Tue, 17 Sep 2013 09:14:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8H9E6qF009912; Tue, 17 Sep 2013 09:14:06 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8H9E6gA009910; Tue, 17 Sep 2013 09:14:06 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201309170914.r8H9E6gA009910@svn.freebsd.org> From: Frederic Culot Date: Tue, 17 Sep 2013 09:14:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327460 - head/devel/p5-Devel-PatchPerl 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.14 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: Tue, 17 Sep 2013 09:14:06 -0000 Author: culot Date: Tue Sep 17 09:14:05 2013 New Revision: 327460 URL: http://svnweb.freebsd.org/changeset/ports/327460 Log: - Update to 1.12 Changes: http://search.cpan.org/dist/Devel-PatchPerl/Changes Modified: head/devel/p5-Devel-PatchPerl/Makefile head/devel/p5-Devel-PatchPerl/distinfo Modified: head/devel/p5-Devel-PatchPerl/Makefile ============================================================================== --- head/devel/p5-Devel-PatchPerl/Makefile Tue Sep 17 09:00:42 2013 (r327459) +++ head/devel/p5-Devel-PatchPerl/Makefile Tue Sep 17 09:14:05 2013 (r327460) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-PatchPerl -PORTVERSION= 1.10 +PORTVERSION= 1.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BINGOS Modified: head/devel/p5-Devel-PatchPerl/distinfo ============================================================================== --- head/devel/p5-Devel-PatchPerl/distinfo Tue Sep 17 09:00:42 2013 (r327459) +++ head/devel/p5-Devel-PatchPerl/distinfo Tue Sep 17 09:14:05 2013 (r327460) @@ -1,2 +1,2 @@ -SHA256 (Devel-PatchPerl-1.10.tar.gz) = b11b3727efedea9139d2811fa6b72a3e17aa83c1aa87c980a3150836a8cd39a4 -SIZE (Devel-PatchPerl-1.10.tar.gz) = 89347 +SHA256 (Devel-PatchPerl-1.12.tar.gz) = be7e4cd5d56fba0173a872827c480552339a83dce686f0aadbaf3767bce3ba2f +SIZE (Devel-PatchPerl-1.12.tar.gz) = 90240 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 09:28:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 914552B4; Tue, 17 Sep 2013 09:28:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7F1CC288B; Tue, 17 Sep 2013 09:28:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8H9S28t016437; Tue, 17 Sep 2013 09:28:02 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8H9S2UU016435; Tue, 17 Sep 2013 09:28:02 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309170928.r8H9S2UU016435@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Sep 2013 09:28:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327461 - 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.14 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: Tue, 17 Sep 2013 09:28:02 -0000 Author: bapt Date: Tue Sep 17 09:28:01 2013 New Revision: 327461 URL: http://svnweb.freebsd.org/changeset/ports/327461 Log: Convert to new perl framework Modified: head/lang/ghc/bsd.cabal.mk Modified: head/lang/ghc/bsd.cabal.mk ============================================================================== --- head/lang/ghc/bsd.cabal.mk Tue Sep 17 09:14:05 2013 (r327460) +++ head/lang/ghc/bsd.cabal.mk Tue Sep 17 09:28:01 2013 (r327461) @@ -137,7 +137,8 @@ RUN_DEPENDS+= ${dependencies} .endif .if defined(USE_GHC_NATIVE) -USE_PERL5_BUILD= 5.8+ +USES+= perl5 +USE_PERL5= build .endif .if ${PORT_OPTIONS:MDOCS} From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 09:29:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 90A94399; Tue, 17 Sep 2013 09:29:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E7F02893; Tue, 17 Sep 2013 09:29:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8H9T6rv016927; Tue, 17 Sep 2013 09:29:06 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8H9T6L0016926; Tue, 17 Sep 2013 09:29:06 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309170929.r8H9T6L0016926@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Sep 2013 09:29:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327462 - head/lang/gnat-aux 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.14 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: Tue, 17 Sep 2013 09:29:06 -0000 Author: bapt Date: Tue Sep 17 09:29:06 2013 New Revision: 327462 URL: http://svnweb.freebsd.org/changeset/ports/327462 Log: Convert to new perl framework Modified: head/lang/gnat-aux/Makefile.common Modified: head/lang/gnat-aux/Makefile.common ============================================================================== --- head/lang/gnat-aux/Makefile.common Tue Sep 17 09:28:01 2013 (r327461) +++ head/lang/gnat-aux/Makefile.common Tue Sep 17 09:29:06 2013 (r327462) @@ -7,10 +7,9 @@ LIB_DEPENDS+= mpc.2:${PORTSDIR}/math/mp ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes -USE_GMAKE= yes USE_BZIP2= yes -USES= iconv -USE_PERL5_BUILD= yes +USES= gmake iconv perl5 +USE_PERL5= build ALL_TARGET= default MAKE_JOBS_SAFE= yes From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 09:30:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DBEF65C1; Tue, 17 Sep 2013 09:30:18 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA0F528A7; Tue, 17 Sep 2013 09:30:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8H9UIHk017865; Tue, 17 Sep 2013 09:30:18 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8H9UIhY017864; Tue, 17 Sep 2013 09:30:18 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309170930.r8H9UIhY017864@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Sep 2013 09:30:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327463 - head/lang/spidermonkey185 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.14 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: Tue, 17 Sep 2013 09:30:18 -0000 Author: bapt Date: Tue Sep 17 09:30:18 2013 New Revision: 327463 URL: http://svnweb.freebsd.org/changeset/ports/327463 Log: Fix leftout from previous commit Modified: head/lang/spidermonkey185/Makefile Modified: head/lang/spidermonkey185/Makefile ============================================================================== --- head/lang/spidermonkey185/Makefile Tue Sep 17 09:29:06 2013 (r327462) +++ head/lang/spidermonkey185/Makefile Tue Sep 17 09:30:18 2013 (r327463) @@ -17,7 +17,7 @@ LIB_DEPENDS= nspr4:${PORTSDIR}/devel/ns CONFLICTS= njs-[0-9]* -USES= gmake pathfix pkgconfig +USES= gmake pathfix perl5 pkgconfig USE_AUTOTOOLS= autoconf213:env GNU_CONFIGURE= yes USE_LDCONFIG= yes From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 09:31:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6B8C66A8; Tue, 17 Sep 2013 09:31:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5933028D4; Tue, 17 Sep 2013 09:31:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8H9VH3h020196; Tue, 17 Sep 2013 09:31:17 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8H9VHMA020194; Tue, 17 Sep 2013 09:31:17 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309170931.r8H9VHMA020194@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Sep 2013 09:31:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327464 - 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.14 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: Tue, 17 Sep 2013 09:31:17 -0000 Author: bapt Date: Tue Sep 17 09:31:16 2013 New Revision: 327464 URL: http://svnweb.freebsd.org/changeset/ports/327464 Log: Convert to new perl framework Modified: head/Mk/bsd.gecko.mk Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Tue Sep 17 09:30:18 2013 (r327463) +++ head/Mk/bsd.gecko.mk Tue Sep 17 09:31:16 2013 (r327464) @@ -502,8 +502,8 @@ MOZILLA_BIN?= ${PORTNAME}-bin MOZILLA_EXEC_NAME?=${MOZILLA} MOZ_RPATH?= ${MOZILLA} USE_GNOME+= libidl desktopfileutils -USES+= iconv -USE_PERL5_BUILD=yes +USES+= iconv perl5 +USE_PERL5= build USE_XORG= printproto sm xt xi xext x11 xinerama \ ice xproto From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 09:34:37 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6D5FE7F1; Tue, 17 Sep 2013 09:34:37 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5A6612907; Tue, 17 Sep 2013 09:34:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8H9YbXn021017; Tue, 17 Sep 2013 09:34:37 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8H9YbDs021016; Tue, 17 Sep 2013 09:34:37 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309170934.r8H9YbDs021016@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Sep 2013 09:34:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327465 - head/lang/erlang-runtime16 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.14 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: Tue, 17 Sep 2013 09:34:37 -0000 Author: bapt Date: Tue Sep 17 09:34:36 2013 New Revision: 327465 URL: http://svnweb.freebsd.org/changeset/ports/327465 Log: Convert to new perl framework Modified: head/lang/erlang-runtime16/Makefile Modified: head/lang/erlang-runtime16/Makefile ============================================================================== --- head/lang/erlang-runtime16/Makefile Tue Sep 17 09:31:16 2013 (r327464) +++ head/lang/erlang-runtime16/Makefile Tue Sep 17 09:34:36 2013 (r327465) @@ -52,6 +52,10 @@ OPTIONS_DEFAULT=SMP OPENSSL THREADS SCTP ERL_RELEASE= R${PORTVERSION:S/.//g:U} +USES= gmake perl5 +USE_CSTD= gnu89 +GNU_CONFIGURE= yes + .include .if ${PORT_OPTIONS:MDOCS} @@ -118,11 +122,6 @@ WX_UNICODE= yes CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG} .endif -USE_GMAKE= yes -USE_CSTD= gnu89 -USE_PERL5= yes -GNU_CONFIGURE= yes - .if ${PORT_OPTIONS:MODBC} CONFIGURE_ARGS+=--with-odbc .if ${PORT_OPTIONS:MUNIXODBC} From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 09:37:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 07E77901; Tue, 17 Sep 2013 09:37:50 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9C87291C; Tue, 17 Sep 2013 09:37:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8H9bnPe021861; Tue, 17 Sep 2013 09:37:49 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8H9bncf021857; Tue, 17 Sep 2013 09:37:49 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201309170937.r8H9bncf021857@svn.freebsd.org> From: Kevin Lo Date: Tue, 17 Sep 2013 09:37:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327466 - head/www/owncloud 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.14 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: Tue, 17 Sep 2013 09:37:50 -0000 Author: kevlo Date: Tue Sep 17 09:37:49 2013 New Revision: 327466 URL: http://svnweb.freebsd.org/changeset/ports/327466 Log: Update to 5.0.11 PR: ports/182180 Submitted by: Loic Blot Modified: head/www/owncloud/Makefile head/www/owncloud/distinfo Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Tue Sep 17 09:34:36 2013 (r327465) +++ head/www/owncloud/Makefile Tue Sep 17 09:37:49 2013 (r327466) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= owncloud -PORTVERSION= 5.0.10 -PORTREVISION= 1 +PORTVERSION= 5.0.11 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ Modified: head/www/owncloud/distinfo ============================================================================== --- head/www/owncloud/distinfo Tue Sep 17 09:34:36 2013 (r327465) +++ head/www/owncloud/distinfo Tue Sep 17 09:37:49 2013 (r327466) @@ -1,2 +1,2 @@ -SHA256 (owncloud-5.0.10.tar.bz2) = 23dea0c7c66416e21e87097b611fefe961d9bd757b58a7eccdd70bd1a6c46bf7 -SIZE (owncloud-5.0.10.tar.bz2) = 15130544 +SHA256 (owncloud-5.0.11.tar.bz2) = 1f0418c3aa5e05556c1fd9f77d2a906cb67a789087f02e49790ce1e06f356e9e +SIZE (owncloud-5.0.11.tar.bz2) = 15139457 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 10:08:41 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5672ECE4; Tue, 17 Sep 2013 10:08:41 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4438A2AAF; Tue, 17 Sep 2013 10:08:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HA8ffX038366; Tue, 17 Sep 2013 10:08:41 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HA8eNT038363; Tue, 17 Sep 2013 10:08:40 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309171008.r8HA8eNT038363@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 17 Sep 2013 10:08:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327467 - head/deskutils/taskwarrior/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.14 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: Tue, 17 Sep 2013 10:08:41 -0000 Author: gahr Date: Tue Sep 17 10:08:40 2013 New Revision: 327467 URL: http://svnweb.freebsd.org/changeset/ports/327467 Log: - Fix build on CURRENT Reported by: pkg-fallout Added: head/deskutils/taskwarrior/files/ head/deskutils/taskwarrior/files/patch-src_Nibbler.h (contents, props changed) head/deskutils/taskwarrior/files/patch-src_Task.h (contents, props changed) Added: head/deskutils/taskwarrior/files/patch-src_Nibbler.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/taskwarrior/files/patch-src_Nibbler.h Tue Sep 17 10:08:40 2013 (r327467) @@ -0,0 +1,10 @@ +--- src/Nibbler.h.orig 2013-09-17 10:58:23.000000000 +0200 ++++ src/Nibbler.h 2013-09-17 10:58:33.000000000 +0200 +@@ -37,6 +37,7 @@ + + #include + #include ++#include + + class Nibbler + { Added: head/deskutils/taskwarrior/files/patch-src_Task.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/taskwarrior/files/patch-src_Task.h Tue Sep 17 10:08:40 2013 (r327467) @@ -0,0 +1,10 @@ +--- src/Task.h.orig 2013-09-17 10:56:44.000000000 +0200 ++++ src/Task.h 2013-09-17 10:56:57.000000000 +0200 +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + + + void initializeUrgencyCoefficients (); From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 10:12:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A94B4E29; Tue, 17 Sep 2013 10:12:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 96FAB2B0E; Tue, 17 Sep 2013 10:12:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HACWRD042067; Tue, 17 Sep 2013 10:12:32 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HACW2q042066; Tue, 17 Sep 2013 10:12:32 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309171012.r8HACW2q042066@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Sep 2013 10:12:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327468 - head/databases/libmemcached 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.14 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: Tue, 17 Sep 2013 10:12:32 -0000 Author: bapt Date: Tue Sep 17 10:12:32 2013 New Revision: 327468 URL: http://svnweb.freebsd.org/changeset/ports/327468 Log: Do not overwrite USES Modified: head/databases/libmemcached/Makefile Modified: head/databases/libmemcached/Makefile ============================================================================== --- head/databases/libmemcached/Makefile Tue Sep 17 10:08:40 2013 (r327467) +++ head/databases/libmemcached/Makefile Tue Sep 17 10:12:32 2013 (r327468) @@ -28,7 +28,7 @@ LIB_DEPENDS+= sasl2.3:${PORTSDIR}/securi .endif .if !defined(NO_INSTALL_MANPAGES) -USES= perl5 +USES+= perl5 USE_PERL5= build MAN1= memaslap.1 \ memcapable.1 \ From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 05:06:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E5C6CD7B; Tue, 17 Sep 2013 05:06:06 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward6l.mail.yandex.net (forward6l.mail.yandex.net [IPv6:2a02:6b8:0:1819::6]) by mx1.freebsd.org (Postfix) with ESMTP id A74842A5B; Tue, 17 Sep 2013 05:06:06 +0000 (UTC) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward6l.mail.yandex.net (Yandex) with ESMTP id EAC9114E0CA1; Tue, 17 Sep 2013 09:06:04 +0400 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id 4D9DD1340020; Tue, 17 Sep 2013 09:06:04 +0400 (MSK) Received: from 87.249.28.58.tel.ru (87.249.28.58.tel.ru [87.249.28.58]) by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id xPxHHSoOQK-63rKXf1b; Tue, 17 Sep 2013 09:06:03 +0400 Message-ID: <5237E33B.1040205@passap.ru> Date: Tue, 17 Sep 2013 09:06:03 +0400 From: Boris Samorodov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130811 Thunderbird/17.0.8 MIME-Version: 1.0 To: Gerald Pfeifer Subject: Re: svn commit: r327441 - head/lang/gcc49 References: <201309162116.r8GLGl2e023840@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Tue, 17 Sep 2013 11:19:47 +0000 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Gerald Pfeifer , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 17 Sep 2013 05:06:07 -0000 17.09.2013 01:48, Gerald Pfeifer пишет: > Do we actually have a good way to enhance commit logs to fix such > omissions. Forced commit in SVN-land? Yep: https://wiki.freebsd.org/PortsSubversionPrimer (Forced Commit) -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 11:31:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 41A78D38; Tue, 17 Sep 2013 11:31:50 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 154012EE7; Tue, 17 Sep 2013 11:31:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HBVnEd083913; Tue, 17 Sep 2013 11:31:49 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HBVnjd083908; Tue, 17 Sep 2013 11:31:49 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201309171131.r8HBVnjd083908@svn.freebsd.org> From: Erwin Lansing Date: Tue, 17 Sep 2013 11:31:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327469 - in head/dns: bind98 bind99 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.14 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: Tue, 17 Sep 2013 11:31:50 -0000 Author: erwin Date: Tue Sep 17 11:31:49 2013 New Revision: 327469 URL: http://svnweb.freebsd.org/changeset/ports/327469 Log: Make GSSAPI support optional PR: 182122 Submitted by: Uwe Doering Modified: head/dns/bind98/Makefile head/dns/bind99/Makefile Modified: head/dns/bind98/Makefile ============================================================================== --- head/dns/bind98/Makefile Tue Sep 17 10:12:32 2013 (r327468) +++ head/dns/bind98/Makefile Tue Sep 17 11:31:49 2013 (r327469) @@ -27,7 +27,7 @@ CONFLICTS= bind9*-9.[45679].* bind9*-sdb OPTIONS_DEFAULT= IPV6 SSL LINKS XML THREADS OPTIONS_DEFINE= SSL LINKS XML IDN REPLACE_BASE LARGE_FILE \ FIXED_RRSET RPZ_NSIP RPZ_NSDNAME RPZRRL_PATCH \ - SIGCHASE IPV6 THREADS + SIGCHASE IPV6 THREADS GSSAPI OPTIONS_GROUP= DLZ OPTIONS_GROUP_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \ DLZ_LDAP DLZ_FILESYSTEM DLZ_STUB @@ -148,6 +148,12 @@ CONFIGURE_ARGS+= --enable-threads CONFIGURE_ARGS+= --disable-threads .endif +.if ${PORT_OPTIONS:MGSSAPI} +CONFIGURE_ARGS+= --with-gssapi +.else +CONFIGURE_ARGS+= --without-gssapi +.endif + .if ${PORT_OPTIONS:MREPLACE_BASE} PKGNAMESUFFIX= -base PREFIX= /usr Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Tue Sep 17 10:12:32 2013 (r327468) +++ head/dns/bind99/Makefile Tue Sep 17 11:31:49 2013 (r327469) @@ -28,7 +28,7 @@ CONFLICTS= bind9*-9.[45678].* bind9*-sdb OPTIONS_DEFAULT= IPV6 SSL LINKS XML THREADS OPTIONS_DEFINE= SSL IDN REPLACE_BASE LARGE_FILE \ - FIXED_RRSET SIGCHASE IPV6 THREADS + FIXED_RRSET SIGCHASE IPV6 THREADS GSSAPI .if !defined(BIND_TOOLS_SLAVE) OPTIONS_DEFINE+= LINKS XML RPZ_NSIP RPZ_NSDNAME RPZRRL_PATCH OPTIONS_GROUP= DLZ @@ -157,6 +157,12 @@ CONFIGURE_ARGS+= --enable-threads CONFIGURE_ARGS+= --disable-threads .endif +.if ${PORT_OPTIONS:MGSSAPI} +CONFIGURE_ARGS+= --with-gssapi +.else +CONFIGURE_ARGS+= --without-gssapi +.endif + .if ${PORT_OPTIONS:MREPLACE_BASE} PKGNAMESUFFIX= -base PREFIX= /usr From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 12:12:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6CD456E2; Tue, 17 Sep 2013 12:12:54 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-we0-x22d.google.com (mail-we0-x22d.google.com [IPv6:2a00:1450:400c:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E519214E; Tue, 17 Sep 2013 12:12:53 +0000 (UTC) Received: by mail-we0-f173.google.com with SMTP id w62so5036906wes.32 for ; Tue, 17 Sep 2013 05:12:52 -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:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=zueCCytwbmDGt6t8+L7LhqpeJBRHpWcI0RwAot1OpJ4=; b=B+HhuScuyDfSxJiH3LaxsyeemhwOeIlCsWpWMV/kLiOCNI5fqkBDG7ODV5oaQnnquW G97TndwMBL35OgdBUSxKNbvSKLwV/eF7zxzk38q6sEaWxXh+y+hhB3iC+d7OHp5XbBWX RahjrFjTSeLkvW14xCP7DUvEK0a07mynDLK4Y1T3XT/1kFKnxHWgo21ibjRf8xH0YOEg pIKyEm/UJK4GmnDb08OgbnLR9aV6I9Hg6v+uy/r9/i97fr+pkhQQXXU9WilSD03dNSlJ O51w9qr3d3YVHaGtPKH1RplJrOqnU2gxsnH7R/ea0tGOwcl5EmsuCgdsN6ctzE+fR7Rm bTiw== X-Received: by 10.194.173.163 with SMTP id bl3mr27437610wjc.10.1379419972082; Tue, 17 Sep 2013 05:12:52 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id hq13sm4008419wib.7.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 17 Sep 2013 05:12:50 -0700 (PDT) Sender: Baptiste Daroussin Date: Tue, 17 Sep 2013 14:12:48 +0200 From: Baptiste Daroussin To: Sunpoet Po-Chuan Hsieh Subject: Re: svn commit: r326795 - head/devel/mdds Message-ID: <20130917121248.GA31894@ithaqua.etoilebsd.net> References: <201309091008.r89A8uXr026090@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FCuugMFkClbJLl1L" Content-Disposition: inline In-Reply-To: <201309091008.r89A8uXr026090@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 17 Sep 2013 12:12:54 -0000 --FCuugMFkClbJLl1L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 09, 2013 at 10:08:56AM +0000, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Mon Sep 9 10:08:55 2013 > New Revision: 326795 > URL: http://svnweb.freebsd.org/changeset/ports/326795 >=20 > Log: > - Update to 0.9.0 > - Fix Makefile header > - Sort PLIST > - Use single space after WWW: > =20 > Changes: https://code.google.com/p/multidimalgorithm/source/browse/NEWS This has broken libreoffice on all support version of FreeBSD and Dragonfly. All the things belonging to office@ and being a dependency of libreoffice s= hould be upgraded with a lot of care, upgrading those we should always make sure = that the public API hasn't changed. This change making libreoffice failing kill 115 packages depending on libreoffice. If you are not 100% sure of the upgrade mailing jkim@ is always a good ide= a, given he usually knows :) regards, Bapt --FCuugMFkClbJLl1L Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlI4R0AACgkQ8kTtMUmk6ExsJwCeMYP+tcmkUFdBJ5t54tycIGaS m2IAni+G7u3wLKvTy+GJ7Mo+Kl0Yk7iA =9/cW -----END PGP SIGNATURE----- --FCuugMFkClbJLl1L-- From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 12:24:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CC0499BD; Tue, 17 Sep 2013 12:24:55 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B9E4821F1; Tue, 17 Sep 2013 12:24:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HCOtZM013804; Tue, 17 Sep 2013 12:24:55 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HCOtfl013801; Tue, 17 Sep 2013 12:24:55 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201309171224.r8HCOtfl013801@svn.freebsd.org> From: Frederic Culot Date: Tue, 17 Sep 2013 12:24:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327470 - head/devel/p5-Test-Fatal 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.14 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: Tue, 17 Sep 2013 12:24:55 -0000 Author: culot Date: Tue Sep 17 12:24:54 2013 New Revision: 327470 URL: http://svnweb.freebsd.org/changeset/ports/327470 Log: - Update to 0.011 - Add TEST_DEPENDS (non-core module Capture::Tiny is now a testing dependency) Changes: http://search.cpan.org/dist/Test-Fatal/Changes Modified: head/devel/p5-Test-Fatal/Makefile head/devel/p5-Test-Fatal/distinfo Modified: head/devel/p5-Test-Fatal/Makefile ============================================================================== --- head/devel/p5-Test-Fatal/Makefile Tue Sep 17 11:31:49 2013 (r327469) +++ head/devel/p5-Test-Fatal/Makefile Tue Sep 17 12:24:54 2013 (r327470) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Fatal -PORTVERSION= 0.010 +PORTVERSION= 0.011 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +15,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Try-Tiny>=0.07:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Capture-Tiny>0:${PORTSDIR}/devel/p5-Capture-Tiny USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Test-Fatal/distinfo ============================================================================== --- head/devel/p5-Test-Fatal/distinfo Tue Sep 17 11:31:49 2013 (r327469) +++ head/devel/p5-Test-Fatal/distinfo Tue Sep 17 12:24:54 2013 (r327470) @@ -1,2 +1,2 @@ -SHA256 (Test-Fatal-0.010.tar.gz) = 805e8497a06c1ba5ab2cc85dea74533edbf48c738c8ecf42f6d812993d279305 -SIZE (Test-Fatal-0.010.tar.gz) = 13075 +SHA256 (Test-Fatal-0.011.tar.gz) = 0c968b0ebc6aefa1f42d3e62b8c923cdebb643e3decaaeeec41c3bb48dffd9eb +SIZE (Test-Fatal-0.011.tar.gz) = 16168 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 12:31:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 265C0B21; Tue, 17 Sep 2013 12:31:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 13CFC2251; Tue, 17 Sep 2013 12:31:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HCVSg2018505; Tue, 17 Sep 2013 12:31:28 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HCVSY8018501; Tue, 17 Sep 2013 12:31:28 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201309171231.r8HCVSY8018501@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 17 Sep 2013 12:31:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327471 - head/games/flare/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.14 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: Tue, 17 Sep 2013 12:31:29 -0000 Author: amdmi3 Date: Tue Sep 17 12:31:27 2013 New Revision: 327471 URL: http://svnweb.freebsd.org/changeset/ports/327471 Log: Fix build with clang/libc++ Added: head/games/flare/files/ head/games/flare/files/patch-src-Hazard.cpp (contents, props changed) head/games/flare/files/patch-src-MapCollision.cpp (contents, props changed) head/games/flare/files/patch-src-Utils.cpp (contents, props changed) head/games/flare/files/patch-src-Utils.h (contents, props changed) Added: head/games/flare/files/patch-src-Hazard.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/flare/files/patch-src-Hazard.cpp Tue Sep 17 12:31:27 2013 (r327471) @@ -0,0 +1,34 @@ +--- src/Hazard.cpp.orig 2013-04-01 18:21:13.000000000 +0400 ++++ src/Hazard.cpp 2013-09-17 05:59:52.364226200 +0400 +@@ -91,17 +91,17 @@ + activeAnimation->advanceFrame(); + + // handle movement +- if (!(round(speed.x) == 0 && round(speed.y) == 0)) { ++ if (!(myround(speed.x) == 0 && myround(speed.y) == 0)) { + pos.x += speed.x; + pos.y += speed.y; + + // very simplified collider, could skim around corners + // or even pass through thin walls if speed > tilesize +- if (collider->is_wall(round(pos.x), round(pos.y))) { ++ if (collider->is_wall(myround(pos.x), myround(pos.y))) { + lifespan = 0; + hit_wall = true; + +- if (collider->is_outside_map(round(pos.x) >> TILE_SHIFT, round(pos.y) >> TILE_SHIFT)) ++ if (collider->is_outside_map(myround(pos.x) >> TILE_SHIFT, myround(pos.y) >> TILE_SHIFT)) + remove_now = true; + } + } +@@ -143,8 +143,8 @@ + { + if (delay_frames == 0 && activeAnimation) { + Renderable re = activeAnimation->getCurrentFrame(animationKind); +- re.map_pos.x = round(pos.x); +- re.map_pos.y = round(pos.y); ++ re.map_pos.x = myround(pos.x); ++ re.map_pos.y = myround(pos.y); + (floor ? r_dead : r).push_back(re); + } + } Added: head/games/flare/files/patch-src-MapCollision.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/flare/files/patch-src-MapCollision.cpp Tue Sep 17 12:31:27 2013 (r327471) @@ -0,0 +1,20 @@ +--- src/MapCollision.cpp.orig 2013-04-01 18:21:13.000000000 +0400 ++++ src/MapCollision.cpp 2013-09-17 06:00:27.655226476 +0400 +@@ -238,7 +238,7 @@ + for (int i=0; i Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D8F87C0D; Tue, 17 Sep 2013 12:32:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C424F225D; Tue, 17 Sep 2013 12:32:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HCW6qk019009; Tue, 17 Sep 2013 12:32:06 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HCW54w019003; Tue, 17 Sep 2013 12:32:05 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201309171232.r8HCW54w019003@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 17 Sep 2013 12:32:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327472 - head/sysutils/gpart/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.14 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: Tue, 17 Sep 2013 12:32:06 -0000 Author: amdmi3 Date: Tue Sep 17 12:32:05 2013 New Revision: 327472 URL: http://svnweb.freebsd.org/changeset/ports/327472 Log: - Fix build with clang/libc++ - Rename patches with accordance to porter's handbook Added: head/sysutils/gpart/files/patch-man-gpart.man - copied unchanged from r327267, head/sysutils/gpart/files/patch-man__gpart.man head/sysutils/gpart/files/patch-src-disku.c - copied unchanged from r327267, head/sysutils/gpart/files/patch-src__disku.c head/sysutils/gpart/files/patch-src-gm__bsddl.h - copied unchanged from r327267, head/sysutils/gpart/files/patch-src__gm_bsddl.h head/sysutils/gpart/files/patch-src-gm__ntfs.h - copied unchanged from r327267, head/sysutils/gpart/files/patch-src__gm_ntfs.h head/sysutils/gpart/files/patch-src-gpart.c (contents, props changed) head/sysutils/gpart/files/patch-src-gpart.h - copied unchanged from r327267, head/sysutils/gpart/files/patch-src__gpart.h Deleted: head/sysutils/gpart/files/patch-man__gpart.man head/sysutils/gpart/files/patch-src__disku.c head/sysutils/gpart/files/patch-src__gm_bsddl.h head/sysutils/gpart/files/patch-src__gm_ntfs.h head/sysutils/gpart/files/patch-src__gpart.h Copied: head/sysutils/gpart/files/patch-man-gpart.man (from r327267, head/sysutils/gpart/files/patch-man__gpart.man) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/gpart/files/patch-man-gpart.man Tue Sep 17 12:32:05 2013 (r327472, copy of r327267, head/sysutils/gpart/files/patch-man__gpart.man) @@ -0,0 +1,11 @@ +--- ./man/gpart.man.orig 2001-02-07 18:54:18.000000000 +0100 ++++ ./man/gpart.man 2011-03-17 01:15:54.000000000 +0100 +@@ -378,7 +378,7 @@ + drive without starting the scan loop in FreeBSD type + + .RS +-gpart -vvd /dev/wd2 ++gpart -vvd /dev/ad2 + .RE + .RE + Copied: head/sysutils/gpart/files/patch-src-disku.c (from r327267, head/sysutils/gpart/files/patch-src__disku.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/gpart/files/patch-src-disku.c Tue Sep 17 12:32:05 2013 (r327472, copy of r327267, head/sysutils/gpart/files/patch-src__disku.c) @@ -0,0 +1,45 @@ +--- ./src/disku.c.orig 2001-02-07 20:04:07.000000000 +0100 ++++ ./src/disku.c 2011-03-17 01:15:54.000000000 +0100 +@@ -28,7 +28,9 @@ + + #if defined(__FreeBSD__) + #include ++#include + #include ++#include + #endif + + +@@ -61,12 +63,26 @@ + #endif + + #if defined(__FreeBSD__) +- struct disklabel dl; +- if (ioctl(d->d_fd,DIOCGDINFO,&dl) == -1) +- pr(FATAL,EM_IOCTLFAILED,"DIOCGDINFO",strerror(errno)); +- g.d_c = dl.d_ncylinders; +- g.d_h = dl.d_ntracks; +- g.d_s = dl.d_nsectors; ++ struct disklabel loclab; ++ u_int u; ++ off_t o; /* total disk size */ ++ ++ if (ioctl(d->d_fd, DIOCGFWSECTORS, &u) == 0) ++ g.d_s = u; ++ else ++ pr(FATAL, EM_IOCTLFAILED, "DIOCGFWSECTORS", strerror(errno)); ++ // loclab.d_nsectors = 63; ++ if (ioctl(d->d_fd, DIOCGFWHEADS, &u) == 0) ++ g.d_h = u; ++ else ++ pr(FATAL, EM_IOCTLFAILED, "DIOCGFWHEADS", strerror(errno)); ++ if (ioctl(d->d_fd, DIOCGSECTORSIZE, &u) == 0) ++ if (u != 512) ++ pr(FATAL, "sector size not a multiple of 512"); ++ if (ioctl(d->d_fd, DIOCGMEDIASIZE, &o)) ++ pr(FATAL, EM_IOCTLFAILED, "DIOCGMEDIASIZE", strerror(errno)); ++ ++ g.d_c = o / u / g.d_h / g.d_s; + #endif + + return (&g); Copied: head/sysutils/gpart/files/patch-src-gm__bsddl.h (from r327267, head/sysutils/gpart/files/patch-src__gm_bsddl.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/gpart/files/patch-src-gm__bsddl.h Tue Sep 17 12:32:05 2013 (r327472, copy of r327267, head/sysutils/gpart/files/patch-src__gm_bsddl.h) @@ -0,0 +1,11 @@ +--- ./src/gm_bsddl.h.orig 2000-12-13 23:54:31.000000000 +0100 ++++ ./src/gm_bsddl.h 2011-03-17 01:15:54.000000000 +0100 +@@ -28,7 +28,7 @@ + + #define BBSIZE 8192 /* size of boot area, with label */ + +-#ifdef __i386__ ++#if defined(__i386__) || defined(__amd64__) + #define LABELSECTOR 1 /* sector containing label */ + #define LABELOFFSET 0 /* offset of label in sector */ + #endif Copied: head/sysutils/gpart/files/patch-src-gm__ntfs.h (from r327267, head/sysutils/gpart/files/patch-src__gm_ntfs.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/gpart/files/patch-src-gm__ntfs.h Tue Sep 17 12:32:05 2013 (r327472, copy of r327267, head/sysutils/gpart/files/patch-src__gm_ntfs.h) @@ -0,0 +1,34 @@ +--- ./src/gm_ntfs.h.orig 2001-01-29 21:33:58.000000000 +0100 ++++ ./src/gm_ntfs.h 2011-03-17 01:15:54.000000000 +0100 +@@ -29,17 +29,16 @@ + /* 'NTFS' in little endian */ + #define NTFS_SUPER_MAGIC 0x5346544E + +-#if defined(i386) || defined(__i386__) || defined(__alpha__) ++#include + + /* unsigned integral types */ + #ifndef NTFS_INTEGRAL_TYPES + #define NTFS_INTEGRAL_TYPES +-typedef unsigned char ntfs_u8; +-typedef unsigned short ntfs_u16; +-typedef unsigned int ntfs_u32; +-typedef s64_t ntfs_u64; ++typedef uint8_t ntfs_u8; ++typedef uint16_t ntfs_u16; ++typedef uint32_t ntfs_u32; ++typedef uint64_t ntfs_u64; + #endif /* NTFS_INTEGRAL_TYPES */ +-#endif /* defined(i386) || defined(__i386__) || defined(__alpha__) */ + + + /* Macros reading unsigned integers from a byte pointer */ +@@ -53,8 +52,5 @@ + /* Macros reading signed integers, returning int */ + #define NTFS_GETS8(p) ((int)(*(char*)(p))) + #define NTFS_GETS16(p) ((int)(*(short*)(p))) +-#define NTFS_GETS24(p) (NTFS_GETU24(p) < 0x800000 ? (int)NTFS_GETU24(p) : +- +- + + #endif /* _GM_NTFS_H */ Added: head/sysutils/gpart/files/patch-src-gpart.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/gpart/files/patch-src-gpart.c Tue Sep 17 12:32:05 2013 (r327472) @@ -0,0 +1,65 @@ +--- src/gpart.c.orig 2001-02-07 21:08:08.000000000 +0300 ++++ src/gpart.c 2013-09-17 03:12:11.505226148 +0400 +@@ -69,7 +69,7 @@ + int (*boundary_fun)(disk_desc *,s64_t); + unsigned long increment = 'h', gc = 0, gh = 0, gs = 0; + s64_t skipsec = 0, maxsec = 0; +-FILE *log = 0; ++FILE *logfile = 0; + + + +@@ -125,26 +125,26 @@ + case FATAL : + g_mod_deleteall(); + if (! f_quiet) fprintf(stderr,EM_FATALERROR,msg); +- if (log) ++ if (logfile) + { +- fprintf(log,EM_FATALERROR,msg); +- fclose(log); ++ fprintf(logfile,EM_FATALERROR,msg); ++ fclose(logfile); + } + exit(1); + case ERROR : + if (! f_quiet) fprintf(stderr,EM_SIMPLEERROR,msg); +- if (log) fprintf(log,EM_SIMPLEERROR,msg); ++ if (logfile) fprintf(logfile,EM_SIMPLEERROR,msg); + break; + case WARN : + if (! f_quiet) fprintf(stderr,EM_WARNING,msg); +- if (log) fprintf(log,EM_WARNING,msg); ++ if (logfile) fprintf(logfile,EM_WARNING,msg); + break; + case MSG : + if (! f_quiet) fputs(msg,stdout); fflush(stdout); +- if (log) fputs(msg,log); ++ if (logfile) fputs(msg,logfile); + break; + } +- if (log) fflush(log); ++ if (logfile) fflush(logfile); + } + + +@@ -1750,8 +1750,8 @@ + } + break; + case 'l' : +- if (log) fclose(log); +- if ((log = fopen(optarg,"w")) == 0) ++ if (logfile) fclose(logfile); ++ if ((logfile = fopen(optarg,"w")) == 0) + pr(FATAL,EM_OPENLOG,optarg); + break; + case 'L' : +@@ -1831,7 +1831,7 @@ + } + } + free_disk_desc(d); +- if (log) fclose(log); ++ if (logfile) fclose(logfile); + + return (f_check ? no_of_incons : 0); + } Copied: head/sysutils/gpart/files/patch-src-gpart.h (from r327267, head/sysutils/gpart/files/patch-src__gpart.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/gpart/files/patch-src-gpart.h Tue Sep 17 12:32:05 2013 (r327472, copy of r327267, head/sysutils/gpart/files/patch-src__gpart.h) @@ -0,0 +1,42 @@ +--- ./src/gpart.h.orig 2001-01-31 00:07:29.000000000 +0100 ++++ ./src/gpart.h 2011-03-17 01:15:54.000000000 +0100 +@@ -22,8 +22,9 @@ + + #define PROGRAM "gpart" + ++#include + +-typedef unsigned char byte_t; ++typedef uint8_t byte_t; + + + +@@ -31,7 +32,7 @@ + * endianness (incomplete, later) + */ + +-#if defined(__i386__) || defined(__alpha__) ++#if defined(__i386__) || defined(__amd64__) || defined(__alpha__) + # define le16(x) (x) /* x as little endian */ + # define be16(x) ((((x)&0xff00)>>8) | \ + (((x)&0x00ff)<<8)) +@@ -112,8 +113,8 @@ + byte_t p_ehd; /* end head */ + byte_t p_esect; /* end sector */ + byte_t p_ecyl; /* end cylinder */ +- unsigned long p_start; /* start sector (absolute) */ +- unsigned long p_size; /* # of sectors */ ++ uint32_t p_start; /* start sector (absolute) */ ++ uint32_t p_size; /* # of sectors */ + } dos_part_entry; + + +@@ -123,7 +124,7 @@ + byte_t _align[2]; + byte_t t_boot[DOSPARTOFF]; + dos_part_entry t_parts[NDOSPARTS]; +- unsigned short t_magic; /* DOSPTMAGIC */ ++ uint16_t t_magic; /* DOSPTMAGIC */ + } dos_part_table; + + From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 12:32:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E41F5CE4; Tue, 17 Sep 2013 12:32:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1C5F225F; Tue, 17 Sep 2013 12:32:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HCWFB2019152; Tue, 17 Sep 2013 12:32:15 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HCWFvB019151; Tue, 17 Sep 2013 12:32:15 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201309171232.r8HCWFvB019151@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 17 Sep 2013 12:32:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327473 - head/games/teeworlds 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.14 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: Tue, 17 Sep 2013 12:32:16 -0000 Author: amdmi3 Date: Tue Sep 17 12:32:15 2013 New Revision: 327473 URL: http://svnweb.freebsd.org/changeset/ports/327473 Log: Fix build with clang/libc++ Modified: head/games/teeworlds/Makefile Modified: head/games/teeworlds/Makefile ============================================================================== --- head/games/teeworlds/Makefile Tue Sep 17 12:32:05 2013 (r327472) +++ head/games/teeworlds/Makefile Tue Sep 17 12:32:15 2013 (r327473) @@ -59,7 +59,7 @@ post-patch: @${REINPLACE_CMD} -e '/aDirs\[\]/,/}/ s|"/.*"|"${DATADIR}"|' \ ${WRKSRC}/src/engine/shared/storage.cpp @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|g++|${CXX}|' \ - ${BAM_WRKSRC}/src/driver_gcc.lua + ${BAM_WRKSRC}/src/driver_gcc.lua ${WRKSRC}/configure.lua # build bam executable - teeworlds own build system pre-build: From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 12:50:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 97933146; Tue, 17 Sep 2013 12:50:51 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7563D2379; Tue, 17 Sep 2013 12:50:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HCopI0028824; Tue, 17 Sep 2013 12:50:51 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HCooFq028813; Tue, 17 Sep 2013 12:50:50 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309171250.r8HCooFq028813@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Sep 2013 12:50:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327474 - in head: deskutils/kdepim4 deskutils/kdepim4-runtime deskutils/kdepim44 deskutils/kdepim44-runtime math/eigen2 math/eigen3 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.14 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: Tue, 17 Sep 2013 12:50:51 -0000 Author: bapt Date: Tue Sep 17 12:50:49 2013 New Revision: 327474 URL: http://svnweb.freebsd.org/changeset/ports/327474 Log: Adjust pkgname to avoid confusing binary only users. oldversion version get their pkgname suffixed by the version, shinest and greatest version doesn't change their name. Ajust the conflicts line accordingly Remove the now useless LATEST_LINK where they are not needed anymore. Approved by: kde (rakuco) Modified: head/deskutils/kdepim4-runtime/Makefile head/deskutils/kdepim4/Makefile head/deskutils/kdepim44-runtime/Makefile head/deskutils/kdepim44/Makefile head/math/eigen2/Makefile head/math/eigen3/Makefile Modified: head/deskutils/kdepim4-runtime/Makefile ============================================================================== --- head/deskutils/kdepim4-runtime/Makefile Tue Sep 17 12:32:15 2013 (r327473) +++ head/deskutils/kdepim4-runtime/Makefile Tue Sep 17 12:50:49 2013 (r327474) @@ -17,7 +17,7 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/de BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt CONFLICTS= akonadi-google-0.* -CONFLICTS_INSTALL= kdepim-runtime-4.4.* +CONFLICTS_INSTALL= kdepim-runtime44-4.* USE_XZ= yes USE_GNOME= libxml2 Modified: head/deskutils/kdepim4/Makefile ============================================================================== --- head/deskutils/kdepim4/Makefile Tue Sep 17 12:32:15 2013 (r327473) +++ head/deskutils/kdepim4/Makefile Tue Sep 17 12:50:49 2013 (r327474) @@ -20,8 +20,7 @@ LIB_DEPENDS= gpgme:${PORTSDIR}/security/ BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt RUN_DEPENDS= ${KDE4_PREFIX}/bin/accountwizard:${PORTSDIR}/deskutils/kdepim4-runtime -LATEST_LINK= ${PORTNAME}4 -CONFLICTS_INSTALL= kdepim-4.4.* +CONFLICTS_INSTALL= kdepim44-4.* USE_XZ= yes USE_GNOME= libxml2 Modified: head/deskutils/kdepim44-runtime/Makefile ============================================================================== --- head/deskutils/kdepim44-runtime/Makefile Tue Sep 17 12:32:15 2013 (r327473) +++ head/deskutils/kdepim44-runtime/Makefile Tue Sep 17 12:50:49 2013 (r327474) @@ -8,14 +8,14 @@ CATEGORIES= deskutils kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/kdepim-${PORTVERSION}/src DIST_SUBDIR= KDE +PKGNAMESUFFIX= 44 MAINTAINER= kde@FreeBSD.org COMMENT= Libraries for KDE-PIM applications LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs -CONFLICTS_INSTALL= kdepim-runtime-4.[89].* -LATEST_LINK= ${PORTNAME}44 +CONFLICTS_INSTALL= kdepim-runtime-4.* USE_KDE4= pimlibs kdeprefix kdehier sharedmime automoc4 USES= cmake:outsource Modified: head/deskutils/kdepim44/Makefile ============================================================================== --- head/deskutils/kdepim44/Makefile Tue Sep 17 12:32:15 2013 (r327473) +++ head/deskutils/kdepim44/Makefile Tue Sep 17 12:50:49 2013 (r327474) @@ -8,6 +8,7 @@ CATEGORIES= deskutils kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/kdepim-${PORTVERSION}/src DIST_SUBDIR= KDE +PKGNAMESUFFIX= 44 MAINTAINER= kde@FreeBSD.org COMMENT= Libraries for KDE-PIM applications @@ -18,8 +19,7 @@ LIB_DEPENDS= gpgme:${PORTSDIR}/security/ qca:${PORTSDIR}/devel/qca RUN_DEPENDS= ${KDE4_PREFIX}/bin/akonadi_mbox_resource:${PORTSDIR}/deskutils/kdepim44-runtime -LATEST_LINK= ${PORTNAME}44 -CONFLICTS_INSTALL= kdepim-4.[89].* +CONFLICTS_INSTALL= kdepim-4.* USE_KDE4= kdelibs pimlibs \ akonadi kdeprefix kdehier automoc4 oxygen Modified: head/math/eigen2/Makefile ============================================================================== --- head/math/eigen2/Makefile Tue Sep 17 12:32:15 2013 (r327473) +++ head/math/eigen2/Makefile Tue Sep 17 12:50:49 2013 (r327474) @@ -1,7 +1,4 @@ -# New ports collection makefile for: eigen -# Date created: 2008-01-18 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= eigen @@ -11,6 +8,7 @@ CATEGORIES= math MASTER_SITES= https://bitbucket.org/eigen/eigen/get/ DISTNAME= ${PORTVERSION} DIST_SUBDIR= ${PORTNAME} +PKGNAMESUFFIX= 2 MAINTAINER= kde@FreeBSD.org COMMENT= Lightweight library for vector and matrix math @@ -18,8 +16,6 @@ COMMENT= Lightweight library for vector USE_BZIP2= yes USES= cmake -LATEST_LINK= ${PORTNAME}2 - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-b23437e61a07 post-patch: Modified: head/math/eigen3/Makefile ============================================================================== --- head/math/eigen3/Makefile Tue Sep 17 12:32:15 2013 (r327473) +++ head/math/eigen3/Makefile Tue Sep 17 12:50:49 2013 (r327474) @@ -18,8 +18,6 @@ USES= cmake:outsource CMAKE_ENV+= PKG_CONFIG_LIBDIR="${LOCALBASE}/libdata" NO_BUILD= yes -LATEST_LINK= ${PORTNAME}3 - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-ffa86ffb5570 .include From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 12:53:41 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3BD9D5BB; Tue, 17 Sep 2013 12:53:41 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 28BC223AC; Tue, 17 Sep 2013 12:53:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HCrfeG030042; Tue, 17 Sep 2013 12:53:41 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HCre3x030034; Tue, 17 Sep 2013 12:53:40 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201309171253.r8HCre3x030034@svn.freebsd.org> From: Raphael Kubo da Costa Date: Tue, 17 Sep 2013 12:53:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327475 - head/deskutils/kdepim4/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.14 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: Tue, 17 Sep 2013 12:53:41 -0000 Author: rakuco Date: Tue Sep 17 12:53:40 2013 New Revision: 327475 URL: http://svnweb.freebsd.org/changeset/ports/327475 Log: Add some patches to make the port build with libc++. This isn't a proper fix, but is good enough while I do something more appropriate upstream. Based on a patch originally written by lstewart@. Added: head/deskutils/kdepim4/files/patch-kleopatra__models__keylistmodel.cpp (contents, props changed) head/deskutils/kdepim4/files/patch-kleopatra__uiserver__assuanserverconnection.cpp (contents, props changed) head/deskutils/kdepim4/files/patch-kleopatra__utils__classify.cpp (contents, props changed) Added: head/deskutils/kdepim4/files/patch-kleopatra__models__keylistmodel.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/kdepim4/files/patch-kleopatra__models__keylistmodel.cpp Tue Sep 17 12:53:40 2013 (r327475) @@ -0,0 +1,29 @@ +--- kleopatra/models/keylistmodel.cpp ++++ kleopatra/models/keylistmodel.cpp +@@ -73,7 +73,7 @@ + #include + #include + +-#ifdef __GNUC__ ++#ifdef __GLIBCXX__ + #include // for is_sorted + #endif + +@@ -460,7 +460,7 @@ QModelIndex FlatKeyListModel::doMapFromKey( const Key & key, int col ) const { + } + + QList FlatKeyListModel::doAddKeys( const std::vector & keys ) { +-#ifdef __GNUC__ ++#ifdef __GLIBCXX__ + assert( __gnu_cxx::is_sorted( keys.begin(), keys.end(), _detail::ByFingerprint() ) ); + #endif + if ( keys.empty() ) +@@ -717,7 +717,7 @@ static std::vector topological_sort( const std::vector & keys ) { + } + + QList HierarchicalKeyListModel::doAddKeys( const std::vector & keys ) { +-#ifdef __GNUC__ ++#ifdef __GLIBCXX__ + assert( __gnu_cxx::is_sorted( keys.begin(), keys.end(), _detail::ByFingerprint() ) ); + #endif + if ( keys.empty() ) Added: head/deskutils/kdepim4/files/patch-kleopatra__uiserver__assuanserverconnection.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/kdepim4/files/patch-kleopatra__uiserver__assuanserverconnection.cpp Tue Sep 17 12:53:40 2013 (r327475) @@ -0,0 +1,20 @@ +--- kleopatra/uiserver/assuanserverconnection.cpp ++++ kleopatra/uiserver/assuanserverconnection.cpp +@@ -96,7 +96,7 @@ + + #include + +-#ifdef __GNUC__ ++#ifdef __GLIBCXX__ + # include // for is_sorted + #endif + +@@ -827,7 +827,7 @@ AssuanServerConnection::Private::Private( assuan_fd_t fd_, const std::vector< sh + sessionId( 0 ), + factories( factories_ ) + { +-#ifdef __GNUC__ ++#ifdef __GLIBCXX__ + assert( __gnu_cxx::is_sorted( factories_.begin(), factories_.end(), _detail::ByName() ) ); + #endif + Added: head/deskutils/kdepim4/files/patch-kleopatra__utils__classify.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/kdepim4/files/patch-kleopatra__utils__classify.cpp Tue Sep 17 12:53:40 2013 (r327475) @@ -0,0 +1,29 @@ +--- kleopatra/utils/classify.cpp ++++ kleopatra/utils/classify.cpp +@@ -43,7 +43,7 @@ + + #include + +-#ifdef __GNUC__ ++#ifdef __GLIBCXX__ + # include + #endif + +@@ -150,7 +150,7 @@ unsigned int Kleo::classify( const QStringList & fileNames ) { + } + + unsigned int Kleo::classify( const QString & filename ) { +-#ifdef __GNUC__ ++#ifdef __GLIBCXX__ + assert( __gnu_cxx::is_sorted( begin( classifications ), end( classifications ), ByExtension() ) ); + #endif + +@@ -179,7 +179,7 @@ unsigned int Kleo::classify( const QString & filename ) { + } + + unsigned int Kleo::classifyContent( const QByteArray & data ) { +-#ifdef __GNUC__ ++#ifdef __GLIBCXX__ + assert( __gnu_cxx::is_sorted( begin( content_classifications ), end( content_classifications ), ByContent(100) ) ); + #endif + From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 13:03:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A8FCDC7C; Tue, 17 Sep 2013 13:03:10 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 96B2E2463; Tue, 17 Sep 2013 13:03:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HD3AhM035750; Tue, 17 Sep 2013 13:03:10 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HD3AWL035749; Tue, 17 Sep 2013 13:03:10 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309171303.r8HD3AWL035749@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Sep 2013 13:03:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327476 - head/databases/rrdtool 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.14 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: Tue, 17 Sep 2013 13:03:10 -0000 Author: bapt Date: Tue Sep 17 13:03:10 2013 New Revision: 327476 URL: http://svnweb.freebsd.org/changeset/ports/327476 Log: Do not overwrite USES Modified: head/databases/rrdtool/Makefile Modified: head/databases/rrdtool/Makefile ============================================================================== --- head/databases/rrdtool/Makefile Tue Sep 17 12:53:40 2013 (r327475) +++ head/databases/rrdtool/Makefile Tue Sep 17 13:03:10 2013 (r327476) @@ -67,7 +67,7 @@ PLIST_SUB+= WITH_RUBY="@comment " .endif .if ${PORT_OPTIONS:MPERL_MODULE} -USES= perl5 +USES+= perl5 CONFIGURE_ARGS+= --enable-perl --enable-perl-site-install PLIST_SUB+= WITH_PERL="" .else From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 13:05:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E3DEAE07; Tue, 17 Sep 2013 13:05:12 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1D212491; Tue, 17 Sep 2013 13:05:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HD5CTo036365; Tue, 17 Sep 2013 13:05:12 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HD5CY2036355; Tue, 17 Sep 2013 13:05:12 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309171305.r8HD5CY2036355@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Sep 2013 13:05:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327477 - in head/devel: glib12 glib20 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.14 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: Tue, 17 Sep 2013 13:05:13 -0000 Author: bapt Date: Tue Sep 17 13:05:12 2013 New Revision: 327477 URL: http://svnweb.freebsd.org/changeset/ports/327477 Log: Rename old glib into glib12 to avoid confusion with glib (2.0) for binary users. While here remove the now useless LATEST_LINK Approved by: gnome (kwm) Modified: head/devel/glib12/Makefile head/devel/glib20/Makefile Modified: head/devel/glib12/Makefile ============================================================================== --- head/devel/glib12/Makefile Tue Sep 17 13:03:10 2013 (r327476) +++ head/devel/glib12/Makefile Tue Sep 17 13:05:12 2013 (r327477) @@ -6,6 +6,7 @@ PORTVERSION= 1.2.10 PORTREVISION= 13 CATEGORIES= devel MASTER_SITES= GNOME +PKGNAMESUFFIX= 12 MAINTAINER= gnome@FreeBSD.org COMMENT= Some useful routines of C programming (previous stable version) Modified: head/devel/glib20/Makefile ============================================================================== --- head/devel/glib20/Makefile Tue Sep 17 13:03:10 2013 (r327476) +++ head/devel/glib20/Makefile Tue Sep 17 13:05:12 2013 (r327477) @@ -14,7 +14,6 @@ COMMENT= Some useful routines of C progr LICENSE= LGPL20 -LATEST_LINK= glib20 USE_XZ= yes PORTSCOUT= limitw:1,even From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 13:10:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 21842162; Tue, 17 Sep 2013 13:10:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F6A024D2; Tue, 17 Sep 2013 13:10:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HDA0Hf038337; Tue, 17 Sep 2013 13:10:00 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HDA0qY038329; Tue, 17 Sep 2013 13:10:00 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309171310.r8HDA0qY038329@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Sep 2013 13:10:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327478 - in head/x11: gtk-theme-switch gtk-theme-switch2 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.14 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: Tue, 17 Sep 2013 13:10:01 -0000 Author: bapt Date: Tue Sep 17 13:10:00 2013 New Revision: 327478 URL: http://svnweb.freebsd.org/changeset/ports/327478 Log: Rename gtk-theme-switch into gtk-themes-witch1 to avoid confusion with the gtk2 version While here remove the now useless LATEST_LINK Modified: head/x11/gtk-theme-switch/Makefile head/x11/gtk-theme-switch2/Makefile Modified: head/x11/gtk-theme-switch/Makefile ============================================================================== --- head/x11/gtk-theme-switch/Makefile Tue Sep 17 13:05:12 2013 (r327477) +++ head/x11/gtk-theme-switch/Makefile Tue Sep 17 13:10:00 2013 (r327478) @@ -6,12 +6,13 @@ PORTVERSION= 1.0.1 PORTREVISION= 6 CATEGORIES= x11 MASTER_SITES= http://www.muhri.net/ +PKGNAMESUFFIX= 1 MAINTAINER= ports@FreeBSD.org -COMMENT= A command line tool for switching GTK+ themes +COMMENT= Command line tool for switching GTK+ themes USE_GNOME= gtk12 -USE_GMAKE= yes +USES= gmake MAN1= gtk-theme-switch.1 Modified: head/x11/gtk-theme-switch2/Makefile ============================================================================== --- head/x11/gtk-theme-switch2/Makefile Tue Sep 17 13:05:12 2013 (r327477) +++ head/x11/gtk-theme-switch2/Makefile Tue Sep 17 13:10:00 2013 (r327478) @@ -8,7 +8,7 @@ CATEGORIES= x11 MASTER_SITES= http://www.muhri.net/ MAINTAINER= oleg@bsdpower.com -COMMENT= A command line tool for switching GTK+ 2.0 themes +COMMENT= Command line tool for switching GTK+ 2.0 themes USES= gmake pkgconfig USE_XORG= x11 @@ -17,6 +17,4 @@ USE_GNOME= gtk20 MAN1= switch2.1 PLIST_FILES= bin/switch2 -LATEST_LINK= gtk-theme-switch2 - .include From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 13:27:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 33BA04C2; Tue, 17 Sep 2013 13:27:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2063225A9; Tue, 17 Sep 2013 13:27:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HDR7ZW048382; Tue, 17 Sep 2013 13:27:07 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HDR6DQ048375; Tue, 17 Sep 2013 13:27:06 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201309171327.r8HDR6DQ048375@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 17 Sep 2013 13:27:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327479 - in head/games: allacrost allacrost/files valyriatear 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.14 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: Tue, 17 Sep 2013 13:27:08 -0000 Author: amdmi3 Date: Tue Sep 17 13:27:06 2013 New Revision: 327479 URL: http://svnweb.freebsd.org/changeset/ports/327479 Log: Fix build with clang/libc++ Added: head/games/allacrost/files/patch-src-luabind-luabind-detail-call__function.hpp (contents, props changed) head/games/allacrost/files/patch-src-luabind-luabind-detail-call__member.hpp (contents, props changed) head/games/allacrost/files/patch-src-luabind-luabind-detail-get__signature.hpp (contents, props changed) head/games/allacrost/files/patch-src-luabind-luabind-wrapper__base.hpp (contents, props changed) Modified: head/games/allacrost/Makefile head/games/allacrost/files/patch-src-utils.cpp head/games/valyriatear/Makefile Modified: head/games/allacrost/Makefile ============================================================================== --- head/games/allacrost/Makefile Tue Sep 17 13:10:00 2013 (r327478) +++ head/games/allacrost/Makefile Tue Sep 17 13:27:06 2013 (r327479) @@ -25,7 +25,7 @@ USE_OPENAL= al USE_LUA= 5.1 USE_SDL= sdl ttf net USE_GL= yes -USE_GCC= 4.2+ +USE_GCC= yes # problems in luabind USES= gettext CONFIGURE_ARGS= --datadir=${DATADIR} Added: head/games/allacrost/files/patch-src-luabind-luabind-detail-call__function.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/allacrost/files/patch-src-luabind-luabind-detail-call__function.hpp Tue Sep 17 13:27:06 2013 (r327479) @@ -0,0 +1,18 @@ +--- src/luabind/luabind/detail/call_function.hpp.orig 2010-01-04 02:08:15.000000000 +0300 ++++ src/luabind/luabind/detail/call_function.hpp 2013-09-17 16:37:59.151519546 +0400 +@@ -323,7 +323,8 @@ + + #endif // LUABIND_CALL_FUNCTION_HPP_INCLUDED + +-#elif BOOST_PP_ITERATION_FLAGS() == 1 ++#else ++#if BOOST_PP_ITERATION_FLAGS() == 1 + + #define LUABIND_TUPLE_PARAMS(z, n, data) const A##n * + #define LUABIND_OPERATOR_PARAMS(z, n, data) const A##n & a##n +@@ -440,4 +441,5 @@ + + + #endif ++#endif + Added: head/games/allacrost/files/patch-src-luabind-luabind-detail-call__member.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/allacrost/files/patch-src-luabind-luabind-detail-call__member.hpp Tue Sep 17 13:27:06 2013 (r327479) @@ -0,0 +1,17 @@ +--- src/luabind/luabind/detail/call_member.hpp.orig 2010-01-04 02:08:15.000000000 +0300 ++++ src/luabind/luabind/detail/call_member.hpp 2013-09-17 06:10:17.991226170 +0400 +@@ -316,7 +316,8 @@ + + #endif // LUABIND_CALL_MEMBER_HPP_INCLUDED + +-#elif BOOST_PP_ITERATION_FLAGS() == 1 ++#else ++#if BOOST_PP_ITERATION_FLAGS() == 1 + + #define LUABIND_TUPLE_PARAMS(z, n, data) const A##n * + #define LUABIND_OPERATOR_PARAMS(z, n, data) const A##n & a##n +@@ -361,3 +362,4 @@ + + #endif + ++#endif Added: head/games/allacrost/files/patch-src-luabind-luabind-detail-get__signature.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/allacrost/files/patch-src-luabind-luabind-detail-get__signature.hpp Tue Sep 17 13:27:06 2013 (r327479) @@ -0,0 +1,19 @@ +--- src/luabind/luabind/detail/get_signature.hpp.orig 2010-01-04 02:08:15.000000000 +0300 ++++ src/luabind/luabind/detail/get_signature.hpp 2013-09-17 16:37:38.311587583 +0400 +@@ -160,7 +160,8 @@ + + #endif // LUABIND_GET_SIGNATURE_HPP_INCLUDED + +-#elif BOOST_PP_ITERATION_FLAGS() == 1 ++#else ++#if BOOST_PP_ITERATION_FLAGS() == 1 + + // member functions + template +@@ -212,5 +213,6 @@ + } + + #endif ++#endif + + #endif // LUABIND_NO_ERROR_CHECKING Added: head/games/allacrost/files/patch-src-luabind-luabind-wrapper__base.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/allacrost/files/patch-src-luabind-luabind-wrapper__base.hpp Tue Sep 17 13:27:06 2013 (r327479) @@ -0,0 +1,17 @@ +--- ./src/luabind/luabind/wrapper_base.hpp.orig 2010-01-04 02:08:15.000000000 +0300 ++++ ./src/luabind/luabind/wrapper_base.hpp 2013-09-17 06:29:47.072226158 +0400 +@@ -89,7 +89,8 @@ + + #endif // LUABIND_WRAPPER_BASE_HPP_INCLUDED + +-#elif BOOST_PP_ITERATION_FLAGS() == 1 ++#else ++#if BOOST_PP_ITERATION_FLAGS() == 1 + + #define LUABIND_TUPLE_PARAMS(z, n, data) const A##n * + #define LUABIND_OPERATOR_PARAMS(z, n, data) const A##n & a##n +@@ -188,3 +189,4 @@ + #undef N + + #endif ++#endif Modified: head/games/allacrost/files/patch-src-utils.cpp ============================================================================== --- head/games/allacrost/files/patch-src-utils.cpp Tue Sep 17 13:10:00 2013 (r327478) +++ head/games/allacrost/files/patch-src-utils.cpp Tue Sep 17 13:27:06 2013 (r327479) @@ -1,6 +1,14 @@ ---- src/utils.cpp.orig 2010-09-02 20:33:23.000000000 +0400 -+++ src/utils.cpp 2010-09-02 20:34:01.000000000 +0400 -@@ -337,7 +337,7 @@ +--- src/utils.cpp.orig 2010-05-17 03:38:35.000000000 +0400 ++++ src/utils.cpp 2013-09-17 03:18:36.343226027 +0400 +@@ -21,6 +21,7 @@ + #else + #include + #include ++ #include + #include + #endif + +@@ -337,7 +338,7 @@ } const char *source_char = reinterpret_cast(source); @@ -9,7 +17,7 @@ // We are using an iconv API that uses const char* const char *sourceChar = source_char; #else -@@ -369,7 +369,7 @@ +@@ -369,7 +370,7 @@ return false; } Modified: head/games/valyriatear/Makefile ============================================================================== --- head/games/valyriatear/Makefile Tue Sep 17 13:10:00 2013 (r327478) +++ head/games/valyriatear/Makefile Tue Sep 17 13:27:06 2013 (r327479) @@ -27,7 +27,7 @@ USE_SDL= sdl image ttf USE_GL= gl USE_OPENAL= yes USE_LUA= 5.1 -USE_GCC= any # problems in luabind; recheck with next update +USE_GCC= yes # problems in luabind; recheck with next update LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -lintl PORTDOCS= * From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 15:53:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B7B0C7D0; Tue, 17 Sep 2013 15:53:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A49C12E39; Tue, 17 Sep 2013 15:53:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HFr32w025922; Tue, 17 Sep 2013 15:53:03 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HFr1lV025913; Tue, 17 Sep 2013 15:53:01 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201309171553.r8HFr1lV025913@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 17 Sep 2013 15:53:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327480 - in head/graphics: animorph animorph/files makehuman makehuman/files mhgui 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.14 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: Tue, 17 Sep 2013 15:53:03 -0000 Author: amdmi3 Date: Tue Sep 17 15:53:01 2013 New Revision: 327480 URL: http://svnweb.freebsd.org/changeset/ports/327480 Log: Fix build with clang/libc++ Added: head/graphics/animorph/files/ head/graphics/animorph/files/patch-include-animorph-util.h (contents, props changed) head/graphics/animorph/files/patch-src-BodySettings.cpp (contents, props changed) head/graphics/animorph/files/patch-src-FaceGroup.cpp (contents, props changed) head/graphics/animorph/files/patch-src-Hotspot.cpp (contents, props changed) head/graphics/makehuman/files/ head/graphics/makehuman/files/patch-src-ComponentID.h (contents, props changed) head/graphics/makehuman/files/patch-src-FileTools.cpp (contents, props changed) Modified: head/graphics/animorph/Makefile head/graphics/makehuman/Makefile head/graphics/mhgui/Makefile Modified: head/graphics/animorph/Makefile ============================================================================== --- head/graphics/animorph/Makefile Tue Sep 17 13:27:06 2013 (r327479) +++ head/graphics/animorph/Makefile Tue Sep 17 15:53:01 2013 (r327480) @@ -15,6 +15,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USES= pkgconfig USE_LDCONFIG= yes +USE_GCC= yes # otherwise graphics/makehuman won't link CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Added: head/graphics/animorph/files/patch-include-animorph-util.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/animorph/files/patch-include-animorph-util.h Tue Sep 17 15:53:01 2013 (r327480) @@ -0,0 +1,10 @@ +--- include/animorph/util.h.orig 2007-11-25 12:34:57.000000000 +0300 ++++ include/animorph/util.h 2013-09-14 08:03:24.413227432 +0400 +@@ -37,6 +37,7 @@ + #include + #include + #include ++#include // for atoi() + #include "Vector3.h" + #include "Vertex.h" + #include "VertexVector.h" Added: head/graphics/animorph/files/patch-src-BodySettings.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/animorph/files/patch-src-BodySettings.cpp Tue Sep 17 15:53:01 2013 (r327480) @@ -0,0 +1,10 @@ +--- src/BodySettings.cpp.orig 2007-12-03 01:30:41.000000000 +0300 ++++ src/BodySettings.cpp 2013-09-17 17:25:49.896520104 +0400 +@@ -1,5 +1,7 @@ + #include "../include/animorph/BodySettings.h" + ++#include ++ + using namespace std; + using namespace Animorph; + Added: head/graphics/animorph/files/patch-src-FaceGroup.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/animorph/files/patch-src-FaceGroup.cpp Tue Sep 17 15:53:01 2013 (r327480) @@ -0,0 +1,10 @@ +--- src/FaceGroup.cpp.orig 2007-12-03 01:30:41.000000000 +0300 ++++ src/FaceGroup.cpp 2013-09-17 17:56:37.772519994 +0400 +@@ -1,5 +1,7 @@ + #include "../include/animorph/FaceGroup.h" + ++#include ++ + using namespace std; + using namespace Animorph; + Added: head/graphics/animorph/files/patch-src-Hotspot.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/animorph/files/patch-src-Hotspot.cpp Tue Sep 17 15:53:01 2013 (r327480) @@ -0,0 +1,10 @@ +--- src/Hotspot.cpp.orig 2007-11-25 12:34:58.000000000 +0300 ++++ src/Hotspot.cpp 2013-09-17 17:32:58.043519323 +0400 +@@ -1,5 +1,7 @@ + #include "../include/animorph/Hotspot.h" + ++#include ++ + using namespace std; + using namespace Animorph; + Modified: head/graphics/makehuman/Makefile ============================================================================== --- head/graphics/makehuman/Makefile Tue Sep 17 13:27:06 2013 (r327479) +++ head/graphics/makehuman/Makefile Tue Sep 17 15:53:01 2013 (r327480) @@ -16,7 +16,7 @@ LIB_DEPENDS= animorph:${PORTSDIR}/graphi USES= gmake pkgconfig GNU_CONFIGURE= yes USE_GL= glut -USE_GCC= any # Animation.cpp:94:26: error: variable length array of non-POD element type 'Animorph::BodySettings' +USE_GCC= yes # Animation.cpp:94:26: error: variable length array of non-POD element type 'Animorph::BodySettings' CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Added: head/graphics/makehuman/files/patch-src-ComponentID.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/makehuman/files/patch-src-ComponentID.h Tue Sep 17 15:53:01 2013 (r327480) @@ -0,0 +1,11 @@ +--- src/ComponentID.h.orig 2007-12-03 01:30:18.000000000 +0300 ++++ src/ComponentID.h 2013-09-14 14:26:25.451226331 +0400 +@@ -27,6 +27,8 @@ + #ifndef COMPONENTID_H + #define COMPONENTID_H 1 + ++#include // for for_each in *Panel.cpp ++ + #ifdef HAVE_CONFIG_H + #include + #endif Added: head/graphics/makehuman/files/patch-src-FileTools.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/makehuman/files/patch-src-FileTools.cpp Tue Sep 17 15:53:01 2013 (r327480) @@ -0,0 +1,11 @@ +--- src/FileTools.cpp.orig 2007-11-25 12:28:07.000000000 +0300 ++++ src/FileTools.cpp 2013-09-17 06:11:17.036227572 +0400 +@@ -45,6 +45,8 @@ + #include + #include + #include ++#include ++#include + + /* ========================================================================== * + * FileTools - Implementation Modified: head/graphics/mhgui/Makefile ============================================================================== --- head/graphics/mhgui/Makefile Tue Sep 17 13:27:06 2013 (r327479) +++ head/graphics/mhgui/Makefile Tue Sep 17 15:53:01 2013 (r327480) @@ -21,6 +21,7 @@ USES= pkgconfig USE_LDCONFIG= yes USE_XORG= xi xmu ice sm USE_GL= glut +USE_GCC= yes # otherwise graphics/makehuman won't link CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 16:11:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2ACB3E8F; Tue, 17 Sep 2013 16:11:07 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1872B2F5E; Tue, 17 Sep 2013 16:11:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HGB6i0035860; Tue, 17 Sep 2013 16:11:06 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HGB6pA035858; Tue, 17 Sep 2013 16:11:06 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201309171611.r8HGB6pA035858@svn.freebsd.org> From: Pawel Pekala Date: Tue, 17 Sep 2013 16:11:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327481 - head/x11-toolkits/c++-gtk-utils 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.14 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: Tue, 17 Sep 2013 16:11:07 -0000 Author: pawel Date: Tue Sep 17 16:11:06 2013 New Revision: 327481 URL: http://svnweb.freebsd.org/changeset/ports/327481 Log: Update to version 2.2.3 Changes: The scalability of the TaskManager, AsyncQueue, and AsyncQueueDispatch classes has been improved. Other improvements have been made. Modified: head/x11-toolkits/c++-gtk-utils/Makefile head/x11-toolkits/c++-gtk-utils/distinfo Modified: head/x11-toolkits/c++-gtk-utils/Makefile ============================================================================== --- head/x11-toolkits/c++-gtk-utils/Makefile Tue Sep 17 15:53:01 2013 (r327480) +++ head/x11-toolkits/c++-gtk-utils/Makefile Tue Sep 17 16:11:06 2013 (r327481) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= c++-gtk-utils -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= x11-toolkits MASTER_SITES= SF/cxx-gtk-utils/cxx-gtk-utils/${PORTVERSION}/ DISTNAME= c%2B%2B-gtk-utils-${PORTVERSION} Modified: head/x11-toolkits/c++-gtk-utils/distinfo ============================================================================== --- head/x11-toolkits/c++-gtk-utils/distinfo Tue Sep 17 15:53:01 2013 (r327480) +++ head/x11-toolkits/c++-gtk-utils/distinfo Tue Sep 17 16:11:06 2013 (r327481) @@ -1,2 +1,2 @@ -SHA256 (c%2B%2B-gtk-utils-2.2.2.tar.gz) = c48f4fe85496e132fbe03add50f5eaa6857621c7bb282180abe4b1c487d299e8 -SIZE (c%2B%2B-gtk-utils-2.2.2.tar.gz) = 2451250 +SHA256 (c%2B%2B-gtk-utils-2.2.3.tar.gz) = 1cc3b6f9a736e8d8597569e36e390b05a7af0d47de9163cbbd2d1d810ee52bfd +SIZE (c%2B%2B-gtk-utils-2.2.3.tar.gz) = 2482659 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 16:12:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 52EA1F7E; Tue, 17 Sep 2013 16:12:06 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 402B72F67; Tue, 17 Sep 2013 16:12:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HGC6vj036351; Tue, 17 Sep 2013 16:12:06 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HGC5Ef036349; Tue, 17 Sep 2013 16:12:05 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309171612.r8HGC5Ef036349@svn.freebsd.org> From: William Grzybowski Date: Tue, 17 Sep 2013 16:12:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327482 - head/multimedia/libtuner 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.14 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: Tue, 17 Sep 2013 16:12:06 -0000 Author: wg Date: Tue Sep 17 16:12:05 2013 New Revision: 327482 URL: http://svnweb.freebsd.org/changeset/ports/327482 Log: multimedia/libtuner: update to 1.1.1 - Update to 1.1.1, fixes build on CURRENT PR: ports/182128 Submitted by: Jason Harmening (maintainer) Modified: head/multimedia/libtuner/Makefile head/multimedia/libtuner/distinfo Modified: head/multimedia/libtuner/Makefile ============================================================================== --- head/multimedia/libtuner/Makefile Tue Sep 17 16:11:06 2013 (r327481) +++ head/multimedia/libtuner/Makefile Tue Sep 17 16:12:05 2013 (r327482) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libtuner -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.1.1 CATEGORIES= multimedia MASTER_SITES= ftp://corona.homeunix.net/ports/libtuner/ Modified: head/multimedia/libtuner/distinfo ============================================================================== --- head/multimedia/libtuner/distinfo Tue Sep 17 16:11:06 2013 (r327481) +++ head/multimedia/libtuner/distinfo Tue Sep 17 16:12:05 2013 (r327482) @@ -1,2 +1,2 @@ -SHA256 (libtuner-1.1.0.tar.gz) = 58d005fb5c7021798686021903c19ac36201482778afce61b16dd1eea6c9236c -SIZE (libtuner-1.1.0.tar.gz) = 96913 +SHA256 (libtuner-1.1.1.tar.gz) = 6d39f58814805db2b06f5d0df0912f9f69bab2bd0dea91399d2055eece7edf03 +SIZE (libtuner-1.1.1.tar.gz) = 96926 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 16:18:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CEF5D282; Tue, 17 Sep 2013 16:18:47 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB1A92FCE; Tue, 17 Sep 2013 16:18:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HGIlPF039186; Tue, 17 Sep 2013 16:18:47 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HGIlEO039184; Tue, 17 Sep 2013 16:18:47 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309171618.r8HGIlEO039184@svn.freebsd.org> From: William Grzybowski Date: Tue, 17 Sep 2013 16:18:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327483 - head/multimedia/cx88 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.14 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: Tue, 17 Sep 2013 16:18:47 -0000 Author: wg Date: Tue Sep 17 16:18:47 2013 New Revision: 327483 URL: http://svnweb.freebsd.org/changeset/ports/327483 Log: multimedia/cx88: update to 1.4.9 - Update to 1.4.9 [1] - Convert lib depends to new format PR: ports/182132 Submitted by: Jason Harmening (maintainer) Modified: head/multimedia/cx88/Makefile head/multimedia/cx88/distinfo Modified: head/multimedia/cx88/Makefile ============================================================================== --- head/multimedia/cx88/Makefile Tue Sep 17 16:12:05 2013 (r327482) +++ head/multimedia/cx88/Makefile Tue Sep 17 16:18:47 2013 (r327483) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cx88 -PORTVERSION= 1.4.8 +PORTVERSION= 1.4.9 CATEGORIES= multimedia kld MASTER_SITES= ftp://corona.homeunix.net/ports/cx88/ @@ -34,11 +34,11 @@ MAKE_ARGS+= DIAGNOSTIC=0x7f .endif .if ${PORT_OPTIONS:MLINUX_COMPAT} -LIB_DEPENDS+= cuse4bsd:${PORTSDIR}/multimedia/cuse4bsd-kmod +LIB_DEPENDS+= libcuse4bsd.so:${PORTSDIR}/multimedia/cuse4bsd-kmod BUILD_DEPENDS+= v4l_compat>=1.0.20100321:${PORTSDIR}/multimedia/v4l_compat MAKE_ARGS+= -D WITH_LINUX_COMPAT .if ${PORT_OPTIONS:MHAL} -LIB_DEPENDS+= hal:${PORTSDIR}/sysutils/hal \ +LIB_DEPENDS+= libhal.so:${PORTSDIR}/sysutils/hal \ dbus-1:${PORTSDIR}/devel/dbus MAKE_ARGS+= -D WITH_HAL .endif Modified: head/multimedia/cx88/distinfo ============================================================================== --- head/multimedia/cx88/distinfo Tue Sep 17 16:12:05 2013 (r327482) +++ head/multimedia/cx88/distinfo Tue Sep 17 16:18:47 2013 (r327483) @@ -1,2 +1,2 @@ -SHA256 (cx88-1.4.8.tar.gz) = 94e2de501a242a8d1e1a1f360659df1d985ad442186311d8b6d87ef06ed5d818 -SIZE (cx88-1.4.8.tar.gz) = 191144 +SHA256 (cx88-1.4.9.tar.gz) = e05c90dea79a1ddc1f96e53e0839f0f57eef17b118d3d1304043d9b1771e7b86 +SIZE (cx88-1.4.9.tar.gz) = 191178 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 16:25:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 778A15ED for ; Tue, 17 Sep 2013 16:25:47 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-la0-f49.google.com (mail-la0-f49.google.com [209.85.215.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 01E76207C for ; Tue, 17 Sep 2013 16:25:46 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id ev20so4461397lab.8 for ; Tue, 17 Sep 2013 09:25:38 -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=wgqGHORuf/PpTdbqHF7Bju3c2YQ6aNBp9cC3ikP+20A=; b=bEEwW1O2DluyyB2v9dBbPyGycodx/9TUguKj+X86N3wK2TR/IJuHacRod2CfspCNOd 1nv8/R5jQHS37y5MqqnpVHkUbZuXEvQcDt00GZmkn/TdPAKGTTV34Sp20WfZlVs1yqW2 fEcRE+yqsV6PBOXZGXdfpY0Tp5s7VIJexfIXTYY0yq9yRiE7nyB2qG6PqpQBTqvLYNGw NR3st+R2iEQpSzWLFBVXa6YsZPqIOfU7xxruv15AKqegxFb3vdEv1OsP0f4TVNpM7tX7 fPrzNbKhuGNlwg7xBTKlV2Y1qPrgY0Mh+iIm4+H1IYvmg8wV/89jOTU9DqKHrD5+K4JB JjGg== X-Gm-Message-State: ALoCoQk+KszL00HzShJha1b1tH9krKtX7QJqlqLMQpaFxRRf9RrA8zUPk0wQbw617Qc5BgLv3hfT X-Received: by 10.152.26.72 with SMTP id j8mr30607368lag.19.1379435138705; Tue, 17 Sep 2013 09:25:38 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.91.9 with HTTP; Tue, 17 Sep 2013 09:25:18 -0700 (PDT) In-Reply-To: <20130917121248.GA31894@ithaqua.etoilebsd.net> References: <201309091008.r89A8uXr026090@svn.freebsd.org> <20130917121248.GA31894@ithaqua.etoilebsd.net> From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Sep 2013 00:25:18 +0800 X-Google-Sender-Auth: ALv1XJEfQ9ChYg13i-jahvnYJd0 Message-ID: Subject: Re: svn commit: r326795 - head/devel/mdds To: Baptiste Daroussin , Jung-uk Kim Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 17 Sep 2013 16:25:47 -0000 On Tue, Sep 17, 2013 at 8:12 PM, Baptiste Daroussin wrote: > On Mon, Sep 09, 2013 at 10:08:56AM +0000, Sunpoet Po-Chuan Hsieh wrote: > > Author: sunpoet > > Date: Mon Sep 9 10:08:55 2013 > > New Revision: 326795 > > URL: http://svnweb.freebsd.org/changeset/ports/326795 > > > > Log: > > - Update to 0.9.0 > > - Fix Makefile header > > - Sort PLIST > > - Use single space after WWW: > > > > Changes: > https://code.google.com/p/multidimalgorithm/source/browse/NEWS > > This has broken libreoffice on all support version of FreeBSD and > Dragonfly. > > All the things belonging to office@ and being a dependency of libreoffice > should > be upgraded with a lot of care, upgrading those we should always make sure > that > the public API hasn't changed. > > This change making libreoffice failing kill 115 packages depending on > libreoffice. > > If you are not 100% sure of the upgrade mailing jkim@ is always a good > idea, > given he usually knows :) > > regards, > Bapt > I would be more careful on office@ updates later. Should I revert it or wait for libreoffice updates (4.1.1)? Regards, sunpoet From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 16:28:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7E9AC6F5; Tue, 17 Sep 2013 16:28:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B4DF2099; Tue, 17 Sep 2013 16:28:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HGS91k043509; Tue, 17 Sep 2013 16:28:09 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HGS9BZ043507; Tue, 17 Sep 2013 16:28:09 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309171628.r8HGS9BZ043507@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 17 Sep 2013 16:28:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327484 - head/sysutils/rubygem-guard 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.14 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: Tue, 17 Sep 2013 16:28:09 -0000 Author: sunpoet Date: Tue Sep 17 16:28:08 2013 New Revision: 327484 URL: http://svnweb.freebsd.org/changeset/ports/327484 Log: - Update to 1.8.3 Changes: https://github.com/guard/guard/blob/master/CHANGELOG.md Modified: head/sysutils/rubygem-guard/Makefile head/sysutils/rubygem-guard/distinfo Modified: head/sysutils/rubygem-guard/Makefile ============================================================================== --- head/sysutils/rubygem-guard/Makefile Tue Sep 17 16:18:47 2013 (r327483) +++ head/sysutils/rubygem-guard/Makefile Tue Sep 17 16:28:08 2013 (r327484) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guard -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.3 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= Command line tool to easily han LICENSE= MIT RUN_DEPENDS= rubygem-formatador>=0.2.4:${PORTSDIR}/devel/rubygem-formatador \ - rubygem-listen>=1:${PORTSDIR}/devel/rubygem-listen \ + rubygem-listen>=1.3:${PORTSDIR}/devel/rubygem-listen \ rubygem-lumberjack>=1.0.2:${PORTSDIR}/devel/rubygem-lumberjack \ rubygem-pry>=0.9.10:${PORTSDIR}/devel/rubygem-pry \ rubygem-thor>=0.14.6:${PORTSDIR}/devel/rubygem-thor Modified: head/sysutils/rubygem-guard/distinfo ============================================================================== --- head/sysutils/rubygem-guard/distinfo Tue Sep 17 16:18:47 2013 (r327483) +++ head/sysutils/rubygem-guard/distinfo Tue Sep 17 16:28:08 2013 (r327484) @@ -1,2 +1,2 @@ -SHA256 (rubygem/guard-1.8.2.gem) = a411d041abf5a467ab0a9c4b78de123d3673c2bead04a92f2db6614705fbfb32 -SIZE (rubygem/guard-1.8.2.gem) = 233984 +SHA256 (rubygem/guard-1.8.3.gem) = 6b6ef0f7f8399afe9b73ddc9ba024118b5ee75e15fc94b6bb8aa2c367043b0c5 +SIZE (rubygem/guard-1.8.3.gem) = 233984 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 16:28:28 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2D55A896; Tue, 17 Sep 2013 16:28:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1AEA520A1; Tue, 17 Sep 2013 16:28:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HGSRDI043813; Tue, 17 Sep 2013 16:28:27 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HGSRip043811; Tue, 17 Sep 2013 16:28:27 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309171628.r8HGSRip043811@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 17 Sep 2013 16:28:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327487 - head/www/p5-Mojolicious 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.14 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: Tue, 17 Sep 2013 16:28:28 -0000 Author: sunpoet Date: Tue Sep 17 16:28:27 2013 New Revision: 327487 URL: http://svnweb.freebsd.org/changeset/ports/327487 Log: - Update to 4.39 Changes: http://search.cpan.org/dist/Mojolicious/Changes Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Tue Sep 17 16:28:23 2013 (r327486) +++ head/www/p5-Mojolicious/Makefile Tue Sep 17 16:28:27 2013 (r327487) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 4.37 +PORTVERSION= 4.39 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Tue Sep 17 16:28:23 2013 (r327486) +++ head/www/p5-Mojolicious/distinfo Tue Sep 17 16:28:27 2013 (r327487) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-4.37.tar.gz) = e826ff932bef9eb653c964b92575710b8cdfe5bf9d2a60ff3d41d1ac44aa1134 -SIZE (Mojolicious-4.37.tar.gz) = 601479 +SHA256 (Mojolicious-4.39.tar.gz) = 1438940e23e6dc51b40bd3eaa340a71436e6084177ad232efffc7f1215efa857 +SIZE (Mojolicious-4.39.tar.gz) = 602246 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 16:28:19 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 935DF7CC; Tue, 17 Sep 2013 16:28:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 809F0209B; Tue, 17 Sep 2013 16:28:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HGSJlL043606; Tue, 17 Sep 2013 16:28:19 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HGSJYt043604; Tue, 17 Sep 2013 16:28:19 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309171628.r8HGSJYt043604@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 17 Sep 2013 16:28:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327485 - head/devel/p5-MooseX-Types 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.14 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: Tue, 17 Sep 2013 16:28:19 -0000 Author: sunpoet Date: Tue Sep 17 16:28:18 2013 New Revision: 327485 URL: http://svnweb.freebsd.org/changeset/ports/327485 Log: - Update to 0.38 Changes: http://search.cpan.org/dist/MooseX-Types/Changes Modified: head/devel/p5-MooseX-Types/Makefile head/devel/p5-MooseX-Types/distinfo (contents, props changed) Modified: head/devel/p5-MooseX-Types/Makefile ============================================================================== --- head/devel/p5-MooseX-Types/Makefile Tue Sep 17 16:28:08 2013 (r327484) +++ head/devel/p5-MooseX-Types/Makefile Tue Sep 17 16:28:18 2013 (r327485) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-Types -PORTVERSION= 0.37 +PORTVERSION= 0.38 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ETHER Modified: head/devel/p5-MooseX-Types/distinfo ============================================================================== --- head/devel/p5-MooseX-Types/distinfo Tue Sep 17 16:28:08 2013 (r327484) +++ head/devel/p5-MooseX-Types/distinfo Tue Sep 17 16:28:18 2013 (r327485) @@ -1,2 +1,2 @@ -SHA256 (MooseX-Types-0.37.tar.gz) = 2fa88670023ee77c6e5fc83c68bb6c1061ee89e1857ea59f767ab04f3bb4d37a -SIZE (MooseX-Types-0.37.tar.gz) = 38549 +SHA256 (MooseX-Types-0.38.tar.gz) = 3f575a744de79629166a5cf50acb0a1f3608ece6e0d9cd5153ee87336928fc2a +SIZE (MooseX-Types-0.38.tar.gz) = 38633 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 16:28:37 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A0AF9A26; Tue, 17 Sep 2013 16:28:37 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 11D1220A4; Tue, 17 Sep 2013 16:28:35 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id m15so5388304wgh.19 for ; Tue, 17 Sep 2013 09:28:34 -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:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=HTgJjnrLHlzhpkL09UciMmoI460wCmplT6vzCR1+5RQ=; b=ay6cyh9djDvAEMwXxyeY8L107aN/qXsXE0txnYX4m3tZu8tzsEJucGpeVIGLEJIOws VSmTztdBKfN2y7MbY+uE4gPAB5FJ5E0F8kCj5Zq/0xEmYXBUSdkhQDRsvUkXU5tqBUy/ satwWsawe0pQSd7DFX+ZqVJeFy2yX5bnyb8uIhJNEEprBUyXaTkjaYqyK80p+z/xu71E SU8pFRx7NGioYtpXVHRVTDmHi4zFwut3C/koBmMHg90GIvs6FmQfkBBCc14yVqFJpbaa 3HdLlm5sz5pqZe6zodCgfeE9Xi3XKHeUP5MAzfjbhowhHQXNSZcqs9NdesuthdmU+9Mr VZ2A== X-Received: by 10.194.94.101 with SMTP id db5mr1242675wjb.67.1379435314330; Tue, 17 Sep 2013 09:28:34 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id dx7sm5590002wib.8.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 17 Sep 2013 09:28:32 -0700 (PDT) Sender: Baptiste Daroussin Date: Tue, 17 Sep 2013 18:28:30 +0200 From: Baptiste Daroussin To: Sunpoet Po-Chuan Hsieh Subject: Re: svn commit: r326795 - head/devel/mdds Message-ID: <20130917162830.GG31894@ithaqua.etoilebsd.net> References: <201309091008.r89A8uXr026090@svn.freebsd.org> <20130917121248.GA31894@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lQSB8Tqijvu1+4Ba" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Jung-uk Kim , ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 17 Sep 2013 16:28:37 -0000 --lQSB8Tqijvu1+4Ba Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 18, 2013 at 12:25:18AM +0800, Sunpoet Po-Chuan Hsieh wrote: > On Tue, Sep 17, 2013 at 8:12 PM, Baptiste Daroussin wro= te: >=20 > > On Mon, Sep 09, 2013 at 10:08:56AM +0000, Sunpoet Po-Chuan Hsieh wrote: > > > Author: sunpoet > > > Date: Mon Sep 9 10:08:55 2013 > > > New Revision: 326795 > > > URL: http://svnweb.freebsd.org/changeset/ports/326795 > > > > > > Log: > > > - Update to 0.9.0 > > > - Fix Makefile header > > > - Sort PLIST > > > - Use single space after WWW: > > > > > > Changes: > > https://code.google.com/p/multidimalgorithm/source/browse/NEWS > > > > This has broken libreoffice on all support version of FreeBSD and > > Dragonfly. > > > > All the things belonging to office@ and being a dependency of libreoffi= ce > > should > > be upgraded with a lot of care, upgrading those we should always make s= ure > > that > > the public API hasn't changed. > > > > This change making libreoffice failing kill 115 packages depending on > > libreoffice. > > > > If you are not 100% sure of the upgrade mailing jkim@ is always a good > > idea, > > given he usually knows :) > > > > regards, > > Bapt > > >=20 > I would be more careful on office@ updates later. > Should I revert it or wait for libreoffice updates (4.1.1)? >=20 Reverting would mean a portepoch bump which I would hate, best is to wait f= or jkim opinion. regards, Bapt --lQSB8Tqijvu1+4Ba Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlI4gy4ACgkQ8kTtMUmk6EykfwCgkJ/MUvK+9RGa1ssb020khQZe pEMAnR6KzpsyT4YAbLg8ZO7pcOCftEmM =wYD9 -----END PGP SIGNATURE----- --lQSB8Tqijvu1+4Ba-- From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 16:28:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 61E5896C; Tue, 17 Sep 2013 16:28:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4F16B20A2; Tue, 17 Sep 2013 16:28:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HGSWSs043891; Tue, 17 Sep 2013 16:28:32 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HGSVOE043889; Tue, 17 Sep 2013 16:28:31 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309171628.r8HGSVOE043889@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 17 Sep 2013 16:28:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327488 - head/devel/p5-File-Flock 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.14 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: Tue, 17 Sep 2013 16:28:32 -0000 Author: sunpoet Date: Tue Sep 17 16:28:31 2013 New Revision: 327488 URL: http://svnweb.freebsd.org/changeset/ports/327488 Log: - Update to 2013.11 Changes: http://search.cpan.org/dist/File-Flock/Changes Modified: head/devel/p5-File-Flock/Makefile head/devel/p5-File-Flock/distinfo Modified: head/devel/p5-File-Flock/Makefile ============================================================================== --- head/devel/p5-File-Flock/Makefile Tue Sep 17 16:28:27 2013 (r327487) +++ head/devel/p5-File-Flock/Makefile Tue Sep 17 16:28:31 2013 (r327488) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= File-Flock -PORTVERSION= 2013.09 +PORTVERSION= 2013.11 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-File-Flock/distinfo ============================================================================== --- head/devel/p5-File-Flock/distinfo Tue Sep 17 16:28:27 2013 (r327487) +++ head/devel/p5-File-Flock/distinfo Tue Sep 17 16:28:31 2013 (r327488) @@ -1,2 +1,2 @@ -SHA256 (File-Flock-2013.09.tar.gz) = 18cbdc5a8e8ff327c7cf78d1cebe473eaf8832445cbfe3a71d044eaed6628903 -SIZE (File-Flock-2013.09.tar.gz) = 12744 +SHA256 (File-Flock-2013.11.tar.gz) = 629b3506956eda84e8e6521578b54e99d831a10e11771f280c1d71dc571ae786 +SIZE (File-Flock-2013.11.tar.gz) = 15496 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 16:28:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EB4097D2; Tue, 17 Sep 2013 16:28:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D90F2209E; Tue, 17 Sep 2013 16:28:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HGSNiv043723; Tue, 17 Sep 2013 16:28:23 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HGSNUW043721; Tue, 17 Sep 2013 16:28:23 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309171628.r8HGSNUW043721@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 17 Sep 2013 16:28:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327486 - head/devel/p5-Acme-MetaSyntactic 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.14 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: Tue, 17 Sep 2013 16:28:24 -0000 Author: sunpoet Date: Tue Sep 17 16:28:23 2013 New Revision: 327486 URL: http://svnweb.freebsd.org/changeset/ports/327486 Log: - Update to 1.011 Changes: http://search.cpan.org/dist/Acme-MetaSyntactic/Changes Modified: head/devel/p5-Acme-MetaSyntactic/Makefile head/devel/p5-Acme-MetaSyntactic/distinfo Modified: head/devel/p5-Acme-MetaSyntactic/Makefile ============================================================================== --- head/devel/p5-Acme-MetaSyntactic/Makefile Tue Sep 17 16:28:18 2013 (r327485) +++ head/devel/p5-Acme-MetaSyntactic/Makefile Tue Sep 17 16:28:23 2013 (r327486) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Acme-MetaSyntactic -PORTVERSION= 1.010 +PORTVERSION= 1.011 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Acme-MetaSyntactic/distinfo ============================================================================== --- head/devel/p5-Acme-MetaSyntactic/distinfo Tue Sep 17 16:28:18 2013 (r327485) +++ head/devel/p5-Acme-MetaSyntactic/distinfo Tue Sep 17 16:28:23 2013 (r327486) @@ -1,2 +1,2 @@ -SHA256 (Acme-MetaSyntactic-1.010.tar.gz) = 382fa804dc58f1296f4676edd9672bb08bb3684a7e3e944f8c2302f81d27379d -SIZE (Acme-MetaSyntactic-1.010.tar.gz) = 51753 +SHA256 (Acme-MetaSyntactic-1.011.tar.gz) = 2f7589ec33bbea359d898d7a46b6dc2c42889c9dcd593915b425b68a11551e86 +SIZE (Acme-MetaSyntactic-1.011.tar.gz) = 53054 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 16:52:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7EAC1E3C; Tue, 17 Sep 2013 16:52:54 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C7AB21ED; Tue, 17 Sep 2013 16:52:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HGqsw2057685; Tue, 17 Sep 2013 16:52:54 GMT (envelope-from brd@svn.freebsd.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HGqsb9057683; Tue, 17 Sep 2013 16:52:54 GMT (envelope-from brd@svn.freebsd.org) Message-Id: <201309171652.r8HGqsb9057683@svn.freebsd.org> From: Brad Davis Date: Tue, 17 Sep 2013 16:52:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327489 - in head/sysutils/rsyslog7-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.14 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: Tue, 17 Sep 2013 16:52:54 -0000 Author: brd (doc committer) Date: Tue Sep 17 16:52:53 2013 New Revision: 327489 URL: http://svnweb.freebsd.org/changeset/ports/327489 Log: - Update sysutils/rsyslog7-devel to 7.5.3. Supersedes PR: ports/179902 Reviewed by: bapt@ Deleted: head/sysutils/rsyslog7-devel/files/patch-grammar__lexer.l head/sysutils/rsyslog7-devel/files/patch-runtime--cryprov.h head/sysutils/rsyslog7-devel/files/patch-runtime--libgcry.h Modified: head/sysutils/rsyslog7-devel/Makefile head/sysutils/rsyslog7-devel/distinfo Modified: head/sysutils/rsyslog7-devel/Makefile ============================================================================== --- head/sysutils/rsyslog7-devel/Makefile Tue Sep 17 16:28:31 2013 (r327488) +++ head/sysutils/rsyslog7-devel/Makefile Tue Sep 17 16:52:53 2013 (r327489) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rsyslog -PORTVERSION= 7.3.15 +PORTVERSION= 7.5.3 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ @@ -14,16 +14,14 @@ USE_LDCONFIG= yes LIB_DEPENDS= ee:${PORTSDIR}/devel/libee \ estr:${PORTSDIR}/devel/libestr \ json.0:${PORTSDIR}/devel/json-c \ - sysinfo:${PORTSDIR}/devel/libsysinfo \ uuid:${PORTSDIR}/misc/e2fsprogs-libuuid -BUILD_DEPENDS= libgcrypt-config:${PORTSDIR}/security/libgcrypt \ - rst2man:${PORTSDIR}/textproc/py-docutils +BUILD_DEPENDS= libgcrypt-config:${PORTSDIR}/security/libgcrypt -PORTSCOUT= limit:^7\.3 +PORTSCOUT= limit:^7\.5 PORTDOCS= * PORTEXAMPLES= * -LATEST_LINK= rsyslog-devel +PKGNAMESUFFIX= -devel OPTIONS_DEFINE= DBI DOCS GNUTLS GSSAPI MYSQL PGSQL RELP RFC3195 SNMP @@ -141,7 +139,7 @@ CONFIGURE_ARGS+=--enable-rtinst --enable CPPFLAGS+=-march=i686 .endif -CONFIGURE_ENV+= LIBESTR_CFLAGS="${CFLAGS}" LIBESTR_LIBS="${LDFLAGS} -lestr" LIBEE_CFLAGS="${CFLAGS}" LIBEE_LIBS="${LDFLAGS} -lee -lsysinfo -lkvm" +CONFIGURE_ENV+= LIBESTR_CFLAGS="${CFLAGS}" LIBESTR_LIBS="${LDFLAGS} -lestr" LIBEE_CFLAGS="${CFLAGS}" LIBEE_LIBS="${LDFLAGS} -lee -lkvm" CFLAGS+= ${CPPFLAGS} MAN8= rsyslogd.8 @@ -150,7 +148,7 @@ MAN5= rsyslog.conf.5 USE_RC_SUBR= ${PORTNAME}d SUB_FILES= pkg-message -CONFIGURE_ARGS+= --enable-imfile --enable-mail --enable-imdiag --enable-impstats --enable-omstdout +CONFIGURE_ARGS+= --enable-imfile --enable-mail --enable-imdiag --enable-impstats --enable-omstdout --enable-cached-man-pages post-patch: @${REINPLACE_CMD} -e 's|/lib/rsyslog/|${PREFIX}/lib/rsyslog/|'\ Modified: head/sysutils/rsyslog7-devel/distinfo ============================================================================== --- head/sysutils/rsyslog7-devel/distinfo Tue Sep 17 16:28:31 2013 (r327488) +++ head/sysutils/rsyslog7-devel/distinfo Tue Sep 17 16:52:53 2013 (r327489) @@ -1,2 +1,2 @@ -SHA256 (rsyslog-7.3.15.tar.gz) = 8468c58ae28b713bfb19073fba7335644ea26e18aebcb5b83af679d3e5702cbd -SIZE (rsyslog-7.3.15.tar.gz) = 2920543 +SHA256 (rsyslog-7.5.3.tar.gz) = 0d756d0f6ff6fdb8a60075f15a24149446c3d57db746967c054924b1976d6eb1 +SIZE (rsyslog-7.5.3.tar.gz) = 2942277 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 16:58:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 56F8C17A; Tue, 17 Sep 2013 16:58:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 42E242254; Tue, 17 Sep 2013 16:58:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HGwUDn060035; Tue, 17 Sep 2013 16:58:30 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HGwSiv059956; Tue, 17 Sep 2013 16:58:28 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309171658.r8HGwSiv059956@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Sep 2013 16:58:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327490 - in head/sysutils: rsyslog6 rsyslog6-dbi rsyslog6-gssapi rsyslog6-mysql rsyslog6-pgsql rsyslog6-rfc3195 rsyslog6-snmp rsyslog7 rsyslog7-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.14 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: Tue, 17 Sep 2013 16:58:30 -0000 Author: bapt Date: Tue Sep 17 16:58:27 2013 New Revision: 327490 URL: http://svnweb.freebsd.org/changeset/ports/327490 Log: only ryslog7 now has rsyslog- package name. Change all others to avoid confusion for binary package users Approved by: brd Modified: head/sysutils/rsyslog6-dbi/Makefile head/sysutils/rsyslog6-gssapi/Makefile head/sysutils/rsyslog6-mysql/Makefile head/sysutils/rsyslog6-pgsql/Makefile head/sysutils/rsyslog6-rfc3195/Makefile head/sysutils/rsyslog6-snmp/Makefile head/sysutils/rsyslog6/Makefile head/sysutils/rsyslog7-devel/Makefile head/sysutils/rsyslog7/Makefile Modified: head/sysutils/rsyslog6-dbi/Makefile ============================================================================== --- head/sysutils/rsyslog6-dbi/Makefile Tue Sep 17 16:52:53 2013 (r327489) +++ head/sysutils/rsyslog6-dbi/Makefile Tue Sep 17 16:58:27 2013 (r327490) @@ -1,7 +1,4 @@ -# New ports collection makefile for: rsyslog4-dbi -# Date created: 29 December 2008 -# Whom: Cristiano Rolim Pereira -# +# Created by: Cristiano Rolim Pereira # $FreeBSD$ COMMENT= LibDBI output module for rsyslog Modified: head/sysutils/rsyslog6-gssapi/Makefile ============================================================================== --- head/sysutils/rsyslog6-gssapi/Makefile Tue Sep 17 16:52:53 2013 (r327489) +++ head/sysutils/rsyslog6-gssapi/Makefile Tue Sep 17 16:58:27 2013 (r327490) @@ -1,9 +1,5 @@ -# New ports collection makefile for: rsyslog4-gssapi -# Date created: 29 December 2008 -# Whom: Cristiano Rolim Pereira -# +# Created by: Cristiano Rolim Pereira # $FreeBSD$ -# COMMENT= GSS API input/output module for rsyslog MASTERDIR= ${.CURDIR}/../rsyslog6 Modified: head/sysutils/rsyslog6-mysql/Makefile ============================================================================== --- head/sysutils/rsyslog6-mysql/Makefile Tue Sep 17 16:52:53 2013 (r327489) +++ head/sysutils/rsyslog6-mysql/Makefile Tue Sep 17 16:58:27 2013 (r327490) @@ -1,9 +1,5 @@ -# New ports collection makefile for: rsyslog4-mysql -# Date created: 29 December 2008 -# Whom: Cristiano Rolim Pereira -# +# Created by: Cristiano Rolim Pereira # $FreeBSD$ -# COMMENT= MySQL output module for rsyslog MASTERDIR= ${.CURDIR}/../rsyslog6 Modified: head/sysutils/rsyslog6-pgsql/Makefile ============================================================================== --- head/sysutils/rsyslog6-pgsql/Makefile Tue Sep 17 16:52:53 2013 (r327489) +++ head/sysutils/rsyslog6-pgsql/Makefile Tue Sep 17 16:58:27 2013 (r327490) @@ -1,9 +1,5 @@ -# New ports collection makefile for: rsyslog4-pgsql -# Date created: 29 December 2008 -# Whom: Cristiano Rolim Pereira -# +# Created by: Cristiano Rolim Pereira # $FreeBSD$ -# COMMENT= PostgreSQL output module for rsyslog MASTERDIR= ${.CURDIR}/../rsyslog6 Modified: head/sysutils/rsyslog6-rfc3195/Makefile ============================================================================== --- head/sysutils/rsyslog6-rfc3195/Makefile Tue Sep 17 16:52:53 2013 (r327489) +++ head/sysutils/rsyslog6-rfc3195/Makefile Tue Sep 17 16:58:27 2013 (r327490) @@ -1,7 +1,5 @@ # Created by: Cristiano Rolim Pereira -# # $FreeBSD$ -# COMMENT= RFC3195 input support for rsyslog MASTERDIR= ${.CURDIR}/../rsyslog6 Modified: head/sysutils/rsyslog6-snmp/Makefile ============================================================================== --- head/sysutils/rsyslog6-snmp/Makefile Tue Sep 17 16:52:53 2013 (r327489) +++ head/sysutils/rsyslog6-snmp/Makefile Tue Sep 17 16:58:27 2013 (r327490) @@ -1,9 +1,5 @@ -# New ports collection makefile for: rsyslog4-snmp -# Date created: 29 December 2008 -# Whom: Cristiano Rolim Pereira -# +# Created by: Cristiano Rolim Pereira # $FreeBSD$ -# COMMENT= SNMP trap sender for rsyslog MASTERDIR= ${.CURDIR}/../rsyslog6 Modified: head/sysutils/rsyslog6/Makefile ============================================================================== --- head/sysutils/rsyslog6/Makefile Tue Sep 17 16:52:53 2013 (r327489) +++ head/sysutils/rsyslog6/Makefile Tue Sep 17 16:58:27 2013 (r327490) @@ -5,9 +5,7 @@ PORTVERSION= 6.6.0 PORTREVISION?= 0 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ -.ifdef MNAME -PKGNAMESUFFIX?= -${MNAME} -.endif +PKGNAMESUFFIX= 6${EXTRASUFFIX} MAINTAINER= brd@FreeBSD.org COMMENT?= Syslogd supporting SQL, TCP, and TLS @@ -26,11 +24,9 @@ LIB_DEPENDS+= ee:${PORTSDIR}/devel/libee USES= pkgconfig .ifdef MNAME +EXTRASUFFIX= -${MNAME} RUN_DEPENDS= rsyslog>=${PORTVERSION}:${PORTSDIR}/sysutils/rsyslog6 PLIST= ${.CURDIR}/pkg-plist -LATEST_LINK= rsyslog6-${MNAME} -.else -LATEST_LINK= rsyslog6 .endif PORTSCOUT= limit:^6 @@ -43,7 +39,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- EXTRA_PATCHES+= ${FILESDIR}/extra-patch-sane-hostname .endif -CONFLICTS= rsyslog-[57].[0-9]* +CONFLICTS= rsyslog-[0-9].* ryslog-devel-[0-9]* CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/sysutils/rsyslog7-devel/Makefile ============================================================================== --- head/sysutils/rsyslog7-devel/Makefile Tue Sep 17 16:52:53 2013 (r327489) +++ head/sysutils/rsyslog7-devel/Makefile Tue Sep 17 16:58:27 2013 (r327490) @@ -124,7 +124,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- EXTRA_PATCHES+= ${FILESDIR}/extra-patch-sane-hostname .endif -CONFLICTS= rsyslog-[56].[0-9]* +CONFLICTS= rsyslog6-* rsyslog-[0-9].* CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/sysutils/rsyslog7/Makefile ============================================================================== --- head/sysutils/rsyslog7/Makefile Tue Sep 17 16:52:53 2013 (r327489) +++ head/sysutils/rsyslog7/Makefile Tue Sep 17 16:58:27 2013 (r327490) @@ -127,7 +127,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- EXTRA_PATCHES+= ${FILESDIR}/extra-patch-sane-hostname .endif -CONFLICTS= rsyslog-[56].[0-9]* +CONFLICTS= rsyslog6-[1-9]* rsyslog-devel-[0-9]* CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 17:15:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7616758B; Tue, 17 Sep 2013 17:15:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 63E7023F3; Tue, 17 Sep 2013 17:15:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HHFBK7069973; Tue, 17 Sep 2013 17:15:11 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HHFBbi069972; Tue, 17 Sep 2013 17:15:11 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309171715.r8HHFBbi069972@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Sep 2013 17:15:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327491 - head/textproc/redland-bindings 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.14 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: Tue, 17 Sep 2013 17:15:11 -0000 Author: bapt Date: Tue Sep 17 17:15:10 2013 New Revision: 327491 URL: http://svnweb.freebsd.org/changeset/ports/327491 Log: Add an explicit dependency on pkgconf Modified: head/textproc/redland-bindings/Makefile Modified: head/textproc/redland-bindings/Makefile ============================================================================== --- head/textproc/redland-bindings/Makefile Tue Sep 17 16:58:27 2013 (r327490) +++ head/textproc/redland-bindings/Makefile Tue Sep 17 17:15:10 2013 (r327491) @@ -16,10 +16,12 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= PERL PHP PYTHON RUBY OPTIONS_DEFAULT=PYTHON +USES= pkgconf + .include .if ${PORT_OPTIONS:MPERL} -USES= perl5 +USES+= perl5 CONFIGURE_ARGS+=--with-perl PLIST_SUB+= WITH_PERL="" MANPREFIX= ${LOCALBASE}/lib/perl5/${PERL_VER} From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 17:16:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F1B506B7; Tue, 17 Sep 2013 17:16:52 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DF0E3241B; Tue, 17 Sep 2013 17:16:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HHGqJG070275; Tue, 17 Sep 2013 17:16:52 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HHGqRN070274; Tue, 17 Sep 2013 17:16:52 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309171716.r8HHGqRN070274@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Sep 2013 17:16:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327492 - head/textproc/redland-bindings 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.14 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: Tue, 17 Sep 2013 17:16:53 -0000 Author: bapt Date: Tue Sep 17 17:16:52 2013 New Revision: 327492 URL: http://svnweb.freebsd.org/changeset/ports/327492 Log: Fix typo Modified: head/textproc/redland-bindings/Makefile Modified: head/textproc/redland-bindings/Makefile ============================================================================== --- head/textproc/redland-bindings/Makefile Tue Sep 17 17:15:10 2013 (r327491) +++ head/textproc/redland-bindings/Makefile Tue Sep 17 17:16:52 2013 (r327492) @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= PERL PHP PYTHON RUBY OPTIONS_DEFAULT=PYTHON -USES= pkgconf +USES= pkgconfig .include From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 17:16:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id 148326B8; Tue, 17 Sep 2013 17:16:53 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Message-ID: <52388DE9.1070809@FreeBSD.org> Date: Tue, 17 Sep 2013 13:14:17 -0400 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130911 Thunderbird/17.0.8 MIME-Version: 1.0 To: Baptiste Daroussin Subject: Re: svn commit: r326795 - head/devel/mdds References: <201309091008.r89A8uXr026090@svn.freebsd.org> <20130917121248.GA31894@ithaqua.etoilebsd.net> <20130917162830.GG31894@ithaqua.etoilebsd.net> In-Reply-To: <20130917162830.GG31894@ithaqua.etoilebsd.net> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Sunpoet Po-Chuan Hsieh , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 17 Sep 2013 17:16:53 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2013-09-17 12:28:30 -0400, Baptiste Daroussin wrote: > On Wed, Sep 18, 2013 at 12:25:18AM +0800, Sunpoet Po-Chuan Hsieh > wrote: >> On Tue, Sep 17, 2013 at 8:12 PM, Baptiste Daroussin >> wrote: >> >>> On Mon, Sep 09, 2013 at 10:08:56AM +0000, Sunpoet Po-Chuan >>> Hsieh wrote: >>>> Author: sunpoet Date: Mon Sep 9 10:08:55 2013 New Revision: >>>> 326795 URL: http://svnweb.freebsd.org/changeset/ports/326795 >>>> >>>> Log: - Update to 0.9.0 - Fix Makefile header - Sort PLIST - >>>> Use single space after WWW: >>>> >>>> Changes: >>> https://code.google.com/p/multidimalgorithm/source/browse/NEWS >>> >>> This has broken libreoffice on all support version of FreeBSD >>> and Dragonfly. >>> >>> All the things belonging to office@ and being a dependency of >>> libreoffice should be upgraded with a lot of care, upgrading >>> those we should always make sure that the public API hasn't >>> changed. >>> >>> This change making libreoffice failing kill 115 packages >>> depending on libreoffice. >>> >>> If you are not 100% sure of the upgrade mailing jkim@ is >>> always a good idea, given he usually knows :) >>> >>> regards, Bapt >>> >> >> I would be more careful on office@ updates later. Should I revert >> it or wait for libreoffice updates (4.1.1)? >> > > Reverting would mean a portepoch bump which I would hate, best is > to wait for jkim opinion. Actually, I already have a patch. http://redports.org/changeset/16967/office/editors/libreoffice/files/patch-mdds-0.9.x I planned to commit it with libc++ fixes but it was much harder than I thought. It builds now but it crashes immediately. C++/UNO bridge is so fragile. :-( I'll commit the mdds fix first. Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iQEbBAEBAgAGBQJSOI3oAAoJECXpabHZMqHOfV0H9R2Q8xgSJxfqJH/coVprqWyQ Yo+/VT+Y0vzFEljpjN0sF0AXNRT3C8JvxuMnAD7vqiHJvTlEz+4zCIXnuqDclDVW J8DpOJh59WF/s62AnnZZKO/uL0UGx1llBD34C/mza+qgTp8RelXFWq+5mUuWVaNf aWC0H2+Lx8xVe828F4nC9QnCegIPjUMSf89DqYpEiVRPFRGp+KERcL+rRSTvc2ZG 4rJc5SO8PFFdhClAu4Cvosv4MTKImSPQ6tNbkwMBMwba8+kWqinEtTvStp1S5Gbn 5FMMeTRk+AFIdBOMGMy2VVzYOSOlpaG8AMVHjYXt6rB3JSYyzD/DzoTicFLZew== =ikFv -----END PGP SIGNATURE----- From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 17:20:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 61D5697C; Tue, 17 Sep 2013 17:20:12 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E9AB2469; Tue, 17 Sep 2013 17:20:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HHKCfi071055; Tue, 17 Sep 2013 17:20:12 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HHKCi5071054; Tue, 17 Sep 2013 17:20:12 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201309171720.r8HHKCi5071054@svn.freebsd.org> From: Jung-uk Kim Date: Tue, 17 Sep 2013 17:20:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327493 - head/editors/libreoffice/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.14 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: Tue, 17 Sep 2013 17:20:12 -0000 Author: jkim Date: Tue Sep 17 17:20:11 2013 New Revision: 327493 URL: http://svnweb.freebsd.org/changeset/ports/327493 Log: Catch up with mdds 0.9.0. Added: head/editors/libreoffice/files/patch-mdds-0.9.x - copied, changed from r327441, head/editors/libreoffice/files/patch-mdds-0.8.x Deleted: head/editors/libreoffice/files/patch-mdds-0.8.x Copied and modified: head/editors/libreoffice/files/patch-mdds-0.9.x (from r327441, head/editors/libreoffice/files/patch-mdds-0.8.x) ============================================================================== --- head/editors/libreoffice/files/patch-mdds-0.8.x Mon Sep 16 21:16:47 2013 (r327441, copy source) +++ head/editors/libreoffice/files/patch-mdds-0.9.x Tue Sep 17 17:20:11 2013 (r327493) @@ -20,6 +20,17 @@ return false; rData.mnPos1 = nPos1; +--- sc/source/core/tool/scmatrix.cxx.orig 2013-08-13 16:11:48.000000000 -0400 ++++ sc/source/core/tool/scmatrix.cxx 2013-09-16 12:27:09.000000000 -0400 +@@ -89,7 +89,7 @@ + } + } + +- static void delete_block(mdds::mtv::base_element_block* p) ++ static void delete_block(const mdds::mtv::base_element_block* p) + { + if (!p) + return; --- sc/source/filter/excel/colrowst.cxx.orig 2013-08-13 16:11:48.000000000 -0400 +++ sc/source/filter/excel/colrowst.cxx 2013-08-16 18:29:17.000000000 -0400 @@ -208,7 +208,7 @@ From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 17:24:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C2F85AFB; Tue, 17 Sep 2013 17:24:44 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2575524DE; Tue, 17 Sep 2013 17:24:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HHOiCs074665; Tue, 17 Sep 2013 17:24:44 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HHOipG074664; Tue, 17 Sep 2013 17:24:44 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201309171724.r8HHOipG074664@svn.freebsd.org> From: Dmitry Sivachenko Date: Tue, 17 Sep 2013 17:24:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327494 - head/www/uwsgi 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.14 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: Tue, 17 Sep 2013 17:24:44 -0000 Author: demon Date: Tue Sep 17 17:24:43 2013 New Revision: 327494 URL: http://svnweb.freebsd.org/changeset/ports/327494 Log: Fix build for people who built python with libintl. Modified: head/www/uwsgi/Makefile Modified: head/www/uwsgi/Makefile ============================================================================== --- head/www/uwsgi/Makefile Tue Sep 17 17:20:11 2013 (r327493) +++ head/www/uwsgi/Makefile Tue Sep 17 17:24:43 2013 (r327494) @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_PYTHON= yes USE_RC_SUBR= uwsgi +LDFLAGS+= "-L${LOCALBASE}/lib" + PLIST_FILES= bin/uwsgi \ %%PYTHON_SITELIBDIR%%/uwsgidecorators.py From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 17:39:22 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 205FF682; Tue, 17 Sep 2013 17:39:22 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0E1DA260F; Tue, 17 Sep 2013 17:39:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HHdLla081570; Tue, 17 Sep 2013 17:39:21 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HHdLdO081569; Tue, 17 Sep 2013 17:39:21 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201309171739.r8HHdLdO081569@svn.freebsd.org> From: Juergen Lock Date: Tue, 17 Sep 2013 17:39:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327495 - head/multimedia/vlc 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.14 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: Tue, 17 Sep 2013 17:39:22 -0000 Author: nox Date: Tue Sep 17 17:39:21 2013 New Revision: 327495 URL: http://svnweb.freebsd.org/changeset/ports/327495 Log: Add LIBSSH2 knob. (default off) PR: ports/182166 Submitted by: pawel Modified: head/multimedia/vlc/Makefile Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Tue Sep 17 17:24:43 2013 (r327494) +++ head/multimedia/vlc/Makefile Tue Sep 17 17:39:21 2013 (r327495) @@ -23,9 +23,9 @@ RUN_DEPENDS= ffmpeg${FFMPEG_SUFFIX}>=1.0 OPTIONS_DEFINE= A52 AALIB ASS AVAHI CACA DBUS DIRAC DOCS DTS DVDREAD \ DVDNAV FAAD FLAC FLUID FRIBIDI GLX GNOMEVFS GNUTLS GOOM \ - HTTPD JACK LIRC LIVEMEDIA LUA MAD MATROSKA MODPLUG MPEG2 MTP \ - MUSEPACK NCURSES NLS NOTIFY OPTIMIZED_CFLAGS OGG OPUS \ - PNG PORTAUDIO PROJM PULSEAUDIO QT4 REALAUDIO RUNROOT \ + HTTPD JACK LIBSSH2 LIRC LIVEMEDIA LUA MAD MATROSKA MODPLUG \ + MPEG2 MTP MUSEPACK NCURSES NLS NOTIFY OPTIMIZED_CFLAGS OGG \ + OPUS PNG PORTAUDIO PROJM PULSEAUDIO QT4 REALAUDIO RUNROOT \ SAMBA SCHROED SDL SHOUTCAST SKINS STREAM SPEEX SQLITE SVG \ TAGLIB THEORA TWOLAME UPNP V4L VAAPI VCD VORBIS \ X11 X264 XCB XOSD XVIDEO ZVBI SERVER_ONLY DEBUG \ @@ -42,6 +42,7 @@ FLUID_DESC= Fluidsynth MIDI support GME_DESC= Game_Music_Emu (libgme) support GNOMEVFS_DESC= Gnome VFS support GOOM_DESC= the Goom visual effect library +LIBSSH2_DESC= SCP/SFTP support via libssh2 NCURSES_DESC= ncurses (console) interface OPUS_DESC= Opus audio format PROJM_DESC= ProjectM visualizations @@ -322,6 +323,13 @@ CONFIGURE_ARGS+=--enable-bluray CONFIGURE_ARGS+=--disable-bluray .endif +.if ${PORT_OPTIONS:MLIBSSH2} +LIB_DEPENDS+= ssh2:${PORTSDIR}/security/libssh2 +CONFIGURE_ARGS+=--enable-sftp +.else +CONFIGURE_ARGS+=--disable-sftp +.endif + .if ${PORT_OPTIONS:MLIRC} CONFIGURE_ARGS+=--enable-lirc LIB_DEPENDS+= lirc_client:${PORTSDIR}/comms/lirc From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 17:51:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1E7B8B80; Tue, 17 Sep 2013 17:51:29 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0BD9A26DD; Tue, 17 Sep 2013 17:51:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HHpS5h089410; Tue, 17 Sep 2013 17:51:28 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HHpS3E089407; Tue, 17 Sep 2013 17:51:28 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201309171751.r8HHpS3E089407@svn.freebsd.org> From: Rusmir Dusko Date: Tue, 17 Sep 2013 17:51:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327496 - in head/cad/ldraw: . 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.14 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: Tue, 17 Sep 2013 17:51:29 -0000 Author: nemysis Date: Tue Sep 17 17:51:28 2013 New Revision: 327496 URL: http://svnweb.freebsd.org/changeset/ports/327496 Log: - Update to 201301 - Add PORTEPOCH - Change maintainer email gmx.ch --> FreeBSD.org - Add license (CCbyNCSA2) - Remove BROKEN and NO_BUILD - USES gmake - Add docs and docs Option - Add pkg-message Approved by: wg/pawel (mentors) Added: head/cad/ldraw/files/ head/cad/ldraw/files/pkg-message.in (contents, props changed) Modified: head/cad/ldraw/Makefile (contents, props changed) head/cad/ldraw/distinfo (contents, props changed) Modified: head/cad/ldraw/Makefile ============================================================================== --- head/cad/ldraw/Makefile Tue Sep 17 17:39:21 2013 (r327495) +++ head/cad/ldraw/Makefile Tue Sep 17 17:51:28 2013 (r327496) @@ -1,30 +1,68 @@ -# Created by: nemysis@gmx.ch +# Created by: nemysis # $FreeBSD$ PORTNAME= ldraw -PORTVERSION= 20120913 +PORTVERSION= 201301 +PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://www.ldraw.org/library/updates/ DISTNAME= complete DIST_SUBDIR= ${PORTNAME} -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= LDraw parts library -LICENSE= CDDL +LICENSE= CDDL CCbyNCSA2 +LICENSE_COMB= dual +LICENSE_NAME_CCbyNCSA2=Attribution-NonCommercial-ShareAlike 2.0 Unported +LICENSE_FILE_CCbyNCSA2=${WRKSRC}/CAlicense.txt +LICENSE_PERMS_CCbyNCSA2=dist-mirror pkg-mirror auto-accept + +WRKSRC= ${WRKDIR}/${PORTNAME} -BROKEN= Unfetchable due to checksum mismatch USE_ZIP= yes -NO_BUILD= yes +USES= gmake -WRKSRC= ${WRKDIR}/${PORTNAME} +PORTDOCS= Readme.txt + +OPTIONS_DEFINE= DOCS + +SUB_FILES= pkg-message + +.include + +post-extract-script: + @(cd ${WRKSRC} && ${UNZIP_CMD} -qo -d ${WRKSRC}/mklist1_4 ${WRKSRC}/mklist1_4.zip) + +post-patch: + @${REINPLACE_CMD} -e 's|CC=gcc|CC?=gcc|' \ + -e 's|CFLAGS=|CFLAGS?=|' \ + ${WRKSRC}/mklist1_4/makefile + @${REINPLACE_CMD} -e 's|PARTS|parts|' \ + ${WRKSRC}/mklist1_4/mklist.c + +do-build: + @(cd ${WRKSRC}/mklist1_4 ; ${GMAKE} ${MAKE_ENV}) do-install: - @(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR}) +.for f in models p parts LDCfgalt.ldr LDConfig.ldr LDConfig_TLG.ldr + @(cd ${WRKSRC} ; ${COPYTREE_SHARE} ${f} ${DATADIR}) +.endfor + + ${INSTALL_SCRIPT} ${WRKSRC}/mklist1_4/mklist ${DATADIR} + @(cd ${DATADIR} ; ./mklist -n) + +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif -post-install: @${FIND} ${DATADIR}/ ! -type d | ${SED} 's|^${PREFIX}/||' >> ${TMPPLIST} @${FIND} -ds ${DATADIR}/ -type d | \ ${SED} -E -e 's,(.*),@unexec ${RMDIR} "\1" 2>/dev/null || true,' >> ${TMPPLIST} + @${ECHO_CMD} + @${CAT} ${PKGMESSAGE} + @${ECHO_CMD} + .include Modified: head/cad/ldraw/distinfo ============================================================================== --- head/cad/ldraw/distinfo Tue Sep 17 17:39:21 2013 (r327495) +++ head/cad/ldraw/distinfo Tue Sep 17 17:51:28 2013 (r327496) @@ -1,2 +1,2 @@ -SHA256 (ldraw/complete.zip) = d6949e51f617ff46457dc5467d9b8d525cf744486ff9f29a49927f6eaa882b79 -SIZE (ldraw/complete.zip) = 21433103 +SHA256 (ldraw/complete.zip) = 504b27731cb7d7b83833dff2ca0bd711363f733751d4f3dc6fec6ef86f54d916 +SIZE (ldraw/complete.zip) = 22915441 Added: head/cad/ldraw/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/ldraw/files/pkg-message.in Tue Sep 17 17:51:28 2013 (r327496) @@ -0,0 +1,11 @@ +=============================================================================== + +LDraw has been installed. + +You can make parts.lst with + + %%DATADIR%%/mklist -h + +Default is sorted by Description parts.lst (mklist -d). You can change this. + +=============================================================================== From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 17:55:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 82001DAA; Tue, 17 Sep 2013 17:55:31 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5589E2703; Tue, 17 Sep 2013 17:55:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HHtVGo091240; Tue, 17 Sep 2013 17:55:31 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HHtUZS091237; Tue, 17 Sep 2013 17:55:30 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309171755.r8HHtUZS091237@svn.freebsd.org> From: William Grzybowski Date: Tue, 17 Sep 2013 17:55:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327497 - head/mail/libcmime 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.14 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: Tue, 17 Sep 2013 17:55:31 -0000 Author: wg Date: Tue Sep 17 17:55:30 2013 New Revision: 327497 URL: http://svnweb.freebsd.org/changeset/ports/327497 Log: mail/libcmime: update to 0.1.8 - Update to 0.1.8 - Change LICENSE (MIT) PR: ports/182144 Submitted by: Axel Steiner (maintainer) Modified: head/mail/libcmime/Makefile head/mail/libcmime/distinfo head/mail/libcmime/pkg-plist Modified: head/mail/libcmime/Makefile ============================================================================== --- head/mail/libcmime/Makefile Tue Sep 17 17:51:28 2013 (r327496) +++ head/mail/libcmime/Makefile Tue Sep 17 17:55:30 2013 (r327497) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= libcmime -PORTVERSION= 0.1.7 +PORTVERSION= 0.1.8 CATEGORIES= mail MASTER_SITES= http://www.libcmime.org/files/ MAINTAINER= ast@treibsand.com COMMENT= Lightweight C mime library -LICENSE= LGPL3 +LICENSE= MIT BUILD_DEPENDS= bison>=1.8:${PORTSDIR}/devel/bison \ flex>=2.5.33:${PORTSDIR}/textproc/flex Modified: head/mail/libcmime/distinfo ============================================================================== --- head/mail/libcmime/distinfo Tue Sep 17 17:51:28 2013 (r327496) +++ head/mail/libcmime/distinfo Tue Sep 17 17:55:30 2013 (r327497) @@ -1,2 +1,2 @@ -SHA256 (libcmime-0.1.7.tar.gz) = acaa0b8f3fed22ab2052723501c0c449e177105c224f0ccdfd699b65480bf858 -SIZE (libcmime-0.1.7.tar.gz) = 140786 +SHA256 (libcmime-0.1.8.tar.gz) = 3e5ff23a7520c9e3a5e56e161d7332003305e198790e698ad81f4a0dc733c712 +SIZE (libcmime-0.1.8.tar.gz) = 142095 Modified: head/mail/libcmime/pkg-plist ============================================================================== --- head/mail/libcmime/pkg-plist Tue Sep 17 17:51:28 2013 (r327496) +++ head/mail/libcmime/pkg-plist Tue Sep 17 17:55:30 2013 (r327497) @@ -11,6 +11,6 @@ include/cmime/cmime_string.h include/cmime/cmime_util.h lib/libcmime.so lib/libcmime.so.0.1 -lib/libcmime.so.0.1.7 +lib/libcmime.so.0.1.8 libdata/pkgconfig/libcmime.pc @dirrm include/cmime From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 17:58:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A21F0FE1; Tue, 17 Sep 2013 17:58:11 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E3292719; Tue, 17 Sep 2013 17:58:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HHwBNP091805; Tue, 17 Sep 2013 17:58:11 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HHwAGG091798; Tue, 17 Sep 2013 17:58:10 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309171758.r8HHwAGG091798@svn.freebsd.org> From: William Grzybowski Date: Tue, 17 Sep 2013 17:58:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327498 - in head/sysutils/ansible: . 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.14 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: Tue, 17 Sep 2013 17:58:11 -0000 Author: wg Date: Tue Sep 17 17:58:10 2013 New Revision: 327498 URL: http://svnweb.freebsd.org/changeset/ports/327498 Log: sysutils/ansible: update to 1.3.1 - Update to 1.3.1 Changes: https://raw.github.com/ansible/ansible/v1.3.1/CHANGELOG.md PR: ports/182152 Submitted by: Nikolai Lifanov (maintainer) Modified: head/sysutils/ansible/Makefile head/sysutils/ansible/distinfo head/sysutils/ansible/files/pkg-message.in head/sysutils/ansible/pkg-plist Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Tue Sep 17 17:55:30 2013 (r327497) +++ head/sysutils/ansible/Makefile Tue Sep 17 17:58:10 2013 (r327498) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION= 1.2.3 +PORTVERSION= 1.3.1 CATEGORIES= sysutils python MASTER_SITES= http://ansibleworks.com/releases/ Modified: head/sysutils/ansible/distinfo ============================================================================== --- head/sysutils/ansible/distinfo Tue Sep 17 17:55:30 2013 (r327497) +++ head/sysutils/ansible/distinfo Tue Sep 17 17:58:10 2013 (r327498) @@ -1,2 +1,2 @@ -SHA256 (ansible-1.2.3.tar.gz) = e8b95b5f1efcfa5d45d4b727abda12f1acdcda37fe09d981217d94082e7a0c8c -SIZE (ansible-1.2.3.tar.gz) = 358428 +SHA256 (ansible-1.3.1.tar.gz) = 232d52e42988e9604d968ac625634d5dcd6dcb09344011a568725bb7a9617542 +SIZE (ansible-1.3.1.tar.gz) = 448487 Modified: head/sysutils/ansible/files/pkg-message.in ============================================================================== --- head/sysutils/ansible/files/pkg-message.in Tue Sep 17 17:55:30 2013 (r327497) +++ head/sysutils/ansible/files/pkg-message.in Tue Sep 17 17:58:10 2013 (r327498) @@ -8,3 +8,6 @@ You can also find a sample configuration %%EXAMPLESDIR%%/ansible.cfg +Ansible 1.3.0, includes "accelerate" mode, which is +faster and has fewer dependencies than "fireball" mode. +To use it, install security/py-keyczar. Modified: head/sysutils/ansible/pkg-plist ============================================================================== --- head/sysutils/ansible/pkg-plist Tue Sep 17 17:55:30 2013 (r327497) +++ head/sysutils/ansible/pkg-plist Tue Sep 17 17:58:10 2013 (r327498) @@ -113,6 +113,9 @@ bin/ansible-pull %%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/__init__.py %%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/__init__.pyc %%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/__init__.pyo +%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/accelerate.py +%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/accelerate.pyc +%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/accelerate.pyo %%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/chroot.py %%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/chroot.pyc %%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/chroot.pyo @@ -152,6 +155,15 @@ bin/ansible-pull %%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/first_found.py %%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/first_found.pyc %%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/first_found.pyo +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/flattened.py +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/flattened.pyc +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/flattened.pyo +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/indexed_items.py +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/indexed_items.pyc +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/indexed_items.pyo +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/inventory_hostnames.py +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/inventory_hostnames.pyc +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/inventory_hostnames.pyo %%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/items.py %%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/items.pyc %%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/items.pyo @@ -179,6 +191,9 @@ bin/ansible-pull %%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/template.py %%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/template.pyc %%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/template.pyo +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/together.py +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/together.pyc +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/together.pyo %%PYTHON_SITELIBDIR%%/ansible/runner/poller.py %%PYTHON_SITELIBDIR%%/ansible/runner/poller.pyc %%PYTHON_SITELIBDIR%%/ansible/runner/poller.pyo @@ -198,12 +213,17 @@ bin/ansible-pull %%PYTHON_SITELIBDIR%%/ansible/utils/template.pyc %%PYTHON_SITELIBDIR%%/ansible/utils/template.pyo %%DATADIR%%/cloud/cloudformation +%%DATADIR%%/cloud/digital_ocean %%DATADIR%%/cloud/ec2 +%%DATADIR%%/cloud/ec2_ami %%DATADIR%%/cloud/ec2_elb %%DATADIR%%/cloud/ec2_facts +%%DATADIR%%/cloud/ec2_group +%%DATADIR%%/cloud/ec2_tag %%DATADIR%%/cloud/ec2_vol %%DATADIR%%/cloud/glance_image %%DATADIR%%/cloud/keystone_user +%%DATADIR%%/cloud/linode %%DATADIR%%/cloud/nova_compute %%DATADIR%%/cloud/nova_keypair %%DATADIR%%/cloud/quantum_floating_ip @@ -214,6 +234,8 @@ bin/ansible-pull %%DATADIR%%/cloud/quantum_router_interface %%DATADIR%%/cloud/quantum_subnet %%DATADIR%%/cloud/rax +%%DATADIR%%/cloud/rds +%%DATADIR%%/cloud/route53 %%DATADIR%%/cloud/s3 %%DATADIR%%/cloud/virt %%DATADIR%%/commands/command @@ -222,10 +244,13 @@ bin/ansible-pull %%DATADIR%%/commands/shell %%DATADIR%%/database/mongodb_user %%DATADIR%%/database/mysql_db +%%DATADIR%%/database/mysql_replication %%DATADIR%%/database/mysql_user +%%DATADIR%%/database/mysql_variables %%DATADIR%%/database/postgresql_db %%DATADIR%%/database/postgresql_privs %%DATADIR%%/database/postgresql_user +%%DATADIR%%/database/redis %%DATADIR%%/database/riak %%DATADIR%%/files/assemble %%DATADIR%%/files/copy @@ -233,7 +258,9 @@ bin/ansible-pull %%DATADIR%%/files/file %%DATADIR%%/files/ini_file %%DATADIR%%/files/lineinfile +%%DATADIR%%/files/stat %%DATADIR%%/files/template +%%DATADIR%%/files/xattr %%DATADIR%%/internal/async_status %%DATADIR%%/internal/async_wrapper %%DATADIR%%/inventory/add_host @@ -243,12 +270,19 @@ bin/ansible-pull %%DATADIR%%/messaging/rabbitmq_user %%DATADIR%%/messaging/rabbitmq_vhost %%DATADIR%%/monitoring/airbrake_deployment +%%DATADIR%%/monitoring/boundary_meter +%%DATADIR%%/monitoring/datadog_event %%DATADIR%%/monitoring/monit %%DATADIR%%/monitoring/nagios %%DATADIR%%/monitoring/newrelic_deployment %%DATADIR%%/monitoring/pagerduty %%DATADIR%%/monitoring/pingdom +%%DATADIR%%/net_infrastructure/arista_interface +%%DATADIR%%/net_infrastructure/arista_l2interface +%%DATADIR%%/net_infrastructure/arista_lag +%%DATADIR%%/net_infrastructure/arista_vlan %%DATADIR%%/net_infrastructure/bigip_pool +%%DATADIR%%/net_infrastructure/dnsmadeeasy %%DATADIR%%/net_infrastructure/netscaler %%DATADIR%%/network/get_url %%DATADIR%%/network/slurp @@ -275,9 +309,11 @@ bin/ansible-pull %%DATADIR%%/packaging/pip %%DATADIR%%/packaging/pkgin %%DATADIR%%/packaging/pkgng +%%DATADIR%%/packaging/pkgutil %%DATADIR%%/packaging/redhat_subscription %%DATADIR%%/packaging/rhn_channel %%DATADIR%%/packaging/rhn_register +%%DATADIR%%/packaging/rpm_key %%DATADIR%%/packaging/svr4pkg %%DATADIR%%/packaging/yum %%DATADIR%%/packaging/zypper @@ -302,6 +338,7 @@ bin/ansible-pull %%DATADIR%%/system/sysctl %%DATADIR%%/system/user %%DATADIR%%/system/zfs +%%DATADIR%%/utilities/accelerate %%DATADIR%%/utilities/debug %%DATADIR%%/utilities/fail %%DATADIR%%/utilities/fireball @@ -309,6 +346,7 @@ bin/ansible-pull %%DATADIR%%/utilities/set_fact %%DATADIR%%/utilities/wait_for %%DATADIR%%/web_infrastructure/django_manage +%%DATADIR%%/web_infrastructure/htpasswd %%DATADIR%%/web_infrastructure/supervisorctl @dirrm %%DATADIR%%/cloud @dirrm %%DATADIR%%/commands From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 18:20:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 691215E7; Tue, 17 Sep 2013 18:20:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 562DA288E; Tue, 17 Sep 2013 18:20:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HIKpqM005638; Tue, 17 Sep 2013 18:20:51 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HIKpoB005637; Tue, 17 Sep 2013 18:20:51 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201309171820.r8HIKpoB005637@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 17 Sep 2013 18:20:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327499 - head/games/numptyphysics/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.14 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: Tue, 17 Sep 2013 18:20:51 -0000 Author: amdmi3 Date: Tue Sep 17 18:20:50 2013 New Revision: 327499 URL: http://svnweb.freebsd.org/changeset/ports/327499 Log: Fix build with clang/libc++ Added: head/games/numptyphysics/files/ head/games/numptyphysics/files/patch-happyhttp.cpp (contents, props changed) Added: head/games/numptyphysics/files/patch-happyhttp.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/numptyphysics/files/patch-happyhttp.cpp Tue Sep 17 18:20:50 2013 (r327499) @@ -0,0 +1,25 @@ +--- happyhttp.cpp.orig 2008-08-28 14:08:27.000000000 +0400 ++++ happyhttp.cpp 2013-09-17 21:10:39.685520377 +0400 +@@ -30,6 +30,7 @@ + #ifndef WIN32 + // #include + #include ++ #include + #include + #include + #include // for gethostbyname() +@@ -45,11 +46,14 @@ + #include + #include + #include ++#include + + #include + #include + #include + #include ++#include ++#include + + + From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 18:21:16 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B29E96C6; Tue, 17 Sep 2013 18:21:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A07542893; Tue, 17 Sep 2013 18:21:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HILGw3005941; Tue, 17 Sep 2013 18:21:16 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HILGSP005939; Tue, 17 Sep 2013 18:21:16 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201309171821.r8HILGSP005939@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 17 Sep 2013 18:21:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327500 - in head/games/cube: . 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.14 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: Tue, 17 Sep 2013 18:21:16 -0000 Author: amdmi3 Date: Tue Sep 17 18:21:15 2013 New Revision: 327500 URL: http://svnweb.freebsd.org/changeset/ports/327500 Log: Fix build on current Modified: head/games/cube/Makefile head/games/cube/files/patch-Makefile Modified: head/games/cube/Makefile ============================================================================== --- head/games/cube/Makefile Tue Sep 17 18:20:50 2013 (r327499) +++ head/games/cube/Makefile Tue Sep 17 18:21:15 2013 (r327500) @@ -18,6 +18,7 @@ USE_ZIP= yes USE_DOS2UNIX= yes USES= gmake ALL_TARGET= # +USE_XORG= x11 CFLAGS+= -fsigned-char WRKSRC= ${WRKDIR}/${PORTNAME}_source/src Modified: head/games/cube/files/patch-Makefile ============================================================================== --- head/games/cube/files/patch-Makefile Tue Sep 17 18:20:50 2013 (r327499) +++ head/games/cube/files/patch-Makefile Tue Sep 17 18:21:15 2013 (r327500) @@ -9,7 +9,7 @@ +CXXFLAGS+=$(CXXOPTFLAGS) -I$(LOCALBASE)/include `$(SDL_CONFIG) --cflags` -CLIENT_LIBS=-L../enet -lenet `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL -lGLU -+CLIENT_LIBS=-L$(LOCALBASE)/lib -lenet `$(SDL_CONFIG) --libs` -lSDL_image -lSDL_mixer -lz -lGL -lGLU ++CLIENT_LIBS=-L$(LOCALBASE)/lib -lenet `$(SDL_CONFIG) --libs` -lSDL_image -lSDL_mixer -lz -lGL -lGLU -lX11 CLIENT_OBJS= \ client.o \ clientextras.o \ From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 19:05:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 083DB8B6; Tue, 17 Sep 2013 19:05:00 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CFED42B7A; Tue, 17 Sep 2013 19:04:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HJ4xid028480; Tue, 17 Sep 2013 19:04:59 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HJ4xgG028476; Tue, 17 Sep 2013 19:04:59 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201309171904.r8HJ4xgG028476@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 17 Sep 2013 19:04:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327501 - head/deskutils/fet 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.14 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: Tue, 17 Sep 2013 19:05:00 -0000 Author: makc Date: Tue Sep 17 19:04:58 2013 New Revision: 327501 URL: http://svnweb.freebsd.org/changeset/ports/327501 Log: - Update tp 5.19.3 - Install cli version of FET PR: ports/181464 Submitted by: Zsolt Udvari Modified: head/deskutils/fet/Makefile head/deskutils/fet/distinfo head/deskutils/fet/pkg-plist Modified: head/deskutils/fet/Makefile ============================================================================== --- head/deskutils/fet/Makefile Tue Sep 17 18:21:15 2013 (r327500) +++ head/deskutils/fet/Makefile Tue Sep 17 19:04:58 2013 (r327501) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fet -PORTVERSION= 5.18.2 -PORTREVISION= 1 +PORTVERSION= 5.19.3 CATEGORIES= deskutils kde MASTER_SITES= http://lalescu.ro/liviu/fet/download/ \ http://lalescu.ro/liviu/fet/download/old/ \ @@ -50,6 +49,7 @@ do-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fet ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/fet-cl ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/fet.1 ${MANPREFIX}/man/man1 .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR} Modified: head/deskutils/fet/distinfo ============================================================================== --- head/deskutils/fet/distinfo Tue Sep 17 18:21:15 2013 (r327500) +++ head/deskutils/fet/distinfo Tue Sep 17 19:04:58 2013 (r327501) @@ -1,2 +1,2 @@ -SHA256 (fet-5.18.2.tar.bz2) = bead2ff4bd67733e26c81973a8fac3fcb0f08e22a2450d6c971ecf2c7e39fea8 -SIZE (fet-5.18.2.tar.bz2) = 7676275 +SHA256 (fet-5.19.3.tar.bz2) = 3f9b470e0f729bedb1ab73552f577e796e33885a2e46e8a914624e928dca4d00 +SIZE (fet-5.19.3.tar.bz2) = 7870089 Modified: head/deskutils/fet/pkg-plist ============================================================================== --- head/deskutils/fet/pkg-plist Tue Sep 17 18:21:15 2013 (r327500) +++ head/deskutils/fet/pkg-plist Tue Sep 17 19:04:58 2013 (r327501) @@ -1,4 +1,5 @@ bin/fet +bin/fet-cl %%NLS%%%%DATADIR%%/translations/fet_ar.qm %%NLS%%%%DATADIR%%/translations/fet_ca.qm %%NLS%%%%DATADIR%%/translations/fet_da.qm From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 19:14:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 60107C82; Tue, 17 Sep 2013 19:14:03 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4C0CB2C0E; Tue, 17 Sep 2013 19:14:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HJE3nC033551; Tue, 17 Sep 2013 19:14:03 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HJE22V033545; Tue, 17 Sep 2013 19:14:02 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201309171914.r8HJE22V033545@svn.freebsd.org> From: Rusmir Dusko Date: Tue, 17 Sep 2013 19:14:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327502 - in head/cad/leocad: . 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.14 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: Tue, 17 Sep 2013 19:14:03 -0000 Author: nemysis Date: Tue Sep 17 19:14:02 2013 New Revision: 327502 URL: http://svnweb.freebsd.org/changeset/ports/327502 Log: - Update to 0.80.1 - Change maintainer email gmx.ch --> FreeBSD.org - Use the new format for LIB_DEPENDS - Add dependency for cad/ldraw - USES desktop-file-utils gmake pkgconfig shared-mime-info - Add USE_QT4 Approved by: tabwg/pawel (mentors) Added: head/cad/leocad/files/patch-qt-qtmain.cpp (contents, props changed) Deleted: head/cad/leocad/files/patch-config.mk Modified: head/cad/leocad/Makefile head/cad/leocad/distinfo head/cad/leocad/pkg-plist Modified: head/cad/leocad/Makefile ============================================================================== --- head/cad/leocad/Makefile Tue Sep 17 19:04:58 2013 (r327501) +++ head/cad/leocad/Makefile Tue Sep 17 19:14:02 2013 (r327502) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= leocad -PORTVERSION= 0.79.3 +PORTVERSION= 0.80.1 CATEGORIES= cad MASTER_SITES= GOOGLE_CODE DISTFILES= ${PORTNAME}-${PORTVERSION}-src.tgz \ @@ -10,82 +10,76 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}-sr DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}-src.tgz -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= CAD program that uses bricks similar to those found in many toys LICENSE= GPLv2 EXTRACT_DEPENDS=${UNZIP_CMD}:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png +RUN_DEPENDS= ${LOCALBASE}/share/ldraw/models/car.dat:${PORTSDIR}/cad/ldraw WRKSRC= ${WRKDIR}/${PORTNAME} -LEOCAD_PIECES= pieces-7114.zip +LEOCAD_PIECES= pieces-7439.zip + +USES= desktop-file-utils gmake pkgconfig shared-mime-info +USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats \ + corelib gui network opengl -USES= gmake pkgconfig shared-mime-info USE_GL= glut USE_GNOME= gtk20 MAN1= leocad.1 -PORTDOCS= * - -DOCSRCDIR1= ${WRKSRC} -DOC_FILES1= CREDITS.txt README.txt - -DOCSRCDIR2= ${WRKSRC}/docs -DOCSDIR2= ${DOCSDIR}/docs -DOC_FILES2= LINUX.txt TODO.txt +PORTDOCS= CREDITS.txt README.txt TODO.txt INSTALLS_ICONS= yes ICON_SIZES= 16x16 24x24 32x32 48x48 128x128 256x256 OPTIONS_DEFINE= DOCS -.include +.include post-extract: @${UNZIP_CMD} -q -o ${_DISTDIR}/${LEOCAD_PIECES} -d ${WRKDIR}/pieces post-patch: - @${REINPLACE_CMD} -e \ - 's|-ldl||' ${WRKSRC}/common/module.mk - @${REINPLACE_CMD} \ - -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - -e 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|' \ - -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \ - ${WRKSRC}/config.mk - @${REINPLACE_CMD} 's|share/man|man|g' \ - ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' \ + -e 's|share/man/man1|man/man1|' \ + ${WRKSRC}/${PORTNAME}.pro + @${REINPLACE_CMD} -e 's|docs.files = docs/README.txt docs/CREDITS.txt docs/COPYING.txt|docs.files = |' \ + ${WRKSRC}/${PORTNAME}.pro + .for s in 16 24 32 48 128 256 @cd ${WRKSRC}/tools/icon && \ ${MV} icon${s}.png ${PORTNAME}_${s}x${s}.png .endfor @cd ${WRKSRC}/tools/icon && ${CP} -a ${PORTNAME}_128x128.png icon128.png + @cd ${WRKSRC}/tools/icon && ${MV} icon.svg ${PORTNAME}.svg do-configure: - cd ${WRKSRC} && ${SETENV} PREFIX="${PREFIX}" ${GMAKE} config + @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ + ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} post-install: @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKDIR}/pieces/* ${DATADIR} .for s in ${ICON_SIZES} - ${MKDIR} ${PREFIX}/share/icons/hicolor/${s}/apps + @${MKDIR} ${PREFIX}/share/icons/hicolor/${s}/apps ${INSTALL_DATA} ${WRKSRC}/tools/icon/${PORTNAME}_${s}.png \ ${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png .endfor - @${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps + @${MKDIR} ${PREFIX}/share/icons/hicolor/scalable/apps + ${INSTALL_DATA} ${WRKSRC}/tools/icon/${PORTNAME}.svg \ + ${PREFIX}/share/icons/hicolor/scalable/apps/ + @${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/ + ${INSTALL_MAN} ${WRKSRC}/docs/${MAN1} ${MAN1PREFIX}/man/man1/ .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${DOCSDIR} - @${MKDIR} ${DOCSDIR2} - ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${DOCSDIR2} -.endif - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${DOCSDIR} .endif -.include +.include Modified: head/cad/leocad/distinfo ============================================================================== --- head/cad/leocad/distinfo Tue Sep 17 19:04:58 2013 (r327501) +++ head/cad/leocad/distinfo Tue Sep 17 19:14:02 2013 (r327502) @@ -1,4 +1,4 @@ -SHA256 (leocad/leocad-0.79.3-src.tgz) = 588abe0b9415e550cb5087af131fd048228ea9b8e79e8ef831f104e3e5faf703 -SIZE (leocad/leocad-0.79.3-src.tgz) = 2124587 -SHA256 (leocad/pieces-7114.zip) = 16506da21d139769524d140ce47bfce57bc5415f541fbd6f66a67025c1f535ab -SIZE (leocad/pieces-7114.zip) = 20546651 +SHA256 (leocad/leocad-0.80.1-src.tgz) = e1db5db1ad9bf9b25eb760b88a4833caeba4e9b96bc793e76c9622a0160bc160 +SIZE (leocad/leocad-0.80.1-src.tgz) = 963073 +SHA256 (leocad/pieces-7439.zip) = f826115999296800a8cb22a85521eb019d8fbeb91e8a92d3485bcbf0e94a15fd +SIZE (leocad/pieces-7439.zip) = 22023619 Added: head/cad/leocad/files/patch-qt-qtmain.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/leocad/files/patch-qt-qtmain.cpp Tue Sep 17 19:14:02 2013 (r327502) @@ -0,0 +1,13 @@ +--- qt/qtmain.cpp.orig 2013-08-13 06:54:12.000000000 +0200 ++++ qt/qtmain.cpp 2013-08-30 23:52:45.000000000 +0200 +@@ -149,6 +149,10 @@ + const char* libPath = LC_INSTALL_PREFIX"/share/leocad/"; + #endif + ++#ifdef Q_OS_FREEBSD ++ const char* libPath = LC_INSTALL_PREFIX"/local/share/leocad/"; ++#endif ++ + #ifdef Q_OS_MAC + QDir bundlePath = QDir(QCoreApplication::applicationDirPath()); + bundlePath.cdUp(); Modified: head/cad/leocad/pkg-plist ============================================================================== --- head/cad/leocad/pkg-plist Tue Sep 17 19:04:58 2013 (r327501) +++ head/cad/leocad/pkg-plist Tue Sep 17 19:14:02 2013 (r327502) @@ -6,12 +6,13 @@ share/icons/hicolor/24x24/apps/leocad.pn share/icons/hicolor/256x256/apps/leocad.png share/icons/hicolor/32x32/apps/leocad.png share/icons/hicolor/48x48/apps/leocad.png +share/icons/hicolor/scalable/apps/leocad.svg share/icons/hicolor/scalable/mimetypes/application-vnd.leocad.svg -%%DATADIR%%/icon.png %%DATADIR%%/library.bin share/mime/application/vnd.leocad.xml -share/mime/packages/leocad-mime.xml +share/mime/packages/leocad.xml share/pixmaps/leocad.png -share/pixmaps/leocad.svg +@dirrmtry share/mime/application +@dirrmtry share/mime @dirrm %%DATADIR%% @dirrmtry share/applications From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 19:26:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 32B961AF; Tue, 17 Sep 2013 19:26:21 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D8EB2CDB; Tue, 17 Sep 2013 19:26:20 +0000 (UTC) Received: from host-217-197-197-200.rev.as20985.net [217.197.197.200:34532] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id r8HJPoMF055450 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Tue, 17 Sep 2013 23:25:51 +0400 (MSK) From: Max Brazhnikov To: ports-committers@freebsd.org Subject: Re: svn commit: r327501 - head/deskutils/fet Date: Tue, 17 Sep 2013 19:25:49 +0000 Message-ID: <6571994.Mqguc1XheQ@mercury.ph.man.ac.uk> User-Agent: KMail/4.11 (FreeBSD/9.2-PRERELEASE; KDE/4.11.0; amd64; ; ) In-Reply-To: <201309171904.r8HJ4xgG028476@svn.freebsd.org> References: <201309171904.r8HJ4xgG028476@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 17 Sep 2013 19:26:21 -0000 On Tue, 17 Sep 2013 19:04:59 +0000Tue Sep 17 19:04:58 2013 Max Brazhnikov wrote: > Author: makc > Date: Tue Sep 17 19:04:58 2013 > New Revision: 327501 > URL: http://svnweb.freebsd.org/changeset/ports/327501 > > Log: > - Update tp 5.19.3 > - Install cli version of FET > > PR: ports/181464 > Submitted by: Zsolt Udvari Approved by: maintainer timeout From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 20:56:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E7E61DE; Tue, 17 Sep 2013 20:56:34 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB3BA2313; Tue, 17 Sep 2013 20:56:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HKuYNC086853; Tue, 17 Sep 2013 20:56:34 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HKuYoR086850; Tue, 17 Sep 2013 20:56:34 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201309172056.r8HKuYoR086850@svn.freebsd.org> From: Chris Rees Date: Tue, 17 Sep 2013 20:56:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327503 - in head/sysutils/monitorix: . 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.14 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: Tue, 17 Sep 2013 20:56:35 -0000 Author: crees Date: Tue Sep 17 20:56:33 2013 New Revision: 327503 URL: http://svnweb.freebsd.org/changeset/ports/327503 Log: Update to 3.3.0 Beware configuration file changes! It will not work without changes. Modified: head/sysutils/monitorix/Makefile head/sysutils/monitorix/distinfo head/sysutils/monitorix/files/pkg-message.in Modified: head/sysutils/monitorix/Makefile ============================================================================== --- head/sysutils/monitorix/Makefile Tue Sep 17 19:14:02 2013 (r327502) +++ head/sysutils/monitorix/Makefile Tue Sep 17 20:56:33 2013 (r327503) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= monitorix -PORTVERSION= 3.2.1 +PORTVERSION= 3.3.0 CATEGORIES= sysutils MASTER_SITES= http://www.monitorix.org/ \ http://www.monitorix.org/old_versions/ \ Modified: head/sysutils/monitorix/distinfo ============================================================================== --- head/sysutils/monitorix/distinfo Tue Sep 17 19:14:02 2013 (r327502) +++ head/sysutils/monitorix/distinfo Tue Sep 17 20:56:33 2013 (r327503) @@ -1,2 +1,2 @@ -SHA256 (monitorix-3.2.1.tar.gz) = ef37ee4301dc76451cadfa5d1d01ade9249cc36d19e8757e024cd3b2121a7781 -SIZE (monitorix-3.2.1.tar.gz) = 168852 +SHA256 (monitorix-3.3.0.tar.gz) = 9578d79121034cfee94ebcdcec3a1c55fddd0ff022cdd8184d1d5109f813d29a +SIZE (monitorix-3.3.0.tar.gz) = 186782 Modified: head/sysutils/monitorix/files/pkg-message.in ============================================================================== --- head/sysutils/monitorix/files/pkg-message.in Tue Sep 17 19:14:02 2013 (r327502) +++ head/sysutils/monitorix/files/pkg-message.in Tue Sep 17 20:56:33 2013 (r327503) @@ -3,8 +3,14 @@ The port has a generic default config, please adjust your settings in file: %%PREFIX%%/etc/monitorix.conf - The configuration file changed between 2.6.x and 3.0.0. - It is suggested that you back up your old config file and - use the information there to write the new one. + The configuration file is subject to change with each release, + and has definitely changed with the latest update. + + It is suggested that you run; + + # diff -u %%PREFIX%%/etc/monitorix.conf.sample \ + %%PREFIX%%/etc/monitorix.conf + + and have a look at the new configuration file options. ================================================================ From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 21:00:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 032E922D; Tue, 17 Sep 2013 21:00:03 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E305A2343; Tue, 17 Sep 2013 21:00:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HL02uL087701; Tue, 17 Sep 2013 21:00:02 GMT (envelope-from mr@svn.freebsd.org) Received: (from mr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HL017c087680; Tue, 17 Sep 2013 21:00:01 GMT (envelope-from mr@svn.freebsd.org) Message-Id: <201309172100.r8HL017c087680@svn.freebsd.org> From: Michael Reifenberger Date: Tue, 17 Sep 2013 21:00:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327504 - in head/cad/kicad-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.14 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: Tue, 17 Sep 2013 21:00:03 -0000 Author: mr Date: Tue Sep 17 21:00:01 2013 New Revision: 327504 URL: http://svnweb.freebsd.org/changeset/ports/327504 Log: Update to a newer snapshot. Added: head/cad/kicad-devel/files/ head/cad/kicad-devel/files/patch-download_boost.cmake (contents, props changed) Modified: head/cad/kicad-devel/Makefile head/cad/kicad-devel/Makefile.bzr_rev head/cad/kicad-devel/distinfo head/cad/kicad-devel/pkg-plist Modified: head/cad/kicad-devel/Makefile ============================================================================== --- head/cad/kicad-devel/Makefile Tue Sep 17 20:56:33 2013 (r327503) +++ head/cad/kicad-devel/Makefile Tue Sep 17 21:00:01 2013 (r327504) @@ -27,7 +27,7 @@ USE_GL= yes USE_WX= 2.8 WX_UNICODE= yes USE_GNOME= atk # Required by libwx_gtk2_aui-2.8.so -#TODO Add support for Python. +USE_PYTHON= yes #OPTIONS= GTA2CORE "Apply additional Openmoko GTA2_CORE patches" off @@ -39,13 +39,18 @@ EXTRAS2RM= linux-non_unicode linux wings contrib_makefiles.txt running_kicad_under_W98.txt USES= cmake gettext CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \ + -DCMAKE_BUILD_TYPE=Release \ -DKICAD_TESTING_VERSION=ON \ -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \ -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" - +# -DCMAKE_CXX_FLAGS="-I${LOCALBASE}/include -I/usr/local/include/wx-2.8" .include +BUILD_DEPENDS= wxgtk2-2.8-config:${PORTSDIR}/x11-toolkits/wxgtk28 \ + bzr:${PORTSDIR}/devel/bzr \ + ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/bzrlib/plugins/bzrtools/bzrtools.py:${PORTSDIR}/devel/bzrtools + #.if !defined(WITHOUT_GTA2CORE) #PATCH_STRIP= -p1 #EXTRA_PATCHES+= \ Modified: head/cad/kicad-devel/Makefile.bzr_rev ============================================================================== --- head/cad/kicad-devel/Makefile.bzr_rev Tue Sep 17 20:56:33 2013 (r327503) +++ head/cad/kicad-devel/Makefile.bzr_rev Tue Sep 17 21:00:01 2013 (r327504) @@ -1,3 +1,3 @@ -BZR_SRC_REV= 3060 -BZR_LIB_REV= 109 -BZR_DOC_REV= 226 +BZR_SRC_REV= 4313 +BZR_LIB_REV= 267 +BZR_DOC_REV= 487 Modified: head/cad/kicad-devel/distinfo ============================================================================== --- head/cad/kicad-devel/distinfo Tue Sep 17 20:56:33 2013 (r327503) +++ head/cad/kicad-devel/distinfo Tue Sep 17 21:00:01 2013 (r327504) @@ -1,2 +1,2 @@ -SHA256 (kicad/kicad-r3060.tar.bz2) = 7afb40d103435a4ad8294d3e709669b294ca513e5b7c478a1e5c21f5c434f38c -SIZE (kicad/kicad-r3060.tar.bz2) = 95615342 +SHA256 (kicad/kicad-r4313.tar.bz2) = 5e813ecdbfe9f4742bc6285d57f56f078e895e1b1a3871edee81fb309464e69d +SIZE (kicad/kicad-r4313.tar.bz2) = 179794564 Added: head/cad/kicad-devel/files/patch-download_boost.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/kicad-devel/files/patch-download_boost.cmake Tue Sep 17 21:00:01 2013 (r327504) @@ -0,0 +1,8 @@ +--- CMakeModules/download_boost.cmake.orig 2013-09-17 18:50:32.424234883 +0000 ++++ CMakeModules/download_boost.cmake 2013-09-17 18:33:58.024299100 +0000 +@@ -167,4 +167,5 @@ + + ExternalProject_Add_Step( boost bzr_commit_boost ++ COMMAND bzr whoami "M R " + COMMAND bzr ci -q -m pristine + COMMENT "committing pristine boost files to 'boost scratch repo'" Modified: head/cad/kicad-devel/pkg-plist ============================================================================== --- head/cad/kicad-devel/pkg-plist Tue Sep 17 20:56:33 2013 (r327503) +++ head/cad/kicad-devel/pkg-plist Tue Sep 17 21:00:01 2013 (r327504) @@ -4,9 +4,13 @@ bin/eeschema bin/freeroute.jnlp bin/gerbview bin/kicad -bin/minizip bin/pcb_calculator bin/pcbnew +lib/kicad/plugins/bom2csv.xsl +lib/kicad/plugins/bom_cvs.xsl +lib/kicad/plugins/netlist_form_OrcadPcb2.xsl +lib/kicad/plugins/netlist_form_cadstar-RINF.xsl +lib/kicad/plugins/netlist_form_cadstar.xsl lib/kicad/plugins/netlist_form_pads-pcb.xsl share/applications/eeschema.desktop share/applications/kicad.desktop @@ -23,27 +27,27 @@ share/mimelnk/application/x-kicad-projec share/mimelnk/application/x-kicad-schematic.desktop %%DATADIR%%/demos/complex_hierarchy/ampli_ht.sch %%DATADIR%%/demos/complex_hierarchy/complex_hierarchy-cache.lib -%%DATADIR%%/demos/complex_hierarchy/complex_hierarchy.brd %%DATADIR%%/demos/complex_hierarchy/complex_hierarchy.cmp +%%DATADIR%%/demos/complex_hierarchy/complex_hierarchy.kicad_pcb %%DATADIR%%/demos/complex_hierarchy/complex_hierarchy.net %%DATADIR%%/demos/complex_hierarchy/complex_hierarchy.pro %%DATADIR%%/demos/complex_hierarchy/complex_hierarchy.sch %%DATADIR%%/demos/ecc83/ecc83-pp-cache.lib -%%DATADIR%%/demos/ecc83/ecc83-pp.brd %%DATADIR%%/demos/ecc83/ecc83-pp.cmp +%%DATADIR%%/demos/ecc83/ecc83-pp.kicad_pcb %%DATADIR%%/demos/ecc83/ecc83-pp.net %%DATADIR%%/demos/ecc83/ecc83-pp.pro %%DATADIR%%/demos/ecc83/ecc83-pp.sch %%DATADIR%%/demos/ecc83/ecc83-pp_v2-cache.lib -%%DATADIR%%/demos/ecc83/ecc83-pp_v2.brd +%%DATADIR%%/demos/ecc83/ecc83-pp_v2.kicad_pcb %%DATADIR%%/demos/ecc83/ecc83-pp_v2.pro %%DATADIR%%/demos/ecc83/ecc83-pp_v2.sch %%DATADIR%%/demos/electric/electric-cache.lib %%DATADIR%%/demos/electric/electric.pro %%DATADIR%%/demos/electric/electric.sch %%DATADIR%%/demos/flat_hierarchy/flat_hierarchy-cache.lib -%%DATADIR%%/demos/flat_hierarchy/flat_hierarchy.brd %%DATADIR%%/demos/flat_hierarchy/flat_hierarchy.cmp +%%DATADIR%%/demos/flat_hierarchy/flat_hierarchy.kicad_pcb %%DATADIR%%/demos/flat_hierarchy/flat_hierarchy.net %%DATADIR%%/demos/flat_hierarchy/flat_hierarchy.pro %%DATADIR%%/demos/flat_hierarchy/flat_hierarchy.sch @@ -52,18 +56,28 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/demos/interf_u/image.lib %%DATADIR%%/demos/interf_u/image.mod %%DATADIR%%/demos/interf_u/interf_u-cache.lib -%%DATADIR%%/demos/interf_u/interf_u.brd %%DATADIR%%/demos/interf_u/interf_u.cmp +%%DATADIR%%/demos/interf_u/interf_u.kicad_pcb %%DATADIR%%/demos/interf_u/interf_u.net %%DATADIR%%/demos/interf_u/interf_u.pro %%DATADIR%%/demos/interf_u/interf_u.sch +%%DATADIR%%/demos/interf_u/pagelayout_logo.kicad_wks %%DATADIR%%/demos/interf_u/tux.bmp -%%DATADIR%%/demos/microwave/microwave.brd +%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/in_out_conn.sch +%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213-cache.dcm +%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213-cache.lib +%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.cmp +%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.kicad_pcb +%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.net +%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.pro +%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/kit-dev-coldfire-xilinx_5213.sch +%%DATADIR%%/demos/kit-dev-coldfire-xilinx_5213/xilinx.sch +%%DATADIR%%/demos/microwave/microwave.kicad_pcb %%DATADIR%%/demos/microwave/microwave.pro %%DATADIR%%/demos/microwave/shape1.txt %%DATADIR%%/demos/pic_programmer/pic_programmer-cache.lib -%%DATADIR%%/demos/pic_programmer/pic_programmer.brd %%DATADIR%%/demos/pic_programmer/pic_programmer.cmp +%%DATADIR%%/demos/pic_programmer/pic_programmer.kicad_pcb %%DATADIR%%/demos/pic_programmer/pic_programmer.net %%DATADIR%%/demos/pic_programmer/pic_programmer.pro %%DATADIR%%/demos/pic_programmer/pic_programmer.sch @@ -73,14 +87,14 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/demos/pspice/pspice.pro %%DATADIR%%/demos/pspice/pspice.sch %%DATADIR%%/demos/sonde xilinx/sonde xilinx-cache.lib -%%DATADIR%%/demos/sonde xilinx/sonde xilinx.brd %%DATADIR%%/demos/sonde xilinx/sonde xilinx.cmp +%%DATADIR%%/demos/sonde xilinx/sonde xilinx.kicad_pcb %%DATADIR%%/demos/sonde xilinx/sonde xilinx.net %%DATADIR%%/demos/sonde xilinx/sonde xilinx.pro %%DATADIR%%/demos/sonde xilinx/sonde xilinx.sch %%DATADIR%%/demos/test_xil_95108/carte_test-cache.lib -%%DATADIR%%/demos/test_xil_95108/carte_test.brd %%DATADIR%%/demos/test_xil_95108/carte_test.cmp +%%DATADIR%%/demos/test_xil_95108/carte_test.kicad_pcb %%DATADIR%%/demos/test_xil_95108/carte_test.net %%DATADIR%%/demos/test_xil_95108/carte_test.pro %%DATADIR%%/demos/test_xil_95108/carte_test.sch @@ -92,30 +106,28 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/demos/video/pal-ntsc.sch %%DATADIR%%/demos/video/rams.sch %%DATADIR%%/demos/video/video-cache.lib -%%DATADIR%%/demos/video/video.brd %%DATADIR%%/demos/video/video.cmp +%%DATADIR%%/demos/video/video.kicad_pcb %%DATADIR%%/demos/video/video.net %%DATADIR%%/demos/video/video.pro %%DATADIR%%/demos/video/video.sch +%%DATADIR%%/library/74xgxx.dcm +%%DATADIR%%/library/74xgxx.lib %%DATADIR%%/library/74xx.dcm %%DATADIR%%/library/74xx.lib -%%DATADIR%%/library/7segm_display.sym %%DATADIR%%/library/CMakeLists.txt -%%DATADIR%%/library/SymbolsSimilarEN60617+oldDIN617.dcm -%%DATADIR%%/library/SymbolsSimilarEN60617+oldDIN617.lib +%%DATADIR%%/library/ac-dc.dcm +%%DATADIR%%/library/ac-dc.lib %%DATADIR%%/library/adc-dac.dcm %%DATADIR%%/library/adc-dac.lib -%%DATADIR%%/library/ampli_op.sym %%DATADIR%%/library/analog_switches.dcm %%DATADIR%%/library/analog_switches.lib -%%DATADIR%%/library/and.sym %%DATADIR%%/library/atmel.dcm %%DATADIR%%/library/atmel.lib %%DATADIR%%/library/audio.dcm %%DATADIR%%/library/audio.lib %%DATADIR%%/library/brooktre.dcm %%DATADIR%%/library/brooktre.lib -%%DATADIR%%/library/buffer.sym %%DATADIR%%/library/cmos4000.dcm %%DATADIR%%/library/cmos4000.lib %%DATADIR%%/library/cmos_ieee.dcm @@ -124,7 +136,17 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/library/conn.lib %%DATADIR%%/library/contrib.dcm %%DATADIR%%/library/contrib.lib +%%DATADIR%%/library/contrib_symbols_dl1eic/CMakeLists.txt +%%DATADIR%%/library/contrib_symbols_dl1eic/SymbolsSimilarEN60617+oldDIN617-RevE8.lib +%%DATADIR%%/library/contrib_symbols_dl1eic/Symbols_DCDC-ACDC-Converter_RevC_20Jul2012.lib +%%DATADIR%%/library/contrib_symbols_dl1eic/Symbols_EN60617_13Mar2013.lib +%%DATADIR%%/library/contrib_symbols_dl1eic/Symbols_EN60617_13Mar2013.pdf +%%DATADIR%%/library/contrib_symbols_dl1eic/Symbols_ICs-Opto_RevB_29Dez2012.lib +%%DATADIR%%/library/contrib_symbols_dl1eic/Symbols_Socket-DIN41612_RevA.lib +%%DATADIR%%/library/contrib_symbols_dl1eic/Symbols_Transformer-Diskrete_RevA.lib %%DATADIR%%/library/cypress.lib +%%DATADIR%%/library/dc-dc.dcm +%%DATADIR%%/library/dc-dc.lib %%DATADIR%%/library/device.dcm %%DATADIR%%/library/device.lib %%DATADIR%%/library/digital-audio.dcm @@ -135,7 +157,8 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/library/dsp.lib %%DATADIR%%/library/elec-unifil.dcm %%DATADIR%%/library/elec-unifil.lib -%%DATADIR%%/library/et-ou.sym +%%DATADIR%%/library/ftdi.dcm +%%DATADIR%%/library/ftdi.lib %%DATADIR%%/library/gennum.dcm %%DATADIR%%/library/gennum.lib %%DATADIR%%/library/graphic.dcm @@ -145,9 +168,9 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/library/intel.lib %%DATADIR%%/library/interface.dcm %%DATADIR%%/library/interface.lib -%%DATADIR%%/library/inv.sym %%DATADIR%%/library/linear.dcm %%DATADIR%%/library/linear.lib +%%DATADIR%%/library/logo.lib %%DATADIR%%/library/makefile %%DATADIR%%/library/memory.dcm %%DATADIR%%/library/memory.lib @@ -155,93 +178,390 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/library/microchip.lib %%DATADIR%%/library/microchip1.dcm %%DATADIR%%/library/microchip1.lib +%%DATADIR%%/library/microchip_pic10mcu.dcm +%%DATADIR%%/library/microchip_pic10mcu.lib +%%DATADIR%%/library/microchip_pic12mcu.dcm +%%DATADIR%%/library/microchip_pic12mcu.lib +%%DATADIR%%/library/microchip_pic16mcu.dcm +%%DATADIR%%/library/microchip_pic16mcu.lib %%DATADIR%%/library/microcontrollers.dcm %%DATADIR%%/library/microcontrollers.lib %%DATADIR%%/library/motorola.dcm %%DATADIR%%/library/motorola.lib -%%DATADIR%%/library/nand.sym -%%DATADIR%%/library/neg_power_symbol.sym -%%DATADIR%%/library/npn.sym +%%DATADIR%%/library/msp430.dcm +%%DATADIR%%/library/msp430.lib +%%DATADIR%%/library/nxp_armmcu.dcm +%%DATADIR%%/library/nxp_armmcu.lib +%%DATADIR%%/library/opto.dcm %%DATADIR%%/library/opto.lib -%%DATADIR%%/library/or.sym %%DATADIR%%/library/philips.dcm %%DATADIR%%/library/philips.lib -%%DATADIR%%/library/pnp.sym %%DATADIR%%/library/power.dcm %%DATADIR%%/library/power.lib -%%DATADIR%%/library/power_symbol.sym +%%DATADIR%%/library/powerint.dcm +%%DATADIR%%/library/powerint.lib %%DATADIR%%/library/pspice.dcm %%DATADIR%%/library/pspice.lib +%%DATADIR%%/library/references.dcm +%%DATADIR%%/library/references.lib %%DATADIR%%/library/regul.dcm %%DATADIR%%/library/regul.lib +%%DATADIR%%/library/relays.dcm +%%DATADIR%%/library/relays.lib +%%DATADIR%%/library/rfcom.dcm +%%DATADIR%%/library/rfcom.lib +%%DATADIR%%/library/sensors.dcm +%%DATADIR%%/library/sensors.lib %%DATADIR%%/library/siliconi.lib -%%DATADIR%%/library/smalland.sym %%DATADIR%%/library/special.dcm %%DATADIR%%/library/special.lib +%%DATADIR%%/library/stm32.dcm +%%DATADIR%%/library/stm32.lib +%%DATADIR%%/library/stm8.dcm +%%DATADIR%%/library/stm8.lib +%%DATADIR%%/library/supertex.dcm +%%DATADIR%%/library/supertex.lib +%%DATADIR%%/library/symbols/7segm_display.sym +%%DATADIR%%/library/symbols/ampli_op.sym +%%DATADIR%%/library/symbols/buffer.sym +%%DATADIR%%/library/symbols/inv.sym +%%DATADIR%%/library/symbols/neg_power_symbol.sym +%%DATADIR%%/library/symbols/npn.sym +%%DATADIR%%/library/symbols/or.sym +%%DATADIR%%/library/symbols/pnp.sym +%%DATADIR%%/library/symbols/power_symbol.sym +%%DATADIR%%/library/symbols/smalland.sym +%%DATADIR%%/library/symbols/xor.sym %%DATADIR%%/library/texas.dcm %%DATADIR%%/library/texas.lib +%%DATADIR%%/library/transf.dcm +%%DATADIR%%/library/transf.lib %%DATADIR%%/library/transistors.dcm %%DATADIR%%/library/transistors.lib %%DATADIR%%/library/ttl_ieee.dcm %%DATADIR%%/library/ttl_ieee.lib %%DATADIR%%/library/valves.dcm %%DATADIR%%/library/valves.lib +%%DATADIR%%/library/video.dcm +%%DATADIR%%/library/video.lib %%DATADIR%%/library/xilinx.dcm %%DATADIR%%/library/xilinx.lib -%%DATADIR%%/library/xor.sym +%%DATADIR%%/modules/Allegro_ACS754_ACS755_ACS756_HallCurrentSensor_RevA.mod +%%DATADIR%%/modules/Allegro_HallSensors_CB-PFF_CB-PSF_CB-FSS_Housings_24Oct2012.kicad_pcb +%%DATADIR%%/modules/BNC-Sockets_RevA.kicad_pcb +%%DATADIR%%/modules/Buzzer_Beeper_RevA_25Oct2010.kicad_pcb %%DATADIR%%/modules/CMakeLists.txt +%%DATADIR%%/modules/Capacitors_SMD_RevA.kicad_pcb +%%DATADIR%%/modules/Capacitors_SMD_RevA.mod +%%DATADIR%%/modules/Capacitors_ThroughHole_RevA.kicad_pcb +%%DATADIR%%/modules/Choke_Axial_ThroughHole_RevB.kicad_pcb +%%DATADIR%%/modules/Choke_Radial_ThroughHole_CD_Bobin_RevA.kicad_pcb +%%DATADIR%%/modules/Choke_SMD_RevB_28Dez2012.kicad_pcb +%%DATADIR%%/modules/Choke_Toroid_ThroughHole_RevC_06Aug2010.kicad_pcb +%%DATADIR%%/modules/CommonModeChoke_Wuerth_Type-WE-CMB_RevA_24Oct2010.kicad_pcb +%%DATADIR%%/modules/Crystals_RevB_20Apr2013.kicad_pcb +%%DATADIR%%/modules/Crystals_RevB_20Apr2013.mod +%%DATADIR%%/modules/DCDC-ACDC-Converter_1_RevC_20Jul2012.kicad_pcb +%%DATADIR%%/modules/DCDC-ACDC-Converter_2_RevC_20Jul2012.kicad_pcb +%%DATADIR%%/modules/DCDC-ACDC-Converter_RevC_20Jul2012.mod +%%DATADIR%%/modules/Dioden_SMD_RevA_31May2013.kicad_pcb +%%DATADIR%%/modules/Dioden_SMD_RevA_31May2013.mod +%%DATADIR%%/modules/Dioden_ThroughHole_RevC.kicad_pcb +%%DATADIR%%/modules/Dioden_ThroughHole_RevC.mod +%%DATADIR%%/modules/Elko_ThroughHole_RevB-3_30Dec2011.kicad_pcb +%%DATADIR%%/modules/Elko_ThroughHole_RevB-3_30Dec2011.mod +%%DATADIR%%/modules/EuroBoardoutline_RevC.mod +%%DATADIR%%/modules/EuroBoardoutline_RevC_Part1.kicad_pcb +%%DATADIR%%/modules/EuroBoardoutline_RevC_Part2.kicad_pcb +%%DATADIR%%/modules/EuroBoardoutline_RevC_Part3.kicad_pcb +%%DATADIR%%/modules/EuroBoardoutline_RevC_Part4.kicad_pcb +%%DATADIR%%/modules/EuroBoardoutline_RevC_Part5.kicad_pcb +%%DATADIR%%/modules/EuroBoardoutline_RevC_Part6.kicad_pcb +%%DATADIR%%/modules/EuroBoardoutline_RevC_Part7.kicad_pcb +%%DATADIR%%/modules/Fiducials_RevC_04Aug2012.kicad_pcb +%%DATADIR%%/modules/Fiducials_RevC_04Aug2012.mod +%%DATADIR%%/modules/Footprint-Symbols_RevD_28Aug2012.kicad_pcb +%%DATADIR%%/modules/Footprint-Symbols_RevD_28Aug2012.mod +%%DATADIR%%/modules/FuseholderAndFuses_RevD_28Aug2012.kicad_pcb +%%DATADIR%%/modules/FuseholderAndFuses_RevD_28Aug2012.mod +%%DATADIR%%/modules/Heatsinks_RevC.kicad_pcb +%%DATADIR%%/modules/Heatsinks_RevC.mod +%%DATADIR%%/modules/IR-directFET_Packages_RevB.kicad_pcb +%%DATADIR%%/modules/IR-directFET_Packages_RevB.mod +%%DATADIR%%/modules/Label_RevA_21Mar2011.mod +%%DATADIR%%/modules/Measurement-Scala_RevA.kicad_pcb +%%DATADIR%%/modules/Measurement-Scala_RevA.mod +%%DATADIR%%/modules/Measurement_Point_RevA.kicad_pcb +%%DATADIR%%/modules/Measurement_Point_RevA.mod +%%DATADIR%%/modules/Mechanical_Socket-Plug_DIN41612-Stuff_RevA.kicad_pcb +%%DATADIR%%/modules/Mechanical_Socket-Plug_DIN41612-Stuff_RevA.mod +%%DATADIR%%/modules/MiniUniversalMate-N-LokSockets_13Aug2012.kicad_pcb +%%DATADIR%%/modules/MiniUniversalMate-N-LokSockets_13Aug2012.mod +%%DATADIR%%/modules/MountingHole_RevA.mod +%%DATADIR%%/modules/NF-Transformer_ETAL_RevA_28Aug2012.kicad_pcb +%%DATADIR%%/modules/NF-Transformer_ETAL_RevA_28Aug2012.mod +%%DATADIR%%/modules/Neosid_Air-Coil_SML_HAMxx31A_HDMxx31A_RevA_25Apr2012.kicad_pcb +%%DATADIR%%/modules/Neosid_Air-Coil_SML_HAMxx31A_HDMxx31A_RevA_25Apr2012.mod +%%DATADIR%%/modules/Neosid_Filter_HF-Coil_25Apr2012.kicad_pcb +%%DATADIR%%/modules/Neosid_Filter_HF-Coil_25Apr2012.mod +%%DATADIR%%/modules/Neosid_Inductor_21Apr2012.kicad_pcb +%%DATADIR%%/modules/Neosid_Inductor_21Apr2012.mod +%%DATADIR%%/modules/Oddities_RevA_10Mar2011.kicad_pcb +%%DATADIR%%/modules/Oddities_RevA_10Mar2011.mod +%%DATADIR%%/modules/OldSowjetAera_Transistor_RevA.kicad_pcb +%%DATADIR%%/modules/Opto-Devices_RevC_03Oct2012.kicad_pcb +%%DATADIR%%/modules/Opto-Devices_RevC_03Oct2012.mod +%%DATADIR%%/modules/Oscillator-Modul_RevA.kicad_pcb +%%DATADIR%%/modules/Oscillator-Modul_RevA.mod +%%DATADIR%%/modules/Pentawatt_RevB_30Apr2011.kicad_pcb +%%DATADIR%%/modules/Pentawatt_RevB_30Apr2011.mod +%%DATADIR%%/modules/Potentiometer_Part1_RevB_02Aug2010.kicad_pcb +%%DATADIR%%/modules/Potentiometer_Part2_RevB_02Aug2010.kicad_pcb +%%DATADIR%%/modules/Potentiometer_RevB_02Aug2010.mod +%%DATADIR%%/modules/Printtrafo_CHK_Part1_RevA_04Aug2010.kicad_pcb +%%DATADIR%%/modules/Printtrafo_CHK_Part2_RevA_04Aug2010.kicad_pcb +%%DATADIR%%/modules/Printtrafo_CHK_Part3_RevA_04Aug2010.kicad_pcb +%%DATADIR%%/modules/Printtrafo_CHK_RevA_04Aug2010.mod +%%DATADIR%%/modules/Relay_ThroughHole_RevB.kicad_pcb +%%DATADIR%%/modules/Relay_ThroughHole_RevB.mod +%%DATADIR%%/modules/Resistor_SMD_RevA.kicad_pcb +%%DATADIR%%/modules/Resistor_SMD_RevA.mod +%%DATADIR%%/modules/Resistor_ThroughHole_RevB_22Apr2011.kicad_pcb +%%DATADIR%%/modules/Resistor_ThroughHole_RevB_22Apr2011.mod +%%DATADIR%%/modules/Resistor_Universal-Experimental_RevA.kicad_pcb +%%DATADIR%%/modules/Resistor_Universal-Experimental_RevA.mod +%%DATADIR%%/modules/SI570_SI571_Oscillator_RevA_11Jun2012.kicad_pcb +%%DATADIR%%/modules/SI570_SI571_Oscillator_RevA_11Jun2012.mod +%%DATADIR%%/modules/SIP9_Housing_14Jun2013.kicad_pcb +%%DATADIR%%/modules/SIP9_Housing_14Jun2013.mod +%%DATADIR%%/modules/SOT126_SOT32_Housings_RevA_22Oct2012.kicad_pcb +%%DATADIR%%/modules/SOT126_SOT32_Housings_RevA_22Oct2012.mod +%%DATADIR%%/modules/SOT23_SOT143_SOT143R_TSOT6_MK06A_SC70-6_Housing_26Jul2012.kicad_pcb +%%DATADIR%%/modules/SOT23_SOT143_SOT143R_TSOT6_MK06A_SC70-6_Housing_26Jul2012.mod +%%DATADIR%%/modules/SOT89-3_SOT89-5_Housing_RevA_02Sep2012.kicad_pcb +%%DATADIR%%/modules/SOT89-3_SOT89-5_Housing_RevA_02Sep2012.mod +%%DATADIR%%/modules/Socket_MOLEX-KK-System.kicad_pcb +%%DATADIR%%/modules/Socket_MOLEX-KK-System.mod +%%DATADIR%%/modules/Socket_WAGO734_RevA.kicad_pcb +%%DATADIR%%/modules/Socket_WAGO734_RevA.mod +%%DATADIR%%/modules/TO-50_Housings_RevA_21Apr2013.kicad_pcb +%%DATADIR%%/modules/TO-50_Housings_RevA_21Apr2013.mod +%%DATADIR%%/modules/TO-78_Housing_RevA_04Jun2013.kicad_pcb +%%DATADIR%%/modules/TO-78_Housing_RevA_04Jun2013.mod +%%DATADIR%%/modules/TO-92_Housings_06Jun2013.mod +%%DATADIR%%/modules/TO-92_Housings_06Jun2013_Part1.kicad_pcb +%%DATADIR%%/modules/TO-92_Housings_06Jun2013_Part2.kicad_pcb +%%DATADIR%%/modules/TO-92_Housings_06Jun2013_Part3.kicad_pcb +%%DATADIR%%/modules/TantalCapacitors_SMD_RevA_28Aug2012.kicad_pcb +%%DATADIR%%/modules/TerminalBlock_WAGO236-RM5mm_RevA2-cache.mod +%%DATADIR%%/modules/TerminalBlock_WAGO236-RM5mm_RevA2.kicad_pcb +%%DATADIR%%/modules/TransformerSMPS_ThroughHole_RevA.kicad_pcb +%%DATADIR%%/modules/TransformerSMPS_ThroughHole_RevA.mod +%%DATADIR%%/modules/Transistor_TO-220_RevB_03Sep2012.kicad_pcb +%%DATADIR%%/modules/Transistor_TO-220_RevB_03Sep2012.mod +%%DATADIR%%/modules/Transistor_TO-247_RevC.kicad_pcb +%%DATADIR%%/modules/Transistor_TO-247_RevC.mod +%%DATADIR%%/modules/Transistor_TO-247_RevC_Part1.kicad_pcb +%%DATADIR%%/modules/Transistor_TO-247_RevC_Part2.kicad_pcb +%%DATADIR%%/modules/VML0806_Housing_Rohm_RevA_26Oct2012.kicad_pcb +%%DATADIR%%/modules/VML0806_Housing_Rohm_RevA_26Oct2012.mod +%%DATADIR%%/modules/WireConnections-Bridges_RevA.kicad_pcb +%%DATADIR%%/modules/WireConnections-Bridges_RevA.mod +%%DATADIR%%/modules/WirePads_RevA_15Jun2010.kicad_pcb +%%DATADIR%%/modules/WirePads_RevA_15Jun2010.mod %%DATADIR%%/modules/affich.brd %%DATADIR%%/modules/capa_pol.equ +%%DATADIR%%/modules/capacitors.mod %%DATADIR%%/modules/ci.equ %%DATADIR%%/modules/conn_DBxx.brd %%DATADIR%%/modules/conn_HExx.brd -%%DATADIR%%/modules/connect.mdc %%DATADIR%%/modules/connect.mod %%DATADIR%%/modules/connect1.brd %%DATADIR%%/modules/connect2.brd +%%DATADIR%%/modules/connectors_molex_serial_53047-A123.kicad_pcb +%%DATADIR%%/modules/connectors_molex_serial_53047-A123.mod %%DATADIR%%/modules/devcms.equ %%DATADIR%%/modules/device.equ %%DATADIR%%/modules/dip_sockets.brd -%%DATADIR%%/modules/dip_sockets.mdc %%DATADIR%%/modules/dip_sockets.mod -%%DATADIR%%/modules/discret.mdc +%%DATADIR%%/modules/dip_sockets_special.brd %%DATADIR%%/modules/discret.mod %%DATADIR%%/modules/discret1.brd %%DATADIR%%/modules/display.brd -%%DATADIR%%/modules/display.mdc %%DATADIR%%/modules/display.mod -%%DATADIR%%/modules/divers.mdc %%DATADIR%%/modules/divers.mod +%%DATADIR%%/modules/footprints_doc/Allegro_HallSensors_CB-PFF_CB-PSF_CB-FSS_Housings_24Oct2012.pdf +%%DATADIR%%/modules/footprints_doc/BNC-Sockets_RevA.pdf +%%DATADIR%%/modules/footprints_doc/Buzzer_Beeper_RevA_25Oct2010.pdf +%%DATADIR%%/modules/footprints_doc/Capacitors_SMD_RevA.pdf +%%DATADIR%%/modules/footprints_doc/Capacitors_ThroughHole_RevA.pdf +%%DATADIR%%/modules/footprints_doc/Choke_Axial_ThroughHole_RevB.pdf +%%DATADIR%%/modules/footprints_doc/Choke_Radial_ThroughHole_CD_Bobin_RevA.pdf +%%DATADIR%%/modules/footprints_doc/Choke_SMD_RevB_28Dez2012.pdf +%%DATADIR%%/modules/footprints_doc/Choke_Toroid_ThroughHole_RevB_06Aug2010.pdf +%%DATADIR%%/modules/footprints_doc/CommonModeChoke_Wuerth_Type-WE-CMB_RevA_24Oct2010.pdf +%%DATADIR%%/modules/footprints_doc/Crystals_RevB_20Apr2013.pdf +%%DATADIR%%/modules/footprints_doc/DCDC-ACDC-Converter_RevC_20Jul2012.pdf +%%DATADIR%%/modules/footprints_doc/Dioden_SMD_RevA_31May2013.pdf +%%DATADIR%%/modules/footprints_doc/Dioden_ThroughHole_RevC.pdf +%%DATADIR%%/modules/footprints_doc/Elko_ThroughHole_RevB-3_30Dec2011.pdf +%%DATADIR%%/modules/footprints_doc/EuroBoardoutline_RevC.pdf +%%DATADIR%%/modules/footprints_doc/Fiducials_RevC_04Aug2012.pdf +%%DATADIR%%/modules/footprints_doc/Footprint-Symbols_RevD_28Aug2012.pdf +%%DATADIR%%/modules/footprints_doc/FuseholderAndFuses_RevD_28Aug2012.pdf +%%DATADIR%%/modules/footprints_doc/Heatsinks_RevC.pdf +%%DATADIR%%/modules/footprints_doc/IR-directFET_Packages_RevB.pdf +%%DATADIR%%/modules/footprints_doc/Label_RevA_21Mar2011.pdf +%%DATADIR%%/modules/footprints_doc/Measurement-Scala_RevA.pdf +%%DATADIR%%/modules/footprints_doc/Measurement_Point_RevA.pdf +%%DATADIR%%/modules/footprints_doc/Mechanical_Socket-Plug_DIN41612-Stuff_RevA.pdf +%%DATADIR%%/modules/footprints_doc/MiniUniversalMate-N-LokSockets_13Aug2012.pdf +%%DATADIR%%/modules/footprints_doc/NF-Transformer_ETAL_RevA_28Aug2012.pdf +%%DATADIR%%/modules/footprints_doc/Neosid_Air-Coil_SML_HAMxx31A_HDMxx31A_RevA_25Apr2012.pdf +%%DATADIR%%/modules/footprints_doc/Neosid_Filter_HF-Coil_25Apr2012.pdf +%%DATADIR%%/modules/footprints_doc/Neosid_Inductor_21Apr2012.pdf +%%DATADIR%%/modules/footprints_doc/Oddities_RevA_10Mar2011.pdf +%%DATADIR%%/modules/footprints_doc/OldSowjetAera_Transistor_RevA.pdf +%%DATADIR%%/modules/footprints_doc/Opto-Devices_RevC_03Oct2012.pdf +%%DATADIR%%/modules/footprints_doc/Oscillator-Modul_RevA.pdf +%%DATADIR%%/modules/footprints_doc/Pentawatt_RevB_30Apr2011.pdf +%%DATADIR%%/modules/footprints_doc/Potentiometer_RevB_02Aug2010.pdf +%%DATADIR%%/modules/footprints_doc/Printtrafo_CHK_RevA_04Aug2010.pdf +%%DATADIR%%/modules/footprints_doc/Relay_ThroughHole_RevB.pdf +%%DATADIR%%/modules/footprints_doc/Resistor_SMD_RevA.pdf +%%DATADIR%%/modules/footprints_doc/Resistor_ThroughHole_RevB_22Apr2011.pdf +%%DATADIR%%/modules/footprints_doc/Resistor_Universal-Experimental_RevA.pdf +%%DATADIR%%/modules/footprints_doc/SI570_SI571_Oscillator_RevA_11Jun2012.pdf +%%DATADIR%%/modules/footprints_doc/SIP9_Housing_14Jun2013.pdf +%%DATADIR%%/modules/footprints_doc/SOT126_SOT32_Housings_RevA_22Oct2012.pdf +%%DATADIR%%/modules/footprints_doc/SOT23_SOT143_SOT143R_TSOT6_MK06A_SC70-6_Housing_26Jul2012.pdf +%%DATADIR%%/modules/footprints_doc/SOT89-3_SOT89-5_Housing_RevA_02Sep2012.pdf +%%DATADIR%%/modules/footprints_doc/Socket_MOLEX-KK-System.pdf +%%DATADIR%%/modules/footprints_doc/Socket_WAGO734_RevA.pdf +%%DATADIR%%/modules/footprints_doc/TO-50_Housings_RevA_21Apr2013.pdf +%%DATADIR%%/modules/footprints_doc/TO-78_Housing_RevA_04Jun2013.pdf +%%DATADIR%%/modules/footprints_doc/TO-92_Housings_06Jun2013.pdf +%%DATADIR%%/modules/footprints_doc/TantalCapacitors_SMD_RevA_28Aug2012.pdf +%%DATADIR%%/modules/footprints_doc/TerminalBlock_WAGO236-RM5mm_RevA2.pdf +%%DATADIR%%/modules/footprints_doc/TransformerSMPS_ThroughHole_RevA.pdf +%%DATADIR%%/modules/footprints_doc/Transistor_TO-220_RevB_03Sep2012.pdf +%%DATADIR%%/modules/footprints_doc/Transistor_TO-247_RevC.pdf +%%DATADIR%%/modules/footprints_doc/VML0806_Housing_Rohm_RevA_26Oct2012.pdf +%%DATADIR%%/modules/footprints_doc/WireConnections-Bridges_RevA.pdf +%%DATADIR%%/modules/footprints_doc/WirePads_RevA_15Jun2010.pdf %%DATADIR%%/modules/footprints_doc/conn_DBxx.ps %%DATADIR%%/modules/footprints_doc/conn_HExx.ps %%DATADIR%%/modules/footprints_doc/connect1.ps %%DATADIR%%/modules/footprints_doc/connect2.ps -%%DATADIR%%/modules/footprints_doc/dil_ell.ps -%%DATADIR%%/modules/footprints_doc/dil_rd.ps %%DATADIR%%/modules/footprints_doc/discret1.ps -%%DATADIR%%/modules/footprints_doc/footprints.pdf +%%DATADIR%%/modules/footprints_doc/libcms-bga.ps %%DATADIR%%/modules/footprints_doc/libcms.ps %%DATADIR%%/modules/footprints_doc/merge_ps-files.bat %%DATADIR%%/modules/footprints_doc/merge_ps-files.ps %%DATADIR%%/modules/footprints_doc/miscellaneous.ps %%DATADIR%%/modules/footprints_doc/pin_array.ps -%%DATADIR%%/modules/footprints_doc/sockets-part1.ps -%%DATADIR%%/modules/footprints_doc/sockets-part2.ps -%%DATADIR%%/modules/iut.mdc +%%DATADIR%%/modules/footprints_doc/sockets_DIP.ps +%%DATADIR%%/modules/footprints_doc/sockets_DIP_special.ps +%%DATADIR%%/modules/footprints_doc/sockets_PGA.ps +%%DATADIR%%/modules/footprints_doc/sockets_miscellaneous.ps +%%DATADIR%%/modules/inductors.mod %%DATADIR%%/modules/iut.mod %%DATADIR%%/modules/led.brd -%%DATADIR%%/modules/led.mdc %%DATADIR%%/modules/led.mod %%DATADIR%%/modules/libcms-bga.brd %%DATADIR%%/modules/libcms.brd -%%DATADIR%%/modules/libcms.mdc %%DATADIR%%/modules/libcms.mod -%%DATADIR%%/modules/makefile %%DATADIR%%/modules/miscellaneous.brd %%DATADIR%%/modules/miscellaneous.equ %%DATADIR%%/modules/muonde.brd -%%DATADIR%%/modules/muonde.mdc %%DATADIR%%/modules/muonde.mod +%%DATADIR%%/modules/packages3d/Allegro_HallSensors_Wings3D_RevA_24Oct2012/Allegro_HallSensor_Package-CB-PFF_Faktor03937_RevA_24Oct2012.wings +%%DATADIR%%/modules/packages3d/Allegro_HallSensors_Wings3D_RevA_24Oct2012/Allegro_HallSensor_Package-CB-PFF_Faktor03937_RevA_24Oct2012.wrl +%%DATADIR%%/modules/packages3d/Allegro_HallSensors_Wings3D_RevA_24Oct2012/Allegro_HallSensor_Package-CB-PSF_Faktor03937_RevA_24Oct2012.wings +%%DATADIR%%/modules/packages3d/Allegro_HallSensors_Wings3D_RevA_24Oct2012/Allegro_HallSensor_Package-CB-PSF_Faktor03937_RevA_24Oct2012.wrl +%%DATADIR%%/modules/packages3d/Allegro_HallSensors_Wings3D_RevA_24Oct2012/Allegro_HallSensor_Package-CB-PSS_Faktor03937_RevA_24Oct2012.wings +%%DATADIR%%/modules/packages3d/Allegro_HallSensors_Wings3D_RevA_24Oct2012/Allegro_HallSensor_Package-CB-PSS_Faktor03937_RevA_24Oct2012.wrl +%%DATADIR%%/modules/packages3d/Dioden_SMD_Wings3d_RevA_06Sep2012/D-PAK_TO252AA_Faktor03937_RevA_06Sep2012.wings +%%DATADIR%%/modules/packages3d/Dioden_SMD_Wings3d_RevA_06Sep2012/D-PAK_TO252AA_Faktor03937_RevA_06Sep2012.wrl +%%DATADIR%%/modules/packages3d/Dioden_SMD_Wings3d_RevA_06Sep2012/DD-PAK_TO263AB_Faktor03937_RevA_06Sep2012.wings +%%DATADIR%%/modules/packages3d/Dioden_SMD_Wings3d_RevA_06Sep2012/DD-PAK_TO263AB_Faktor03937_RevA_06Sep2012.wrl +%%DATADIR%%/modules/packages3d/Dioden_SMD_Wings3d_RevA_06Sep2012/Dioden_SMD_RevA_31May2013.wrl +%%DATADIR%%/modules/packages3d/Dioden_SMD_Wings3d_RevA_06Sep2012/MELF_Faktor03937_RevA_06Sep2012.wings +%%DATADIR%%/modules/packages3d/Dioden_SMD_Wings3d_RevA_06Sep2012/MELF_Faktor03937_RevA_06Sep2012.wrl +%%DATADIR%%/modules/packages3d/Dioden_SMD_Wings3d_RevA_06Sep2012/MiniMELF_DO213AA_Faktor03937_RevA_06Sep2012.wings +%%DATADIR%%/modules/packages3d/Dioden_SMD_Wings3d_RevA_06Sep2012/MiniMELF_DO213AA_Faktor03937_RevA_06Sep2012.wrl +%%DATADIR%%/modules/packages3d/Dioden_SMD_Wings3d_RevA_06Sep2012/SMA_Faktor03937_RevA_06Sep2012.wings +%%DATADIR%%/modules/packages3d/Dioden_SMD_Wings3d_RevA_06Sep2012/SMA_Faktor03937_RevA_06Sep2012.wrl +%%DATADIR%%/modules/packages3d/Dioden_SMD_Wings3d_RevA_06Sep2012/SMB_Faktor03937_RevA_06Sep2012.wings +%%DATADIR%%/modules/packages3d/Dioden_SMD_Wings3d_RevA_06Sep2012/SMB_Faktor03937_RevA_06Sep2012.wrl +%%DATADIR%%/modules/packages3d/Dioden_SMD_Wings3d_RevA_06Sep2012/SMC_Faktor03937_RevA_06Sep2012.wings +%%DATADIR%%/modules/packages3d/Dioden_SMD_Wings3d_RevA_06Sep2012/SMC_Faktor03937_RevA_06Sep2012.wrl +%%DATADIR%%/modules/packages3d/NF-Transformer_ETAL_Wings3d_RevA_28Aug2012/NF-Transformer_ETAL_P1165_Faktor03937_RevA_30Aug2012.wings +%%DATADIR%%/modules/packages3d/NF-Transformer_ETAL_Wings3d_RevA_28Aug2012/NF-Transformer_ETAL_P1165_Faktor03937_RevA_31Aug2012.wrl +%%DATADIR%%/modules/packages3d/NF-Transformer_ETAL_Wings3d_RevA_28Aug2012/NF-Transformer_ETAL_P1200_P3356_P3324_Faktor03937_RevA_30Aug2012.wings +%%DATADIR%%/modules/packages3d/NF-Transformer_ETAL_Wings3d_RevA_28Aug2012/NF-Transformer_ETAL_P1200_P3356_P3324_Faktor03937_RevA_30Aug2012.wrl +%%DATADIR%%/modules/packages3d/NF-Transformer_ETAL_Wings3d_RevA_28Aug2012/NF-Transformer_ETAL_P2781_Faktor03937_RevA_30Aug2012.wings +%%DATADIR%%/modules/packages3d/NF-Transformer_ETAL_Wings3d_RevA_28Aug2012/NF-Transformer_ETAL_P2781_Faktor03937_RevA_30Aug2012.wrl +%%DATADIR%%/modules/packages3d/NF-Transformer_ETAL_Wings3d_RevA_28Aug2012/NF-Transformer_ETAL_P3000_Faktor03937_RevA_30Aug2012.wings +%%DATADIR%%/modules/packages3d/NF-Transformer_ETAL_Wings3d_RevA_28Aug2012/NF-Transformer_ETAL_P3000_Faktor03937_RevA_30Aug2012.wrl +%%DATADIR%%/modules/packages3d/NF-Transformer_ETAL_Wings3d_RevA_28Aug2012/NF-Transformer_ETAL_P3181_Faktor03937_RevA_30Aug2012.wings +%%DATADIR%%/modules/packages3d/NF-Transformer_ETAL_Wings3d_RevA_28Aug2012/NF-Transformer_ETAL_P3181_Faktor03937_RevA_30Aug2012.wrl +%%DATADIR%%/modules/packages3d/NF-Transformer_ETAL_Wings3d_RevA_28Aug2012/NF-Transformer_ETAL_P3188_P3191_Faktor03937_RevA_30Aug2012.wings +%%DATADIR%%/modules/packages3d/NF-Transformer_ETAL_Wings3d_RevA_28Aug2012/NF-Transformer_ETAL_P3188_P3191_Faktor03937_RevA_30Aug2012.wrl +%%DATADIR%%/modules/packages3d/OldSowjetAera_Transistor_Wings3D_RevA/OldSowjetAera_Transistor_Type-I_Faktor03937_RevA.wings +%%DATADIR%%/modules/packages3d/OldSowjetAera_Transistor_Wings3D_RevA/OldSowjetAera_Transistor_Type-I_Faktor03937_RevA.wrl +%%DATADIR%%/modules/packages3d/SIP9-Housing_Wings3d_14Jun2013/SIP9_Housing_Faktor03937_14Jun2013.wings +%%DATADIR%%/modules/packages3d/SIP9-Housing_Wings3d_14Jun2013/SIP9_Housing_Faktor03937_14Jun2013.wrl +%%DATADIR%%/modules/packages3d/SOT126_SOT32_Housings_Wings3D_RevA_22Oct2012/SO126-SOT32_Horizontal_Housing_Faktor03937_15Oct2012.wings +%%DATADIR%%/modules/packages3d/SOT126_SOT32_Housings_Wings3D_RevA_22Oct2012/SO126-SOT32_Horizontal_Housing_Faktor03937_15Oct2012.wrl +%%DATADIR%%/modules/packages3d/SOT126_SOT32_Housings_Wings3D_RevA_22Oct2012/SO126-SOT32_Horizontal_Housing_Reverse_Faktor03937_15Oct2012.wings +%%DATADIR%%/modules/packages3d/SOT126_SOT32_Housings_Wings3D_RevA_22Oct2012/SO126-SOT32_Horizontal_Housing_Reverse_Faktor03937_15Oct2012.wrl +%%DATADIR%%/modules/packages3d/SOT126_SOT32_Housings_Wings3D_RevA_22Oct2012/SO126-SOT32_Vertical_Housing_Faktor03937_15Oct2012.wings +%%DATADIR%%/modules/packages3d/SOT126_SOT32_Housings_Wings3D_RevA_22Oct2012/SO126-SOT32_Vertical_Housing_Faktor03937_15Oct2012.wrl +%%DATADIR%%/modules/packages3d/SOT126_SOT32_Housings_Wings3D_RevA_22Oct2012/SO126-SOT32_Vertical_Housing_Mirrored_Faktor03937_15Oct2012.wings +%%DATADIR%%/modules/packages3d/SOT126_SOT32_Housings_Wings3D_RevA_22Oct2012/SO126-SOT32_Vertical_Housing_Mirrored_Faktor03937_15Oct2012.wrl +%%DATADIR%%/modules/packages3d/SOT89-3_SOT89-5_Housing_Wings3d_RevA_02Sep2012/SOT89-3_Housing_Faktor03937_RevA_02Sep2012.wings +%%DATADIR%%/modules/packages3d/SOT89-3_SOT89-5_Housing_Wings3d_RevA_02Sep2012/SOT89-3_Housing_Faktor03937_RevA_02Sep2012.wrl +%%DATADIR%%/modules/packages3d/SOT89-3_SOT89-5_Housing_Wings3d_RevA_02Sep2012/SOT89-5_Housing_Faktor03937_RevA_02Sep2012.wings +%%DATADIR%%/modules/packages3d/SOT89-3_SOT89-5_Housing_Wings3d_RevA_02Sep2012/SOT89-5_Housing_Faktor03937_RevA_02Sep2012.wrl +%%DATADIR%%/modules/packages3d/TO-220-3_Transistor_DualDiodes_Wings3d_RevB_03Sep2012/TO220-Horizontal_MountedFromSolderSide_RevB_Faktor03937_03Sep2012.wings +%%DATADIR%%/modules/packages3d/TO-220-3_Transistor_DualDiodes_Wings3d_RevB_03Sep2012/TO220-Horizontal_MountedFromSolderSide_RevB_Faktor03937_03Sep2012.wrl +%%DATADIR%%/modules/packages3d/TO-220-3_Transistor_DualDiodes_Wings3d_RevB_03Sep2012/TO220-Horizontal_RevB_Faktor03937_03Sep2012.wings +%%DATADIR%%/modules/packages3d/TO-220-3_Transistor_DualDiodes_Wings3d_RevB_03Sep2012/TO220-Horizontal_RevB_Faktor03937_03Sep2012.wrl +%%DATADIR%%/modules/packages3d/TO-220-3_Transistor_DualDiodes_Wings3d_RevB_03Sep2012/TO220-Horizontal_Reverse_RevB_Faktor03937_03Sep2012.wings +%%DATADIR%%/modules/packages3d/TO-220-3_Transistor_DualDiodes_Wings3d_RevB_03Sep2012/TO220-Horizontal_Reverse_RevB_Faktor03937_03Sep2012.wrl +%%DATADIR%%/modules/packages3d/TO-220-3_Transistor_DualDiodes_Wings3d_RevB_03Sep2012/TO220-vert_Mirrored_RevB_Faktor03937_03Sep2012.wings +%%DATADIR%%/modules/packages3d/TO-220-3_Transistor_DualDiodes_Wings3d_RevB_03Sep2012/TO220-vert_Mirrored_RevB_Faktor03937_03Sep2012.wrl +%%DATADIR%%/modules/packages3d/TO-220-3_Transistor_DualDiodes_Wings3d_RevB_03Sep2012/TO220-vert_RevB_Faktor03937_03Sep2012.wings +%%DATADIR%%/modules/packages3d/TO-220-3_Transistor_DualDiodes_Wings3d_RevB_03Sep2012/TO220-vert_RevB_Faktor03937_03Sep2012.wrl +%%DATADIR%%/modules/packages3d/TO-78_Wings3D_RevA_06Jun2013/TO-78_10Pin_Faktor03937_RevA_06Jun2013.wings +%%DATADIR%%/modules/packages3d/TO-78_Wings3D_RevA_06Jun2013/TO-78_10Pin_Faktor03937_RevA_06Jun2013.wrl +%%DATADIR%%/modules/packages3d/TO-78_Wings3D_RevA_06Jun2013/TO-78_6Pin_Faktor03937_RevA_06Jun2013.wings +%%DATADIR%%/modules/packages3d/TO-78_Wings3D_RevA_06Jun2013/TO-78_6Pin_Faktor03937_RevA_06Jun2013.wrl +%%DATADIR%%/modules/packages3d/TO-78_Wings3D_RevA_06Jun2013/TO-78_8Pin_Faktor03937_RevA_06Jun2013.wings +%%DATADIR%%/modules/packages3d/TO-78_Wings3D_RevA_06Jun2013/TO-78_8Pin_Faktor03937_RevA_06Jun2013.wrl +%%DATADIR%%/modules/packages3d/TO220-5_Pentawatt_Wings3d_RevA_24Oct2012/TO220-5_TO5A_Pentawatt_Vertical_Inline_RevA_Faktor03937_24Oct2012.wings +%%DATADIR%%/modules/packages3d/TO220-5_Pentawatt_Wings3d_RevA_24Oct2012/TO220-5_TO5A_Pentawatt_Vertical_Inline_RevA_Faktor03937_24Oct2012.wrl +%%DATADIR%%/modules/packages3d/TO220-5_Pentawatt_Wings3d_RevA_24Oct2012/TO220-5_TO5B_Pentawatt_Horizontal_Staggered_RevA_Faktor03937_24Oct2012.wings +%%DATADIR%%/modules/packages3d/TO220-5_Pentawatt_Wings3d_RevA_24Oct2012/TO220-5_TO5B_Pentawatt_Horizontal_Staggered_RevA_Faktor03937_24Oct2012.wrl +%%DATADIR%%/modules/packages3d/TO220-5_Pentawatt_Wings3d_RevA_24Oct2012/TO220-5_TO5D_Pentawatt_Vertical_Staggered_RevA_Faktor03937_24Oct2012.wings +%%DATADIR%%/modules/packages3d/TO220-5_Pentawatt_Wings3d_RevA_24Oct2012/TO220-5_TO5D_Pentawatt_Vertical_Staggered_RevA_Faktor03937_24Oct2012.wrl +%%DATADIR%%/modules/packages3d/TO220-5_Pentawatt_Wings3d_RevA_24Oct2012/TO220-5_TO5E_Pentawatt_Horizontal_Staggered_RevA_Faktor03937_24Oct2012.wings +%%DATADIR%%/modules/packages3d/TO220-5_Pentawatt_Wings3d_RevA_24Oct2012/TO220-5_TO5E_Pentawatt_Horizontal_Staggered_RevA_Faktor03937_24Oct2012.wrl +%%DATADIR%%/modules/packages3d/TO220AC_Dioden_Wings3d_RevA_20Apr2013/TO220AC-Horizontal_MountedFromSolderSide_RevB_Faktor03937_03Sep2012.wings +%%DATADIR%%/modules/packages3d/TO220AC_Dioden_Wings3d_RevA_20Apr2013/TO220AC-Horizontal_MountedFromSolderSide_RevB_Faktor03937_03Sep2012.wrl +%%DATADIR%%/modules/packages3d/TO220AC_Dioden_Wings3d_RevA_20Apr2013/TO220AC-Horizontal_RevB_Faktor03937_03Sep2012.wings +%%DATADIR%%/modules/packages3d/TO220AC_Dioden_Wings3d_RevA_20Apr2013/TO220AC-Horizontal_RevB_Faktor03937_03Sep2012.wrl +%%DATADIR%%/modules/packages3d/TO220AC_Dioden_Wings3d_RevA_20Apr2013/TO220AC-Horizontal_Reverse_RevB_Faktor03937_03Sep2012.wings +%%DATADIR%%/modules/packages3d/TO220AC_Dioden_Wings3d_RevA_20Apr2013/TO220AC-Horizontal_Reverse_RevB_Faktor03937_03Sep2012.wrl +%%DATADIR%%/modules/packages3d/TO220AC_Dioden_Wings3d_RevA_20Apr2013/TO220AC-vert_Mirrored_RevB_Faktor03937_03Sep2012.wings +%%DATADIR%%/modules/packages3d/TO220AC_Dioden_Wings3d_RevA_20Apr2013/TO220AC-vert_Mirrored_RevB_Faktor03937_03Sep2012.wrl +%%DATADIR%%/modules/packages3d/TO220AC_Dioden_Wings3d_RevA_20Apr2013/TO220AC-vert_RevB_Faktor03937_03Sep2012.wings +%%DATADIR%%/modules/packages3d/TO220AC_Dioden_Wings3d_RevA_20Apr2013/TO220AC-vert_RevB_Faktor03937_03Sep2012.wrl +%%DATADIR%%/modules/packages3d/TO263-3__RevA_06Sep2012/TO263-3_Faktor03937_RevA_06Sep2012.wings +%%DATADIR%%/modules/packages3d/TO263-3__RevA_06Sep2012/TO263-3_Faktor03937_RevA_06Sep2012.wrl +%%DATADIR%%/modules/packages3d/VML0806_Housing_Rohm_Wings3d_RevA_26Oct2012/VML0806_Housing_Rohm_Faktor03937_26Oct2012.wings +%%DATADIR%%/modules/packages3d/VML0806_Housing_Rohm_Wings3d_RevA_26Oct2012/VML0806_Housing_Rohm_Faktor03937_26Oct2012.wrl %%DATADIR%%/modules/packages3d/conn_DBxx/db15_female.wings %%DATADIR%%/modules/packages3d/conn_DBxx/db15_female.wrl %%DATADIR%%/modules/packages3d/conn_DBxx/db15_female_pin90deg.wings @@ -284,6 +604,28 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/modules/packages3d/conn_europe/c96abcfd.wrl %%DATADIR%%/modules/packages3d/conn_europe/c96abcmd.wings %%DATADIR%%/modules/packages3d/conn_europe/c96abcmd.wrl +%%DATADIR%%/modules/packages3d/connectors/POWER_21.wings +%%DATADIR%%/modules/packages3d/connectors/POWER_21.wrl +%%DATADIR%%/modules/packages3d/connectors/RJ45_8.wings +%%DATADIR%%/modules/packages3d/connectors/RJ45_8.wrl +%%DATADIR%%/modules/packages3d/connectors/USB_type_B.wings +%%DATADIR%%/modules/packages3d/connectors/USB_type_B.wrl +%%DATADIR%%/modules/packages3d/connectors/conn_df13/df13-2p-125dsa.wings +%%DATADIR%%/modules/packages3d/connectors/conn_df13/df13-2p-125dsa.wrl +%%DATADIR%%/modules/packages3d/connectors/conn_df13/df13-3p-125dsa.wings +%%DATADIR%%/modules/packages3d/connectors/conn_df13/df13-3p-125dsa.wrl +%%DATADIR%%/modules/packages3d/connectors/conn_df13/df13-4p-125dsa.wings +%%DATADIR%%/modules/packages3d/connectors/conn_df13/df13-4p-125dsa.wrl +%%DATADIR%%/modules/packages3d/connectors/conn_df13/df13-5p-125dsa.wings +%%DATADIR%%/modules/packages3d/connectors/conn_df13/df13-5p-125dsa.wrl +%%DATADIR%%/modules/packages3d/connectors/conn_df13/df13-6p-125dsa.wings +%%DATADIR%%/modules/packages3d/connectors/conn_df13/df13-6p-125dsa.wrl +%%DATADIR%%/modules/packages3d/connectors/conn_df13/df13-7p-125dsa.wings +%%DATADIR%%/modules/packages3d/connectors/conn_df13/df13-7p-125dsa.wrl +%%DATADIR%%/modules/packages3d/connectors/conn_df13/df13-8p-125dsa.wings +%%DATADIR%%/modules/packages3d/connectors/conn_df13/df13-8p-125dsa.wrl +%%DATADIR%%/modules/packages3d/connectors/conn_df13/df13-9p-125dsa.wings +%%DATADIR%%/modules/packages3d/connectors/conn_df13/df13-9p-125dsa.wrl %%DATADIR%%/modules/packages3d/connectors/female_pcb_pin/female_pcb_pin.png %%DATADIR%%/modules/packages3d/connectors/female_pcb_pin/female_pcb_pin_01.wings %%DATADIR%%/modules/packages3d/connectors/female_pcb_pin/female_pcb_pin_01.wrl @@ -336,6 +678,8 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/modules/packages3d/connectors/header_sockets/header_5x2_90.wings %%DATADIR%%/modules/packages3d/connectors/header_sockets/header_5x2_90.wrl %%DATADIR%%/modules/packages3d/connectors/header_sockets/header_sockets.png +%%DATADIR%%/modules/packages3d/connectors/header_sockets/socket_13x2.wings +%%DATADIR%%/modules/packages3d/connectors/header_sockets/socket_13x2.wrl %%DATADIR%%/modules/packages3d/connectors/header_sockets/socket_1x1.wings %%DATADIR%%/modules/packages3d/connectors/header_sockets/socket_1x1.wrl %%DATADIR%%/modules/packages3d/connectors/header_sockets/socket_1x1_90.wings @@ -344,19 +688,25 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/modules/packages3d/connectors/header_sockets/socket_1x2.wrl %%DATADIR%%/modules/packages3d/connectors/header_sockets/socket_1x2_90.wings %%DATADIR%%/modules/packages3d/connectors/header_sockets/socket_1x2_90.wrl +%%DATADIR%%/modules/packages3d/connectors/header_sockets/socket_5x2.wings %%DATADIR%%/modules/packages3d/connectors/header_sockets/socket_5x2.wrl %%DATADIR%%/modules/packages3d/connectors/header_sockets/socket_5x2_90.wings %%DATADIR%%/modules/packages3d/connectors/header_sockets/socket_5x2_90.wrl -%%DATADIR%%/modules/packages3d/connectors/header_sockets/socket_5x2wings +%%DATADIR%%/modules/packages3d/connectors/samtec-connectors/QMS-026-9.75-SL-D-A.wings +%%DATADIR%%/modules/packages3d/connectors/samtec-connectors/QMS-026-9.75-SL-D-A.wrl %%DATADIR%%/modules/packages3d/connectors/subclick_horiz.wings %%DATADIR%%/modules/packages3d/connectors/subclick_horiz.wrl %%DATADIR%%/modules/packages3d/connectors/testpoint.wings %%DATADIR%%/modules/packages3d/connectors/testpoint.wrl +%%DATADIR%%/modules/packages3d/connectors/testpoint_2pads.wrl +%%DATADIR%%/modules/packages3d/connectors/testpoint_pads.wings %%DATADIR%%/modules/packages3d/connectors/usb/normal/usb_a/usb_a_through_hole.wings %%DATADIR%%/modules/packages3d/connectors/usb/normal/usb_a/usb_a_through_hole.wrl %%DATADIR%%/modules/packages3d/connectors/usb/normal/usb_b/usb_b_through_hole.wings %%DATADIR%%/modules/packages3d/connectors/usb/normal/usb_b/usb_b_through_hole.wrl %%DATADIR%%/modules/packages3d/connectors/usb/usb_pinout.png +%%DATADIR%%/modules/packages3d/connectors/usb_a_through_hole.wings +%%DATADIR%%/modules/packages3d/connectors/usb_a_through_hole.wrl %%DATADIR%%/modules/packages3d/connectors/xrl3male_90deg.wings %%DATADIR%%/modules/packages3d/connectors/xrl3male_90deg.wrl %%DATADIR%%/modules/packages3d/connectors/xrl5male_90deg.wings @@ -546,6 +896,8 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/modules/packages3d/dil/switches_90deg/ds_dp12_red.wrl %%DATADIR%%/modules/packages3d/dil/textool_40.wings %%DATADIR%%/modules/packages3d/dil/textool_40.wrl +%%DATADIR%%/modules/packages3d/discret/SELF_WEPD4.wings +%%DATADIR%%/modules/packages3d/discret/SELF_WEPD4.wrl %%DATADIR%%/modules/packages3d/discret/adjustable_rx2.wings %%DATADIR%%/modules/packages3d/discret/adjustable_rx2.wrl %%DATADIR%%/modules/packages3d/discret/adjustable_rx2v4.wings @@ -574,6 +926,72 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/modules/packages3d/discret/capa_1_pas.wrl %%DATADIR%%/modules/packages3d/discret/capa_2pas_5x5mm.wings %%DATADIR%%/modules/packages3d/discret/capa_2pas_5x5mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_12mm_disc.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_12mm_disc.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_13x4mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_13x4mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_18x5mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_18x5mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_18x6mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_18x6mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_18x8mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_18x8mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_3mm_disc.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_3mm_disc.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_6mm_disc.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_6mm_disc.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_7.5mm_disc.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_7.5mm_disc.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_7x2mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_7x2mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_7x4.5mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_7x4.5mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_7x6mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cnp_7x6mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_10x13mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_10x13mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_10x16mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_10x16mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_10x21mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_10x21mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_10x25mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_10x25mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_13x21mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_13x21mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_13x25mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_13x25mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_16x25mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_16x25mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_22x41mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_22x41mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_26x31mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_26x31mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_26x45mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_26x45mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_30x51mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_30x51mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_35x51mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_35x51mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_5x11mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_5x11mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_5x6mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_5x6mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_8x13mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_8x13mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_8x21mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cp_8x21mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cpa_13x31mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cpa_13x31mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cpa_16x31mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cpa_16x31mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cpa_16x40mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cpa_16x40mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cpa_5x11mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cpa_5x11mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cpa_6x11mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cpa_6x11mm.wrl +%%DATADIR%%/modules/packages3d/discret/capacitor/cpa_8x21mm.wings +%%DATADIR%%/modules/packages3d/discret/capacitor/cpa_8x21mm.wrl %%DATADIR%%/modules/packages3d/discret/capacitor/electrolytic/c_horiz_c1_5v8.wings %%DATADIR%%/modules/packages3d/discret/capacitor/electrolytic/c_horiz_c1_5v8.wrl %%DATADIR%%/modules/packages3d/discret/capacitor/electrolytic/c_horiz_c1v7.wings @@ -591,10 +1009,6 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/modules/packages3d/discret/capacitor/electrolytic/c_vert_c2v10.wings %%DATADIR%%/modules/packages3d/discret/capacitor/electrolytic/c_vert_c2v10.wrl %%DATADIR%%/modules/packages3d/discret/capacitor/electrolytic/capacitor_electrolytic.png -%%DATADIR%%/modules/packages3d/discret/crystal_hc18u_horizontal.wings -%%DATADIR%%/modules/packages3d/discret/crystal_hc18u_horizontal.wrl -%%DATADIR%%/modules/packages3d/discret/crystal_hc18u_vertical.wings -%%DATADIR%%/modules/packages3d/discret/crystal_hc18u_vertical.wrl %%DATADIR%%/modules/packages3d/discret/diode.wings %%DATADIR%%/modules/packages3d/discret/diode.wrl %%DATADIR%%/modules/packages3d/discret/emi_filter.wings @@ -647,6 +1061,10 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/modules/packages3d/discret/leds/led5_vertical_verde.wings %%DATADIR%%/modules/packages3d/discret/leds/led5_vertical_verde.wrl %%DATADIR%%/modules/packages3d/discret/leds/leds.png +%%DATADIR%%/modules/packages3d/discret/multiwatt/multiwatt11.wings +%%DATADIR%%/modules/packages3d/discret/multiwatt/multiwatt11.wrl +%%DATADIR%%/modules/packages3d/discret/potentiometer/pot_10t_vertical.wings +%%DATADIR%%/modules/packages3d/discret/potentiometer/pot_10t_vertical.wrl %%DATADIR%%/modules/packages3d/discret/push_butt_shape1_blue.wings %%DATADIR%%/modules/packages3d/discret/push_butt_shape1_blue.wrl %%DATADIR%%/modules/packages3d/discret/push_butt_shape1_green.wings @@ -1064,73 +1482,28 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/modules/packages3d/discret/to5.wrl %%DATADIR%%/modules/packages3d/discret/to98.wings %%DATADIR%%/modules/packages3d/discret/to98.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/TO3P.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/TO3P.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/t03B.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/t03B.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to126.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to126.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to126v.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to126v.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to127.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to127.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to202ch.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to202ch.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to202cv.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to202cv.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to218ah.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to218ah.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to218av.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to218av.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220_05.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220_05.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220_05h.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220_05h.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220_07.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220_07.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220_11.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220_11.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220_13.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220_13.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220_15.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220_15.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220_17.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220_17.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220ab.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220ab.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220abs.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220abs.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220ac.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220ac.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220ack.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220ack.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220acs.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220acs.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220ch.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to220ch.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to225aa.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to225aa.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to247V.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to247V.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to247h.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to247h.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to247p.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to247p.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to258aa.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to258aa.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to262-H.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to262-H.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/to_power_packages.png -%%DATADIR%%/modules/packages3d/discret/to_power_packages/top3h.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/top3h.wrl -%%DATADIR%%/modules/packages3d/discret/to_power_packages/top3v.wings -%%DATADIR%%/modules/packages3d/discret/to_power_packages/top3v.wrl %%DATADIR%%/modules/packages3d/discret/verti_resistor.wings %%DATADIR%%/modules/packages3d/discret/verti_resistor.wrl -%%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc18u.wings -%%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc18u.wrl +%%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc-49-smd.wings +%%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc-49-smd.wrl +%%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc-49s.wings +%%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc-49s.wrl +%%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc-49u.wings +%%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc-49u.wrl +%%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc-49u_horiz.wings +%%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc-49u_horiz.wrl %%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc18u_3pin.wings %%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc18u_3pin.wrl +%%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc18u_horizontal.wings +%%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc18u_horizontal.wrl +%%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc18u_low_profile.wings +%%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc18u_low_profile.wrl +%%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc18u_vertical.wings +%%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc18u_vertical.wrl +%%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc33u_horizontal.wings +%%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc33u_horizontal.wrl +%%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc33u_vertical.wings +%%DATADIR%%/modules/packages3d/discret/xtal/crystal_hc33u_vertical.wrl %%DATADIR%%/modules/packages3d/discret/xtal/xtal.png %%DATADIR%%/modules/packages3d/discret/xtal/xtal_quadrado.wings %%DATADIR%%/modules/packages3d/discret/xtal/xtal_quadrado.wrl @@ -1150,6 +1523,8 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/modules/packages3d/pin_array/jumper.wrl %%DATADIR%%/modules/packages3d/pin_array/jumper_on.wings %%DATADIR%%/modules/packages3d/pin_array/jumper_on.wrl +%%DATADIR%%/modules/packages3d/pin_array/pin_1.wings +%%DATADIR%%/modules/packages3d/pin_array/pin_1.wrl %%DATADIR%%/modules/packages3d/pin_array/pin_array_1x1.wings %%DATADIR%%/modules/packages3d/pin_array/pin_array_1x1.wrl %%DATADIR%%/modules/packages3d/pin_array/pins_array_12x1.wings @@ -1158,8 +1533,12 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/modules/packages3d/pin_array/pins_array_12x2.wrl %%DATADIR%%/modules/packages3d/pin_array/pins_array_13x2.wings %%DATADIR%%/modules/packages3d/pin_array/pins_array_13x2.wrl +%%DATADIR%%/modules/packages3d/pin_array/pins_array_18x1.wings +%%DATADIR%%/modules/packages3d/pin_array/pins_array_18x1.wrl %%DATADIR%%/modules/packages3d/pin_array/pins_array_20x2.wings %%DATADIR%%/modules/packages3d/pin_array/pins_array_20x2.wrl +%%DATADIR%%/modules/packages3d/pin_array/pins_array_28x1.wings +%%DATADIR%%/modules/packages3d/pin_array/pins_array_28x1.wrl %%DATADIR%%/modules/packages3d/pin_array/pins_array_2x1.wings %%DATADIR%%/modules/packages3d/pin_array/pins_array_2x1.wrl %%DATADIR%%/modules/packages3d/pin_array/pins_array_2x2.wings @@ -1170,6 +1549,8 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/modules/packages3d/pin_array/pins_array_3x1.wrl %%DATADIR%%/modules/packages3d/pin_array/pins_array_3x2.wings %%DATADIR%%/modules/packages3d/pin_array/pins_array_3x2.wrl +%%DATADIR%%/modules/packages3d/pin_array/pins_array_4x1.wings +%%DATADIR%%/modules/packages3d/pin_array/pins_array_4x1.wrl %%DATADIR%%/modules/packages3d/pin_array/pins_array_4x2.wings %%DATADIR%%/modules/packages3d/pin_array/pins_array_4x2.wrl %%DATADIR%%/modules/packages3d/pin_array/pins_array_5x1.wings @@ -1183,10 +1564,14 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/modules/packages3d/pin_array/pins_array_8x1.wings %%DATADIR%%/modules/packages3d/pin_array/pins_array_8x2.wings %%DATADIR%%/modules/packages3d/pin_array/pins_array_8x2.wrl +%%DATADIR%%/modules/packages3d/pin_array/pins_array_female_28x1.wings +%%DATADIR%%/modules/packages3d/pin_array/pins_array_female_28x1.wrl %%DATADIR%%/modules/packages3d/pin_array/pins_array_female_5x1.wings %%DATADIR%%/modules/packages3d/pin_array/pins_array_female_5x1.wrl -%%DATADIR%%/modules/packages3d/pin_array/pins_array_female_7x1.wings.wings -%%DATADIR%%/modules/packages3d/pin_array/pins_array_female_7x1.wings.wrl +%%DATADIR%%/modules/packages3d/pin_array/pins_array_female_6x1.wings +%%DATADIR%%/modules/packages3d/pin_array/pins_array_female_6x1.wrl +%%DATADIR%%/modules/packages3d/pin_array/pins_array_female_7x1.wings +%%DATADIR%%/modules/packages3d/pin_array/pins_array_female_7x1.wrl %%DATADIR%%/modules/packages3d/pin_array/socket_1x1.wings %%DATADIR%%/modules/packages3d/pin_array/socket_1x1.wrl %%DATADIR%%/modules/packages3d/pin_array/socket_1x1_90.wings @@ -1200,6 +1585,10 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/modules/packages3d/pin_array/socket_5x2_90.wrl %%DATADIR%%/modules/packages3d/smd/IDG-300.wings %%DATADIR%%/modules/packages3d/smd/IDG-300.wrl +%%DATADIR%%/modules/packages3d/smd/MSOP_10.wings +%%DATADIR%%/modules/packages3d/smd/MSOP_10.wrl +%%DATADIR%%/modules/packages3d/smd/MSOP_8.wings +%%DATADIR%%/modules/packages3d/smd/MSOP_8.wrl %%DATADIR%%/modules/packages3d/smd/SOT223.wings %%DATADIR%%/modules/packages3d/smd/SOT223.wrl %%DATADIR%%/modules/packages3d/smd/SOT23_3.wings @@ -1218,16 +1607,104 @@ share/mimelnk/application/x-kicad-schema %%DATADIR%%/modules/packages3d/smd/TSOC_6.wrl %%DATADIR%%/modules/packages3d/smd/TSSOP_28.wings %%DATADIR%%/modules/packages3d/smd/TSSOP_28.wrl -%%DATADIR%%/modules/packages3d/smd/capacitors/C0603/C0603.wings -%%DATADIR%%/modules/packages3d/smd/capacitors/C0603/C0603.wrl -%%DATADIR%%/modules/packages3d/smd/capacitors/C0805/C0805.wings -%%DATADIR%%/modules/packages3d/smd/capacitors/C0805/C0805.wrl +%%DATADIR%%/modules/packages3d/smd/capacitors/C0402.wings +%%DATADIR%%/modules/packages3d/smd/capacitors/C0402.wrl +%%DATADIR%%/modules/packages3d/smd/capacitors/C0603.wings +%%DATADIR%%/modules/packages3d/smd/capacitors/C0603.wrl +%%DATADIR%%/modules/packages3d/smd/capacitors/C0805.wings +%%DATADIR%%/modules/packages3d/smd/capacitors/C0805.wrl +%%DATADIR%%/modules/packages3d/smd/capacitors/c_1206.wings +%%DATADIR%%/modules/packages3d/smd/capacitors/c_1206.wrl +%%DATADIR%%/modules/packages3d/smd/capacitors/c_1210.wings +%%DATADIR%%/modules/packages3d/smd/capacitors/c_1210.wrl +%%DATADIR%%/modules/packages3d/smd/capacitors/c_1808.wings +%%DATADIR%%/modules/packages3d/smd/capacitors/c_1808.wrl +%%DATADIR%%/modules/packages3d/smd/capacitors/c_1812.wings +%%DATADIR%%/modules/packages3d/smd/capacitors/c_1812.wrl +%%DATADIR%%/modules/packages3d/smd/capacitors/c_1825.wings +%%DATADIR%%/modules/packages3d/smd/capacitors/c_1825.wrl +%%DATADIR%%/modules/packages3d/smd/capacitors/c_2220.wings +%%DATADIR%%/modules/packages3d/smd/capacitors/c_2220.wrl +%%DATADIR%%/modules/packages3d/smd/capacitors/c_2225.wings +%%DATADIR%%/modules/packages3d/smd/capacitors/c_2225.wrl +%%DATADIR%%/modules/packages3d/smd/capacitors/c_elec_10x10.wings +%%DATADIR%%/modules/packages3d/smd/capacitors/c_elec_10x10.wrl +%%DATADIR%%/modules/packages3d/smd/capacitors/c_elec_10x10_5.wings +%%DATADIR%%/modules/packages3d/smd/capacitors/c_elec_10x10_5.wrl +%%DATADIR%%/modules/packages3d/smd/capacitors/c_elec_10x7_7.wings +%%DATADIR%%/modules/packages3d/smd/capacitors/c_elec_10x7_7.wrl +%%DATADIR%%/modules/packages3d/smd/capacitors/c_elec_12_5x13_5.wings *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 22:23:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 00E63344; Tue, 17 Sep 2013 22:23:13 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E2C032949; Tue, 17 Sep 2013 22:23:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HMND5e032909; Tue, 17 Sep 2013 22:23:13 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HMND6T032907; Tue, 17 Sep 2013 22:23:13 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309172223.r8HMND6T032907@svn.freebsd.org> From: William Grzybowski Date: Tue, 17 Sep 2013 22:23:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327505 - head/mail/gmime26 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.14 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: Tue, 17 Sep 2013 22:23:14 -0000 Author: wg Date: Tue Sep 17 22:23:13 2013 New Revision: 327505 URL: http://svnweb.freebsd.org/changeset/ports/327505 Log: mail/gmime26: update to 2.6.18 - Update to 2.6.18 - Remove conflict (no longer in ports) PR: ports/182146 Submitted by: Alan Hicks (maintainer) Modified: head/mail/gmime26/Makefile head/mail/gmime26/distinfo Modified: head/mail/gmime26/Makefile ============================================================================== --- head/mail/gmime26/Makefile Tue Sep 17 21:00:01 2013 (r327504) +++ head/mail/gmime26/Makefile Tue Sep 17 22:23:13 2013 (r327505) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gmime -PORTVERSION= 2.6.17 +PORTVERSION= 2.6.18 PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= GNOME @@ -13,8 +13,6 @@ COMMENT?= Library (written in C) for par LICENSE= LGPL21 -CONFLICTS= gmime-1.0.* - SLAVEDIRS= mail/gmime26-sharp DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}26 Modified: head/mail/gmime26/distinfo ============================================================================== --- head/mail/gmime26/distinfo Tue Sep 17 21:00:01 2013 (r327504) +++ head/mail/gmime26/distinfo Tue Sep 17 22:23:13 2013 (r327505) @@ -1,2 +1,2 @@ -SHA256 (gmime-2.6.17.tar.xz) = 22d49e57c404a0a68d1ac3426c8f23a39185a4b2d569de03bece07db03d1202f -SIZE (gmime-2.6.17.tar.xz) = 739208 +SHA256 (gmime-2.6.18.tar.xz) = 783fc14190459c568a31c2fd6dba1e8afa0431e2931aa46f652aa486ad881ae6 +SIZE (gmime-2.6.18.tar.xz) = 740400 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 22:34:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E7BE1714; Tue, 17 Sep 2013 22:34:35 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5A7C29F1; Tue, 17 Sep 2013 22:34:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HMYZfv038911; Tue, 17 Sep 2013 22:34:35 GMT (envelope-from mr@svn.freebsd.org) Received: (from mr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HMYZIt038909; Tue, 17 Sep 2013 22:34:35 GMT (envelope-from mr@svn.freebsd.org) Message-Id: <201309172234.r8HMYZIt038909@svn.freebsd.org> From: Michael Reifenberger Date: Tue, 17 Sep 2013 22:34:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327506 - head/cad/kicad-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.14 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: Tue, 17 Sep 2013 22:34:36 -0000 Author: mr Date: Tue Sep 17 22:34:35 2013 New Revision: 327506 URL: http://svnweb.freebsd.org/changeset/ports/327506 Log: Fix plist Modified: head/cad/kicad-devel/Makefile head/cad/kicad-devel/pkg-plist Modified: head/cad/kicad-devel/Makefile ============================================================================== --- head/cad/kicad-devel/Makefile Tue Sep 17 22:23:13 2013 (r327505) +++ head/cad/kicad-devel/Makefile Tue Sep 17 22:34:35 2013 (r327506) @@ -44,7 +44,6 @@ CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \ -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \ -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" -# -DCMAKE_CXX_FLAGS="-I${LOCALBASE}/include -I/usr/local/include/wx-2.8" .include BUILD_DEPENDS= wxgtk2-2.8-config:${PORTSDIR}/x11-toolkits/wxgtk28 \ @@ -141,8 +140,8 @@ PLIST_FILE_LIST= bin/freeroute.jnlp \ bin/eeschema \ bin/gerbview \ bin/kicad \ - bin/minizip \ bin/pcbnew \ + bin/pl_editor \ bin/bitmap2component \ bin/pcb_calculator \ share/mimelnk/application/x-kicad-schematic.desktop \ Modified: head/cad/kicad-devel/pkg-plist ============================================================================== --- head/cad/kicad-devel/pkg-plist Tue Sep 17 22:23:13 2013 (r327505) +++ head/cad/kicad-devel/pkg-plist Tue Sep 17 22:34:35 2013 (r327506) @@ -6,6 +6,7 @@ bin/gerbview bin/kicad bin/pcb_calculator bin/pcbnew +bin/pl_editor lib/kicad/plugins/bom2csv.xsl lib/kicad/plugins/bom_cvs.xsl lib/kicad/plugins/netlist_form_OrcadPcb2.xsl From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 22:48:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5A3F599B; Tue, 17 Sep 2013 22:48:51 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2D3252AC4; Tue, 17 Sep 2013 22:48:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HMmpAa045309; Tue, 17 Sep 2013 22:48:51 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HMmoso045307; Tue, 17 Sep 2013 22:48:50 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201309172248.r8HMmoso045307@svn.freebsd.org> From: Xin LI Date: Tue, 17 Sep 2013 22:48:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327507 - in head/sysutils/sg3_utils: . 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.14 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: Tue, 17 Sep 2013 22:48:51 -0000 Author: delphij Date: Tue Sep 17 22:48:50 2013 New Revision: 327507 URL: http://svnweb.freebsd.org/changeset/ports/327507 Log: Make sure that the buffers defined as global variables are aligned with page boundary. Tested by: dwhite Added: head/sysutils/sg3_utils/files/ head/sysutils/sg3_utils/files/patch-src__sg_ses.c (contents, props changed) Modified: head/sysutils/sg3_utils/Makefile Modified: head/sysutils/sg3_utils/Makefile ============================================================================== --- head/sysutils/sg3_utils/Makefile Tue Sep 17 22:34:35 2013 (r327506) +++ head/sysutils/sg3_utils/Makefile Tue Sep 17 22:48:50 2013 (r327507) @@ -3,6 +3,7 @@ PORTNAME= sg3_utils PORTVERSION= 1.36 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://sg.danny.cz/sg/p/ EXTRACT_SUFX= .tgz Added: head/sysutils/sg3_utils/files/patch-src__sg_ses.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/sg3_utils/files/patch-src__sg_ses.c Tue Sep 17 22:48:50 2013 (r327507) @@ -0,0 +1,17 @@ +--- ./src/sg_ses.c.orig 2013-05-08 06:21:30.000000000 -0700 ++++ ./src/sg_ses.c 2013-09-17 15:31:55.127287996 -0700 +@@ -210,10 +210,10 @@ + static struct join_row_t join_arr[MX_JOIN_ROWS]; + static struct join_row_t * join_arr_lastp = join_arr + MX_JOIN_ROWS - 1; + +-static unsigned char enc_stat_rsp[MX_ALLOC_LEN]; +-static unsigned char elem_desc_rsp[MX_ALLOC_LEN]; +-static unsigned char add_elem_rsp[MX_ALLOC_LEN]; +-static unsigned char threshold_rsp[MX_ALLOC_LEN]; ++static unsigned char enc_stat_rsp[MX_ALLOC_LEN] __attribute__ ((aligned (4096))); ++static unsigned char elem_desc_rsp[MX_ALLOC_LEN] __attribute__ ((aligned (4096))); ++static unsigned char add_elem_rsp[MX_ALLOC_LEN] __attribute__ ((aligned (4096))); ++static unsigned char threshold_rsp[MX_ALLOC_LEN] __attribute__ ((aligned (4096))); + static int enc_stat_rsp_len; + static int elem_desc_rsp_len; + static int add_elem_rsp_len; From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 02:36:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B185BD2C; Wed, 18 Sep 2013 02:36:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9039625A8; Wed, 18 Sep 2013 02:36:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I2aT7n065377; Wed, 18 Sep 2013 02:36:29 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I2aRXb065369; Wed, 18 Sep 2013 02:36:27 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201309180236.r8I2aRXb065369@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 18 Sep 2013 02:36:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327508 - in head: devel/libclaw devel/libclaw/files games/plee-the-bear games/plee-the-bear/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.14 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: Wed, 18 Sep 2013 02:36:29 -0000 Author: amdmi3 Date: Wed Sep 18 02:36:27 2013 New Revision: 327508 URL: http://svnweb.freebsd.org/changeset/ports/327508 Log: Fix build with clang/libc++ Added: head/devel/libclaw/files/ head/devel/libclaw/files/patch-claw-impl-box__2d.tpp (contents, props changed) head/devel/libclaw/files/patch-claw-impl-rectangle.tpp (contents, props changed) head/devel/libclaw/files/patch-claw-impl-socket__stream.tpp (contents, props changed) head/games/plee-the-bear/files/patch-bear-engine-core-src-engine-model-code-model__action.cpp (contents, props changed) head/games/plee-the-bear/files/patch-bear-engine-core-src-engine-script-code-script__runner.cpp (contents, props changed) head/games/plee-the-bear/files/patch-plee-the-bear-src-ptb-expr-impl-boolean__player__function.tpp (contents, props changed) Modified: head/devel/libclaw/Makefile head/games/plee-the-bear/Makefile Modified: head/devel/libclaw/Makefile ============================================================================== --- head/devel/libclaw/Makefile Tue Sep 17 22:48:50 2013 (r327507) +++ head/devel/libclaw/Makefile Wed Sep 18 02:36:27 2013 (r327508) @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boos USES= cmake gettext CMAKE_ARGS= -DCLAW_CMAKE_MODULES_INSTALL_PATH="${DATADIR}/cmake" USE_LDCONFIG= yes -USE_GCC= yes +#USE_GCC= yes post-patch: @${REINPLACE_CMD} -e '/subdirs/ s|doc||' ${WRKSRC}/CMakeLists.txt Added: head/devel/libclaw/files/patch-claw-impl-box__2d.tpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libclaw/files/patch-claw-impl-box__2d.tpp Wed Sep 18 02:36:27 2013 (r327508) @@ -0,0 +1,13 @@ +--- claw/impl/box_2d.tpp.orig 2013-07-03 23:34:38.000000000 +0400 ++++ claw/impl/box_2d.tpp 2013-09-14 02:59:04.591227299 +0400 +@@ -136,8 +136,8 @@ + claw::math::box_2d claw::math::box_2d::cast_value_type_to() const + { + return claw::math::box_2d +- ( first_point.cast_value_type_to(), +- second_point.cast_value_type_to() ); ++ ( first_point.template cast_value_type_to(), ++ second_point.template cast_value_type_to() ); + } // box_2d::cast_value_type_to() + + /*----------------------------------------------------------------------------*/ Added: head/devel/libclaw/files/patch-claw-impl-rectangle.tpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libclaw/files/patch-claw-impl-rectangle.tpp Wed Sep 18 02:36:27 2013 (r327508) @@ -0,0 +1,11 @@ +--- claw/impl/rectangle.tpp.orig 2013-07-03 23:34:38.000000000 +0400 ++++ claw/impl/rectangle.tpp 2013-09-14 02:57:21.105226690 +0400 +@@ -140,7 +140,7 @@ + claw::math::rectangle claw::math::rectangle::cast_value_type_to() const + { + return claw::math::rectangle +- ( position.cast_value_type_to(), (U)width, (U)height ); ++ ( position.template cast_value_type_to(), (U)width, (U)height ); + } // rectangle::cast_value_type_to() + + /*----------------------------------------------------------------------------*/ Added: head/devel/libclaw/files/patch-claw-impl-socket__stream.tpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libclaw/files/patch-claw-impl-socket__stream.tpp Wed Sep 18 02:36:27 2013 (r327508) @@ -0,0 +1,20 @@ +--- claw/impl/socket_stream.tpp.orig 2013-07-03 23:34:38.000000000 +0400 ++++ claw/impl/socket_stream.tpp 2013-09-14 03:12:49.742226665 +0400 +@@ -37,7 +37,7 @@ + template + claw::net::basic_socket_stream::basic_socket_stream + ( int read_delay ) +- : m_buffer(read_delay) ++ : std::basic_iostream(&m_buffer), m_buffer(read_delay) + { + this->init(&m_buffer); + } // basic_socket_stream::basic_socket_stream() +@@ -53,7 +53,7 @@ + template + claw::net::basic_socket_stream::basic_socket_stream + ( const char* address, int port, int read_delay ) +- : m_buffer(read_delay) ++ : std::basic_iostream(&m_buffer), m_buffer(read_delay) + { + this->init(&m_buffer); + open(address, port); Modified: head/games/plee-the-bear/Makefile ============================================================================== --- head/games/plee-the-bear/Makefile Tue Sep 17 22:48:50 2013 (r327507) +++ head/games/plee-the-bear/Makefile Wed Sep 18 02:36:27 2013 (r327508) @@ -25,7 +25,6 @@ USE_GL= gl glu WANT_GNOME= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes -USE_GCC= yes USES= cmake CMAKE_ARGS= -Dlibclaw_DIR="${LOCALBASE}/share/libclaw/cmake" \ Added: head/games/plee-the-bear/files/patch-bear-engine-core-src-engine-model-code-model__action.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/plee-the-bear/files/patch-bear-engine-core-src-engine-model-code-model__action.cpp Wed Sep 18 02:36:27 2013 (r327508) @@ -0,0 +1,11 @@ +--- bear-engine/core/src/engine/model/code/model_action.cpp.orig 2011-07-17 23:01:25.000000000 +0400 ++++ bear-engine/core/src/engine/model/code/model_action.cpp 2013-09-14 03:46:40.203322514 +0400 +@@ -396,7 +396,7 @@ + bear::engine::model_action::get_snapshot_const_iterator_at + ( universe::time_type t ) const + { +- if ( claw::real_number(t) > get_duration() ) ++ if ( (double)claw::real_number(t) > get_duration() ) + return m_snapshot.end(); + else if ( m_snapshot.empty() ) + return m_snapshot.end(); Added: head/games/plee-the-bear/files/patch-bear-engine-core-src-engine-script-code-script__runner.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/plee-the-bear/files/patch-bear-engine-core-src-engine-script-code-script__runner.cpp Wed Sep 18 02:36:27 2013 (r327508) @@ -0,0 +1,11 @@ +--- bear-engine/core/src/engine/script/code/script_runner.cpp.orig 2011-07-17 23:01:25.000000000 +0400 ++++ bear-engine/core/src/engine/script/code/script_runner.cpp 2013-09-17 23:44:12.620520919 +0400 +@@ -108,7 +108,7 @@ + bool done(false); + + while ( !done && (m_current_call != m_sequence.end()) ) +- if ( claw::real_number(m_current_call->date) > m_date ) ++ if ( claw::real_number(m_current_call->date) > claw::real_number(m_date) ) + done = true; + else + { Added: head/games/plee-the-bear/files/patch-plee-the-bear-src-ptb-expr-impl-boolean__player__function.tpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/plee-the-bear/files/patch-plee-the-bear-src-ptb-expr-impl-boolean__player__function.tpp Wed Sep 18 02:36:27 2013 (r327508) @@ -0,0 +1,11 @@ +--- plee-the-bear/src/ptb/expr/impl/boolean_player_function.tpp.orig 2011-07-17 23:01:25.000000000 +0400 ++++ plee-the-bear/src/ptb/expr/impl/boolean_player_function.tpp 2013-09-18 00:33:39.358695760 +0400 +@@ -37,7 +37,7 @@ + template + ptb::boolean_player_function::boolean_player_function + ( unsigned int player_index, const bear::engine::level_globals* g ) +- : m_player_index(player_index), m_player(NULL), m_level_globals(g) ++ : m_player_index(player_index), m_player(), m_level_globals(g) + { + search_player(); + } // boolean_player_function::boolean_player_function() From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 02:59:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DF82AF5B; Wed, 18 Sep 2013 02:59:40 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD3532684; Wed, 18 Sep 2013 02:59:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I2xewD076915; Wed, 18 Sep 2013 02:59:40 GMT (envelope-from cperciva@svn.freebsd.org) Received: (from cperciva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I2xeSe076913; Wed, 18 Sep 2013 02:59:40 GMT (envelope-from cperciva@svn.freebsd.org) Message-Id: <201309180259.r8I2xeSe076913@svn.freebsd.org> From: Colin Percival Date: Wed, 18 Sep 2013 02:59:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327509 - head/sysutils/ec2-scripts 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.14 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: Wed, 18 Sep 2013 02:59:41 -0000 Author: cperciva Date: Wed Sep 18 02:59:40 2013 New Revision: 327509 URL: http://svnweb.freebsd.org/changeset/ports/327509 Log: Update to 1.5: Replace rcvar=`set_rcvar` with rcvar=FOO_enable in the rc.d scripts in order to be compatible with newer versions of rc.subr. Modified: head/sysutils/ec2-scripts/Makefile head/sysutils/ec2-scripts/distinfo Modified: head/sysutils/ec2-scripts/Makefile ============================================================================== --- head/sysutils/ec2-scripts/Makefile Wed Sep 18 02:36:27 2013 (r327508) +++ head/sysutils/ec2-scripts/Makefile Wed Sep 18 02:59:40 2013 (r327509) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ec2-scripts -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= sysutils MASTER_SITES= http://freebsd-ec2-dist.s3.amazonaws.com/ EXTRACT_SUFX= .tgz Modified: head/sysutils/ec2-scripts/distinfo ============================================================================== --- head/sysutils/ec2-scripts/distinfo Wed Sep 18 02:36:27 2013 (r327508) +++ head/sysutils/ec2-scripts/distinfo Wed Sep 18 02:59:40 2013 (r327509) @@ -1,2 +1,2 @@ -SHA256 (ec2-scripts-1.4.tgz) = 02441d9d40758e9ca026e7f0a8327f0aeed8538bda484925571400372dd03845 -SIZE (ec2-scripts-1.4.tgz) = 4348 +SHA256 (ec2-scripts-1.5.tgz) = b1c95ecf56d3bcd1e903714cd453666b3fba842ee9ad9a82da519f2b01f00934 +SIZE (ec2-scripts-1.5.tgz) = 4383 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 03:26:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 60EEF61D; Wed, 18 Sep 2013 03:26:44 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3FE9A2885; Wed, 18 Sep 2013 03:26:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I3QixO093141; Wed, 18 Sep 2013 03:26:44 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I3QhIu093084; Wed, 18 Sep 2013 03:26:43 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201309180326.r8I3QhIu093084@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Wed, 18 Sep 2013 03:26:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327510 - in head/math: . octave-forge-ltfat octave-forge-ltfat/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.14 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: Wed, 18 Sep 2013 03:26:44 -0000 Author: stephen Date: Wed Sep 18 03:26:42 2013 New Revision: 327510 URL: http://svnweb.freebsd.org/changeset/ports/327510 Log: - New port math/octave-forge-ltfat The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is ltfat. The Large Time/Frequency Analysis Toolbox (LTFAT) is a Matlab/Octave toolbox for working with time-frequency analysis, wavelets and signal processing. It is intended both as an educational and a computational tool. The toolbox provides a large number of linear transforms including Gabor and wavelet transforms along with routines for constructing windows (filter prototypes) and routines for manipulating coefficients. Added: head/math/octave-forge-ltfat/ head/math/octave-forge-ltfat/Makefile (contents, props changed) head/math/octave-forge-ltfat/distinfo (contents, props changed) head/math/octave-forge-ltfat/files/ head/math/octave-forge-ltfat/files/patch-Makefile (contents, props changed) head/math/octave-forge-ltfat/pkg-descr (contents, props changed) head/math/octave-forge-ltfat/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Sep 18 02:59:40 2013 (r327509) +++ head/math/Makefile Wed Sep 18 03:26:42 2013 (r327510) @@ -308,6 +308,7 @@ SUBDIR += octave-forge-irsa SUBDIR += octave-forge-linear-algebra SUBDIR += octave-forge-lssa + SUBDIR += octave-forge-ltfat SUBDIR += octave-forge-mapping SUBDIR += octave-forge-mechanics SUBDIR += octave-forge-miscellaneous Added: head/math/octave-forge-ltfat/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-ltfat/Makefile Wed Sep 18 03:26:42 2013 (r327510) @@ -0,0 +1,28 @@ +# Created by: Stephen Montgomery-Smith +# $FreeBSD$ + +PORTNAME= octave-forge-ltfat +PORTVERSION= 1.4.2 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ + portaudio:${PORTSDIR}/audio/portaudio2 + +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ${OCTAVE_PKGNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC}/src + +.include "${.CURDIR}/../../Mk/bsd.octave.mk" + +post-build: + ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure + ${RM} -f ${WRKSRC}/../inst/DESCRIPTION + ${RM} -f ${WRKSRC}/../inst/ltfat/DESCRIPTION + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + +.include Added: head/math/octave-forge-ltfat/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-ltfat/distinfo Wed Sep 18 03:26:42 2013 (r327510) @@ -0,0 +1,2 @@ +SHA256 (octave-forge/ltfat-1.4.2.tar.gz) = 1ff1055590eca29623341cada73ac28528729dee0f7aa62a4363f4fbed064d3a +SIZE (octave-forge/ltfat-1.4.2.tar.gz) = 2440579 Added: head/math/octave-forge-ltfat/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-ltfat/files/patch-Makefile Wed Sep 18 03:26:42 2013 (r327510) @@ -0,0 +1,8 @@ +--- Makefile-orig 2013-09-18 02:28:16.000000000 +0000 ++++ Makefile 2013-09-18 02:28:30.000000000 +0000 +@@ -2,4 +2,4 @@ + $(MAKE) -f Makefile_unix + $(MAKE) -C ../oct -f Makefile_unix + mv ../oct/*.oct . +- ls -1 *.oct | cut -d . -f 1 | xargs -i rm -f ../inst/comp/{}.m ++ ls -1 *.oct | cut -d . -f 1 | xargs -I{} rm -f ../inst/comp/{}.m Added: head/math/octave-forge-ltfat/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-ltfat/pkg-descr Wed Sep 18 03:26:42 2013 (r327510) @@ -0,0 +1,15 @@ +The octave-forge package is the result of The GNU Octave Repositry project, +which is intended to be a central location for custom scripts, functions and +extensions for GNU Octave. contains the source for all the functions plus +build and install scripts. + +This is ltfat. + + The Large Time/Frequency Analysis Toolbox (LTFAT) is a Matlab/Octave toolbox + for working with time-frequency analysis, wavelets and signal processing. It + is intended both as an educational and a computational tool. The toolbox + provides a large number of linear transforms including Gabor and wavelet + transforms along with routines for constructing windows (filter prototypes) + and routines for manipulating coefficients. + +WWW: http://octave.sourceforge.net/ Added: head/math/octave-forge-ltfat/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-ltfat/pkg-plist Wed Sep 18 03:26:42 2013 (r327510) @@ -0,0 +1 @@ +@comment This file intentionally left empty From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 03:36:27 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 70A13790; Wed, 18 Sep 2013 03:36:27 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5D6E62903; Wed, 18 Sep 2013 03:36:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I3aR0t097855; Wed, 18 Sep 2013 03:36:27 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I3aRHL097854; Wed, 18 Sep 2013 03:36:27 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309180336.r8I3aRHL097854@svn.freebsd.org> From: Andrej Zverev Date: Wed, 18 Sep 2013 03:36:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327511 - head/textproc/p5-Plagger 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.14 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: Wed, 18 Sep 2013 03:36:27 -0000 Author: az Date: Wed Sep 18 03:36:26 2013 New Revision: 327511 URL: http://svnweb.freebsd.org/changeset/ports/327511 Log: - Fix USES order Modified: head/textproc/p5-Plagger/Makefile Modified: head/textproc/p5-Plagger/Makefile ============================================================================== --- head/textproc/p5-Plagger/Makefile Wed Sep 18 03:26:42 2013 (r327510) +++ head/textproc/p5-Plagger/Makefile Wed Sep 18 03:36:26 2013 (r327511) @@ -38,6 +38,10 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PO p5-URI-Fetch>=0:${PORTSDIR}/www/p5-URI-Fetch \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML +USES= perl5 +USE_PERL5= configure + + OPTIONS_DEFINE= BETTERENCODING PODTESTING COOKIESHARING LIBERALXML XPATH BETTERHTML PRSJPNDATE \ PRSJPNDATE PUBLISHEXCEL FILTERPIPE PUBLISHPLANET PUBLISHCSV FILDEGYT AUTHORNAME \ GUESSLANG GUESSTZ HTMLTIDY PUBLISHMT PUBSERLZR PUBICAL ROMANIZE JAVASCRIPT \ @@ -374,9 +378,6 @@ BUILD_DEPENDS+= p5-Text-Original>=0:${PO RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 -USE_PERL5= configure - MAN3= Plagger.3 \ Plagger::Cookies.3 \ Plagger::Date.3 \ From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 03:58:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8935AAB9; Wed, 18 Sep 2013 03:58:20 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C81429D2; Wed, 18 Sep 2013 03:58:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I3wKMn008964; Wed, 18 Sep 2013 03:58:20 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I3wKtG008963; Wed, 18 Sep 2013 03:58:20 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201309180358.r8I3wKtG008963@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Wed, 18 Sep 2013 03:58:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327512 - head/math/octave-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.14 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: Wed, 18 Sep 2013 03:58:20 -0000 Author: stephen Date: Wed Sep 18 03:58:19 2013 New Revision: 327512 URL: http://svnweb.freebsd.org/changeset/ports/327512 Log: - Add optional dependency math/octave-forge-ltfat. - Update to 20130917. Modified: head/math/octave-forge/Makefile Modified: head/math/octave-forge/Makefile ============================================================================== --- head/math/octave-forge/Makefile Wed Sep 18 03:36:26 2013 (r327511) +++ head/math/octave-forge/Makefile Wed Sep 18 03:58:19 2013 (r327512) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge -PORTVERSION= 20130816 -PORTREVISION= 1 +PORTVERSION= 20130917 CATEGORIES= math MASTER_SITES= #none DISTFILES= #none @@ -17,7 +16,7 @@ OPTIONS_DEFINE= ACTUARIAL AD AUDIO BENCH DATABASE DATAFRAME DICOM ECONOMETRICS ENGINE FENV FITS \ FINANCIAL FL_CORE FPL FUZZY_LOGIC_TOOLKIT GA GEOMETRY GENERAL \ GENERATE_HTML GNUPLOT GSL IDENT IMAGE INFORMATIONTHEORY \ - INTEGRATION IO IRSA LINEAR_ALGEBRA LSSA MAPPING \ + INTEGRATION IO IRSA LINEAR_ALGEBRA LSSA LTFAT MAPPING \ MECHANICS MISCELLANEOUS MISSING_FUNCTIONS MSH MULTICORE NAN \ NCARRAY NETCDF NLWING2 NNET NURBS OCS OCT2MAT OCTCDF OCTCLIP \ OCTGPR OCTPROJ ODEBVP ODEPKG OPTIM OPTIMINTERP OUTLIERS \ @@ -62,6 +61,7 @@ IO_DESC= Install package: io IRSA_DESC= Install package: irsa LINEAR_ALGEBRA_DESC= Install package: linear-algebra LSSA_DESC= Install package: lssa +LTFAT_DESC= Install package: ltfat MAPPING_DESC= Install package: mapping MECHANICS_DESC= Install package: mechanics MISCELLANEOUS_DESC= Install package: miscellaneous @@ -224,6 +224,9 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/linear-alg .if ${PORT_OPTIONS:MLSSA} RUN_DEPENDS+= ${TARBALLS_DIR}/lssa.tar.gz:${PORTSDIR}/math/octave-forge-lssa .endif +.if ${PORT_OPTIONS:MLTFAT} +RUN_DEPENDS+= ${TARBALLS_DIR}/ltfat.tar.gz:${PORTSDIR}/math/octave-forge-ltfat +.endif .if ${PORT_OPTIONS:MMAPPING} RUN_DEPENDS+= ${TARBALLS_DIR}/mapping.tar.gz:${PORTSDIR}/math/octave-forge-mapping .endif From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 05:16:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 07A243CC; Wed, 18 Sep 2013 05:16:48 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E80372CB4; Wed, 18 Sep 2013 05:16:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I5GlpK051123; Wed, 18 Sep 2013 05:16:47 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I5Gkx8051098; Wed, 18 Sep 2013 05:16:46 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201309180516.r8I5Gkx8051098@svn.freebsd.org> From: Cy Schubert Date: Wed, 18 Sep 2013 05:16:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327513 - head/x11-wm/olvwm/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.14 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: Wed, 18 Sep 2013 05:16:48 -0000 Author: cy Date: Wed Sep 18 05:16:46 2013 New Revision: 327513 URL: http://svnweb.freebsd.org/changeset/ports/327513 Log: Fix build under 10-CURRENT. Split old-style patch files into current standard individual patch files. Added: head/x11-wm/olvwm/files/patch-Imakefile - copied, changed from r327507, head/x11-wm/olvwm/files/patch-aa head/x11-wm/olvwm/files/patch-cursors.c - copied unchanged from r327507, head/x11-wm/olvwm/files/patch-ac head/x11-wm/olvwm/files/patch-defaults.c - copied, changed from r327507, head/x11-wm/olvwm/files/patch-aa head/x11-wm/olvwm/files/patch-fontset.c - copied, changed from r327507, head/x11-wm/olvwm/files/patch-ad head/x11-wm/olvwm/files/patch-gettext.c - copied unchanged from r327507, head/x11-wm/olvwm/files/patch-bb head/x11-wm/olvwm/files/patch-gif.c - copied, changed from r327507, head/x11-wm/olvwm/files/patch-aa head/x11-wm/olvwm/files/patch-mem.c - copied, changed from r327507, head/x11-wm/olvwm/files/patch-aa head/x11-wm/olvwm/files/patch-menu.c - copied unchanged from r327507, head/x11-wm/olvwm/files/patch-ab head/x11-wm/olvwm/files/patch-ol_button.413.c - copied, changed from r327507, head/x11-wm/olvwm/files/patch-ad head/x11-wm/olvwm/files/patch-ol_button.svr4.c - copied, changed from r327507, head/x11-wm/olvwm/files/patch-ad head/x11-wm/olvwm/files/patch-olvwmrc.y - copied, changed from r327507, head/x11-wm/olvwm/files/patch-aa head/x11-wm/olvwm/files/patch-olwm.c - copied, changed from r327507, head/x11-wm/olvwm/files/patch-aa head/x11-wm/olvwm/files/patch-pixmap.c - copied unchanged from r327507, head/x11-wm/olvwm/files/patch-ba head/x11-wm/olvwm/files/patch-screen.c - copied, changed from r327507, head/x11-wm/olvwm/files/patch-aa head/x11-wm/olvwm/files/patch-selection.c (contents, props changed) head/x11-wm/olvwm/files/patch-slots.c (contents, props changed) head/x11-wm/olvwm/files/patch-st.c - copied, changed from r327507, head/x11-wm/olvwm/files/patch-aa head/x11-wm/olvwm/files/patch-virtual.c - copied, changed from r327507, head/x11-wm/olvwm/files/patch-aa head/x11-wm/olvwm/files/patch-winbutton.c (contents, props changed) head/x11-wm/olvwm/files/patch-winframe.c - copied, changed from r327507, head/x11-wm/olvwm/files/patch-aa head/x11-wm/olvwm/files/patch-wingframe.c (contents, props changed) head/x11-wm/olvwm/files/patch-winicon.c - copied, changed from r327507, head/x11-wm/olvwm/files/patch-aa head/x11-wm/olvwm/files/patch-winipane.c (contents, props changed) head/x11-wm/olvwm/files/patch-winnofoc.c (contents, props changed) head/x11-wm/olvwm/files/patch-winpane.c (contents, props changed) head/x11-wm/olvwm/files/patch-winpinmenu.c (contents, props changed) head/x11-wm/olvwm/files/patch-winpush.c (contents, props changed) head/x11-wm/olvwm/files/patch-winresize.c (contents, props changed) head/x11-wm/olvwm/files/patch-winroot.c (contents, props changed) Deleted: head/x11-wm/olvwm/files/patch-aa head/x11-wm/olvwm/files/patch-ab head/x11-wm/olvwm/files/patch-ac head/x11-wm/olvwm/files/patch-ad head/x11-wm/olvwm/files/patch-ba head/x11-wm/olvwm/files/patch-bb Copied and modified: head/x11-wm/olvwm/files/patch-Imakefile (from r327507, head/x11-wm/olvwm/files/patch-aa) ============================================================================== --- head/x11-wm/olvwm/files/patch-aa Tue Sep 17 22:48:50 2013 (r327507, copy source) +++ head/x11-wm/olvwm/files/patch-Imakefile Wed Sep 18 05:16:46 2013 (r327513) @@ -85,271 +85,3 @@ +depend:: olvwmrc.c #include -*** defaults.c.orig Thu Jan 13 16:36:03 1994 ---- defaults.c Sun Jan 24 20:50:32 1999 -*************** -*** 30,38 **** - #include - #include - #include -- #ifdef OW_I18N_L4 - #include -- #endif - - #include "i18n.h" - #include "ollocale.h" ---- 30,36 ---- -*************** -*** 90,97 **** ---- 88,99 ---- - #ifdef SVR4 - if (sysinfo(SI_HOSTNAME, hostname, sizeof(hostname)) != -1) { - #else -+ #ifdef BSD -+ if (0 == gethostname(hostname, sizeof(hostname))) { -+ #else - if (0 == gethostname(hostname, sizeof(hostname), &namelen)) { - #endif -+ #endif - (void) strcat(filename, hostname); - fileDB = XrmGetFileDatabase(filename); - } -*************** -*** 159,165 **** - return appDB; - } - -! appDB = XrmGetFileDatabase("/usr/lib/X11/app-defaults/Olwm"); - return appDB; - } - ---- 161,167 ---- - return appDB; - } - -! appDB = XrmGetFileDatabase("/usr/X11R6/lib/X11/app-defaults/Olwm"); - return appDB; - } - ---- gif.c.orig Thu Jan 13 15:36:06 1994 -+++ gif.c Mon Oct 19 13:46:15 1998 -@@ -56,6 +56,10 @@ - int disposal; - } Gif89 = { -1, -1, -1, 0 }; - -+static ReadColorMap(); -+static DoExtension(); -+static GetDataBlock(); -+ - extern XImage* ReadImage(); - - XImage *ReadGIF(dpy, fd, pNcolors, pColors) -@@ -456,7 +460,7 @@ - return code; - } - --static XImage* -+extern XImage* - ReadImage(dpy, fd, len, height, cmap, interlace, ignore) - Display *dpy; - FILE *fd; ---- mem.c.orig Thu Jan 13 15:36:08 1994 -+++ mem.c Mon Oct 19 13:47:49 1998 -@@ -18,7 +18,12 @@ - - - #include -+#include -+#ifndef __STDC__ - #include -+#else -+#include -+#endif - #include - #include - ---- olvwmrc.y.orig Mon Oct 19 14:21:34 1998 -+++ olvwmrc.y Mon Oct 19 14:04:33 1998 -@@ -37,7 +37,7 @@ - char *LookupToken(); - char *FindOlvwmRC(); - void resetKeys(); --char *strexpand(); -+static char *strexpand(); - - typedef struct progscreen { - char *target; -@@ -527,7 +527,9 @@ - } - %% - /* Programs */ -+#ifndef YYDEBUG - #define YYDEBUG 1 -+#endif - #include "parse.c" - - extern List *ActiveClientList; ---- olwm.c.orig Thu Jan 13 15:36:12 1994 -+++ olwm.c Mon Oct 19 14:08:54 1998 -@@ -677,9 +677,15 @@ - pid_t pid; - int status; - #else -+#ifdef BSD -+ int oldmask; -+ int pid; -+ int status; -+#else - int oldmask; - int pid; - union wait status; -+#endif - #endif - - if (!deadChildren) -*** screen.c.orig Sun Jan 24 20:03:43 1999 ---- screen.c Sun Jan 24 20:58:29 1999 -*************** -*** 66,71 **** ---- 66,78 ---- - *-------------------------------------------------------------------------*/ - List *ScreenInfoList; /* List of managed screens */ - extern Bool BoolString(); -+ static updateScreenWorkspaceColor(); -+ static updateScreenWindowColor(); -+ static updateScreenForegroundColor(); -+ static updateScreenBackgroundColor(); -+ static updateScreenBorderColor(); -+ static updateScreenInputFocusColor(); -+ static updateScreenGlyphFont(); - - /*------------------------------------------------------------------------- - * Local Data -*************** -*** 282,287 **** ---- 289,295 ---- - case PseudoColor: - case GrayScale: - case DirectColor: -+ case TrueColor: - return True; - /*NOTREACHED*/ - break; -*************** -*** 523,529 **** - * Construct bitmap search path as follows: - * $OPENWINHOME/etc/workspace/patterns - * $OPENWINHOME/include/X11/include/bitmaps -! * /usr/X11/include/X11/include/bitmaps - * - * REMIND: this should be cleaned up so that it doesn't use a fixed-size - * array. ---- 531,537 ---- - * Construct bitmap search path as follows: - * $OPENWINHOME/etc/workspace/patterns - * $OPENWINHOME/include/X11/include/bitmaps -! * /usr/X11R6/include/X11/include/bitmaps - * - * REMIND: this should be cleaned up so that it doesn't use a fixed-size - * array. -*************** -*** 546,552 **** - (void)sprintf(bmPath, "%s/include/X11/bitmaps",owHome); - bitmapSearchPath[i++] = MemNewString(bmPath); - -! bitmapSearchPath[i++] = MemNewString("/usr/X11/include/X11/bitmaps"); - bitmapSearchPath[i] = (char *)NULL; - } - ---- 554,560 ---- - (void)sprintf(bmPath, "%s/include/X11/bitmaps",owHome); - bitmapSearchPath[i++] = MemNewString(bmPath); - -! bitmapSearchPath[i++] = MemNewString("/usr/X11R6/include/X11/bitmaps"); - bitmapSearchPath[i] = (char *)NULL; - } - ---- st.c.orig Thu Jan 13 15:36:18 1994 -+++ st.c Mon Oct 19 14:12:31 1998 -@@ -14,6 +14,7 @@ - #include "st.h" - #include "mem.h" - -+static rehash(); - - #define max(a,b) ((a) > (b) ? (a) : (b)) - #define nil(type) ((type *) 0) ---- virtual.c.orig Thu Jan 13 15:36:22 1994 -+++ virtual.c Mon Oct 19 14:13:27 1998 -@@ -39,15 +39,18 @@ - #define TRUE 1 - #define FALSE 0 - --#include -+#include - #ifdef REGEXP --regexp *expbuf; -+regex_t expbuf; - #endif - - #ifdef IDENT - #ident "@(#)virtual.c 1.6 olvwm version 07 Jan 1994" - #endif - -+static rexMatch(); -+static rexInit(); -+ - /* Class Function Vector; a virtual pane is the VDM window in which all - * the little virtual windows appear (and to which said windows are - * parented) -@@ -2108,14 +2111,16 @@ - } - } - -+#ifndef REGEXP - static char expbuf[256]; -+#endif - - static - rexMatch(string) - char *string; - { - #ifdef REGEXP -- return regexec(expbuf, string); -+ return regexec(&expbuf, string, 0, NULL, 0); - #else - return step(string,expbuf); - #endif -@@ -2152,7 +2157,7 @@ - newPattern[j++] = '$'; - newPattern[j++] = '\0'; - #ifdef REGEXP -- expbuf = regcomp(newPattern); -+ regcomp(&expbuf, newPattern, 0); - #else - compile(newPattern, expbuf, &expbuf[256], '\0'); - #endif ---- winframe.c.orig Thu Jan 13 15:36:25 1994 -+++ winframe.c Mon Oct 19 14:14:26 1998 -@@ -52,6 +52,8 @@ - - extern Time TimeFresh(); - -+static headerHeight(); -+ - /*************************************************************************** - * private data - ***************************************************************************/ ---- winicon.c.orig Thu Jan 13 15:36:26 1994 -+++ winicon.c Mon Oct 19 14:15:05 1998 -@@ -37,6 +37,10 @@ - extern Bool PropGetWMName(); - extern Bool PropGetWMIconName(); - -+static heightTopIcon(); -+static heightBottomIcon(); -+static widthBothIcon(); -+ - /*************************************************************************** - * private data - ***************************************************************************/ Copied: head/x11-wm/olvwm/files/patch-cursors.c (from r327507, head/x11-wm/olvwm/files/patch-ac) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/olvwm/files/patch-cursors.c Wed Sep 18 05:16:46 2013 (r327513, copy of r327507, head/x11-wm/olvwm/files/patch-ac) @@ -0,0 +1,11 @@ +--- cursors.c.orig Tue Sep 22 22:16:04 1998 ++++ cursors.c Tue Sep 22 22:16:12 1998 +@@ -278,7 +278,7 @@ + if (our_copy[0] == 'X') + font_file = "cursor"; + else if (our_copy[0] == 'O') +- font_file = "-sun-open look cursor-----12-120-75-75-p-455-sunolcursor-1"; ++ font_file = "-sun-open look cursor-----12-120-75-75-p-160-sunolcursor-1"; + createCursor(dpy, cmap, pointer, cursor_id, font_file, end, ptr); + } + else { Copied and modified: head/x11-wm/olvwm/files/patch-defaults.c (from r327507, head/x11-wm/olvwm/files/patch-aa) ============================================================================== --- head/x11-wm/olvwm/files/patch-aa Tue Sep 17 22:48:50 2013 (r327507, copy source) +++ head/x11-wm/olvwm/files/patch-defaults.c Wed Sep 18 05:16:46 2013 (r327513) @@ -1,90 +1,3 @@ ---- Imakefile.orig Mon Oct 26 09:16:54 1998 -+++ Imakefile Mon Oct 26 09:27:43 1998 -@@ -48,8 +48,10 @@ - /**/#MORECCFLAGS=-DOW_I18N_L3 -DSHAPE -DIDENT - - /**/# For a generic Solaris 2.x system, I'd suggest --MORECCFLAGS=-DOW_I18N_L3 -DSHAPE -DSVR4 -DSYSV -DIDENT -x O4 -+/**/#MORECCFLAGS=-DOW_I18N_L3 -DSHAPE -DSVR4 -DSYSV -DIDENT -x O4 - -+/**/# For FreeBSD -+MORECCFLAGS=-DOW_I18N_L3 -DSHAPE -DMAXPID=30000 -DREGEXP -DXPM -DXVIEW32 - /**/# - /**/# Set MORELDFLAGS to any link options you want. Be sure to add -lxpm if you - /**/# want to include XPM support. For a generic Solaris 1.x -@@ -57,8 +59,11 @@ - /**/#MORELDFLAGS=-L${OPENWINHOME}/lib - /**/# - /**/# For Solaris 2.x, I'd suggest --MORELDFLAGS=-L${OPENWINHOME}/lib -R ${OPENWINHOME}/lib -lintl -+/**/#MORELDFLAGS=-L${OPENWINHOME}/lib -R ${OPENWINHOME}/lib -lintl - -+/**/# For FreeBSD -+MORELDFLAGS=-L$(USRLIBDIR) -lXpm -+XPMINCDIR=-I$(INCROOT)/X11 - - /**/# No more changes needed - -@@ -72,6 +77,7 @@ - SYS_LIBRARIES = -ll -lm - INCLUDES = -I$(HEADER_DEST) -I$(TOP) $(XPMINCDIR) - DEPLIBS = -+EXTENSIONLIB = -lXext - LOCAL_LIBRARIES = $(MORELDFLAGS) $(OLGXLIB) $(XLIB) - - HEADERS = cmdstream.h cursors.h debug.h defaults.h dsdm.h environ.h error.h \ -@@ -115,26 +121,29 @@ - ${HEADERS} ${BITMAPS} ${SRCS} \ - ${MISC} ${INFOFILES} ${MANPAGES} ${SCRIPTS} - --ComplexProgramTarget(olvwm) -- --#if NeedMenuFile --InstallNonExecList($(MISC),$(LIBRARY_DEST)) --#endif -+depend:: olvwmrc.c - - parse.c: parse.l -- lex -t parse.l > parse.c -+ $(LEX) $(LFALGS) parse.l -+ $(MV) lex.yy.c parse.c - --olvwmrc.c: olvwmrc.y -- yacc olvwmrc.y -- mv y.tab.c olvwmrc.c -+olvwmrc.c: parse.c olvwmrc.y -+ $(YACC) olvwmrc.y -+ $(MV) y.tab.c olvwmrc.c - - olvwmrc.o: parse.c olvwmrc.c - -+ComplexProgramTarget(olvwm) -+ -+#if NeedMenuFile -+InstallNonExecList($(MISC),$(LIBRARY_DEST)) -+#endif -+ - version.c: ${SRCS} ${HEADERS} - @echo '#ident "@(#)olvwm version compiled '`date`'"' > version.c - - clean:: -- /bin/rm -f parse.c olvwmrc.c version.c -+ /bin/rm -f parse.c olvwmrc.c version.c .depend - - install.man:: $(MANPAGES) - @if [ -d $(DESTDIR)$(MANDIR) ]; then set +x; \ -@@ -142,7 +151,11 @@ - @for i in $(MANPAGES) ;\ - do \ - echo "installing $$i"; \ -+ $(RM) $(DESTDIR)$(MANDIR)/`basename $$i .man`.$(MANSUFFIX)* ; \ - $(INSTALL) -c $(INSTMANFLAGS) $$i $(DESTDIR)$(MANDIR)/`basename $$i .man`.$(MANSUFFIX) ; \ -+ $(COMPRESSMANCMD) $(DESTDIR)$(MANDIR)/`basename $$i .man`.$(MANSUFFIX) ; \ - done -+ -+depend:: olvwmrc.c - - #include *** defaults.c.orig Thu Jan 13 16:36:03 1994 --- defaults.c Sun Jan 24 20:50:32 1999 *************** @@ -131,225 +44,3 @@ return appDB; } ---- gif.c.orig Thu Jan 13 15:36:06 1994 -+++ gif.c Mon Oct 19 13:46:15 1998 -@@ -56,6 +56,10 @@ - int disposal; - } Gif89 = { -1, -1, -1, 0 }; - -+static ReadColorMap(); -+static DoExtension(); -+static GetDataBlock(); -+ - extern XImage* ReadImage(); - - XImage *ReadGIF(dpy, fd, pNcolors, pColors) -@@ -456,7 +460,7 @@ - return code; - } - --static XImage* -+extern XImage* - ReadImage(dpy, fd, len, height, cmap, interlace, ignore) - Display *dpy; - FILE *fd; ---- mem.c.orig Thu Jan 13 15:36:08 1994 -+++ mem.c Mon Oct 19 13:47:49 1998 -@@ -18,7 +18,12 @@ - - - #include -+#include -+#ifndef __STDC__ - #include -+#else -+#include -+#endif - #include - #include - ---- olvwmrc.y.orig Mon Oct 19 14:21:34 1998 -+++ olvwmrc.y Mon Oct 19 14:04:33 1998 -@@ -37,7 +37,7 @@ - char *LookupToken(); - char *FindOlvwmRC(); - void resetKeys(); --char *strexpand(); -+static char *strexpand(); - - typedef struct progscreen { - char *target; -@@ -527,7 +527,9 @@ - } - %% - /* Programs */ -+#ifndef YYDEBUG - #define YYDEBUG 1 -+#endif - #include "parse.c" - - extern List *ActiveClientList; ---- olwm.c.orig Thu Jan 13 15:36:12 1994 -+++ olwm.c Mon Oct 19 14:08:54 1998 -@@ -677,9 +677,15 @@ - pid_t pid; - int status; - #else -+#ifdef BSD -+ int oldmask; -+ int pid; -+ int status; -+#else - int oldmask; - int pid; - union wait status; -+#endif - #endif - - if (!deadChildren) -*** screen.c.orig Sun Jan 24 20:03:43 1999 ---- screen.c Sun Jan 24 20:58:29 1999 -*************** -*** 66,71 **** ---- 66,78 ---- - *-------------------------------------------------------------------------*/ - List *ScreenInfoList; /* List of managed screens */ - extern Bool BoolString(); -+ static updateScreenWorkspaceColor(); -+ static updateScreenWindowColor(); -+ static updateScreenForegroundColor(); -+ static updateScreenBackgroundColor(); -+ static updateScreenBorderColor(); -+ static updateScreenInputFocusColor(); -+ static updateScreenGlyphFont(); - - /*------------------------------------------------------------------------- - * Local Data -*************** -*** 282,287 **** ---- 289,295 ---- - case PseudoColor: - case GrayScale: - case DirectColor: -+ case TrueColor: - return True; - /*NOTREACHED*/ - break; -*************** -*** 523,529 **** - * Construct bitmap search path as follows: - * $OPENWINHOME/etc/workspace/patterns - * $OPENWINHOME/include/X11/include/bitmaps -! * /usr/X11/include/X11/include/bitmaps - * - * REMIND: this should be cleaned up so that it doesn't use a fixed-size - * array. ---- 531,537 ---- - * Construct bitmap search path as follows: - * $OPENWINHOME/etc/workspace/patterns - * $OPENWINHOME/include/X11/include/bitmaps -! * /usr/X11R6/include/X11/include/bitmaps - * - * REMIND: this should be cleaned up so that it doesn't use a fixed-size - * array. -*************** -*** 546,552 **** - (void)sprintf(bmPath, "%s/include/X11/bitmaps",owHome); - bitmapSearchPath[i++] = MemNewString(bmPath); - -! bitmapSearchPath[i++] = MemNewString("/usr/X11/include/X11/bitmaps"); - bitmapSearchPath[i] = (char *)NULL; - } - ---- 554,560 ---- - (void)sprintf(bmPath, "%s/include/X11/bitmaps",owHome); - bitmapSearchPath[i++] = MemNewString(bmPath); - -! bitmapSearchPath[i++] = MemNewString("/usr/X11R6/include/X11/bitmaps"); - bitmapSearchPath[i] = (char *)NULL; - } - ---- st.c.orig Thu Jan 13 15:36:18 1994 -+++ st.c Mon Oct 19 14:12:31 1998 -@@ -14,6 +14,7 @@ - #include "st.h" - #include "mem.h" - -+static rehash(); - - #define max(a,b) ((a) > (b) ? (a) : (b)) - #define nil(type) ((type *) 0) ---- virtual.c.orig Thu Jan 13 15:36:22 1994 -+++ virtual.c Mon Oct 19 14:13:27 1998 -@@ -39,15 +39,18 @@ - #define TRUE 1 - #define FALSE 0 - --#include -+#include - #ifdef REGEXP --regexp *expbuf; -+regex_t expbuf; - #endif - - #ifdef IDENT - #ident "@(#)virtual.c 1.6 olvwm version 07 Jan 1994" - #endif - -+static rexMatch(); -+static rexInit(); -+ - /* Class Function Vector; a virtual pane is the VDM window in which all - * the little virtual windows appear (and to which said windows are - * parented) -@@ -2108,14 +2111,16 @@ - } - } - -+#ifndef REGEXP - static char expbuf[256]; -+#endif - - static - rexMatch(string) - char *string; - { - #ifdef REGEXP -- return regexec(expbuf, string); -+ return regexec(&expbuf, string, 0, NULL, 0); - #else - return step(string,expbuf); - #endif -@@ -2152,7 +2157,7 @@ - newPattern[j++] = '$'; - newPattern[j++] = '\0'; - #ifdef REGEXP -- expbuf = regcomp(newPattern); -+ regcomp(&expbuf, newPattern, 0); - #else - compile(newPattern, expbuf, &expbuf[256], '\0'); - #endif ---- winframe.c.orig Thu Jan 13 15:36:25 1994 -+++ winframe.c Mon Oct 19 14:14:26 1998 -@@ -52,6 +52,8 @@ - - extern Time TimeFresh(); - -+static headerHeight(); -+ - /*************************************************************************** - * private data - ***************************************************************************/ ---- winicon.c.orig Thu Jan 13 15:36:26 1994 -+++ winicon.c Mon Oct 19 14:15:05 1998 -@@ -37,6 +37,10 @@ - extern Bool PropGetWMName(); - extern Bool PropGetWMIconName(); - -+static heightTopIcon(); -+static heightBottomIcon(); -+static widthBothIcon(); -+ - /*************************************************************************** - * private data - ***************************************************************************/ Copied and modified: head/x11-wm/olvwm/files/patch-fontset.c (from r327507, head/x11-wm/olvwm/files/patch-ad) ============================================================================== --- head/x11-wm/olvwm/files/patch-ad Tue Sep 17 22:48:50 2013 (r327507, copy source) +++ head/x11-wm/olvwm/files/patch-fontset.c Wed Sep 18 05:16:46 2013 (r327513) @@ -17,41 +17,3 @@ locale, FONT_SETS); } -*** ol_button.413.c.orig Sun Jan 24 20:16:16 1999 ---- ol_button.413.c Sun Jan 24 20:21:00 1999 -*************** -*** 8,14 **** - * a version of olgx 3.2 (from the xview 3.2 release) and don't want to - * use this file, change the define here - */ -! #ifndef SVR4 - - /* - * Based on ---- 8,14 ---- - * a version of olgx 3.2 (from the xview 3.2 release) and don't want to - * use this file, change the define here - */ -! #if !defined(SVR4) && !defined(XVIEW32) - - /* - * Based on -*** ol_button.svr4.c.orig Sun Jan 24 20:21:22 1999 ---- ol_button.svr4.c Sun Jan 24 20:23:34 1999 -*************** -*** 12,18 **** - * - */ - -! #ifdef SVR4 - - /* - * Copyright 1989-1990 Sun Microsystems See LEGAL_NOTICE for terms of ---- 12,18 ---- - * - */ - -! #if defined(SVR4) || defined(XVIEW32) - - /* - * Copyright 1989-1990 Sun Microsystems See LEGAL_NOTICE for terms of Copied: head/x11-wm/olvwm/files/patch-gettext.c (from r327507, head/x11-wm/olvwm/files/patch-bb) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/olvwm/files/patch-gettext.c Wed Sep 18 05:16:46 2013 (r327513, copy of r327507, head/x11-wm/olvwm/files/patch-bb) @@ -0,0 +1,18 @@ +--- gettext.c.orig Sun Sep 29 02:29:20 2002 ++++ gettext.c Sun Sep 29 02:29:47 2002 +@@ -17,12 +17,14 @@ + #define bzero(a,b) memset(a,0,b) + #endif + +-char *malloc(), *strdup(); + char * dgettext(); + char *_gettext(); + char *in_path(); ++#ifndef __FreeBSD__ ++char *malloc(), *strdup(); + char *fgets(), *getenv(); + caddr_t mmap(), calloc(); ++#endif + + #ifdef NOT + static struct domain_binding *firstbind=0, *lastbind=0; Copied and modified: head/x11-wm/olvwm/files/patch-gif.c (from r327507, head/x11-wm/olvwm/files/patch-aa) ============================================================================== --- head/x11-wm/olvwm/files/patch-aa Tue Sep 17 22:48:50 2013 (r327507, copy source) +++ head/x11-wm/olvwm/files/patch-gif.c Wed Sep 18 05:16:46 2013 (r327513) @@ -1,136 +1,3 @@ ---- Imakefile.orig Mon Oct 26 09:16:54 1998 -+++ Imakefile Mon Oct 26 09:27:43 1998 -@@ -48,8 +48,10 @@ - /**/#MORECCFLAGS=-DOW_I18N_L3 -DSHAPE -DIDENT - - /**/# For a generic Solaris 2.x system, I'd suggest --MORECCFLAGS=-DOW_I18N_L3 -DSHAPE -DSVR4 -DSYSV -DIDENT -x O4 -+/**/#MORECCFLAGS=-DOW_I18N_L3 -DSHAPE -DSVR4 -DSYSV -DIDENT -x O4 - -+/**/# For FreeBSD -+MORECCFLAGS=-DOW_I18N_L3 -DSHAPE -DMAXPID=30000 -DREGEXP -DXPM -DXVIEW32 - /**/# - /**/# Set MORELDFLAGS to any link options you want. Be sure to add -lxpm if you - /**/# want to include XPM support. For a generic Solaris 1.x -@@ -57,8 +59,11 @@ - /**/#MORELDFLAGS=-L${OPENWINHOME}/lib - /**/# - /**/# For Solaris 2.x, I'd suggest --MORELDFLAGS=-L${OPENWINHOME}/lib -R ${OPENWINHOME}/lib -lintl -+/**/#MORELDFLAGS=-L${OPENWINHOME}/lib -R ${OPENWINHOME}/lib -lintl - -+/**/# For FreeBSD -+MORELDFLAGS=-L$(USRLIBDIR) -lXpm -+XPMINCDIR=-I$(INCROOT)/X11 - - /**/# No more changes needed - -@@ -72,6 +77,7 @@ - SYS_LIBRARIES = -ll -lm - INCLUDES = -I$(HEADER_DEST) -I$(TOP) $(XPMINCDIR) - DEPLIBS = -+EXTENSIONLIB = -lXext - LOCAL_LIBRARIES = $(MORELDFLAGS) $(OLGXLIB) $(XLIB) - - HEADERS = cmdstream.h cursors.h debug.h defaults.h dsdm.h environ.h error.h \ -@@ -115,26 +121,29 @@ - ${HEADERS} ${BITMAPS} ${SRCS} \ - ${MISC} ${INFOFILES} ${MANPAGES} ${SCRIPTS} - --ComplexProgramTarget(olvwm) -- --#if NeedMenuFile --InstallNonExecList($(MISC),$(LIBRARY_DEST)) --#endif -+depend:: olvwmrc.c - - parse.c: parse.l -- lex -t parse.l > parse.c -+ $(LEX) $(LFALGS) parse.l -+ $(MV) lex.yy.c parse.c - --olvwmrc.c: olvwmrc.y -- yacc olvwmrc.y -- mv y.tab.c olvwmrc.c -+olvwmrc.c: parse.c olvwmrc.y -+ $(YACC) olvwmrc.y -+ $(MV) y.tab.c olvwmrc.c - - olvwmrc.o: parse.c olvwmrc.c - -+ComplexProgramTarget(olvwm) -+ -+#if NeedMenuFile -+InstallNonExecList($(MISC),$(LIBRARY_DEST)) -+#endif -+ - version.c: ${SRCS} ${HEADERS} - @echo '#ident "@(#)olvwm version compiled '`date`'"' > version.c - - clean:: -- /bin/rm -f parse.c olvwmrc.c version.c -+ /bin/rm -f parse.c olvwmrc.c version.c .depend - - install.man:: $(MANPAGES) - @if [ -d $(DESTDIR)$(MANDIR) ]; then set +x; \ -@@ -142,7 +151,11 @@ - @for i in $(MANPAGES) ;\ - do \ - echo "installing $$i"; \ -+ $(RM) $(DESTDIR)$(MANDIR)/`basename $$i .man`.$(MANSUFFIX)* ; \ - $(INSTALL) -c $(INSTMANFLAGS) $$i $(DESTDIR)$(MANDIR)/`basename $$i .man`.$(MANSUFFIX) ; \ -+ $(COMPRESSMANCMD) $(DESTDIR)$(MANDIR)/`basename $$i .man`.$(MANSUFFIX) ; \ - done -+ -+depend:: olvwmrc.c - - #include -*** defaults.c.orig Thu Jan 13 16:36:03 1994 ---- defaults.c Sun Jan 24 20:50:32 1999 -*************** -*** 30,38 **** - #include - #include - #include -- #ifdef OW_I18N_L4 - #include -- #endif - - #include "i18n.h" - #include "ollocale.h" ---- 30,36 ---- -*************** -*** 90,97 **** ---- 88,99 ---- - #ifdef SVR4 - if (sysinfo(SI_HOSTNAME, hostname, sizeof(hostname)) != -1) { - #else -+ #ifdef BSD -+ if (0 == gethostname(hostname, sizeof(hostname))) { -+ #else - if (0 == gethostname(hostname, sizeof(hostname), &namelen)) { - #endif -+ #endif - (void) strcat(filename, hostname); - fileDB = XrmGetFileDatabase(filename); - } -*************** -*** 159,165 **** - return appDB; - } - -! appDB = XrmGetFileDatabase("/usr/lib/X11/app-defaults/Olwm"); - return appDB; - } - ---- 161,167 ---- - return appDB; - } - -! appDB = XrmGetFileDatabase("/usr/X11R6/lib/X11/app-defaults/Olwm"); - return appDB; - } - --- gif.c.orig Thu Jan 13 15:36:06 1994 +++ gif.c Mon Oct 19 13:46:15 1998 @@ -56,6 +56,10 @@ @@ -153,203 +20,3 @@ ReadImage(dpy, fd, len, height, cmap, interlace, ignore) Display *dpy; FILE *fd; ---- mem.c.orig Thu Jan 13 15:36:08 1994 -+++ mem.c Mon Oct 19 13:47:49 1998 -@@ -18,7 +18,12 @@ - - - #include -+#include -+#ifndef __STDC__ - #include -+#else -+#include -+#endif - #include - #include - ---- olvwmrc.y.orig Mon Oct 19 14:21:34 1998 -+++ olvwmrc.y Mon Oct 19 14:04:33 1998 -@@ -37,7 +37,7 @@ - char *LookupToken(); - char *FindOlvwmRC(); - void resetKeys(); --char *strexpand(); -+static char *strexpand(); - - typedef struct progscreen { - char *target; -@@ -527,7 +527,9 @@ - } - %% - /* Programs */ -+#ifndef YYDEBUG - #define YYDEBUG 1 -+#endif - #include "parse.c" - - extern List *ActiveClientList; ---- olwm.c.orig Thu Jan 13 15:36:12 1994 -+++ olwm.c Mon Oct 19 14:08:54 1998 -@@ -677,9 +677,15 @@ - pid_t pid; - int status; - #else -+#ifdef BSD -+ int oldmask; -+ int pid; -+ int status; -+#else - int oldmask; - int pid; - union wait status; -+#endif - #endif - - if (!deadChildren) -*** screen.c.orig Sun Jan 24 20:03:43 1999 ---- screen.c Sun Jan 24 20:58:29 1999 -*************** -*** 66,71 **** ---- 66,78 ---- - *-------------------------------------------------------------------------*/ - List *ScreenInfoList; /* List of managed screens */ - extern Bool BoolString(); -+ static updateScreenWorkspaceColor(); -+ static updateScreenWindowColor(); -+ static updateScreenForegroundColor(); -+ static updateScreenBackgroundColor(); -+ static updateScreenBorderColor(); -+ static updateScreenInputFocusColor(); -+ static updateScreenGlyphFont(); - - /*------------------------------------------------------------------------- - * Local Data -*************** -*** 282,287 **** ---- 289,295 ---- - case PseudoColor: - case GrayScale: - case DirectColor: -+ case TrueColor: - return True; - /*NOTREACHED*/ - break; -*************** -*** 523,529 **** - * Construct bitmap search path as follows: - * $OPENWINHOME/etc/workspace/patterns - * $OPENWINHOME/include/X11/include/bitmaps -! * /usr/X11/include/X11/include/bitmaps - * - * REMIND: this should be cleaned up so that it doesn't use a fixed-size - * array. ---- 531,537 ---- - * Construct bitmap search path as follows: - * $OPENWINHOME/etc/workspace/patterns - * $OPENWINHOME/include/X11/include/bitmaps -! * /usr/X11R6/include/X11/include/bitmaps - * - * REMIND: this should be cleaned up so that it doesn't use a fixed-size - * array. -*************** -*** 546,552 **** - (void)sprintf(bmPath, "%s/include/X11/bitmaps",owHome); - bitmapSearchPath[i++] = MemNewString(bmPath); - -! bitmapSearchPath[i++] = MemNewString("/usr/X11/include/X11/bitmaps"); - bitmapSearchPath[i] = (char *)NULL; - } - ---- 554,560 ---- - (void)sprintf(bmPath, "%s/include/X11/bitmaps",owHome); - bitmapSearchPath[i++] = MemNewString(bmPath); - -! bitmapSearchPath[i++] = MemNewString("/usr/X11R6/include/X11/bitmaps"); - bitmapSearchPath[i] = (char *)NULL; - } - ---- st.c.orig Thu Jan 13 15:36:18 1994 -+++ st.c Mon Oct 19 14:12:31 1998 -@@ -14,6 +14,7 @@ - #include "st.h" - #include "mem.h" - -+static rehash(); - - #define max(a,b) ((a) > (b) ? (a) : (b)) - #define nil(type) ((type *) 0) ---- virtual.c.orig Thu Jan 13 15:36:22 1994 -+++ virtual.c Mon Oct 19 14:13:27 1998 -@@ -39,15 +39,18 @@ - #define TRUE 1 - #define FALSE 0 - --#include -+#include - #ifdef REGEXP --regexp *expbuf; -+regex_t expbuf; - #endif - - #ifdef IDENT - #ident "@(#)virtual.c 1.6 olvwm version 07 Jan 1994" - #endif - -+static rexMatch(); -+static rexInit(); -+ - /* Class Function Vector; a virtual pane is the VDM window in which all - * the little virtual windows appear (and to which said windows are - * parented) -@@ -2108,14 +2111,16 @@ - } - } - -+#ifndef REGEXP - static char expbuf[256]; -+#endif - - static - rexMatch(string) - char *string; - { - #ifdef REGEXP -- return regexec(expbuf, string); -+ return regexec(&expbuf, string, 0, NULL, 0); - #else - return step(string,expbuf); - #endif -@@ -2152,7 +2157,7 @@ - newPattern[j++] = '$'; - newPattern[j++] = '\0'; - #ifdef REGEXP -- expbuf = regcomp(newPattern); -+ regcomp(&expbuf, newPattern, 0); - #else - compile(newPattern, expbuf, &expbuf[256], '\0'); - #endif ---- winframe.c.orig Thu Jan 13 15:36:25 1994 -+++ winframe.c Mon Oct 19 14:14:26 1998 -@@ -52,6 +52,8 @@ - - extern Time TimeFresh(); - -+static headerHeight(); -+ - /*************************************************************************** *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 05:45:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 54F438D6; Wed, 18 Sep 2013 05:45:40 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4374E2DE1; Wed, 18 Sep 2013 05:45:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I5jeTa066145; Wed, 18 Sep 2013 05:45:40 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I5jeoN066143; Wed, 18 Sep 2013 05:45:40 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201309180545.r8I5jeoN066143@svn.freebsd.org> From: Hiroki Sato Date: Wed, 18 Sep 2013 05:45:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327514 - head/japanese/tex-ptex 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.14 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: Wed, 18 Sep 2013 05:45:40 -0000 Author: hrs Date: Wed Sep 18 05:45:39 2013 New Revision: 327514 URL: http://svnweb.freebsd.org/changeset/ports/327514 Log: Fix build on 10.X. Modified: head/japanese/tex-ptex/Makefile Modified: head/japanese/tex-ptex/Makefile ============================================================================== --- head/japanese/tex-ptex/Makefile Wed Sep 18 05:16:46 2013 (r327513) +++ head/japanese/tex-ptex/Makefile Wed Sep 18 05:45:39 2013 (r327514) @@ -71,7 +71,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/texk/web2 GNU_CONFIGURE= yes CONFIGURE_ENV= OBSDCOMPAT_INCLUDES=-I${WRKSRC}/../../libs/obsdcompat EXCLUDE_ENGINES= aleph etex luatex pdftex mf mf-nowin xetex -# --disable-web-progs \ CONFIGURE_ARGS= ${EXCLUDE_ENGINES:S/^/--disable-/} \ --enable-ptex \ --enable-eptex \ From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 06:14:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 83FADEFF; Wed, 18 Sep 2013 06:14:07 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 72B112F48; Wed, 18 Sep 2013 06:14:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I6E7NH081642; Wed, 18 Sep 2013 06:14:07 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I6E7mQ081641; Wed, 18 Sep 2013 06:14:07 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309180614.r8I6E7mQ081641@svn.freebsd.org> From: Andrej Zverev Date: Wed, 18 Sep 2013 06:14:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327515 - head/misc/kenny 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.14 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: Wed, 18 Sep 2013 06:14:07 -0000 Author: az Date: Wed Sep 18 06:14:06 2013 New Revision: 327515 URL: http://svnweb.freebsd.org/changeset/ports/327515 Log: - Calling pod2man from extract stage requre perl With hat: perl@ Modified: head/misc/kenny/Makefile Modified: head/misc/kenny/Makefile ============================================================================== --- head/misc/kenny/Makefile Wed Sep 18 05:45:39 2013 (r327514) +++ head/misc/kenny/Makefile Wed Sep 18 06:14:06 2013 (r327515) @@ -17,6 +17,7 @@ PROJECTHOST= ak-various-projects CONFLICTS= filters-* USES= perl5 +USE_PERL5= extract build run EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= > ${WRKDIR}/${PORTNAME} From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 06:21:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 83502340; Wed, 18 Sep 2013 06:21:11 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 623E62FC5; Wed, 18 Sep 2013 06:21:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I6LBO6085359; Wed, 18 Sep 2013 06:21:11 GMT (envelope-from fjoe@svn.freebsd.org) Received: (from fjoe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I6LBK7085357; Wed, 18 Sep 2013 06:21:11 GMT (envelope-from fjoe@svn.freebsd.org) Message-Id: <201309180621.r8I6LBK7085357@svn.freebsd.org> From: Max Khon Date: Wed, 18 Sep 2013 06:21:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327516 - in head/sysutils/sbniconfig: . 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.14 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: Wed, 18 Sep 2013 06:21:11 -0000 Author: fjoe Date: Wed Sep 18 06:21:10 2013 New Revision: 327516 URL: http://svnweb.freebsd.org/changeset/ports/327516 Log: Unbreak port build while master site is down. Added: head/sysutils/sbniconfig/files/sbniconfig.c (contents, props changed) Deleted: head/sysutils/sbniconfig/distinfo Modified: head/sysutils/sbniconfig/Makefile Modified: head/sysutils/sbniconfig/Makefile ============================================================================== --- head/sysutils/sbniconfig/Makefile Wed Sep 18 06:14:06 2013 (r327515) +++ head/sysutils/sbniconfig/Makefile Wed Sep 18 06:21:10 2013 (r327516) @@ -8,10 +8,7 @@ PORTNAME= sbniconfig PORTVERSION= 1.0 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.granch.ru/pub/drivers/sbni12/FREEBSD/sbniconfig/ -DISTNAME= sbniconfig.c -EXTRACT_SUFX= .gz -EXTRACT_ONLY= +DISTFILES= # none MAINTAINER= fjoe@FreeBSD.org COMMENT= Configurator for Granch SBNI12-xx adapters @@ -22,7 +19,6 @@ ONLY_FOR_ARCHS= i386 PLIST_FILES= bin/sbniconfig post-extract: - @${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKDIR}/sbniconfig.c - @${CP} ${FILESDIR}/Makefile ${WRKDIR} + @${CP} ${FILESDIR}/Makefile ${FILESDIR}/sbniconfig.c ${WRKDIR} .include Added: head/sysutils/sbniconfig/files/sbniconfig.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/sbniconfig/files/sbniconfig.c Wed Sep 18 06:21:10 2013 (r327516) @@ -0,0 +1,176 @@ +/* + * Copyright (c) 1997 + * Granch ltd. + * + * Redistribution and use in source forms, with and without modification, + * are permitted provided that this entire comment appear intact. + * + * THIS SOURCE CODE IS PROVIDED ``AS IS'' WITHOUT ANY WARRANTIES OF ANY KIND. + * + * sbniconfig.c,v 2.0.0 97/08/06 + */ + +/* + * SBNI adapter configuration utility + * + * Revision 2.0.0 97/08/06 + * Initial revision + * + * Revision 2.0.1 97/08/11 + * Additional internal statistics support (tx statistics) + * + * Revisuion 2.1 Jul 7 2000 + * Added feature to specify baud rate and rxl instead of flags + * + * + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "if_sbnivar.h" + +char* rate_tab[] = { + "0", + "1", + "2", + "3" +}; + +int main(argc, argv) +int argc; +char *argv[]; +{ + char *if_name; + int s; + struct ifreq ifr; + struct sbni_in_stats in_stats; + + struct sbni_flags flags; + + int rxl=-1,baud=-1; + int rxlfix=1<<6; + + + if(argc < 2 || argc > 4){ + fprintf(stderr, "usage:\tsbniconfig if_name [flags]\n"); + fprintf(stderr, "\tsbniconfig if_name baud rxl\n"); + fprintf(stderr, "e.g.: \tsbniconfig sbni0 0xdeadbeef or \n\tsbniconfig sbni0 2 15\n\tsbniconfig sbni0 0 auto\n"); + + exit(1); + } + if_name = argv[1]; + if(argc == 3 || argc == 4){ + char* endptr; + if(argc == 3){ + *(u_int32_t*)&flags = strtoul(argv[2], &endptr, 0); + if(*endptr){ + fprintf(stderr, + "sbniconfig: invalid flags specified\n"); + exit(1); + } + + }else{ + baud=atoi(argv[2]); + if(strcasecmp(argv[3],"auto")){ + /* NON auto */ + rxl=atoi(argv[3]); + rxlfix=1<<6; + }else{ + rxl=0; + rxlfix=0; + } + + if((baud < 0) || (baud > 3) || (rxl < 0) || (rxl > 15)){ + printf("incorrect params.\n"); + exit(1); + } + + printf("baud rate = %d\n",baud); + + if(!rxlfix) + printf("rxl = auto\n"); + else{ + printf("rxl = %d\n",rxl); + } + + srandom(time(NULL)); + + *(u_int32_t*)&flags = random(); + *((u_char*) &flags + 3) = rxl | rxlfix | (baud<<4) | (1<<7); + printf("new flags = 0x%x\n",flags); + } + + flags.mac_addr = htonl(flags.mac_addr) >> 8; + } + + s = socket(AF_INET, SOCK_DGRAM, 0); + if(s < 0){ + perror("sbniconfig: socket"); + exit (1); + } + + strncpy(ifr.ifr_name, if_name, sizeof (ifr.ifr_name)); + ifr.ifr_addr.sa_family = AF_INET; + + if(argc == 2){ + if(ioctl(s, SIOCGHWFLAGS, (caddr_t)&ifr) < 0){ + perror("sbniconfig: SIOCGHWFLAGS"); + exit(1); + } + flags = *(struct sbni_flags*)&ifr.ifr_data; + + ifr.ifr_data = (caddr_t)&in_stats; + if(ioctl(s, SIOCGINSTATS, (caddr_t)&ifr) < 0){ + perror("sbniconfig: SIOCGINSTATS"); + exit(1); + } + + printf("%s:\tMAC addr: 00:ff:01:%02x:%02x:%02x\n" + "\treceive level: 0x%x (%s)\n" + "\tbaud rate: %s (%s)\n" + "\tTotal rx=%u\tBad rx=%u\tGood rx=%u\tTimeouts=%u\n" + "\tError frame ratio %6.2f%%\n" + "\tTotal tx=%u\tResend tx=%u\tImmediate tx=%u\n", + if_name, + *(u_char*) &flags, + *(((u_char*) &flags)+1), + *(((u_char*) &flags)+2), + (unsigned) flags.rxl, + flags.fixed_rxl ? "fixed" : "autodetected", + rate_tab[flags.rate], + flags.fixed_rate ? "fixed" : "autodetected", + in_stats.all_rx_number, + in_stats.bad_rx_number, + in_stats.all_rx_number - in_stats.bad_rx_number, + in_stats.timeout_number, + (float)(in_stats.bad_rx_number*100./(in_stats.all_rx_number+0.01)), + in_stats.all_tx_number, + in_stats.resend_tx_number, + in_stats.all_tx_number - in_stats.resend_tx_number); + } + else if((argc == 3) || (argc ==4 )){ + if(*(caddr_t*)&flags != 0){ + ifr.ifr_data = *(caddr_t*)&flags; + if(ioctl(s, SIOCSHWFLAGS, (caddr_t)&ifr) < 0){ + perror("sbniconfig: SIOCSHWFLAGS"); + exit(1); + } + } + if(ioctl(s, SIOCRINSTATS, (caddr_t)&ifr) < 0){ + perror("sbniconfig: SIOCRINSTATS"); + exit(1); + } + } + + close (s); + return 0; +} From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 06:23:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7FA4C570; Wed, 18 Sep 2013 06:23:11 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6DED82FE4; Wed, 18 Sep 2013 06:23:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I6NBrX086194; Wed, 18 Sep 2013 06:23:11 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I6NBmV086192; Wed, 18 Sep 2013 06:23:11 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309180623.r8I6NBmV086192@svn.freebsd.org> From: Andrej Zverev Date: Wed, 18 Sep 2013 06:23:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327517 - head/japanese/kcode 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.14 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: Wed, 18 Sep 2013 06:23:11 -0000 Author: az Date: Wed Sep 18 06:23:10 2013 New Revision: 327517 URL: http://svnweb.freebsd.org/changeset/ports/327517 Log: - Calling pod2man from extract stage require perl - Replace pkg-plist with PLIST_FILES - Pet portlint(1) Deleted: head/japanese/kcode/pkg-plist Modified: head/japanese/kcode/Makefile head/japanese/kcode/pkg-descr (contents, props changed) Modified: head/japanese/kcode/Makefile ============================================================================== --- head/japanese/kcode/Makefile Wed Sep 18 06:21:10 2013 (r327516) +++ head/japanese/kcode/Makefile Wed Sep 18 06:23:10 2013 (r327517) @@ -9,16 +9,19 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.gz EXTRACT_ONLY= ${DISTFILES} MAINTAINER= ports@FreeBSD.org -COMMENT= A handy utility to show codepoint information of given characters - -USES= perl5 +COMMENT= Handy utility to show codepoint information of given characters +USES= shebangfix perl5 +USE_PERL5= extract run NO_WRKSUBDIR= yes NO_BUILD= yes +SHEBANG_FILES= kcode +perl_OLD_CMD= /usr/bin/env perl MANLANG= ja MAN1= kcode.1 MANCOMPRESSED= no +PLIST_FILES= bin/kcode RUN_DEPENDS= ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode Modified: head/japanese/kcode/pkg-descr ============================================================================== --- head/japanese/kcode/pkg-descr Wed Sep 18 06:21:10 2013 (r327516) +++ head/japanese/kcode/pkg-descr Wed Sep 18 06:23:10 2013 (r327517) @@ -1,5 +1,4 @@ kcode is a handy utility to show codepoint information of given characters. -Author: HIROSE, Masaaki WWW: http://www.irori.org/tool/kcode.html From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 06:34:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5449BC30; Wed, 18 Sep 2013 06:34:55 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 41ED220DB; Wed, 18 Sep 2013 06:34:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I6YtbH092178; Wed, 18 Sep 2013 06:34:55 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I6YsoJ092171; Wed, 18 Sep 2013 06:34:54 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309180634.r8I6YsoJ092171@svn.freebsd.org> From: Guido Falsi Date: Wed, 18 Sep 2013 06:34:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327518 - in head/games/corsix-th: . 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.14 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: Wed, 18 Sep 2013 06:34:55 -0000 Author: madpilot Date: Wed Sep 18 06:34:54 2013 New Revision: 327518 URL: http://svnweb.freebsd.org/changeset/ports/327518 Log: Fix build with libc++. Added: head/games/corsix-th/files/patch-CorsixTH-Src-iso_fs.cpp (contents, props changed) Modified: head/games/corsix-th/Makefile Modified: head/games/corsix-th/Makefile ============================================================================== --- head/games/corsix-th/Makefile Wed Sep 18 06:23:10 2013 (r327517) +++ head/games/corsix-th/Makefile Wed Sep 18 06:34:54 2013 (r327518) @@ -20,7 +20,8 @@ USES= cmake pkgconfig USE_LUA= yes USE_SDL= mixer USE_DOS2UNIX= CMake/FindFFmpeg.cmake \ - CorsixTH/CMakeLists.txt + CorsixTH/CMakeLists.txt \ + CorsixTH/Src/iso_fs.cpp OPTIONS_DEFINE= MOVIES OPTIONS_DEFAULT= MOVIES Added: head/games/corsix-th/files/patch-CorsixTH-Src-iso_fs.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/corsix-th/files/patch-CorsixTH-Src-iso_fs.cpp Wed Sep 18 06:34:54 2013 (r327518) @@ -0,0 +1,10 @@ +--- CorsixTH/Src/iso_fs.cpp.orig 2013-09-17 17:59:28.434946572 +0200 ++++ CorsixTH/Src/iso_fs.cpp 2013-09-17 18:00:15.533944173 +0200 +@@ -30,6 +30,7 @@ + #ifdef CORSIX_TH_HAS_ALLOCA_H + #include + #endif ++#include + #include + + IsoFilesystem::IsoFilesystem() From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 06:35:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BC857D22; Wed, 18 Sep 2013 06:35:25 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AA8AB20E3; Wed, 18 Sep 2013 06:35:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I6ZPsb092405; Wed, 18 Sep 2013 06:35:25 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I6ZPks092403; Wed, 18 Sep 2013 06:35:25 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201309180635.r8I6ZPks092403@svn.freebsd.org> From: Hiroki Sato Date: Wed, 18 Sep 2013 06:35:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327519 - in head/print: ghostscript9 ghostscript9-agpl 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.14 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: Wed, 18 Sep 2013 06:35:25 -0000 Author: hrs Date: Wed Sep 18 06:35:24 2013 New Revision: 327519 URL: http://svnweb.freebsd.org/changeset/ports/327519 Log: Fix build. Reported by: pkg-fallout Modified: head/print/ghostscript9-agpl/Makefile head/print/ghostscript9/Makefile Modified: head/print/ghostscript9-agpl/Makefile ============================================================================== --- head/print/ghostscript9-agpl/Makefile Wed Sep 18 06:34:54 2013 (r327518) +++ head/print/ghostscript9-agpl/Makefile Wed Sep 18 06:35:24 2013 (r327519) @@ -35,7 +35,7 @@ CONFLICTS_INSTALL= \ ghostscript[789]-[0-9]* \ ghostscript[789]-nox11-[0-9]* -USES= gmake +USES= gmake pkgconfig:build USE_BZIP2= yes WANT_GNOME= yes USE_LDCONFIG= yes Modified: head/print/ghostscript9/Makefile ============================================================================== --- head/print/ghostscript9/Makefile Wed Sep 18 06:34:54 2013 (r327518) +++ head/print/ghostscript9/Makefile Wed Sep 18 06:35:24 2013 (r327519) @@ -37,7 +37,7 @@ CONFLICTS_INSTALL= \ ghostscript9-agpl-[0-9]* \ ghostscript9-agpl-nox11-[0-9]* -USES= gmake +USES= gmake pkgconfig:build USE_BZIP2= yes WANT_GNOME= yes USE_LDCONFIG= yes From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 06:38:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 99B26E1C; Wed, 18 Sep 2013 06:38:09 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8668F20ED; Wed, 18 Sep 2013 06:38:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I6c9Sc093798; Wed, 18 Sep 2013 06:38:09 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I6c9xH093797; Wed, 18 Sep 2013 06:38:09 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309180638.r8I6c9xH093797@svn.freebsd.org> From: Andrej Zverev Date: Wed, 18 Sep 2013 06:38:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327520 - head/net/shelldap 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.14 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: Wed, 18 Sep 2013 06:38:09 -0000 Author: az Date: Wed Sep 18 06:38:09 2013 New Revision: 327520 URL: http://svnweb.freebsd.org/changeset/ports/327520 Log: - Calling pod2man from extract stage require perl With hat: perl@ Modified: head/net/shelldap/Makefile Modified: head/net/shelldap/Makefile ============================================================================== --- head/net/shelldap/Makefile Wed Sep 18 06:35:24 2013 (r327519) +++ head/net/shelldap/Makefile Wed Sep 18 06:38:09 2013 (r327520) @@ -18,7 +18,7 @@ RUN_DEPENDS= p5-Algorithm-Diff>=0:${PORT p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck USES= perl5 - +USE_PERL5= extract build run MAN1= shelldap.1 PLIST_FILES= bin/shelldap From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 06:44:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 185F62D4; Wed, 18 Sep 2013 06:44:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0652B2158; Wed, 18 Sep 2013 06:44:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I6iCYV097550; Wed, 18 Sep 2013 06:44:12 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I6iCgS097549; Wed, 18 Sep 2013 06:44:12 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309180644.r8I6iCgS097549@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 18 Sep 2013 06:44:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327521 - head/net-p2p/amule 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.14 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: Wed, 18 Sep 2013 06:44:13 -0000 Author: bapt Date: Wed Sep 18 06:44:12 2013 New Revision: 327521 URL: http://svnweb.freebsd.org/changeset/ports/327521 Log: Add a build dependency on perl Modified: head/net-p2p/amule/Makefile Modified: head/net-p2p/amule/Makefile ============================================================================== --- head/net-p2p/amule/Makefile Wed Sep 18 06:38:09 2013 (r327520) +++ head/net-p2p/amule/Makefile Wed Sep 18 06:44:12 2013 (r327521) @@ -22,8 +22,8 @@ BUILD_DEPENDS= ${FLEX}:${PORTSDIR}/textp CONFLICTS= amule-devel-[0-9]* USE_BZIP2= yes -USES= bison pkgconfig -USE_GMAKE= yes +USES= bison gmake pkgconfig perl5 +USE_PERL5= build USE_WX= 2.8 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 06:44:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6A5DD3C2; Wed, 18 Sep 2013 06:44:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5844A215D; Wed, 18 Sep 2013 06:44:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I6il7w097807; Wed, 18 Sep 2013 06:44:47 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I6ilM1097806; Wed, 18 Sep 2013 06:44:47 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309180644.r8I6ilM1097806@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 18 Sep 2013 06:44:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327522 - head/emulators/visualboyadvance-m 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.14 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: Wed, 18 Sep 2013 06:44:47 -0000 Author: bapt Date: Wed Sep 18 06:44:46 2013 New Revision: 327522 URL: http://svnweb.freebsd.org/changeset/ports/327522 Log: Add a explicit dependency on pkgconf Modified: head/emulators/visualboyadvance-m/Makefile Modified: head/emulators/visualboyadvance-m/Makefile ============================================================================== --- head/emulators/visualboyadvance-m/Makefile Wed Sep 18 06:44:12 2013 (r327521) +++ head/emulators/visualboyadvance-m/Makefile Wed Sep 18 06:44:46 2013 (r327522) @@ -26,7 +26,7 @@ DOS2UNIX_REGEX= .*\.(c|cpp|h) USE_XORG= x11 xext USE_GL= gl glu USE_SDL= sdl -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS+= -DVERSION:STRING="${PORTVERSION}" -DSYSCONFDIR:STRING="${PREFIX}/etc" SVN_REV= 1001 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 06:46:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DD7BC5ED; Wed, 18 Sep 2013 06:46:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C71192177; Wed, 18 Sep 2013 06:46:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I6kDj7098225; Wed, 18 Sep 2013 06:46:13 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I6kDnS098224; Wed, 18 Sep 2013 06:46:13 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309180646.r8I6kDnS098224@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 18 Sep 2013 06:46:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327523 - head/security/pcsc-tools 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.14 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: Wed, 18 Sep 2013 06:46:14 -0000 Author: bapt Date: Wed Sep 18 06:46:13 2013 New Revision: 327523 URL: http://svnweb.freebsd.org/changeset/ports/327523 Log: Add a missing dependency on pkgconf Modified: head/security/pcsc-tools/Makefile Modified: head/security/pcsc-tools/Makefile ============================================================================== --- head/security/pcsc-tools/Makefile Wed Sep 18 06:44:46 2013 (r327522) +++ head/security/pcsc-tools/Makefile Wed Sep 18 06:46:13 2013 (r327523) @@ -1,7 +1,4 @@ -# New ports collection makefile for: pcsc-tools -# Date created: 2012-01-20 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= pcsc-tools @@ -17,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite RUN_DEPENDS= p5-PCSC-Card>=0:${PORTSDIR}/devel/p5-PCSC-Card -USE_GMAKE= yes +USES= gmake pkgconfig MAN1= pcsc_scan.1 gscriptor.1p scriptor.1p ATR_analysis.1p From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 06:47:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF52E6E8; Wed, 18 Sep 2013 06:47:20 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D8582189; Wed, 18 Sep 2013 06:47:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I6lKcR098645; Wed, 18 Sep 2013 06:47:20 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I6lKJ7098644; Wed, 18 Sep 2013 06:47:20 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309180647.r8I6lKJ7098644@svn.freebsd.org> From: Andrej Zverev Date: Wed, 18 Sep 2013 06:47:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327524 - head/net/nss_ldap 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.14 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: Wed, 18 Sep 2013 06:47:20 -0000 Author: az Date: Wed Sep 18 06:47:20 2013 New Revision: 327524 URL: http://svnweb.freebsd.org/changeset/ports/327524 Log: - add a build dependency on perl - convert USE_GMAKE to USES=gmake With hat: perl@ Modified: head/net/nss_ldap/Makefile Modified: head/net/nss_ldap/Makefile ============================================================================== --- head/net/nss_ldap/Makefile Wed Sep 18 06:46:13 2013 (r327523) +++ head/net/nss_ldap/Makefile Wed Sep 18 06:47:20 2013 (r327524) @@ -16,8 +16,9 @@ LICENSE= GPLv2 NSS_LDAP_VERSION=265 +USES= gmake perl5 +USE_PERL5= build GNU_CONFIGURE= yes -USE_GMAKE= yes USE_AUTOTOOLS= automake aclocal autoconf autoheader AUTOMAKE_ARGS= --add-missing USE_LDCONFIG= yes From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 06:59:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BD732975; Wed, 18 Sep 2013 06:59:12 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AADF8222A; Wed, 18 Sep 2013 06:59:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I6xCbr004655; Wed, 18 Sep 2013 06:59:12 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I6xCu0004654; Wed, 18 Sep 2013 06:59:12 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309180659.r8I6xCu0004654@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 18 Sep 2013 06:59:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327525 - head/x11-wm/wmii-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.14 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: Wed, 18 Sep 2013 06:59:12 -0000 Author: bapt Date: Wed Sep 18 06:59:12 2013 New Revision: 327525 URL: http://svnweb.freebsd.org/changeset/ports/327525 Log: Add a missing dependency on pkgconf Rename the package to -devel to avoid confusion for binary only users Remove now useless LATEST_LINK Modified: head/x11-wm/wmii-devel/Makefile Modified: head/x11-wm/wmii-devel/Makefile ============================================================================== --- head/x11-wm/wmii-devel/Makefile Wed Sep 18 06:47:20 2013 (r327524) +++ head/x11-wm/wmii-devel/Makefile Wed Sep 18 06:59:12 2013 (r327525) @@ -7,14 +7,15 @@ CATEGORIES= x11-wm MASTER_SITES= http://dl.suckless.org/wmii/ DISTNAME= wmii+ixp-${DISTVERSION} EXTRACT_SUFX= .tbz +PKGNAMESUFFIX= -devel MAINTAINER= ports@FreeBSD.org COMMENT= Dynamic, minimalist window manager for X11 LIB_DEPENDS= ixp:${PORTSDIR}/devel/libixp +USES= pkgconfig CONFLICTS= wmii-3.6* -LATEST_LINK= ${PORTNAME}-devel USE_BZIP2= yes USE_XORG= x11 xext xrandr xrender xinerama xft From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 07:04:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ADA94AD9; Wed, 18 Sep 2013 07:04:11 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A6262281; Wed, 18 Sep 2013 07:04:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I74BlV008584; Wed, 18 Sep 2013 07:04:11 GMT (envelope-from oliver@svn.freebsd.org) Received: (from oliver@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I74BMk008583; Wed, 18 Sep 2013 07:04:11 GMT (envelope-from oliver@svn.freebsd.org) Message-Id: <201309180704.r8I74BMk008583@svn.freebsd.org> From: Oliver Lehmann Date: Wed, 18 Sep 2013 07:04:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327526 - head/devel/eris 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.14 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: Wed, 18 Sep 2013 07:04:11 -0000 Author: oliver Date: Wed Sep 18 07:04:11 2013 New Revision: 327526 URL: http://svnweb.freebsd.org/changeset/ports/327526 Log: set USE_GCC=yes as devel/mercator forces the use of GCC and because of that, a GCC compiler is needed for linking (only for linking with libmercator.so) here as well. Modified: head/devel/eris/Makefile Modified: head/devel/eris/Makefile ============================================================================== --- head/devel/eris/Makefile Wed Sep 18 06:59:12 2013 (r327525) +++ head/devel/eris/Makefile Wed Sep 18 07:04:11 2013 (r327526) @@ -18,6 +18,7 @@ LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/dev GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= pathfix pkgconfig +USE_GCC= yes CXXFLAGS+= -include wchar.h CONFIGURE_ARGS+="CXXFLAGS=${CXXFLAGS}" From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 07:07:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 87D24BEC; Wed, 18 Sep 2013 07:07:14 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7315522B5; Wed, 18 Sep 2013 07:07:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I77E4m010496; Wed, 18 Sep 2013 07:07:14 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I779Qi010417; Wed, 18 Sep 2013 07:07:09 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201309180707.r8I779Qi010417@svn.freebsd.org> From: Cy Schubert Date: Wed, 18 Sep 2013 07:07:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327527 - in head: sysutils/disktool/files x11-toolkits/slingshot/files x11-toolkits/xview-clients x11-toolkits/xview/files x11/props x11/props/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.14 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: Wed, 18 Sep 2013 07:07:14 -0000 Author: cy Date: Wed Sep 18 07:07:08 2013 New Revision: 327527 URL: http://svnweb.freebsd.org/changeset/ports/327527 Log: Fix xview family builds under 10-CURRENT. Flags xview-clients MAKE_JOBS_UNSAFE. Added: head/x11-toolkits/slingshot/files/patch-examples-grip-puzzdemo.c (contents, props changed) head/x11-toolkits/slingshot/files/patch-examples-tree-tlstool.c (contents, props changed) head/x11-toolkits/slingshot/files/patch-src-array.c (contents, props changed) head/x11-toolkits/xview/files/patch-clients-olwm-client.c (contents, props changed) head/x11-toolkits/xview/files/patch-clients-olwm-selection.c (contents, props changed) head/x11-toolkits/xview/files/patch-clients-olwm-slots.c (contents, props changed) head/x11-toolkits/xview/files/patch-clients-olwm-winbutton.c (contents, props changed) head/x11-toolkits/xview/files/patch-clients-olwm-wingframe.c (contents, props changed) head/x11-toolkits/xview/files/patch-clients-olwm-winipane.c (contents, props changed) head/x11-toolkits/xview/files/patch-clients-olwm-winnofoc.c (contents, props changed) head/x11-toolkits/xview/files/patch-clients-olwm-winpane.c (contents, props changed) head/x11-toolkits/xview/files/patch-clients-olwm-winpinmenu.c (contents, props changed) head/x11-toolkits/xview/files/patch-clients-olwm-winpush.c (contents, props changed) head/x11-toolkits/xview/files/patch-clients-olwm-winresize.c (contents, props changed) head/x11-toolkits/xview/files/patch-clients-olwm-winroot.c (contents, props changed) head/x11-toolkits/xview/files/patch-clients-props-props.c (contents, props changed) head/x11-toolkits/xview/files/patch-lib-libxview-window-windowutil.c (contents, props changed) Modified: head/sysutils/disktool/files/patch-disktool.c head/x11-toolkits/xview-clients/Makefile head/x11-toolkits/xview/files/patch-clients+clock+clock.c head/x11-toolkits/xview/files/patch-clients+olwm+st.c head/x11-toolkits/xview/files/patch-clients+olwm+winframe.c head/x11-toolkits/xview/files/patch-clients-textedit-textedit.c head/x11/props/Makefile head/x11/props/files/patch-ac Modified: head/sysutils/disktool/files/patch-disktool.c ============================================================================== --- head/sysutils/disktool/files/patch-disktool.c Wed Sep 18 07:04:11 2013 (r327526) +++ head/sysutils/disktool/files/patch-disktool.c Wed Sep 18 07:07:08 2013 (r327527) @@ -1,5 +1,5 @@ ---- disktool.c.orig Fri Oct 28 14:10:55 2005 -+++ disktool.c Fri Oct 28 14:13:09 2005 +--- disktool.c.orig 1998-04-17 15:32:43.000000000 -0700 ++++ disktool.c 2013-09-17 09:15:50.943959620 -0700 @@ -168,9 +168,9 @@ } @@ -13,3 +13,57 @@ { /* Return number of kilobytes given the number of blocks and the block size. This isn't quite trivial because a 32 bit signed long integer could easily +@@ -361,7 +361,7 @@ + Panel_item item; + Event *event; + { +- return; ++ return 0; + } + + /* ========================================================================*/ +@@ -376,7 +376,7 @@ + timer.it_interval.tv_sec = xv_get(inc_item, PANEL_VALUE); + notify_set_itimer_func(frame, get_values, + ITIMER_REAL, &timer, NULL); +- return; ++ return 0; + } + /* ========================================================================*/ + int +@@ -397,7 +397,7 @@ + xv_get(thresh_item, PANEL_VALUE)/1000, NULL); + xv_set(thresh_item, PANEL_MAX_VALUE, 3000, NULL); + } +- return; ++ return 0; + } + + /* ========================================================================*/ +@@ -488,7 +488,7 @@ + thresh[curr_item] = xv_get(thresh_item, PANEL_VALUE); + get_values(); + reposition_widgets(); +- return; ++ return 0; + } + + /* ========================================================================*/ +@@ -507,7 +507,7 @@ + } + get_values(); + reposition_widgets(); +- return; ++ return 0; + } + + /* ========================================================================*/ +@@ -517,7 +517,7 @@ + int value; + Event *event; + { +- return; ++ return 0; + } + + /* ========================================================================*/ Added: head/x11-toolkits/slingshot/files/patch-examples-grip-puzzdemo.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/slingshot/files/patch-examples-grip-puzzdemo.c Wed Sep 18 07:07:08 2013 (r327527) @@ -0,0 +1,11 @@ +--- examples/grip/puzzdemo.c.orig 1993-10-25 16:39:39.000000000 -0700 ++++ examples/grip/puzzdemo.c 2013-09-17 08:44:03.422374693 -0700 +@@ -628,7 +628,7 @@ + for (x=0; x< N_HORI; x++) + if(xv_get(puzzle_tile, ARRAY_TILE_POSITION, x, y) != + get_solved_piece(x, y)) +- return; ++ return 0; + xv_set(frame, + FRAME_LEFT_FOOTER, "Congratulations!", + NULL); Added: head/x11-toolkits/slingshot/files/patch-examples-tree-tlstool.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/slingshot/files/patch-examples-tree-tlstool.c Wed Sep 18 07:07:08 2013 (r327527) @@ -0,0 +1,11 @@ +--- examples/tree/tlstool.c.orig 1993-10-25 16:41:38.000000000 -0700 ++++ examples/tree/tlstool.c 2013-09-17 08:46:29.022495738 -0700 +@@ -346,7 +346,7 @@ + new_path = (char*) xv_get(item, PANEL_VALUE); + + if((!new_path) || (!*new_path)) +- return; ++ return 0; + + directory = strrchr(new_path, '/'); + Added: head/x11-toolkits/slingshot/files/patch-src-array.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/slingshot/files/patch-src-array.c Wed Sep 18 07:07:08 2013 (r327527) @@ -0,0 +1,33 @@ +--- src/array.c.orig 1993-10-25 11:41:21.000000000 -0700 ++++ src/array.c 2013-09-17 08:42:27.922294229 -0700 +@@ -712,10 +712,10 @@ + int previously_unmanaged; + + if(!child) +- return; ++ return 0; + layout_data = get_layout_data(child); + if(!layout_data) +- return; ++ return 0; + + previously_unmanaged = FLAG_IS_SET(layout_data->cflags, CF_UNMANAGED); + +@@ -729,7 +729,7 @@ + array_tile_unmanage_child(ainfo, child); + array_tile_shrink(array_tile, child); + rectobj_repaint_rect(child, NULL, TRUE); +- return; ++ return 0; + } + layout_data->column = column; + } +@@ -739,7 +739,7 @@ + array_tile_unmanage_child(ainfo, child); + array_tile_shrink(array_tile, child); + rectobj_repaint_rect(child, NULL, TRUE); +- return; ++ return 0; + } + layout_data->row = row; + } Modified: head/x11-toolkits/xview-clients/Makefile ============================================================================== --- head/x11-toolkits/xview-clients/Makefile Wed Sep 18 07:04:11 2013 (r327526) +++ head/x11-toolkits/xview-clients/Makefile Wed Sep 18 07:07:08 2013 (r327527) @@ -17,6 +17,7 @@ COMMENT= OpenLook applications and man p CONFLICTS= props-1.0 +MAKE_JOBS_UNSAFE= yes PATCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-toolkits/xview:patch CONFIGURE_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-toolkits/xview:configure LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview Modified: head/x11-toolkits/xview/files/patch-clients+clock+clock.c ============================================================================== --- head/x11-toolkits/xview/files/patch-clients+clock+clock.c Wed Sep 18 07:04:11 2013 (r327526) +++ head/x11-toolkits/xview/files/patch-clients+clock+clock.c Wed Sep 18 07:07:08 2013 (r327527) @@ -1,5 +1,5 @@ --- clients/clock/clock.c.orig 2005-03-28 06:39:35.000000000 -0800 -+++ clients/clock/clock.c 2012-02-02 15:08:00.272944648 -0800 ++++ clients/clock/clock.c 2013-09-17 22:46:52.832852384 -0700 @@ -147,6 +147,10 @@ static Notify_value analog_timer_expired(); static Notify_value icon_timer_expired(); @@ -20,6 +20,24 @@ struct tm *tm; /* resize the remote images */ +@@ -535,7 +539,7 @@ + + if (initializing) { + initializing = 0; +- return; ++ return 0; + } + c = (Clock) xv_get (canvas, XV_KEY_DATA, key, 0); + cwidth = (int) xv_get (canvas, XV_WIDTH, 0); +@@ -744,7 +748,7 @@ + pw = c->pw; + w = d->hands.width; + angle1 = d->hands.angle1; +- if (angle1==-1) return; ++ if (angle1==-1) return 0; + angle2 = d->hands.angle2; + + fromrim = (FROMRIM*w)/128; @@ -1043,7 +1047,7 @@ Pixwin *pw; Rectlist *area; @@ -29,3 +47,36 @@ Font_string_dims size; struct tm *tm; Clock c; +@@ -1386,12 +1390,12 @@ + } + backup_values(o); + xv_set(o->frame, XV_SHOW, FALSE, 0); +- return; ++ return 0; + } + backup_values(o); + clock_repaint_proc (c->canvas, c->pw, NULL); + xv_set(o->frame, XV_SHOW, FALSE, 0); +- return; ++ return 0; + } + clock_repaint_proc (c->canvas, c->pw, NULL); + backup_values(o); +@@ -1862,7 +1866,7 @@ + { + int i, spacing, startAt, fontWidth, windowWidth; + +- if (c==NULL) return; ++ if (c==NULL) return 0; + fontWidth = c-> display-> fontWidth; + windowWidth = (int) xv_get (c->canvas, XV_WIDTH, 0); + spacing = (1.0/8.0) * fontWidth; +@@ -1879,7 +1883,7 @@ + int i, width, height, nbnds = 1, npts[1], npts2[1]; + ClockDisplay d; + +- if (c==NULL) return; ++ if (c==NULL) return 0; + npts[0] = 4; + npts2[0] = 6; + d = c-> display; Modified: head/x11-toolkits/xview/files/patch-clients+olwm+st.c ============================================================================== --- head/x11-toolkits/xview/files/patch-clients+olwm+st.c Wed Sep 18 07:04:11 2013 (r327526) +++ head/x11-toolkits/xview/files/patch-clients+olwm+st.c Wed Sep 18 07:07:08 2013 (r327527) @@ -1,5 +1,5 @@ ---- clients/olwm/st.c.orig Sat Mar 25 22:22:56 2006 -+++ clients/olwm/st.c Sat Mar 25 22:23:59 2006 +--- clients/olwm/st.c.orig 2005-03-28 06:39:46.000000000 -0800 ++++ clients/olwm/st.c 2013-09-17 23:23:11.632099936 -0700 @@ -34,6 +34,8 @@ (table->hash == ST_NUMHASH) ? ((int) (key) % table->num_bins) :\ (*table->hash)((key), table->num_bins)) @@ -9,3 +9,12 @@ st_table *st_init_table_with_params(compare, hash, size, density, grow_factor, reorder_flag) int (*compare)(); +@@ -329,7 +331,7 @@ + ptr = ptr->next; + break; + case ST_STOP: +- return; ++ return 0; + case ST_DELETE: + tmp = ptr; + if (last == nil(st_table_entry)) { Modified: head/x11-toolkits/xview/files/patch-clients+olwm+winframe.c ============================================================================== --- head/x11-toolkits/xview/files/patch-clients+olwm+winframe.c Wed Sep 18 07:04:11 2013 (r327526) +++ head/x11-toolkits/xview/files/patch-clients+olwm+winframe.c Wed Sep 18 07:07:08 2013 (r327527) @@ -1,5 +1,5 @@ ---- clients/olwm/winframe.c.orig 2007-08-03 15:14:08.000000000 +0200 -+++ clients/olwm/winframe.c 2007-08-03 15:15:06.000000000 +0200 +--- clients/olwm/winframe.c.orig 2005-03-28 06:39:46.000000000 -0800 ++++ clients/olwm/winframe.c 2013-09-17 23:01:57.600816158 -0700 @@ -29,6 +29,7 @@ #include "globals.h" #include "error.h" @@ -8,3 +8,12 @@ /*************************************************************************** * global data +@@ -461,7 +462,7 @@ + { + /* ignore events caused by grabs */ + if (event->xcrossing.mode != NotifyNormal) +- return; ++ return 0; + + if (event->xcrossing.detail != NotifyInferior) + frameInfo->pointerIsWarped = False; Added: head/x11-toolkits/xview/files/patch-clients-olwm-client.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/xview/files/patch-clients-olwm-client.c Wed Sep 18 07:07:08 2013 (r327527) @@ -0,0 +1,30 @@ +--- clients/olwm/client.c.orig 2005-03-28 06:39:46.000000000 -0800 ++++ clients/olwm/client.c 2013-09-17 22:50:16.981049021 -0700 +@@ -250,7 +250,7 @@ + Client *cli; + { + if (!DoingWindowState) +- return; ++ return 0; + + /* + * If the client has specified the window state then interpret it. +@@ -281,15 +281,15 @@ + OLWindowState winState; + + if (!DoingWindowState) +- return; ++ return 0; + + if (cli->framewin == NULL) +- return; ++ return 0; + + pane = PANEWINOFCLIENT(cli); + + if (!PropGetOLWindowState(cli->dpy,pane,&winState)) +- return; ++ return 0; + + if (cli->windowState == NULL) + cli->windowState = MemNew(OLWindowState); Added: head/x11-toolkits/xview/files/patch-clients-olwm-selection.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/xview/files/patch-clients-olwm-selection.c Wed Sep 18 07:07:08 2013 (r327527) @@ -0,0 +1,18 @@ +--- clients/olwm/selection.c.orig 2005-03-28 06:39:46.000000000 -0800 ++++ clients/olwm/selection.c 2013-09-17 22:55:40.832118661 -0700 +@@ -316,13 +316,13 @@ + XSetSelectionOwner(cli->dpy, XA_PRIMARY, + NoFocusWin, timestamp); + if (NoFocusWin != XGetSelectionOwner(cli->dpy, XA_PRIMARY)) +- return; ++ return 0; + } else { + /* First look to see if window is already listed. */ + for(tc = ListEnum(&l); tc != NULL; tc = ListEnum(&l)) + { + if (tc == cli) +- return; ++ return 0; + } + } + Added: head/x11-toolkits/xview/files/patch-clients-olwm-slots.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/xview/files/patch-clients-olwm-slots.c Wed Sep 18 07:07:08 2013 (r327527) @@ -0,0 +1,20 @@ +--- clients/olwm/slots.c.orig 2005-03-28 06:39:46.000000000 -0800 ++++ clients/olwm/slots.c 2013-09-17 22:57:38.862493883 -0700 +@@ -449,7 +449,7 @@ + + if (winicon->iconslot == NULL) + { +- return; ++ return 0; + } + + incrRegion(iconGrid,winicon->iconslot,-1); +@@ -539,7 +539,7 @@ + for (ima = 0; imamaslots; ima++) + for (imi = 0; imimislots; imi++) + OCCUPANCY(iconGrid,ima,imi)=0; +- return; ++ return 0; + } + + /* partition existing icons */ Added: head/x11-toolkits/xview/files/patch-clients-olwm-winbutton.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/xview/files/patch-clients-olwm-winbutton.c Wed Sep 18 07:07:08 2013 (r327527) @@ -0,0 +1,47 @@ +--- clients/olwm/winbutton.c.orig 2005-03-28 06:39:46.000000000 -0800 ++++ clients/olwm/winbutton.c 2013-09-17 23:00:34.703056428 -0700 +@@ -89,7 +89,7 @@ + + if (winInfo->ignore) { + FrameAllowEvents(cli, event->xbutton.time); +- return; ++ return 0; + } + + switch (a) { +@@ -117,7 +117,7 @@ + + default: + FrameAllowEvents(cli, event->xbutton.time); +- return; ++ return 0; + } + } + +@@ -141,7 +141,7 @@ + FrameAllowEvents(cli, event->xbutton.time); + + if (!AllButtonsUp(event)) +- return; ++ return 0; + + XUngrabPointer(dpy, CurrentTime); + +@@ -154,7 +154,7 @@ + } + + if (!in_windowmark(winInfo,x,y) || currentAction != ACTION_SELECT) { +- return; ++ return 0; + } + + if (! winInfo->ignore) { +@@ -186,7 +186,7 @@ + Graphics_info *gisNormal = WinGI(winInfo,NORMAL_GINFO); + + if (!event->xmotion.same_screen || currentAction != ACTION_SELECT) +- return; ++ return 0; + + x = event->xmotion.x; + y = event->xmotion.y; Added: head/x11-toolkits/xview/files/patch-clients-olwm-wingframe.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/xview/files/patch-clients-olwm-wingframe.c Wed Sep 18 07:07:08 2013 (r327527) @@ -0,0 +1,31 @@ +--- clients/olwm/wingframe.c.orig 2005-03-28 06:39:46.000000000 -0800 ++++ clients/olwm/wingframe.c 2013-09-17 23:03:37.471110388 -0700 +@@ -270,7 +270,7 @@ + Client *cli = frameInfo->core.client; + + if (!AllButtonsUp(event)) +- return; ++ return 0; + + #define bevent (event->xbutton) + +@@ -337,16 +337,16 @@ + /* We get this only after a Select press */ + if (hadSelect == False) /* watch for erroneous motions */ + { +- return; ++ return 0; + } + + if (!event->xmotion.same_screen) +- return; ++ return 0; + + /* See if we have moved more than the threshold amount. */ + if ((ABS(event->xmotion.x - buttonPressX) < GRV.MoveThreshold) && + (ABS(event->xmotion.y - buttonPressY) < GRV.MoveThreshold)) +- return; ++ return 0; + + (WinFunc(frameInfo,fcore.selectDrag))(dpy, event, frameInfo, &lastSelectPress); + Added: head/x11-toolkits/xview/files/patch-clients-olwm-winipane.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/xview/files/patch-clients-olwm-winipane.c Wed Sep 18 07:07:08 2013 (r327527) @@ -0,0 +1,11 @@ +--- clients/olwm/winipane.c.orig 2005-03-28 06:39:46.000000000 -0800 ++++ clients/olwm/winipane.c 2013-09-17 23:04:46.971315127 -0700 +@@ -70,7 +70,7 @@ + XGCValues gcv; + + if (winInfo->iconClientWindow) +- return; ++ return 0; + + XFillRectangle(dpy, pane, WinGC(winInfo,WORKSPACE_GC), + 0, 0, winInfo->core.width, winInfo->core.height); Added: head/x11-toolkits/xview/files/patch-clients-olwm-winnofoc.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/xview/files/patch-clients-olwm-winnofoc.c Wed Sep 18 07:07:08 2013 (r327527) @@ -0,0 +1,11 @@ +--- clients/olwm/winnofoc.c.orig 2005-03-28 06:39:46.000000000 -0800 ++++ clients/olwm/winnofoc.c 2013-09-17 23:05:56.531520358 -0700 +@@ -219,7 +219,7 @@ + XEvent dummy; + + if (FindModifierMask(event->xkey.keycode) != 0) +- return; ++ return 0; + + XSync(dpy,0); + /* Added: head/x11-toolkits/xview/files/patch-clients-olwm-winpane.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/xview/files/patch-clients-olwm-winpane.c Wed Sep 18 07:07:08 2013 (r327527) @@ -0,0 +1,11 @@ +--- clients/olwm/winpane.c.orig 2005-03-28 06:39:46.000000000 -0800 ++++ clients/olwm/winpane.c 2013-09-17 23:07:20.091766948 -0700 +@@ -162,7 +162,7 @@ + /* it's a ShapeNotify event */ + se = (XShapeEvent *) event; + if (se->kind != ShapeBounding) +- return; ++ return 0; + cli = winInfo->core.client; + cli->isShaped = se->shaped; + Added: head/x11-toolkits/xview/files/patch-clients-olwm-winpinmenu.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/xview/files/patch-clients-olwm-winpinmenu.c Wed Sep 18 07:07:08 2013 (r327527) @@ -0,0 +1,20 @@ +--- clients/olwm/winpinmenu.c.orig 2005-03-28 06:39:46.000000000 -0800 ++++ clients/olwm/winpinmenu.c 2013-09-17 23:08:47.322025297 -0700 +@@ -87,7 +87,7 @@ + WinPinMenu *winInfo; + { + if (! StartMenuGrabs(dpy, winInfo)) +- return; ++ return 0; + + MenuMakeFirst(winInfo->menuInfo, afterMenuShow, winInfo); + +@@ -105,7 +105,7 @@ + + if (MenuHandleKeyEvent(dpy, event, winInfo, winInfo)) { + if (! StartMenuGrabs(dpy, winInfo)) +- return; ++ return 0; + } + } + Added: head/x11-toolkits/xview/files/patch-clients-olwm-winpush.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/xview/files/patch-clients-olwm-winpush.c Wed Sep 18 07:07:08 2013 (r327527) @@ -0,0 +1,23 @@ +--- clients/olwm/winpush.c.orig 2005-03-28 06:39:46.000000000 -0800 ++++ clients/olwm/winpush.c 2013-09-17 23:10:09.212267675 -0700 +@@ -100,7 +100,7 @@ + { + FrameAllowEvents(winInfo->core.client, event->xbutton.time); + if (!AllButtonsUp(event)) +- return; ++ return 0; + + /* + * If pushpinStateAfterPress equals the current pin state, we know +@@ -128,9 +128,9 @@ + Graphics_info *gisNormal = WinGI(winInfo,NORMAL_GINFO); + + if (!event->xmotion.same_screen) +- return; ++ return 0; + if (currentAction != ACTION_SELECT && currentAction != ACTION_ADJUST) +- return; ++ return 0; + + /* When the user moves the cursor off the pushpin + * while s/he has the button down we should pull Added: head/x11-toolkits/xview/files/patch-clients-olwm-winresize.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/xview/files/patch-clients-olwm-winresize.c Wed Sep 18 07:07:08 2013 (r327527) @@ -0,0 +1,11 @@ +--- clients/olwm/winresize.c.orig 2005-03-28 06:39:46.000000000 -0800 ++++ clients/olwm/winresize.c 2013-09-17 23:11:13.342458132 -0700 +@@ -78,7 +78,7 @@ + + if (ResolveMouseBinding(dpy, event, ignoremask) != ACTION_SELECT) { + FrameAllowEvents(winInfo->core.client, event->xbutton.time); +- return; ++ return 0; + } + + /* draw depressed corner */ Added: head/x11-toolkits/xview/files/patch-clients-olwm-winroot.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/xview/files/patch-clients-olwm-winroot.c Wed Sep 18 07:07:08 2013 (r327527) @@ -0,0 +1,59 @@ +--- clients/olwm/winroot.c.orig 2005-03-28 06:39:46.000000000 -0800 ++++ clients/olwm/winroot.c 2013-09-17 23:12:58.282771195 -0700 +@@ -189,7 +189,7 @@ + WinRoot *winInfo; + { + if (pEvent->xcrossing.detail == NotifyNonlinearVirtual) +- return; ++ return 0; + + ColorWindowCrossing(dpy, pEvent, winInfo); + +@@ -283,7 +283,7 @@ + int (*selectFunc)(); + + if (!pEvent->xmotion.same_screen) +- return; ++ return 0; + + /* If the user hasn't moved more than the threshold + * amount, break out of here. REMIND Also, if we get a +@@ -296,9 +296,9 @@ + GRV.MoveThreshold) && + (ABS(pEvent->xmotion.y - winInfo->buttonPressEvent.xbutton.y) < + GRV.MoveThreshold)) +- return; ++ return 0; + if (pEvent->xmotion.state == 0) +- return; ++ return 0; + + /* + * On Select: Clear existing selected clients and add new ones +@@ -335,7 +335,7 @@ + WinRoot *winInfo; + { + if (!AllButtonsUp(pEvent)) +- return; ++ return 0; + + /* + * This only happens if we did NOT get a motion notify +@@ -384,7 +384,7 @@ + pEvent->xbutton.time))) + { + PropagatePressEventToChild(dpy, pEvent, child); +- return; ++ return 0; + } + + /* +@@ -453,7 +453,7 @@ + if ((pEvent->xproperty.atom != XA_RESOURCE_MANAGER) + || (pEvent->xproperty.state != PropertyNewValue)) + { +- return; ++ return 0; + } + + UpdateGlobals(dpy); Added: head/x11-toolkits/xview/files/patch-clients-props-props.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/xview/files/patch-clients-props-props.c Wed Sep 18 07:07:08 2013 (r327527) @@ -0,0 +1,20 @@ +--- clients/props/props.c.orig 2005-03-28 06:39:19.000000000 -0800 ++++ clients/props/props.c 2013-09-17 23:14:50.153104437 -0700 +@@ -717,7 +717,7 @@ + int factory = !(int) xv_get(panel_item, PANEL_VALUE); + + if (factory == showing_factory) +- return; ++ return 0; + + if (factory) { + if (!saved_defaults[0]) { +@@ -751,7 +751,7 @@ + int width; + + if (panel_group[which_panel] == current_panel) +- return; ++ return 0; + + /* Show requested panel */ + xv_set(current_panel, XV_SHOW, FALSE, NULL); Modified: head/x11-toolkits/xview/files/patch-clients-textedit-textedit.c ============================================================================== --- head/x11-toolkits/xview/files/patch-clients-textedit-textedit.c Wed Sep 18 07:04:11 2013 (r327526) +++ head/x11-toolkits/xview/files/patch-clients-textedit-textedit.c Wed Sep 18 07:07:08 2013 (r327527) @@ -1,5 +1,5 @@ ---- clients/textedit/textedit.c.orig 2012-02-07 19:59:37.568483244 -0800 -+++ clients/textedit/textedit.c 2012-02-07 20:27:31.078772400 -0800 +--- clients/textedit/textedit.c.orig 2005-03-28 06:39:35.000000000 -0800 ++++ clients/textedit/textedit.c 2013-09-17 23:16:22.050879918 -0700 @@ -12,7 +12,7 @@ */ @@ -18,6 +18,15 @@ char *sprintf(); #endif void frame_cmdline_help(); +@@ -257,7 +257,7 @@ + char *attr_string; + + if (handling_signal) +- return; ++ return 0; + icon_text[0] = '\0'; + ptr = icon_text; + for (attrs = attributes; *attrs; attrs = attr_next(attrs)) { @@ -824,10 +824,10 @@ * Setup signal handlers. */ Added: head/x11-toolkits/xview/files/patch-lib-libxview-window-windowutil.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/xview/files/patch-lib-libxview-window-windowutil.c Wed Sep 18 07:07:08 2013 (r327527) @@ -0,0 +1,11 @@ +--- lib/libxview/window/windowutil.c.orig 2013-09-17 22:36:32.330750964 -0700 ++++ lib/libxview/window/windowutil.c 2013-09-17 22:38:48.691209544 -0700 +@@ -767,7 +767,7 @@ + + adjust_rect_obj(num_elems, this_sw, rect_obj_list, parent_width, parent_height); + window_outer_to_innerrect(&(rect_obj_list[this_sw]), +- rect_obj_list[this_sw].new_rect); ++ &(rect_obj_list[this_sw].new_rect)); + } + } + Modified: head/x11/props/Makefile ============================================================================== --- head/x11/props/Makefile Wed Sep 18 07:04:11 2013 (r327526) +++ head/x11/props/Makefile Wed Sep 18 07:07:08 2013 (r327527) @@ -16,6 +16,7 @@ CONFLICTS= xview-clients-3.2.1.4.19* LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview +MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/props USES= imake USE_XORG= x11 xext Modified: head/x11/props/files/patch-ac ============================================================================== --- head/x11/props/files/patch-ac Wed Sep 18 07:04:11 2013 (r327526) +++ head/x11/props/files/patch-ac Wed Sep 18 07:07:08 2013 (r327527) @@ -1,5 +1,23 @@ ---- props.c.orig Sun Nov 9 01:18:50 1997 -+++ props.c Sun Nov 9 01:24:50 1997 +--- props.c.orig 1997-11-08 17:18:50.000000000 -0800 ++++ props.c 2013-09-17 23:33:43.311493251 -0700 +@@ -718,7 +718,7 @@ + int factory = !(int) xv_get(panel_item, PANEL_VALUE); + + if (factory == showing_factory) +- return; ++ return 0; + + if (factory) { + if (!saved_defaults[0]) { +@@ -752,7 +752,7 @@ + int width; + + if (panel_group[which_panel] == current_panel) +- return; ++ return 0; + + /* Show requested panel */ + xv_set(current_panel, XV_SHOW, FALSE, NULL); @@ -816,7 +816,7 @@ else { From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 07:36:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 66E0C23E; Wed, 18 Sep 2013 07:36:54 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 52D03246B; Wed, 18 Sep 2013 07:36:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I7ashX026073; Wed, 18 Sep 2013 07:36:54 GMT (envelope-from knu@svn.freebsd.org) Received: (from knu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I7arcD026067; Wed, 18 Sep 2013 07:36:53 GMT (envelope-from knu@svn.freebsd.org) Message-Id: <201309180736.r8I7arcD026067@svn.freebsd.org> From: Akinori MUSHA Date: Wed, 18 Sep 2013 07:36:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327528 - head/devel/svn_load_dirs 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.14 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: Wed, 18 Sep 2013 07:36:54 -0000 Author: knu Date: Wed Sep 18 07:36:53 2013 New Revision: 327528 URL: http://svnweb.freebsd.org/changeset/ports/327528 Log: Fix the fetch problem, bumping the version to 1.8.3. This port will automatically follow devel/subversion again. Added: head/devel/svn_load_dirs/distinfo (contents, props changed) Modified: head/devel/svn_load_dirs/Makefile head/devel/svn_load_dirs/pkg-descr Modified: head/devel/svn_load_dirs/Makefile ============================================================================== --- head/devel/svn_load_dirs/Makefile Wed Sep 18 07:07:08 2013 (r327527) +++ head/devel/svn_load_dirs/Makefile Wed Sep 18 07:36:53 2013 (r327528) @@ -1,41 +1,43 @@ -# New ports collection makefile for: svn_load_dirs -# Date created: 9 April 2007 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ PORTNAME= svn_load_dirs PORTVERSION= ${SVN_PORTVERSION} -PORTREVISION= 0 # You would hardly need to update this! CATEGORIES= devel -MASTER_SITES= # none -DISTFILES= # none +MASTER_SITES= http://svn.apache.org/repos/asf/subversion/tags/${PORTVERSION}/contrib/client-side/svn_load_dirs/ +DISTFILES= LICENSE_AFL3.txt \ + svn_load_dirs.README \ + svn_load_dirs.pl.in \ + svn_load_dirs_property_table.example +DIST_SUBDIR= subversion/${PORTNAME}-${PORTVERSION} MAINTAINER= knu@FreeBSD.org COMMENT= A Perl script to load directories into a Subversion repository RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ - ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion16 + ${LOCALBASE}/bin/svn:${SVN_PORTDIR} USES= perl5 -USE_BZIP2= yes - -WRKSRC= ${WRKDIR}/subversion-${SVN_PORTVERSION}/contrib/client-side/svn_load_dirs PLIST_FILES= bin/svn_load_dirs -.if !defined(NOPORTDOCS) -PORTDOCS= * -PORTEXAMPLES= * -.endif .include -SVN_PORTDIR= ${PORTSDIR}/devel/subversion16 +.if ${PORT_OPTIONS:MEXAMPLES} +PORTEXAMPLES= * +.endif +.if ${PORT_OPTIONS:MDOCS} +PORTDOCS= * +.endif + +SVN_PORTDIR= ${PORTSDIR}/devel/subversion SVN_PORTVERSION!= cd ${SVN_PORTDIR} && ${MAKE} -V PORTVERSION do-extract: - ${MKDIR} ${WRKDIR} - cd ${SVN_PORTDIR} && ${MAKE} DISABLE_CONFLICTS=yes WRKDIR=${WRKDIR} extract + ${MKDIR} ${WRKSRC} + for f in ${DISTDIR}/${DIST_SUBDIR}/*; do \ + ${CP} "$$f" ${WRKSRC}/; \ + done do-build: ${SED} -E \ @@ -45,11 +47,15 @@ do-build: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/svn_load_dirs.pl ${PREFIX}/bin/svn_load_dirs -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/svn_load_dirs_property_table.example ${EXAMPLESDIR}/ +.endif +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/svn_load_dirs.README ${DOCSDIR}/ + for f in LICENSE_AFL3.txt svn_load_dirs.README; do \ + ${INSTALL_DATA} ${WRKSRC}/"$$f" ${DOCSDIR}/; \ + done .endif .include Added: head/devel/svn_load_dirs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/svn_load_dirs/distinfo Wed Sep 18 07:36:53 2013 (r327528) @@ -0,0 +1,8 @@ +SHA256 (subversion/svn_load_dirs-1.8.3/LICENSE_AFL3.txt) = 0fa1d422652bbc26f14482b970b07f147e786ea8fd08fa5ca56eb6a845f46cd2 +SIZE (subversion/svn_load_dirs-1.8.3/LICENSE_AFL3.txt) = 10962 +SHA256 (subversion/svn_load_dirs-1.8.3/svn_load_dirs.README) = 3371751ac3f0f8162db86cd3731d50084ebd59a71fdbda0070e822b0ddff14a8 +SIZE (subversion/svn_load_dirs-1.8.3/svn_load_dirs.README) = 9630 +SHA256 (subversion/svn_load_dirs-1.8.3/svn_load_dirs.pl.in) = 181a7a119625960921de057b858c151ca73dcb7e578df177358e8afa176e1d1d +SIZE (subversion/svn_load_dirs-1.8.3/svn_load_dirs.pl.in) = 67211 +SHA256 (subversion/svn_load_dirs-1.8.3/svn_load_dirs_property_table.example) = d6152a270cf64a9338b79ec931450ca6f26cf479844ab1f7fffe7b0f0fe60922 +SIZE (subversion/svn_load_dirs-1.8.3/svn_load_dirs_property_table.example) = 1334 Modified: head/devel/svn_load_dirs/pkg-descr ============================================================================== --- head/devel/svn_load_dirs/pkg-descr Wed Sep 18 07:07:08 2013 (r327527) +++ head/devel/svn_load_dirs/pkg-descr Wed Sep 18 07:36:53 2013 (r327528) @@ -6,4 +6,4 @@ Subversion. This script is part of the Subversion distribution and it is assumed that it can be used under the same license terms as Subversion itself. -WWW: http://subversion.tigris.org/tools_contrib.html#client_side +WWW: https://svn.apache.org/repos/asf/subversion/branches/scons-build-system/www/tools_contrib.html#svn_load_dirs_pl From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 07:52:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B2F8C515; Wed, 18 Sep 2013 07:52:31 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A0023253B; Wed, 18 Sep 2013 07:52:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I7qVCj034744; Wed, 18 Sep 2013 07:52:31 GMT (envelope-from knu@svn.freebsd.org) Received: (from knu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I7qVW5034743; Wed, 18 Sep 2013 07:52:31 GMT (envelope-from knu@svn.freebsd.org) Message-Id: <201309180752.r8I7qVW5034743@svn.freebsd.org> From: Akinori MUSHA Date: Wed, 18 Sep 2013 07:52:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327529 - head/devel/git-merge-changelog/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.14 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: Wed, 18 Sep 2013 07:52:31 -0000 Author: knu Date: Wed Sep 18 07:52:31 2013 New Revision: 327529 URL: http://svnweb.freebsd.org/changeset/ports/327529 Log: Fix build by skipping the existence check for EOWNERDEAD and ENOTRECOVERABLE. Added: head/devel/git-merge-changelog/files/ head/devel/git-merge-changelog/files/patch-test-errno.c (contents, props changed) Added: head/devel/git-merge-changelog/files/patch-test-errno.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/git-merge-changelog/files/patch-test-errno.c Wed Sep 18 07:52:31 2013 (r327529) @@ -0,0 +1,13 @@ +--- gltests/test-errno.c.orig 2013-08-05 11:25:41.000000000 +0900 ++++ gltests/test-errno.c 2013-09-18 16:47:59.374921027 +0900 +@@ -98,8 +98,8 @@ + int e116 = ESTALE; + int e122 = EDQUOT; + int e125 = ECANCELED; +-int e130 = EOWNERDEAD; +-int e131 = ENOTRECOVERABLE; ++/* int e130 = EOWNERDEAD; */ ++/* int e131 = ENOTRECOVERABLE; */ + + /* Don't verify that these errno values are all different, except for possibly + EWOULDBLOCK == EAGAIN. Even Linux/x86 does not pass this check: it has From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 08:00:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B6443736; Wed, 18 Sep 2013 08:00:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 94CC125CE; Wed, 18 Sep 2013 08:00:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I80kWb037903; Wed, 18 Sep 2013 08:00:46 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I80iuc037757; Wed, 18 Sep 2013 08:00:44 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309180800.r8I80iuc037757@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 18 Sep 2013 08:00:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327530 - in head: audio/terminatorx editors/morla finance/libalkimia graphics/kuickshow-kde4 mail/zmailer multimedia/kdenlive net-im/decibel net-p2p/museekplus science/kalzium 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.14 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: Wed, 18 Sep 2013 08:00:46 -0000 Author: bapt Date: Wed Sep 18 08:00:44 2013 New Revision: 327530 URL: http://svnweb.freebsd.org/changeset/ports/327530 Log: Add an explicit dependency on pkgconf Modified: head/audio/terminatorx/Makefile head/editors/morla/Makefile head/finance/libalkimia/Makefile head/graphics/kuickshow-kde4/Makefile head/mail/zmailer/Makefile head/multimedia/kdenlive/Makefile head/net-im/decibel/Makefile head/net-p2p/museekplus/Makefile head/science/kalzium/Makefile Modified: head/audio/terminatorx/Makefile ============================================================================== --- head/audio/terminatorx/Makefile Wed Sep 18 07:52:31 2013 (r327529) +++ head/audio/terminatorx/Makefile Wed Sep 18 08:00:44 2013 (r327530) @@ -27,7 +27,7 @@ MPG123_DESC= mpg123 support USE_BZIP2= yes USE_XORG= x11 xext xi xxf86dga ice sm -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gnomehier gtk20 libxml2 USE_AUTOTOOLS= aclocal autoheader automake autoconf ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal Modified: head/editors/morla/Makefile ============================================================================== --- head/editors/morla/Makefile Wed Sep 18 07:52:31 2013 (r327529) +++ head/editors/morla/Makefile Wed Sep 18 08:00:44 2013 (r327530) @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-gconf=auto -USES= gettext +USES= gettext pkgconfig USE_GNOME= gconf2 libgtkhtml libxslt USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} Modified: head/finance/libalkimia/Makefile ============================================================================== --- head/finance/libalkimia/Makefile Wed Sep 18 07:52:31 2013 (r327529) +++ head/finance/libalkimia/Makefile Wed Sep 18 08:00:44 2013 (r327530) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libalkimia -# Date created: 2011-02-28 -# Whom: Jason E. Hale -# +# Created by: Jason E. Hale # $FreeBSD$ -# PORTNAME= libalkimia PORTVERSION= 4.3.2 @@ -20,7 +16,7 @@ LICENSE= LGPL21 LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp USE_BZIP2= yes -USES= cmake +USES= cmake pkgconfig USE_KDE4= automoc4 kdeprefix kdelibs USE_QT4= qmake_build moc_build rcc_build uic_build Modified: head/graphics/kuickshow-kde4/Makefile ============================================================================== --- head/graphics/kuickshow-kde4/Makefile Wed Sep 18 07:52:31 2013 (r327529) +++ head/graphics/kuickshow-kde4/Makefile Wed Sep 18 08:00:44 2013 (r327530) @@ -1,9 +1,5 @@ -# New ports collection makefile for: kuickshow -# Date created: July 09 2004 -# Whom: Michael Nottebrock -# +# Created by: Michael Nottebrock # $FreeBSD$ -# PORTNAME= kuickshow PORTVERSION= ${APP_VER}.${EXTRA_VER} @@ -21,7 +17,7 @@ USE_BZIP2= yes USE_GNOME= imlib USE_KDE4= kdelibs kdeprefix kdehier automoc4 USE_QT4= corelib opengl qmake_build moc_build rcc_build uic_build -USES= cmake gettext +USES= cmake gettext pkgconfig LATEST_LINK= ${PORTNAME}-kde4 Modified: head/mail/zmailer/Makefile ============================================================================== --- head/mail/zmailer/Makefile Wed Sep 18 07:52:31 2013 (r327529) +++ head/mail/zmailer/Makefile Wed Sep 18 08:00:44 2013 (r327530) @@ -15,7 +15,7 @@ CONFLICTS= courier-0.* postfix-1.* postf OPTIONS_DEFINE= SSL OPTIONS_DEFAULT=SSL -USES= perl5 +USES= perl5 pkgconfig GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= Modified: head/multimedia/kdenlive/Makefile ============================================================================== --- head/multimedia/kdenlive/Makefile Wed Sep 18 07:52:31 2013 (r327529) +++ head/multimedia/kdenlive/Makefile Wed Sep 18 08:00:44 2013 (r327530) @@ -20,7 +20,7 @@ USE_KDE4= kdehier kdelibs kdeprefix auto USE_QT4= dbus gui opengl script svg xml \ moc_build qmake_build rcc_build uic_build USE_XORG= x11 -USES= cmake +USES= cmake pkgconfig USE_BZIP2= yes CMAKE_ARGS= -DFFMPEG_SUFFIX:STRING="${FFMPEG_SUFX}" Modified: head/net-im/decibel/Makefile ============================================================================== --- head/net-im/decibel/Makefile Wed Sep 18 07:52:31 2013 (r327529) +++ head/net-im/decibel/Makefile Wed Sep 18 08:00:44 2013 (r327530) @@ -1,6 +1,4 @@ -# New ports collection Makefile for: decibel -# Date created: 2008-02-10 -# Whom: arved +# Created by: arved # # $FreeBSD$ @@ -17,7 +15,7 @@ LIB_DEPENDS= QtTapioca.0:${PORTSDIR}/net USE_QT4= xml dbus gui qtestlib qmake_build moc_build uic_build rcc_build USE_LDCONFIG= yes -USES= cmake +USES= cmake pkgconfig post-patch: ${REINPLACE_CMD} -e \ Modified: head/net-p2p/museekplus/Makefile ============================================================================== --- head/net-p2p/museekplus/Makefile Wed Sep 18 07:52:31 2013 (r327529) +++ head/net-p2p/museekplus/Makefile Wed Sep 18 08:00:44 2013 (r327530) @@ -14,6 +14,7 @@ COMMENT= SoulSeek client with separate t LIB_DEPENDS= xml\\+\\+:${PORTSDIR}/textproc/libxml++26 BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 +USES= pkgconfig USE_BZIP2= yes USE_SCONS= yes USE_FAM= yes Modified: head/science/kalzium/Makefile ============================================================================== --- head/science/kalzium/Makefile Wed Sep 18 07:52:31 2013 (r327529) +++ head/science/kalzium/Makefile Wed Sep 18 08:00:44 2013 (r327530) @@ -20,7 +20,7 @@ CONFLICTS= kdeedu-4.[0-6].* USE_GCC= yes USE_KDE4= kdehier kdelibs kdeprefix automoc4 -USES= cmake:outsource +USES= cmake:outsource pkgconfig USE_OCAML= yes NO_OCAML_RUNDEPENDS= yes USE_QT4= corelib declarative designer opengl script xml \ From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 08:14:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A1421C94; Wed, 18 Sep 2013 08:14:52 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8ECFB26FF; Wed, 18 Sep 2013 08:14:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I8Eqkf046429; Wed, 18 Sep 2013 08:14:52 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I8Eq9B046428; Wed, 18 Sep 2013 08:14:52 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309180814.r8I8Eq9B046428@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 18 Sep 2013 08:14:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327531 - head/net/p5-ZeroMQ 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.14 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: Wed, 18 Sep 2013 08:14:52 -0000 Author: bapt Date: Wed Sep 18 08:14:52 2013 New Revision: 327531 URL: http://svnweb.freebsd.org/changeset/ports/327531 Log: Do not overwrite USES Modified: head/net/p5-ZeroMQ/Makefile Modified: head/net/p5-ZeroMQ/Makefile ============================================================================== --- head/net/p5-ZeroMQ/Makefile Wed Sep 18 08:00:44 2013 (r327530) +++ head/net/p5-ZeroMQ/Makefile Wed Sep 18 08:14:52 2013 (r327531) @@ -26,10 +26,9 @@ TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDI p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ p5-JSON>=2.00:${PORTSDIR}/converters/p5-JSON -USES= pkgconfig +USES= pkgconfig perl5 MAKE_JOBS_UNSAFE= yes -USES= perl5 USE_PERL5= configure MAN3= \ From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 08:17:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 13353DC8; Wed, 18 Sep 2013 08:17:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00DEB271F; Wed, 18 Sep 2013 08:17:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I8HNQI047685; Wed, 18 Sep 2013 08:17:23 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I8HNfa047684; Wed, 18 Sep 2013 08:17:23 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309180817.r8I8HNfa047684@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 18 Sep 2013 08:17:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327532 - head/games/xboard 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.14 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: Wed, 18 Sep 2013 08:17:24 -0000 Author: bapt Date: Wed Sep 18 08:17:23 2013 New Revision: 327532 URL: http://svnweb.freebsd.org/changeset/ports/327532 Log: Do not overwrite USES Modified: head/games/xboard/Makefile Modified: head/games/xboard/Makefile ============================================================================== --- head/games/xboard/Makefile Wed Sep 18 08:14:52 2013 (r327531) +++ head/games/xboard/Makefile Wed Sep 18 08:17:23 2013 (r327532) @@ -20,7 +20,7 @@ GNUCHESS_DESC= Install GnuChess engine KNIGHTCAP_DESC= Install KnightCap engine PHALANX_DESC= Install phalanx engine -USES= desktop-file-utils pkgconfig shared-mime-info +USES= desktop-file-utils perl5 pkgconfig shared-mime-info USE_XORG= xt xpm xaw USE_GNOME= librsvg2 GNU_CONFIGURE= yes @@ -29,7 +29,6 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN6= xboard.6 INFO= xboard -USES= perl5 USE_PERL5= build INSTALLS_ICONS= yes DATADIR= ${PREFIX}/share/games/${PORTNAME} From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 08:20:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 75A94F0F; Wed, 18 Sep 2013 08:20:03 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48EA32741; Wed, 18 Sep 2013 08:20:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I8K3cF049671; Wed, 18 Sep 2013 08:20:03 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I8K2An049150; Wed, 18 Sep 2013 08:20:02 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201309180820.r8I8K2An049150@svn.freebsd.org> From: Cy Schubert Date: Wed, 18 Sep 2013 08:20:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327533 - in head: comms/conserver/files net/44bsd-rdist/files security/cops/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.14 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: Wed, 18 Sep 2013 08:20:03 -0000 Author: cy Date: Wed Sep 18 08:20:02 2013 New Revision: 327533 URL: http://svnweb.freebsd.org/changeset/ports/327533 Log: Fix build under 10-CURRENT. Added: head/comms/conserver/files/patch-etc-conserver-master.c (contents, props changed) head/net/44bsd-rdist/files/ head/net/44bsd-rdist/files/patch-expand.c (contents, props changed) head/security/cops/files/patch-src-crc.c (contents, props changed) Added: head/comms/conserver/files/patch-etc-conserver-master.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/conserver/files/patch-etc-conserver-master.c Wed Sep 18 08:20:02 2013 (r327533) @@ -0,0 +1,23 @@ +--- etc/conserver/master.c.orig 2000-08-02 11:39:42.000000000 -0700 ++++ etc/conserver/master.c 2013-09-18 00:48:10.621087079 -0700 +@@ -200,17 +200,17 @@ + + if ((msfd=socket(AF_INET, SOCK_STREAM, 0)) < 0) { + fprintf(stderr, "%s: socket: %s\n", progname, strerror(errno)); +- return; ++ return 0; + } + #if defined(SO_REUSEADDR) && defined(SOL_SOCKET) + if (setsockopt(msfd, SOL_SOCKET, SO_REUSEADDR, (char *)&iTrue, sizeof(iTrue))<0) { + fprintf(stderr, "%s: setsockopt: %s\n", progname, strerror(errno)); +- return; ++ return 0; + } + #endif + if (bind(msfd, (struct sockaddr *)&master_port, sizeof(master_port))<0) { + fprintf(stderr, "%s: bind: %s\n", progname, strerror(errno)); +- return; ++ return 0; + } + if (listen(msfd, SOMAXCONN) < 0) { + fprintf(stderr, "%s: listen: %s\n", progname, strerror(errno)); Added: head/net/44bsd-rdist/files/patch-expand.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/44bsd-rdist/files/patch-expand.c Wed Sep 18 08:20:02 2013 (r327533) @@ -0,0 +1,11 @@ +--- expand.c.orig 2013-09-17 23:46:26.681322944 -0700 ++++ expand.c 2013-09-18 00:29:13.792410201 -0700 +@@ -309,7 +309,7 @@ + return; + goto patherr2; + } +- if (fstat(dirp->dd_fd, &stb) < 0) ++ if (fstat(dirfd(dirp), &stb) < 0) + goto patherr1; + if (!ISDIR(stb.st_mode)) { + errno = ENOTDIR; Added: head/security/cops/files/patch-src-crc.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/cops/files/patch-src-crc.c Wed Sep 18 08:20:02 2013 (r327533) @@ -0,0 +1,11 @@ +--- src/crc.c.orig 1993-03-25 08:31:42.000000000 -0800 ++++ src/crc.c 2013-09-18 00:52:27.281917756 -0700 +@@ -237,7 +237,7 @@ + /* quietly ignore files we can't stat */ + + if (name != NULL && stat(name, &stat_buf) != 0) +- return; ++ return 0; + + /* don't do a crc on strange files */ + From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 08:31:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3CBC26F1; Wed, 18 Sep 2013 08:31:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A44F286C; Wed, 18 Sep 2013 08:31:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I8V18I055953; Wed, 18 Sep 2013 08:31:01 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I8V1Zu055952; Wed, 18 Sep 2013 08:31:01 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309180831.r8I8V1Zu055952@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 18 Sep 2013 08:31:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327534 - head/sysutils/e2fsprogs 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.14 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: Wed, 18 Sep 2013 08:31:01 -0000 Author: bapt Date: Wed Sep 18 08:31:00 2013 New Revision: 327534 URL: http://svnweb.freebsd.org/changeset/ports/327534 Log: Fix build with/without iconv Whiel here add a dependency on pkgconf Modified: head/sysutils/e2fsprogs/Makefile Modified: head/sysutils/e2fsprogs/Makefile ============================================================================== --- head/sysutils/e2fsprogs/Makefile Wed Sep 18 08:20:02 2013 (r327533) +++ head/sysutils/e2fsprogs/Makefile Wed Sep 18 08:31:00 2013 (r327534) @@ -13,6 +13,7 @@ COMMENT?= Utilities & library to manipul LICENSE= GPLv2 PATCH_STRIP= -p1 +USES= gmake pkgconfig USE_GMAKE= yes USE_CSTD= gnu99 USE_LDCONFIG= yes @@ -52,7 +53,7 @@ MAKE_ARGS+= V=1 .include .if ${PORT_OPTIONS:MNLS} -USES+= gettext +USES+= gettext iconv:build PLIST_SUB= NLS="" . if empty(ICONV_LIB) libintl= "${LOCALBASE}/lib/libintl.a" From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 08:38:26 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1BB89BAD; Wed, 18 Sep 2013 08:38:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 058A128ED; Wed, 18 Sep 2013 08:38:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I8cPP2058106; Wed, 18 Sep 2013 08:38:25 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I8cK2W058076; Wed, 18 Sep 2013 08:38:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309180838.r8I8cK2W058076@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 18 Sep 2013 08:38:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327535 - in head: audio/lastfm-desktop audio/mumble deskutils/fbreader deskutils/libopensync-plugin-evolution2-devel devel/py-statgrab editors/openoffice-3 editors/openoffice-4 editors... 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.14 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: Wed, 18 Sep 2013 08:38:26 -0000 Author: bapt Date: Wed Sep 18 08:38:20 2013 New Revision: 327535 URL: http://svnweb.freebsd.org/changeset/ports/327535 Log: Add an explicit dependency on pkgconf Modified: head/audio/lastfm-desktop/Makefile head/audio/mumble/Makefile head/deskutils/fbreader/Makefile head/deskutils/libopensync-plugin-evolution2-devel/Makefile head/devel/py-statgrab/Makefile head/editors/openoffice-3/Makefile head/editors/openoffice-4/Makefile head/editors/openoffice-devel/Makefile head/games/pink-pony/Makefile head/games/trophy/Makefile head/games/uqm/Makefile head/irc/minbif/Makefile head/lang/neko/Makefile head/multimedia/miro/Makefile head/multimedia/xbmc-addon-pvr/Makefile head/net-p2p/gnunet-gtk/Makefile head/net/xrdp-devel/Makefile head/print/kover/Makefile head/security/razorback-fsMonitor/Makefile head/sysutils/gigolo/Makefile head/sysutils/libfvde/Makefile head/x11-themes/gtk-qt4-engine/Makefile head/x11-themes/kde-gtk-config/Makefile head/x11-toolkits/vtkfox/Makefile Modified: head/audio/lastfm-desktop/Makefile ============================================================================== --- head/audio/lastfm-desktop/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/audio/lastfm-desktop/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -18,6 +18,7 @@ LIB_DEPENDS= lastfm:${PORTSDIR}/audio/li avcodec1:${PORTSDIR}/multimedia/ffmpeg1 \ gpod:${PORTSDIR}/audio/libgpod +USES= pkgconfig USE_BZIP2= yes USE_QT4= gui linguist_build moc_build network phonon qmake_build \ rcc_build uic_build webkit xml Modified: head/audio/mumble/Makefile ============================================================================== --- head/audio/mumble/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/audio/mumble/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -17,7 +17,7 @@ LIB_DEPENDS+= speex:${PORTSDIR}/audio/sp protoc:${PORTSDIR}/devel/protobuf \ opus:${PORTSDIR}/audio/opus -USES= gmake +USES= gmake pkgconfig USE_QT4= gui svg iconengines_run xml sql network l10n \ linguist_build qmake_build moc_build rcc_build uic_build \ opengl sql-sqlite3_run Modified: head/deskutils/fbreader/Makefile ============================================================================== --- head/deskutils/fbreader/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/deskutils/fbreader/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -32,7 +32,7 @@ STATUS= debug STATUS= release .endif -USES= iconv gmake +USES= iconv gmake pkgconfig USE_SQLITE= yes USE_LDCONFIG= yes Modified: head/deskutils/libopensync-plugin-evolution2-devel/Makefile ============================================================================== --- head/deskutils/libopensync-plugin-evolution2-devel/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/deskutils/libopensync-plugin-evolution2-devel/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libopensync-plugin-evolution2 -# Date created: 18 July 2008 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ -# PORTNAME= libopensync-plugin-evolution2 PORTVERSION= 0.36 @@ -21,7 +17,7 @@ RUN_DEPENDS= vconvert:${PORTSDIR}/deskut CONFLICTS= libopensync-plugin-evolution2-0.2* USE_BZIP2= yes -USES= cmake +USES= cmake pkgconfig USE_GNOME= evolutiondataserver gconf2 CMAKE_ARGS+= -Wno-dev Modified: head/devel/py-statgrab/Makefile ============================================================================== --- head/devel/py-statgrab/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/devel/py-statgrab/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-statgrab -# Date created: 20 March 2004 -# Whom: Tim Bishop -# +# Created by: Tim Bishop # $FreeBSD$ -# PORTNAME= statgrab PORTVERSION= 0.5 @@ -22,6 +18,7 @@ COMMENT= A set of Python bindings for li LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab DIST_SUBDIR= i-scream +USES= pkgconfig USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= pystatgrab Modified: head/editors/openoffice-3/Makefile ============================================================================== --- head/editors/openoffice-3/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/editors/openoffice-3/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -25,11 +25,10 @@ USE_XORG= x11 ice xaw xau xext xrender x USE_GL= gl glu USE_GSTREAMER= yes #USE_GCC= yes -USE_GMAKE= yes USE_PYTHON= yes USE_PERL5= build USE_BZIP2= yes -USES+= bison perl5 +USES+= bison perl5 pkgconfig gmake WITHOUT_CPU_CFLAGS= true OPTIONS_DEFINE= GCONF GNOMEVFS Modified: head/editors/openoffice-4/Makefile ============================================================================== --- head/editors/openoffice-4/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/editors/openoffice-4/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -26,7 +26,7 @@ USE_GSTREAMER= yes #USE_GCC= 4.6+ USE_PYTHON= yes USE_BZIP2= yes -USES+= bison perl5 gmake +USES+= bison perl5 gmake pkgconfig USE_PERL5= build WITHOUT_CPU_CFLAGS= true MAKE_JOBS_SAFE= yes Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/editors/openoffice-devel/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -27,7 +27,7 @@ USE_GSTREAMER= yes #USE_GCC= 4.6+ USE_PYTHON= yes USE_BZIP2= yes -USES+= bison perl5 gmake +USES+= bison perl5 gmake pkgconfig USE_PERL5= build WITHOUT_CPU_CFLAGS= true MAKE_JOBS_SAFE= yes Modified: head/games/pink-pony/Makefile ============================================================================== --- head/games/pink-pony/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/games/pink-pony/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -20,6 +20,7 @@ LIB_DEPENDS= IL:${PORTSDIR}/graphics/dev BUILD_DEPENDS= ${LOCALBASE}/lib/libaudiere.so:${PORTSDIR}/audio/audiere RUN_DEPENDS= ${LOCALBASE}/lib/libaudiere.so:${PORTSDIR}/audio/audiere +USES= pkgconfig USE_BZIP2= yes USE_SCONS= yes USE_GL= gl glu Modified: head/games/trophy/Makefile ============================================================================== --- head/games/trophy/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/games/trophy/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -14,6 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= clanCore:${PORTSDIR}/devel/clanlib1 +USES= pkgconfig + GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} Modified: head/games/uqm/Makefile ============================================================================== --- head/games/uqm/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/games/uqm/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -17,7 +17,7 @@ LICENSE= GPLv2 LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ mikmod:${PORTSDIR}/audio/libmikmod -USE_GMAKE= yes +USES= gmake pkgconfig USE_SDL= image sdl NO_INSTALL_MANPAGES= yes DATAVERSION= 0.7.0 Modified: head/irc/minbif/Makefile ============================================================================== --- head/irc/minbif/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/irc/minbif/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -24,7 +24,7 @@ PLUGINS_DESC= Compile additional libpurp USE_RC_SUBR= minbif USE_GNOME= glib20 USE_EFL= imlib2 -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS= -DENABLE_IMLIB:BOOL=ON CFLAGS+= ${PTHREAD_CFLAGS} -DX_DISPLAY_MISSING Modified: head/lang/neko/Makefile ============================================================================== --- head/lang/neko/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/lang/neko/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -14,7 +14,7 @@ LIB_DEPENDS= gc-threaded.1:${PORTSDIR}/d ONLY_FOR_ARCHS= i386 amd64 -USES= gmake +USES= gmake pkgconfig USE_AUTOTOOLS= libtool:env USE_DOS2UNIX= yes MAKE_JOBS_UNSAFE= yes Modified: head/multimedia/miro/Makefile ============================================================================== --- head/multimedia/miro/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/multimedia/miro/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -32,10 +32,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsdd BUILD_WRKSRC= ${WRKSRC}/linux INSTALL_WRKSRC= ${WRKSRC}/linux -USE_GMAKE= yes USE_GNOME= gconf2 gtk20 USE_GSTREAMER= python gconf -USES= gettext +USES= gettext gmake pkgconfig USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes USE_LDCONFIG= yes Modified: head/multimedia/xbmc-addon-pvr/Makefile ============================================================================== --- head/multimedia/xbmc-addon-pvr/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/multimedia/xbmc-addon-pvr/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -13,6 +13,7 @@ COMMENT= XBMC PVR addons for various bac BUILD_DEPENDS+= xbmc:${PORTSDIR}/multimedia/xbmc RUN_DEPENDS+= xbmc:${PORTSDIR}/multimedia/xbmc +USES= pkgconfig USE_GL= gl USE_AUTOTOOLS= libtoolize aclocal libtool automake autoconf MAKE_JOBS_SAFE= yes Modified: head/net-p2p/gnunet-gtk/Makefile ============================================================================== --- head/net-p2p/gnunet-gtk/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/net-p2p/gnunet-gtk/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: gnunet-gtk -# Date created: Dec. 19, 2011 -# Whom: bf -# +# Created by: bf # $FreeBSD$ -# PORTNAME= gnunet-gtk DISTVERSION= 0.9.3 @@ -22,8 +17,7 @@ LIB_DEPENDS= gladeui-1:${PORTSDIR}/devel INSTALLS_ICONS = yes USE_AUTOTOOLS= libltdl libtool -USE_GMAKE= yes -USES= pathfix iconv +USES= pathfix iconv gmake pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS = --with-extractor=${LOCALBASE} \ Modified: head/net/xrdp-devel/Makefile ============================================================================== --- head/net/xrdp-devel/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/net/xrdp-devel/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -18,6 +18,7 @@ COMMENT= An open source Remote Desktop P LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= pkgconfig USE_XORG= x11 xfixes USE_AUTOTOOLS= autoconf:env automake:env libtool GNU_CONFIGURE= yes Modified: head/print/kover/Makefile ============================================================================== --- head/print/kover/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/print/kover/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -19,7 +19,7 @@ USE_KDE4= automoc4 kdehier kdeprefix kde USE_QT4= corelib dbus gui network svg xml \ qmake_build uic_build rcc_build USE_PERL5= build -USES= cmake gettext perl5 +USES= cmake gettext perl5 pkgconfig MAN1= kover.1 Modified: head/security/razorback-fsMonitor/Makefile ============================================================================== --- head/security/razorback-fsMonitor/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/security/razorback-fsMonitor/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-fsMonitor -# Date created: 2011/06/8 -# Whom: Tom Judge -# +# Created by: Tom Judge # $FreeBSD$ -# PORTNAME= fsMonitor PORTVERSION= 0.5.0 @@ -21,6 +17,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= razorback_api.2:${PORTSDIR}/security/razorback-api \ fam.0:${PORTSDIR}/devel/fam +USES= pkgconfig + OPTIONS_DEFINE= DEBUG ASSERT .include Modified: head/sysutils/gigolo/Makefile ============================================================================== --- head/sysutils/gigolo/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/sysutils/gigolo/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSD LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo USE_BZIP2= yes -USES= fuse +USES= fuse pkgconfig USE_GNOME= gtk20 gvfs USE_XORG= x11 USE_PYTHON= yes Modified: head/sysutils/libfvde/Makefile ============================================================================== --- head/sysutils/libfvde/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/sysutils/libfvde/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -12,6 +12,7 @@ COMMENT= Library and tools for reading F LICENSE= LGPL3 +USES= pkgconfig GNU_CONFIGURE= yes USE_GNOME= libxml2 gnomehack USE_LDCONFIG= yes Modified: head/x11-themes/gtk-qt4-engine/Makefile ============================================================================== --- head/x11-themes/gtk-qt4-engine/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/x11-themes/gtk-qt4-engine/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -13,7 +13,7 @@ COMMENT= GTK+ 2.x theme engine allowing USE_BZIP2= yes USE_GNOME= gtk20 USE_QT4= corelib gui moc_build rcc_build uic_build qmake_build -USES= cmake gettext +USES= cmake gettext pkgconfig USE_KDE4= kdelibs kdeprefix automoc4 WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/x11-themes/kde-gtk-config/Makefile ============================================================================== --- head/x11-themes/kde-gtk-config/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/x11-themes/kde-gtk-config/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR= stable/${PORTNAME}/$ MAINTAINER= kde@FreeBSD.org COMMENT= GTK2 and GTK3 Configurator for KDE -USES= cmake:outsource +USES= cmake:outsource pkgconfig USE_GNOME= gtk20 gtk30 USE_KDE4= automoc4 kdelibs kdeprefix USE_QT4= moc_build qmake_build rcc_build uic_build Modified: head/x11-toolkits/vtkfox/Makefile ============================================================================== --- head/x11-toolkits/vtkfox/Makefile Wed Sep 18 08:31:00 2013 (r327534) +++ head/x11-toolkits/vtkfox/Makefile Wed Sep 18 08:38:20 2013 (r327535) @@ -33,7 +33,7 @@ LIB_DEPENDS+= FOX-1.7:${PORTSDIR}/x11-to CMAKE_ARGS+= -DFOX17:BOOL=TRUE .endif -USES= cmake:outsource +USES= cmake:outsource pkgconfig USE_LDCONFIG= yes PLIST_FILES= include/vtkfox/FXVTKCanvas.h \ From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 08:44:22 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 185A3E21; Wed, 18 Sep 2013 08:44:22 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 05C21295A; Wed, 18 Sep 2013 08:44:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I8iL1Z062517; Wed, 18 Sep 2013 08:44:21 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I8iLRQ062515; Wed, 18 Sep 2013 08:44:21 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309180844.r8I8iLRQ062515@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 18 Sep 2013 08:44:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327536 - in 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.14 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: Wed, 18 Sep 2013 08:44:22 -0000 Author: bapt Date: Wed Sep 18 08:44:21 2013 New Revision: 327536 URL: http://svnweb.freebsd.org/changeset/ports/327536 Log: Remove the old perl framework, that also means all the perl code is not loaded inconditionnaly anymore Huge thanks for az@ for his hard work on the subject! PR: ports/172608 Submitted by: az Deleted: head/Mk/bsd.perl.mk Modified: head/CHANGES head/Mk/bsd.port.mk Modified: head/CHANGES ============================================================================== --- head/CHANGES Wed Sep 18 08:38:20 2013 (r327535) +++ head/CHANGES Wed Sep 18 08:44:21 2013 (r327536) @@ -10,6 +10,17 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. +20130918: +AUTHOR: bapt@FreeBSD.org + + The perl framework is not included inconditionnaly and the old framework + is not recognized anymore, the following MACROS has been removed: + + * PERL_CONFIGURE + * USE_PERL5_RUN + * USE_PERL5_BUILD + * PERL_MODBUILD + 20130904: AUTHOR: madpilot@FreeBSD.org Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Wed Sep 18 08:38:20 2013 (r327535) +++ head/Mk/bsd.port.mk Wed Sep 18 08:44:21 2013 (r327536) @@ -1391,8 +1391,6 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/ .include "${PORTSDIR}/Mk/bsd.gnustep.mk" .endif -.include "${PORTSDIR}/Mk/bsd.perl.mk" - .if defined(USE_PHP) .include "${PORTSDIR}/Mk/bsd.php.mk" .endif @@ -1956,8 +1954,6 @@ RUN_DEPENDS+= ${_GL_${_component}_RUN_DE .include "${PORTSDIR}/Mk/bsd.sdl.mk" .endif -.include "${PORTSDIR}/Mk/bsd.perl.mk" - .if defined(USE_PHP) .include "${PORTSDIR}/Mk/bsd.php.mk" .endif From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 08:56:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DC4891FD; Wed, 18 Sep 2013 08:56:51 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF81529F4; Wed, 18 Sep 2013 08:56:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I8upYO068327; Wed, 18 Sep 2013 08:56:51 GMT (envelope-from girgen@svn.freebsd.org) Received: (from girgen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I8upAY068324; Wed, 18 Sep 2013 08:56:51 GMT (envelope-from girgen@svn.freebsd.org) Message-Id: <201309180856.r8I8upAY068324@svn.freebsd.org> From: Palle Girgensohn Date: Wed, 18 Sep 2013 08:56:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327537 - in head/databases: postgresql93-client postgresql93-server 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.14 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: Wed, 18 Sep 2013 08:56:51 -0000 Author: girgen Date: Wed Sep 18 08:56:50 2013 New Revision: 327537 URL: http://svnweb.freebsd.org/changeset/ports/327537 Log: Install libpgcommon.a, required by extensions. PR: ports/182190 Modified: head/databases/postgresql93-client/Makefile head/databases/postgresql93-server/Makefile head/databases/postgresql93-server/pkg-plist-server Modified: head/databases/postgresql93-client/Makefile ============================================================================== --- head/databases/postgresql93-client/Makefile Wed Sep 18 08:44:21 2013 (r327536) +++ head/databases/postgresql93-client/Makefile Wed Sep 18 08:56:50 2013 (r327537) @@ -5,6 +5,7 @@ # See Mk/bsd.databases.mk for more info PORTNAME= postgresql +PORTREVISION= 0 PKGNAMESUFFIX= -client COMMENT= PostgreSQL database (client) Modified: head/databases/postgresql93-server/Makefile ============================================================================== --- head/databases/postgresql93-server/Makefile Wed Sep 18 08:44:21 2013 (r327536) +++ head/databases/postgresql93-server/Makefile Wed Sep 18 08:56:50 2013 (r327537) @@ -6,7 +6,7 @@ # DISTVERSION?= 9.3.0 -PORTREVISION?= 0 +PORTREVISION?= 1 PKGNAMESUFFIX?= -server MAINTAINER?= pgsql@FreeBSD.org @@ -25,4 +25,11 @@ MAN7= ALTER_COLLATION.7 ALTER_EVENT_TRI .endif +INSTALL_DIRS?= src/common src/timezone src/backend \ + src/backend/utils/mb/conversion_procs \ + src/backend/snowball src/backend/replication/libpqwalreceiver \ + src/bin/initdb src/bin/pg_ctl \ + src/bin/pg_controldata src/bin/pg_resetxlog src/pl \ + src/bin/pg_basebackup + .include "${.CURDIR}/../postgresql92-server/Makefile" Modified: head/databases/postgresql93-server/pkg-plist-server ============================================================================== --- head/databases/postgresql93-server/pkg-plist-server Wed Sep 18 08:44:21 2013 (r327536) +++ head/databases/postgresql93-server/pkg-plist-server Wed Sep 18 08:56:50 2013 (r327537) @@ -37,6 +37,7 @@ lib/postgresql/utf8_and_sjis.so lib/postgresql/utf8_and_sjis2004.so lib/postgresql/utf8_and_uhc.so lib/postgresql/utf8_and_win.so +lib/libpgcommon.a %%DOCSDIR%%/README-server @dirrmtry %%DOCSDIR%% share/postgresql/conversion_create.sql From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 09:33:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1B62193B; Wed, 18 Sep 2013 09:33:46 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 08F752C02; Wed, 18 Sep 2013 09:33:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I9Xjcl088408; Wed, 18 Sep 2013 09:33:45 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I9Xjtq088406; Wed, 18 Sep 2013 09:33:45 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309180933.r8I9Xjtq088406@svn.freebsd.org> From: Pietro Cerutti Date: Wed, 18 Sep 2013 09:33:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327538 - head/databases/freetds-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.14 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: Wed, 18 Sep 2013 09:33:46 -0000 Author: gahr Date: Wed Sep 18 09:33:45 2013 New Revision: 327538 URL: http://svnweb.freebsd.org/changeset/ports/327538 Log: - Update to 0.92.79 PR: 181423 Submitted by: gahr@ Approved by: maintainer (timeout) Modified: head/databases/freetds-devel/Makefile head/databases/freetds-devel/distinfo Modified: head/databases/freetds-devel/Makefile ============================================================================== --- head/databases/freetds-devel/Makefile Wed Sep 18 08:56:50 2013 (r327537) +++ head/databases/freetds-devel/Makefile Wed Sep 18 09:33:45 2013 (r327538) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= freetds -PORTVERSION= 0.91 -PORTREVISION= 4 +PORTVERSION= 0.92.79 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= ftp://ftp.freetds.org/pub/freetds/stable/ Modified: head/databases/freetds-devel/distinfo ============================================================================== --- head/databases/freetds-devel/distinfo Wed Sep 18 08:56:50 2013 (r327537) +++ head/databases/freetds-devel/distinfo Wed Sep 18 09:33:45 2013 (r327538) @@ -1,2 +1,2 @@ -SHA256 (freetds-0.91.tar.gz) = 6a8148bd803aebceac6862b0dead1c5d9659f7e1038993abfe0ce8febb322465 -SIZE (freetds-0.91.tar.gz) = 2136329 +SHA256 (freetds-0.92.79.tar.gz) = 06b9b3fe797552d93365f1f1f84051f6c292bb0f9fca06a3475852700cf71f50 +SIZE (freetds-0.92.79.tar.gz) = 2059576 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 11:06:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 05A868D6; Wed, 18 Sep 2013 11:06:29 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD3FB21B8; Wed, 18 Sep 2013 11:06:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IB6S40037127; Wed, 18 Sep 2013 11:06:28 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IB6SC9037122; Wed, 18 Sep 2013 11:06:28 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309181106.r8IB6SC9037122@svn.freebsd.org> From: Bryan Drewery Date: Wed, 18 Sep 2013 11:06:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327539 - in head/sysutils/zfstools: . 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.14 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: Wed, 18 Sep 2013 11:06:29 -0000 Author: bdrewery Date: Wed Sep 18 11:06:27 2013 New Revision: 327539 URL: http://svnweb.freebsd.org/changeset/ports/327539 Log: - Update to 0.3.0 - Note in pkg-message that crontab needs an updated PATH as well Changes: - PostgreSQL support added Modified: head/sysutils/zfstools/Makefile head/sysutils/zfstools/distinfo head/sysutils/zfstools/files/pkg-message.in Modified: head/sysutils/zfstools/Makefile ============================================================================== --- head/sysutils/zfstools/Makefile Wed Sep 18 09:33:45 2013 (r327538) +++ head/sysutils/zfstools/Makefile Wed Sep 18 11:06:27 2013 (r327539) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zfstools -PORTVERSION= 0.2.2 +PORTVERSION= 0.3.0 CATEGORIES= sysutils ruby MASTER_SITES= GH \ http://mirror.shatow.net/freebsd/${PORTNAME}/ @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_GITHUB= yes GH_ACCOUNT= bdrewery -GH_COMMIT= 924b60c +GH_COMMIT= 05b95b5 GH_TAGNAME= v${DISTVERSION} USE_RUBY= yes Modified: head/sysutils/zfstools/distinfo ============================================================================== --- head/sysutils/zfstools/distinfo Wed Sep 18 09:33:45 2013 (r327538) +++ head/sysutils/zfstools/distinfo Wed Sep 18 11:06:27 2013 (r327539) @@ -1,2 +1,2 @@ -SHA256 (zfstools-0.2.2.tar.gz) = 64f6e0c39942b8300a91c82b2674172df437bf76e4b17fe8ab10b1d008e57a22 -SIZE (zfstools-0.2.2.tar.gz) = 10665 +SHA256 (zfstools-0.3.0.tar.gz) = 2b78e50c0ada91fd3355bb657b7b63b86a7db11490bf00543fe6e7aada7a7183 +SIZE (zfstools-0.3.0.tar.gz) = 10969 Modified: head/sysutils/zfstools/files/pkg-message.in ============================================================================== --- head/sysutils/zfstools/files/pkg-message.in Wed Sep 18 09:33:45 2013 (r327538) +++ head/sysutils/zfstools/files/pkg-message.in Wed Sep 18 11:06:27 2013 (r327539) @@ -1,5 +1,6 @@ To enable automatic snapshots, place lines such as these into /etc/crontab: + PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin 15,30,45 * * * * root %%PREFIX%%/sbin/zfs-auto-snapshot frequent 4 0 * * * * root %%PREFIX%%/sbin/zfs-auto-snapshot hourly 24 7 0 * * * root %%PREFIX%%/sbin/zfs-auto-snapshot daily 7 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 11:40:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F17BE161; Wed, 18 Sep 2013 11:40:34 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DF9742389; Wed, 18 Sep 2013 11:40:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IBeYmj054948; Wed, 18 Sep 2013 11:40:34 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IBeYlX054947; Wed, 18 Sep 2013 11:40:34 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309181140.r8IBeYlX054947@svn.freebsd.org> From: Guido Falsi Date: Wed, 18 Sep 2013 11:40:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327540 - head/audio/mpc 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.14 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: Wed, 18 Sep 2013 11:40:35 -0000 Author: madpilot Date: Wed Sep 18 11:40:34 2013 New Revision: 327540 URL: http://svnweb.freebsd.org/changeset/ports/327540 Log: - Fix typo in post-patch sed expression - Add explicit LDFLAGS Submitted by: marino Approved by: portmgr (bapt, implicit) Modified: head/audio/mpc/Makefile Modified: head/audio/mpc/Makefile ============================================================================== --- head/audio/mpc/Makefile Wed Sep 18 11:06:27 2013 (r327539) +++ head/audio/mpc/Makefile Wed Sep 18 11:40:34 2013 (r327540) @@ -33,12 +33,13 @@ PLIST_FILES= bin/${PORTNAME} .if ${PORT_OPTIONS:MICONV} USES+= iconv +LDFLAGS+= ${ICONV_LIB} .else CONFIGURE_ARGS+=--disable-iconv .endif post-patch: - @${REINPLACE_CMD} -e 's|-lintl|-l${ICONV_LIB}|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-lintl|${ICONV_LIB}|g' ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 11:41:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6686724B; Wed, 18 Sep 2013 11:41:15 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5472823B5; Wed, 18 Sep 2013 11:41:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IBfFhQ055738; Wed, 18 Sep 2013 11:41:15 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IBfFcm055736; Wed, 18 Sep 2013 11:41:15 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309181141.r8IBfFcm055736@svn.freebsd.org> From: Guido Falsi Date: Wed, 18 Sep 2013 11:41:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327541 - head/comms/anyremote 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.14 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: Wed, 18 Sep 2013 11:41:15 -0000 Author: madpilot Date: Wed Sep 18 11:41:14 2013 New Revision: 327541 URL: http://svnweb.freebsd.org/changeset/ports/327541 Log: - Add missing iconv USES Submitted by: marino Approved by: portmgr (bapt, implicit) Modified: head/comms/anyremote/Makefile Modified: head/comms/anyremote/Makefile ============================================================================== --- head/comms/anyremote/Makefile Wed Sep 18 11:40:34 2013 (r327540) +++ head/comms/anyremote/Makefile Wed Sep 18 11:41:14 2013 (r327541) @@ -11,7 +11,7 @@ COMMENT= Remote control service over Blu LICENSE= GPLv2 -USES= pkgconfig +USES= iconv pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 12:54:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 91298EBF; Wed, 18 Sep 2013 12:54:38 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D49627C8; Wed, 18 Sep 2013 12:54:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ICscaV093365; Wed, 18 Sep 2013 12:54:38 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8ICscuT093364; Wed, 18 Sep 2013 12:54:38 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309181254.r8ICscuT093364@svn.freebsd.org> From: Pietro Cerutti Date: Wed, 18 Sep 2013 12:54:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327542 - head/cad/meshlab 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.14 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: Wed, 18 Sep 2013 12:54:38 -0000 Author: gahr Date: Wed Sep 18 12:54:37 2013 New Revision: 327542 URL: http://svnweb.freebsd.org/changeset/ports/327542 Log: - Unbreak on CURRENT by adding USE_GCC= yes Reported by: pkg-fallout Modified: head/cad/meshlab/Makefile Modified: head/cad/meshlab/Makefile ============================================================================== --- head/cad/meshlab/Makefile Wed Sep 18 11:41:14 2013 (r327541) +++ head/cad/meshlab/Makefile Wed Sep 18 12:54:37 2013 (r327542) @@ -13,6 +13,7 @@ COMMENT= 3D triangular meshes processing EXTRACT_DEPENDS=7z:${PORTSDIR}/archivers/p7zip LIB_DEPENDS= QtSolutions_SOAP-head:${PORTSDIR}/devel/qt4-qtsolutions-soap +USE_GCC= yes USE_GL= glew glu USE_QT4= qmake_build moc_build rcc_build uic_build corelib gui xml \ xmlpatterns opengl network script From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 13:09:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CE9E32A5; Wed, 18 Sep 2013 13:09:44 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BC6282912; Wed, 18 Sep 2013 13:09:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ID9ihM000717; Wed, 18 Sep 2013 13:09:44 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8ID9io3000716; Wed, 18 Sep 2013 13:09:44 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309181309.r8ID9io3000716@svn.freebsd.org> From: Pietro Cerutti Date: Wed, 18 Sep 2013 13:09:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327543 - head/editors/fxite/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.14 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: Wed, 18 Sep 2013 13:09:44 -0000 Author: gahr Date: Wed Sep 18 13:09:44 2013 New Revision: 327543 URL: http://svnweb.freebsd.org/changeset/ports/327543 Log: - Fix build with upcoming FOX 1.7.42 Added: head/editors/fxite/files/patch-fxsleep (contents, props changed) Added: head/editors/fxite/files/patch-fxsleep ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/fxite/files/patch-fxsleep Wed Sep 18 13:09:44 2013 (r327543) @@ -0,0 +1,15 @@ +--- src/luafuncs.cpp.orig 2013-09-18 14:19:18.000000000 +0200 ++++ src/luafuncs.cpp 2013-09-18 14:19:36.000000000 +0200 +@@ -942,10 +942,10 @@ + ms=ms%1000; + for (int i=0; i Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E5F297AE; Wed, 18 Sep 2013 13:28:07 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D378D2A41; Wed, 18 Sep 2013 13:28:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IDS7C4010903; Wed, 18 Sep 2013 13:28:07 GMT (envelope-from vsevolod@svn.freebsd.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IDS7kq010899; Wed, 18 Sep 2013 13:28:07 GMT (envelope-from vsevolod@svn.freebsd.org) Message-Id: <201309181328.r8IDS7kq010899@svn.freebsd.org> From: Vsevolod Stakhov Date: Wed, 18 Sep 2013 13:28:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327544 - head/math/minisat 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.14 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: Wed, 18 Sep 2013 13:28:08 -0000 Author: vsevolod Date: Wed Sep 18 13:28:06 2013 New Revision: 327544 URL: http://svnweb.freebsd.org/changeset/ports/327544 Log: Add minisat port - a lightweight SAT solver. Added: head/math/minisat/ head/math/minisat/Makefile (contents, props changed) head/math/minisat/distinfo (contents, props changed) head/math/minisat/pkg-descr (contents, props changed) head/math/minisat/pkg-plist (contents, props changed) Added: head/math/minisat/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/minisat/Makefile Wed Sep 18 13:28:06 2013 (r327544) @@ -0,0 +1,16 @@ +# Created by: Vsevolod Stakhov +# $FreeBSD$ + +PORTNAME= minisat +PORTVERSION= 2.2.1 +CATEGORIES= math devel +MASTER_SITES= http://highsecure.ru/distfiles/ + +MAINTAINER= vsevolod@FreeBSD.org +COMMENT= A minimalistic, open-source SAT solver + +USES= gmake +USE_LDCONFIG= yes +MAKE_ENV= prefix=${PREFIX} + +.include Added: head/math/minisat/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/minisat/distinfo Wed Sep 18 13:28:06 2013 (r327544) @@ -0,0 +1,2 @@ +SHA256 (minisat-2.2.1.tar.gz) = d39de26ad3c56a0fbc30a92c23004a5fb2802e8aebd34febc107dc43781e9a19 +SIZE (minisat-2.2.1.tar.gz) = 49892 Added: head/math/minisat/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/minisat/pkg-descr Wed Sep 18 13:28:06 2013 (r327544) @@ -0,0 +1,20 @@ +MiniSat is a minimalistic, open-source SAT solver, developed to help +researchers and developers alike to get started on SAT. It is released under +the MIT licence, and is currently used in a number of projects. + +Some key features of MiniSat: + +- Easy to modify. MiniSat is small and well-documented, and possibly also +well-designed, making it an ideal starting point for adapting SAT based +techniques to domain specific problems. + +- Highly efficient. Winning all the industrial categories of the SAT 2005 +competition, MiniSat is a good starting point both for future research in SAT, +and for applications using SAT. + +- Designed for integration. MiniSat supports incremental SAT and has +mechanisms for adding non-clausal constraints. By virtue of being easy to +modify, it is a good choice for integrating as a backend to another tool, such +as a model checker or a more generic constraint solver. + +WWW: http://minisat.se/ Added: head/math/minisat/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/minisat/pkg-plist Wed Sep 18 13:28:06 2013 (r327544) @@ -0,0 +1,30 @@ +@comment $FreeBSD$ + +bin/minisat +include/minisat/mtl/XAlloc.h +include/minisat/mtl/Heap.h +include/minisat/mtl/IntTypes.h +include/minisat/mtl/IntMap.h +include/minisat/mtl/Sort.h +include/minisat/mtl/Rnd.h +include/minisat/mtl/Alg.h +include/minisat/mtl/Vec.h +include/minisat/mtl/Alloc.h +include/minisat/mtl/Map.h +include/minisat/mtl/Queue.h +include/minisat/utils/Options.h +include/minisat/utils/ParseUtils.h +include/minisat/utils/System.h +include/minisat/core/Solver.h +include/minisat/core/Dimacs.h +include/minisat/core/SolverTypes.h +include/minisat/simp/SimpSolver.h +lib/libminisat.so.2.1.0 +lib/libminisat.so.2 +lib/libminisat.so +lib/libminisat.a +@dirrmtry include/minisat/utils +@dirrmtry include/minisat/simp +@dirrmtry include/minisat/mtl +@dirrmtry include/minisat/core +@dirrmtry include/minisat From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 13:38:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CB29EB6B; Wed, 18 Sep 2013 13:38:49 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B90CF2B3A; Wed, 18 Sep 2013 13:38:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IDcnTX016362; Wed, 18 Sep 2013 13:38:49 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IDcn7D016360; Wed, 18 Sep 2013 13:38:49 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201309181338.r8IDcn7D016360@svn.freebsd.org> From: Cy Schubert Date: Wed, 18 Sep 2013 13:38:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327545 - head/security/cops 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.14 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: Wed, 18 Sep 2013 13:38:49 -0000 Author: cy Date: Wed Sep 18 13:38:49 2013 New Revision: 327545 URL: http://svnweb.freebsd.org/changeset/ports/327545 Log: Fix up plist. Modified: head/security/cops/pkg-plist Modified: head/security/cops/pkg-plist ============================================================================== --- head/security/cops/pkg-plist Wed Sep 18 13:28:06 2013 (r327544) +++ head/security/cops/pkg-plist Wed Sep 18 13:38:49 2013 (r327545) @@ -213,6 +213,7 @@ cops/src/crack-fcrypt.c cops/src/crack-lib.c cops/src/crack.h cops/src/crc.c +cops/src/crc.c.orig cops/src/crc_check.c cops/src/filewriters.c cops/src/home.chk.c From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 13:42:26 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E51BAC8E; Wed, 18 Sep 2013 13:42:26 +0000 (UTC) (envelope-from william88@gmail.com) Received: from mail-qe0-x236.google.com (mail-qe0-x236.google.com [IPv6:2607:f8b0:400d:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74E122B82; Wed, 18 Sep 2013 13:42:26 +0000 (UTC) Received: by mail-qe0-f54.google.com with SMTP id cy11so4572483qeb.41 for ; Wed, 18 Sep 2013 06:42:25 -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=yw6jWE2h2t/Waekkws0ePnkNzMG3OpYBvZMrYU31eDc=; b=BSpgmLOkiV5jO6cBWrxe85sLQKAEOaDzV8X7Xa1lqj6RC6Ca98h20p5Wyp4hOMLu13 SJ6NMiFwrY+ym3tN1vD/mP8LaRCvs7u0hecmy1LFyyzKAHS4mYAeIIVhFFZ5NrXeHqPh /HZ9MCvTU161+Sw7VupaO+cKJ7jnaAptW7JQdZBtJpNE4+XGd5p20oe8tQHM1fuVu6ya nsn1xkWYNmm84o58RfuBOdx7jizuB2R14UglVxS5hmMKX4Ji0jde/O48/ywdvHwF3tf7 7YB7PtTTBXNdr1phCS8BfeZ9r7pm8VcchpNlFJLWCsvG8M3rV+yQIIzCZdLAb9Fi8TXV B1Lw== MIME-Version: 1.0 X-Received: by 10.224.34.74 with SMTP id k10mr14641293qad.63.1379511745328; Wed, 18 Sep 2013 06:42:25 -0700 (PDT) Received: by 10.140.81.233 with HTTP; Wed, 18 Sep 2013 06:42:25 -0700 (PDT) In-Reply-To: <201309181328.r8IDS7kq010899@svn.freebsd.org> References: <201309181328.r8IDS7kq010899@svn.freebsd.org> Date: Wed, 18 Sep 2013 10:42:25 -0300 Message-ID: Subject: Re: svn commit: r327544 - head/math/minisat From: William Grzybowski To: Vsevolod Stakhov Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 18 Sep 2013 13:42:27 -0000 On Wed, Sep 18, 2013 at 10:28 AM, Vsevolod Stakhov wrote: > Author: vsevolod > Date: Wed Sep 18 13:28:06 2013 > New Revision: 327544 > URL: http://svnweb.freebsd.org/changeset/ports/327544 > > Log: > Add minisat port - a lightweight SAT solver. > > Added: > head/math/minisat/ > head/math/minisat/Makefile (contents, props changed) > head/math/minisat/distinfo (contents, props changed) > head/math/minisat/pkg-descr (contents, props changed) > head/math/minisat/pkg-plist (contents, props changed) > > Added: head/math/minisat/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/math/minisat/Makefile Wed Sep 18 13:28:06 2013 (r327544) > @@ -0,0 +1,16 @@ > +# Created by: Vsevolod Stakhov > +# $FreeBSD$ > + > +PORTNAME= minisat > +PORTVERSION= 2.2.1 > +CATEGORIES= math devel > +MASTER_SITES= http://highsecure.ru/distfiles/ > + > +MAINTAINER= vsevolod@FreeBSD.org > +COMMENT= A minimalistic, open-source SAT solver We are dropping the indefinite articles from the beginning of COMMENT > + > +USES= gmake > +USE_LDCONFIG= yes > +MAKE_ENV= prefix=${PREFIX} > + > +.include > > Added: head/math/minisat/distinfo > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/math/minisat/distinfo Wed Sep 18 13:28:06 2013 (r327544) > @@ -0,0 +1,2 @@ > +SHA256 (minisat-2.2.1.tar.gz) = d39de26ad3c56a0fbc30a92c23004a5fb2802e8aebd34febc107dc43781e9a19 > +SIZE (minisat-2.2.1.tar.gz) = 49892 > > Added: head/math/minisat/pkg-descr > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/math/minisat/pkg-descr Wed Sep 18 13:28:06 2013 (r327544) > @@ -0,0 +1,20 @@ > +MiniSat is a minimalistic, open-source SAT solver, developed to help > +researchers and developers alike to get started on SAT. It is released under > +the MIT licence, and is currently used in a number of projects. > + > +Some key features of MiniSat: > + > +- Easy to modify. MiniSat is small and well-documented, and possibly also > +well-designed, making it an ideal starting point for adapting SAT based > +techniques to domain specific problems. > + > +- Highly efficient. Winning all the industrial categories of the SAT 2005 > +competition, MiniSat is a good starting point both for future research in SAT, > +and for applications using SAT. > + > +- Designed for integration. MiniSat supports incremental SAT and has > +mechanisms for adding non-clausal constraints. By virtue of being easy to > +modify, it is a good choice for integrating as a backend to another tool, such > +as a model checker or a more generic constraint solver. > + > +WWW: http://minisat.se/ > > Added: head/math/minisat/pkg-plist > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/math/minisat/pkg-plist Wed Sep 18 13:28:06 2013 (r327544) > @@ -0,0 +1,30 @@ > +@comment $FreeBSD$ We don't use fbsd keyword in pkg-plist anymore. A correct proplist in .subversion/config can deal with it, or Tools/addport in the tree. svn propset fbsd:nokeywords yes pkg-plist svn propdel svn:keywords pkg-plist > + > +bin/minisat > +include/minisat/mtl/XAlloc.h > +include/minisat/mtl/Heap.h > +include/minisat/mtl/IntTypes.h > +include/minisat/mtl/IntMap.h > +include/minisat/mtl/Sort.h > +include/minisat/mtl/Rnd.h > +include/minisat/mtl/Alg.h > +include/minisat/mtl/Vec.h > +include/minisat/mtl/Alloc.h > +include/minisat/mtl/Map.h > +include/minisat/mtl/Queue.h > +include/minisat/utils/Options.h > +include/minisat/utils/ParseUtils.h > +include/minisat/utils/System.h > +include/minisat/core/Solver.h > +include/minisat/core/Dimacs.h > +include/minisat/core/SolverTypes.h > +include/minisat/simp/SimpSolver.h > +lib/libminisat.so.2.1.0 > +lib/libminisat.so.2 > +lib/libminisat.so > +lib/libminisat.a > +@dirrmtry include/minisat/utils > +@dirrmtry include/minisat/simp > +@dirrmtry include/minisat/mtl > +@dirrmtry include/minisat/core > +@dirrmtry include/minisat -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 13:48:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3638DE02; Wed, 18 Sep 2013 13:48:23 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 21E7A2BB0; Wed, 18 Sep 2013 13:48:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IDmNfh021122; Wed, 18 Sep 2013 13:48:23 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IDmKlf021074; Wed, 18 Sep 2013 13:48:20 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201309181348.r8IDmKlf021074@svn.freebsd.org> From: Rene Ladan Date: Wed, 18 Sep 2013 13:48:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327546 - in head: astro/boinc-astropulse/files astro/boinc-setiathome-enhanced/files net/boinc-client net/boinc-client/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.14 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: Wed, 18 Sep 2013 13:48:23 -0000 Author: rene Date: Wed Sep 18 13:48:19 2013 New Revision: 327546 URL: http://svnweb.freebsd.org/changeset/ports/327546 Log: net/boinc-client : - update to 7.0.65 [1] Unlike the PR, keep the SKINS option and the extra skins, and do not pregenerate autotools files. - work around a build conflict with archivers/libzip in port Makefile [2] - pre-emptively fix build with libc++ - change MASTERSITE from Pav's to my site - comment out the BROKEN message for sparc64/ia64/powerpc (for now) - regenerate patches using 'make makepatch' astro/boinc-{setiathome-enhanced,astropulse} : - remove obsolete calls to functions removed from libboinc to prevent breakage PR: ports/176724 [1] Submitted by: Andrey Simonenko [1] Submitted by: zi@ [2] Added: head/astro/boinc-astropulse/files/patch-client__ap_client_main.cpp (contents, props changed) head/astro/boinc-astropulse/files/patch-client__ap_fold.cpp (contents, props changed) head/astro/boinc-setiathome-enhanced/files/patch-client__analyzeFuncs.cpp (contents, props changed) head/astro/boinc-setiathome-enhanced/files/patch-client__seti.h (contents, props changed) head/astro/boinc-setiathome-enhanced/files/patch-client__worker.cpp (contents, props changed) head/net/boinc-client/files/patch-clientgui__AsyncRPC.cpp (contents, props changed) - copied, changed from r327544, head/net/boinc-client/files/patch-clientgui-AsyncRPC.cpp head/net/boinc-client/files/patch-lib__diagnostics.cpp (contents, props changed) head/net/boinc-client/files/patch-lib__gui_rpc_client_print.cpp (contents, props changed) head/net/boinc-client/files/patch-lib__str_util.cpp (contents, props changed) Deleted: head/net/boinc-client/files/patch-api__boinc_api.h head/net/boinc-client/files/patch-client-hostinfo_unix.cpp head/net/boinc-client/files/patch-clientgui-AsyncRPC.cpp head/net/boinc-client/files/patch-clientgui-stdwx.h head/net/boinc-client/files/patch-zip-unzip-extract.c Modified: head/net/boinc-client/Makefile head/net/boinc-client/distinfo (contents, props changed) head/net/boinc-client/files/patch-api__boinc_api.cpp head/net/boinc-client/files/patch-client__client_msgs.h head/net/boinc-client/pkg-plist Added: head/astro/boinc-astropulse/files/patch-client__ap_client_main.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/boinc-astropulse/files/patch-client__ap_client_main.cpp Wed Sep 18 13:48:19 2013 (r327546) @@ -0,0 +1,10 @@ +--- ap_client_main.cpp.orig 2012-08-14 02:07:20.000000000 +0200 ++++ ap_client_main.cpp 2013-08-06 18:41:38.000000000 +0200 +@@ -1288,7 +1288,6 @@ + * used to inform the core client GUI of the % complete. + */ + boinc_fraction_done(state.frac_done); +- boinc_ops_cumulative(state.frac_done*FLOPS_PER_DM*(state.dm_hi-state.dm_low)*log((float)state.fft_len)/log(32768.0),0); + debug_loop(5, 2, debug_loop_msg); + + /* This is the size of the power array. Added: head/astro/boinc-astropulse/files/patch-client__ap_fold.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/boinc-astropulse/files/patch-client__ap_fold.cpp Wed Sep 18 13:48:19 2013 (r327546) @@ -0,0 +1,10 @@ +--- ap_fold.cpp.orig 2009-04-01 02:11:24.000000000 +0200 ++++ ap_fold.cpp 2013-08-06 18:42:02.000000000 +0200 +@@ -283,7 +283,6 @@ + * used to inform the core client GUI of the % complete. + */ + boinc_fraction_done(state.frac_done); +- boinc_ops_cumulative(state.frac_done*FLOPS_PER_DM*(state.dm_hi-state.dm_low)*log((double)state.fft_len)/log(32768.0),0); + + freq_count++; + /* Report to stdout if we have reached a new "milestone" frequency. */ Added: head/astro/boinc-setiathome-enhanced/files/patch-client__analyzeFuncs.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/boinc-setiathome-enhanced/files/patch-client__analyzeFuncs.cpp Wed Sep 18 13:48:19 2013 (r327546) @@ -0,0 +1,10 @@ +--- client/analyzeFuncs.cpp.orig 2008-07-31 02:02:10.000000000 +0200 ++++ client/analyzeFuncs.cpp 2013-08-06 18:48:46.000000000 +0200 +@@ -415,7 +415,6 @@ + fftlen = ChirpFftPairs[icfft].FftLen; + chirprate = ChirpFftPairs[icfft].ChirpRate; + chirprateind = ChirpFftPairs[icfft].ChirpRateInd; +- boinc_fpops_cumulative((SETUP_FLOPS+analysis_state.FLOP_counter)*LOAD_STORE_ADJUSTMENT); + // boinc_worker_timer(); + #ifdef DEBUG + double ptime=static_cast((unsigned)clock())/CLOCKS_PER_SEC+ Added: head/astro/boinc-setiathome-enhanced/files/patch-client__seti.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/boinc-setiathome-enhanced/files/patch-client__seti.h Wed Sep 18 13:48:19 2013 (r327546) @@ -0,0 +1,11 @@ +--- client/seti.h.orig 2009-01-26 18:01:09.000000000 +0100 ++++ client/seti.h 2013-08-06 18:48:50.000000000 +0200 +@@ -35,8 +35,6 @@ + #include + #include "boinc_api.h" + +-#define boinc_fpops_cumulative(x) boinc_ops_cumulative(x,0) +- + extern APP_INIT_DATA app_init_data; + + #include "analyze.h" Added: head/astro/boinc-setiathome-enhanced/files/patch-client__worker.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/boinc-setiathome-enhanced/files/patch-client__worker.cpp Wed Sep 18 13:48:19 2013 (r327546) @@ -0,0 +1,18 @@ +--- client/worker.cpp.orig 2008-07-31 02:02:10.000000000 +0200 ++++ client/worker.cpp 2013-08-06 18:48:48.000000000 +0200 +@@ -153,7 +153,6 @@ + retval = seti_do_work(); + if (retval) SETIERROR(retval,"from seti_do_work() in worker()"); + +- boinc_fpops_cumulative((SETUP_FLOPS+analysis_state.FLOP_counter)*LOAD_STORE_ADJUSTMENT); + boinc_finish(retval); + } + catch (seti_error e) { +@@ -165,7 +164,6 @@ + remaining=0; + boinc_fraction_done(progress); + checkpoint(true); // force a checkpoint +- boinc_fpops_cumulative((SETUP_FLOPS+analysis_state.FLOP_counter)*LOAD_STORE_ADJUSTMENT); + boinc_finish(0); + exit(0); // an overflow is not an app error + } else { Modified: head/net/boinc-client/Makefile ============================================================================== --- head/net/boinc-client/Makefile Wed Sep 18 13:38:49 2013 (r327545) +++ head/net/boinc-client/Makefile Wed Sep 18 13:48:19 2013 (r327546) @@ -2,21 +2,20 @@ # $FreeBSD$ PORTNAME= boinc-client -PORTVERSION= 7.0.28 -PORTREVISION= 3 +PORTVERSION= 7.0.65 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= pav +MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ MAINTAINER= rene@FreeBSD.org COMMENT= Berkeley Open Infrastructure for Network Computing client +USES= gmake pkgconfig USE_XZ= yes GNU_CONFIGURE= yes -USES= pkgconfig +USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env USE_LDCONFIG= yes USE_DOS2UNIX= yes -DOS2UNIX_REGEX= .*\.(cpp|h) +DOS2UNIX_REGEX= .*\.xpm USERS= boinc GROUPS= boinc @@ -55,9 +54,9 @@ NO_NET_INFO_DESC= Do not send host addre .include -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not install on ia64, powerpc, or sparc64 -.endif +#.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +#BROKEN= Does not install on ia64, powerpc, or sparc64 +#.endif .if ${PORT_OPTIONS:MMANAGER} PORT_OPTIONS+= CLIENT X11 @@ -132,16 +131,34 @@ PLIST_SUB+= X11="@comment " PORT_OPTIONS:= ${PORT_OPTIONS:O:u} -post-patch: +# avoid build conflict with archivers/libzip +post-extract: + ${MV} ${WRKSRC}/zip/unzip/zip.h ${WRKSRC}/zip/unzip/boinczip.h + ${MV} ${WRKSRC}/zip/zip/zip.h ${WRKSRC}/zip/zip/boinczip.h + ${REINPLACE_CMD} -e 's|zip/zip.h|zip/boinczip.h|' \ + ${WRKSRC}/zip/boinc_zip.cpp + ${REINPLACE_CMD} -e 's|"zip.h"|"boinczip.h"|' \ + ${WRKSRC}/zip/unzip/crc32.c ${WRKSRC}/zip/unzip/ttyio.c \ + ${WRKSRC}/zip/zip/deflate.c ${WRKSRC}/zip/zip/trees.c \ + ${WRKSRC}/zip/zip/unix/z_unix.c ${WRKSRC}/zip/zip/util.c \ + ${WRKSRC}/zip/zip/z_fileio.c ${WRKSRC}/zip/zip/z_globals.c \ + ${WRKSRC}/zip/zip/zip.c ${WRKSRC}/zip/zip/zipfile.c \ + ${WRKSRC}/zip/zip/zipup.c + +pre-configure: + (cd ${WRKSRC} ; ./_autosetup) + +post-configure: @${REINPLACE_CMD} -e 's|client/scripts||' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|-lcrypto -ldl|-lcrypto|' ${WRKSRC}/configure .if ${PORT_OPTIONS:MNLS} - @${REINPLACE_CMD} -e 's|$$$$mydir/$$$$ldir|&/LC_MESSAGES|' ${WRKSRC}/locale/Makefile.in + @${REINPLACE_CMD} -e 's|$$$$mydir/$$$$ldir|&/LC_MESSAGES|' \ + ${WRKSRC}/locale/Makefile.in .else @${REINPLACE_CMD} -e 's| locale||' ${WRKSRC}/Makefile.in .endif .if ! ${PORT_OPTIONS:MX11} - @${REINPLACE_CMD} -e 's|@BUILD_GRAPHICS_API_TRUE@|#&|' ${WRKSRC}/api/Makefile.in + @${REINPLACE_CMD} -e 's|@BUILD_GRAPHICS_API_TRUE@|#&|' \ + ${WRKSRC}/api/Makefile.in .endif post-install: @@ -156,21 +173,26 @@ post-install: ${PREFIX}/share/pixmaps . endfor . if ${PORT_OPTIONS:MSKINS} - ${CP} -R ${WRKSRC}/clientgui/skins ${PREFIX}/share/boinc + (cd ${WRKSRC}/clientgui && \ + ${COPYTREE_SHARE} skins ${PREFIX}/share/boinc/ ) . else ${MKDIR} ${PREFIX}/share/boinc/skins - ${CP} -R ${WRKSRC}/clientgui/skins/Default ${PREFIX}/share/boinc/skins + (cd ${WRKSRC}/clientgui/skins && \ + ${COPYTREE_SHARE} Default ${PREFIX}/share/boinc/skins/ ) . endif .endif -. for name in config.h api/reduce.h lib/shmem.h lib/std_fixes.h +. for name in config.h project_specific_defines.h api/reduce.h lib/shmem.h \ + lib/std_fixes.h ${INSTALL_DATA} ${WRKSRC}/${name} ${PREFIX}/include/boinc . endfor .if ${PORT_OPTIONS:MX11} . for name in api/boinc_gl.h api/graphics_api.h api/graphics_data.h \ - api/txf_util.h + api/ttfont.h ${INSTALL_DATA} ${WRKSRC}/${name} ${PREFIX}/include/boinc . endfor - ${CP} -R ${WRKSRC}/api/txf ${PREFIX}/share/boinc + ${MKDIR} ${PREFIX}/share/boinc/ttf + (cd ${WRKSRC}/api/ttf/liberation-fonts-ttf-2.00.0 && \ + ${COPYTREE_SHARE} \*.ttf ${PREFIX}/share/boinc/ttf/ ) .endif .include Modified: head/net/boinc-client/distinfo ============================================================================== --- head/net/boinc-client/distinfo Wed Sep 18 13:38:49 2013 (r327545) +++ head/net/boinc-client/distinfo Wed Sep 18 13:48:19 2013 (r327546) @@ -1,2 +1,2 @@ -SHA256 (boinc-client-7.0.28.tar.xz) = a8d208b7145e911e856db4d4cdcfa843e26b445a948c11e40ad03ae3fdd657fa -SIZE (boinc-client-7.0.28.tar.xz) = 4529336 +SHA256 (boinc-client-7.0.65.tar.xz) = 5ee526924a4939c83e5860afcb10c388fe6253157ffab1f90e87750280da3f90 +SIZE (boinc-client-7.0.65.tar.xz) = 26393968 Modified: head/net/boinc-client/files/patch-api__boinc_api.cpp ============================================================================== --- head/net/boinc-client/files/patch-api__boinc_api.cpp Wed Sep 18 13:38:49 2013 (r327545) +++ head/net/boinc-client/files/patch-api__boinc_api.cpp Wed Sep 18 13:48:19 2013 (r327546) @@ -1,6 +1,6 @@ ---- api/boinc_api.cpp.old 2013-05-17 14:10:37.000000000 +0300 -+++ api/boinc_api.cpp 2013-05-17 14:10:49.000000000 +0300 -@@ -111,7 +111,7 @@ +--- ./api/boinc_api.cpp.orig 2013-07-24 15:13:28.000000000 +0000 ++++ ./api/boinc_api.cpp 2013-09-17 21:16:00.000000000 +0000 +@@ -120,7 +120,7 @@ // CPPFLAGS=-DGETRUSAGE_IN_TIMER_THREAD #endif Modified: head/net/boinc-client/files/patch-client__client_msgs.h ============================================================================== --- head/net/boinc-client/files/patch-client__client_msgs.h Wed Sep 18 13:38:49 2013 (r327545) +++ head/net/boinc-client/files/patch-client__client_msgs.h Wed Sep 18 13:48:19 2013 (r327546) @@ -1,5 +1,5 @@ ---- client/client_msgs.h.old 2013-05-17 14:13:10.000000000 +0300 -+++ client/client_msgs.h 2013-05-17 14:13:20.000000000 +0300 +--- ./client/client_msgs.h.orig 2013-07-24 15:13:28.000000000 +0000 ++++ ./client/client_msgs.h 2013-09-17 21:16:00.000000000 +0000 @@ -73,6 +73,6 @@ __attribute__ ((format (printf, 4, 5))) ; Copied and modified: head/net/boinc-client/files/patch-clientgui__AsyncRPC.cpp (from r327544, head/net/boinc-client/files/patch-clientgui-AsyncRPC.cpp) ============================================================================== --- head/net/boinc-client/files/patch-clientgui-AsyncRPC.cpp Wed Sep 18 13:28:06 2013 (r327544, copy source) +++ head/net/boinc-client/files/patch-clientgui__AsyncRPC.cpp Wed Sep 18 13:48:19 2013 (r327546) @@ -1,12 +1,12 @@ --- clientgui/AsyncRPC.cpp.orig 2012-04-07 11:55:37.000000000 +0300 +++ clientgui/AsyncRPC.cpp 2012-04-07 11:56:14.000000000 +0300 -@@ -20,7 +20,9 @@ - #endif +@@ -31,7 +31,9 @@ + #include "util.h" #if !(defined(_WIN32) || (defined(__WXMAC__) && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_4))) +#if !defined(NO_PER_THREAD_LOCALE) #include +#endif - //#include "gui_rpc_client.h" + #include "gui_rpc_client.h" #endif Added: head/net/boinc-client/files/patch-lib__diagnostics.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/boinc-client/files/patch-lib__diagnostics.cpp Wed Sep 18 13:48:19 2013 (r327546) @@ -0,0 +1,10 @@ +--- ./lib/diagnostics.cpp.orig 2013-07-24 15:13:29.000000000 +0000 ++++ ./lib/diagnostics.cpp 2013-09-17 21:40:56.000000000 +0000 +@@ -41,6 +41,7 @@ + #include + #include + #include ++#include + #endif + + #ifdef _USING_FCGI_ Added: head/net/boinc-client/files/patch-lib__gui_rpc_client_print.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/boinc-client/files/patch-lib__gui_rpc_client_print.cpp Wed Sep 18 13:48:19 2013 (r327546) @@ -0,0 +1,10 @@ +--- ./lib/gui_rpc_client_print.cpp.orig 2013-07-24 15:13:29.000000000 +0000 ++++ ./lib/gui_rpc_client_print.cpp 2013-09-17 21:43:21.000000000 +0000 +@@ -31,6 +31,7 @@ + #include + #include + #include ++#include + #include + #include + #endif Added: head/net/boinc-client/files/patch-lib__str_util.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/boinc-client/files/patch-lib__str_util.cpp Wed Sep 18 13:48:19 2013 (r327546) @@ -0,0 +1,10 @@ +--- ./lib/str_util.cpp.orig 2013-07-24 15:13:29.000000000 +0000 ++++ ./lib/str_util.cpp 2013-09-17 21:45:40.000000000 +0000 +@@ -29,6 +29,7 @@ + #include + #include + #include ++#include + #include + #include + #endif Modified: head/net/boinc-client/pkg-plist ============================================================================== --- head/net/boinc-client/pkg-plist Wed Sep 18 13:38:49 2013 (r327545) +++ head/net/boinc-client/pkg-plist Wed Sep 18 13:48:19 2013 (r327546) @@ -3,6 +3,7 @@ %%BOINC_CLIENT%%bin/boinccmd %%BOINC_CLIENT%%bin/switcher %%BOINC_MANAGER%%bin/boincmgr +%%BOINC_MANAGER%%bin/boincscr include/boinc/app_ipc.h include/boinc/average.h include/boinc/base64.h @@ -38,6 +39,7 @@ include/boinc/notice.h include/boinc/parse.h include/boinc/prefs.h include/boinc/procinfo.h +include/boinc/project_specific_defines.h include/boinc/proxy_info.h include/boinc/reduce.h include/boinc/shmem.h @@ -53,7 +55,7 @@ include/boinc/win_util.h %%X11%%include/boinc/boinc_gl.h %%X11%%include/boinc/graphics_api.h %%X11%%include/boinc/graphics_data.h -%%X11%%include/boinc/txf_util.h +%%X11%%include/boinc/ttfont.h lib/libboinc.a lib/libboinc.la lib/libboinc_api.a @@ -278,84 +280,76 @@ lib/libboinc_zip.so.7 %%SKINS%%share/boinc/skins/Progress Thru Processors/graphic/tabArea_bg.png %%SKINS%%share/boinc/skins/Progress Thru Processors/graphic/wu_bg.png %%SKINS%%share/boinc/skins/Progress Thru Processors/skin.xml -%%SKINS%%share/boinc/skins/World Community Grid/graphic/arwLeft.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/arwLeftClick.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/arwRight.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/arwRightClick.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnAddProject.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnAddProjectClick.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnAdvancedView.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnCancel.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnCancelClick.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnChange.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnChangeClick.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnClear.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnClearClick.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnClose.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnCloseClick.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnCopy.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnCopyAll.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnCopyAllClicked.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnCopyClicked.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnHelp.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnHelpClicked.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnMessages.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnMessagesRed.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnPreferences.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnResume.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnSave.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnSaveClick.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/btnSnooze.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/conn_ind.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/default_stat_icon.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/dlgBackground.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/error_image.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/gauge_bg.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/gauge_progress_indicator.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/ico_workWU.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/proj_bg.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/project_image.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/simplegui_bg.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/spacer.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/state_ind_bg.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/tabArea_bg.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/wcg_about.ico -%%SKINS%%share/boinc/skins/World Community Grid/graphic/wcg_black_background.gif -%%SKINS%%share/boinc/skins/World Community Grid/graphic/wcg_pause.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/wcg_play.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/wcg_stop.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/wcg_wizard_bar.png -%%SKINS%%share/boinc/skins/World Community Grid/graphic/wu_bg.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/arwLeft.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/arwLeftClick.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/arwRight.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/arwRightClick.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnAddProject.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnAddProjectClick.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnAdvancedView.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnCancel.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnCancelClick.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnChange.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnChangeClick.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnClear.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnClearClick.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnClose.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnCloseClick.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnCopy.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnCopyAll.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnCopyAllClicked.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnCopyClicked.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnHelp.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnHelpClicked.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnMessages.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnMessagesRed.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnPreferences.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnResume.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnSave.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnSaveClick.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/btnSnooze.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/conn_ind.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/default_stat_icon.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/dlgBackground.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/error_image.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/gauge_bg.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/gauge_progress_indicator.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/ico_workWU.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/proj_bg.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/project_image.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/simplegui_bg.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/spacer.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/state_ind_bg.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/tabArea_bg.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/wcg_about.ico +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/wcg_black_background.gif +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/wcg_pause.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/wcg_play.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/wcg_stop.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/wcg_wizard_bar.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/graphic/wu_bg.png +%%SKINS%%share/boinc/skins/World Community Grid/Old/skin.xml +%%SKINS%%share/boinc/skins/World Community Grid/Green_dot.png +%%SKINS%%share/boinc/skins/World Community Grid/Red_dot.png +%%SKINS%%share/boinc/skins/World Community Grid/Yellow_dot.png +%%SKINS%%share/boinc/skins/World Community Grid/background_image.png +%%SKINS%%share/boinc/skins/World Community Grid/wcg_about.ico +%%SKINS%%share/boinc/skins/World Community Grid/wcg_pause.png +%%SKINS%%share/boinc/skins/World Community Grid/wcg_play.png +%%SKINS%%share/boinc/skins/World Community Grid/wcg_stop.png %%SKINS%%share/boinc/skins/World Community Grid/skin.xml -%%X11%%share/boinc/txf/AvantGarde-Book.txf -%%X11%%share/boinc/txf/AvantGarde-BookOblique.txf -%%X11%%share/boinc/txf/AvantGarde-Demi.txf -%%X11%%share/boinc/txf/AvantGarde-DemiOblique.txf -%%X11%%share/boinc/txf/Bookman-Demi.txf -%%X11%%share/boinc/txf/Bookman-DemiItalic.txf -%%X11%%share/boinc/txf/Bookman-Light.txf -%%X11%%share/boinc/txf/Bookman-LightItalic.txf -%%X11%%share/boinc/txf/Courier-Bold.txf -%%X11%%share/boinc/txf/Courier-BoldOblique.txf -%%X11%%share/boinc/txf/Courier-Oblique.txf -%%X11%%share/boinc/txf/Courier.txf -%%X11%%share/boinc/txf/Helvetica-Bold.txf -%%X11%%share/boinc/txf/Helvetica-BoldOblique.txf -%%X11%%share/boinc/txf/Helvetica-Oblique.txf -%%X11%%share/boinc/txf/Helvetica.txf -%%X11%%share/boinc/txf/NewCenturySchlbk-Bold.txf -%%X11%%share/boinc/txf/NewCenturySchlbk-BoldItalic.txf -%%X11%%share/boinc/txf/NewCenturySchlbk-Italic.txf -%%X11%%share/boinc/txf/NewCenturySchlbk-Roman.txf -%%X11%%share/boinc/txf/Palatino-Bold.txf -%%X11%%share/boinc/txf/Palatino-BoldItalic.txf -%%X11%%share/boinc/txf/Palatino-Italic.txf -%%X11%%share/boinc/txf/Palatino-Roman.txf -%%X11%%share/boinc/txf/Times-Bold.txf -%%X11%%share/boinc/txf/Times-BoldItalic.txf -%%X11%%share/boinc/txf/Times-Italic.txf -%%X11%%share/boinc/txf/Times-Roman.txf -%%X11%%share/boinc/txf/ZapfChancery-MediumItalic.txf +%%X11%%share/boinc/ttf/LiberationMono-Bold.ttf +%%X11%%share/boinc/ttf/LiberationMono-BoldItalic.ttf +%%X11%%share/boinc/ttf/LiberationMono-Italic.ttf +%%X11%%share/boinc/ttf/LiberationMono-Regular.ttf +%%X11%%share/boinc/ttf/LiberationSans-Bold.ttf +%%X11%%share/boinc/ttf/LiberationSans-BoldItalic.ttf +%%X11%%share/boinc/ttf/LiberationSans-Italic.ttf +%%X11%%share/boinc/ttf/LiberationSans-Regular.ttf +%%X11%%share/boinc/ttf/LiberationSerif-Bold.ttf +%%X11%%share/boinc/ttf/LiberationSerif-BoldItalic.ttf +%%X11%%share/boinc/ttf/LiberationSerif-Italic.ttf +%%X11%%share/boinc/ttf/LiberationSerif-Regular.ttf %%NLS%%share/locale/ar/LC_MESSAGES/BOINC-Client.mo %%NLS%%share/locale/ar/LC_MESSAGES/BOINC-Manager.mo %%NLS%%share/locale/be/LC_MESSAGES/BOINC-Client.mo @@ -441,10 +435,11 @@ lib/libboinc_zip.so.7 %%SKINS%%@dirrm share/boinc/skins/People for a Smarter Planet %%SKINS%%@dirrm share/boinc/skins/Progress Thru Processors/graphic %%SKINS%%@dirrm share/boinc/skins/Progress Thru Processors -%%SKINS%%@dirrm share/boinc/skins/World Community Grid/graphic +%%SKINS%%@dirrm share/boinc/skins/World Community Grid/Old/graphic +%%SKINS%%@dirrm share/boinc/skins/World Community Grid/Old %%SKINS%%@dirrm share/boinc/skins/World Community Grid %%BOINC_MANAGER%%@dirrm share/boinc/skins -%%X11%%@dirrm share/boinc/txf +%%X11%%@dirrm share/boinc/ttf %%X11%%@dirrm share/boinc %%NLS%%@dirrmtry share/locale/sv_SE/LC_MESSAGES %%NLS%%@dirrmtry share/locale/sv_SE From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 14:10:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4F8CB2B0; Wed, 18 Sep 2013 14:10:10 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 23ABA2CCF; Wed, 18 Sep 2013 14:10:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IEA9WR032813; Wed, 18 Sep 2013 14:10:09 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IEA96D032810; Wed, 18 Sep 2013 14:10:09 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309181410.r8IEA96D032810@svn.freebsd.org> From: William Grzybowski Date: Wed, 18 Sep 2013 14:10:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327547 - head/sysutils/ldap-account-manager 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.14 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: Wed, 18 Sep 2013 14:10:10 -0000 Author: wg Date: Wed Sep 18 14:10:09 2013 New Revision: 327547 URL: http://svnweb.freebsd.org/changeset/ports/327547 Log: sysutils/ldap-account-manager: update to 4.3 - Update to 4.3 [1] - USES perl5 PR: ports/182194 Submitted by: Vasiliy P. Melnik (maintainer) Modified: head/sysutils/ldap-account-manager/Makefile head/sysutils/ldap-account-manager/distinfo head/sysutils/ldap-account-manager/pkg-plist Modified: head/sysutils/ldap-account-manager/Makefile ============================================================================== --- head/sysutils/ldap-account-manager/Makefile Wed Sep 18 13:48:19 2013 (r327546) +++ head/sysutils/ldap-account-manager/Makefile Wed Sep 18 14:10:09 2013 (r327547) @@ -1,10 +1,12 @@ # $FreeBSD$ PORTNAME= ldap-account-manager -PORTVERSION= 4.2.1 +PORTVERSION= 4.3 CATEGORIES= sysutils www MASTER_SITES= SF/${SHORTNAME}/LAM/${PORTVERSION} +USE_BZIP2= yes + MAINTAINER= basil@vpm.net.ua COMMENT= Webfrontend for managing accounts stored in an OpenLDAP server Modified: head/sysutils/ldap-account-manager/distinfo ============================================================================== --- head/sysutils/ldap-account-manager/distinfo Wed Sep 18 13:48:19 2013 (r327546) +++ head/sysutils/ldap-account-manager/distinfo Wed Sep 18 14:10:09 2013 (r327547) @@ -1,2 +1,2 @@ -SHA256 (ldap-account-manager-4.2.1.tar.gz) = aa4902286a33c55b73e1fd7b5ee51ee369d1567cfe90c4561f9feb07953f2624 -SIZE (ldap-account-manager-4.2.1.tar.gz) = 12516691 +SHA256 (ldap-account-manager-4.3.tar.bz2) = cd59e3c7de5c68572a9b86be8215aa14e3bcbe179572e8cf87eae4004edbf82c +SIZE (ldap-account-manager-4.3.tar.bz2) = 12122423 Modified: head/sysutils/ldap-account-manager/pkg-plist ============================================================================== --- head/sysutils/ldap-account-manager/pkg-plist Wed Sep 18 13:48:19 2013 (r327546) +++ head/sysutils/ldap-account-manager/pkg-plist Wed Sep 18 14:10:09 2013 (r327547) @@ -723,6 +723,8 @@ %%WWWDIR%%/lib/profiles.inc %%WWWDIR%%/lib/pdfstruct.inc %%WWWDIR%%/lib/pdf.inc +%%WWWDIR%%/lib/modules/kolabGroup.inc +%%WWWDIR%%/lib/modules/windowsPosixGroup.inc %%WWWDIR%%/lib/modules/windowsGroup.inc %%WWWDIR%%/lib/modules/windowsHost.inc %%WWWDIR%%/lib/modules/windowsUser.inc @@ -838,6 +840,8 @@ %%WWWDIR%%/graphics/pdf.png %%WWWDIR%%/graphics/pass.png %%WWWDIR%%/graphics/partiallyLocked.png +%%WWWDIR%%/graphics/printer.png +%%WWWDIR%%/graphics/printerBig.png %%WWWDIR%%/graphics/ou.png %%WWWDIR%%/graphics/object.png %%WWWDIR%%/graphics/o.png From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 14:16:41 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ACF76465; Wed, 18 Sep 2013 14:16:41 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A9EB2D33; Wed, 18 Sep 2013 14:16:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IEGfNN036659; Wed, 18 Sep 2013 14:16:41 GMT (envelope-from bland@svn.freebsd.org) Received: (from bland@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IEGffK036658; Wed, 18 Sep 2013 14:16:41 GMT (envelope-from bland@svn.freebsd.org) Message-Id: <201309181416.r8IEGffK036658@svn.freebsd.org> From: Alexander Nedotsukov Date: Wed, 18 Sep 2013 14:16:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327548 - head/x11/sisctrl/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.14 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: Wed, 18 Sep 2013 14:16:41 -0000 Author: bland Date: Wed Sep 18 14:16:41 2013 New Revision: 327548 URL: http://svnweb.freebsd.org/changeset/ports/327548 Log: Fix build with clang. Added: head/x11/sisctrl/files/ head/x11/sisctrl/files/patch-src__sisctrl_gui.c (contents, props changed) Added: head/x11/sisctrl/files/patch-src__sisctrl_gui.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/sisctrl/files/patch-src__sisctrl_gui.c Wed Sep 18 14:16:41 2013 (r327548) @@ -0,0 +1,13 @@ +--- src/sisctrl_gui.c.orig 2013-09-05 22:15:13.000000000 +0900 ++++ src/sisctrl_gui.c 2013-09-05 22:16:07.000000000 +0900 +@@ -5885,8 +5885,8 @@ + { + /*fprintf(stderr, "conf\n");*/ + if(gl.noxvdemo) return TRUE; +- if(gui.notebook_page != SIS_PAGE_VIDEO) return; +- if(!gui.xvwin) return; ++ if(gui.notebook_page != SIS_PAGE_VIDEO) return TRUE; ++ if(!gui.xvwin) return TRUE; + if(!gui.xvinit) return TRUE; + resizexvwindow(); + showxvimage(); From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 14:38:16 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D770B9C7; Wed, 18 Sep 2013 14:38:16 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AAA5F2E57; Wed, 18 Sep 2013 14:38:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IEcGQp047736; Wed, 18 Sep 2013 14:38:16 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IEcGRJ047732; Wed, 18 Sep 2013 14:38:16 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309181438.r8IEcGRJ047732@svn.freebsd.org> From: William Grzybowski Date: Wed, 18 Sep 2013 14:38:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327549 - head/multimedia/py-guessit 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.14 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: Wed, 18 Sep 2013 14:38:16 -0000 Author: wg Date: Wed Sep 18 14:38:15 2013 New Revision: 327549 URL: http://svnweb.freebsd.org/changeset/ports/327549 Log: multimedia/py-guessit: update to 0.6.1 - Update to 0.6.1 Changes: https://raw.github.com/wackou/guessit/0.6.1/NEWS.rst Modified: head/multimedia/py-guessit/Makefile head/multimedia/py-guessit/distinfo head/multimedia/py-guessit/pkg-plist Modified: head/multimedia/py-guessit/Makefile ============================================================================== --- head/multimedia/py-guessit/Makefile Wed Sep 18 14:16:41 2013 (r327548) +++ head/multimedia/py-guessit/Makefile Wed Sep 18 14:38:15 2013 (r327549) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guessit -PORTVERSION= 0.6 +PORTVERSION= 0.6.1 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/multimedia/py-guessit/distinfo ============================================================================== --- head/multimedia/py-guessit/distinfo Wed Sep 18 14:16:41 2013 (r327548) +++ head/multimedia/py-guessit/distinfo Wed Sep 18 14:38:15 2013 (r327549) @@ -1,2 +1,2 @@ -SHA256 (guessit-0.6.tar.gz) = c169c09342dbb6a4cdf44f9ed8abf8d52fb01a1d400a7317e6ddd7d5b769c68d -SIZE (guessit-0.6.tar.gz) = 119978 +SHA256 (guessit-0.6.1.tar.gz) = 56698f01bab43382bfabdd4eb3ca77cd838b3c945de42ab460053312471adf30 +SIZE (guessit-0.6.1.tar.gz) = 121010 Modified: head/multimedia/py-guessit/pkg-plist ============================================================================== --- head/multimedia/py-guessit/pkg-plist Wed Sep 18 14:16:41 2013 (r327548) +++ head/multimedia/py-guessit/pkg-plist Wed Sep 18 14:38:15 2013 (r327549) @@ -102,6 +102,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/guessit/transfo/guess_filetype.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/guessit/transfo/guess_filetype.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/guessit/transfo/guess_filetype.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/guessit/transfo/guess_idnumber.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/guessit/transfo/guess_idnumber.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/guessit/transfo/guess_idnumber.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/guessit/transfo/guess_language.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/guessit/transfo/guess_language.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/guessit/transfo/guess_language.pyo From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 14:44:58 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E066FB60; Wed, 18 Sep 2013 14:44:58 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CE73E2EC7; Wed, 18 Sep 2013 14:44:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IEiwAs051560; Wed, 18 Sep 2013 14:44:58 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IEiwin051559; Wed, 18 Sep 2013 14:44:58 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309181444.r8IEiwin051559@svn.freebsd.org> From: Bryan Drewery Date: Wed, 18 Sep 2013 14:44:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327550 - head/biology/finchtv 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.14 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: Wed, 18 Sep 2013 14:44:59 -0000 Author: bdrewery Date: Wed Sep 18 14:44:58 2013 New Revision: 327550 URL: http://svnweb.freebsd.org/changeset/ports/327550 Log: Mark BROKEN, fails checksum With hat: portmgr Modified: head/biology/finchtv/Makefile Modified: head/biology/finchtv/Makefile ============================================================================== --- head/biology/finchtv/Makefile Wed Sep 18 14:38:15 2013 (r327549) +++ head/biology/finchtv/Makefile Wed Sep 18 14:44:58 2013 (r327550) @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./ MAINTAINER= ports@FreeBSD.org COMMENT= A chromatogram trace viewer +BROKEN= fails to checksum + USE_LINUX?= yes ONLY_FOR_ARCHS= i386 NO_BUILD= yes From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 14:46:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F4199CCE; Wed, 18 Sep 2013 14:46:49 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E19A72EEE; Wed, 18 Sep 2013 14:46:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IEknVo052439; Wed, 18 Sep 2013 14:46:49 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IEknll052437; Wed, 18 Sep 2013 14:46:49 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201309181446.r8IEknll052437@svn.freebsd.org> From: Rene Ladan Date: Wed, 18 Sep 2013 14:46:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327551 - head/graphics/py-clutter-gtk 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.14 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: Wed, 18 Sep 2013 14:46:50 -0000 Author: rene Date: Wed Sep 18 14:46:49 2013 New Revision: 327551 URL: http://svnweb.freebsd.org/changeset/ports/327551 Log: Set expiration date to 2013-12-01, this port depends on the expired graphics/py-clutter PR: ports/181589 Submitted by: myself Approved by: gnome (kwm) Modified: head/graphics/py-clutter-gtk/Makefile (contents, props changed) Modified: head/graphics/py-clutter-gtk/Makefile ============================================================================== --- head/graphics/py-clutter-gtk/Makefile Wed Sep 18 14:44:58 2013 (r327550) +++ head/graphics/py-clutter-gtk/Makefile Wed Sep 18 14:46:49 2013 (r327551) @@ -18,6 +18,9 @@ DISTNAME= py${PORTNAME}-gtk-${PORTVERSIO MAINTAINER= gnome@FreeBSD.org COMMENT= Python modules for Clutter-gtk toolkit +DEPRECATED= depends on expired graphics/py-clutter +EXPIRATION_DATE=2013-12-01 + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pyclutter-1.0.pc:${PORTSDIR}/graphics/py-clutter RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pyclutter-1.0.pc:${PORTSDIR}/graphics/py-clutter LIB_DEPENDS= clutter-gtk-0.10:${PORTSDIR}/graphics/clutter-gtk From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 14:47:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 232B1DB2; Wed, 18 Sep 2013 14:47:12 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 106D22EF4; Wed, 18 Sep 2013 14:47:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IElB4i052611; Wed, 18 Sep 2013 14:47:11 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IElBW7052610; Wed, 18 Sep 2013 14:47:11 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309181447.r8IElBW7052610@svn.freebsd.org> From: Bryan Drewery Date: Wed, 18 Sep 2013 14:47:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327552 - head/devel/lua-redis-parser 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.14 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: Wed, 18 Sep 2013 14:47:12 -0000 Author: bdrewery Date: Wed Sep 18 14:47:11 2013 New Revision: 327552 URL: http://svnweb.freebsd.org/changeset/ports/327552 Log: - Mark BROKEN, does not checksum as it is tracking a moving branch. Only should track a commit/tag, not a branch. Suggested to use USE_GITHUB With hat: portmgr Modified: head/devel/lua-redis-parser/Makefile Modified: head/devel/lua-redis-parser/Makefile ============================================================================== --- head/devel/lua-redis-parser/Makefile Wed Sep 18 14:46:49 2013 (r327551) +++ head/devel/lua-redis-parser/Makefile Wed Sep 18 14:47:11 2013 (r327552) @@ -15,6 +15,8 @@ DISTNAME= lua-${PORTNAME}-${DISTVERSION} MAINTAINER= osa@FreeBSD.org COMMENT= Redis reply parser and request constructor library for Lua +BROKEN= fails checksum because uses moving master branch + FETCH_ARGS= -pRr USE_LUA?= 5.1 GITVERSION= 0-g32cee57 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 14:48:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6300BEC4; Wed, 18 Sep 2013 14:48:07 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5011D2F01; Wed, 18 Sep 2013 14:48:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IEm7wP053151; Wed, 18 Sep 2013 14:48:07 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IEm7nw053150; Wed, 18 Sep 2013 14:48:07 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309181448.r8IEm7nw053150@svn.freebsd.org> From: Bryan Drewery Date: Wed, 18 Sep 2013 14:48:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327553 - head/sysutils/graphicboot 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.14 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: Wed, 18 Sep 2013 14:48:07 -0000 Author: bdrewery Date: Wed Sep 18 14:48:06 2013 New Revision: 327553 URL: http://svnweb.freebsd.org/changeset/ports/327553 Log: - Mark BROKEN, fails checksum With hat: portmgr Modified: head/sysutils/graphicboot/Makefile Modified: head/sysutils/graphicboot/Makefile ============================================================================== --- head/sysutils/graphicboot/Makefile Wed Sep 18 14:47:11 2013 (r327552) +++ head/sysutils/graphicboot/Makefile Wed Sep 18 14:48:06 2013 (r327553) @@ -10,6 +10,8 @@ MASTER_SITES= http://matt.sixxgate.com/f MAINTAINER= sixxgate@hotmail.com COMMENT= Provides graphical X Window startup to FreeBSD during 'rc' +BROKEN= fails checksum + BUILD_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \ xrdb:${PORTSDIR}/x11/xrdb \ xsetroot:${PORTSDIR}/x11/xsetroot From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 15:05:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 07B71320; Wed, 18 Sep 2013 15:05:24 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E86E82003; Wed, 18 Sep 2013 15:05:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IF5NMU062939; Wed, 18 Sep 2013 15:05:23 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IF5NQ8062937; Wed, 18 Sep 2013 15:05:23 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201309181505.r8IF5NQ8062937@svn.freebsd.org> From: Rusmir Dusko Date: Wed, 18 Sep 2013 15:05:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327554 - in head/net-p2p: libtorrent-rasterbar-16 libtorrent-rasterbar-16-python 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.14 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: Wed, 18 Sep 2013 15:05:24 -0000 Author: nemysis Date: Wed Sep 18 15:05:23 2013 New Revision: 327554 URL: http://svnweb.freebsd.org/changeset/ports/327554 Log: - Use the new format for LIB_DEPENDS Approved by: wg/pawel (mentors) Modified: head/net-p2p/libtorrent-rasterbar-16-python/Makefile head/net-p2p/libtorrent-rasterbar-16/Makefile Modified: head/net-p2p/libtorrent-rasterbar-16-python/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar-16-python/Makefile Wed Sep 18 14:48:06 2013 (r327553) +++ head/net-p2p/libtorrent-rasterbar-16-python/Makefile Wed Sep 18 15:05:23 2013 (r327554) @@ -6,8 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} COMMENT= Python bindings for libtorrent-rasterbar-16 -LIB_DEPENDS= torrent-rasterbar:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 \ - boost_python:${PORTSDIR}/devel/boost-python-libs +LIB_DEPENDS= libtorrent-rasterbar.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 \ + libboost_python.so:${PORTSDIR}/devel/boost-python-libs MASTERDIR= ${.CURDIR}/../libtorrent-rasterbar-16 Modified: head/net-p2p/libtorrent-rasterbar-16/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar-16/Makefile Wed Sep 18 14:48:06 2013 (r327553) +++ head/net-p2p/libtorrent-rasterbar-16/Makefile Wed Sep 18 15:05:23 2013 (r327554) @@ -12,8 +12,8 @@ COMMENT?= C++ library implementing a Bit LICENSE= BSD -LIB_DEPENDS+= boost_date_time:${PORTSDIR}/devel/boost-libs \ - GeoIP:${PORTSDIR}/net/GeoIP +LIB_DEPENDS+= libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ + libGeoIP.so:${PORTSDIR}/net/GeoIP USES= pathfix pkgconfig iconv USE_OPENSSL= yes From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 15:22:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0FC6188C; Wed, 18 Sep 2013 15:22:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F120D212A; Wed, 18 Sep 2013 15:22:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IFM4YA072108; Wed, 18 Sep 2013 15:22:04 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IFM4nA072106; Wed, 18 Sep 2013 15:22:04 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309181522.r8IFM4nA072106@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Sep 2013 15:22:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327555 - head/devel/p5-IO-Event 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.14 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: Wed, 18 Sep 2013 15:22:05 -0000 Author: sunpoet Date: Wed Sep 18 15:22:04 2013 New Revision: 327555 URL: http://svnweb.freebsd.org/changeset/ports/327555 Log: - Update to 0.813 Changes: http://search.cpan.org/dist/IO-Event/Changes Modified: head/devel/p5-IO-Event/Makefile head/devel/p5-IO-Event/distinfo Modified: head/devel/p5-IO-Event/Makefile ============================================================================== --- head/devel/p5-IO-Event/Makefile Wed Sep 18 15:05:23 2013 (r327554) +++ head/devel/p5-IO-Event/Makefile Wed Sep 18 15:22:04 2013 (r327555) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Event -PORTVERSION= 0.812 +PORTVERSION= 0.813 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-IO-Event/distinfo ============================================================================== --- head/devel/p5-IO-Event/distinfo Wed Sep 18 15:05:23 2013 (r327554) +++ head/devel/p5-IO-Event/distinfo Wed Sep 18 15:22:04 2013 (r327555) @@ -1,2 +1,2 @@ -SHA256 (IO-Event-0.812.tar.gz) = 8507a26af0442d883b52df1fbf0241b2e40f59a5edbc49c170adc0c3abfb69f9 -SIZE (IO-Event-0.812.tar.gz) = 34448 +SHA256 (IO-Event-0.813.tar.gz) = 43be65d079156d708bdfb6e0436a20593e6a040125187e577262c85b353f73b7 +SIZE (IO-Event-0.813.tar.gz) = 34477 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 15:22:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B11AF88D; Wed, 18 Sep 2013 15:22:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 848C9212B; Wed, 18 Sep 2013 15:22:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IFM9v3072192; Wed, 18 Sep 2013 15:22:09 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IFM9qi072190; Wed, 18 Sep 2013 15:22:09 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309181522.r8IFM9qi072190@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Sep 2013 15:22:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327556 - head/devel/p5-Class-Method-Modifiers 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.14 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: Wed, 18 Sep 2013 15:22:09 -0000 Author: sunpoet Date: Wed Sep 18 15:22:08 2013 New Revision: 327556 URL: http://svnweb.freebsd.org/changeset/ports/327556 Log: - Update to 2.06 Changes: http://search.cpan.org/dist/Class-Method-Modifiers/Changes Modified: head/devel/p5-Class-Method-Modifiers/Makefile head/devel/p5-Class-Method-Modifiers/distinfo (contents, props changed) Modified: head/devel/p5-Class-Method-Modifiers/Makefile ============================================================================== --- head/devel/p5-Class-Method-Modifiers/Makefile Wed Sep 18 15:22:04 2013 (r327555) +++ head/devel/p5-Class-Method-Modifiers/Makefile Wed Sep 18 15:22:08 2013 (r327556) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Class-Method-Modifiers -PORTVERSION= 2.05 +PORTVERSION= 2.06 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,12 +13,13 @@ COMMENT= Provides Moose-like method modi LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Test-CheckDeps>=0:${PORTSDIR}/devel/p5-Test-CheckDeps \ +TEST_DEPENDS= p5-CPAN-Meta-Check>=0.007:${PORTSDIR}/devel/p5-CPAN-Meta-Check \ + p5-Test-CheckDeps>=0.006:${PORTSDIR}/devel/p5-Test-CheckDeps \ + p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Warnings>=0:${PORTSDIR}/devel/p5-Test-Warnings USES= perl5 -USE_PERL5= modbuildtiny +USE_PERL5= configure MAN3= Class::Method::Modifiers.3 Modified: head/devel/p5-Class-Method-Modifiers/distinfo ============================================================================== --- head/devel/p5-Class-Method-Modifiers/distinfo Wed Sep 18 15:22:04 2013 (r327555) +++ head/devel/p5-Class-Method-Modifiers/distinfo Wed Sep 18 15:22:08 2013 (r327556) @@ -1,2 +1,2 @@ -SHA256 (Class-Method-Modifiers-2.05.tar.gz) = 8e26e8eee6285f30e388ed715c0694f15293eeb969b615406cd770b9f67b29c3 -SIZE (Class-Method-Modifiers-2.05.tar.gz) = 27419 +SHA256 (Class-Method-Modifiers-2.06.tar.gz) = a81935fbb6c208e7c3340132464e2d250a83135d84e25cf61e164a2c690cdfb4 +SIZE (Class-Method-Modifiers-2.06.tar.gz) = 28371 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 15:22:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2AAEBA38; Wed, 18 Sep 2013 15:22:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1801D212D; Wed, 18 Sep 2013 15:22:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IFMHEC072358; Wed, 18 Sep 2013 15:22:17 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IFMHE3072356; Wed, 18 Sep 2013 15:22:17 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309181522.r8IFMHE3072356@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Sep 2013 15:22:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327558 - head/devel/p5-Inline-CPP 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.14 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: Wed, 18 Sep 2013 15:22:18 -0000 Author: sunpoet Date: Wed Sep 18 15:22:17 2013 New Revision: 327558 URL: http://svnweb.freebsd.org/changeset/ports/327558 Log: - Update to 0.45 Changes: http://search.cpan.org/dist/Inline-CPP/Changes Modified: head/devel/p5-Inline-CPP/Makefile head/devel/p5-Inline-CPP/distinfo (contents, props changed) Modified: head/devel/p5-Inline-CPP/Makefile ============================================================================== --- head/devel/p5-Inline-CPP/Makefile Wed Sep 18 15:22:12 2013 (r327557) +++ head/devel/p5-Inline-CPP/Makefile Wed Sep 18 15:22:17 2013 (r327558) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Inline-CPP -PORTVERSION= 0.44 +PORTVERSION= 0.45 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,8 +12,9 @@ COMMENT= Write Perl subroutines and clas LICENSE= ART10 -RUN_DEPENDS= p5-Inline>=0.53:${PORTSDIR}/devel/p5-Inline \ +BUILD_DEPENDS= p5-Inline>=0.53:${PORTSDIR}/devel/p5-Inline \ p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure @@ -23,6 +24,6 @@ MAN3= Inline::CPP.3 \ Inline::CPP::grammar.3 post-patch: - @${REINPLACE_CMD} -e 's/g++/${CXX}/' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e 's|g++|${CXX}|' ${WRKSRC}/Makefile.PL .include Modified: head/devel/p5-Inline-CPP/distinfo ============================================================================== --- head/devel/p5-Inline-CPP/distinfo Wed Sep 18 15:22:12 2013 (r327557) +++ head/devel/p5-Inline-CPP/distinfo Wed Sep 18 15:22:17 2013 (r327558) @@ -1,2 +1,2 @@ -SHA256 (Inline-CPP-0.44.tar.gz) = fd36427b66a6b9b4026d13a989b6ea3715fae4d00f6011ebc0c20eac9edf70bf -SIZE (Inline-CPP-0.44.tar.gz) = 51786 +SHA256 (Inline-CPP-0.45.tar.gz) = 669fc65aa218bfe079423a60ef9a23ac1cbf8f978936afae6b8aba5c420edf22 +SIZE (Inline-CPP-0.45.tar.gz) = 51793 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 15:22:22 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 56B56AE4; Wed, 18 Sep 2013 15:22:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1848E2131; Wed, 18 Sep 2013 15:22:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IFMLhi072444; Wed, 18 Sep 2013 15:22:21 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IFMLsk072442; Wed, 18 Sep 2013 15:22:21 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309181522.r8IFMLsk072442@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Sep 2013 15:22:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327559 - head/textproc/p5-XML-LibXML 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.14 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: Wed, 18 Sep 2013 15:22:22 -0000 Author: sunpoet Date: Wed Sep 18 15:22:21 2013 New Revision: 327559 URL: http://svnweb.freebsd.org/changeset/ports/327559 Log: - Update to 2.0106 - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/XML-LibXML/Changes Modified: head/textproc/p5-XML-LibXML/Makefile head/textproc/p5-XML-LibXML/distinfo Modified: head/textproc/p5-XML-LibXML/Makefile ============================================================================== --- head/textproc/p5-XML-LibXML/Makefile Wed Sep 18 15:22:17 2013 (r327558) +++ head/textproc/p5-XML-LibXML/Makefile Wed Sep 18 15:22:21 2013 (r327559) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-LibXML -PORTVERSION= 2.0105 +PORTVERSION= 2.0106 PORTEPOCH= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN @@ -18,6 +18,8 @@ BUILD_DEPENDS= p5-XML-NamespaceSupport>= p5-XML-SAX>=0.11:${PORTSDIR}/textproc/p5-XML-SAX LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-LeakTrace>=0:${PORTSDIR}/devel/p5-Test-LeakTrace \ + p5-URI>=0:${PORTSDIR}/net/p5-URI USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-XML-LibXML/distinfo ============================================================================== --- head/textproc/p5-XML-LibXML/distinfo Wed Sep 18 15:22:17 2013 (r327558) +++ head/textproc/p5-XML-LibXML/distinfo Wed Sep 18 15:22:21 2013 (r327559) @@ -1,2 +1,2 @@ -SHA256 (XML-LibXML-2.0105.tar.gz) = e936c7b861be3ff5a37e86141183d56c1573635e818e35dd8ce5f8c4b82b14a4 -SIZE (XML-LibXML-2.0105.tar.gz) = 456424 +SHA256 (XML-LibXML-2.0106.tar.gz) = 81c3db1065475fd22cec9c7676364497b7d682f51dfc63545ea2a9ce74518d82 +SIZE (XML-LibXML-2.0106.tar.gz) = 456534 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 15:22:28 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 604F4BAC; Wed, 18 Sep 2013 15:22:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B8AB82134; Wed, 18 Sep 2013 15:22:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IFMQ7H072530; Wed, 18 Sep 2013 15:22:26 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IFMQN7072526; Wed, 18 Sep 2013 15:22:26 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309181522.r8IFMQN7072526@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Sep 2013 15:22:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327560 - head/devel/p5-Set-Array 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.14 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: Wed, 18 Sep 2013 15:22:28 -0000 Author: sunpoet Date: Wed Sep 18 15:22:25 2013 New Revision: 327560 URL: http://svnweb.freebsd.org/changeset/ports/327560 Log: - Update to 0.30 Changes: http://search.cpan.org/dist/Set-Array/Changes Modified: head/devel/p5-Set-Array/Makefile head/devel/p5-Set-Array/distinfo (contents, props changed) head/devel/p5-Set-Array/pkg-plist (contents, props changed) Modified: head/devel/p5-Set-Array/Makefile ============================================================================== --- head/devel/p5-Set-Array/Makefile Wed Sep 18 15:22:21 2013 (r327559) +++ head/devel/p5-Set-Array/Makefile Wed Sep 18 15:22:25 2013 (r327560) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Set-Array -PORTVERSION= 0.29 +PORTVERSION= 0.30 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RSAVAGE @@ -16,13 +16,12 @@ LICENSE= ART10 BUILD_DEPENDS= p5-Try-Tiny>=0.11:${PORTSDIR}/lang/p5-Try-Tiny \ p5-Want>=0:${PORTSDIR}/devel/p5-Want -RUN_DEPENDS= p5-Try-Tiny>=0.11:${PORTSDIR}/lang/p5-Try-Tiny \ - p5-Want>=0:${PORTSDIR}/devel/p5-Want +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure MAN3= Set::Array.3 Modified: head/devel/p5-Set-Array/distinfo ============================================================================== --- head/devel/p5-Set-Array/distinfo Wed Sep 18 15:22:21 2013 (r327559) +++ head/devel/p5-Set-Array/distinfo Wed Sep 18 15:22:25 2013 (r327560) @@ -1,2 +1,2 @@ -SHA256 (Set-Array-0.29.tgz) = 4e1e35ae5480310032754f5410eaba9381c6c84c992d6f6ec59aad2b84c38c3d -SIZE (Set-Array-0.29.tgz) = 31005 +SHA256 (Set-Array-0.30.tgz) = d9f024c8e3637feccdebcf6479b6754b6c92f1209f567feaf0c23818af31ee3c +SIZE (Set-Array-0.30.tgz) = 32726 Modified: head/devel/p5-Set-Array/pkg-plist ============================================================================== --- head/devel/p5-Set-Array/pkg-plist Wed Sep 18 15:22:21 2013 (r327559) +++ head/devel/p5-Set-Array/pkg-plist Wed Sep 18 15:22:25 2013 (r327560) @@ -1,2 +1,5 @@ %%SITE_PERL%%/Set/Array.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/Array/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/Array +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set @dirrmtry %%SITE_PERL%%/Set From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 15:22:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7E929BD9; Wed, 18 Sep 2013 15:22:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 532892136; Wed, 18 Sep 2013 15:22:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IFMVqR072698; Wed, 18 Sep 2013 15:22:31 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IFMU1F072695; Wed, 18 Sep 2013 15:22:30 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309181522.r8IFMU1F072695@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Sep 2013 15:22:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327561 - head/devel/p5-Array-Iterator 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.14 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: Wed, 18 Sep 2013 15:22:31 -0000 Author: sunpoet Date: Wed Sep 18 15:22:30 2013 New Revision: 327561 URL: http://svnweb.freebsd.org/changeset/ports/327561 Log: - Update to 0.10 Changes: http://search.cpan.org/dist/Array-Iterator/Changes Modified: head/devel/p5-Array-Iterator/Makefile head/devel/p5-Array-Iterator/distinfo head/devel/p5-Array-Iterator/pkg-plist (contents, props changed) Modified: head/devel/p5-Array-Iterator/Makefile ============================================================================== --- head/devel/p5-Array-Iterator/Makefile Wed Sep 18 15:22:25 2013 (r327560) +++ head/devel/p5-Array-Iterator/Makefile Wed Sep 18 15:22:30 2013 (r327561) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Array-Iterator -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +12,7 @@ COMMENT= Set of array iterators TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -USE_PERL5= modbuild +USE_PERL5= configure USES= perl5 MAN3= Array::Iterator.3 \ @@ -20,4 +20,7 @@ MAN3= Array::Iterator.3 \ Array::Iterator::Circular.3 \ Array::Iterator::Reusable.3 +post-patch: + @${FIND} ${WRKSRC}/lib/ -name '*.orig' -delete + .include Modified: head/devel/p5-Array-Iterator/distinfo ============================================================================== --- head/devel/p5-Array-Iterator/distinfo Wed Sep 18 15:22:25 2013 (r327560) +++ head/devel/p5-Array-Iterator/distinfo Wed Sep 18 15:22:30 2013 (r327561) @@ -1,2 +1,2 @@ -SHA256 (Array-Iterator-0.09.tar.gz) = c05985ca238f7d3611da9f64bc3b91cffd81fefaeea0403c5492a2a39edbd2a1 -SIZE (Array-Iterator-0.09.tar.gz) = 21764 +SHA256 (Array-Iterator-0.10.tar.gz) = 5795f2937f305f271d457b768159611965c0bc663249e239a037187d9f51f31e +SIZE (Array-Iterator-0.10.tar.gz) = 24927 Modified: head/devel/p5-Array-Iterator/pkg-plist ============================================================================== --- head/devel/p5-Array-Iterator/pkg-plist Wed Sep 18 15:22:25 2013 (r327560) +++ head/devel/p5-Array-Iterator/pkg-plist Wed Sep 18 15:22:30 2013 (r327561) @@ -2,5 +2,8 @@ %%SITE_PERL%%/Array/Iterator/BiDirectional.pm %%SITE_PERL%%/Array/Iterator/Circular.pm %%SITE_PERL%%/Array/Iterator/Reusable.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Iterator/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Iterator +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array @dirrm %%SITE_PERL%%/Array/Iterator @dirrmtry %%SITE_PERL%%/Array From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 15:22:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ECDFB962; Wed, 18 Sep 2013 15:22:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0962212C; Wed, 18 Sep 2013 15:22:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IFMDex072272; Wed, 18 Sep 2013 15:22:13 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IFMDso072270; Wed, 18 Sep 2013 15:22:13 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309181522.r8IFMDso072270@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Sep 2013 15:22:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327557 - head/devel/p5-Config-MVP 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.14 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: Wed, 18 Sep 2013 15:22:14 -0000 Author: sunpoet Date: Wed Sep 18 15:22:12 2013 New Revision: 327557 URL: http://svnweb.freebsd.org/changeset/ports/327557 Log: - Update to 2.200006 Changes: http://search.cpan.org/dist/Config-MVP/Changes Modified: head/devel/p5-Config-MVP/Makefile head/devel/p5-Config-MVP/distinfo Modified: head/devel/p5-Config-MVP/Makefile ============================================================================== --- head/devel/p5-Config-MVP/Makefile Wed Sep 18 15:22:08 2013 (r327556) +++ head/devel/p5-Config-MVP/Makefile Wed Sep 18 15:22:12 2013 (r327557) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-MVP -PORTVERSION= 2.200004 +PORTVERSION= 2.200006 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-Load>=0.17:${PORTSDIR}/devel/p5-Class-Load \ + p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \ p5-Moose>=0.91:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-OneArgNew>=0:${PORTSDIR}/devel/p5-MooseX-OneArgNew \ p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ @@ -23,7 +24,8 @@ BUILD_DEPENDS= p5-Class-Load>=0.17:${POR p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal +TEST_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ + p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Config-MVP/distinfo ============================================================================== --- head/devel/p5-Config-MVP/distinfo Wed Sep 18 15:22:08 2013 (r327556) +++ head/devel/p5-Config-MVP/distinfo Wed Sep 18 15:22:12 2013 (r327557) @@ -1,2 +1,2 @@ -SHA256 (Config-MVP-2.200004.tar.gz) = dbe473f4b0fc649b82574aa71b0c5da3359058e181928d5e9197fc0ef247c3ec -SIZE (Config-MVP-2.200004.tar.gz) = 27876 +SHA256 (Config-MVP-2.200006.tar.gz) = 8143e74792dd57b22ea05f6ca6d119e678a37ce8c3245d6843266e464a871281 +SIZE (Config-MVP-2.200006.tar.gz) = 27862 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 15:56:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C9079778; Wed, 18 Sep 2013 15:56:07 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B65322390; Wed, 18 Sep 2013 15:56:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IFu7bs089130; Wed, 18 Sep 2013 15:56:07 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IFu74h089128; Wed, 18 Sep 2013 15:56:07 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309181556.r8IFu74h089128@svn.freebsd.org> From: Pietro Cerutti Date: Wed, 18 Sep 2013 15:56:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327562 - head/graphics/aeskulap/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.14 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: Wed, 18 Sep 2013 15:56:07 -0000 Author: gahr Date: Wed Sep 18 15:56:07 2013 New Revision: 327562 URL: http://svnweb.freebsd.org/changeset/ports/327562 Log: - Fix build on CURRENT Reported by: pkg-fallout Modified: head/graphics/aeskulap/files/patch-dcmtk-ofstd-include_ofthread.h (contents, props changed) Modified: head/graphics/aeskulap/files/patch-dcmtk-ofstd-include_ofthread.h ============================================================================== --- head/graphics/aeskulap/files/patch-dcmtk-ofstd-include_ofthread.h Wed Sep 18 15:22:30 2013 (r327561) +++ head/graphics/aeskulap/files/patch-dcmtk-ofstd-include_ofthread.h Wed Sep 18 15:56:07 2013 (r327562) @@ -1,6 +1,14 @@ ---- dcmtk/ofstd/include/ofthread.h.orig 2010-08-23 16:28:30.000000000 +0200 -+++ dcmtk/ofstd/include/ofthread.h 2010-08-23 16:33:06.000000000 +0200 -@@ -118,14 +118,14 @@ +--- dcmtk/ofstd/include/ofthread.h.orig 2006-03-08 10:25:25.000000000 +0100 ++++ dcmtk/ofstd/include/ofthread.h 2013-09-18 17:55:34.000000000 +0200 +@@ -38,6 +38,7 @@ + #ifndef OFTHREAD_H + #define OFTHREAD_H + ++#include + #include "osconfig.h" + #include "oftypes.h" /* for class OFBool */ + #include "ofstring.h" /* for class OFString */ +@@ -118,14 +119,14 @@ * provided in this class. * @return thread ID of target thread if started, 0 otherwise. */ @@ -17,7 +25,7 @@ /** converts any of the error codes returned by the methods of this class * into a textual description, which is written into the string object. -@@ -158,7 +158,7 @@ +@@ -158,7 +159,7 @@ * provided in this class. * @return thread ID of the calling thread. */ @@ -26,7 +34,7 @@ private: -@@ -177,7 +177,7 @@ +@@ -177,7 +178,7 @@ #endif /** thread identifier */ From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 15:56:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B49B4862; Wed, 18 Sep 2013 15:56:29 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A229B239A; Wed, 18 Sep 2013 15:56:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IFuTIq089414; Wed, 18 Sep 2013 15:56:29 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IFuThr089413; Wed, 18 Sep 2013 15:56:29 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201309181556.r8IFuThr089413@svn.freebsd.org> From: Jason Helfman Date: Wed, 18 Sep 2013 15:56:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327563 - head/x11/fluxbg 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.14 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: Wed, 18 Sep 2013 15:56:29 -0000 Author: jgh Date: Wed Sep 18 15:56:29 2013 New Revision: 327563 URL: http://svnweb.freebsd.org/changeset/ports/327563 Log: - remove need of pkg-plist and pkg-message by working into Makefile - de-personalize message to end-user - take maintainership Deleted: head/x11/fluxbg/pkg-message head/x11/fluxbg/pkg-plist Modified: head/x11/fluxbg/Makefile Modified: head/x11/fluxbg/Makefile ============================================================================== --- head/x11/fluxbg/Makefile Wed Sep 18 15:56:07 2013 (r327562) +++ head/x11/fluxbg/Makefile Wed Sep 18 15:56:29 2013 (r327563) @@ -7,7 +7,7 @@ PORTREVISION= 12 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jgh@FreeBSD.org COMMENT= Background changer for fluxbox/blackbox LIB_DEPENDS= libgtkmm-2.0.so:${PORTSDIR}/x11-toolkits/gtkmm20 @@ -15,6 +15,9 @@ RUN_DEPENDS= fbsetbg:${PORTSDIR}/x11-wm/ GNU_CONFIGURE= yes USES= pathfix pkgconfig +PLIST_FILES= bin/fluxbg \ + bin/fluxbgd \ + bin/fluxbg_conf post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ @@ -22,7 +25,7 @@ post-patch: post-install: @${ECHO_CMD} - @${CAT} ${PKGMESSAGE} + @${ECHO_MSG} "Execution of ${PREFIX}/bin/${PORTNAME}_conf is a prerequiste of running ${PORTNAME}!" @${ECHO_CMD} .include From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 15:58:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0F68A9B8; Wed, 18 Sep 2013 15:58:11 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F0FA123B5; Wed, 18 Sep 2013 15:58:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IFwA3L090186; Wed, 18 Sep 2013 15:58:10 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IFwAOv090185; Wed, 18 Sep 2013 15:58:10 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201309181558.r8IFwAOv090185@svn.freebsd.org> From: Jason Helfman Date: Wed, 18 Sep 2013 15:58:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327564 - head/x11/fluxbg 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.14 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: Wed, 18 Sep 2013 15:58:11 -0000 Author: jgh Date: Wed Sep 18 15:58:10 2013 New Revision: 327564 URL: http://svnweb.freebsd.org/changeset/ports/327564 Log: - fix spelling error Modified: head/x11/fluxbg/Makefile Modified: head/x11/fluxbg/Makefile ============================================================================== --- head/x11/fluxbg/Makefile Wed Sep 18 15:56:29 2013 (r327563) +++ head/x11/fluxbg/Makefile Wed Sep 18 15:58:10 2013 (r327564) @@ -25,7 +25,7 @@ post-patch: post-install: @${ECHO_CMD} - @${ECHO_MSG} "Execution of ${PREFIX}/bin/${PORTNAME}_conf is a prerequiste of running ${PORTNAME}!" + @${ECHO_MSG} "Execution of ${PREFIX}/bin/${PORTNAME}_conf is a prerequisite of running ${PORTNAME}!" @${ECHO_CMD} .include From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 16:01:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E099FB18; Wed, 18 Sep 2013 16:01:49 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C045823FA; Wed, 18 Sep 2013 16:01:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IG1ndT093758; Wed, 18 Sep 2013 16:01:49 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IG1mLt093753; Wed, 18 Sep 2013 16:01:48 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309181601.r8IG1mLt093753@svn.freebsd.org> From: Pietro Cerutti Date: Wed, 18 Sep 2013 16:01:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327565 - in head/x11-toolkits/fox17: . 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.14 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: Wed, 18 Sep 2013 16:01:50 -0000 Author: gahr Date: Wed Sep 18 16:01:48 2013 New Revision: 327565 URL: http://svnweb.freebsd.org/changeset/ports/327565 Log: - Update to 1.7.42 Changes: * Added class FXVariant, and supporting classes FXVariantMap and FXVariantArray. The FXVariant class can store basic types like bool, int, or float, but also arrays of variants, or maps of variants. Thus, FXVariant can be used to store an arbitrarily complex tree-like data structure. * Problems in Windows version of fxcpuid.cpp fixed. * Fix cased from (__m128) to _mm_castsi128_ps() intrinsic for portability. * Fix compare operation in FXSize.h. * Added fxstrlcpy() and fxstrlcat() for safe string copy and string concatenation. * Added __noreturn macro for flagging non-returning functions like fxerror(). This may help compilers generate better code for places where these functions are called. * Removed fxsleep(), obsoleted by FXThread::sleep() and FXThread::wkaeat(). * Allow out-of-source builds of FOX on configure-based systems. * Force end-of-string in value returned by gethostname(). * Fix introduced bugs in FXHash and FXDict. * Added swapElms() to FXElement.h. Also added templated swap(). * Added internal function memswap(). * Don't include intrinsics header files unless target architecture is x86 or x86-64. * Updated build on Fedora 18 for Raspberry Pi. - Add two local files with patches to mute compiler warnings and fix potential stack buffer overflow bugs (already reported upstream) Added: head/x11-toolkits/fox17/files/patch-bugs (contents, props changed) head/x11-toolkits/fox17/files/patch-warnings (contents, props changed) Modified: head/x11-toolkits/fox17/Makefile head/x11-toolkits/fox17/distinfo head/x11-toolkits/fox17/pkg-plist Modified: head/x11-toolkits/fox17/Makefile ============================================================================== --- head/x11-toolkits/fox17/Makefile Wed Sep 18 15:58:10 2013 (r327564) +++ head/x11-toolkits/fox17/Makefile Wed Sep 18 16:01:48 2013 (r327565) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fox -PORTVERSION= 1.7.41 +PORTVERSION= 1.7.42 PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.fox-toolkit.org/pub/ \ Modified: head/x11-toolkits/fox17/distinfo ============================================================================== --- head/x11-toolkits/fox17/distinfo Wed Sep 18 15:58:10 2013 (r327564) +++ head/x11-toolkits/fox17/distinfo Wed Sep 18 16:01:48 2013 (r327565) @@ -1,2 +1,2 @@ -SHA256 (fox-1.7.41.tar.gz) = 1c23d9d7f2f9f4b2a51db6acdd447315ae8352563453edf223f4a51b6a0e52f4 -SIZE (fox-1.7.41.tar.gz) = 5053794 +SHA256 (fox-1.7.42.tar.gz) = 5e7a69c64ecfc704c130ea890385256c568fadbb472f91d8256f576b6d87ecf4 +SIZE (fox-1.7.42.tar.gz) = 5062065 Added: head/x11-toolkits/fox17/files/patch-bugs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/fox17/files/patch-bugs Wed Sep 18 16:01:48 2013 (r327565) @@ -0,0 +1,256 @@ +--- lib/fxxpmio.cpp.orig 2013-09-18 16:02:08.000000000 +0200 ++++ lib/fxxpmio.cpp 2013-09-18 16:07:33.000000000 +0200 +@@ -128,13 +128,14 @@ + FXchar lookuptable[1024][8],name[100],word[100],flag,best; + FXColor colortable[16384],*pix,color; + const FXchar *src,*line; +- FXint i,j,ncolors,cpp,c; ++ FXint i,j,ncolors,cpp,c,nchar; + + // Null out + data=NULL; + width=0; + height=0; + color=0; ++ nchar=0; + + // NULL pointer passed in + if(!pixels) return false; +@@ -172,7 +173,7 @@ + flag=word[0]; + name[0]=0; + while(nextword(src,word) && !iskey(word)){ +- strncat(name,word,sizeof(name)); ++ nchar += snprintf(name+nchar,sizeof(name)-nchar,"%s",word); + } + if(flaggetClassName():"NULL",ptr,1); ++ fxmessage("\nTYPE:%-23s ID:%-5d SENDER: %-15s PTR: %p #%-4d",typegetClassName():"NULL",ptr,1); + lastsender=sender; + lastsel=sel; + count=1; +--- tests/thread.cpp.orig 2013-09-18 16:13:12.000000000 +0200 ++++ tests/thread.cpp 2013-09-18 16:20:51.000000000 +0200 +@@ -61,7 +61,7 @@ + // Generate jobs + FXint Producer::run(){ + FXint job=0; +- fxmessage("producer start on cpus: %llb\n",affinity()); ++ fxmessage("producer start on cpus: %lx\n",affinity()); + FXuint seed=1013904223u; + for(FXint g=0; g=argc){ fxmessage("Missing threads number argument.\n"); exit(1); } +- nthreads=strtoul(argv[arg],NULL,0); +- if(nthreads<0){ fxmessage("Value for threads (%d) too small.\n",nthreads); exit(1); } ++ nthreads=strtoul(argv[arg],&endptr,0); ++ if(*endptr!='\0'){ fxmessage("Value for threads (%d) too small.\n",nthreads); exit(1); } + } + else if(strcmp(argv[arg],"--minimum")==0){ + if(++arg>=argc){ fxmessage("Missing threads number argument.\n"); exit(1); } +- minimum=strtoul(argv[arg],NULL,0); +- if(minimum<0){ fxmessage("Value for minimum number of threads (%d) too small.\n",minimum); exit(1); } ++ minimum=strtoul(argv[arg],&endptr,0); ++ if(*endptr!='\0'){ fxmessage("Value for minimum number of threads (%d) too small.\n",minimum); exit(1); } + } + else if(strcmp(argv[arg],"--maximum")==0){ + if(++arg>=argc){ fxmessage("Missing threads number argument.\n"); exit(1); } +- maximum=strtoul(argv[arg],NULL,0); +- if(maximum<0){ fxmessage("Value for maximum number of threads (%d) too small.\n",minimum); exit(1); } ++ maximum=strtoul(argv[arg],&endptr,0); ++ if(*endptr!='\0'){ fxmessage("Value for maximum number of threads (%d) too small.\n",minimum); exit(1); } + } + else if(strcmp(argv[arg],"--size")==0){ + if(++arg>=argc){ fxmessage("Missing size argument.\n"); exit(1); } +@@ -176,8 +176,8 @@ + } + else if(strcmp(argv[arg],"--jobs")==0){ + if(++arg>=argc){ fxmessage("Missing jobs count argument.\n"); exit(1); } +- njobs=strtoul(argv[arg],NULL,0); +- if(njobs<0){ fxmessage("Value for njobs (%d) too small.\n",njobs); exit(1); } ++ njobs=strtoul(argv[arg],&endptr,0); ++ if(*endptr!='\0'){ fxmessage("Value for njobs (%d) too small.\n",njobs); exit(1); } + } + else if(strcmp(argv[arg],"-W")==0 || strcmp(argv[arg],"--wait")==0){ + wait=1; +@@ -198,7 +198,7 @@ + } + } + +- fxmessage("main thread %p\n",FXThread::current()); ++ fxmessage("main thread %lx\n",FXThread::current()); + + nthreads=minimum; + Added: head/x11-toolkits/fox17/files/patch-warnings ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/fox17/files/patch-warnings Wed Sep 18 16:01:48 2013 (r327565) @@ -0,0 +1,181 @@ +--- include/fxdefs.h.orig 2013-09-18 15:26:29.000000000 +0200 ++++ include/fxdefs.h 2013-09-18 15:26:48.000000000 +0200 +@@ -131,7 +131,7 @@ + + + // Restrict aliasing on pointers +-#if defined(__GNUC__) ++#if defined(__GNUC__) && !defined(__restrict) + #define __restrict __restrict__ + #else + #define __restrict +--- lib/FXFileList.cpp.orig 2013-09-18 15:41:48.000000000 +0200 ++++ lib/FXFileList.cpp 2013-09-18 15:42:11.000000000 +0200 +@@ -1474,7 +1474,7 @@ + } + + // Update item information +- label.format("%s\t%s\t%lld\t%s\t%s\t%s\t%s\t%s",name.text(),extension.text(),newitem->size,modtm.text(),usrid.text(),grpid.text(),attrs.text(),lnknm.text()); ++ label.format("%s\t%s\t%lld\t%s\t%s\t%s\t%s\t%s",name.text(),extension.text(),static_cast(newitem->size),modtm.text(),usrid.text(),grpid.text(),attrs.text(),lnknm.text()); + + // New label + newitem->setText(label); +--- pathfinder/PathFinder.cpp.orig 2013-09-18 16:59:43.000000000 +0200 ++++ pathfinder/PathFinder.cpp 2013-09-18 17:10:58.000000000 +0200 +@@ -1051,7 +1051,7 @@ + selectedModeBits[15]+=FXBIT(mode,15); // SVTX + selectedSpace+=size; + selectedCount+=1; +- FXTRACE((10,"selected : %3d %7lld [%3d %7lld] %s\n",index,size,selectedCount,selectedSpace,filelist->getItemFilename(index).text())); ++ FXTRACE((10,"selected : %3d %7lld [%3d %7lld] %s\n",index,static_cast(size),selectedCount,static_cast(selectedSpace),filelist->getItemFilename(index).text())); + return 1; + } + +@@ -1075,7 +1075,7 @@ + selectedModeBits[15]-=FXBIT(mode,15); // SVTX + selectedSpace-=size; + selectedCount-=1; +- FXTRACE((10,"deselected: %3d %7lld [%3d %7lld] %s\n",index,size,selectedCount,selectedSpace,filelist->getItemFilename(index).text())); ++ FXTRACE((10,"deselected: %3d %7lld [%3d %7lld] %s\n",index,static_cast(size),selectedCount,static_cast(selectedSpace),filelist->getItemFilename(index).text())); + return 1; + } + +@@ -1088,7 +1088,7 @@ + } + totalSpace+=filelist->getItemSize(index); + totalCount+=1; +- FXTRACE((10,"inserted : %3d %7lld [%3d %7lld] %s\n",index,filelist->getItemSize(index),totalCount,totalSpace,filelist->getItemFilename(index).text())); ++ FXTRACE((10,"inserted : %3d %7lld [%3d %7lld] %s\n",index,static_cast(filelist->getItemSize(index)),totalCount,static_cast(totalSpace),filelist->getItemFilename(index).text())); + return 1; + } + +@@ -1101,7 +1101,7 @@ + } + totalSpace-=filelist->getItemSize(index); + totalCount-=1; +- FXTRACE((10,"deleted : %3d %7lld [%3d %7lld] %s\n",index,filelist->getItemSize(index),totalCount,totalSpace,filelist->getItemFilename(index).text())); ++ FXTRACE((10,"deleted : %3d %7lld [%3d %7lld] %s\n",index,static_cast(filelist->getItemSize(index)),totalCount,static_cast(totalSpace),filelist->getItemFilename(index).text())); + return 1; + } + +@@ -1368,15 +1368,15 @@ + info.format(tr("File \"%s\" -> \"%s\"."),filelist->getItemFilename(currentitem).text(),filelist->getItemText(currentitem).section('\t',7).text()); + } + else{ +- info.format(tr("File \"%s\" [%s] (%lld bytes)."),filelist->getItemFilename(currentitem).text(),filelist->getItemText(currentitem).section('\t',1).text(),filelist->getItemSize(currentitem)); ++ info.format(tr("File \"%s\" [%s] (%lld bytes)."),filelist->getItemFilename(currentitem).text(),filelist->getItemText(currentitem).section('\t',1).text(),static_cast(filelist->getItemSize(currentitem))); + } + } + } + else if(1<=selectedCount){ +- info.format(tr("Selected %d items (%lld bytes)."),selectedCount,selectedSpace); ++ info.format(tr("Selected %d items (%lld bytes)."),selectedCount,static_cast(selectedSpace)); + } + else{ +- info.format(tr("Total %d items (%lld bytes)."),totalCount,totalSpace); ++ info.format(tr("Total %d items (%lld bytes)."),totalCount,static_cast(totalSpace)); + } + sender->handle(this,FXSEL(SEL_COMMAND,ID_SETSTRINGVALUE),(void*)&info); + return 1; +--- tests/parallel.cpp.orig 2013-09-18 16:31:08.000000000 +0200 ++++ tests/parallel.cpp 2013-09-18 16:55:25.000000000 +0200 +@@ -60,8 +59,8 @@ + fxmessage("%p: npull=%ld\n",self(),npull); + fxmessage("%p: ncros=%ld\n",self(),ncros); + fxmessage("%p: niter=%ld\n",self(),niter); +- fxmessage("%p: avg=%lld\n",self(),tot/npush); +- fxmessage("%p: ticks=%lld (%.16lfs) tick/push=%.2lf push/s=%.2lf\n",self(),tot,FXdouble(tot)*0.33333333333333E-9,FXdouble(tot)/FXdouble(npush),FXdouble(npush)/(FXdouble(tot)*0.33333333333333E-9)); ++ fxmessage("%p: avg=%lld\n",self(),static_cast(tot/npush)); ++ fxmessage("%p: ticks=%lld (%.16lfs) tick/push=%.2lf push/s=%.2lf\n",self(),static_cast(tot),FXdouble(tot)*0.33333333333333E-9,FXdouble(tot)/FXdouble(npush),FXdouble(npush)/(FXdouble(tot)*0.33333333333333E-9)); + return 0; + } + +@@ -70,18 +69,18 @@ + // Churn cpu for a random while, then return + void churn(){ + FXRandom random(fxgetticks()); +- fxmessage("Churn start th %p core %d/%d\n",FXThread::current(),FXThread::processor(),FXThread::processors()); ++ fxmessage("Churn start th %08lx core %d/%d\n",FXThread::current(),FXThread::processor(),FXThread::processors()); + while(random.randDouble()<0.99999999){ } +- fxmessage("Churn done th %p code %d/%d\n",FXThread::current(),FXThread::processor(),FXThread::processors()); ++ fxmessage("Churn done th %08lx code %d/%d\n",FXThread::current(),FXThread::processor(),FXThread::processors()); + } + + + // Loop through index range + void looping(FXint i){ + FXRandom random(fxgetticks()); +- fxmessage("Looping %03d start th %p\n",i,FXThread::current()); ++ fxmessage("Looping %03d start th %08lx\n",i,FXThread::current()); + while(random.randDouble()<0.9999999){ } +- fxmessage("Looping %03d done th %p\n",i,FXThread::current()); ++ fxmessage("Looping %03d done th %08lx\n",i,FXThread::current()); + } + + +@@ -278,7 +278,7 @@ + + fxmessage("running: %d!\n",pool.getRunningThreads()); + +- fxmessage("main thread %p\n",FXThread::current()); ++ fxmessage("main thread %lx\n",FXThread::current()); + + + // 8-way parallelism if you got the cores +--- tests/codecs.cpp.orig 2013-09-18 17:56:47.000000000 +0200 ++++ tests/codecs.cpp 2013-09-18 16:26:21.000000000 +0200 +@@ -44,7 +44,7 @@ + // Test roundtrip for codec + void roundtriptest(FXTextCodec *codec){ + FXchar dst[32],src[32]; +- FXint c,n,i,j; ++ FXint i,j; + FXwchar wc; + printf("Roundtrip test for: %s..\n",codec->name()); + for(i=0; i<256; i++){ +@@ -61,8 +61,7 @@ + // Test utf8 roundtrip for codec + void utf8roundtriptest(FXTextCodec *codec){ + FXchar dst[32],src[32]; +- FXint c,n,i,j; +- FXwchar wc; ++ FXint n,i,j; + printf("UTF8 Roundtrip test for: %s..\n",codec->name()); + for(i=0; i<256; i++){ + src[0]=i; +@@ -100,7 +99,7 @@ + if(w1!=w2 || m!=4 || n!=1) printf("%06X: Problem: %06X\n",w1,w2); + } + end=fxgetticks(); +- printf("4-Byte case: %lld ticks/character\n",(end-beg)/(0x110000-0x10000)); ++ printf("4-Byte case: %lld ticks/character\n",static_cast((end-beg)/(0x110000-0x10000))); + + // Test utf for codes of 3 bytes + beg=fxgetticks(); +@@ -110,7 +109,7 @@ + if(w1!=w2 || m!=3 || n!=1) printf("%06X: Problem: %06X\n",w1,w2); + } + end=fxgetticks(); +- printf("3-Byte case: %lld ticks/character\n",(end-beg)/(0x10000-0x800)); ++ printf("3-Byte case: %lld ticks/character\n",static_cast((end-beg)/(0x10000-0x800))); + + // Test utf for codes of 2 bytes + beg=fxgetticks(); +@@ -120,7 +119,7 @@ + if(w1!=w2 || m!=2 || n!=1) printf("%06X: Problem: %06X\n",w1,w2); + } + end=fxgetticks(); +- printf("2-Byte case: %lld ticks/character\n",(end-beg)/(0x800-0x80)); ++ printf("2-Byte case: %lld ticks/character\n",static_cast((end-beg)/(0x800-0x80))); + + // Test utf for codes of 1 byte + beg=fxgetticks(); +@@ -130,7 +129,7 @@ + if(w1!=w2 || m!=1 || n!=1) printf("%06X: Problem: %06X\n",w1,w2); + } + end=fxgetticks(); +- printf("1-Byte case: %lld ticks/character\n",(end-beg)/0x80); ++ printf("1-Byte case: %lld ticks/character\n",static_cast((end-beg)/0x80)); + + /* + Modified: head/x11-toolkits/fox17/pkg-plist ============================================================================== --- head/x11-toolkits/fox17/pkg-plist Wed Sep 18 15:58:10 2013 (r327564) +++ head/x11-toolkits/fox17/pkg-plist Wed Sep 18 16:01:48 2013 (r327565) @@ -179,8 +179,8 @@ include/fox-%%MAJORVER%%/FXJPGIcon.h include/fox-%%MAJORVER%%/FXJPGImage.h include/fox-%%MAJORVER%%/FXKOI8RCodec.h include/fox-%%MAJORVER%%/FXKnob.h -include/fox-%%MAJORVER%%/FXLabel.h include/fox-%%MAJORVER%%/FXLFQueue.h +include/fox-%%MAJORVER%%/FXLabel.h include/fox-%%MAJORVER%%/FXList.h include/fox-%%MAJORVER%%/FXListBox.h include/fox-%%MAJORVER%%/FXLocale.h @@ -214,7 +214,6 @@ include/fox-%%MAJORVER%%/FXMutex.h include/fox-%%MAJORVER%%/FXObject.h include/fox-%%MAJORVER%%/FXObjectList.h include/fox-%%MAJORVER%%/FXOptionMenu.h -include/fox-%%MAJORVER%%/FXParallel.h include/fox-%%MAJORVER%%/FXPCXIcon.h include/fox-%%MAJORVER%%/FXPCXImage.h include/fox-%%MAJORVER%%/FXPNGIcon.h @@ -222,6 +221,7 @@ include/fox-%%MAJORVER%%/FXPNGImage.h include/fox-%%MAJORVER%%/FXPPMIcon.h include/fox-%%MAJORVER%%/FXPPMImage.h include/fox-%%MAJORVER%%/FXPacker.h +include/fox-%%MAJORVER%%/FXParallel.h include/fox-%%MAJORVER%%/FXPath.h include/fox-%%MAJORVER%%/FXPicker.h include/fox-%%MAJORVER%%/FXPipe.h @@ -318,6 +318,9 @@ include/fox-%%MAJORVER%%/FXUTF16Codec.h include/fox-%%MAJORVER%%/FXUTF32Codec.h include/fox-%%MAJORVER%%/FXUTF8Codec.h include/fox-%%MAJORVER%%/FXUndoList.h +include/fox-%%MAJORVER%%/FXVariant.h +include/fox-%%MAJORVER%%/FXVariantArray.h +include/fox-%%MAJORVER%%/FXVariantMap.h include/fox-%%MAJORVER%%/FXVec2d.h include/fox-%%MAJORVER%%/FXVec2f.h include/fox-%%MAJORVER%%/FXVec3d.h From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 16:50:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B560470A; Wed, 18 Sep 2013 16:50:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A297F26C4; Wed, 18 Sep 2013 16:50:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IGo948017411; Wed, 18 Sep 2013 16:50:09 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IGo9Lt017410; Wed, 18 Sep 2013 16:50:09 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201309181650.r8IGo9Lt017410@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 18 Sep 2013 16:50:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327566 - head/sysutils/zfs-periodic 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.14 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: Wed, 18 Sep 2013 16:50:09 -0000 Author: amdmi3 Date: Wed Sep 18 16:50:09 2013 New Revision: 327566 URL: http://svnweb.freebsd.org/changeset/ports/327566 Log: Fix typo PR: 181581 Submitted by: m Approved by: maintainer timeout Modified: head/sysutils/zfs-periodic/pkg-message Modified: head/sysutils/zfs-periodic/pkg-message ============================================================================== --- head/sysutils/zfs-periodic/pkg-message Wed Sep 18 16:01:48 2013 (r327565) +++ head/sysutils/zfs-periodic/pkg-message Wed Sep 18 16:50:09 2013 (r327566) @@ -19,4 +19,4 @@ monthly_zfs_scrub_enable="YES" monthly_zfs_scrub_pools="tank" monthly_zfs_snapshot_pools="tank" - monthly_zfs_snapshot_keep=2' + monthly_zfs_snapshot_keep=2 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 17:20:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7FF18F75; Wed, 18 Sep 2013 17:20:08 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6D50A288A; Wed, 18 Sep 2013 17:20:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IHK8qe033332; Wed, 18 Sep 2013 17:20:08 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IHK8WP033331; Wed, 18 Sep 2013 17:20:08 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309181720.r8IHK8WP033331@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 18 Sep 2013 17:20:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327567 - head/x11/silo 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.14 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: Wed, 18 Sep 2013 17:20:08 -0000 Author: bapt Date: Wed Sep 18 17:20:07 2013 New Revision: 327567 URL: http://svnweb.freebsd.org/changeset/ports/327567 Log: Reset maintainer (mail is bouncing) Mark as deprecated: I can't find any upstream anymore, neither any public distfile Modified: head/x11/silo/Makefile Modified: head/x11/silo/Makefile ============================================================================== --- head/x11/silo/Makefile Wed Sep 18 16:50:09 2013 (r327566) +++ head/x11/silo/Makefile Wed Sep 18 17:20:07 2013 (r327567) @@ -1,9 +1,5 @@ -# New ports collection makefile for: silo -# Date created: 26 October 2003 -# Whom: DoubleF -# +# Created by: DoubleF # $FreeBSD$ -# PORTNAME= silo PORTVERSION= 1.0 @@ -11,9 +7,12 @@ PORTREVISION= 9 CATEGORIES= x11 MASTER_SITES= http://doublef.nm.ru/silo/sources/ -MAINTAINER= doublef@tele-kom.ru +MAINTAINER= ports@FreeBSD.org COMMENT= A simple X11 launcher extensible in any programming language +DEPRECATED= Upstream has disappeared +EXPIRATION_DATE= 2013-10-18 + USE_BZIP2= yes USE_XORG= xpm x11 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 17:25:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4DE60374; Wed, 18 Sep 2013 17:25:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 39F082905; Wed, 18 Sep 2013 17:25:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IHPlqs037464; Wed, 18 Sep 2013 17:25:47 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IHPlaI037463; Wed, 18 Sep 2013 17:25:47 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201309181725.r8IHPlaI037463@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 18 Sep 2013 17:25:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327568 - head/devel/hgview 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.14 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: Wed, 18 Sep 2013 17:25:47 -0000 Author: amdmi3 Date: Wed Sep 18 17:25:46 2013 New Revision: 327568 URL: http://svnweb.freebsd.org/changeset/ports/327568 Log: Drop maintainership Modified: head/devel/hgview/Makefile Modified: head/devel/hgview/Makefile ============================================================================== --- head/devel/hgview/Makefile Wed Sep 18 17:20:07 2013 (r327567) +++ head/devel/hgview/Makefile Wed Sep 18 17:25:46 2013 (r327568) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= LOGILAB -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A fast Mercurial log navigator written in pyqt4 RUN_DEPENDS= hg:${PORTSDIR}/devel/mercurial \ From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 17:33:43 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 922E4762; Wed, 18 Sep 2013 17:33:43 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 63DE62973; Wed, 18 Sep 2013 17:33:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IHXhaG041740; Wed, 18 Sep 2013 17:33:43 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IHXgwt041737; Wed, 18 Sep 2013 17:33:42 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201309181733.r8IHXgwt041737@svn.freebsd.org> From: Rusmir Dusko Date: Wed, 18 Sep 2013 17:33:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327569 - head/games/rescue 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.14 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: Wed, 18 Sep 2013 17:33:43 -0000 Author: nemysis Date: Wed Sep 18 17:33:42 2013 New Revision: 327569 URL: http://svnweb.freebsd.org/changeset/ports/327569 Log: - Update to 1.0.0.3 - Change maintainer email gmx.ch --> FreeBSD.org - Change license GPLv2 --> GPLv3 - Use pkg-plist instead of PLIST_FILES Approved by: wg/pawel (mentors) Added: head/games/rescue/pkg-plist (contents, props changed) Modified: head/games/rescue/Makefile head/games/rescue/distinfo (contents, props changed) Modified: head/games/rescue/Makefile ============================================================================== --- head/games/rescue/Makefile Wed Sep 18 17:25:46 2013 (r327568) +++ head/games/rescue/Makefile Wed Sep 18 17:33:42 2013 (r327569) @@ -1,18 +1,17 @@ -# Created by: nemysis@gmx.ch +# Created by: nemysis # $FreeBSD$ PORTNAME= rescue -PORTVERSION= 1.0.0.2 -PORTREVISION= 1 +PORTVERSION= 1.0.0.3 CATEGORIES= games java MASTER_SITES= SF/${PORTNAME}/${PORTNAME:S/r/R/}%21%20Max/${PORTVERSION}/ DISTNAME= ${PORTNAME:S/r/R/}_${PORTVERSION} DIST_SUBDIR= java -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Action adventure in space -LICENSE= GPLv2 +LICENSE= GPLv3 USE_ZIP= yes USE_JAVA= yes @@ -21,17 +20,13 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME:S/r/R/} -PLIST_FILES= bin/${PORTNAME} \ - share/pixmaps/${PORTNAME}.png - -PORTDATA= * -PORTDOCS= ChangeLog.txt bugs.txt +PORTDOCS= ChangeLog.txt todo.txt DATADIR= ${JAVASHAREDIR}/${PORTNAME} SUB_FILES= ${PORTNAME} DESKTOP_ENTRIES="Rescue! Max" "${COMMENT}" "${PORTNAME}" \ - "${PORTNAME}" "Game;StrategyGame;" "false" + "${PORTNAME}" "Game;StrategyGame;" false .include @@ -39,13 +34,12 @@ post-extract: @(cd ${WRKSRC} && ${UNZIP_CMD} -j Rescue.jar rescue/gui/logo.png) do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin - ${MKDIR} ${DATADIR} - @(cd ${WRKSRC} && ${COPYTREE_SHARE} "help missions *.jar" ${DATADIR}) + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/ + @(cd ${WRKSRC} && ${COPYTREE_SHARE} "help lib missions *.jar" ${DATADIR}) ${INSTALL_DATA} ${WRKSRC}/logo.png ${PREFIX}/share/pixmaps/${PORTNAME}.png .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif Modified: head/games/rescue/distinfo ============================================================================== --- head/games/rescue/distinfo Wed Sep 18 17:25:46 2013 (r327568) +++ head/games/rescue/distinfo Wed Sep 18 17:33:42 2013 (r327569) @@ -1,2 +1,2 @@ -SHA256 (java/Rescue_1.0.0.2.zip) = 38cb6f68f2dafcc44a4b34b65a2ab36136d37029c60136646068da4634e8f5b3 -SIZE (java/Rescue_1.0.0.2.zip) = 3907836 +SHA256 (java/Rescue_1.0.0.3.zip) = e0d985bfaf6ce6c01d87afaa4fbc6e2d0d63ec214c350e8f6f0fc41dc0f48d18 +SIZE (java/Rescue_1.0.0.3.zip) = 4379240 Added: head/games/rescue/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/rescue/pkg-plist Wed Sep 18 17:33:42 2013 (r327569) @@ -0,0 +1,274 @@ +bin/rescue +%%DATADIR%%/Rescue.jar +%%DATADIR%%/help/help02.htm +%%DATADIR%%/help/help03.htm +%%DATADIR%%/help/help04.htm +%%DATADIR%%/help/help05.htm +%%DATADIR%%/help/help06.htm +%%DATADIR%%/help/help07.htm +%%DATADIR%%/help/help08.htm +%%DATADIR%%/help/help09.htm +%%DATADIR%%/help/help10.htm +%%DATADIR%%/help/help11.htm +%%DATADIR%%/help/help12.htm +%%DATADIR%%/help/help13.htm +%%DATADIR%%/help/help14.htm +%%DATADIR%%/help/help15.htm +%%DATADIR%%/help/help16.htm +%%DATADIR%%/help/help17.htm +%%DATADIR%%/help/help18.htm +%%DATADIR%%/help/help19.htm +%%DATADIR%%/help/help20.htm +%%DATADIR%%/help/help21.htm +%%DATADIR%%/help/help22.htm +%%DATADIR%%/help/images/Birdof.gif +%%DATADIR%%/help/images/backd.gif +%%DATADIR%%/help/images/cardauu.gif +%%DATADIR%%/help/images/enterpo.gif +%%DATADIR%%/help/images/ferenoo.gif +%%DATADIR%%/help/images/grossoo.gif +%%DATADIR%%/help/images/helpCCky.gif +%%DATADIR%%/help/images/helpCCte.gif +%%DATADIR%%/help/images/helpLRS.gif +%%DATADIR%%/help/images/helprose.gif +%%DATADIR%%/help/images/kleinoo.gif +%%DATADIR%%/help/images/planetf.gif +%%DATADIR%%/help/images/starbase.gif +%%DATADIR%%/help/index.htm +%%DATADIR%%/help/orange.css +%%DATADIR%%/lib/Grasshopper.jar +%%DATADIR%%/lib/httpcore-4.1.2.jar +%%DATADIR%%/lib/httpmime-4.1.2.jar +%%DATADIR%%/missions/keys.ini +%%DATADIR%%/missions/newmax.xml +%%DATADIR%%/missions/preview/newmax.jpg +%%DATADIR%%/missions/preview/rescue.jpg +%%DATADIR%%/missions/preview/rescuemax.jpg +%%DATADIR%%/missions/rescue.xml +%%DATADIR%%/missions/rescuemax.xml +%%DATADIR%%/missions/so/sobig/baddiebase.gif +%%DATADIR%%/missions/so/sobig/borgcube.gif +%%DATADIR%%/missions/so/sobig/cardassiandestroyer.gif +%%DATADIR%%/missions/so/sobig/cardassiankeldon.gif +%%DATADIR%%/missions/so/sobig/deridex.gif +%%DATADIR%%/missions/so/sobig/ds9.gif +%%DATADIR%%/missions/so/sobig/earth.gif +%%DATADIR%%/missions/so/sobig/enterprise.gif +%%DATADIR%%/missions/so/sobig/ferengimarauder.gif +%%DATADIR%%/missions/so/sobig/jemhadarattackship.gif +%%DATADIR%%/missions/so/sobig/jemhadarwarship.gif +%%DATADIR%%/missions/so/sobig/jupiter.gif +%%DATADIR%%/missions/so/sobig/jupiterstation.gif +%%DATADIR%%/missions/so/sobig/klingon.gif +%%DATADIR%%/missions/so/sobig/klingonbirdofprey.gif +%%DATADIR%%/missions/so/sobig/marauder.gif +%%DATADIR%%/missions/so/sobig/mars.gif +%%DATADIR%%/missions/so/sobig/mercury.gif +%%DATADIR%%/missions/so/sobig/neptune.gif +%%DATADIR%%/missions/so/sobig/particlefountain.gif +%%DATADIR%%/missions/so/sobig/planet.gif +%%DATADIR%%/missions/so/sobig/romulansuperhawk.gif +%%DATADIR%%/missions/so/sobig/romulanwarbird.gif +%%DATADIR%%/missions/so/sobig/saturn.gif +%%DATADIR%%/missions/so/sobig/starbase.gif +%%DATADIR%%/missions/so/sobig/thesovereign.gif +%%DATADIR%%/missions/so/sobig/venus.gif +%%DATADIR%%/missions/so/sobig/wormhole.gif +%%DATADIR%%/missions/so/soinfo/baddiebase.gif +%%DATADIR%%/missions/so/soinfo/cardassiandestroyer.gif +%%DATADIR%%/missions/so/soinfo/cardassiankeldon.gif +%%DATADIR%%/missions/so/soinfo/enterprise.gif +%%DATADIR%%/missions/so/soinfo/ferengimarauder.gif +%%DATADIR%%/missions/so/soinfo/jemhadarattackship.gif +%%DATADIR%%/missions/so/soinfo/jemhadarwarship.gif +%%DATADIR%%/missions/so/soinfo/klingon.gif +%%DATADIR%%/missions/so/soinfo/romulansuperhawk.gif +%%DATADIR%%/missions/so/soinfo/romulanwarbird.gif +%%DATADIR%%/missions/so/soinfo/starbase.gif +%%DATADIR%%/missions/so/soinfo/thesovereign.gif +%%DATADIR%%/missions/so/soinfo/wormhole.gif +%%DATADIR%%/missions/so/sosmall/baddiebase.gif +%%DATADIR%%/missions/so/sosmall/borgcube.gif +%%DATADIR%%/missions/so/sosmall/cardassiandestroyer.gif +%%DATADIR%%/missions/so/sosmall/enterprise.gif +%%DATADIR%%/missions/so/sosmall/ferengimarauder.gif +%%DATADIR%%/missions/so/sosmall/jemhadarattackship.gif +%%DATADIR%%/missions/so/sosmall/jemhadarwarship.gif +%%DATADIR%%/missions/so/sosmall/klingon.gif +%%DATADIR%%/missions/so/sosmall/marauder.gif +%%DATADIR%%/missions/so/sosmall/outpost.gif +%%DATADIR%%/missions/so/sosmall/romulansuperhawk.gif +%%DATADIR%%/missions/so/sosmall/romulanwarbird.gif +%%DATADIR%%/missions/so/sosmall/starbase.gif +%%DATADIR%%/missions/so/sosmall/thesovereign.gif +%%DATADIR%%/missions/so/sosmall/wormhole.gif +%%DATADIR%%/missions/sounds/effect/background.au +%%DATADIR%%/missions/sounds/effect/hit.au +%%DATADIR%%/missions/sounds/effect/mouseclick.au +%%DATADIR%%/missions/sounds/music/backgroundmusic.au +%%DATADIR%%/missions/sounds/voice/reachedcoordinates.au +%%DATADIR%%/missions/sounds/voice/welcome.au +%%DATADIR%%/missions/ui/newmax/10_down.png +%%DATADIR%%/missions/ui/newmax/10_map.gif +%%DATADIR%%/missions/ui/newmax/10_off.png +%%DATADIR%%/missions/ui/newmax/10_on.png +%%DATADIR%%/missions/ui/newmax/10_up.png +%%DATADIR%%/missions/ui/newmax/11.png +%%DATADIR%%/missions/ui/newmax/12.png +%%DATADIR%%/missions/ui/newmax/13.png +%%DATADIR%%/missions/ui/newmax/14.png +%%DATADIR%%/missions/ui/newmax/15.png +%%DATADIR%%/missions/ui/newmax/16_down.png +%%DATADIR%%/missions/ui/newmax/16_map.gif +%%DATADIR%%/missions/ui/newmax/16_off.png +%%DATADIR%%/missions/ui/newmax/16_on.png +%%DATADIR%%/missions/ui/newmax/16_up.png +%%DATADIR%%/missions/ui/newmax/17_down.png +%%DATADIR%%/missions/ui/newmax/17_map.gif +%%DATADIR%%/missions/ui/newmax/17_off.png +%%DATADIR%%/missions/ui/newmax/17_on.png +%%DATADIR%%/missions/ui/newmax/17_up.png +%%DATADIR%%/missions/ui/newmax/1_down.png +%%DATADIR%%/missions/ui/newmax/1_map.gif +%%DATADIR%%/missions/ui/newmax/1_off.png +%%DATADIR%%/missions/ui/newmax/1_on.png +%%DATADIR%%/missions/ui/newmax/1_up.png +%%DATADIR%%/missions/ui/newmax/2_down.png +%%DATADIR%%/missions/ui/newmax/2_map.gif +%%DATADIR%%/missions/ui/newmax/2_off.png +%%DATADIR%%/missions/ui/newmax/2_on.png +%%DATADIR%%/missions/ui/newmax/2_up.png +%%DATADIR%%/missions/ui/newmax/3.png +%%DATADIR%%/missions/ui/newmax/4_down.png +%%DATADIR%%/missions/ui/newmax/4_map.gif +%%DATADIR%%/missions/ui/newmax/4_off.png +%%DATADIR%%/missions/ui/newmax/4_on.png +%%DATADIR%%/missions/ui/newmax/4_up.png +%%DATADIR%%/missions/ui/newmax/5_down.png +%%DATADIR%%/missions/ui/newmax/5_map.gif +%%DATADIR%%/missions/ui/newmax/5_off.png +%%DATADIR%%/missions/ui/newmax/5_on.png +%%DATADIR%%/missions/ui/newmax/5_up.png +%%DATADIR%%/missions/ui/newmax/6.png +%%DATADIR%%/missions/ui/newmax/7_down.png +%%DATADIR%%/missions/ui/newmax/7_map.gif +%%DATADIR%%/missions/ui/newmax/7_off.png +%%DATADIR%%/missions/ui/newmax/7_on.png +%%DATADIR%%/missions/ui/newmax/7_up.png +%%DATADIR%%/missions/ui/newmax/8.png +%%DATADIR%%/missions/ui/newmax/9_down.png +%%DATADIR%%/missions/ui/newmax/9_map.gif +%%DATADIR%%/missions/ui/newmax/9_off.png +%%DATADIR%%/missions/ui/newmax/9_on.png +%%DATADIR%%/missions/ui/newmax/9_up.png +%%DATADIR%%/missions/ui/newmax/pspbrwse.jbf +%%DATADIR%%/missions/ui/rescue/com_down.png +%%DATADIR%%/missions/ui/rescue/com_map.gif +%%DATADIR%%/missions/ui/rescue/com_off.png +%%DATADIR%%/missions/ui/rescue/com_on.png +%%DATADIR%%/missions/ui/rescue/com_up.png +%%DATADIR%%/missions/ui/rescue/command_down.png +%%DATADIR%%/missions/ui/rescue/command_map.gif +%%DATADIR%%/missions/ui/rescue/command_off.png +%%DATADIR%%/missions/ui/rescue/command_on.png +%%DATADIR%%/missions/ui/rescue/command_up.png +%%DATADIR%%/missions/ui/rescue/gap.png +%%DATADIR%%/missions/ui/rescue/info_down.png +%%DATADIR%%/missions/ui/rescue/info_map.gif +%%DATADIR%%/missions/ui/rescue/info_off.png +%%DATADIR%%/missions/ui/rescue/info_on.png +%%DATADIR%%/missions/ui/rescue/info_up.png +%%DATADIR%%/missions/ui/rescue/new_down.png +%%DATADIR%%/missions/ui/rescue/new_map.gif +%%DATADIR%%/missions/ui/rescue/new_off.png +%%DATADIR%%/missions/ui/rescue/new_on.png +%%DATADIR%%/missions/ui/rescue/new_up.png +%%DATADIR%%/missions/ui/rescue/pspbrwse.jbf +%%DATADIR%%/missions/ui/rescue/scroll_down.png +%%DATADIR%%/missions/ui/rescue/scroll_map.gif +%%DATADIR%%/missions/ui/rescue/scroll_off.png +%%DATADIR%%/missions/ui/rescue/scroll_on.png +%%DATADIR%%/missions/ui/rescue/scroll_up.png +%%DATADIR%%/missions/ui/rescue/toolbar_down.png +%%DATADIR%%/missions/ui/rescue/toolbar_map.gif +%%DATADIR%%/missions/ui/rescue/toolbar_off.png +%%DATADIR%%/missions/ui/rescue/toolbar_on.png +%%DATADIR%%/missions/ui/rescue/toolbar_up.png +%%DATADIR%%/missions/ui/rescuemax/0_down.png +%%DATADIR%%/missions/ui/rescuemax/0_map.gif +%%DATADIR%%/missions/ui/rescuemax/0_off.png +%%DATADIR%%/missions/ui/rescuemax/0_on.png +%%DATADIR%%/missions/ui/rescuemax/0_up.png +%%DATADIR%%/missions/ui/rescuemax/10_down.png +%%DATADIR%%/missions/ui/rescuemax/10_map.gif +%%DATADIR%%/missions/ui/rescuemax/10_off.png +%%DATADIR%%/missions/ui/rescuemax/10_on.png +%%DATADIR%%/missions/ui/rescuemax/10_up.png +%%DATADIR%%/missions/ui/rescuemax/11.png +%%DATADIR%%/missions/ui/rescuemax/12.png +%%DATADIR%%/missions/ui/rescuemax/13_down.png +%%DATADIR%%/missions/ui/rescuemax/13_map.gif +%%DATADIR%%/missions/ui/rescuemax/13_off.png +%%DATADIR%%/missions/ui/rescuemax/13_on.png +%%DATADIR%%/missions/ui/rescuemax/13_up.png +%%DATADIR%%/missions/ui/rescuemax/14.png +%%DATADIR%%/missions/ui/rescuemax/15_down.png +%%DATADIR%%/missions/ui/rescuemax/15_map.gif +%%DATADIR%%/missions/ui/rescuemax/15_off.png +%%DATADIR%%/missions/ui/rescuemax/15_on.png +%%DATADIR%%/missions/ui/rescuemax/15_up.png +%%DATADIR%%/missions/ui/rescuemax/16_down.png +%%DATADIR%%/missions/ui/rescuemax/16_map.gif +%%DATADIR%%/missions/ui/rescuemax/16_off.png +%%DATADIR%%/missions/ui/rescuemax/16_on.png +%%DATADIR%%/missions/ui/rescuemax/16_up.png +%%DATADIR%%/missions/ui/rescuemax/17_down.png +%%DATADIR%%/missions/ui/rescuemax/17_map.gif +%%DATADIR%%/missions/ui/rescuemax/17_off.png +%%DATADIR%%/missions/ui/rescuemax/17_on.png +%%DATADIR%%/missions/ui/rescuemax/17_up.png +%%DATADIR%%/missions/ui/rescuemax/1_down.png +%%DATADIR%%/missions/ui/rescuemax/1_map.gif +%%DATADIR%%/missions/ui/rescuemax/1_off.png +%%DATADIR%%/missions/ui/rescuemax/1_on.png +%%DATADIR%%/missions/ui/rescuemax/1_up.png +%%DATADIR%%/missions/ui/rescuemax/2_down.png +%%DATADIR%%/missions/ui/rescuemax/2_map.gif +%%DATADIR%%/missions/ui/rescuemax/2_off.png +%%DATADIR%%/missions/ui/rescuemax/2_on.png +%%DATADIR%%/missions/ui/rescuemax/2_up.png +%%DATADIR%%/missions/ui/rescuemax/3.png +%%DATADIR%%/missions/ui/rescuemax/4.png +%%DATADIR%%/missions/ui/rescuemax/5.png +%%DATADIR%%/missions/ui/rescuemax/6.png +%%DATADIR%%/missions/ui/rescuemax/7_down.png +%%DATADIR%%/missions/ui/rescuemax/7_map.gif +%%DATADIR%%/missions/ui/rescuemax/7_off.png +%%DATADIR%%/missions/ui/rescuemax/7_on.png +%%DATADIR%%/missions/ui/rescuemax/7_up.png +%%DATADIR%%/missions/ui/rescuemax/8.png +%%DATADIR%%/missions/ui/rescuemax/9_down.png +%%DATADIR%%/missions/ui/rescuemax/9_map.gif +%%DATADIR%%/missions/ui/rescuemax/9_off.png +%%DATADIR%%/missions/ui/rescuemax/9_on.png +%%DATADIR%%/missions/ui/rescuemax/9_up.png +%%DATADIR%%/missions/ui/rescuemax/pspbrwse.jbf +share/pixmaps/rescue.png +@dirrm %%DATADIR%%/missions/ui/rescuemax +@dirrm %%DATADIR%%/missions/ui/rescue +@dirrm %%DATADIR%%/missions/ui/newmax +@dirrm %%DATADIR%%/missions/ui +@dirrm %%DATADIR%%/missions/sounds/voice +@dirrm %%DATADIR%%/missions/sounds/music +@dirrm %%DATADIR%%/missions/sounds/effect +@dirrm %%DATADIR%%/missions/sounds +@dirrm %%DATADIR%%/missions/so/sosmall +@dirrm %%DATADIR%%/missions/so/soinfo +@dirrm %%DATADIR%%/missions/so/sobig +@dirrm %%DATADIR%%/missions/so +@dirrm %%DATADIR%%/missions/preview +@dirrm %%DATADIR%%/missions +@dirrm %%DATADIR%%/lib +@dirrm %%DATADIR%%/help/images +@dirrm %%DATADIR%%/help +@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 18:09:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 91525675; Wed, 18 Sep 2013 18:09:12 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6F8EA2BE9; Wed, 18 Sep 2013 18:09:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8II9Cgo060023; Wed, 18 Sep 2013 18:09:12 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8II9Bvl060009; Wed, 18 Sep 2013 18:09:11 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201309181809.r8II9Bvl060009@svn.freebsd.org> From: Mark Felder Date: Wed, 18 Sep 2013 18:09:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327570 - in head/sysutils: . mfid mfid/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.14 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: Wed, 18 Sep 2013 18:09:12 -0000 Author: feld Date: Wed Sep 18 18:09:11 2013 New Revision: 327570 URL: http://svnweb.freebsd.org/changeset/ports/327570 Log: add new port: sysutils/mfid mfid is a monitoring daemon for mfi raid controllers designed by our very own jhb@ when he worked at Yahoo. Approved by: crees (mentor), sbruno Sponsored by: Yahoo Added: head/sysutils/mfid/ head/sysutils/mfid/Makefile (contents, props changed) head/sysutils/mfid/distinfo (contents, props changed) head/sysutils/mfid/files/ head/sysutils/mfid/files/mfid.in (contents, props changed) head/sysutils/mfid/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Sep 18 17:33:42 2013 (r327569) +++ head/sysutils/Makefile Wed Sep 18 18:09:11 2013 (r327570) @@ -509,6 +509,7 @@ SUBDIR += memtest86 SUBDIR += memtest86+ SUBDIR += metalog + SUBDIR += mfid SUBDIR += mgeupsd SUBDIR += minirsyslogd SUBDIR += mixer Added: head/sysutils/mfid/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mfid/Makefile Wed Sep 18 18:09:11 2013 (r327570) @@ -0,0 +1,18 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= mfid +PORTVERSION= 0.01 +CATEGORIES= sysutils +MASTER_SITES= https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/ + +MAINTAINER= feld@FreeBSD.org +COMMENT= Monitoring daemon for mfi RAID controllers + +USE_RC_SUBR= mfid +PLIST_FILES+= sbin/mfid + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/mfid ${PREFIX}/sbin/mfid + +.include Added: head/sysutils/mfid/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mfid/distinfo Wed Sep 18 18:09:11 2013 (r327570) @@ -0,0 +1,2 @@ +SHA256 (mfid-0.01.tar.gz) = 5f6814849555343620fd14fb3ce97448146e1b3f262b75c9696aa9de41772863 +SIZE (mfid-0.01.tar.gz) = 6535 Added: head/sysutils/mfid/files/mfid.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mfid/files/mfid.in Wed Sep 18 18:09:11 2013 (r327570) @@ -0,0 +1,27 @@ +#!/bin/sh +# +# $FreeBSD$ + +# PROVIDE: mfid +# REQUIRE: root ldconfig devfs syslogd mail +# KEYWORD: nojail noyroot shutdown + +. /etc/rc.subr + +name=mfid +rcvar=mfid_enable +load_rc_config $name + +raid_alert_mailto=${mfid_alert_mailto:-"root@localhost"} +start_cmd=mfid_start +stop_cmd="killall -9 mfid > /dev/null 2>&1" + +mfid_start() +{ + if [ -x "%%PREFIX%%/sbin/mfid" -a -e "/dev/mfi0" ]; then + echo "Starting mfid." + %%PREFIX%%/sbin/mfid ${raid_alert_mailto} + fi +} + +run_rc_command "$1" Added: head/sysutils/mfid/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mfid/pkg-descr Wed Sep 18 18:09:11 2013 (r327570) @@ -0,0 +1,3 @@ +Monitoring daemon for mfi RAID controllers + +WWW: http://www.freebsd.org/ From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 18:11:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 679B9781; Wed, 18 Sep 2013 18:11:01 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 46E512C26; Wed, 18 Sep 2013 18:11:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IIB1rq062633; Wed, 18 Sep 2013 18:11:01 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IIB0mH062620; Wed, 18 Sep 2013 18:11:00 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201309181811.r8IIB0mH062620@svn.freebsd.org> From: Mark Felder Date: Wed, 18 Sep 2013 18:11:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327571 - in head/sysutils: . mptd mptd/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.14 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: Wed, 18 Sep 2013 18:11:01 -0000 Author: feld Date: Wed Sep 18 18:10:59 2013 New Revision: 327571 URL: http://svnweb.freebsd.org/changeset/ports/327571 Log: add new port: sysutils/mptd mptd is a monitoring daemon for mpt raid controllers designed by our very own jhb@ when he worked at Yahoo. Approved by: crees (mentor), sbruno Sponsored by: Yahoo Added: head/sysutils/mptd/ head/sysutils/mptd/Makefile (contents, props changed) head/sysutils/mptd/distinfo (contents, props changed) head/sysutils/mptd/files/ head/sysutils/mptd/files/mptd.in (contents, props changed) head/sysutils/mptd/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Sep 18 18:09:11 2013 (r327570) +++ head/sysutils/Makefile Wed Sep 18 18:10:59 2013 (r327571) @@ -534,6 +534,7 @@ SUBDIR += mount.app SUBDIR += mountsmb2 SUBDIR += mpiexec + SUBDIR += mptd SUBDIR += msktutil SUBDIR += msyslog SUBDIR += mtpfs Added: head/sysutils/mptd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mptd/Makefile Wed Sep 18 18:10:59 2013 (r327571) @@ -0,0 +1,18 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= mptd +PORTVERSION= 0.01 +CATEGORIES= sysutils +MASTER_SITES= https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/ + +MAINTAINER= feld@FreeBSD.org +COMMENT= Monitoring daemon for mpt RAID controllers + +USE_RC_SUBR= mptd +PLIST_FILES+= sbin/mptd + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/mptd ${PREFIX}/sbin/mptd + +.include Added: head/sysutils/mptd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mptd/distinfo Wed Sep 18 18:10:59 2013 (r327571) @@ -0,0 +1,2 @@ +SHA256 (mptd-0.01.tar.gz) = efa6d9c463b4064a220019d89e14d9ca3cfd0d7b645f99e20456d05b8dcef220 +SIZE (mptd-0.01.tar.gz) = 8342 Added: head/sysutils/mptd/files/mptd.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mptd/files/mptd.in Wed Sep 18 18:10:59 2013 (r327571) @@ -0,0 +1,28 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# PROVIDE: mptd +# REQUIRE: dumpon root ldconfig devfs syslogd mail +# KEYWORD: nojail noyroot shutdown + +. /etc/rc.subr + +name=mptd +rcvar=mptd_enable +load_rc_config $name + +raid_alert_mailto=${mptd_raid_alert_mailto:-"root@localhost"} +start_cmd=mptd_start +stop_cmd="killall -9 mptd > /dev/null 2>&1" + +mptd_start() +{ + if [ -x "%%PREFIX%%/bin/mptd" -a -e "/dev/mpt0" ]; then + echo "Starting mptd." + %%PREFIX%%/bin/mptd ${raid_alert_mailto} + fi +} + +run_rc_command "$1" Added: head/sysutils/mptd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/mptd/pkg-descr Wed Sep 18 18:10:59 2013 (r327571) @@ -0,0 +1,3 @@ +Monitoring daemon for mpt RAID controllers + +WWW: http://www.freebsd.org/ From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 18:39:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7F77DF5E; Wed, 18 Sep 2013 18:39:15 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6CB5E2DB1; Wed, 18 Sep 2013 18:39:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IIdFUh076143; Wed, 18 Sep 2013 18:39:15 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IIdFxj076141; Wed, 18 Sep 2013 18:39:15 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309181839.r8IIdFxj076141@svn.freebsd.org> From: Boris Samorodov Date: Wed, 18 Sep 2013 18:39:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327572 - in head: textproc/sphinxsearch www/xapian-omega10 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.14 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: Wed, 18 Sep 2013 18:39:15 -0000 Author: bsam Date: Wed Sep 18 18:39:14 2013 New Revision: 327572 URL: http://svnweb.freebsd.org/changeset/ports/327572 Log: Add explicit LDFLAGS+=${ICONV_LIB} when iconv is used. Submitted by: marino (via e-mail) Approved by: portmgr (bapt, implicit) Modified: head/textproc/sphinxsearch/Makefile head/www/xapian-omega10/Makefile Modified: head/textproc/sphinxsearch/Makefile ============================================================================== --- head/textproc/sphinxsearch/Makefile Wed Sep 18 18:10:59 2013 (r327571) +++ head/textproc/sphinxsearch/Makefile Wed Sep 18 18:39:14 2013 (r327572) @@ -65,6 +65,7 @@ CONFIGURE_ARGS+= --without-pgsql .if ${PORT_OPTIONS:MICONV} CONFIGURE_ARGS+= --with-iconv USES+= iconv +LDFLAGS+= ${ICONV_LIB} .else CONFIGURE_ARGS+= --without-iconv .endif Modified: head/www/xapian-omega10/Makefile ============================================================================== --- head/www/xapian-omega10/Makefile Wed Sep 18 18:10:59 2013 (r327571) +++ head/www/xapian-omega10/Makefile Wed Sep 18 18:39:14 2013 (r327572) @@ -43,6 +43,7 @@ PORTSCOUT= limit:^1\.0\. .if ${PORT_OPTIONS:MICONV} USES+= iconv CONFIGURE_ARGS+= --with-iconv +LDFLAGS+= ${ICONV_LIB} .else CONFIGURE_ARGS+= --without-iconv .endif From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 20:07:28 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5F2C4B61; Wed, 18 Sep 2013 20:07:28 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4C9FC233C; Wed, 18 Sep 2013 20:07:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IK7S9b023371; Wed, 18 Sep 2013 20:07:28 GMT (envelope-from mi@svn.freebsd.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IK7Sdl023370; Wed, 18 Sep 2013 20:07:28 GMT (envelope-from mi@svn.freebsd.org) Message-Id: <201309182007.r8IK7Sdl023370@svn.freebsd.org> From: Mikhail Teterin Date: Wed, 18 Sep 2013 20:07:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327573 - head/devel/tcl-trf/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.14 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: Wed, 18 Sep 2013 20:07:28 -0000 Author: mi Date: Wed Sep 18 20:07:27 2013 New Revision: 327573 URL: http://svnweb.freebsd.org/changeset/ports/327573 Log: Fix the build in case, a stricter compiler and Tcl-8.6 are used. Keep compatibility with Tcl-8.4, however. Notified by: pkg-fallout@ Modified: head/devel/tcl-trf/files/patch-warnings Modified: head/devel/tcl-trf/files/patch-warnings ============================================================================== --- head/devel/tcl-trf/files/patch-warnings Wed Sep 18 18:39:14 2013 (r327572) +++ head/devel/tcl-trf/files/patch-warnings Wed Sep 18 20:07:27 2013 (r327573) @@ -19,7 +19,7 @@ Trf_InitStubs(interp, version, exact) Tcl_Interp *interp; --- generic/registry.c 2009-06-18 00:54:44.000000000 -0400 -+++ generic/registry.c 2009-07-12 21:05:24.000000000 -0400 ++++ generic/registry.c 2013-09-18 15:16:57.000000000 -0400 @@ -1405,5 +1405,5 @@ * [Bug 2788106]. */ @@ -27,3 +27,25 @@ + ckfree((void *)trans); DONE (TrfClose); +@@ -1835,5 +1835,4 @@ + TrfTransformationInstance* trans = (TrfTransformationInstance*) instanceData; + int result; +- Tcl_Channel parent; + int newLoc; + +@@ -1841,6 +1840,4 @@ + PRINT ("(Mode = %d, Offset = %ld)\n", mode, offset); FL; + +- parent = DOWNC (trans); +- + /* + * Several things to look at before deciding what to do. +@@ -3398,5 +3395,7 @@ + * blowing the stack. + */ +- ++#if TCL_MAJOR_VERSION > 8 || TCL_MINOR_VERSION > 4 ++ const ++#endif + Tcl_ChannelType* parentType = Tcl_GetChannelType (parent); + Tcl_DriverSeekProc* parentSeekProc = Tcl_ChannelSeekProc (parentType); From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 20:54:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7B82C558; Wed, 18 Sep 2013 20:54:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 691B925C2; Wed, 18 Sep 2013 20:54:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IKsPKv049102; Wed, 18 Sep 2013 20:54:25 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IKsPcw049100; Wed, 18 Sep 2013 20:54:25 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309182054.r8IKsPcw049100@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Sep 2013 20:54:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327574 - head/devel/p5-Array-Iterator 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.14 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: Wed, 18 Sep 2013 20:54:25 -0000 Author: sunpoet Date: Wed Sep 18 20:54:24 2013 New Revision: 327574 URL: http://svnweb.freebsd.org/changeset/ports/327574 Log: - Update to 0.11 Changes: http://search.cpan.org/dist/Array-Iterator/Changes Modified: head/devel/p5-Array-Iterator/Makefile head/devel/p5-Array-Iterator/distinfo Modified: head/devel/p5-Array-Iterator/Makefile ============================================================================== --- head/devel/p5-Array-Iterator/Makefile Wed Sep 18 20:07:27 2013 (r327573) +++ head/devel/p5-Array-Iterator/Makefile Wed Sep 18 20:54:24 2013 (r327574) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Array-Iterator -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Set of array iterators -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +TEST_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USE_PERL5= configure USES= perl5 @@ -20,7 +21,4 @@ MAN3= Array::Iterator.3 \ Array::Iterator::Circular.3 \ Array::Iterator::Reusable.3 -post-patch: - @${FIND} ${WRKSRC}/lib/ -name '*.orig' -delete - .include Modified: head/devel/p5-Array-Iterator/distinfo ============================================================================== --- head/devel/p5-Array-Iterator/distinfo Wed Sep 18 20:07:27 2013 (r327573) +++ head/devel/p5-Array-Iterator/distinfo Wed Sep 18 20:54:24 2013 (r327574) @@ -1,2 +1,2 @@ -SHA256 (Array-Iterator-0.10.tar.gz) = 5795f2937f305f271d457b768159611965c0bc663249e239a037187d9f51f31e -SIZE (Array-Iterator-0.10.tar.gz) = 24927 +SHA256 (Array-Iterator-0.11.tar.gz) = a2c1498cb3bdc3622c8c1ce2afd2f45c7ab00fb6bebb2b08ba290d610fb158d4 +SIZE (Array-Iterator-0.11.tar.gz) = 21579 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 21:01:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 899506E8; Wed, 18 Sep 2013 21:01:45 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 668A72624; Wed, 18 Sep 2013 21:01:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IL1j0u053103; Wed, 18 Sep 2013 21:01:45 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IL1hb8053090; Wed, 18 Sep 2013 21:01:43 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309182101.r8IL1hb8053090@svn.freebsd.org> From: Pietro Cerutti Date: Wed, 18 Sep 2013 21:01:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327575 - in head: lang/tcl85 lang/tcl85/files x11-toolkits/tk85 x11-toolkits/tk85/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.14 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: Wed, 18 Sep 2013 21:01:45 -0000 Author: gahr Date: Wed Sep 18 21:01:43 2013 New Revision: 327575 URL: http://svnweb.freebsd.org/changeset/ports/327575 Log: - Update Tcl/Tk 8.5 to 8.5.15 Release notes: http://code.activestate.com/lists/tcl-core/13585/ Modified: head/lang/tcl85/Makefile head/lang/tcl85/distinfo head/lang/tcl85/files/patch-unix-Makefile.in head/lang/tcl85/files/patch-unix-configure (contents, props changed) head/lang/tcl85/pkg-plist head/x11-toolkits/tk85/Makefile head/x11-toolkits/tk85/distinfo head/x11-toolkits/tk85/files/patch-unix::Makefile.in head/x11-toolkits/tk85/files/patch-unix::configure (contents, props changed) Modified: head/lang/tcl85/Makefile ============================================================================== --- head/lang/tcl85/Makefile Wed Sep 18 20:54:24 2013 (r327574) +++ head/lang/tcl85/Makefile Wed Sep 18 21:01:43 2013 (r327575) @@ -2,11 +2,12 @@ # $FreeBSD$ PORTNAME= tcl -PORTVERSION= 8.5.14 -PORTREVISION= 1 +DISTVERSION= 8.5.15 CATEGORIES= lang -MASTER_SITES= SF/tcl/Tcl/${PORTVERSION} -DISTNAME= tcl${PORTVERSION}-src +MASTER_SITES= ${MASTER_SITE_TCLTK} \ + SF/tcl/Tcl/${PORTVERSION} +MASTER_SITE_SUBDIR=tcl8_5 +DISTNAME= ${PORTNAME}${DISTVERSION}-src MAINTAINER= tcltk@FreeBSD.org COMMENT= Tool Command Language Modified: head/lang/tcl85/distinfo ============================================================================== --- head/lang/tcl85/distinfo Wed Sep 18 20:54:24 2013 (r327574) +++ head/lang/tcl85/distinfo Wed Sep 18 21:01:43 2013 (r327575) @@ -1,2 +1,2 @@ -SHA256 (tcl8.5.14-src.tar.gz) = 7494e94f1e195a505c542a3c50e01589d2f8bfd19597382827a895fa1c471f2d -SIZE (tcl8.5.14-src.tar.gz) = 4528533 +SHA256 (tcl8.5.15-src.tar.gz) = f24eaae461795e6b09bf54c7e9f38def025892da55f26008c16413cfdda2884e +SIZE (tcl8.5.15-src.tar.gz) = 4536117 Modified: head/lang/tcl85/files/patch-unix-Makefile.in ============================================================================== --- head/lang/tcl85/files/patch-unix-Makefile.in Wed Sep 18 20:54:24 2013 (r327574) +++ head/lang/tcl85/files/patch-unix-Makefile.in Wed Sep 18 21:01:43 2013 (r327575) @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2013-04-03 16:58:41.000000000 +0200 -+++ Makefile.in 2013-04-03 17:13:01.000000000 +0200 +--- Makefile.in.orig 2013-08-30 18:26:25.000000000 +0200 ++++ Makefile.in 2013-09-02 15:13:47.000000000 +0200 @@ -54,6 +54,8 @@ # Directory in which to install the include file tcl.h: @@ -81,7 +81,7 @@ do \ if [ ! -d "$(SCRIPT_INSTALL_DIR)"/$$i ] ; then \ echo "Making directory $(SCRIPT_INSTALL_DIR)/$$i"; \ -@@ -748,13 +766,17 @@ +@@ -748,51 +766,53 @@ fi; \ done; @echo "Installing header files to $(INCLUDE_INSTALL_DIR)/"; @@ -104,56 +104,66 @@ @echo "Installing library files to $(SCRIPT_INSTALL_DIR)/"; @for i in $(TOP_DIR)/library/*.tcl $(TOP_DIR)/library/tclIndex \ $(UNIX_DIR)/tclAppInit.c @LDAIX_SRC@ @DTRACE_SRC@; \ -@@ -766,32 +788,31 @@ do \ - $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ + $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"; \ done; -- @echo "Installing package http 2.7.11 as a Tcl Module"; -- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/http-2.7.11.tm; +- @echo "Installing package http1.0 files to $(SCRIPT_INSTALL_DIR)/http1.0/"; +- @for i in $(TOP_DIR)/library/http1.0/*.tcl ; \ +- do \ +- $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ +- done; +- @echo "Installing package http 2.7.12 as a Tcl Module"; +- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/http-2.7.12.tm; ++ @echo "Installing encoding files to $(SCRIPT_INSTALL_DIR)/encoding/"; ++ @for i in $(TOP_DIR)/library/encoding/*.enc ; do \ ++ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/encoding; \ ++ done; ++ @echo "Customizing tcl module path"; ++ @echo "::tcl::tm::path add {$(SCRIPT_INSTALL_DIR)}" >> \ ++ "$(SCRIPT_INSTALL_DIR)"/tm.tcl; ++ ++install-tm: @echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/opt0.4; \ done; -- @echo "Installing package msgcat 1.5.1 as a Tcl Module"; -- @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.5.1.tm; -- @echo "Installing package tcltest 2.3.5 as a Tcl Module"; ++ @echo "Installing package http 2.7.12 as a Tcl Module"; ++ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/http-2.7.12.tm + @echo "Installing package msgcat 1.5.2 as a Tcl Module"; +- @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.5.2.tm; ++ @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/msgcat-1.5.2.tm + @echo "Installing package tcltest 2.3.5 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.5.tm; - -- @echo "Installing package platform 1.0.11 as a Tcl Module"; -- @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.11.tm; -- @echo "Installing package platform::shell 1.1.4 as a Tcl Module"; ++ @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/tcltest-2.3.5.tm + @echo "Installing package platform 1.0.12 as a Tcl Module"; +- @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.12.tm; ++ @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/platform-1.0.12.tm + @echo "Installing package platform::shell 1.1.4 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform/shell-1.1.4.tm; - - @echo "Installing encoding files to $(SCRIPT_INSTALL_DIR)/encoding/"; - @for i in $(TOP_DIR)/library/encoding/*.enc ; do \ - $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/encoding; \ - done; +- @echo "Installing encoding files to $(SCRIPT_INSTALL_DIR)/encoding/"; +- @for i in $(TOP_DIR)/library/encoding/*.enc ; do \ +- $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/encoding; \ +- done; - @if [ -n "$(TCL_MODULE_PATH)" -a -f $(TOP_DIR)/library/tm.tcl ]; then \ - echo "Customizing tcl module path"; \ - echo "if {![interp issafe]} { ::tcl::tm::roots {$(TCL_MODULE_PATH)} }" >> \ - "$(SCRIPT_INSTALL_DIR)"/tm.tcl; \ - fi -+ @echo "Customizing tcl module path"; -+ @echo "::tcl::tm::path add {$(SCRIPT_INSTALL_DIR)}" >> \ -+ "$(SCRIPT_INSTALL_DIR)"/tm.tcl; -+ -+install-tm: -+ @echo "Installing package http 2.7.11 as a Tcl Module"; -+ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/http-2.7.11.tm -+ @echo "Installing package msgcat 1.5.1 as a Tcl Module"; -+ @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/msgcat-1.5.1.tm -+ @echo "Installing package tcltest 2.3.5 as a Tcl Module"; -+ @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/tcltest-2.3.5.tm -+ @echo "Installing package platform 1.0.11 as a Tcl Module"; -+ @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/platform-1.0.11.tm -+ @echo "Installing package platform::shell 1.1.4 as a Tcl Module"; +- + @$(INSTALL_DATA_DIR) "$(SCRIPT_INSTALL_DIR)"/platform; + @$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl "$(SCRIPT_INSTALL_DIR)"/platform/shell-1.1.4.tm - ++ @echo "Installing package http1.0 files to $(SCRIPT_INSTALL_DIR)/http1.0/"; ++ @for i in $(TOP_DIR)/library/http1.0/*.tcl ; \ ++ do \ ++ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ ++ done; install-tzdata: @for i in tzdata; \ -@@ -1564,7 +1585,7 @@ + do \ +@@ -1564,7 +1584,7 @@ match=1; \ fi; \ done; \ @@ -162,7 +172,7 @@ done # -@@ -1581,7 +1602,7 @@ +@@ -1581,7 +1601,7 @@ match=1; \ fi; \ done; \ Modified: head/lang/tcl85/files/patch-unix-configure ============================================================================== --- head/lang/tcl85/files/patch-unix-configure Wed Sep 18 20:54:24 2013 (r327574) +++ head/lang/tcl85/files/patch-unix-configure Wed Sep 18 21:01:43 2013 (r327575) @@ -39,12 +39,3 @@ TCL_LIB_VERSIONS_OK=nodots ;; esac -@@ -7677,7 +7677,7 @@ - # This configuration from FreeBSD Ports. - SHLIB_CFLAGS="-fPIC" - SHLIB_LD="${CC} -shared" -- TCL_SHLIB_LD_EXTRAS="-soname \$@" -+ TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\$@" - SHLIB_SUFFIX=".so" - DL_OBJS="tclLoadDl.o" - DL_LIBS="" Modified: head/lang/tcl85/pkg-plist ============================================================================== --- head/lang/tcl85/pkg-plist Wed Sep 18 20:54:24 2013 (r327574) +++ head/lang/tcl85/pkg-plist Wed Sep 18 21:01:43 2013 (r327575) @@ -861,10 +861,10 @@ lib/tcl%%TCL_VER%%/word.tcl %%TZDATA%%@dirrm lib/tcl%%TCL_VER%%/tzdata/America %%TZDATA%%@dirrm lib/tcl%%TCL_VER%%/tzdata/Africa %%TZDATA%%@dirrm lib/tcl%%TCL_VER%%/tzdata -%%MODULES%%lib/tcl%%TCL_VER%%/http-2.7.11.tm +%%MODULES%%lib/tcl%%TCL_VER%%/http-2.7.12.tm %%MODULES%%lib/tcl%%TCL_VER%%/platform/shell-1.1.4.tm -%%MODULES%%lib/tcl%%TCL_VER%%/platform-1.0.11.tm -%%MODULES%%lib/tcl%%TCL_VER%%/msgcat-1.5.1.tm +%%MODULES%%lib/tcl%%TCL_VER%%/platform-1.0.12.tm +%%MODULES%%lib/tcl%%TCL_VER%%/msgcat-1.5.2.tm %%MODULES%%lib/tcl%%TCL_VER%%/tcltest-2.3.5.tm @dirrm lib/tcl%%TCL_VER%%/platform @dirrm lib/tcl%%TCL_VER%%/opt0.4 Modified: head/x11-toolkits/tk85/Makefile ============================================================================== --- head/x11-toolkits/tk85/Makefile Wed Sep 18 20:54:24 2013 (r327574) +++ head/x11-toolkits/tk85/Makefile Wed Sep 18 21:01:43 2013 (r327575) @@ -2,11 +2,12 @@ # $FreeBSD$ PORTNAME= tk -PORTVERSION= 8.5.14 -PORTREVISION= 1 +DISTVERSION= 8.5.15 CATEGORIES= x11-toolkits -MASTER_SITES= SF/tcl/Tcl/${PORTVERSION} -DISTNAME= ${PORTNAME}${PORTVERSION}-src +MASTER_SITES= ${MASTER_SITE_TCLTK} \ + SF/tcl/Tcl/${PORTVERSION} +MASTER_SITE_SUBDIR=tcl8_5 +DISTNAME= ${PORTNAME}${DISTVERSION}-src MAINTAINER= tcltk@FreeBSD.org COMMENT= Graphical toolkit for Tcl @@ -16,15 +17,19 @@ LICENSE= BSD LICENSE_TERMS= ${WRKSRC}/../license.terms LATEST_LINK= tk85 -USE_XORG= x11 +USE_XORG= x11 xft xscrnsaver USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}/unix GNU_CONFIGURE= yes TK_VER= 8.5 SHORT_TK_VER= 85 -CONFIGURE_ARGS= --enable-shared --with-tcl=${TCL_LIBDIR} \ - --includedir=${PREFIX}/include/tk${TK_VER} \ - --enable-man-suffix=.${MAN_SUFFIX} +CONFIGURE_ARGS= --enable-shared \ + --enable-xss \ + --enable-xft \ + --enable-man-suffix=.${MAN_SUFFIX} \ + --with-tcl=${TCL_LIBDIR} \ + --includedir=${PREFIX}/include/tk${TK_VER} + CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TK_LIB_FILE=libtk${SHORT_TK_VER}.so.1 \ ac_cv_path_tclsh="${LOCALBASE}/bin/tclsh${TK_VER}" LATEST_LINK= ${PORTNAME}${SHORT_TK_VER} @@ -39,13 +44,11 @@ MANCOMPRESSED= no DATADIR= ${PREFIX}/share/${PORTNAME}${TK_VER} SUB_FILES= pkgIndex.tcl - USE_TCL= ${SHORT_TK_VER} -OPTIONS_DEFINE= TK85_MAN XFT DEMOS THREADS -OPTIONS_DEFAULT= XFT THREADS +OPTIONS_DEFINE= TK85_MAN DEMOS THREADS +OPTIONS_DEFAULT=THREADS TK85_MAN_DESC= Install tk 8.5 function manpages -XFT_DESC= Use Xft fonts DEMOS_DESC= Install demos SUB_LIST+= TCLPATCHLEVEL="${PORTVERSION}" @@ -54,13 +57,6 @@ SUB_LIST+= TCLPATCHLEVEL="${PORTVERSION} DATADIR= ${PREFIX}/share/${PORTNAME}${TCL_VER} -.if ${PORT_OPTIONS:MXFT} -CONFIGURE_ARGS+= --enable-xft -LIB_DEPENDS+= Xft:${PORTSDIR}/x11-fonts/libXft -.else -CONFIGURE_ARGS+= --disable-xft -.endif - .if ${PORT_OPTIONS:MTHREADS} CONFIGURE_ARGS+= --enable-threads .else Modified: head/x11-toolkits/tk85/distinfo ============================================================================== --- head/x11-toolkits/tk85/distinfo Wed Sep 18 20:54:24 2013 (r327574) +++ head/x11-toolkits/tk85/distinfo Wed Sep 18 21:01:43 2013 (r327575) @@ -1,2 +1,2 @@ -SHA256 (tk8.5.14-src.tar.gz) = 9a7ba8ce73f8a329bde894954e70f9345cbb07aac1d7e674683c47270b32e1a1 -SIZE (tk8.5.14-src.tar.gz) = 4093990 +SHA256 (tk8.5.15-src.tar.gz) = 815c6706d0b4fdd432fe16b82e7b9adfa1f057c44edd11d28f7c4b0ac104323f +SIZE (tk8.5.15-src.tar.gz) = 4086650 Modified: head/x11-toolkits/tk85/files/patch-unix::Makefile.in ============================================================================== --- head/x11-toolkits/tk85/files/patch-unix::Makefile.in Wed Sep 18 20:54:24 2013 (r327574) +++ head/x11-toolkits/tk85/files/patch-unix::Makefile.in Wed Sep 18 21:01:43 2013 (r327575) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2012-11-09 16:15:03.000000000 +0100 -+++ Makefile.in 2013-01-28 09:24:31.000000000 +0100 -@@ -64,6 +64,8 @@ +--- Makefile.in.orig 2013-08-30 18:28:24.000000000 +0200 ++++ Makefile.in 2013-09-02 16:01:49.000000000 +0200 +@@ -63,6 +63,8 @@ # Directory in which to install the include file tk.h: INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(includedir) @@ -9,7 +9,7 @@ # Path to the private tk header dir: PRIVATE_INCLUDE_DIR = @PRIVATE_INCLUDE_DIR@ -@@ -100,11 +102,11 @@ +@@ -99,11 +101,11 @@ # The directory containing the Tcl sources and headers appropriate # for this version of Tk ("srcdir" will be replaced or has already # been replaced by the configure script): @@ -23,16 +23,16 @@ # The directory containing the Tcl library archive file appropriate # for this version of Tk: -@@ -114,7 +116,7 @@ +@@ -113,7 +115,7 @@ TCL_LIB_FLAG = @TCL_LIB_FLAG@ # Flag, 1: we're building a shared lib, 0 we're not -TK_SHARED_BUILD = @TK_SHARED_BUILD@ -+TK_SHARED_BUILD = ####@TK_SHARED_BUILD@ ++TK_SHARED_BUILD = #####@TK_SHARED_BUILD@ # Subdirectory of $(libdir) containing the pkgIndex.tcl file for loadable Tk TK_PKG_DIR = @TK_PKG_DIR@ -@@ -274,7 +276,7 @@ +@@ -273,7 +275,7 @@ STLIB_LD = @STLIB_LD@ SHLIB_LD = @SHLIB_LD@ SHLIB_LD_LIBS = @SHLIB_LD_LIBS@ @@ -41,7 +41,7 @@ # Additional search flags needed to find the various shared libraries # at run-time. The first symbol is for use when creating a binary -@@ -546,6 +548,8 @@ +@@ -545,6 +547,8 @@ DEMOPROGS = browse hello ixset rmt rolodex square tcolor timer widget @@ -50,7 +50,7 @@ SHELL_ENV = \ @LD_LIBRARY_PATH_VAR@="`pwd`:${TCL_BIN_DIR}:$${@LD_LIBRARY_PATH_VAR@}"; \ export @LD_LIBRARY_PATH_VAR@; \ -@@ -568,6 +572,12 @@ +@@ -567,6 +571,12 @@ ${LIB_FILE}: ${OBJS} ${STUB_LIB_FILE} @LIB_RSRC_FILE@ rm -f $@ @MAKE_LIB@ @@ -63,7 +63,7 @@ ${STUB_LIB_FILE}: ${STUB_LIB_OBJS} rm -f $@ -@@ -672,8 +682,7 @@ +@@ -671,8 +681,7 @@ INSTALL_DEV_TARGETS = install-headers INSTALL_DEMO_TARGETS = install-demos INSTALL_EXTRA_TARGETS = @EXTRA_INSTALL@ @@ -73,7 +73,7 @@ install: $(INSTALL_TARGETS) -@@ -686,7 +695,7 @@ +@@ -685,7 +694,7 @@ # some ranlibs write to current directory, and this might not always be # possible (e.g. if installing as root). @@ -82,7 +82,7 @@ @for i in "$(LIB_INSTALL_DIR)" "$(BIN_INSTALL_DIR)" \ "$(PKG_INSTALL_DIR)" "$(CONFIG_INSTALL_DIR)" ; \ do \ -@@ -717,14 +726,19 @@ +@@ -716,6 +725,10 @@ @echo "Installing $(LIB_FILE) to $(DLL_INSTALL_DIR)/" @@INSTALL_LIB@ @chmod 555 "$(DLL_INSTALL_DIR)/$(LIB_FILE)" @@ -93,6 +93,7 @@ @if test -f "tk${MAJOR_VERSION}${MINOR_VERSION}.dll"; then \ $(INSTALL_LIBRARY) "tk${MAJOR_VERSION}${MINOR_VERSION}.dll" "$(DLL_INSTALL_DIR)";\ chmod 555 "$(DLL_INSTALL_DIR)/tk${MAJOR_VERSION}${MINOR_VERSION}.dll";\ +@@ -724,8 +737,9 @@ fi @echo "Installing ${WISH_EXE} as $(BIN_INSTALL_DIR)/wish$(VERSION)${EXE_SUFFIX}" @$(INSTALL_PROGRAM) ${WISH_EXE} "$(BIN_INSTALL_DIR)/wish$(VERSION)${EXE_SUFFIX}" @@ -100,11 +101,11 @@ - @$(INSTALL_DATA) tkConfig.sh "$(CONFIG_INSTALL_DIR)/tkConfig.sh" + @echo "Installing tkConfig.sh to $(CONFIG_INSTALL_DIR)/tk$(VERSION)" + @mkdir -p "${CONFIG_INSTALL_DIR}"/tk$(VERSION) -+ @$(INSTALL_DATA) tkConfig.sh "$(CONFIG_INSTALL_DIR)/tk$(VERSION)/tkConfig.sh" ++ @$(INSTALL_DATA) tkConfig.sh "$(CONFIG_INSTALL_DIR)"/tk$(VERSION)/tkConfig.sh @if test "$(STUB_LIB_FILE)" != "" ; then \ echo "Installing $(STUB_LIB_FILE) to $(LIB_INSTALL_DIR)/"; \ @INSTALL_STUB_LIB@ ; \ -@@ -827,7 +841,7 @@ +@@ -828,7 +842,7 @@ install-headers: @if test "$(@TK_WINDOWINGSYSTEM@_XLIB_HDRS)" != ""; then \ XLIB_INCLUDE_INSTALL_DIR="$(INCLUDE_INSTALL_DIR)"/X11; fi; \ @@ -113,7 +114,7 @@ do \ if [ -n "$$i" -a ! -d "$$i" ] ; then \ echo "Making directory $$i"; \ -@@ -836,9 +851,12 @@ +@@ -837,9 +851,12 @@ fi; \ done; @echo "Installing header files to $(INCLUDE_INSTALL_DIR)/"; Modified: head/x11-toolkits/tk85/files/patch-unix::configure ============================================================================== --- head/x11-toolkits/tk85/files/patch-unix::configure Wed Sep 18 20:54:24 2013 (r327574) +++ head/x11-toolkits/tk85/files/patch-unix::configure Wed Sep 18 21:01:43 2013 (r327575) @@ -38,12 +38,3 @@ TCL_LIB_VERSIONS_OK=nodots ;; esac -@@ -5883,7 +5884,7 @@ - # This configuration from FreeBSD Ports. - SHLIB_CFLAGS="-fPIC" - SHLIB_LD="${CC} -shared" -- TCL_SHLIB_LD_EXTRAS="-soname \$@" -+ TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\$@" - SHLIB_SUFFIX=".so" - DL_OBJS="tclLoadDl.o" - DL_LIBS="" From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 21:16:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ECD72B73; Wed, 18 Sep 2013 21:16:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA4B326D2; Wed, 18 Sep 2013 21:16:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ILGP4f060401; Wed, 18 Sep 2013 21:16:25 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8ILGP1c060397; Wed, 18 Sep 2013 21:16:25 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309182116.r8ILGP1c060397@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 18 Sep 2013 21:16:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327576 - 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.14 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: Wed, 18 Sep 2013 21:16:26 -0000 Author: bapt Date: Wed Sep 18 21:16:25 2013 New Revision: 327576 URL: http://svnweb.freebsd.org/changeset/ports/327576 Log: Add a new bsd.sanity.mk. This file is responsible to do some sanity checking on port, as well as doing some sanity checking on users configuration New macro for developer: WARNING (this will issue a warning to the normal users can be used to warn the user about deprecating feature that will be unsupported soon. New macro to put in your make.conf for Maintainers: DEVELOPER=yes this macro will activate warning on usage of deprecated features and errors on now unspported usage of macros. Reviewed by: bdrewery Added: head/Mk/bsd.sanity.mk (contents, props changed) Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Wed Sep 18 21:01:43 2013 (r327575) +++ head/Mk/bsd.port.mk Wed Sep 18 21:16:25 2013 (r327576) @@ -1290,11 +1290,7 @@ STRIP= #none # Start of pre-makefile section. .if !defined(AFTERPORTMK) && !defined(INOPTIONSMK) -.if defined(_PREMKINCLUDED) -check-makefile:: - @${ECHO_MSG} "${PKGNAME}: Makefile error: you cannot include bsd.port[.pre].mk twice" - @${FALSE} -.endif +.include "${PORTSDIR}/Mk/bsd.sanity.mk" _PREMKINCLUDED= yes @@ -6495,6 +6491,9 @@ install-license: @${DO_NADA} .endif +#.if defined(DEVELOPER_MODE) +#.include "${PORTSDIR}/Mk/bsd.developer.mk" +#.endif .endif # End of post-makefile section. Added: head/Mk/bsd.sanity.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/Mk/bsd.sanity.mk Wed Sep 18 21:16:25 2013 (r327576) @@ -0,0 +1,109 @@ +# $FreeBSD$ +# +# MAINTAINER: portmgr@FreeBSD.org +# + +.if defined(USE_GMAKE) +DEV_WARNING+= USE_GMAKE is deprecated consider using USES=gmake +.endif + +.if defined(WITHOUT_NLS) +WARNING+= WITHOUT_NLS is deprecated use NLS option instead +.endif + +.if defined(WITHOUT_X11) +WARNING+= WITHOUT_X11 is deprecated use X11 option instead +.endif + +.if !defined(LICENSE) +DEV_WARNING+= No license is defined consider adding one +.endif + +.if defined(USE_PERL5) && ${USE_PERL5} == yes +DEV_ERROR+= USE_PERL5=yes is unsupported please use USES=perl5 instead +.endif + +.if defined(PERL_CONFIGURE) +DEV_ERROR+= PERL_CONFIGURE is unsupported please use USES=perl5 along with USE_PERL5=configure +.endif + +.if defined(PERL_MODBUILD) +DEV_ERROR+= PERL_MODBUILD is unsupported please use USES=perl5 along with USE_PERL5=modbuild +.endif + +.if defined(USE_PERL5_BUILD) +DEV_ERROR+= USE_PERL5_BUILD is unsupported please use USES=perl5 along with USE_PERL5=build +.endif + +.if defined(USE_PERL5_RUN) +DEV_ERROR+= USE_PERL5_RUN is unsupported please use USES=perl5 along with USE_PERL5=run +.endif + +.if defined(USE_KDEBASE_VER) +DEV_ERROR+= USE_KDEBASE_VER is unsupported +.endif + +.if defined(USE_KDELIBS_VER) +DEV_ERROR+= USE_KDELIBS_VER is unsupported +.endif + +.if defined(USE_QT_VER) +DEV_ERROR+= USE_QT_VER is unsupported +.endif + +.if defined(USE_DISPLAY) +DEV_WARNING+= USE_DISPLAY is deprecated please use USES=display +.endif + +.if defined(USE_ICONV) +DEV_ERROR+= USE_ICONV is unsupported please use USES=iconv +.endif + +.if defined(USE_CMAKE) +DEV_ERROR+= USE_CMAKE is unsupported please use USES=cmake +.endif + +.if defined(USE_READLINE) +DEV_ERROR+= USE_READLINE is unsupported please use USES=readline +.endif + +.if defined(USE_FUSE) +DEV_ERROR+= USE_FUSE is unupported please use USES=fuse +.endif + +.if defined(USE_GETTEXT) +DEV_ERROR+= USE_GETTEXT is unsupported replaced by USES=gettext +.endif + +.if defined(WARNING) +show-warnings: + @${ECHO_MSG} "${WARNING}" + @sleep 5 + +check-makefile:: show-warnings +.endif + +.if defined(_PREMKINCLUDED) +DEV_ERROR+= you cannot include bsd.port[.pre].mk twice +.endif + +.if defined(DEVELOPER) +.if defined(DEV_WARNING) +show-dev-warnings: + @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile warnings, please consider fixing /!\\" + @${ECHO_MSG} + @${ECHO_MSG} "${DEV_WARNING}" + @${ECHO_MSG} + @sleep 5 +check-makefile:: show-dev-warnings +.endif + +.if defined(DEV_ERROR) +show-dev-errors: + @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile errors /!\\" + @${ECHO_MSG} + @${ECHO_MSG} "${DEV_ERROR}" + @${FALSE} +check-makefile:: show-dev-errors +.endif +.endif From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 21:28:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E04ACEAE; Wed, 18 Sep 2013 21:28:13 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CDC5E2752; Wed, 18 Sep 2013 21:28:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ILSD8E066074; Wed, 18 Sep 2013 21:28:13 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8ILSDeK066071; Wed, 18 Sep 2013 21:28:13 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309182128.r8ILSDeK066071@svn.freebsd.org> From: Bryan Drewery Date: Wed, 18 Sep 2013 21:28:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327577 - head/misc/tet 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.14 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: Wed, 18 Sep 2013 21:28:14 -0000 Author: bdrewery Date: Wed Sep 18 21:28:13 2013 New Revision: 327577 URL: http://svnweb.freebsd.org/changeset/ports/327577 Log: - Set IGNORE if TET_ROOT not defined instead of hitting an error while building packages. Did not use MANUAL_PACKAGE_BUILD as maybe someone is building packages and has TET_ROOT defined for the port. With hat: portmgr Modified: head/misc/tet/Makefile Modified: head/misc/tet/Makefile ============================================================================== --- head/misc/tet/Makefile Wed Sep 18 21:16:25 2013 (r327576) +++ head/misc/tet/Makefile Wed Sep 18 21:28:13 2013 (r327577) @@ -35,6 +35,10 @@ BUILD_DEPENDS+= unzip:${PORTSDIR}/archi PKG_ARGS= -v -c -${COMMENT:Q} -d ${DESCR} -f ${TMPPLIST} \ -p ${TET_ROOT} -o ${CATEGORIES}/${PORTNAME} +.if !defined(TET_ROOT) +IGNORE= Requires TET_ROOT be set for build +.endif + do-extract: .if !defined(TET_ROOT) @${ECHO_MSG} From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 21:30:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F3428FFE; Wed, 18 Sep 2013 21:30:53 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1BFF2791; Wed, 18 Sep 2013 21:30:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ILUr28069061; Wed, 18 Sep 2013 21:30:53 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8ILUrHP069060; Wed, 18 Sep 2013 21:30:53 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309182130.r8ILUrHP069060@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 18 Sep 2013 21:30:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327578 - 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.14 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: Wed, 18 Sep 2013 21:30:54 -0000 Author: bapt Date: Wed Sep 18 21:30:53 2013 New Revision: 327578 URL: http://svnweb.freebsd.org/changeset/ports/327578 Log: Print one message per line Add a couple of new warnings Modified: head/Mk/bsd.sanity.mk Modified: head/Mk/bsd.sanity.mk ============================================================================== --- head/Mk/bsd.sanity.mk Wed Sep 18 21:28:13 2013 (r327577) +++ head/Mk/bsd.sanity.mk Wed Sep 18 21:30:53 2013 (r327578) @@ -4,87 +4,105 @@ # .if defined(USE_GMAKE) -DEV_WARNING+= USE_GMAKE is deprecated consider using USES=gmake +DEV_WARNING+= "USE_GMAKE is deprecated consider using USES=gmake" .endif .if defined(WITHOUT_NLS) -WARNING+= WITHOUT_NLS is deprecated use NLS option instead +WARNING+= "WITHOUT_NLS is deprecated use NLS option instead" .endif .if defined(WITHOUT_X11) -WARNING+= WITHOUT_X11 is deprecated use X11 option instead +WARNING+= "WITHOUT_X11 is deprecated use X11 option instead" .endif .if !defined(LICENSE) -DEV_WARNING+= No license is defined consider adding one +DEV_WARNING+= "No license is defined consider adding one" .endif .if defined(USE_PERL5) && ${USE_PERL5} == yes -DEV_ERROR+= USE_PERL5=yes is unsupported please use USES=perl5 instead +DEV_ERROR+= "USE_PERL5=yes is unsupported please use USES=perl5 instead" .endif .if defined(PERL_CONFIGURE) -DEV_ERROR+= PERL_CONFIGURE is unsupported please use USES=perl5 along with USE_PERL5=configure +DEV_ERROR+= "PERL_CONFIGURE is unsupported please use USES=perl5 along with USE_PERL5=configure" .endif .if defined(PERL_MODBUILD) -DEV_ERROR+= PERL_MODBUILD is unsupported please use USES=perl5 along with USE_PERL5=modbuild +DEV_ERROR+= "PERL_MODBUILD is unsupported please use USES=perl5 along with USE_PERL5=modbuild" .endif .if defined(USE_PERL5_BUILD) -DEV_ERROR+= USE_PERL5_BUILD is unsupported please use USES=perl5 along with USE_PERL5=build +DEV_ERROR+= "USE_PERL5_BUILD is unsupported please use USES=perl5 along with USE_PERL5=build" .endif .if defined(USE_PERL5_RUN) -DEV_ERROR+= USE_PERL5_RUN is unsupported please use USES=perl5 along with USE_PERL5=run +DEV_ERROR+= "USE_PERL5_RUN is unsupported please use USES=perl5 along with USE_PERL5=run" .endif .if defined(USE_KDEBASE_VER) -DEV_ERROR+= USE_KDEBASE_VER is unsupported +DEV_ERROR+= "USE_KDEBASE_VER is unsupported" .endif .if defined(USE_KDELIBS_VER) -DEV_ERROR+= USE_KDELIBS_VER is unsupported +DEV_ERROR+= "USE_KDELIBS_VER is unsupported" .endif .if defined(USE_QT_VER) -DEV_ERROR+= USE_QT_VER is unsupported +DEV_ERROR+= "USE_QT_VER is unsupported" .endif .if defined(USE_DISPLAY) -DEV_WARNING+= USE_DISPLAY is deprecated please use USES=display +DEV_WARNING+= "USE_DISPLAY is deprecated please use USES=display" .endif .if defined(USE_ICONV) -DEV_ERROR+= USE_ICONV is unsupported please use USES=iconv +DEV_ERROR+= "USE_ICONV is unsupported please use USES=iconv" .endif .if defined(USE_CMAKE) -DEV_ERROR+= USE_CMAKE is unsupported please use USES=cmake +DEV_ERROR+= "USE_CMAKE is unsupported please use USES=cmake" .endif .if defined(USE_READLINE) -DEV_ERROR+= USE_READLINE is unsupported please use USES=readline +DEV_ERROR+= "USE_READLINE is unsupported please use USES=readline" .endif .if defined(USE_FUSE) -DEV_ERROR+= USE_FUSE is unupported please use USES=fuse +DEV_ERROR+= "USE_FUSE is unupported please use USES=fuse" .endif .if defined(USE_GETTEXT) -DEV_ERROR+= USE_GETTEXT is unsupported replaced by USES=gettext +DEV_ERROR+= "USE_GETTEXT is unsupported replaced by USES=gettext" +.endif + +.if defined(USE_GNOME) && ${USE_GNOME:Mpkgconfig} +DEV_ERROR+= "USE_GNOME=pkgconfig is unsupported please use USES=pkgconfig" +.endif + +.if defined(USE_GNOME) && ${USE_GNOME:Mgnomehack} +DEV_WARNING+= "USE_GNOME=gnomehack is deprecated please use USES=pathfix" +.endif + +.if defined(USE_GNOME) && ${USE_GNOME:Mltverhack*} +DEV_WARNING+= "USE_GNOME=ltverhack is now useless LIB_DEPENDS can properly handle all kind of library version" +.endif + +.if defined(LIB_DEPENDS) && ${LIB_DEPENDS:Nlib*} +DEV_WARNING+= "Please use the new format for LIB_DEPENDS, see handbook for details" .endif .if defined(WARNING) show-warnings: +.for m in ${WARNING} @${ECHO_MSG} "${WARNING}" +.endfor @sleep 5 check-makefile:: show-warnings .endif .if defined(_PREMKINCLUDED) -DEV_ERROR+= you cannot include bsd.port[.pre].mk twice +DEV_ERROR+= "you cannot include bsd.port[.pre].mk twice" .endif .if defined(DEVELOPER) @@ -92,7 +110,9 @@ DEV_ERROR+= you cannot include bsd.port[ show-dev-warnings: @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile warnings, please consider fixing /!\\" @${ECHO_MSG} - @${ECHO_MSG} "${DEV_WARNING}" +.for m in ${DEV_WARNING} + @${ECHO_MSG} "${m}" +.endfor @${ECHO_MSG} @sleep 5 check-makefile:: show-dev-warnings @@ -102,7 +122,9 @@ check-makefile:: show-dev-warnings show-dev-errors: @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile errors /!\\" @${ECHO_MSG} - @${ECHO_MSG} "${DEV_ERROR}" +.for m in ${DEV_WARNING} + @${ECHO_MSG} "${m}" +.endfor @${FALSE} check-makefile:: show-dev-errors .endif From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 21:39:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 854852AC; Wed, 18 Sep 2013 21:39:18 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 72A1127F3; Wed, 18 Sep 2013 21:39:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ILdISR071983; Wed, 18 Sep 2013 21:39:18 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8ILdIk9071982; Wed, 18 Sep 2013 21:39:18 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309182139.r8ILdIk9071982@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 18 Sep 2013 21:39:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327579 - 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.14 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: Wed, 18 Sep 2013 21:39:18 -0000 Author: bapt Date: Wed Sep 18 21:39:17 2013 New Revision: 327579 URL: http://svnweb.freebsd.org/changeset/ports/327579 Log: Comment LICENSE warning for now, license framework needs more love before advertising everyone to add one Modified: head/Mk/bsd.sanity.mk Modified: head/Mk/bsd.sanity.mk ============================================================================== --- head/Mk/bsd.sanity.mk Wed Sep 18 21:30:53 2013 (r327578) +++ head/Mk/bsd.sanity.mk Wed Sep 18 21:39:17 2013 (r327579) @@ -15,9 +15,9 @@ WARNING+= "WITHOUT_NLS is deprecated use WARNING+= "WITHOUT_X11 is deprecated use X11 option instead" .endif -.if !defined(LICENSE) -DEV_WARNING+= "No license is defined consider adding one" -.endif +#.if !defined(LICENSE) +#DEV_WARNING+= "No license is defined consider adding one" +#.endif .if defined(USE_PERL5) && ${USE_PERL5} == yes DEV_ERROR+= "USE_PERL5=yes is unsupported please use USES=perl5 instead" From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 21:39:39 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EA3E638B; Wed, 18 Sep 2013 21:39:39 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D748227F7; Wed, 18 Sep 2013 21:39:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ILddCw072099; Wed, 18 Sep 2013 21:39:39 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8ILdd1S072097; Wed, 18 Sep 2013 21:39:39 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309182139.r8ILdd1S072097@svn.freebsd.org> From: Bryan Drewery Date: Wed, 18 Sep 2013 21:39:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327580 - head/databases/tuning-primer 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.14 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: Wed, 18 Sep 2013 21:39:40 -0000 Author: bdrewery Date: Wed Sep 18 21:39:39 2013 New Revision: 327580 URL: http://svnweb.freebsd.org/changeset/ports/327580 Log: - Does not fetch when package building due to network restrictions. Fix non-versioned upstream by using a versioned DIST_SUBDIR With hat: portmgr Modified: head/databases/tuning-primer/Makefile head/databases/tuning-primer/distinfo Modified: head/databases/tuning-primer/Makefile ============================================================================== --- head/databases/tuning-primer/Makefile Wed Sep 18 21:39:17 2013 (r327579) +++ head/databases/tuning-primer/Makefile Wed Sep 18 21:39:39 2013 (r327580) @@ -8,6 +8,7 @@ MASTER_SITES= http://launchpad.net/mysql DISTNAME= ${PORTNAME}.sh EXTRACT_SUFX= EXTRACT_ONLY= +DIST_SUBDIR= ${PORTNAME}/${DISTVERSION} MAINTAINER= joehorn@gmail.com COMMENT= MySQL performance tuning primer script @@ -20,11 +21,6 @@ USE_MYSQL= yes PLIST_FILES= bin/${PORTNAME} -pre-fetch: - @if [ -f ${DISTDIR}/${PORTNAME}.sh ]; then \ - ${RM} ${DISTDIR}/${PORTNAME}.sh; \ - fi - do-install: @${CP} ${DISTDIR}/${PORTNAME}.sh \ ${PREFIX}/bin/${PORTNAME} Modified: head/databases/tuning-primer/distinfo ============================================================================== --- head/databases/tuning-primer/distinfo Wed Sep 18 21:39:17 2013 (r327579) +++ head/databases/tuning-primer/distinfo Wed Sep 18 21:39:39 2013 (r327580) @@ -1,2 +1,2 @@ -SHA256 (tuning-primer.sh) = 7906388de5616e0223dede10db368b219ad37ed6bab72e2eed1ebf1929e38420 -SIZE (tuning-primer.sh) = 51892 +SHA256 (tuning-primer/1.6.r1/tuning-primer.sh) = 7906388de5616e0223dede10db368b219ad37ed6bab72e2eed1ebf1929e38420 +SIZE (tuning-primer/1.6.r1/tuning-primer.sh) = 51892 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 21:52:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2208E891; Wed, 18 Sep 2013 21:52:05 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D6E928A2; Wed, 18 Sep 2013 21:52:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ILq4pM080355; Wed, 18 Sep 2013 21:52:04 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8ILq4gn080353; Wed, 18 Sep 2013 21:52:04 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201309182152.r8ILq4gn080353@svn.freebsd.org> From: Florian Smeets Date: Wed, 18 Sep 2013 21:52:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327581 - head/databases/percona-toolkit 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.14 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: Wed, 18 Sep 2013 21:52:05 -0000 Author: flo Date: Wed Sep 18 21:52:04 2013 New Revision: 327581 URL: http://svnweb.freebsd.org/changeset/ports/327581 Log: Update to 2.2.4 PR: ports/182143 Submitted by: lwhsu Modified: head/databases/percona-toolkit/Makefile head/databases/percona-toolkit/distinfo Modified: head/databases/percona-toolkit/Makefile ============================================================================== --- head/databases/percona-toolkit/Makefile Wed Sep 18 21:39:39 2013 (r327580) +++ head/databases/percona-toolkit/Makefile Wed Sep 18 21:52:04 2013 (r327581) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= percona-toolkit -PORTVERSION= 2.2.3 +PORTVERSION= 2.2.4 CATEGORIES= databases MASTER_SITES= http://www.percona.com/downloads/percona-toolkit/${PORTVERSION}/ Modified: head/databases/percona-toolkit/distinfo ============================================================================== --- head/databases/percona-toolkit/distinfo Wed Sep 18 21:39:39 2013 (r327580) +++ head/databases/percona-toolkit/distinfo Wed Sep 18 21:52:04 2013 (r327581) @@ -1,2 +1,2 @@ -SHA256 (percona-toolkit-2.2.3.tar.gz) = 55a9584e93579873e927d2d8b963c533f04c8e50eecfd0973e9b67df3231ac35 -SIZE (percona-toolkit-2.2.3.tar.gz) = 1440645 +SHA256 (percona-toolkit-2.2.4.tar.gz) = 7e9b26046e7bce0eca9e3598f9c05435b75960d7d81e0dba5e65b00587514ee9 +SIZE (percona-toolkit-2.2.4.tar.gz) = 1442080 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 21:52:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9E744978; Wed, 18 Sep 2013 21:52:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B5AC28AA; Wed, 18 Sep 2013 21:52:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ILqm7u080512; Wed, 18 Sep 2013 21:52:48 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8ILqm0V080511; Wed, 18 Sep 2013 21:52:48 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309182152.r8ILqm0V080511@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 18 Sep 2013 21:52:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327582 - 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.14 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: Wed, 18 Sep 2013 21:52:48 -0000 Author: bapt Date: Wed Sep 18 21:52:47 2013 New Revision: 327582 URL: http://svnweb.freebsd.org/changeset/ports/327582 Log: Do not issue warnings yet about WITHOUT_NLS and WITHOUT_X11 for the users has the switch has yes been fully performed While here fix printing of warnings Modified: head/Mk/bsd.sanity.mk Modified: head/Mk/bsd.sanity.mk ============================================================================== --- head/Mk/bsd.sanity.mk Wed Sep 18 21:52:04 2013 (r327581) +++ head/Mk/bsd.sanity.mk Wed Sep 18 21:52:47 2013 (r327582) @@ -7,13 +7,13 @@ DEV_WARNING+= "USE_GMAKE is deprecated consider using USES=gmake" .endif -.if defined(WITHOUT_NLS) -WARNING+= "WITHOUT_NLS is deprecated use NLS option instead" -.endif - -.if defined(WITHOUT_X11) -WARNING+= "WITHOUT_X11 is deprecated use X11 option instead" -.endif +#.if defined(WITHOUT_NLS) +#WARNING+= "WITHOUT_NLS is deprecated use NLS option instead" +#.endif +# +#.if defined(WITHOUT_X11) +#WARNING+= "WITHOUT_X11 is deprecated use X11 option instead" +#.endif #.if !defined(LICENSE) #DEV_WARNING+= "No license is defined consider adding one" @@ -94,7 +94,7 @@ DEV_WARNING+= "Please use the new format .if defined(WARNING) show-warnings: .for m in ${WARNING} - @${ECHO_MSG} "${WARNING}" + @${ECHO_MSG} "${m}" .endfor @sleep 5 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 22:02:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9FD7EC9E; Wed, 18 Sep 2013 22:02:51 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D4B7291B; Wed, 18 Sep 2013 22:02:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IM2p6E086130; Wed, 18 Sep 2013 22:02:51 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IM2pwd086127; Wed, 18 Sep 2013 22:02:51 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201309182202.r8IM2pwd086127@svn.freebsd.org> From: Florian Smeets Date: Wed, 18 Sep 2013 22:02:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327583 - head/archivers/par2cmdline-tbb 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.14 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: Wed, 18 Sep 2013 22:02:51 -0000 Author: flo Date: Wed Sep 18 22:02:51 2013 New Revision: 327583 URL: http://svnweb.freebsd.org/changeset/ports/327583 Log: Doesn't need USE_GCC, builds fine with clang, run test is ok, too. Approved by: bapt Modified: head/archivers/par2cmdline-tbb/Makefile Modified: head/archivers/par2cmdline-tbb/Makefile ============================================================================== --- head/archivers/par2cmdline-tbb/Makefile Wed Sep 18 21:52:47 2013 (r327582) +++ head/archivers/par2cmdline-tbb/Makefile Wed Sep 18 22:02:51 2013 (r327583) @@ -21,7 +21,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread USE_AUTOTOOLS= aclocal automake autoconf AUTOMAKE_ARGS= --add-missing -USE_GCC= 4.2+ PORTDOCS= README CONFLICTS= par2cmdline-[0-9]* From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 22:03:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4E4A3D83; Wed, 18 Sep 2013 22:03:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2274C2923; Wed, 18 Sep 2013 22:03:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IM3Dim086444; Wed, 18 Sep 2013 22:03:13 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IM3CBC086443; Wed, 18 Sep 2013 22:03:12 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309182203.r8IM3CBC086443@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 18 Sep 2013 22:03:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327584 - 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.14 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: Wed, 18 Sep 2013 22:03:13 -0000 Author: bapt Date: Wed Sep 18 22:03:12 2013 New Revision: 327584 URL: http://svnweb.freebsd.org/changeset/ports/327584 Log: Remove cruft Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Wed Sep 18 22:02:51 2013 (r327583) +++ head/Mk/bsd.port.mk Wed Sep 18 22:03:12 2013 (r327584) @@ -6491,9 +6491,6 @@ install-license: @${DO_NADA} .endif -#.if defined(DEVELOPER_MODE) -#.include "${PORTSDIR}/Mk/bsd.developer.mk" -#.endif .endif # End of post-makefile section. From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 22:13:22 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6A1ED3E8; Wed, 18 Sep 2013 22:13:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 56D8F29B2; Wed, 18 Sep 2013 22:13:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IMDMC4091450; Wed, 18 Sep 2013 22:13:22 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IMDMxK091448; Wed, 18 Sep 2013 22:13:22 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309182213.r8IMDMxK091448@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Sep 2013 22:13:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327585 - in head/ftp/curl: . 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.14 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: Wed, 18 Sep 2013 22:13:22 -0000 Author: sunpoet Date: Wed Sep 18 22:13:21 2013 New Revision: 327585 URL: http://svnweb.freebsd.org/changeset/ports/327585 Log: - Disable CFLAGS=-D* check temporarily: workaround for LDAP issue [1] and CPUTYPE [2] - Remove note in pre-configure: since it does not help to avoid bug-report mails PR: ports/177401 [1], ports/180648 [1], ports/180944 [2] Modified: head/ftp/curl/Makefile head/ftp/curl/files/patch-configure Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Wed Sep 18 22:03:12 2013 (r327584) +++ head/ftp/curl/Makefile Wed Sep 18 22:13:21 2013 (r327585) @@ -250,16 +250,6 @@ post-patch: @${REINPLACE_CMD} -e 's|\(flags_dbg_off=\)".*"|\1""|; s|\(flags_opt_off=\)".*"|\1""|' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/^SUBDIRS = / s|$$| docs|; /^DIST_SUBDIRS = / s| docs||; /cd docs &&/d' ${WRKSRC}/Makefile.in -pre-configure: -.if ${PORT_OPTIONS:MLDAP} - @${ECHO_MSG} "Note:" - @${ECHO_MSG} "" - @${ECHO_MSG} " Enabling LDAP option is known to fail with unpatched Mk/bsd.ldap.mk." - @${ECHO_MSG} " See PR/177401 for detailed information." - @${ECHO_MSG} " URL: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177401" - @${ECHO_MSG} "" -.endif - post-install: .if !defined(BUILDING_HIPHOP) ${INSTALL_DATA} ${WRKSRC}/docs/libcurl/libcurl.m4 ${PREFIX}/share/aclocal/ Modified: head/ftp/curl/files/patch-configure ============================================================================== --- head/ftp/curl/files/patch-configure Wed Sep 18 22:03:12 2013 (r327584) +++ head/ftp/curl/files/patch-configure Wed Sep 18 22:13:21 2013 (r327585) @@ -6,19 +6,32 @@ Forwarded: not-needed Author: Peter Pentchev Last-Update: 2010-12-19 ---- configure.orig 2013-02-06 17:47:26.000000000 +0800 -+++ configure 2013-02-18 18:25:16.000000000 +0800 -@@ -16651,6 +16651,9 @@ +--- configure.orig 2013-06-22 06:29:35.000000000 +0800 ++++ configure 2013-09-18 01:39:42.256041308 +0800 +@@ -3626,9 +3626,10 @@ + xc_bad_var_cflags=no + for xc_word in $CFLAGS; do + case "$xc_word" in +- -D*) +- xc_bad_var_cflags=yes +- ;; ++# Temporarily disable -D* flag check (PR/177401, PR/180944) ++# -D*) ++# xc_bad_var_cflags=yes ++# ;; + -U*) + xc_bad_var_cflags=yes + ;; +@@ -16912,6 +16913,8 @@ tmp_CFLAGS="$CFLAGS" tmp_CPPFLAGS="$CPPFLAGS" -+# Do not remove the user-supplied debug flags in CFLAGS -+# PR: 150854 ++# Do not remove the user-supplied debug flags in CFLAGS (PR/150854) +if false; then ac_var_stripped="" for word1 in $tmp_CFLAGS; do ac_var_strip_word="no" -@@ -16681,6 +16684,7 @@ +@@ -16942,6 +16945,7 @@ done tmp_CPPFLAGS="$ac_var_stripped" squeeze tmp_CPPFLAGS @@ -26,17 +39,16 @@ Last-Update: 2010-12-19 # if test "$want_debug" = "yes"; then -@@ -16898,6 +16902,9 @@ +@@ -17159,6 +17163,8 @@ # if test "$honor_optimize_option" = "yes"; then -+# Do not remove the user-supplied optimization flags in CFLAGS -+# PR: 150854 ++# Do not remove the user-supplied optimization flags in CFLAGS (PR/150854) +if false; then ac_var_stripped="" for word1 in $tmp_CFLAGS; do ac_var_strip_word="no" -@@ -16928,6 +16935,7 @@ +@@ -17189,6 +17195,7 @@ done tmp_CPPFLAGS="$ac_var_stripped" squeeze tmp_CPPFLAGS @@ -44,7 +56,7 @@ Last-Update: 2010-12-19 if test "$want_optimize" = "yes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts optimizer enabling options" >&5 -@@ -21379,7 +21387,8 @@ +@@ -21614,7 +21621,8 @@ PKGTEST="no" PREFIX_OPENSSL=$OPT_SSL @@ -54,7 +66,7 @@ Last-Update: 2010-12-19 { $as_echo "$as_me:${as_lineno-$LINENO}: PKG_CONFIG_LIBDIR will be set to \"$OPENSSL_PCDIR\"" >&5 $as_echo "$as_me: PKG_CONFIG_LIBDIR will be set to \"$OPENSSL_PCDIR\"" >&6;} if test -f "$OPENSSL_PCDIR/openssl.pc"; then -@@ -24725,29 +24734,30 @@ +@@ -24962,29 +24970,30 @@ ;; off) LIB_RTMP="-lrtmp" @@ -94,3 +106,17 @@ Last-Update: 2010-12-19 cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ +@@ -39256,9 +39265,10 @@ + xc_bad_var_cflags=no + for xc_word in $CFLAGS; do + case "$xc_word" in +- -D*) +- xc_bad_var_cflags=yes +- ;; ++# Temporarily disable -D* flag check (PR/177401, PR/180944) ++# -D*) ++# xc_bad_var_cflags=yes ++# ;; + -U*) + xc_bad_var_cflags=yes + ;; From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 22:13:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AC1C54C6; Wed, 18 Sep 2013 22:13:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 997C129B6; Wed, 18 Sep 2013 22:13:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IMDYZE091614; Wed, 18 Sep 2013 22:13:34 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IMDYrS091613; Wed, 18 Sep 2013 22:13:34 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309182213.r8IMDYrS091613@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 18 Sep 2013 22:13:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327586 - 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.14 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: Wed, 18 Sep 2013 22:13:34 -0000 Author: bapt Date: Wed Sep 18 22:13:34 2013 New Revision: 327586 URL: http://svnweb.freebsd.org/changeset/ports/327586 Log: Add comas, to improve grammar Suggested by: sunpoet Modified: head/Mk/bsd.sanity.mk Modified: head/Mk/bsd.sanity.mk ============================================================================== --- head/Mk/bsd.sanity.mk Wed Sep 18 22:13:21 2013 (r327585) +++ head/Mk/bsd.sanity.mk Wed Sep 18 22:13:34 2013 (r327586) @@ -4,7 +4,7 @@ # .if defined(USE_GMAKE) -DEV_WARNING+= "USE_GMAKE is deprecated consider using USES=gmake" +DEV_WARNING+= "USE_GMAKE is deprecated, consider using USES=gmake" .endif #.if defined(WITHOUT_NLS) @@ -20,23 +20,23 @@ DEV_WARNING+= "USE_GMAKE is deprecated c #.endif .if defined(USE_PERL5) && ${USE_PERL5} == yes -DEV_ERROR+= "USE_PERL5=yes is unsupported please use USES=perl5 instead" +DEV_ERROR+= "USE_PERL5=yes is unsupported, please use USES=perl5 instead" .endif .if defined(PERL_CONFIGURE) -DEV_ERROR+= "PERL_CONFIGURE is unsupported please use USES=perl5 along with USE_PERL5=configure" +DEV_ERROR+= "PERL_CONFIGURE is unsupported, please use USES=perl5 along with USE_PERL5=configure" .endif .if defined(PERL_MODBUILD) -DEV_ERROR+= "PERL_MODBUILD is unsupported please use USES=perl5 along with USE_PERL5=modbuild" +DEV_ERROR+= "PERL_MODBUILD is unsupported, please use USES=perl5 along with USE_PERL5=modbuild" .endif .if defined(USE_PERL5_BUILD) -DEV_ERROR+= "USE_PERL5_BUILD is unsupported please use USES=perl5 along with USE_PERL5=build" +DEV_ERROR+= "USE_PERL5_BUILD is unsupported, please use USES=perl5 along with USE_PERL5=build" .endif .if defined(USE_PERL5_RUN) -DEV_ERROR+= "USE_PERL5_RUN is unsupported please use USES=perl5 along with USE_PERL5=run" +DEV_ERROR+= "USE_PERL5_RUN is unsupported, please use USES=perl5 along with USE_PERL5=run" .endif .if defined(USE_KDEBASE_VER) @@ -52,35 +52,35 @@ DEV_ERROR+= "USE_QT_VER is unsupported" .endif .if defined(USE_DISPLAY) -DEV_WARNING+= "USE_DISPLAY is deprecated please use USES=display" +DEV_WARNING+= "USE_DISPLAY is deprecated, please use USES=display" .endif .if defined(USE_ICONV) -DEV_ERROR+= "USE_ICONV is unsupported please use USES=iconv" +DEV_ERROR+= "USE_ICONV is unsupported, please use USES=iconv" .endif .if defined(USE_CMAKE) -DEV_ERROR+= "USE_CMAKE is unsupported please use USES=cmake" +DEV_ERROR+= "USE_CMAKE is unsupported, please use USES=cmake" .endif .if defined(USE_READLINE) -DEV_ERROR+= "USE_READLINE is unsupported please use USES=readline" +DEV_ERROR+= "USE_READLINE is unsupported, please use USES=readline" .endif .if defined(USE_FUSE) -DEV_ERROR+= "USE_FUSE is unupported please use USES=fuse" +DEV_ERROR+= "USE_FUSE is unupported, please use USES=fuse" .endif .if defined(USE_GETTEXT) -DEV_ERROR+= "USE_GETTEXT is unsupported replaced by USES=gettext" +DEV_ERROR+= "USE_GETTEXT is unsupported, replaced by USES=gettext" .endif .if defined(USE_GNOME) && ${USE_GNOME:Mpkgconfig} -DEV_ERROR+= "USE_GNOME=pkgconfig is unsupported please use USES=pkgconfig" +DEV_ERROR+= "USE_GNOME=pkgconfig is unsupported, please use USES=pkgconfig" .endif .if defined(USE_GNOME) && ${USE_GNOME:Mgnomehack} -DEV_WARNING+= "USE_GNOME=gnomehack is deprecated please use USES=pathfix" +DEV_WARNING+= "USE_GNOME=gnomehack is deprecated, please use USES=pathfix" .endif .if defined(USE_GNOME) && ${USE_GNOME:Mltverhack*} From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 22:41:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4E1F0C5B; Wed, 18 Sep 2013 22:41:01 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 38CA42AF0; Wed, 18 Sep 2013 22:41:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IMf1oo008058; Wed, 18 Sep 2013 22:41:01 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IMewpL007735; Wed, 18 Sep 2013 22:40:58 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201309182240.r8IMewpL007735@svn.freebsd.org> From: Florian Smeets Date: Wed, 18 Sep 2013 22:40:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327587 - in head: Mk mail/linux-thunderbird mail/thunderbird mail/thunderbird-i18n mail/thunderbird/files security/vuxml www/firefox www/firefox-esr www/firefox-esr-i18n www/firefox-i1... 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.14 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: Wed, 18 Sep 2013 22:41:01 -0000 Author: flo Date: Wed Sep 18 22:40:57 2013 New Revision: 327587 URL: http://svnweb.freebsd.org/changeset/ports/327587 Log: - update firefox, thunderbird and libxul to 24.0 - update seamonkey to 2.21 - update firefox-esr to 17.0.9 - enable GSTREAMER by default for html5 with h264/aac/mp3 - WEBRTC is now always built - add PROFILE and TESTS options Security: 7dfed67b-20aa-11e3-b8d8-0025905a4771 In collaboration with: Jan Beich Added: head/mail/thunderbird/files/extra-bug886095 (contents, props changed) head/mail/thunderbird/files/extra-patch-security_manager_Makefile.in (contents, props changed) head/mail/thunderbird/files/patch-bug803480 (contents, props changed) head/mail/thunderbird/files/patch-bug807492 (contents, props changed) head/mail/thunderbird/files/patch-bug826985 (contents, props changed) head/mail/thunderbird/files/patch-bug851992 (contents, props changed) head/mail/thunderbird/files/patch-bug876156 (contents, props changed) head/mail/thunderbird/files/patch-bug878791 (contents, props changed) head/mail/thunderbird/files/patch-bug886181 (contents, props changed) head/mail/thunderbird/files/patch-bug889699 (contents, props changed) head/mail/thunderbird/files/patch-bug893397 (contents, props changed) head/mail/thunderbird/files/patch-bug910875 (contents, props changed) head/mail/thunderbird/files/patch-bug916216 (contents, props changed) head/mail/thunderbird/files/patch-bug916589 (contents, props changed) head/mail/thunderbird/files/patch-ldap-xpcom-src-Makefile.in (contents, props changed) head/mail/thunderbird/files/patch-mozilla-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp (contents, props changed) head/mail/thunderbird/files/patch-no-videoio.h (contents, props changed) head/www/firefox/files/patch-bug876156 (contents, props changed) head/www/firefox/files/patch-bug886181 (contents, props changed) head/www/firefox/files/patch-bug889699 (contents, props changed) head/www/firefox/files/patch-bug910875 (contents, props changed) head/www/firefox/files/patch-bug916216 (contents, props changed) head/www/firefox/files/patch-bug916589 (contents, props changed) head/www/firefox/files/patch-no-videoio.h (contents, props changed) head/www/libxul/files/patch-bug803480 (contents, props changed) head/www/libxul/files/patch-bug807492 (contents, props changed) head/www/libxul/files/patch-bug826985 (contents, props changed) head/www/libxul/files/patch-bug851992 (contents, props changed) head/www/libxul/files/patch-bug876156 (contents, props changed) head/www/libxul/files/patch-bug878791 (contents, props changed) head/www/libxul/files/patch-bug886181 (contents, props changed) head/www/libxul/files/patch-bug889699 (contents, props changed) head/www/libxul/files/patch-bug893397 (contents, props changed) head/www/libxul/files/patch-bug910875 (contents, props changed) head/www/libxul/files/patch-bug916216 (contents, props changed) head/www/libxul/files/patch-bug916589 (contents, props changed) head/www/libxul/files/patch-duckduckgo (contents, props changed) head/www/libxul/files/patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp (contents, props changed) head/www/libxul/files/patch-no-videoio.h (contents, props changed) head/www/libxul/files/pkg-deinstall.in (contents, props changed) head/www/libxul/files/pkg-install.in (contents, props changed) Deleted: head/mail/thunderbird/files/patch-alsapulse head/mail/thunderbird/files/patch-bug685258 head/mail/thunderbird/files/patch-bug722975 head/mail/thunderbird/files/patch-bug732340 head/mail/thunderbird/files/patch-bug753046 head/mail/thunderbird/files/patch-bug778078 head/mail/thunderbird/files/patch-bug784631 head/mail/thunderbird/files/patch-bug786995 head/mail/thunderbird/files/patch-bug787904 head/mail/thunderbird/files/patch-bug788039 head/mail/thunderbird/files/patch-bug788108 head/mail/thunderbird/files/patch-bug788955 head/mail/thunderbird/files/patch-bug789436 head/mail/thunderbird/files/patch-bug789656 head/mail/thunderbird/files/patch-bug789693 head/mail/thunderbird/files/patch-bug791366 head/mail/thunderbird/files/patch-bug799441 head/mail/thunderbird/files/patch-bug806139 head/mail/thunderbird/files/patch-bug828003 head/mail/thunderbird/files/patch-clang33 head/mail/thunderbird/files/patch-configure.in head/mail/thunderbird/files/patch-mozilla-config-baseconfig.mk head/mail/thunderbird/files/patch-mozilla-js-src-methodjit-MethodJIT.cpp head/mail/thunderbird/files/patch-mozilla-media-libsydneyaudio-src-sydney_audio_oss.c head/mail/thunderbird/files/patch-mozilla-toolkit-xre-Makefile.in head/mail/thunderbird/files/patch-z-bug762445 head/www/firefox/files/patch-bug722975 head/www/firefox/files/patch-bug844818 head/www/firefox/files/patch-bug862759 head/www/firefox/files/patch-js-src-methodjit-MethodJIT.cpp head/www/firefox/files/patch-media-webrtc-trunk-testing-gtest-include-gtest-internal-gtest-port.h head/www/libxul/files/patch-alsapulse head/www/libxul/files/patch-bug685258 head/www/libxul/files/patch-bug713802 head/www/libxul/files/patch-bug722975 head/www/libxul/files/patch-bug732340 head/www/libxul/files/patch-bug753046 head/www/libxul/files/patch-bug778078 head/www/libxul/files/patch-bug784631 head/www/libxul/files/patch-bug786995 head/www/libxul/files/patch-bug787904 head/www/libxul/files/patch-bug788039 head/www/libxul/files/patch-bug788108 head/www/libxul/files/patch-bug788955 head/www/libxul/files/patch-bug789436 head/www/libxul/files/patch-bug789656 head/www/libxul/files/patch-bug789693 head/www/libxul/files/patch-bug791366 head/www/libxul/files/patch-bug799441 head/www/libxul/files/patch-bug806139 head/www/libxul/files/patch-bug828003 head/www/libxul/files/patch-clang33 head/www/libxul/files/patch-js-src-methodjit-MethodJIT.cpp head/www/libxul/files/patch-media-libsydneyaudio-src-sydney_audio_oss.c head/www/libxul/files/patch-z-bug762445 Modified: head/Mk/bsd.gecko.mk head/mail/linux-thunderbird/Makefile head/mail/linux-thunderbird/distinfo head/mail/linux-thunderbird/pkg-plist head/mail/thunderbird-i18n/Makefile head/mail/thunderbird-i18n/distinfo head/mail/thunderbird/Makefile head/mail/thunderbird/distinfo head/mail/thunderbird/files/extra-bug780531 head/mail/thunderbird/files/extrapatch-enigmail-ipc-src-Makefile head/mail/thunderbird/files/moz_pis_S50cleanhome (contents, props changed) head/mail/thunderbird/files/patch-bug783463 head/mail/thunderbird/files/patch-bug791305 head/mail/thunderbird/files/patch-bug810716 head/mail/thunderbird/files/patch-clang32-libc++-visibility-hack (contents, props changed) head/mail/thunderbird/files/patch-ldap-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in (contents, props changed) head/mail/thunderbird/files/patch-ldap-sdks-c-sdk-ldap-libraries-libssldap-Makefile.in (contents, props changed) head/mail/thunderbird/files/patch-mozilla-ipc-chromium-Makefile.in (contents, props changed) head/mail/thunderbird/files/patch-mozilla-ipc-chromium-src-base-message_pump_libevent.cc (contents, props changed) head/security/vuxml/vuln.xml head/www/firefox-esr-i18n/Makefile head/www/firefox-esr-i18n/distinfo head/www/firefox-esr/Makefile head/www/firefox-esr/distinfo head/www/firefox-i18n/Makefile head/www/firefox-i18n/distinfo head/www/firefox/Makefile head/www/firefox/Makefile.options head/www/firefox/distinfo head/www/firefox/files/patch-bug783463 head/www/firefox/files/patch-bug803480 head/www/firefox/files/patch-bug807492 head/www/firefox/files/patch-bug893397 head/www/firefox/files/patch-build-pgo-profileserver.py head/www/firefox/files/patch-duckduckgo head/www/libxul/Makefile head/www/libxul/distinfo head/www/libxul/files/extra-bug780531 head/www/libxul/files/patch-bug783463 head/www/libxul/files/patch-bug791305 head/www/libxul/files/patch-build-pgo-profileserver.py (contents, props changed) head/www/libxul/files/patch-ipc-chromium-Makefile.in (contents, props changed) head/www/libxul/files/patch-ipc-chromium-src-base-message_pump_libevent.cc (contents, props changed) head/www/linux-firefox/Makefile head/www/linux-firefox/distinfo head/www/linux-seamonkey/Makefile head/www/linux-seamonkey/Makefile.common head/www/linux-seamonkey/distinfo Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Wed Sep 18 22:13:34 2013 (r327586) +++ head/Mk/bsd.gecko.mk Wed Sep 18 22:40:57 2013 (r327587) @@ -77,7 +77,7 @@ Gecko_Pre_Include= bsd.gecko.mk _GECKO_ALL= libxul -libxul_PLIST= libxul>=17 +libxul_PLIST= libxul>=24 .for gecko in ${_GECKO_ALL} ${gecko}_PORTSDIR?= www @@ -176,7 +176,7 @@ Gecko_Pre_Include= bsd.gecko.mk # is given by the maintainer via the port or by the # user via defined variable try to find the highest # stable installed version. -# Available values: yes 17+ 23+ 17 23+ +# Available values: yes 17+ 24+ 17 24+ # NOTE: # default value 17 is used in case of USE_FIREFOX=yes # @@ -187,9 +187,9 @@ Gecko_Pre_Include= bsd.gecko.mk # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. -# Available values: yes 20+ 20 +# Available values: yes 21+ 21 # NOTE: -# default value 20 is used in case of USE_SEAMONKEY=yes +# default value 21 is used in case of USE_SEAMONKEY=yes # # USE_SEAMONKEY_BUILD Add buildtime dependency on SeaMonkey. # Available values: see USE_SEAMONKEY @@ -198,9 +198,9 @@ Gecko_Pre_Include= bsd.gecko.mk # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. -# Available values: yes 17+ 17 +# Available values: yes 24+ 24 # NOTE: -# default value 17 is used in case of USE_THUNDERBIRD=yes +# default value 24 is used in case of USE_THUNDERBIRD=yes # # USE_THUNDERBIRD_BUILD Add buildtime dependency on Thunderbird. # Available values: see USE_THUNDERBIRD @@ -218,11 +218,11 @@ _FIREFOX_BUILD_DEPENDS= yes .endif _FIREFOX_DEFAULT_VERSION= 17 -_FIREFOX_VERSIONS= 17 23 -_FIREFOX_RANGE_VERSIONS= 17+ 23+ +_FIREFOX_VERSIONS= 17 24 +_FIREFOX_RANGE_VERSIONS= 17+ 24+ # For specifying [17, ..]+ -_FIREFOX_23P= 23 ${_FIREFOX_17P} +_FIREFOX_24P= 24 ${_FIREFOX_17P} _FIREFOX_17P= 17 # Set the default Firefox version and check if USE_FIREFOX=yes was given @@ -269,7 +269,7 @@ IGNORE= cannot install: unknown Firefo # Dependence lines for different Firefox versions 17_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -23_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +24_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox # Add dependencies .if defined(USE_FIREFOX) @@ -291,12 +291,12 @@ USE_SEAMONKEY:= ${USE_SEAMONKEY_BUILD _SEAMONKEY_BUILD_DEPENDS= yes .endif -_SEAMONKEY_DEFAULT_VERSION= 20 -_SEAMONKEY_VERSIONS= 20 -_SEAMONKEY_RANGE_VERSIONS= 20+ +_SEAMONKEY_DEFAULT_VERSION= 21 +_SEAMONKEY_VERSIONS= 21 +_SEAMONKEY_RANGE_VERSIONS= 21+ -# For specifying [20, ..]+ -_SEAMONKEY_20P= 20 +# For specifying [21, ..]+ +_SEAMONKEY_21P= 21 # Set the default SeaMonkey version and check if USE_SEAMONKEY=yes was given .if ${USE_SEAMONKEY} == "yes" @@ -338,7 +338,7 @@ IGNORE= cannot install: unknown SeaMon .endif # Dependence lines for different SeaMonkey versions -20_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey +21_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey # Add dependencies .if defined(USE_SEAMONKEY) @@ -360,12 +360,12 @@ USE_THUNDERBIRD:= ${USE_THUNDERBIRD_BU _THUNDERBIRD_BUILD_DEPENDS= yes .endif -_THUNDERBIRD_DEFAULT_VERSION= 17 -_THUNDERBIRD_VERSIONS= 17 -_THUNDERBIRD_RANGE_VERSIONS= 17+ +_THUNDERBIRD_DEFAULT_VERSION= 24 +_THUNDERBIRD_VERSIONS= 24 +_THUNDERBIRD_RANGE_VERSIONS= 24+ -# For specifying [17, ..]+ -_THUNDERBIRD_17P= 17 +# For specifying [24, ..]+ +_THUNDERBIRD_24P= 24 # Set the default Thunderbird version and check if USE_THUNDERBIRD=yes was given .if ${USE_THUNDERBIRD} == "yes" @@ -409,7 +409,7 @@ IGNORE= cannot install: unknown Thunde .endif # Dependence lines for different Thunderbird versions -17_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird +24_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird # Add dependencies .if defined(USE_THUNDERBIRD) @@ -502,7 +502,7 @@ MOZILLA_BIN?= ${PORTNAME}-bin MOZILLA_EXEC_NAME?=${MOZILLA} MOZ_RPATH?= ${MOZILLA} USE_GNOME+= libidl desktopfileutils -USES+= iconv perl5 +USES+= gmake iconv perl5 pkgconfig USE_PERL5= build USE_XORG= printproto sm xt xi xext x11 xinerama \ ice xproto @@ -598,7 +598,7 @@ _ALL_DEPENDS+= icu .endif icu_LIB_DEPENDS= icui18n:${PORTSDIR}/devel/icu -icu_MOZ_OPTIONS= --enable-intl-api --with-system-icu +icu_MOZ_OPTIONS= --with-system-icu --with-intl-api --enable-intl-api # XXX: depends on pkgng package flavor support #jpeg_LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/libjpeg-turbo @@ -649,7 +649,7 @@ EXTRACT_AFTER_ARGS+= ${${dep}_EXTRACT_AF # Standard options MOZ_CHROME?= omni MOZ_TOOLKIT?= cairo-gtk2 -MOZ_OPTIONS+= --disable-tests \ +MOZ_OPTIONS+= \ --enable-chrome-format=${MOZ_CHROME} \ --enable-default-toolkit=${MOZ_TOOLKIT} \ --with-pthreads @@ -677,6 +677,9 @@ MOZ_OPTIONS+= --with-system-zlib \ .if ${MOZILLA_VER:R:R} < 25 && !exists(${FILESDIR}/patch-bug803480) MOZ_OPTIONS+= --disable-necko-wifi +.else +# XXX stolen from www/chromium +MOZ_EXPORT+= MOZ_GOOGLE_API_KEY=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8 .endif .if ${PORT_OPTIONS:MGTK3} @@ -763,18 +766,10 @@ USE_DISPLAY=yes .undef GNU_CONFIGURE MAKEFILE= ${WRKSRC}/client.mk ALL_TARGET= profiledbuild +. if ${MOZILLA_VER:R:R} < 22 && ! ${MOZILLA:Mseamonkey*} MOZ_MK_OPTIONS+=PROFILE_GEN_SCRIPT="${PYTHON_CMD} \ @MOZ_OBJDIR@/_profile/pgo/profileserver.py" -.endif - -.if ${PORT_OPTIONS:MWEBRTC} -BUILD_DEPENDS+= v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS+= v4l2:${PORTSDIR}/multimedia/libv4l -. if ${PORT_OPTIONS:MOSS} -IGNORE= WEBRTC works only with ALSA and PULSEAUDIO audio backends . endif -.else -MOZ_OPTIONS+= --disable-webrtc .endif .if ${PORT_OPTIONS:MALSA} @@ -791,16 +786,10 @@ LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/ MOZ_OPTIONS+= --enable-pulseaudio .endif -.if !defined(STRIP) || ${STRIP} == "" -MOZ_OPTIONS+= --disable-strip --disable-install-strip -.else -MOZ_OPTIONS+= --enable-strip --enable-install-strip -.endif - .if ${PORT_OPTIONS:MDEBUG} -MOZ_OPTIONS+= --enable-debug +MOZ_OPTIONS+= --enable-debug --disable-release .else -MOZ_OPTIONS+= --disable-debug +MOZ_OPTIONS+= --disable-debug --enable-release .endif .if ${PORT_OPTIONS:MLOGGING} || ${PORT_OPTIONS:MDEBUG} @@ -809,6 +798,25 @@ MOZ_OPTIONS+= --enable-logging MOZ_OPTIONS+= --disable-logging .endif +.if ${PORT_OPTIONS:MPROFILE} +MOZ_OPTIONS+= --enable-profiling +STRIP= +.else +MOZ_OPTIONS+= --disable-profiling +.endif + +.if ${PORT_OPTIONS:MTEST} +MOZ_OPTIONS+= --enable-tests +.else +MOZ_OPTIONS+= --disable-tests +.endif + +.if !defined(STRIP) || ${STRIP} == "" +MOZ_OPTIONS+= --disable-strip --disable-install-strip +.else +MOZ_OPTIONS+= --enable-strip --enable-install-strip +.endif + MOZ_SED_ARGS+= -e's|@CPPFLAGS@|${CPPFLAGS}|g' \ -e 's|@CFLAGS@|${CFLAGS}|g' \ -e 's|@LDFLAGS@|${LDFLAGS}|g' \ Modified: head/mail/linux-thunderbird/Makefile ============================================================================== --- head/mail/linux-thunderbird/Makefile Wed Sep 18 22:13:34 2013 (r327586) +++ head/mail/linux-thunderbird/Makefile Wed Sep 18 22:40:57 2013 (r327587) @@ -2,15 +2,16 @@ # $FreeBSD$ PORTNAME= thunderbird -PORTVERSION= 17.0.8 +DISTVERSION= 24.0 CATEGORIES= mail -DISTNAME= ${PORTNAME}-${DISTVERSION}esr -MASTER_SITES= MOZILLA/${PORTNAME}/releases/${PORTVERSION}esr/linux-i686/en-US +DISTNAME= ${PORTNAME}-${DISTVERSION} +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above USE_BZIP2= yes +REPLACE_GRE= yes USE_LINUX_APPS= dbusglib dbuslibs alsalib alsa-plugins-oss Modified: head/mail/linux-thunderbird/distinfo ============================================================================== --- head/mail/linux-thunderbird/distinfo Wed Sep 18 22:13:34 2013 (r327586) +++ head/mail/linux-thunderbird/distinfo Wed Sep 18 22:40:57 2013 (r327587) @@ -1,2 +1,2 @@ -SHA256 (thunderbird-17.0.8esr.tar.bz2) = 50a79b52784c8f7611c5ca491a5668f712485483494a7b3e18030a0cc89eb9bb -SIZE (thunderbird-17.0.8esr.tar.bz2) = 21488005 +SHA256 (thunderbird-24.0.tar.bz2) = f642a6978cf0c5d1c54b97f86c11e79c8ae2d0a3ee38cff296320a9a5c8911a0 +SIZE (thunderbird-24.0.tar.bz2) = 28964786 Modified: head/mail/linux-thunderbird/pkg-plist ============================================================================== --- head/mail/linux-thunderbird/pkg-plist Wed Sep 18 22:13:34 2013 (r327586) +++ head/mail/linux-thunderbird/pkg-plist Wed Sep 18 22:40:57 2013 (r327587) @@ -10,18 +10,17 @@ lib/%%APP_NAME%%/chrome/icons/default/de lib/%%APP_NAME%%/chrome/icons/default/default256.png lib/%%APP_NAME%%/chrome/icons/default/default32.png lib/%%APP_NAME%%/chrome/icons/default/default48.png -lib/%%APP_NAME%%/components/binary.manifest +lib/%%APP_NAME%%/components/components.manifest lib/%%APP_NAME%%/components/libdbusservice.so lib/%%APP_NAME%%/components/libmozgnome.so lib/%%APP_NAME%%/crashreporter lib/%%APP_NAME%%/crashreporter.ini lib/%%APP_NAME%%/defaults/messenger/mailViews.dat +lib/%%APP_NAME%%/defaults/pref/browser-prefs.js lib/%%APP_NAME%%/defaults/pref/channel-prefs.js lib/%%APP_NAME%%/dependentlibs.list lib/%%APP_NAME%%/dictionaries/en-US.aff lib/%%APP_NAME%%/dictionaries/en-US.dic -lib/%%APP_NAME%%/distribution/extensions/tbtestpilot@labs.mozilla.com.xpi -lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome.manifest lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png @@ -52,7 +51,6 @@ lib/%%APP_NAME%%/libsmime3.so lib/%%APP_NAME%%/libsoftokn3.chk lib/%%APP_NAME%%/libsoftokn3.so lib/%%APP_NAME%%/libssl3.so -lib/%%APP_NAME%%/libxpcom.so lib/%%APP_NAME%%/libxul.so lib/%%APP_NAME%%/mozilla-xremote-client lib/%%APP_NAME%%/omni.ja @@ -85,8 +83,6 @@ lib/%%APP_NAME%%/updater.ini @dirrm lib/%%APP_NAME%%/defaults/pref @dirrm lib/%%APP_NAME%%/defaults @dirrm lib/%%APP_NAME%%/dictionaries -@dirrm lib/%%APP_NAME%%/distribution/extensions -@dirrm lib/%%APP_NAME%%/distribution @dirrm lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} @dirrm lib/%%APP_NAME%%/extensions @dirrm lib/%%APP_NAME%%/icons Modified: head/mail/thunderbird-i18n/Makefile ============================================================================== --- head/mail/thunderbird-i18n/Makefile Wed Sep 18 22:13:34 2013 (r327586) +++ head/mail/thunderbird-i18n/Makefile Wed Sep 18 22:40:57 2013 (r327587) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 17.0.8 +PORTVERSION= 24.0 CATEGORIES= mail -MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}esr/linux-i686/xpi +MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: head/mail/thunderbird-i18n/distinfo ============================================================================== --- head/mail/thunderbird-i18n/distinfo Wed Sep 18 22:13:34 2013 (r327586) +++ head/mail/thunderbird-i18n/distinfo Wed Sep 18 22:40:57 2013 (r327587) @@ -1,84 +1,84 @@ -SHA256 (xpi/thunderbird-i18n-17.0.8/ar.xpi) = 06aa4989dafac30777a9f1733372038bf27ea6ebe2689bbfb1f32ee84bbce570 -SIZE (xpi/thunderbird-i18n-17.0.8/ar.xpi) = 445976 -SHA256 (xpi/thunderbird-i18n-17.0.8/br.xpi) = 7cec403004e5dfa547452aa3885d6a30711eebfdbeb708897e3be58eb95f038a -SIZE (xpi/thunderbird-i18n-17.0.8/br.xpi) = 417071 -SHA256 (xpi/thunderbird-i18n-17.0.8/ca.xpi) = 9608970325c28c29e63c6db0c841c84588ec6af39ddbbbc305e18188b2591628 -SIZE (xpi/thunderbird-i18n-17.0.8/ca.xpi) = 418406 -SHA256 (xpi/thunderbird-i18n-17.0.8/cs.xpi) = 4e530ad1281db4f52484ff15d117c49b4204ad6e9c743452d72acb6ee716ae03 -SIZE (xpi/thunderbird-i18n-17.0.8/cs.xpi) = 420626 -SHA256 (xpi/thunderbird-i18n-17.0.8/da.xpi) = cbf06bd93d1244f07974176e13802bd1bf6a81783de6ef598be3011104e60d6a -SIZE (xpi/thunderbird-i18n-17.0.8/da.xpi) = 398980 -SHA256 (xpi/thunderbird-i18n-17.0.8/de.xpi) = 49e0a19e794d4c3a12d8cee63fd6818583ea3b1c61cd604c62445d6217a8e3a2 -SIZE (xpi/thunderbird-i18n-17.0.8/de.xpi) = 393631 -SHA256 (xpi/thunderbird-i18n-17.0.8/en-GB.xpi) = ff7de06053de1ba904d3020d0706a0f8951127c307ab3c620b580ae72273243f -SIZE (xpi/thunderbird-i18n-17.0.8/en-GB.xpi) = 390693 -SHA256 (xpi/thunderbird-i18n-17.0.8/en-US.xpi) = f28070ed90bb00befe74dda876194773ff334b16a1eb738847e3a41f5ba58617 -SIZE (xpi/thunderbird-i18n-17.0.8/en-US.xpi) = 390779 -SHA256 (xpi/thunderbird-i18n-17.0.8/es-AR.xpi) = 4976d3892ba2051a5182ab605c6ef9b2d2394cb6474af689fb7c96083070b643 -SIZE (xpi/thunderbird-i18n-17.0.8/es-AR.xpi) = 415498 -SHA256 (xpi/thunderbird-i18n-17.0.8/es-ES.xpi) = 7d0c65387f0d429eaf0f1a9e9cf96a1614378cf4f2c34c4db2fda3981fe777ac -SIZE (xpi/thunderbird-i18n-17.0.8/es-ES.xpi) = 356860 -SHA256 (xpi/thunderbird-i18n-17.0.8/et.xpi) = fe6475d3fd4e025e4fd907389d522fce86fd9674f32b5f63d9b636503499ce18 -SIZE (xpi/thunderbird-i18n-17.0.8/et.xpi) = 411891 -SHA256 (xpi/thunderbird-i18n-17.0.8/eu.xpi) = f3f2be6e12a2fcad30233c45a700c72ae202802b430b7ba8b2b51c8b7f644f19 -SIZE (xpi/thunderbird-i18n-17.0.8/eu.xpi) = 407189 -SHA256 (xpi/thunderbird-i18n-17.0.8/fi.xpi) = 7a83de772a2b98927835d38a01bb7304149cf5958aff858d1120380f0c1f04b1 -SIZE (xpi/thunderbird-i18n-17.0.8/fi.xpi) = 413619 -SHA256 (xpi/thunderbird-i18n-17.0.8/fr.xpi) = f5b43059ea2e3b3f08087b040abfa0f04f3c51b865fc99b6095f953a14690cb6 -SIZE (xpi/thunderbird-i18n-17.0.8/fr.xpi) = 420825 -SHA256 (xpi/thunderbird-i18n-17.0.8/fy-NL.xpi) = ebc9b148fb7cd63b0225ce3bd6c1da1ff1ba88627fd9c0cb96d86c2618596217 -SIZE (xpi/thunderbird-i18n-17.0.8/fy-NL.xpi) = 415712 -SHA256 (xpi/thunderbird-i18n-17.0.8/ga-IE.xpi) = 095fe84c70d846aeb77ad9dcaf9a2c25096166e2594f85d52af3050ddcbef2ed -SIZE (xpi/thunderbird-i18n-17.0.8/ga-IE.xpi) = 425394 -SHA256 (xpi/thunderbird-i18n-17.0.8/gd.xpi) = c88bb185f2e863a1114d23d31172ea1aab3a9b4856a6f2c0b4d7fe834af07f50 -SIZE (xpi/thunderbird-i18n-17.0.8/gd.xpi) = 428939 -SHA256 (xpi/thunderbird-i18n-17.0.8/gl.xpi) = e1f1e1745f635eb3a58a32fa466ca96ac913ff8ffc81c31b904ebfd843be21cb -SIZE (xpi/thunderbird-i18n-17.0.8/gl.xpi) = 410369 -SHA256 (xpi/thunderbird-i18n-17.0.8/he.xpi) = 2e095d156027034db8c7d9ed44a23dade5f872651aed611df3428c05c7a9261d -SIZE (xpi/thunderbird-i18n-17.0.8/he.xpi) = 439503 -SHA256 (xpi/thunderbird-i18n-17.0.8/hu.xpi) = 959666ffb50493b56db8832a4a4910e8f2839a248b0fe9da30b802fd197f0884 -SIZE (xpi/thunderbird-i18n-17.0.8/hu.xpi) = 433186 -SHA256 (xpi/thunderbird-i18n-17.0.8/is.xpi) = 09bd200fc261a525c42d66451fcd14fd1db4d1e4549d300683e88fb3d9dc6f97 -SIZE (xpi/thunderbird-i18n-17.0.8/is.xpi) = 414067 -SHA256 (xpi/thunderbird-i18n-17.0.8/it.xpi) = 591612ff988180ed4c654b800106d66c318543322d6f64170189abf9244ed6d6 -SIZE (xpi/thunderbird-i18n-17.0.8/it.xpi) = 348620 -SHA256 (xpi/thunderbird-i18n-17.0.8/ja.xpi) = 70bfb44ed2eedf8adb52eec63597fd4c75e0c71ac5616b2a1596132016ca9484 -SIZE (xpi/thunderbird-i18n-17.0.8/ja.xpi) = 463487 -SHA256 (xpi/thunderbird-i18n-17.0.8/ko.xpi) = 39972768c671f80dcb679947b4e4e205effad1006a887a871571efac8d74bff5 -SIZE (xpi/thunderbird-i18n-17.0.8/ko.xpi) = 412963 -SHA256 (xpi/thunderbird-i18n-17.0.8/lt.xpi) = 72aa8c347afc860e47242382e790f991e522d3185d1dcc7b0996118db9885dfd -SIZE (xpi/thunderbird-i18n-17.0.8/lt.xpi) = 519802 -SHA256 (xpi/thunderbird-i18n-17.0.8/nb-NO.xpi) = 56a06fca489f0d3f001884d2c5d700869f78ab90ca99f4953249db68e7337bae -SIZE (xpi/thunderbird-i18n-17.0.8/nb-NO.xpi) = 408518 -SHA256 (xpi/thunderbird-i18n-17.0.8/nl.xpi) = 0fb6c31b37d4a80044dede14d66c2e6c1d324cfd636da8cb48e6404d57bf8c09 -SIZE (xpi/thunderbird-i18n-17.0.8/nl.xpi) = 408526 -SHA256 (xpi/thunderbird-i18n-17.0.8/nn-NO.xpi) = fd94eea4d179135ba0603f1b1e73234b1de0ffec9d1c20e4226536fbb8a3efaa -SIZE (xpi/thunderbird-i18n-17.0.8/nn-NO.xpi) = 431471 -SHA256 (xpi/thunderbird-i18n-17.0.8/pl.xpi) = e556ddf3ff2c4bc426f527bbc8f4ad0a9a2aedc4a9ed97e6de63aa0b0f9e8c8d -SIZE (xpi/thunderbird-i18n-17.0.8/pl.xpi) = 402114 -SHA256 (xpi/thunderbird-i18n-17.0.8/pt-BR.xpi) = 204e3aacb4afae9dddd554fc7f3d422ca5ee14ba3611d49ca0143114da91f640 -SIZE (xpi/thunderbird-i18n-17.0.8/pt-BR.xpi) = 415777 -SHA256 (xpi/thunderbird-i18n-17.0.8/pt-PT.xpi) = e7f49b3552060eaa264ae80bd8f80342b875810e3c968e1b5e78713035696c27 -SIZE (xpi/thunderbird-i18n-17.0.8/pt-PT.xpi) = 445753 -SHA256 (xpi/thunderbird-i18n-17.0.8/rm.xpi) = 2effe0850bdf4fe6c3155a812e47ef2016b0eaf50f437e899861878cd1187b4f -SIZE (xpi/thunderbird-i18n-17.0.8/rm.xpi) = 415530 -SHA256 (xpi/thunderbird-i18n-17.0.8/ru.xpi) = 9a9d855d12c59c975a293ca0c3fb9345c51b2108ab24c3b4863fe8d310d14405 -SIZE (xpi/thunderbird-i18n-17.0.8/ru.xpi) = 415707 -SHA256 (xpi/thunderbird-i18n-17.0.8/si.xpi) = 7c4554283aafae7ecbdd7736f46e4ae6d8f3fdd53590b5c94a9dcfa749e00460 -SIZE (xpi/thunderbird-i18n-17.0.8/si.xpi) = 494162 -SHA256 (xpi/thunderbird-i18n-17.0.8/sk.xpi) = 541f4b02312b5e8eec972067e0eca91b76f8d1be75767220813efb2a8e351cd9 -SIZE (xpi/thunderbird-i18n-17.0.8/sk.xpi) = 429755 -SHA256 (xpi/thunderbird-i18n-17.0.8/sl.xpi) = c86f305935aaa443cb3eca302595d401655a3e90dcb3b6b1270de5d9be7ba74a -SIZE (xpi/thunderbird-i18n-17.0.8/sl.xpi) = 442095 -SHA256 (xpi/thunderbird-i18n-17.0.8/sq.xpi) = a3b6a6dcc81f4a780faa55f9cc7f43030bef80cb2f754d24077cb45ef80f9d51 -SIZE (xpi/thunderbird-i18n-17.0.8/sq.xpi) = 418779 -SHA256 (xpi/thunderbird-i18n-17.0.8/sv-SE.xpi) = 3758e651c99db3325703508d73010d7ca97e1904117ddc29a1132fa168a44e50 -SIZE (xpi/thunderbird-i18n-17.0.8/sv-SE.xpi) = 413217 -SHA256 (xpi/thunderbird-i18n-17.0.8/ta-LK.xpi) = e7e06c7ab1538571b0f71083230cd3d72d6cc2cd16e88268667e5239481a7941 -SIZE (xpi/thunderbird-i18n-17.0.8/ta-LK.xpi) = 517912 -SHA256 (xpi/thunderbird-i18n-17.0.8/tr.xpi) = 5f17ce575f00a08c5abd6536856469d388e9797195e7dadf20e1b3d980e10b91 -SIZE (xpi/thunderbird-i18n-17.0.8/tr.xpi) = 444944 -SHA256 (xpi/thunderbird-i18n-17.0.8/uk.xpi) = 77ea7dcee6ea87dafcf0ea49800c6a4318188ddc9906fca7f57b2e942e238389 -SIZE (xpi/thunderbird-i18n-17.0.8/uk.xpi) = 471142 -SHA256 (xpi/thunderbird-i18n-17.0.8/zh-TW.xpi) = bdda98eaebcd1c8104100002ef1c25db939039e533646f74ffd72b8faf381b10 -SIZE (xpi/thunderbird-i18n-17.0.8/zh-TW.xpi) = 437590 +SHA256 (xpi/thunderbird-i18n-24.0/ar.xpi) = 6e74a6ccb7554a3044df3ea099761f892028748e8441bbdd6f001a4bca5b54d2 +SIZE (xpi/thunderbird-i18n-24.0/ar.xpi) = 457861 +SHA256 (xpi/thunderbird-i18n-24.0/br.xpi) = d93eb0d12d1096ab6cf5876cd49bb2c1803fe868ace230e6cb1f780138202321 +SIZE (xpi/thunderbird-i18n-24.0/br.xpi) = 427679 +SHA256 (xpi/thunderbird-i18n-24.0/ca.xpi) = 51204a0b11204898d9fd5988b93b03834ac641e866d6a61562808ebb5129b5b1 +SIZE (xpi/thunderbird-i18n-24.0/ca.xpi) = 429745 +SHA256 (xpi/thunderbird-i18n-24.0/cs.xpi) = bcb13058eb336687fc88acc448403148575acb42e5b3fa95f8560b030e7f50b9 +SIZE (xpi/thunderbird-i18n-24.0/cs.xpi) = 431475 +SHA256 (xpi/thunderbird-i18n-24.0/da.xpi) = 9e00b6b4a355fac44fccbef39383fa7b87e21403a442e5f7f7f26b22bb4ea531 +SIZE (xpi/thunderbird-i18n-24.0/da.xpi) = 409625 +SHA256 (xpi/thunderbird-i18n-24.0/de.xpi) = ced0f7f53902ed68308f07fbdc006435f07390ca106e9380df90ec692d4931f3 +SIZE (xpi/thunderbird-i18n-24.0/de.xpi) = 408673 +SHA256 (xpi/thunderbird-i18n-24.0/en-GB.xpi) = d7a4e0064220a2c2b20b923038c04e5d0bb9601cea20f95062800cac4007e450 +SIZE (xpi/thunderbird-i18n-24.0/en-GB.xpi) = 400962 +SHA256 (xpi/thunderbird-i18n-24.0/en-US.xpi) = 30e6b0050d0e6a10ebc9cb094143df30325e10b8fea01a90b3a2d4adc697be09 +SIZE (xpi/thunderbird-i18n-24.0/en-US.xpi) = 402143 +SHA256 (xpi/thunderbird-i18n-24.0/es-AR.xpi) = 26ef7475af9e1e5f24486a863d1e5ce2b33be101554681405caeee7b5502918b +SIZE (xpi/thunderbird-i18n-24.0/es-AR.xpi) = 425656 +SHA256 (xpi/thunderbird-i18n-24.0/es-ES.xpi) = 54162b01cf30faf33fa5e7201e8450e86c516bc73225bfc715db074a05cb977e +SIZE (xpi/thunderbird-i18n-24.0/es-ES.xpi) = 366307 +SHA256 (xpi/thunderbird-i18n-24.0/et.xpi) = 8f25031f7f968b07029c81149272cf0f5ce1e72bb7945a078911d76d5b4595ff +SIZE (xpi/thunderbird-i18n-24.0/et.xpi) = 422892 +SHA256 (xpi/thunderbird-i18n-24.0/eu.xpi) = fde5a4fd691b0d2b5d88158c867f5afc559190cb9b4398e80c2160ba882eaa72 +SIZE (xpi/thunderbird-i18n-24.0/eu.xpi) = 418495 +SHA256 (xpi/thunderbird-i18n-24.0/fi.xpi) = ac943ecb5dbdee837c4d488771b265ad5b95caca5fb78b52d2e4b2927da6f7db +SIZE (xpi/thunderbird-i18n-24.0/fi.xpi) = 424264 +SHA256 (xpi/thunderbird-i18n-24.0/fr.xpi) = 29ab3aa7245390df7daa06adefbd21901d0cd0feedbada0ef6bfddbe7c2a1b3d +SIZE (xpi/thunderbird-i18n-24.0/fr.xpi) = 431288 +SHA256 (xpi/thunderbird-i18n-24.0/fy-NL.xpi) = b06e11f3258446b2bb0ebd2107cc4e9d898331abd83b2ef98c9515703280ad19 +SIZE (xpi/thunderbird-i18n-24.0/fy-NL.xpi) = 426097 +SHA256 (xpi/thunderbird-i18n-24.0/ga-IE.xpi) = ee5814995fd15ce793c40cd9b5a1373e53c062ab1d48bd5462dd00a40502de9c +SIZE (xpi/thunderbird-i18n-24.0/ga-IE.xpi) = 437113 +SHA256 (xpi/thunderbird-i18n-24.0/gd.xpi) = 0216577662f777e651fc4d811c02f1a230ab580d6a205e4035b227f772d39e41 +SIZE (xpi/thunderbird-i18n-24.0/gd.xpi) = 440091 +SHA256 (xpi/thunderbird-i18n-24.0/gl.xpi) = f2534c5c4dab6e95789b4eec759429dd450fbeaa7ac68126319e4eb65f1e13d8 +SIZE (xpi/thunderbird-i18n-24.0/gl.xpi) = 427541 +SHA256 (xpi/thunderbird-i18n-24.0/he.xpi) = 080ffd99b20800b2c798cfb8891d56e64908745af439b0fe4653cc28120c90d9 +SIZE (xpi/thunderbird-i18n-24.0/he.xpi) = 457064 +SHA256 (xpi/thunderbird-i18n-24.0/hu.xpi) = 9d14de0cefcf099f12a767a5703e2687c805713e1e5489931c2c29295bf2f514 +SIZE (xpi/thunderbird-i18n-24.0/hu.xpi) = 441511 +SHA256 (xpi/thunderbird-i18n-24.0/is.xpi) = ed00dade105c0656f5dd51d027f18ac902d24a5073988c339401a6f443e5d062 +SIZE (xpi/thunderbird-i18n-24.0/is.xpi) = 425710 +SHA256 (xpi/thunderbird-i18n-24.0/it.xpi) = 51767e8fb90a46432862e24de5bfd34ec8cda786859f6b3d9e1a08d2fa0256e2 +SIZE (xpi/thunderbird-i18n-24.0/it.xpi) = 357932 +SHA256 (xpi/thunderbird-i18n-24.0/ja.xpi) = cf3332bd773a119fabc993cef4a56f1e0235d4f881deb7437025404e2a7fba3b +SIZE (xpi/thunderbird-i18n-24.0/ja.xpi) = 475558 +SHA256 (xpi/thunderbird-i18n-24.0/ko.xpi) = 420b7ae6ce2b01b8e5458f3c4c89c9b425aabb8307487f7a37111ddb2c10b547 +SIZE (xpi/thunderbird-i18n-24.0/ko.xpi) = 428069 +SHA256 (xpi/thunderbird-i18n-24.0/lt.xpi) = 39102843525cae3a387fadb7f705d6c67b3a64bd0ca0aed9ade34ae261c536bc +SIZE (xpi/thunderbird-i18n-24.0/lt.xpi) = 443259 +SHA256 (xpi/thunderbird-i18n-24.0/nb-NO.xpi) = 05f337bfecef422add4442566c549af97c803b779ce09eeebe60868e58a5e7da +SIZE (xpi/thunderbird-i18n-24.0/nb-NO.xpi) = 418921 +SHA256 (xpi/thunderbird-i18n-24.0/nl.xpi) = e9025ece687f11db08b7d8b1ebc45a1a4ee4d4b99277a3fd047af7f54e21a20d +SIZE (xpi/thunderbird-i18n-24.0/nl.xpi) = 418763 +SHA256 (xpi/thunderbird-i18n-24.0/nn-NO.xpi) = 0e8e2d44b6c0fa3023ac6ab1eeddc77dbd2d0577e915eaa7520ed154f89b1ce2 +SIZE (xpi/thunderbird-i18n-24.0/nn-NO.xpi) = 421133 +SHA256 (xpi/thunderbird-i18n-24.0/pl.xpi) = f23f0dd3a8c5a066ac413a64700a15155e674b64e8d10be031a0a632410f1b25 +SIZE (xpi/thunderbird-i18n-24.0/pl.xpi) = 401751 +SHA256 (xpi/thunderbird-i18n-24.0/pt-BR.xpi) = 8230c94b5d999b9dfc2492b5e322615893763d31881e67f87c931f5d2bf1251c +SIZE (xpi/thunderbird-i18n-24.0/pt-BR.xpi) = 430907 +SHA256 (xpi/thunderbird-i18n-24.0/pt-PT.xpi) = f95d600c78e5b80f9bceaf70b47af007be292c6c699c2d6b7391c01a8d4ea56c +SIZE (xpi/thunderbird-i18n-24.0/pt-PT.xpi) = 425024 +SHA256 (xpi/thunderbird-i18n-24.0/rm.xpi) = 07de2de69ffe373dc4328968cc5732526952b4611816372093b4ef384c6d689f +SIZE (xpi/thunderbird-i18n-24.0/rm.xpi) = 432383 +SHA256 (xpi/thunderbird-i18n-24.0/ru.xpi) = 4e552902034381abb9823648a4f43f6923b4c2d1f0c17a306094238ce1a74e2b +SIZE (xpi/thunderbird-i18n-24.0/ru.xpi) = 425097 +SHA256 (xpi/thunderbird-i18n-24.0/si.xpi) = 92a93c4ac2e6c1407a86f478d0092e7c5ede6d6b51ae1a9d5fad116f57ec57b4 +SIZE (xpi/thunderbird-i18n-24.0/si.xpi) = 511166 +SHA256 (xpi/thunderbird-i18n-24.0/sk.xpi) = 73619d1dc30e824ef3416975871e3ad0624f7523da5be4eb40beb3d1121bc018 +SIZE (xpi/thunderbird-i18n-24.0/sk.xpi) = 440105 +SHA256 (xpi/thunderbird-i18n-24.0/sl.xpi) = 4c662abae741f474f08cda52ba82a465d24f730845a67d7cbac0ab278801b92f +SIZE (xpi/thunderbird-i18n-24.0/sl.xpi) = 421705 +SHA256 (xpi/thunderbird-i18n-24.0/sq.xpi) = d3356e40709d5ac8299f163737d537f7fbb7ea1942a64faa2b34d4dcaae7a2b2 +SIZE (xpi/thunderbird-i18n-24.0/sq.xpi) = 435214 +SHA256 (xpi/thunderbird-i18n-24.0/sv-SE.xpi) = e91988e86316d0b6a4fc660f17ab9efb3141d293453adbf63dd81978bf488eaa +SIZE (xpi/thunderbird-i18n-24.0/sv-SE.xpi) = 423814 +SHA256 (xpi/thunderbird-i18n-24.0/ta-LK.xpi) = d1d7ba9affb29e8afd8fca1261313c3f14c414086e30754e4c3da2bef4962ab6 +SIZE (xpi/thunderbird-i18n-24.0/ta-LK.xpi) = 534922 +SHA256 (xpi/thunderbird-i18n-24.0/tr.xpi) = d1ff4e9bbd39d37d9b2c80f05a8df011ac64a3c24c090526822ca2965e3aceab +SIZE (xpi/thunderbird-i18n-24.0/tr.xpi) = 438066 +SHA256 (xpi/thunderbird-i18n-24.0/uk.xpi) = 8d4c56288be58f392436b8f123aa8696bf81d8f6712fbebe95659659cf1a307f +SIZE (xpi/thunderbird-i18n-24.0/uk.xpi) = 480948 +SHA256 (xpi/thunderbird-i18n-24.0/zh-TW.xpi) = a0c8877af5dfd9b7b3add1626e3fa01ddaac7b7648fbc1dbd23eb1f0660da537 +SIZE (xpi/thunderbird-i18n-24.0/zh-TW.xpi) = 450000 Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Wed Sep 18 22:13:34 2013 (r327586) +++ head/mail/thunderbird/Makefile Wed Sep 18 22:40:57 2013 (r327587) @@ -2,26 +2,30 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 17.0.8 +DISTVERSION= 24.0 CATEGORIES= mail ipv6 -MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source -DISTFILES= ${PORTNAME}-${DISTVERSION}esr.source${EXTRACT_SUFX} -EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}esr.source${EXTRACT_SUFX} +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source +DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} +EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above -BUILD_DEPENDS= nspr>=4.9.2:${PORTSDIR}/devel/nspr \ - nss>=3.13.6_1:${PORTSDIR}/security/nss \ - sqlite3>=3.7.13:${PORTSDIR}/databases/sqlite3 \ +BUILD_DEPENDS= nspr>=4.10:${PORTSDIR}/devel/nspr \ + nss>=3.15:${PORTSDIR}/security/nss \ + sqlite3>=3.7.16.1:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ + v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ unzip:${PORTSDIR}/archivers/unzip +LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l -EM_VERSION= 1.5.1 +EM_VERSION= 1.5.2 +L_VERSION= 2.6b3 USE_AUTOTOOLS= autoconf213:env USE_PYTHON_BUILD=-2.7 +OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko USE_MOZILLA= # empty @@ -29,10 +33,9 @@ WANT_GNOME= yes USE_QT4= # empty QT_NONSTANDARD= yes ALL_TARGET= default -GNU_CONFIGURE= yes USE_BZIP2= yes -USES= gmake pkgconfig USE_GL= gl +USE_DOS2UNIX= mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp MOZ_PROTOCOLS= http,ftp,file,viewsource,res,data,wyciwyg,websocket MOZ_OPTIONS= --program-transform-name='s/thunderbird/${MOZILLA}/' \ @@ -51,19 +54,30 @@ MOZ_PIS_SCRIPTS=moz_pis_S50cleanhome OPTIONS_DEFINE= ENIGMAIL LIGHTNING OPTIONS_DEFAULT=ENIGMAIL LIGHTNING +# non-client.mk objdir build broken after bug 846540 +.undef GNU_CONFIGURE +ALL_TARGET= build +MAKEFILE= ${WRKSRC}/client.mk + .include "${.CURDIR}/../../www/firefox/Makefile.options" -OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/ALSA/OSS/} +# OSS is gone after bug 852401 +OPTIONS_SINGLE_AUDIO:=${OPTIONS_SINGLE_AUDIO:S/OSS//} .include -WRKSRC= ${WRKDIR}/comm-esr17 +WRKSRC= ${WRKDIR}/comm-esr24 MOZSRC:= ${WRKSRC}/mozilla XPI_LIBDIR= ${PREFIX}/lib/xpi +# libprldap60.so: Undefined symbol "PR_GetCurrentThread" +.if ${ARCH} == i386 +USE_GCC?= yes +.endif + .if ${PORT_OPTIONS:MENIGMAIL} -MASTER_SITES+= http://www.enigmail.net/download/source/:enigmail +MASTER_SITES+= https://www.enigmail.net/download/source/:enigmail DISTFILES+= ${EM_DISTFILE}:enigmail RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg EM_DISTNAME= enigmail-${EM_VERSION} @@ -75,13 +89,14 @@ EM_ID_RFILES= ${XPI_LIBDIR}/${EM_ID}/ins ${XPI_LIBDIR}/${EM_ID}/components/enigmail.js \ ${XPI_LIBDIR}/${EM_ID}/modules/enigmailCommon.jsm EXTRA_PATCHES+= ${FILESDIR}/extrapatch-enigmail-ipc-src-Makefile +EXTRA_PATCHES+= ${FILESDIR}/extra-bug886095 .endif .if ${PORT_OPTIONS:MLIGHTNING} MOZ_OPTIONS+= --enable-calendar MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=calendar LIGHTNING_DIR= share/lightning -XPI_FILE= ${MOZ_OBJDIR}/mozilla/dist/xpi-stage/lightning.xpi +XPI_FILE= ${MOZ_OBJDIR}/mozilla/dist/xpi-stage/lightning-${L_VERSION}.en-US.${OPSYS:L}${OSREL}-${ARCH:S/amd64/x86_64/}.xpi XPI_ORIG_ID= {e2fda1a4-762b-4020-b5ad-a41df1933103} XPI_ID= lightning@thunderbird.mozilla.org .else @@ -97,6 +112,8 @@ post-extract: .endif post-patch: + @${REINPLACE_CMD} -e '/MOZPNG/s/=[0-9]*/=10511/' \ + ${MOZSRC}/configure.in ${WRKSRC}/configure.in @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/mail/app/nsMailApp.cpp .if ${PORT_OPTIONS:MENIGMAIL} Modified: head/mail/thunderbird/distinfo ============================================================================== --- head/mail/thunderbird/distinfo Wed Sep 18 22:13:34 2013 (r327586) +++ head/mail/thunderbird/distinfo Wed Sep 18 22:40:57 2013 (r327587) @@ -1,4 +1,4 @@ -SHA256 (thunderbird-17.0.8esr.source.tar.bz2) = 6e9f5899f97a6efd11b231909d534b2dec40502a20e1ab06eb12a4953e3deb54 -SIZE (thunderbird-17.0.8esr.source.tar.bz2) = 113699743 -SHA256 (enigmail-1.5.1.tar.gz) = 234ca3c8f7c74afb64ebdaa4762e358f35a72c1f8de007b992497fc2db803af0 -SIZE (enigmail-1.5.1.tar.gz) = 1213954 +SHA256 (thunderbird-24.0.source.tar.bz2) = 60a1abde987a61c8096e431f13df2ba2cf188a22fdbf1712aaec795b302a5ff5 +SIZE (thunderbird-24.0.source.tar.bz2) = 140334722 +SHA256 (enigmail-1.5.2.tar.gz) = f20d6d1be1ab12dc2f1208d8f01227fd7e5c4dcf5d6f4bd0833a932b58973a26 +SIZE (enigmail-1.5.2.tar.gz) = 1211395 Modified: head/mail/thunderbird/files/extra-bug780531 ============================================================================== --- head/mail/thunderbird/files/extra-bug780531 Wed Sep 18 22:13:34 2013 (r327586) +++ head/mail/thunderbird/files/extra-bug780531 Wed Sep 18 22:40:57 2013 (r327587) @@ -1,13 +1,24 @@ --- mozilla/configure.in~ +++ mozilla/configure.in -@@ -5151,8 +5148,8 @@ fi +@@ -5364,15 +5364,18 @@ AC_SUBST(MOZ_SRTP) - AC_SUBST(MOZ_WEBRTC) - --case "$target_cpu" in --arm*) + dnl Use integers over floats for audio on B2G and Android, because audio + dnl backends for those platforms don't support floats. +-if test "$OS_TARGET" = "Android"; then +case "$target" in -+arm-*-linux*|*-dragonfly*|*-freebsd*|*-netbsd*|*-openbsd*) - MOZ_SAMPLE_TYPE_S16LE=1 - AC_DEFINE(MOZ_SAMPLE_TYPE_S16LE) - AC_SUBST(MOZ_SAMPLE_TYPE_S16LE) ++*-android*|*-linuxandroid*|*-dragonfly*|*-freebsd*|*-netbsd*|*-openbsd*) + MOZ_SAMPLE_TYPE_S16=1 + AC_DEFINE(MOZ_SAMPLE_TYPE_S16) + AC_SUBST(MOZ_SAMPLE_TYPE_S16) +-else ++;; ++*) + MOZ_SAMPLE_TYPE_FLOAT32=1 + AC_DEFINE(MOZ_SAMPLE_TYPE_FLOAT32) + AC_SUBST(MOZ_SAMPLE_TYPE_FLOAT32) +-fi ++;; ++esac + + dnl ======================================================== + dnl = Disable Speech API code Added: head/mail/thunderbird/files/extra-bug886095 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/thunderbird/files/extra-bug886095 Wed Sep 18 22:40:57 2013 (r327587) @@ -0,0 +1,32 @@ +diff --git genxpi genxpi +index a50e7ab..6083c55 100755 +--- mailnews/extensions/enigmail/genxpi~ ++++ mailnews/extensions/enigmail/genxpi +@@ -74,16 +74,17 @@ if [ ${platform} = OS2_x86-gcc3 ]; then + else + enigDllFile=platform/${platform}/components/${libPrefix}enigmime-${xpcomAbi}${dllSuffix} + fi + + subprocessDll=${libPrefix}subprocess${dllSuffix} + spDllFile=platform/${platform}/lib/${libPrefix}subprocess-${xpcomAbi}${dllSuffix} + + # Prepare chrome.manifest ++cp ${targetDir}/chrome.manifest ${targetDir}/chrome.manifest.save + cat ${srcDir}/package/chrome.manifest | \ + sed 's/##ENIGMIMEDLL-PLACEHOLDER##/binary-component platform\/'${platform}'\/components\/'`basename ${enigDllFile}`' ABI='${platform}'/' \ + > ${targetDir}/chrome.manifest + + # Prepare languages other than en-US + + if [ -s ${srcDir}/lang/current-languages.txt ]; then + localeJar=chrome/${xpiModule}.jar +@@ -147,8 +148,9 @@ zip ${xpiFile} \ + ${localeJar} \ + components/enigmime.xpt \ + ${enigDllFile} \ + ${spDllFile} \ + chrome.manifest \ + install.rdf + + rm install.rdf chrome.manifest ++mv chrome.manifest.save chrome.manifest Added: head/mail/thunderbird/files/extra-patch-security_manager_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/thunderbird/files/extra-patch-security_manager_Makefile.in Wed Sep 18 22:40:57 2013 (r327587) @@ -0,0 +1,11 @@ +--- security/manager/Makefile.in.orig.patched Thu May 25 10:19:22 2006 ++++ security/manager/Makefile.in Thu May 25 10:19:22 2006 +@@ -159,8 +159,6 @@ + $(MAKE) -C $(topsrcdir)/security/coreconf $(DEFAULT_GMAKE_FLAGS) + ifeq ($(OS_ARCH),WINNT) + cd $(DIST)/lib; cp -f $(LIB_PREFIX)dbm$(MOZ_BITS).$(LIB_SUFFIX) $(LIB_PREFIX)dbm.$(LIB_SUFFIX) +-else +- cd $(DIST)/lib; cp -f $(LIB_PREFIX)mozdbm_s.$(LIB_SUFFIX) $(LIB_PREFIX)dbm.$(LIB_SUFFIX); $(RANLIB) $(LIB_PREFIX)dbm.$(LIB_SUFFIX) + endif + # $(MAKE) -C $(topsrcdir)/security/nss/lib $(DEFAULT_GMAKE_FLAGS) + ifndef SKIP_CHK Modified: head/mail/thunderbird/files/extrapatch-enigmail-ipc-src-Makefile ============================================================================== --- head/mail/thunderbird/files/extrapatch-enigmail-ipc-src-Makefile Wed Sep 18 22:13:34 2013 (r327586) +++ head/mail/thunderbird/files/extrapatch-enigmail-ipc-src-Makefile Wed Sep 18 22:40:57 2013 (r327587) @@ -1,6 +1,6 @@ --- mailnews/extensions/enigmail/ipc/src/Makefile.enig~ +++ mailnews/extensions/enigmail/ipc/src/Makefile.enig -@@ -19,26 +19,26 @@ endif +@@ -19,13 +19,13 @@ endif ifeq ($(OS_ARCH),NetBSD) ifeq ($(DLL_SUFFIX),.so.1.0) @@ -16,50 +16,7 @@ CFLAGS += -fPIC endif - ifeq ($(OS_ARCH),HP-UX) - ifeq ($(GNU_CC)$(GNU_CXX),) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif - endif - - ifeq ($(OS_ARCH),OSF1) - ifeq ($(GNU_CC)$(GNU_CXX),) --LDFLAGS += -B symbolic -+LDFLAGS += -shared -B symbolic - CFLAGS += -fPIC - endif - endif -@@ -62,7 +62,11 @@ libs: source - $(CC) $(LDFLAGS) -o $(libname) $(objfiles) - - source: $(source) -+ifneq (,$(filter 4.2.%, $(CC_VERSION))) -+ $(CC) $(CFLAGS) -c -o $(objfiles) $^ -+else - $(CC) $(CFLAGS) -Wno-return-type-c-linkage -c -o $(objfiles) $^ -+endif - - - clean: ---- mailnews/extensions/enigmail/ipc/src/Makefile.in~ -+++ mailnews/extensions/enigmail/ipc/src/Makefile.in -@@ -19,26 +19,26 @@ endif - - ifeq ($(OS_ARCH),NetBSD) - ifeq ($(DLL_SUFFIX),.so.1.0) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif - endif - - ifeq ($(OS_ARCH),FreeBSD) --LDFLAGS += -Wl,-Bsymbolic -+LDFLAGS += -shared -Wl,-Bsymbolic - CFLAGS += -fPIC - endif +@@ -36,14 +36,14 @@ endif ifeq ($(OS_ARCH),HP-UX) ifeq ($(GNU_CC)$(GNU_CXX),) @@ -76,15 +33,3 @@ CFLAGS += -fPIC endif endif -@@ -62,7 +62,11 @@ libs: source - $(CC) $(LDFLAGS) -o $(libname) $(objfiles) - - source: $(source) -+ifneq (,$(filter 4.2.%, $(CC_VERSION))) -+ $(CC) $(CFLAGS) -c -o $(objfiles) $^ -+else - $(CC) $(CFLAGS) -Wno-return-type-c-linkage -c -o $(objfiles) $^ -+endif - - - clean: Modified: head/mail/thunderbird/files/moz_pis_S50cleanhome ============================================================================== --- head/mail/thunderbird/files/moz_pis_S50cleanhome Wed Sep 18 22:13:34 2013 (r327586) +++ head/mail/thunderbird/files/moz_pis_S50cleanhome Wed Sep 18 22:40:57 2013 (r327587) @@ -2,7 +2,8 @@ # # S50cleanhome -# a script to polite ${HOME}/${MOZ_PIS_USER_DIR} +# a script to clean up users' Mozilla home directories to make upgrading +# less painful. # We run in our own subshell @@ -13,22 +14,18 @@ [ -z "${HOME}" -o ! -d "${HOME}" ] && exit 1 [ -z "${MOZ_PIS_USER_DIR}" -o ! -d "${HOME}/${MOZ_PIS_USER_DIR}" ] && exit 1 -# Try to polite ${HOME}/${MOZ_PIS_USER_DIR} +# Try to cleanup ${HOME}/${MOZ_PIS_USER_DIR} -# This must be really needed? -# rm -f "${$HOME}/${MOZ_PIS_USER_DIR}/pluginreg.dat" - -# Try to polite profile dirs if [ -f "${HOME}/${MOZ_PIS_USER_DIR}/profiles.ini" ]; then sed -e '/Path=/! d' -e "s,Path=,${HOME}/${MOZ_PIS_USER_DIR}/," \ - "${HOME}/${MOZ_PIS_USER_DIR}/profiles.ini" \ + "${HOME}/${MOZ_PIS_USER_DIR}/profiles.ini" \ | while read dir do [ ! -d "${dir}" ] && continue - # at last, debian do this, we do for new builds + # Debian does this for new builds # rm -f "${dir}/XUL.mfasl" - # make reclaculate compreg.dat, xpti.dat for new builds + # force a rebuild of compreg.dat and xpti.dat for new installations [ "${dir}/compreg.dat" -ot "${MOZ_PIS_MOZBINDIR}/components.ini" ] && - rm -f "${dir}/compatibility.ini" "${dir}/XUL.mfasl" + rm -f "${dir}/compatibility.ini" "${dir}/XUL.mfasl" done fi Modified: head/mail/thunderbird/files/patch-bug783463 ============================================================================== --- head/mail/thunderbird/files/patch-bug783463 Wed Sep 18 22:13:34 2013 (r327586) +++ head/mail/thunderbird/files/patch-bug783463 Wed Sep 18 22:40:57 2013 (r327587) @@ -1,14 +1,14 @@ ---- mozilla/gfx/skia/Makefile.in~ -+++ mozilla/gfx/skia/Makefile.in -@@ -339,10 +339,9 @@ CPPSRCS += \ - SkMMapStream.cpp \ - SkOSFile.cpp \ - $(NULL) --ifeq (Linux,$(OS_TARGET)) -+ifneq (,$(or $(MOZ_X11),$(filter Linux,$(OS_TARGET)))) - CPPSRCS += \ - SkFontHost_linux.cpp \ -- SkFontHost_tables.cpp \ - SkTime_Unix.cpp \ - $(NULL) - endif +--- mozilla/gfx/skia/moz.build~ ++++ mozilla/gfx/skia/moz.build +@@ -188,10 +188,9 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'qt + 'SkMMapStream.cpp', + 'SkOSFile.cpp', + ] +- if CONFIG['OS_TARGET'] == 'Linux': ++ if CONFIG['MOZ_X11'] == 1 or CONFIG['OS_TARGET'] == 'Linux': + CPP_SOURCES += [ + 'SkFontHost_linux.cpp', +- 'SkFontHost_tables.cpp', + 'SkThread_pthread.cpp', + 'SkTime_Unix.cpp', + ] Modified: head/mail/thunderbird/files/patch-bug791305 ============================================================================== --- head/mail/thunderbird/files/patch-bug791305 Wed Sep 18 22:13:34 2013 (r327586) +++ head/mail/thunderbird/files/patch-bug791305 Wed Sep 18 22:40:57 2013 (r327587) @@ -15,93 +15,383 @@ Date: Fri Sep 14 15:54:55 2012 -0400 image/decoders/nsJPEGDecoder.cpp | 311 ++------------------------------------- 2 files changed, 20 insertions(+), 297 deletions(-) +diff --git configure.in configure.in +index f0aeb5d..1c01010 100644 +--- mozilla/configure.in ++++ mozilla/configure.in +@@ -4027,11 +4027,7 @@ if test "$MOZ_NATIVE_JPEG" = 1; then + #include ], + [ #if JPEG_LIB_VERSION < $MOZJPEG + #error "Insufficient JPEG library version ($MOZJPEG required)." +- #endif +- #ifndef JCS_EXTENSIONS +- #error "libjpeg-turbo JCS_EXTENSIONS required" +- #endif +- ], ++ #endif ], + MOZ_NATIVE_JPEG=1, + AC_MSG_ERROR([Insufficient JPEG library version for --with-system-jpeg])) + fi diff --git mozilla/image/decoders/nsJPEGDecoder.cpp mozilla/image/decoders/nsJPEGDecoder.cpp -index c1fb515..1d2a259 100644 +index 8fa8200..1d2a259 100644 --- mozilla/image/decoders/nsJPEGDecoder.cpp +++ mozilla/image/decoders/nsJPEGDecoder.cpp -@@ -22,6 +22,13 @@ +@@ -21,13 +21,28 @@ + extern "C" { #include "iccjpeg.h" +-} +#ifdef JCS_EXTENSIONS -+#if defined(IS_BIG_ENDIAN) -+#define MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB JCS_EXT_XRGB -+#else -+#define MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB JCS_EXT_BGRX -+#endif + #if defined(IS_BIG_ENDIAN) + #define MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB JCS_EXT_XRGB + #else + #define MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB JCS_EXT_BGRX + #endif +#else - /* Colorspace conversion (copied from jpegint.h) */ - struct jpeg_color_deconverter { - JMETHOD(void, start_pass, (j_decompress_ptr cinfo)); -@@ -34,6 +41,7 @@ METHODDEF(void) - ycc_rgb_convert_argb (j_decompress_ptr cinfo, - JSAMPIMAGE input_buf, JDIMENSION input_row, - JSAMPARRAY output_buf, int num_rows); ++/* Colorspace conversion (copied from jpegint.h) */ ++struct jpeg_color_deconverter { ++ JMETHOD(void, start_pass, (j_decompress_ptr cinfo)); ++ JMETHOD(void, color_convert, (j_decompress_ptr cinfo, ++ JSAMPIMAGE input_buf, JDIMENSION input_row, ++ JSAMPARRAY output_buf, int num_rows)); ++}; ++ ++METHODDEF(void) ++ycc_rgb_convert_argb (j_decompress_ptr cinfo, ++ JSAMPIMAGE input_buf, JDIMENSION input_row, ++ JSAMPARRAY output_buf, int num_rows); +#endif - } ++} static void cmyk_convert_rgb(JSAMPROW row, JDIMENSION width); -@@ -329,7 +340,18 @@ nsJPEGDecoder::WriteInternal(const char *aBuffer, PRUint32 aCount) + +@@ -324,6 +340,7 @@ nsJPEGDecoder::WriteInternal(const char *aBuffer, uint32_t aCount) case JCS_GRAYSCALE: case JCS_RGB: case JCS_YCbCr: +#ifdef JCS_EXTENSIONS -+ // if we're not color managing we can decode directly to -+ // MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB -+ if (mCMSMode != eCMSMode_All) { -+ mInfo.out_color_space = MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB; -+ mInfo.out_color_components = 4; -+ } else { -+ mInfo.out_color_space = JCS_RGB; -+ } + // if we're not color managing we can decode directly to + // MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB + if (mCMSMode != eCMSMode_All) { +@@ -332,6 +349,9 @@ nsJPEGDecoder::WriteInternal(const char *aBuffer, uint32_t aCount) + } else { + mInfo.out_color_space = JCS_RGB; + } +#else - mInfo.out_color_space = JCS_RGB; ++ mInfo.out_color_space = JCS_RGB; +#endif break; case JCS_CMYK: case JCS_YCCK: -@@ -397,6 +419,7 @@ nsJPEGDecoder::WriteInternal(const char *aBuffer, PRUint32 aCount) +@@ -399,6 +419,15 @@ nsJPEGDecoder::WriteInternal(const char *aBuffer, uint32_t aCount) return; /* I/O suspension */ } +#ifndef JCS_EXTENSIONS - /* Force to use our YCbCr to Packed RGB converter when possible */ - if (!mTransform && (mCMSMode != eCMSMode_All) && - mInfo.jpeg_color_space == JCS_YCbCr && mInfo.out_color_space == JCS_RGB) { -@@ -404,6 +427,7 @@ nsJPEGDecoder::WriteInternal(const char *aBuffer, PRUint32 aCount) - mInfo.out_color_components = 4; /* Packed ARGB pixels are always 4 bytes...*/ - mInfo.cconvert->color_convert = ycc_rgb_convert_argb; - } ++ /* Force to use our YCbCr to Packed RGB converter when possible */ ++ if (!mTransform && (mCMSMode != eCMSMode_All) && ++ mInfo.jpeg_color_space == JCS_YCbCr && mInfo.out_color_space == JCS_RGB) { ++ /* Special case for the most common case: transform from YCbCr direct into packed ARGB */ ++ mInfo.out_color_components = 4; /* Packed ARGB pixels are always 4 bytes...*/ ++ mInfo.cconvert->color_convert = ycc_rgb_convert_argb; ++ } +#endif /* If this is a progressive JPEG ... */ mState = mInfo.buffered_image ? JPEG_DECOMPRESS_PROGRESSIVE : JPEG_DECOMPRESS_SEQUENTIAL; -@@ -542,7 +566,11 @@ nsJPEGDecoder::OutputScanlines(bool* suspend) - PRUint32 *imageRow = ((PRUint32*)mImageData) + +@@ -544,7 +573,11 @@ nsJPEGDecoder::OutputScanlines(bool* suspend) + uint32_t *imageRow = ((uint32_t*)mImageData) + (mInfo.output_scanline * mInfo.output_width); +#ifdef JCS_EXTENSIONS -+ if (mInfo.out_color_space == MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB) { + if (mInfo.out_color_space == MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB) { +#else - if (mInfo.cconvert->color_convert == ycc_rgb_convert_argb) { ++ if (mInfo.cconvert->color_convert == ycc_rgb_convert_argb) { +#endif /* Special case: scanline will be directly converted into packed ARGB */ if (jpeg_read_scanlines(&mInfo, (JSAMPARRAY)&imageRow, 1) != 1) { *suspend = true; /* suspend */ -@@ -858,6 +887,7 @@ term_source (j_decompress_ptr jd) +@@ -854,6 +887,282 @@ term_source (j_decompress_ptr jd) } // namespace mozilla +#ifndef JCS_EXTENSIONS - /**************** YCbCr -> Cairo's RGB24/ARGB32 conversion: most common case **************/ - - /* -@@ -1130,7 +1160,8 @@ ycc_rgb_convert_argb (j_decompress_ptr cinfo, - } - } - } ++/**************** YCbCr -> Cairo's RGB24/ARGB32 conversion: most common case **************/ ++ ++/* ++ * YCbCr is defined per CCIR 601-1, except that Cb and Cr are ++ * normalized to the range 0..MAXJSAMPLE rather than -0.5 .. 0.5. ++ * The conversion equations to be implemented are therefore ++ * R = Y + 1.40200 * Cr ++ * G = Y - 0.34414 * Cb - 0.71414 * Cr ++ * B = Y + 1.77200 * Cb ++ * where Cb and Cr represent the incoming values less CENTERJSAMPLE. ++ * (These numbers are derived from TIFF 6.0 section 21, dated 3-June-92.) ++ * *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 23:20:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A09B12BA; Wed, 18 Sep 2013 23:20:50 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E2D12C9D; Wed, 18 Sep 2013 23:20:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8INKocN029096; Wed, 18 Sep 2013 23:20:50 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8INKoGs029095; Wed, 18 Sep 2013 23:20:50 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201309182320.r8INKoGs029095@svn.freebsd.org> From: Florian Smeets Date: Wed, 18 Sep 2013 23:20:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327588 - head/irc/ezbounce 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.14 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: Wed, 18 Sep 2013 23:20:50 -0000 Author: flo Date: Wed Sep 18 23:20:50 2013 New Revision: 327588 URL: http://svnweb.freebsd.org/changeset/ports/327588 Log: - convert to USES - convert to OPTIONSNG - use USE_GCC for now, weird template errors I cannot figure out currently. Modified: head/irc/ezbounce/Makefile Modified: head/irc/ezbounce/Makefile ============================================================================== --- head/irc/ezbounce/Makefile Wed Sep 18 22:40:57 2013 (r327587) +++ head/irc/ezbounce/Makefile Wed Sep 18 23:20:50 2013 (r327588) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ezbounce -# Date created: 19 February 1999 -# Whom: Chris Piazza -# +# Created by: Chris Piazza # $FreeBSD$ -# PORTNAME= ezbounce PORTVERSION= 1.99.15 @@ -16,7 +12,8 @@ COMMENT= A highly configurable IRC Proxy BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake +USE_GCC= any SUB_FILES= pkg-message @@ -54,13 +51,12 @@ do-install: ${WRKSRC}/ezb.conf.default ${PREFIX}/etc/ezb.conf; \ fi -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/worklog ${DOCSDIR} - .endif @${CAT} ${PKGMESSAGE} From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 23:30:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 93068511; Wed, 18 Sep 2013 23:30:32 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 724DE2D18; Wed, 18 Sep 2013 23:30:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8INUWR7033054; Wed, 18 Sep 2013 23:30:32 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8INUVUo033050; Wed, 18 Sep 2013 23:30:31 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201309182330.r8INUVUo033050@svn.freebsd.org> From: Jung-uk Kim Date: Wed, 18 Sep 2013 23:30:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327589 - in head/editors/libreoffice: . 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.14 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: Wed, 18 Sep 2013 23:30:32 -0000 Author: jkim Date: Wed Sep 18 23:30:31 2013 New Revision: 327589 URL: http://svnweb.freebsd.org/changeset/ports/327589 Log: - Fix build on head with clang and libc++/libcxxrt. Note the patches were heavily inspired by several upstream patches and a crucial hint from tijl. - Remove a redundant compiler flag for MDDS. The GXX_INCLUDE_PATH variable was removed with STLport support and it seems it is not necessary any more. - Add an upstream patch. It may work around a potential compiler problem. - Convert to new LIB_DEPENDS format. Added: head/editors/libreoffice/files/extra-patch-libc++ (contents, props changed) head/editors/libreoffice/files/patch-bridges__source__cpp_uno__gcc3_linux_x86-64__callvirtualmethod.cxx (contents, props changed) Modified: head/editors/libreoffice/Makefile head/editors/libreoffice/files/patch-configure.ac Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Wed Sep 18 23:20:50 2013 (r327588) +++ head/editors/libreoffice/Makefile Wed Sep 18 23:30:31 2013 (r327589) @@ -20,34 +20,34 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTS bash:${PORTSDIR}/shells/bash \ gsed:${PORTSDIR}/textproc/gsed -LIB_DEPENDS= icutu:${PORTSDIR}/devel/icu \ - langtag:${PORTSDIR}/devel/liblangtag \ - orcus-0.6:${PORTSDIR}/devel/liborcus \ - curl:${PORTSDIR}/ftp/curl \ - cairo.2:${PORTSDIR}/graphics/cairo \ - graphite2:${PORTSDIR}/graphics/graphite2 \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - cdr:${PORTSDIR}/graphics/libcdr \ - lcms2:${PORTSDIR}/graphics/lcms2 \ - wpg-0.2.2:${PORTSDIR}/graphics/libwpg \ - png15:${PORTSDIR}/graphics/png \ - poppler:${PORTSDIR}/graphics/poppler \ - lpsolve55:${PORTSDIR}/math/lp_solve \ - cmis-0.4:${PORTSDIR}/net/libcmis \ - mspub-0.0:${PORTSDIR}/print/libmspub \ - nss3.1:${PORTSDIR}/security/nss \ - clucene-core:${PORTSDIR}/textproc/clucene \ - expat.6:${PORTSDIR}/textproc/expat2 \ - hunspell-1.3.0:${PORTSDIR}/textproc/hunspell \ - hyphen.2:${PORTSDIR}/textproc/hyphen \ - exttextcat-2.0.0:${PORTSDIR}/textproc/libexttextcat \ - visio-0.0.0:${PORTSDIR}/textproc/libvisio \ - xml2.5:${PORTSDIR}/textproc/libxml2 \ - xslt.2:${PORTSDIR}/textproc/libxslt \ - wpd-0.9.9:${PORTSDIR}/textproc/libwpd \ - wps-0.2.2:${PORTSDIR}/textproc/libwps \ - mythes-1.2.0:${PORTSDIR}/textproc/mythes \ - rdf.0:${PORTSDIR}/textproc/redland +LIB_DEPENDS= libicutu.so:${PORTSDIR}/devel/icu \ + liblangtag.so:${PORTSDIR}/devel/liblangtag \ + liborcus-0.6.so:${PORTSDIR}/devel/liborcus \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libcairo.so:${PORTSDIR}/graphics/cairo \ + libgraphite2.so:${PORTSDIR}/graphics/graphite2 \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libcdr-0.0.so:${PORTSDIR}/graphics/libcdr \ + liblcms2.so:${PORTSDIR}/graphics/lcms2 \ + libwpg-0.2.so:${PORTSDIR}/graphics/libwpg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libpoppler.so:${PORTSDIR}/graphics/poppler \ + liblpsolve55.so:${PORTSDIR}/math/lp_solve \ + libcmis-0.4.so:${PORTSDIR}/net/libcmis \ + libmspub-0.0.so:${PORTSDIR}/print/libmspub \ + libnss3.so:${PORTSDIR}/security/nss \ + libclucene-core.so:${PORTSDIR}/textproc/clucene \ + libexpat.so:${PORTSDIR}/textproc/expat2 \ + libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ + libhyphen.so:${PORTSDIR}/textproc/hyphen \ + libexttextcat-2.0.so:${PORTSDIR}/textproc/libexttextcat \ + libvisio-0.0.so:${PORTSDIR}/textproc/libvisio \ + libxml2.so:${PORTSDIR}/textproc/libxml2 \ + libxslt.so:${PORTSDIR}/textproc/libxslt \ + libwpd-0.9.so:${PORTSDIR}/textproc/libwpd \ + libwps-0.2.so:${PORTSDIR}/textproc/libwps \ + libmythes-1.2.so:${PORTSDIR}/textproc/mythes \ + librdf.so:${PORTSDIR}/textproc/redland RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu \ ${LOCALBASE}/lib/X11/fonts/GentiumBasic/GenBasI.ttf:${PORTSDIR}/x11-fonts/gentium-basic \ @@ -187,7 +187,7 @@ WEBDAV_DESC= Enable webdav protocol .include .if ${PORT_OPTIONS:MCUPS} -LIB_DEPENDS+= cups:${PORTSDIR}/print/cups-client +LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client CONFIGURE_ARGS+= --enable-cups --without-ppds .else CONFIGURE_ARGS+= --disable-cups @@ -204,7 +204,7 @@ CONFIGURE_ARGS+= --enable-release-build .endif .if ${PORT_OPTIONS:MGNOME} -LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib USE_GNOME+= gconf2 CONFIGURE_ARGS+= --enable-dbus --enable-gconf --enable-gio \ --enable-lockdown @@ -327,7 +327,7 @@ CONFIGURE_ARGS+= --disable-cve-tests .if ${PORT_OPTIONS:MWEBDAV} CONFIGURE_ARGS+= --enable-neon --with-system-neon -LIB_DEPENDS+= neon.27:${PORTSDIR}/www/neon29 +LIB_DEPENDS+= libneon.so:${PORTSDIR}/www/neon29 .else CONFIGURE_ARGS+= --disable-neon .endif @@ -343,6 +343,9 @@ CC= /usr/bin/clang CPP= /usr/bin/clang-cpp CXX= /usr/bin/clang++ CONFIGURE_ENV+= CXXCPP="${CPP}" +.if ${OSVERSION} > 100054 +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libc++ +.endif .else # XXX Clang PR13308 (http://llvm.org/bugs/show_bug.cgi?id=13308) BUILD_DEPENDS+= clang>=3.2_4:${PORTSDIR}/lang/clang Added: head/editors/libreoffice/files/extra-patch-libc++ ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/libreoffice/files/extra-patch-libc++ Wed Sep 18 23:30:31 2013 (r327589) @@ -0,0 +1,495 @@ +--- configure.ac.orig 2013-08-13 16:11:48.000000000 -0400 ++++ configure.ac 2013-09-13 17:50:41.000000000 -0400 +@@ -5518,7 +5518,7 @@ + CPPFLAGS="-isysroot $MACOSX_SDK_PATH $CPPFLAGS" + fi + +- if test "$HAVE_GCC_VISIBILITY_FEATURE" = "TRUE"; then ++ if test "$HAVE_GCC_VISIBILITY_FEATURE" = "TRUE" -a "$COM_GCC_IS_CLANG" != "TRUE"; then + dnl gcc#19664, gcc#22482, rhbz#162935 + AC_MSG_CHECKING([if STL headers are visibility safe (GCC bug 22482)]) + AC_EGREP_HEADER(visibility push, string, stlvisok=yes, stlvisok=no) +--- binaryurp/source/cache.hxx.orig 2013-08-13 16:11:48.000000000 -0400 ++++ binaryurp/source/cache.hxx 2013-09-13 18:14:53.000000000 -0400 +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + + #include "boost/noncopyable.hpp" + #include "sal/types.h" +@@ -37,88 +38,57 @@ + + } + +-template< typename T > class Cache: private boost::noncopyable { ++template< typename T > class Cache : private boost::noncopyable { + public: ++ typedef sal_uInt16 IdxType; ++ + explicit Cache(std::size_t size): +- size_(size), first_(map_.end()), last_(map_.end()) ++ size_(size) + { + assert(size < cache::ignore); + } + +- sal_uInt16 add(T const & content, bool * found) { +- assert(found != 0); +- typename Map::iterator i(map_.find(content)); +- *found = i != map_.end(); +- if (i == map_.end()) { +- typename Map::size_type n = map_.size(); +- if (n < size_) { +- i = +- (map_.insert( +- typename Map::value_type( +- content, +- Entry( +- static_cast< sal_uInt16 >(n), map_.end(), +- first_)))). +- first; +- if (first_ == map_.end()) { +- last_ = i; +- } else { +- first_->second.prev = i; +- } +- first_ = i; +- } else if (last_ != map_.end()) { +- i = +- (map_.insert( +- typename Map::value_type( +- content, +- Entry(last_->second.index, map_.end(), first_)))). +- first; +- first_->second.prev = i; +- first_ = i; +- typename Map::iterator j(last_); +- last_ = last_->second.prev; +- last_->second.next = map_.end(); +- map_.erase(j); +- } else { +- // Reached iff size_ == 0: +- return cache::ignore; +- } +- } else if (i != first_) { +- // Move to front (reached only if size_ > 1): +- i->second.prev->second.next = i->second.next; +- if (i->second.next == map_.end()) { +- last_ = i->second.prev; +- } else { +- i->second.next->second.prev = i->second.prev; +- } +- i->second.prev = map_.end(); +- i->second.next = first_; +- first_->second.prev = i; +- first_ = i; +- } +- return i->second.index; ++ IdxType add( const T& rContent, bool* pbFound) { ++ assert( pbFound != NULL); ++ if( !size_) { ++ *pbFound = false; ++ return cache::ignore; ++ } ++ // try to insert into the map ++ list_.push_front( rContent); // create a temp entry ++ typedef std::pair MappedType; ++ typedef std::pair MapPair; ++ MapPair aMP = map_.insert( MappedType( list_.begin(), 0)); ++ *pbFound = !aMP.second; ++ ++ if( !aMP.second) { // insertion not needed => found the entry ++ list_.pop_front(); // remove the temp entry ++ list_.splice( list_.begin(), list_, aMP.first->first); // the found entry is moved to front ++ return aMP.first->second; ++ } ++ ++ // test insertion successful => it was new so we keep it ++ IdxType n = static_cast( map_.size() - 1); ++ if( n >= size_) { // cache full => replace the LRU entry ++ // find the least recently used element in the map ++ typename LruItMap::iterator it = map_.find( --list_.end()); ++ n = it->second; ++ map_.erase( it); // remove it from the map ++ list_.pop_back(); // remove from the list ++ } ++ aMP.first->second = n; ++ return n; + } + + private: +- struct Entry; +- +- typedef std::map< T, Entry > Map; +- +- struct Entry { +- sal_uInt16 index; +- typename Map::iterator prev; +- typename Map::iterator next; +- +- Entry( +- sal_uInt16 theIndex, typename Map::iterator thePrev, +- typename Map::iterator theNext): +- index(theIndex), prev(thePrev), next(theNext) {} +- }; ++ typedef std::list LruList; // last recently used list ++ typedef typename LruList::iterator LruListIt; ++ struct CmpT{ bool operator()( const LruListIt& rA, const LruListIt& rB) const { return (*rA<*rB);}}; ++ typedef ::std::map< LruListIt, IdxType, CmpT > LruItMap; // a map into a LruList + + std::size_t size_; +- Map map_; +- typename Map::iterator first_; +- typename Map::iterator last_; ++ LruItMap map_; ++ LruList list_; + }; + + } +--- binaryurp/source/lessoperators.cxx.orig 2013-08-13 16:11:48.000000000 -0400 ++++ binaryurp/source/lessoperators.cxx 2013-09-13 18:15:58.000000000 -0400 +@@ -38,8 +38,30 @@ + typelib_TypeClass tc2 = right.get()->eTypeClass; + return tc1 < tc2 || + (tc1 == tc2 && +- (OUString(left.get()->pTypeName) < +- OUString(right.get()->pTypeName))); ++ (OUString::unacquired(&left.get()->pTypeName) < ++ OUString::unacquired(&right.get()->pTypeName))); ++} ++ ++bool TypeDescEqual::operator()( const TypeDescription& rLeft, const TypeDescription& rRight) const ++{ ++ assert( rLeft.is() && rRight.is()); ++ const typelib_TypeDescription& rA = *rLeft.get(); ++ const typelib_TypeDescription& rB = *rRight.get(); ++ if( rA.eTypeClass != rB.eTypeClass) ++ return false; ++ const sal_Int32 nCmp = rtl_ustr_compare_WithLength( ++ rA.pTypeName->buffer, rA.pTypeName->length, ++ rB.pTypeName->buffer, rB.pTypeName->length); ++ return (nCmp == 0); ++} ++ ++sal_Int32 TypeDescHash::operator()( const TypeDescription& rTD) const ++{ ++ assert( rTD.is()); ++ const typelib_TypeDescription& rA = *rTD.get(); ++ sal_Int32 h = rtl_ustr_hashCode_WithLength( rA.pTypeName->buffer, rA.pTypeName->length); ++ h ^= static_cast(rA.eTypeClass); ++ return h; + } + + } } } } +@@ -47,8 +69,8 @@ + namespace rtl { + + bool operator <(ByteSequence const & left, ByteSequence const & right) { +- for (sal_Int32 i = 0; i != std::min(left.getLength(), right.getLength()); +- ++i) ++ const sal_Int32 nLen = std::min( left.getLength(), right.getLength()); ++ for( sal_Int32 i = 0; i < nLen; ++i ) + { + if (left[i] < right[i]) { + return true; +--- binaryurp/source/lessoperators.hxx.orig 2013-08-13 16:11:48.000000000 -0400 ++++ binaryurp/source/lessoperators.hxx 2013-09-13 18:14:53.000000000 -0400 +@@ -31,6 +31,10 @@ + + bool operator <(TypeDescription const & left, TypeDescription const & right); + ++struct TypeDescHash { sal_Int32 operator()( const TypeDescription&) const; }; ++ ++struct TypeDescEqual { bool operator()( const TypeDescription&, const TypeDescription&) const; }; ++ + } } } } + + namespace rtl { +--- bridges/source/cpp_uno/gcc3_linux_intel/except.cxx.orig 2013-08-13 16:11:48.000000000 -0400 ++++ bridges/source/cpp_uno/gcc3_linux_intel/except.cxx 2013-09-18 13:06:42.000000000 -0400 +@@ -22,11 +22,6 @@ + #include + #include + +-#include +-#ifndef _GLIBCXX_CDTOR_CALLABI // new in GCC 4.7 cxxabi.h +-#define _GLIBCXX_CDTOR_CALLABI +-#endif +- + #include + #include + #include +@@ -248,7 +243,11 @@ + Reference< XInterface >() ); + } + ++#ifdef _LIBCPP_VERSION ++ pCppExc = __cxxabiv1::__cxa_allocate_exception( pTypeDescr->nSize ); ++#else + pCppExc = __cxa_allocate_exception( pTypeDescr->nSize ); ++#endif + ::uno_copyAndConvertData( pCppExc, pUnoExc->pData, pTypeDescr, pUno2Cpp ); + + // destruct uno exception +@@ -280,7 +279,11 @@ + } + } + ++#ifdef _LIBCPP_VERSION ++ __cxxabiv1::__cxa_throw( pCppExc, rtti, deleteException ); ++#else + __cxa_throw( pCppExc, rtti, deleteException ); ++#endif + } + + //================================================================================================== +--- bridges/source/cpp_uno/gcc3_linux_intel/share.hxx.orig 2013-08-13 16:11:48.000000000 -0400 ++++ bridges/source/cpp_uno/gcc3_linux_intel/share.hxx 2013-09-18 13:06:17.000000000 -0400 +@@ -25,6 +25,37 @@ + + #include + ++#include ++#ifndef _GLIBCXX_CDTOR_CALLABI // new in GCC 4.7 cxxabi.h ++#define _GLIBCXX_CDTOR_CALLABI ++#endif ++ ++#ifdef _LIBCPP_VERSION ++ ++namespace __cxxabiv1 ++{ ++ struct __class_type_info : public std::type_info ++ { ++ explicit __class_type_info( const char *__n ) : type_info( __n ) { } ++ virtual ~__class_type_info(); ++ }; ++ ++ struct __si_class_type_info : public __class_type_info ++ { ++ explicit __si_class_type_info( const char *__n, const __class_type_info *__b ) : ++ __class_type_info( __n ), __base_type( __b ) { } ++ virtual ~__si_class_type_info(); ++ const __class_type_info *__base_type; ++ }; ++ ++extern "C" void *__cxa_allocate_exception( std::size_t thrown_size ) _NOEXCEPT; ++ ++extern "C" _LIBCPP_NORETURN void __cxa_throw( ++ void *thrown_exception, std::type_info *tinfo, void (*dest) (void *) ); ++} ++ ++#else ++ + namespace CPPU_CURRENT_NAMESPACE + { + +@@ -86,6 +117,13 @@ + void *thrown_exception, void *tinfo, void (*dest) (void *) ) __attribute__((noreturn)); + #endif + ++} ++ ++#endif ++ ++namespace CPPU_CURRENT_NAMESPACE ++{ ++ + // ----- + + //================================================================================================== +@@ -93,8 +132,11 @@ + uno_Any * pUnoExc, uno_Mapping * pUno2Cpp ); + //================================================================================================== + void fillUnoException( ++#ifdef _LIBCPP_VERSION ++ __cxxabiv1::__cxa_exception * header, uno_Any *, uno_Mapping * pCpp2Uno ); ++#else + __cxa_exception * header, uno_Any *, uno_Mapping * pCpp2Uno ); +- ++#endif + } + + namespace x86 +--- bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx.orig 2013-08-13 16:11:48.000000000 -0400 ++++ bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx 2013-09-18 13:05:25.000000000 -0400 +@@ -203,7 +203,11 @@ + catch (...) + { + // fill uno exception ++#ifdef _LIBCPP_VERSION ++ CPPU_CURRENT_NAMESPACE::fillUnoException( __cxxabiv1::__cxa_get_globals()->caughtExceptions, *ppUnoExc, pThis->getBridge()->getCpp2Uno() ); ++#else + fillUnoException( __cxa_get_globals()->caughtExceptions, *ppUnoExc, pThis->getBridge()->getCpp2Uno() ); ++#endif + + // temporary params + for ( ; nTempIndizes--; ) +--- bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx.orig 2013-08-13 16:11:48.000000000 -0400 ++++ bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx 2013-09-18 12:55:37.000000000 -0400 +@@ -22,11 +22,6 @@ + #include + #include + +-#include +-#ifndef _GLIBCXX_CDTOR_CALLABI // new in GCC 4.7 cxxabi.h +-#define _GLIBCXX_CDTOR_CALLABI +-#endif +- + #include + + #include +@@ -255,7 +250,11 @@ + Reference< XInterface >() ); + } + ++#ifdef _LIBCPP_VERSION ++ pCppExc = __cxxabiv1::__cxa_allocate_exception( pTypeDescr->nSize ); ++#else + pCppExc = __cxa_allocate_exception( pTypeDescr->nSize ); ++#endif + ::uno_copyAndConvertData( pCppExc, pUnoExc->pData, pTypeDescr, pUno2Cpp ); + + // destruct uno exception +@@ -274,7 +273,11 @@ + } + } + ++#ifdef _LIBCPP_VERSION ++ __cxxabiv1::__cxa_throw( pCppExc, rtti, deleteException ); ++#else + __cxa_throw( pCppExc, rtti, deleteException ); ++#endif + } + + //================================================================================================== +--- bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx.orig 2013-08-13 16:11:48.000000000 -0400 ++++ bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx 2013-09-18 12:53:27.000000000 -0400 +@@ -23,6 +23,37 @@ + #include + #include + ++#include ++#ifndef _GLIBCXX_CDTOR_CALLABI // new in GCC 4.7 cxxabi.h ++#define _GLIBCXX_CDTOR_CALLABI ++#endif ++ ++#ifdef _LIBCPP_VERSION ++ ++namespace __cxxabiv1 ++{ ++ struct __class_type_info : public std::type_info ++ { ++ explicit __class_type_info( const char *__n ) : type_info( __n ) { } ++ virtual ~__class_type_info(); ++ }; ++ ++ struct __si_class_type_info : public __class_type_info ++ { ++ explicit __si_class_type_info( const char *__n, const __class_type_info *__b ) : ++ __class_type_info( __n ), __base_type( __b ) { } ++ virtual ~__si_class_type_info(); ++ const __class_type_info *__base_type; ++ }; ++ ++extern "C" void *__cxa_allocate_exception( std::size_t thrown_size ) _NOEXCEPT; ++ ++extern "C" _LIBCPP_NORETURN void __cxa_throw( ++ void *thrown_exception, std::type_info *tinfo, void (*dest) (void *) ); ++} ++ ++#else ++ + namespace CPPU_CURRENT_NAMESPACE + { + +@@ -82,6 +113,13 @@ + void *thrown_exception, void *tinfo, void (*dest) (void *) ) __attribute__((noreturn)); + #endif + ++} ++ ++#endif ++ ++namespace CPPU_CURRENT_NAMESPACE ++{ ++ + // ----- + + //================================================================================================== +@@ -89,7 +128,11 @@ + uno_Any * pUnoExc, uno_Mapping * pUno2Cpp ); + //================================================================================================== + void fillUnoException( ++#ifdef _LIBCPP_VERSION ++ __cxxabiv1::__cxa_exception * header, uno_Any *, uno_Mapping * pCpp2Uno ); ++#else + __cxa_exception * header, uno_Any *, uno_Mapping * pCpp2Uno ); ++#endif + } + + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ +--- bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx.orig 2013-08-13 16:11:48.000000000 -0400 ++++ bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx 2013-09-18 12:58:22.000000000 -0400 +@@ -291,7 +291,11 @@ + catch (...) + { + // fill uno exception ++#ifdef _LIBCPP_VERSION ++ CPPU_CURRENT_NAMESPACE::fillUnoException( __cxxabiv1::__cxa_get_globals()->caughtExceptions, *ppUnoExc, pThis->getBridge()->getCpp2Uno() ); ++#else + fillUnoException( __cxa_get_globals()->caughtExceptions, *ppUnoExc, pThis->getBridge()->getCpp2Uno() ); ++#endif + + // temporary params + for ( ; nTempIndizes--; ) +--- sal/inc/rtl/allocator.hxx.orig 2013-08-13 16:11:48.000000000 -0400 ++++ sal/inc/rtl/allocator.hxx 2013-09-12 16:56:43.000000000 -0400 +@@ -125,7 +125,7 @@ + } + + //----------------------------------------- +-#if defined HAVE_CXX11_PERFECT_FORWARDING ++#if defined(HAVE_CXX11_PERFECT_FORWARDING) && !defined(_LIBCPP_VERSION) + template< typename... Args > + void construct (pointer p, Args &&... value) + { +--- sal/inc/sal/log.hxx.orig 2013-08-13 16:11:48.000000000 -0400 ++++ sal/inc/sal/log.hxx 2013-09-13 05:27:31.000000000 -0400 +@@ -177,9 +177,13 @@ + + @since LibreOffice 3.5 + */ ++#ifdef _LIBCPP_VERSION + #define SAL_STREAM(stream) \ +- (dynamic_cast< ::std::ostringstream & >(::std::ostringstream() << stream). \ +- str()) ++ (::std::ostringstream() << stream).str() ++#else ++#define SAL_STREAM(stream) \ ++ (dynamic_cast< ::std::ostringstream & >(::std::ostringstream() << stream).str()) ++#endif + + /** + @page sal_log Basic logging functionality. +--- slideshow/source/engine/activities/activitiesfactory.cxx.orig 2013-08-13 16:11:48.000000000 -0400 ++++ slideshow/source/engine/activities/activitiesfactory.cxx 2013-09-13 05:47:27.000000000 -0400 +@@ -557,7 +557,7 @@ + // interpolate between nIndex and nIndex+1 values + (*mpAnim)( + getPresentationValue( +- accumulate( maValues.back(), ++ accumulate( maValues.back(), + mbCumulative ? nRepeatCount : 0, + maInterpolator( maValues[ nIndex ], + maValues[ nIndex+1 ], +@@ -577,7 +577,7 @@ + // this is discrete, thus no lerp here. + (*mpAnim)( + getPresentationValue( +- accumulate( maValues.back(), ++ accumulate( maValues.back(), + mbCumulative ? nRepeatCount : 0, + maValues[ nFrame ] ) ) ); + } Added: head/editors/libreoffice/files/patch-bridges__source__cpp_uno__gcc3_linux_x86-64__callvirtualmethod.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/libreoffice/files/patch-bridges__source__cpp_uno__gcc3_linux_x86-64__callvirtualmethod.cxx Wed Sep 18 23:30:31 2013 (r327589) @@ -0,0 +1,26 @@ +--- bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx.orig 2013-08-13 16:11:48.000000000 -0400 ++++ bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx 2013-09-17 14:52:46.000000000 -0400 +@@ -63,11 +63,12 @@ + pMethod = *((sal_uInt64 *)pMethod); + + // Load parameters to stack, if necessary ++ sal_uInt64* pCallStack = NULL; + if ( nStack ) + { + // 16-bytes aligned + sal_uInt32 nStackBytes = ( ( nStack + 1 ) >> 1 ) * 16; +- sal_uInt64 *pCallStack = (sal_uInt64 *) __builtin_alloca( nStackBytes ); ++ pCallStack = (sal_uInt64 *) __builtin_alloca( nStackBytes ); + std::memcpy( pCallStack, pStack, nStackBytes ); + } + +@@ -112,7 +113,8 @@ + "movsd %%xmm0, %2\n\t" + "movsd %%xmm1, %3\n\t" + : "=m" ( rax ), "=m" ( rdx ), "=m" ( xmm0 ), "=m" ( xmm1 ) +- : "m" ( pMethod ), "m" ( pGPR ), "m" ( pFPR ), "m" ( nFPR ) ++ : "m" ( pMethod ), "m" ( pGPR ), "m" ( pFPR ), "m" ( nFPR ), ++ "m" ( pCallStack ) // dummy input to prevent the compiler from optimizing the alloca out + : "rax", "rdi", "rsi", "rdx", "rcx", "r8", "r9", "r10", "r11", + "xmm0", "xmm1", "xmm2", "xmm3", "xmm4", "xmm5", "xmm6", "xmm7", + "xmm8", "xmm9", "xmm10", "xmm11", "xmm12", "xmm13", "xmm14", "xmm15" Modified: head/editors/libreoffice/files/patch-configure.ac ============================================================================== --- head/editors/libreoffice/files/patch-configure.ac Wed Sep 18 23:20:50 2013 (r327588) +++ head/editors/libreoffice/files/patch-configure.ac Wed Sep 18 23:30:31 2013 (r327589) @@ -1,5 +1,5 @@ --- configure.ac.orig 2013-08-13 16:11:48.000000000 -0400 -+++ configure.ac 2013-08-16 18:17:08.000000000 -0400 ++++ configure.ac 2013-09-13 17:50:41.000000000 -0400 @@ -3637,7 +3637,7 @@ PLATFORMID=freebsd_x86 OUTPATH=unxfbsdi @@ -43,22 +43,7 @@ else AC_MSG_RESULT([internal]) SYSTEM_LIBCMIS=NO -@@ -7929,9 +7921,13 @@ - AC_MSG_CHECKING([which hash container mdds shall use]) - if test "x$HAVE_CXX0X" = "xTRUE"; then - MDDS_CPPFLAGS="-std=gnu++0x" -+ else -+ MDDS_CPPFLAGS="-std=gnu++98" -+ fi -+ if test "x`basename $GXX_INCLUDE_PATH 2>/dev/null`" != "x4.2"; then - AC_MSG_RESULT([std::unordered_map]) - else -- MDDS_CPPFLAGS="-DMDDS_HASH_CONTAINER_BOOST" -+ MDDS_CPPFLAGS="$MDDS_CPPFLAGS -DMDDS_HASH_CONTAINER_BOOST" - AC_MSG_RESULT([boost::unordered_map]) - fi - -@@ -8298,7 +8294,7 @@ +@@ -8298,7 +8290,7 @@ dnl =================================================================== AC_MSG_CHECKING([whether to enable graphite support]) @@ -67,7 +52,7 @@ AC_MSG_RESULT([yes]) ENABLE_GRAPHITE="TRUE" AC_MSG_CHECKING([which graphite to use]) -@@ -8550,8 +8546,8 @@ +@@ -8550,8 +8542,8 @@ AC_MSG_RESULT([external]) # Mac OS builds should get out without extra stuff is the Mac porters' # wish. And pkg-config is although Xcode ships a .pc for openssl @@ -78,7 +63,7 @@ OPENSSL_CFLAGS= OPENSSL_LIBS="-lssl -lcrypto" else -@@ -8605,7 +8601,7 @@ +@@ -8605,7 +8597,7 @@ if test "$with_system_orcus" = "yes"; then AC_MSG_RESULT([external]) SYSTEM_LIBORCUS=YES @@ -87,7 +72,7 @@ else AC_MSG_RESULT([internal]) BUILD_TYPE="$BUILD_TYPE ORCUS" -@@ -10419,10 +10415,10 @@ +@@ -10419,10 +10411,10 @@ dnl Check for Meta Object Compiler From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 00:19:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 485F1C0F; Thu, 19 Sep 2013 00:19:38 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 35C322EDF; Thu, 19 Sep 2013 00:19:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J0Jc8p059958; Thu, 19 Sep 2013 00:19:38 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8J0JbaF059955; Thu, 19 Sep 2013 00:19:37 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309190019.r8J0JbaF059955@svn.freebsd.org> From: Bryan Drewery Date: Thu, 19 Sep 2013 00:19:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327590 - head/ports-mgmt/portupgrade 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.14 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: Thu, 19 Sep 2013 00:19:38 -0000 Author: bdrewery Date: Thu Sep 19 00:19:37 2013 New Revision: 327590 URL: http://svnweb.freebsd.org/changeset/ports/327590 Log: - Update to 2.4.11.1 Changes: - Fix pkgng detection when using pkg-devel [1] - Try to fix stack overflow issue with Ruby 1.9 and large installs [2] PR: ports/181813 [1] Reported by: Takanori Saneto [1] Reported by: many [2] Tested by: Robert Burmeister [2] Modified: head/ports-mgmt/portupgrade/Makefile head/ports-mgmt/portupgrade/distinfo Modified: head/ports-mgmt/portupgrade/Makefile ============================================================================== --- head/ports-mgmt/portupgrade/Makefile Wed Sep 18 23:30:31 2013 (r327589) +++ head/ports-mgmt/portupgrade/Makefile Thu Sep 19 00:19:37 2013 (r327590) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portupgrade -PORTVERSION= 2.4.11 +PORTVERSION= 2.4.11.1 PORTEPOCH= 2 CATEGORIES= ports-mgmt MASTER_SITES= SF/portupgrade/pkgtools/dist/ \ Modified: head/ports-mgmt/portupgrade/distinfo ============================================================================== --- head/ports-mgmt/portupgrade/distinfo Wed Sep 18 23:30:31 2013 (r327589) +++ head/ports-mgmt/portupgrade/distinfo Thu Sep 19 00:19:37 2013 (r327590) @@ -1,2 +1,2 @@ -SHA256 (portupgrade/pkgtools-2.4.11.tar.bz2) = c05d8d485c15c5efc0220ab0a8bd40d4a08f057238726797a7f49a288a1e065c -SIZE (portupgrade/pkgtools-2.4.11.tar.bz2) = 85766 +SHA256 (portupgrade/pkgtools-2.4.11.1.tar.bz2) = 9e683cba14fe5717f0518e00463a200c4318da177158fc284c7b482c6452b790 +SIZE (portupgrade/pkgtools-2.4.11.1.tar.bz2) = 85818 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 05:10:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 97CE6935; Thu, 19 Sep 2013 05:10:18 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 83FE52179; Thu, 19 Sep 2013 05:10:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J5AISC014759; Thu, 19 Sep 2013 05:10:18 GMT (envelope-from glewis@svn.freebsd.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8J5AIaa014756; Thu, 19 Sep 2013 05:10:18 GMT (envelope-from glewis@svn.freebsd.org) Message-Id: <201309190510.r8J5AIaa014756@svn.freebsd.org> From: Greg Lewis Date: Thu, 19 Sep 2013 05:10:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327591 - head/java/linux-sun-jdk17 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.14 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: Thu, 19 Sep 2013 05:10:18 -0000 Author: glewis Date: Thu Sep 19 05:10:17 2013 New Revision: 327591 URL: http://svnweb.freebsd.org/changeset/ports/327591 Log: . Update to 7u40. Modified: head/java/linux-sun-jdk17/Makefile head/java/linux-sun-jdk17/distinfo head/java/linux-sun-jdk17/pkg-plist Modified: head/java/linux-sun-jdk17/Makefile ============================================================================== --- head/java/linux-sun-jdk17/Makefile Thu Sep 19 00:19:37 2013 (r327590) +++ head/java/linux-sun-jdk17/Makefile Thu Sep 19 05:10:17 2013 (r327591) @@ -31,7 +31,7 @@ ONLY_FOR_ARCHS= i386 amd64 JDK_VERSION= 7 JDK_INTERNAL_VERSION= 1.7.0 -JDK_UPDATE_VERSION= 25 +JDK_UPDATE_VERSION= 40 DL_JDK_VERSION= ${JDK_INTERNAL_VERSION}_${JDK_UPDATE_VERSION} DOWNLOAD_URL= http://www.oracle.com/technetwork/java/javase/downloads/index.html Modified: head/java/linux-sun-jdk17/distinfo ============================================================================== --- head/java/linux-sun-jdk17/distinfo Thu Sep 19 00:19:37 2013 (r327590) +++ head/java/linux-sun-jdk17/distinfo Thu Sep 19 05:10:17 2013 (r327591) @@ -1,4 +1,4 @@ -SHA256 (jdk-7u25-linux-i586.tar.gz) = dd89b20afa939992bb7fdc44837fa64f0a98d7ee1e5706fe8a2d9e2247ba6de7 -SIZE (jdk-7u25-linux-i586.tar.gz) = 97643815 -SHA256 (jdk-7u25-linux-i586-demos.tar.gz) = b6d9a86acb272a32c68c03f885e6b2cc4cc43e7be36d709e0adc4c5856ad835a -SIZE (jdk-7u25-linux-i586-demos.tar.gz) = 14762641 +SHA256 (jdk-7u40-linux-i586.tar.gz) = 3a70b0c41cdf089d423c28336495c3e205f4fcb34f538dd82b80044eba670e8b +SIZE (jdk-7u40-linux-i586.tar.gz) = 139278165 +SHA256 (jdk-7u40-linux-i586-demos.tar.gz) = 1d5a844159b57855fa6855ce8c5cfa0ff517697fe4cbe4a9db9ec0074397608a +SIZE (jdk-7u40-linux-i586-demos.tar.gz) = 17364351 Modified: head/java/linux-sun-jdk17/pkg-plist ============================================================================== --- head/java/linux-sun-jdk17/pkg-plist Thu Sep 19 00:19:37 2013 (r327590) +++ head/java/linux-sun-jdk17/pkg-plist Thu Sep 19 05:10:17 2013 (r327591) @@ -1,4 +1,4 @@ -@unexec %%LOCALBASE%%/bin/unregistervm "%D/%%T%%/bin/java" +@unexec %%LOCALBASE%%/bin/unregistervm "%D/%%T%%/bin/java" %%T%%/COPYRIGHT %%T%%/LICENSE %%T%%/README.html @@ -26,6 +26,8 @@ %%T%%/bin/jhat %%T%%/bin/jinfo %%T%%/bin/jmap +%%T%%/bin/jmc +%%T%%/bin/jmc.ini %%T%%/bin/jps %%T%%/bin/jrunscript %%T%%/bin/jsadebugd @@ -379,7 +381,7 @@ %%DEMO%%%%T%%/demo/db/programs/derbylogo128_bluebg.png %%DEMO%%%%T%%/demo/db/programs/localcal/README %%DEMO%%%%T%%/demo/db/programs/localcal/build.xml -%%DEMO%%@exec mkdir -p %D/%%T%%/demo/db/programs/localcal/lib +%%DEMO%%@exec mkdir -p %D/%%T%%/demo/db/programs/localcal/lib %%DEMO%%%%T%%/demo/db/programs/localcal/src/AddEventRequest.java %%DEMO%%%%T%%/demo/db/programs/localcal/src/CalEvent.java %%DEMO%%%%T%%/demo/db/programs/localcal/src/CalendarController.java @@ -1098,7 +1100,6 @@ %%T%%/jre/lib/i386/libnpjp2.so %%T%%/jre/lib/i386/libnpt.so %%T%%/jre/lib/i386/libprism-es2.so -%%T%%/jre/lib/i386/librmi.so %%T%%/jre/lib/i386/libsaproc.so %%T%%/jre/lib/i386/libsctp.so %%T%%/jre/lib/i386/libsplashscreen.so @@ -1128,6 +1129,8 @@ %%T%%/jre/lib/jce.jar %%T%%/jre/lib/jexec %%T%%/jre/lib/jfr.jar +%%T%%/jre/lib/jfr/default.jfc +%%T%%/jre/lib/jfr/profile.jfc %%T%%/jre/lib/jfxrt.jar %%T%%/jre/lib/jsse.jar %%T%%/jre/lib/jvm.hprof.txt @@ -1172,7 +1175,6 @@ %%T%%/jre/lib/security/javaws.policy %%T%%/jre/lib/security/local_policy.jar %%T%%/jre/lib/security/trusted.libraries -%%T%%/jre/lib/servicetag/jdk_header.png %%T%%/jre/lib/sound.properties %%T%%/jre/lib/zi/Africa/Abidjan %%T%%/jre/lib/zi/Africa/Accra @@ -1641,6 +1643,345 @@ %%T%%/lib/javafx-mx.jar %%T%%/lib/jconsole.jar %%T%%/lib/jexec +%%T%%/lib/missioncontrol/THIRDPARTYLICENSEREADME.txt +%%T%%/lib/missioncontrol/artifacts.xml +%%T%%/lib/missioncontrol/configuration/config.ini +%%T%%/lib/missioncontrol/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info +%%T%%/lib/missioncontrol/configuration/org.eclipse.update/platform.xml +%%T%%/lib/missioncontrol/features/com.jrockit.mc.feature.console_5.2.0.157284/feature.properties +%%T%%/lib/missioncontrol/features/com.jrockit.mc.feature.console_5.2.0.157284/feature.xml +%%T%%/lib/missioncontrol/features/com.jrockit.mc.feature.core_5.2.0.157284/feature.properties +%%T%%/lib/missioncontrol/features/com.jrockit.mc.feature.core_5.2.0.157284/feature.xml +%%T%%/lib/missioncontrol/features/com.jrockit.mc.feature.flightrecorder_5.2.0.157284/feature.properties +%%T%%/lib/missioncontrol/features/com.jrockit.mc.feature.flightrecorder_5.2.0.157284/feature.xml +%%T%%/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.ja_5.2.0.157284/feature.properties +%%T%%/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.ja_5.2.0.157284/feature.xml +%%T%%/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.zh_CN_5.2.0.157284/feature.properties +%%T%%/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.zh_CN_5.2.0.157284/feature.xml +%%T%%/lib/missioncontrol/features/com.jrockit.mc.rcp.product_5.2.0.157284/feature.properties +%%T%%/lib/missioncontrol/features/com.jrockit.mc.rcp.product_5.2.0.157284/feature.xml +%%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/META-INF/ECLIPSE_.RSA +%%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/META-INF/ECLIPSE_.SF +%%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/META-INF/MANIFEST.MF +%%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/META-INF/eclipse.inf +%%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/eclipse_update_120.jpg +%%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/epl-v10.html +%%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/feature.properties +%%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/feature.xml +%%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/license.html +%%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/META-INF/ECLIPSE_.RSA +%%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/META-INF/ECLIPSE_.SF +%%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/META-INF/MANIFEST.MF +%%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/META-INF/eclipse.inf +%%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/eclipse_update_120.jpg +%%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/epl-v10.html +%%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/feature.properties +%%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/feature.xml +%%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/license.html +%%T%%/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/META-INF/ECLIPSE_.RSA +%%T%%/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/META-INF/ECLIPSE_.SF +%%T%%/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/META-INF/MANIFEST.MF +%%T%%/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/META-INF/eclipse.inf +%%T%%/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/eclipse_update_120.jpg +%%T%%/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/epl-v10.html +%%T%%/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/feature.properties +%%T%%/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/feature.xml +%%T%%/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/license.html +%%T%%/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/META-INF/ECLIPSE_.RSA +%%T%%/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/META-INF/ECLIPSE_.SF +%%T%%/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/META-INF/MANIFEST.MF +%%T%%/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/META-INF/eclipse.inf +%%T%%/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/eclipse_update_120.jpg +%%T%%/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/epl-v10.html +%%T%%/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/feature.properties +%%T%%/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/feature.xml +%%T%%/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/license.html +%%T%%/lib/missioncontrol/mc.jar +%%T%%/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/artifacts.xml +%%T%%/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary/com.jrockit.mc.rcp.product_root_5.2.0.157284 +%%T%%/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.rcp_root_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK +%%T%%/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.artifact.repository.prefs +%%T%%/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.metadata.repository.prefs +%%T%%/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/.lock +%%T%%/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1373031188273.profile.gz +%%T%%/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1373031188475.profile.gz +%%T%%/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1373031196799.profile.gz +%%T%%/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/1373031199501.profile.gz +%%T%%/lib/missioncontrol/plugins/com.ibm.icu_4.4.2.v20110823.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.alert.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.alert.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.alert_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.attach_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.browser.attach_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.browser.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.browser.jdp_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.browser.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.browser_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.commands_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.common_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.components.ui.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.components.ui.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.components.ui_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.historicaldata_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.information.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.information.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.information_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.mbeanbrowser_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/META-INF/MANIFEST.MF +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/com.jrockit.mc.console.ui.notification.tab_contexts.xml +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/com.jrockit.mc.console.ui.notification_contexts.xml +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/css/blafdoc.css +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/bookbig.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/bookicon.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/booklist.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/contbig.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/conticon.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/doclib.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/feedback.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/feedbck2.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/help.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/index.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/indxicon.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/larrow.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/leftnav.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/masterix.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/mix.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/oracle.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/prodbig.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/prodicon.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/rarrow.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/rightnav.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/toc.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/topnav.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs/uarrow.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/html/cpyr.htm +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/img/alerts_db_detail.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/img/trigger_action.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/img/trigger_condition_panel.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/img/trigger_constrains_panel.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/img_text/alerts_db_detail.htm +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/img_text/trigger_action.htm +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/img_text/trigger_condition_panel.htm +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/img_text/trigger_constrains_panel.htm +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/notfy.htm +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/triggerstab_activate.htm +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/triggerstab_addrule.htm +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/triggerstab_deleterule.htm +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/triggerstab_editrule.htm +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/triggerstab_editrulewizard.htm +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/triggerstab_getfamiliar.htm +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/using.htm +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/view_app_alerts.htm +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/icons/alert_obj.png +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/icons/file_obj.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/icons/flight_recorder.png +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/icons/new-trigger-wiz.gif +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/notification_plugin.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/plugin.properties +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/plugin.xml +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/toc.xml +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.overview.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.overview.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.overview_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.system.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.system.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.system_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.threads.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.threads.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.threads_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.core_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.docs.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.docs.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.docs_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.configuration_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.configuration_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.controlpanel.ui_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder.ui_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.flightrecorder_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.greychart.ui_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.greychartplugin_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.jdp_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rcp.application_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rcp.intro_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ext_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.ui_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/META-INF/MANIFEST.MF +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/icons/console_view.png +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/icons/date-span-16.png +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/icons/day-of-week-16.png +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/icons/diagnostic-command-16.png +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/icons/hprof-16.png +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/icons/send-email-16.png +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/icons/start-jra-recording-16.png +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/icons/time-span-16.png +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/lib/dsn.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/lib/gimap.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/lib/imap.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/lib/mailapi.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/lib/pop3.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/lib/smtp.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/plugin.properties +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/plugin.xml +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/rjmx.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/schema/com.jrockit.mc.rjmx.actionProvider.exsd +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/schema/com.jrockit.mc.rjmx.descriptorProvider.exsd +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/schema/com.jrockit.mc.rjmx.service.exsd +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/schema/com.jrockit.mc.rjmx.syntheticattribute.exsd +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/schema/com.jrockit.mc.rjmx.syntheticnotification.exsd +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/schema/triggerActionExceptionHandlers.exsd +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/schema/triggerActions.exsd +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/schema/triggerConstraints.exsd +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/schema/triggerEvaluators.exsd +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.ui.ja_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.ui.zh_CN_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.jrockit.mc.ui_5.2.0.157284.jar +%%T%%/lib/missioncontrol/plugins/com.sun.el_2.2.0.v201108011116.jar +%%T%%/lib/missioncontrol/plugins/javax.el_2.2.0.v201108011116.jar +%%T%%/lib/missioncontrol/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar +%%T%%/lib/missioncontrol/plugins/javax.servlet_3.0.0.v201112011016.jar +%%T%%/lib/missioncontrol/plugins/org.apache.commons.codec_1.3.0.v201101211617.jar +%%T%%/lib/missioncontrol/plugins/org.apache.commons.httpclient_3.1.0.v201012070820.jar +%%T%%/lib/missioncontrol/plugins/org.apache.commons.logging_1.0.4.v201101211617.jar +%%T%%/lib/missioncontrol/plugins/org.apache.felix.gogo.command_0.8.0.v201108120515.jar +%%T%%/lib/missioncontrol/plugins/org.apache.felix.gogo.runtime_0.8.0.v201108120515.jar +%%T%%/lib/missioncontrol/plugins/org.apache.felix.gogo.shell_0.8.0.v201110170705.jar +%%T%%/lib/missioncontrol/plugins/org.apache.jasper.glassfish_2.2.2.v201205150955.jar +%%T%%/lib/missioncontrol/plugins/org.apache.lucene.analysis_2.9.1.v201101211721.jar +%%T%%/lib/missioncontrol/plugins/org.apache.lucene.core_2.9.1.v201101211721.jar +%%T%%/lib/missioncontrol/plugins/org.apache.lucene_2.9.1.v201101211721.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.commands_3.6.1.v20120912-135020.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.contenttype_3.4.200.v20120523-2004.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.databinding.beans_1.2.200.v20120523-1956.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.databinding.observable_1.4.1.v20120521-2332.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.databinding.property_1.4.100.v20120523-1956.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.databinding_1.4.1.v20120912-135020.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.expressions_3.4.400.v20120523-2004.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.filesystem_1.3.200.v20130115-145044.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.jobs_3.5.200.v20120521-2346.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.net_1.2.200.v20120914-093638.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.resources_3.8.1.v20121114-124432.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.300.v20120523-2004.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/.api_description +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/META-INF/ECLIPSE_.RSA +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/META-INF/ECLIPSE_.SF +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/META-INF/MANIFEST.MF +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/META-INF/eclipse.inf +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/about.html +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/fragment.properties +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/runtime_registry_compatibility.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.core.runtime_3.8.0.v20120521-2346.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.ecf.filetransfer_5.0.0.v20120610-1946.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.ecf.identity_3.1.200.v20120610-1946.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.httpclient.ssl_1.0.0.v20120610-1946.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.httpclient_4.0.200.v20120610-1946.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20120610-1946.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20120610-1946.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.ecf.ssl_1.0.100.v20120610-1946.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.ecf_3.1.300.v20120610-1946.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.app_1.3.100.v20120522-1841.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.bidi_0.9.100.v20121107-021609.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.common_3.6.100.v20120522-1841.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.console_1.0.0.v20120522-1841.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.event_1.2.200.v20120522-2049.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.400.v20120913-155709.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.frameworkadmin_2.0.100.v20120913-155515.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.http.jetty_3.0.1.v20121109-203239.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.http.registry_1.1.200.v20120912-130548.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.http.servlet_1.1.300.v20120912-130548.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20120912-130548.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.jsp.jasper_1.0.400.v20120912-130548.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120913-144807/META-INF/ECLIPSE_.RSA +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120913-144807/META-INF/ECLIPSE_.SF +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120913-144807/META-INF/MANIFEST.MF +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120913-144807/META-INF/eclipse.inf +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120913-144807/about.html +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120913-144807/eclipse_1502.so +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120913-144807/launcher.gtk.linux.x86.properties +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.p2.artifact.repository_1.1.200.v20120430-1959.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.p2.console_1.0.300.v20120429-0125.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.p2.core_2.2.0.v20120430-0525.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director.app_1.0.300.v20120428-0517.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.p2.director_2.2.0.v20120524-0542.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.p2.engine_2.2.0.v20130121-021919.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.200.v20110808-1657.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110808-1657.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata.repository_1.2.100.v20120524-1717.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.p2.metadata_2.1.0.v20120430-2001.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.p2.operations_2.2.0.v20130119-010614.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ql_2.0.100.v20110808-1657.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.p2.repository_2.2.0.v20120524-1945.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.1.100.v20120428-0117.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.1.0.v20130121-021919.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.p2.transport.ecf_1.0.100.v20120913-155635.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.1.0.v20110815-1744.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui.sdk_1.0.200.v20120515-1650.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.p2.ui_2.2.0.v20130119-010614.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.p2.updatechecker_1.1.200.v20110808-1657.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.preferences_3.5.1.v20121031-182809.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.registry_3.5.200.v20120522-1841.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.security.ui_1.1.100.v20120522-2049.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.security_1.1.100.v20120522-1841.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20110808-1657.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.simpleconfigurator_1.0.301.v20120914-163612.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.util_1.0.400.v20120917-192807.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.help.base_3.6.101.v201301310800.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.help.ui_3.5.201.v20130108-092756.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.help.webapp_3.6.101.v20130116-182509.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.help_3.6.0.v20120912-134126.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.jetty.continuation_8.1.3.v20120522.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.jetty.http_8.1.3.v20120522.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.jetty.io_8.1.3.v20120522.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.jetty.security_8.1.3.v20120522.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.jetty.server_8.1.3.v20120522.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.jetty.servlet_8.1.3.v20120522.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.jetty.util_8.1.3.v20120522.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.jface.databinding_1.6.0.v20120912-135020.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.jface.text_3.8.2.v20121126-164145.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.jface_3.8.0.v20120912-135020.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.osgi.services_3.3.100.v20120522-1822.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.osgi_3.8.2.v20130124-134944.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.rcp_3.8.1.v201301310800.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.swt.gtk.linux.x86_3.8.1.v3836b.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.swt_3.8.1.v3836b.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.text_3.5.200.v20120523-1310.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.ui.forms_3.5.200.v20120521-2332.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.ui.intro_3.4.200.v20120521-2344.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.ui.net_1.2.101.v20120914-093638.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.ui.views_3.6.100.v20120521-2332.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.ui.workbench_3.8.2.v20121128-133708.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.ui_3.8.2.v20121018-234953.jar +%%T%%/lib/missioncontrol/plugins/org.eclipse.update.configurator_3.3.200.v20120912-142556.jar +%%T%%/lib/missioncontrol/plugins/org.sat4j.core_2.3.0.v20110329.jar +%%T%%/lib/missioncontrol/plugins/org.sat4j.pb_2.3.0.v20110329.jar %%T%%/lib/orb.idl %%T%%/lib/sa-jdi.jar %%T%%/lib/tools.jar @@ -1660,6 +2001,7 @@ %%T%%/lib/visualvm/platform/config/ModuleAutoDeps/org-openide-util.xml %%T%%/lib/visualvm/platform/config/Modules/org-netbeans-api-annotations-common.xml %%T%%/lib/visualvm/platform/config/Modules/org-netbeans-api-progress.xml +%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-api-search.xml %%T%%/lib/visualvm/platform/config/Modules/org-netbeans-api-visual.xml %%T%%/lib/visualvm/platform/config/Modules/org-netbeans-core-execution.xml %%T%%/lib/visualvm/platform/config/Modules/org-netbeans-core-io-ui.xml @@ -1684,6 +2026,7 @@ %%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-print.xml %%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-progress-ui.xml %%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-queries.xml +%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-sampler.xml %%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-sendopts.xml %%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-settings.xml %%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-spi-actions.xml @@ -1732,6 +2075,8 @@ %%T%%/lib/visualvm/platform/modules/locale/org-netbeans-api-annotations-common_zh_CN.jar %%T%%/lib/visualvm/platform/modules/locale/org-netbeans-api-progress_ja.jar %%T%%/lib/visualvm/platform/modules/locale/org-netbeans-api-progress_zh_CN.jar +%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-api-search_ja.jar +%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-api-search_zh_CN.jar %%T%%/lib/visualvm/platform/modules/locale/org-netbeans-api-visual_ja.jar %%T%%/lib/visualvm/platform/modules/locale/org-netbeans-api-visual_zh_CN.jar %%T%%/lib/visualvm/platform/modules/locale/org-netbeans-core-execution_ja.jar @@ -1780,6 +2125,8 @@ %%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-progress-ui_zh_CN.jar %%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-queries_ja.jar %%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-queries_zh_CN.jar +%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-sampler_ja.jar +%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-sampler_zh_CN.jar %%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-sendopts_ja.jar %%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-sendopts_zh_CN.jar %%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-settings_ja.jar @@ -1822,6 +2169,7 @@ %%T%%/lib/visualvm/platform/modules/locale/org-openide-windows_zh_CN.jar %%T%%/lib/visualvm/platform/modules/org-netbeans-api-annotations-common.jar %%T%%/lib/visualvm/platform/modules/org-netbeans-api-progress.jar +%%T%%/lib/visualvm/platform/modules/org-netbeans-api-search.jar %%T%%/lib/visualvm/platform/modules/org-netbeans-api-visual.jar %%T%%/lib/visualvm/platform/modules/org-netbeans-core-execution.jar %%T%%/lib/visualvm/platform/modules/org-netbeans-core-io-ui.jar @@ -1846,6 +2194,7 @@ %%T%%/lib/visualvm/platform/modules/org-netbeans-modules-print.jar %%T%%/lib/visualvm/platform/modules/org-netbeans-modules-progress-ui.jar %%T%%/lib/visualvm/platform/modules/org-netbeans-modules-queries.jar +%%T%%/lib/visualvm/platform/modules/org-netbeans-modules-sampler.jar %%T%%/lib/visualvm/platform/modules/org-netbeans-modules-sendopts.jar %%T%%/lib/visualvm/platform/modules/org-netbeans-modules-settings.jar %%T%%/lib/visualvm/platform/modules/org-netbeans-modules-spi-actions.jar @@ -1868,6 +2217,7 @@ %%T%%/lib/visualvm/platform/modules/org-openide-windows.jar %%T%%/lib/visualvm/platform/update_tracking/org-netbeans-api-annotations-common.xml %%T%%/lib/visualvm/platform/update_tracking/org-netbeans-api-progress.xml +%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-api-search.xml %%T%%/lib/visualvm/platform/update_tracking/org-netbeans-api-visual.xml %%T%%/lib/visualvm/platform/update_tracking/org-netbeans-bootstrap.xml %%T%%/lib/visualvm/platform/update_tracking/org-netbeans-core-execution.xml @@ -1894,6 +2244,7 @@ %%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-print.xml %%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-progress-ui.xml %%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-queries.xml +%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-sampler.xml %%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-sendopts.xml %%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-settings.xml %%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-spi-actions.xml @@ -1930,6 +2281,7 @@ %%T%%/lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-oql.xml %%T%%/lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-selector-api.xml %%T%%/lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-selector-ui.xml +%%T%%/lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-snaptracer.xml %%T%%/lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-utilities.xml %%T%%/lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler.xml %%T%%/lib/visualvm/profiler/lib/deployed/jdk15/linux/libprofilerinterface.so @@ -1958,6 +2310,8 @@ %%T%%/lib/visualvm/profiler/modules/locale/org-netbeans-modules-profiler-selector-api_zh_CN.jar %%T%%/lib/visualvm/profiler/modules/locale/org-netbeans-modules-profiler-selector-ui_ja.jar %%T%%/lib/visualvm/profiler/modules/locale/org-netbeans-modules-profiler-selector-ui_zh_CN.jar +%%T%%/lib/visualvm/profiler/modules/locale/org-netbeans-modules-profiler-snaptracer_ja.jar +%%T%%/lib/visualvm/profiler/modules/locale/org-netbeans-modules-profiler-snaptracer_zh_CN.jar %%T%%/lib/visualvm/profiler/modules/locale/org-netbeans-modules-profiler-utilities_ja.jar %%T%%/lib/visualvm/profiler/modules/locale/org-netbeans-modules-profiler-utilities_zh_CN.jar %%T%%/lib/visualvm/profiler/modules/locale/org-netbeans-modules-profiler_ja.jar @@ -1972,6 +2326,7 @@ %%T%%/lib/visualvm/profiler/modules/org-netbeans-modules-profiler-oql.jar %%T%%/lib/visualvm/profiler/modules/org-netbeans-modules-profiler-selector-api.jar %%T%%/lib/visualvm/profiler/modules/org-netbeans-modules-profiler-selector-ui.jar +%%T%%/lib/visualvm/profiler/modules/org-netbeans-modules-profiler-snaptracer.jar %%T%%/lib/visualvm/profiler/modules/org-netbeans-modules-profiler-utilities.jar %%T%%/lib/visualvm/profiler/modules/org-netbeans-modules-profiler.jar %%T%%/lib/visualvm/profiler/update_tracking/org-netbeans-lib-profiler-charts.xml @@ -1984,6 +2339,7 @@ %%T%%/lib/visualvm/profiler/update_tracking/org-netbeans-modules-profiler-oql.xml %%T%%/lib/visualvm/profiler/update_tracking/org-netbeans-modules-profiler-selector-api.xml %%T%%/lib/visualvm/profiler/update_tracking/org-netbeans-modules-profiler-selector-ui.xml +%%T%%/lib/visualvm/profiler/update_tracking/org-netbeans-modules-profiler-snaptracer.xml %%T%%/lib/visualvm/profiler/update_tracking/org-netbeans-modules-profiler-utilities.xml %%T%%/lib/visualvm/profiler/update_tracking/org-netbeans-modules-profiler.xml %%T%%/lib/visualvm/visualvm/.lastModified @@ -2388,6 +2744,8 @@ %%DEMO%%%%T%%/sample/jnlp/webpad/war/app/version.xml %%DEMO%%%%T%%/sample/jnlp/webpad/war/app/webpad.jnlp %%DEMO%%%%T%%/sample/jnlp/webpad/war/index.html +%%DEMO%%%%T%%/sample/missioncontrol/flightrecordings/java2d_demo.jfr +%%DEMO%%%%T%%/sample/missioncontrol/flightrecordings/wldf.jfr %%DEMO%%%%T%%/sample/nbproject/project.xml %%DEMO%%%%T%%/sample/nio/chatserver/ChatServer.java %%DEMO%%%%T%%/sample/nio/chatserver/Client.java @@ -2485,8 +2843,8 @@ %%DEMO%%%%T%%/sample/webservices/EbayServer/src/ebay/server/ImageProvider.java %%DEMO%%%%T%%/sample/webservices/EbayServer/src/ebay/server/Main.java %%T%%/src.zip -@exec mkdir -p %D/%%T%%/jre/lib/applet -@exec %%LOCALBASE%%/bin/registervm "%D/%%T%%/bin/java # Linux-Sun-JDK%%PORTVERSION%%" +@exec mkdir -p %D/%%T%%/jre/lib/applet +@exec %%LOCALBASE%%/bin/registervm "%D/%%T%%/bin/java # Linux-Sun-JDK%%PORTVERSION%%" %%DEMO%%@dirrm %%T%%/sample/webservices/EbayServer/src/ebay/server %%DEMO%%@dirrm %%T%%/sample/webservices/EbayServer/src/ebay %%DEMO%%@dirrm %%T%%/sample/webservices/EbayServer/src @@ -2517,6 +2875,8 @@ %%DEMO%%@dirrm %%T%%/sample/nio/chatserver %%DEMO%%@dirrm %%T%%/sample/nio %%DEMO%%@dirrm %%T%%/sample/nbproject +%%DEMO%%@dirrm %%T%%/sample/missioncontrol/flightrecordings +%%DEMO%%@dirrm %%T%%/sample/missioncontrol %%DEMO%%@dirrm %%T%%/sample/jnlp/webpad/war/app %%DEMO%%@dirrm %%T%%/sample/jnlp/webpad/war/WEB-INF %%DEMO%%@dirrm %%T%%/sample/jnlp/webpad/war @@ -2659,6 +3019,54 @@ @dirrm %%T%%/lib/visualvm/platform @dirrm %%T%%/lib/visualvm/etc @dirrm %%T%%/lib/visualvm +@dirrm %%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120913-144807/META-INF +@dirrm %%T%%/lib/missioncontrol/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120913-144807 +@dirrm %%T%%/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346/META-INF +@dirrm %%T%%/lib/missioncontrol/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.v20120521-2346 +@dirrm %%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/schema +@dirrm %%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/lib +@dirrm %%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/icons +@dirrm %%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284/META-INF +@dirrm %%T%%/lib/missioncontrol/plugins/com.jrockit.mc.rjmx_5.2.0.157284 +@dirrm %%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/icons +@dirrm %%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/img_text +@dirrm %%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/img +@dirrm %%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/html +@dirrm %%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/gifs +@dirrm %%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon/css +@dirrm %%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html/dcommon +@dirrm %%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/html +@dirrm %%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284/META-INF +@dirrm %%T%%/lib/missioncontrol/plugins/com.jrockit.mc.console.ui.notification_5.2.0.157284 +@dirrm %%T%%/lib/missioncontrol/plugins +@dirrm %%T%%/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile/.data +@dirrm %%T%%/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry/JMC.profile +@dirrm %%T%%/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/profileRegistry +@dirrm %%T%%/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine/.settings +@dirrm %%T%%/lib/missioncontrol/p2/org.eclipse.equinox.p2.engine +@dirrm %%T%%/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache/binary +@dirrm %%T%%/lib/missioncontrol/p2/org.eclipse.equinox.p2.core/cache +@dirrm %%T%%/lib/missioncontrol/p2/org.eclipse.equinox.p2.core +@dirrm %%T%%/lib/missioncontrol/p2 +@dirrm %%T%%/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK/META-INF +@dirrm %%T%%/lib/missioncontrol/features/org.eclipse.rcp_3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK +@dirrm %%T%%/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4/META-INF +@dirrm %%T%%/lib/missioncontrol/features/org.eclipse.help_1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4 +@dirrm %%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd/META-INF +@dirrm %%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd +@dirrm %%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0/META-INF +@dirrm %%T%%/lib/missioncontrol/features/org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0 +@dirrm %%T%%/lib/missioncontrol/features/com.jrockit.mc.rcp.product_5.2.0.157284 +@dirrm %%T%%/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.zh_CN_5.2.0.157284 +@dirrm %%T%%/lib/missioncontrol/features/com.jrockit.mc.feature.rcp.ja_5.2.0.157284 +@dirrm %%T%%/lib/missioncontrol/features/com.jrockit.mc.feature.flightrecorder_5.2.0.157284 +@dirrm %%T%%/lib/missioncontrol/features/com.jrockit.mc.feature.core_5.2.0.157284 +@dirrm %%T%%/lib/missioncontrol/features/com.jrockit.mc.feature.console_5.2.0.157284 +@dirrm %%T%%/lib/missioncontrol/features +@dirrm %%T%%/lib/missioncontrol/configuration/org.eclipse.update +@dirrm %%T%%/lib/missioncontrol/configuration/org.eclipse.equinox.simpleconfigurator +@dirrm %%T%%/lib/missioncontrol/configuration +@dirrm %%T%%/lib/missioncontrol @dirrm %%T%%/lib @dirrm %%T%%/jre/plugin/i386/ns7 @dirrm %%T%%/jre/plugin/i386 @@ -2680,7 +3088,6 @@ @dirrm %%T%%/jre/lib/zi/America @dirrm %%T%%/jre/lib/zi/Africa @dirrm %%T%%/jre/lib/zi -@dirrm %%T%%/jre/lib/servicetag @dirrm %%T%%/jre/lib/security @dirrm %%T%%/jre/lib/oblique-fonts @dirrm %%T%%/jre/lib/management @@ -2713,6 +3120,7 @@ @dirrm %%T%%/jre/lib/locale/de/LC_MESSAGES @dirrm %%T%%/jre/lib/locale/de @dirrm %%T%%/jre/lib/locale +@dirrm %%T%%/jre/lib/jfr @dirrm %%T%%/jre/lib/images/icons @dirrm %%T%%/jre/lib/images/cursors @dirrm %%T%%/jre/lib/images From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 05:10:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 29A91A13; Thu, 19 Sep 2013 05:10:57 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1793D217D; Thu, 19 Sep 2013 05:10:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J5Auts016694; Thu, 19 Sep 2013 05:10:56 GMT (envelope-from glewis@svn.freebsd.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8J5AuNd016690; Thu, 19 Sep 2013 05:10:56 GMT (envelope-from glewis@svn.freebsd.org) Message-Id: <201309190510.r8J5AuNd016690@svn.freebsd.org> From: Greg Lewis Date: Thu, 19 Sep 2013 05:10:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327592 - head/java/linux-sun-jre17 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.14 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: Thu, 19 Sep 2013 05:10:57 -0000 Author: glewis Date: Thu Sep 19 05:10:56 2013 New Revision: 327592 URL: http://svnweb.freebsd.org/changeset/ports/327592 Log: . Update to 7u40. Modified: head/java/linux-sun-jre17/Makefile head/java/linux-sun-jre17/distinfo head/java/linux-sun-jre17/pkg-plist Modified: head/java/linux-sun-jre17/Makefile ============================================================================== --- head/java/linux-sun-jre17/Makefile Thu Sep 19 05:10:17 2013 (r327591) +++ head/java/linux-sun-jre17/Makefile Thu Sep 19 05:10:56 2013 (r327592) @@ -27,7 +27,7 @@ ONLY_FOR_ARCHS= i386 amd64 JRE_VERSION= 7 JRE_INTERNAL_VERSION= 1.7.0 -JRE_UPDATE_VERSION= 25 +JRE_UPDATE_VERSION= 40 DL_JRE_VERSION= ${JRE_INTERNAL_VERSION}_${JRE_UPDATE_VERSION} DOWNLOAD_URL= http://www.oracle.com/technetwork/java/javase/downloads/index.html Modified: head/java/linux-sun-jre17/distinfo ============================================================================== --- head/java/linux-sun-jre17/distinfo Thu Sep 19 05:10:17 2013 (r327591) +++ head/java/linux-sun-jre17/distinfo Thu Sep 19 05:10:56 2013 (r327592) @@ -1,2 +1,2 @@ -SHA256 (jre-7u25-linux-i586.tar.gz) = 4016965536d8607743267812ab04e6d428036dda432893748c1df6cb77b09628 -SIZE (jre-7u25-linux-i586.tar.gz) = 48273509 +SHA256 (jre-7u40-linux-i586.tar.gz) = d2493c882a8bb6ae50d2dc2d43dc1d86870674d383e3e9e9b4e100ba499fab1f +SIZE (jre-7u40-linux-i586.tar.gz) = 48244228 Modified: head/java/linux-sun-jre17/pkg-plist ============================================================================== --- head/java/linux-sun-jre17/pkg-plist Thu Sep 19 05:10:17 2013 (r327591) +++ head/java/linux-sun-jre17/pkg-plist Thu Sep 19 05:10:56 2013 (r327592) @@ -1,4 +1,4 @@ -@unexec %%LOCALBASE%%/bin/unregistervm "%D/%%T%%/bin/java" +@unexec %%LOCALBASE%%/bin/unregistervm "%D/%%T%%/bin/java" %%T%%/.systemPrefs/.system.lock %%T%%/.systemPrefs/.systemRootModFile %%T%%/COPYRIGHT @@ -22,7 +22,7 @@ %%T%%/bin/tnameserv %%T%%/bin/unpack200 %%T%%/lib/alt-rt.jar -@exec mkdir -p %D/%%T%%/lib/applet +@exec mkdir -p %D/%%T%%/lib/applet %%T%%/lib/calendars.properties %%T%%/lib/charsets.jar %%T%%/lib/classlist @@ -184,7 +184,6 @@ %%T%%/lib/i386/libnpjp2.so %%T%%/lib/i386/libnpt.so %%T%%/lib/i386/libprism-es2.so -%%T%%/lib/i386/librmi.so %%T%%/lib/i386/libsctp.so %%T%%/lib/i386/libsplashscreen.so %%T%%/lib/i386/libsunec.so @@ -213,6 +212,8 @@ %%T%%/lib/jce.jar %%T%%/lib/jexec %%T%%/lib/jfr.jar +%%T%%/lib/jfr/default.jfc +%%T%%/lib/jfr/profile.jfc %%T%%/lib/jfxrt.jar %%T%%/lib/jsse.jar %%T%%/lib/jvm.hprof.txt @@ -257,7 +258,6 @@ %%T%%/lib/security/javaws.policy %%T%%/lib/security/local_policy.jar %%T%%/lib/security/trusted.libraries -%%T%%/lib/servicetag/jdk_header.png %%T%%/lib/sound.properties %%T%%/lib/zi/Africa/Abidjan %%T%%/lib/zi/Africa/Accra @@ -742,7 +742,7 @@ %%T%%/plugin/desktop/sun_java.png %%T%%/plugin/i386/ns7/libjavaplugin_oji.so %%T%%/release -@exec %%LOCALBASE%%/bin/registervm "%D/%%T%%/bin/java # Linux-Sun-JRE%%PORTVERSION%%" +@exec %%LOCALBASE%%/bin/registervm "%D/%%T%%/bin/java # Linux-Sun-JRE%%PORTVERSION%%" @dirrm %%T%%/plugin/i386/ns7 @dirrm %%T%%/plugin/i386 @dirrm %%T%%/plugin/desktop @@ -767,7 +767,6 @@ @dirrm %%T%%/lib/zi/America @dirrm %%T%%/lib/zi/Africa @dirrm %%T%%/lib/zi -@dirrm %%T%%/lib/servicetag @dirrm %%T%%/lib/security @dirrm %%T%%/lib/oblique-fonts @dirrm %%T%%/lib/management @@ -800,6 +799,7 @@ @dirrm %%T%%/lib/locale/de/LC_MESSAGES @dirrm %%T%%/lib/locale/de @dirrm %%T%%/lib/locale +@dirrm %%T%%/lib/jfr @dirrm %%T%%/lib/images/icons @dirrm %%T%%/lib/images/cursors @dirrm %%T%%/lib/images From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 05:15:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A489EB97; Thu, 19 Sep 2013 05:15:25 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 847F421A4; Thu, 19 Sep 2013 05:15:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J5FPkr018612; Thu, 19 Sep 2013 05:15:25 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8J5FOBw018609; Thu, 19 Sep 2013 05:15:24 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309190515.r8J5FOBw018609@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 19 Sep 2013 05:15:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327593 - head/multimedia/py-openlp 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.14 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: Thu, 19 Sep 2013 05:15:25 -0000 Author: tabthorpe Date: Thu Sep 19 05:15:24 2013 New Revision: 327593 URL: http://svnweb.freebsd.org/changeset/ports/327593 Log: - Update to 2.0.3 Modified: head/multimedia/py-openlp/Makefile head/multimedia/py-openlp/distinfo head/multimedia/py-openlp/pkg-plist Modified: head/multimedia/py-openlp/Makefile ============================================================================== --- head/multimedia/py-openlp/Makefile Thu Sep 19 05:10:56 2013 (r327592) +++ head/multimedia/py-openlp/Makefile Thu Sep 19 05:15:24 2013 (r327593) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= OpenLP -PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTVERSION= 2.0.3 CATEGORIES= multimedia python MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,16 +18,21 @@ BUILD_DEPENDS= py*-sip>=0:${PORTSDIR}/de py*-sqlalchemy>=0.5:${PORTSDIR}/databases/py-sqlalchemy RUN_DEPENDS= py*-beautifulsoup<3.1:${PORTSDIR}/www/py-beautifulsoup30 \ py*-lxml>=0:${PORTSDIR}/devel/py-lxml \ + py*-qt4-core>=0:${PORTSDIR}/devel/py-qt4-core \ py*-phonon>=${PYQT4_VERSION}:${PORTSDIR}/multimedia/py-qt4-phonon \ py*-sqlalchemy>=0.5:${PORTSDIR}/databases/py-sqlalchemy \ py*-qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \ py*-qt4-webkit>=0:${PORTSDIR}/www/py-qt4-webkit \ py*-qt4-network>=0:${PORTSDIR}/net/py-qt4-network \ py*-qt4-opengl>=0:${PORTSDIR}/x11/py-qt4-opengl \ + py*-qt4-svg>=0:${PORTSDIR}/graphics/py-qt4-svg \ + py*-qt4-test>=0:${PORTSDIR}/devel/py-qt4-test \ py*-chardet>=0:${PORTSDIR}/textproc/py-chardet \ py*-mako>0:${PORTSDIR}/textproc/py-mako \ + py*-enchant>0:${PORTSDIR}/textproc/py-enchant \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.6.1:${PORTSDIR}/databases/py-sqlalchemy-migrate \ - py*-sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 + py*-sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ + unoconv:${PORTSDIR}/textproc/unoconv PYDISTUTILS_NOEGGINFO= yes USE_PYTHON= 2.6+ Modified: head/multimedia/py-openlp/distinfo ============================================================================== --- head/multimedia/py-openlp/distinfo Thu Sep 19 05:10:56 2013 (r327592) +++ head/multimedia/py-openlp/distinfo Thu Sep 19 05:15:24 2013 (r327593) @@ -1,2 +1,2 @@ -SHA256 (OpenLP-2.0.1.tar.gz) = f692712d16f3ff0b221fd76a987500c2a41c5bae8e1d5a101b299652a29430d8 -SIZE (OpenLP-2.0.1.tar.gz) = 4490492 +SHA256 (OpenLP-2.0.3.tar.gz) = c92bb227753066c87650b042f4a33bf253c3d2d4ca07c693477af9158f5436f7 +SIZE (OpenLP-2.0.3.tar.gz) = 5799669 Modified: head/multimedia/py-openlp/pkg-plist ============================================================================== --- head/multimedia/py-openlp/pkg-plist Thu Sep 19 05:10:56 2013 (r327592) +++ head/multimedia/py-openlp/pkg-plist Thu Sep 19 05:15:24 2013 (r327593) @@ -58,6 +58,9 @@ share/openlp/i18n/zh_CN.qm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%//openlp/core/lib/eventreceiver.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%//openlp/core/lib/eventreceiver.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%//openlp/core/lib/eventreceiver.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%//openlp/core/lib/filedialog.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%//openlp/core/lib/filedialog.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%//openlp/core/lib/filedialog.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%//openlp/core/lib/formattingtags.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%//openlp/core/lib/formattingtags.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%//openlp/core/lib/formattingtags.pyo @@ -940,25 +943,23 @@ share/openlp/i18n/zh_CN.qm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%//resources/pyinstaller/hook-openlp.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%//resources/pyinstaller/hook-openlp.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%//resources/pyinstaller/hook-openlp.pyo -@dirrm share/openlp/i18n -@dirrm share/openlp -@dirrm share/icons/hicolor/scalable/apps -@dirrm share/icons/hicolor/scalable -@dirrm share/icons/hicolor/64x64/apps -@dirrm share/icons/hicolor/64x64 -@dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/48x48 -@dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/32x32 -@dirrm share/icons/hicolor/256x256/apps -@dirrm share/icons/hicolor/256x256 -@dirrm share/icons/hicolor/16x16/apps -@dirrm share/icons/hicolor/16x16 -@dirrm share/icons/hicolor/128x128/apps -@dirrm share/icons/hicolor/128x128 -@dirrm share/icons/hicolor -@dirrm share/icons -@dirrm share/applications +@dirrmtry share/icons/hicolor/scalable/apps +@dirrmtry share/icons/hicolor/scalable +@dirrmtry share/icons/hicolor/64x64/apps +@dirrmtry share/icons/hicolor/64x64 +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/256x256/apps +@dirrmtry share/icons/hicolor/256x256 +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor/128x128/apps +@dirrmtry share/icons/hicolor/128x128 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons +@dirrmtry share/applications @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%//resources/pyinstaller @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%//resources/images @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%//resources/i18n/qm From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 05:17:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 60EF7EAA; Thu, 19 Sep 2013 05:17:53 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4F03621BE; Thu, 19 Sep 2013 05:17:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J5HrUL019855; Thu, 19 Sep 2013 05:17:53 GMT (envelope-from glewis@svn.freebsd.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8J5HqJM019842; Thu, 19 Sep 2013 05:17:52 GMT (envelope-from glewis@svn.freebsd.org) Message-Id: <201309190517.r8J5HqJM019842@svn.freebsd.org> From: Greg Lewis Date: Thu, 19 Sep 2013 05:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327594 - head/java/jdk7-doc 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.14 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: Thu, 19 Sep 2013 05:17:53 -0000 Author: glewis Date: Thu Sep 19 05:17:52 2013 New Revision: 327594 URL: http://svnweb.freebsd.org/changeset/ports/327594 Log: . Update to 7u40. Modified: head/java/jdk7-doc/Makefile head/java/jdk7-doc/distinfo Modified: head/java/jdk7-doc/Makefile ============================================================================== --- head/java/jdk7-doc/Makefile Thu Sep 19 05:15:24 2013 (r327593) +++ head/java/jdk7-doc/Makefile Thu Sep 19 05:17:52 2013 (r327594) @@ -19,7 +19,7 @@ IGNORE= port only installs documentatio WRKSRC= ${WRKDIR}/docs JDK_VERSION= 7 -JDK_UPDATE_VER= 25 +JDK_UPDATE_VER= 40 DOWNLOAD_URL= http://www.oracle.com/technetwork/java/javase/downloads/index.html NO_BUILD= yes Modified: head/java/jdk7-doc/distinfo ============================================================================== --- head/java/jdk7-doc/distinfo Thu Sep 19 05:15:24 2013 (r327593) +++ head/java/jdk7-doc/distinfo Thu Sep 19 05:17:52 2013 (r327594) @@ -1,2 +1,2 @@ -SHA256 (jdk-7u25-apidocs.zip) = fe99e1b909a9d877fb30c49732a2dcc0a1cc310517073016489750cf04600377 -SIZE (jdk-7u25-apidocs.zip) = 60766618 +SHA256 (jdk-7u40-apidocs.zip) = 50d5f39fa2dea1df3ee6df88d13a298a7b82e4054dca3ef967df894a3d6968c9 +SIZE (jdk-7u40-apidocs.zip) = 60408160 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 05:44:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C6EE3A22; Thu, 19 Sep 2013 05:44:02 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B54C5235B; Thu, 19 Sep 2013 05:44:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J5i27Z034019; Thu, 19 Sep 2013 05:44:02 GMT (envelope-from remko@svn.freebsd.org) Received: (from remko@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8J5i26Q034018; Thu, 19 Sep 2013 05:44:02 GMT (envelope-from remko@svn.freebsd.org) Message-Id: <201309190544.r8J5i26Q034018@svn.freebsd.org> From: Remko Lodder Date: Thu, 19 Sep 2013 05:44:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327595 - head/security/vuxml 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.14 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: Thu, 19 Sep 2013 05:44:02 -0000 Author: remko (src,doc committer) Date: Thu Sep 19 05:44:02 2013 New Revision: 327595 URL: http://svnweb.freebsd.org/changeset/ports/327595 Log: Add the latest two FreeBSD Security Advisories that have impact on -RELEASE versions. (RC's are not documented). Hat: secteam Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Sep 19 05:17:52 2013 (r327594) +++ head/security/vuxml/vuln.xml Thu Sep 19 05:44:02 2013 (r327595) @@ -51,6 +51,94 @@ Note: Please add new entries to the beg --> + + FreeBSD -- Cross-mount links between nullfs(5) mounts + + + FreeBSD + 9.19.1_7 + 8.48.4_4 + 8.38.3_11 + + + + +

Problem Description:

+

The nullfs(5) implementation of the VOP_LINK(9) VFS + operation does not check whether the source and target of + the link are both in the same nullfs instance. It is + therefore possible to create a hardlink from a location in + one nullfs instance to a file in another, as long as the + underlying (source) filesystem is the same.

+

Impact:

+

If multiple nullfs views into the same filesystem are + mounted in different locations, a user with read access to + one of these views and write access to another will be able + to create a hard link from the latter to a file in the + former, even though they are, from the user's perspective, + different filesystems. The user may thereby gain write + access to files which are nominally on a read-only + filesystem.

+ +
+ + CVE-2013-5710 + SA-13:13.nullfs + + + 2013-09-10 + 2013-09-19 + +
+ + + FreeBSD -- Insufficient credential checks in network ioctl(2) + + + FreeBSD + 9.19.1_7 + 8.48.4_4 + 8.38.3_11 + + + + +

Problem Description:

+

As is commonly the case, the IPv6 and ATM network layer + ioctl request handlers are written in such a way that an + unrecognized request is passed on unmodified to the link + layer, which will either handle it or return an error + code.

+

Network interface drivers, however, assume that the + SIOCSIFADDR, SIOCSIFBRDADDR, SIOCSIFDSTADDR and + SIOCSIFNETMASK requests have been handled at the network + layer, and therefore do not perform input validation or + verify the caller's credentials. Typical link-layer actions + for these requests may include marking the interface as "up" + and resetting the underlying hardware.

+

Impact:

+

An unprivileged user with the ability to run arbitrary code + can cause any network interface in the system to perform the + link layer actions associated with a SIOCSIFADDR, + SIOCSIFBRDADDR, SIOCSIFDSTADDR or SIOCSIFNETMASK ioctl + request; or trigger a kernel panic by passing a specially + crafted address structure which causes a network interface + driver to dereference an invalid pointer.

+

Although this has not been confirmed, the possibility that + an attacker may be able to execute arbitrary code in kernel + context can not be ruled out.

+ +
+ + CVE-2013-5691 + SA-13:12.ifioctl + + + 2013-09-10 + 2013-09-19 + +
+ mozilla -- multiple vulnerabilities @@ -215,10 +303,12 @@ Note: Please add new entries to the beg CVE-2013-4315 + https://www.djangoproject.com/weblog/2013/sep/10/security-releases-issued/ 2013-09-10 2013-09-12 + 2013-09-18 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 07:25:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DFDC29F1; Thu, 19 Sep 2013 07:25:13 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B586E2985; Thu, 19 Sep 2013 07:25:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J7PDcF087517; Thu, 19 Sep 2013 07:25:13 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8J7PDYE087511; Thu, 19 Sep 2013 07:25:13 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201309190725.r8J7PDYE087511@svn.freebsd.org> From: Frederic Culot Date: Thu, 19 Sep 2013 07:25:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327596 - head/devel/p5-Sys-SigAction 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.14 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: Thu, 19 Sep 2013 07:25:14 -0000 Author: culot Date: Thu Sep 19 07:25:12 2013 New Revision: 327596 URL: http://svnweb.freebsd.org/changeset/ports/327596 Log: - Update to 0.20 Changes: http://search.cpan.org/dist/Sys-SigAction/Changes PR: ports/182222 Submitted by: Sergei Vyshenski (maintainer) Modified: head/devel/p5-Sys-SigAction/Makefile head/devel/p5-Sys-SigAction/distinfo head/devel/p5-Sys-SigAction/pkg-plist Modified: head/devel/p5-Sys-SigAction/Makefile ============================================================================== --- head/devel/p5-Sys-SigAction/Makefile Thu Sep 19 05:44:02 2013 (r327595) +++ head/devel/p5-Sys-SigAction/Makefile Thu Sep 19 07:25:12 2013 (r327596) @@ -1,8 +1,8 @@ -# Created by: Sergei Vyshenski +# Created by: Sergei Vyshenski # $FreeBSD$ PORTNAME= Sys-SigAction -PORTVERSION= 0.17 +PORTVERSION= 0.20 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +13,9 @@ COMMENT= Perl extension for Consistent S LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-Time-HiRes>=1.9726:${PORTSDIR}/devel/p5-Time-HiRes +RUN_DEPENDS:= ${BUILD_DEPENDS} + USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Sys-SigAction/distinfo ============================================================================== --- head/devel/p5-Sys-SigAction/distinfo Thu Sep 19 05:44:02 2013 (r327595) +++ head/devel/p5-Sys-SigAction/distinfo Thu Sep 19 07:25:12 2013 (r327596) @@ -1,2 +1,2 @@ -SHA256 (Sys-SigAction-0.17.tar.gz) = edff884d5d0afed8ca20ff424ef20e303397dd7b04f002d200cac372b7641ca1 -SIZE (Sys-SigAction-0.17.tar.gz) = 19819 +SHA256 (Sys-SigAction-0.20.tar.gz) = 4438144d510cd80c9b9e7995877b725ea66bf810a41ecbb55321396ad1370de3 +SIZE (Sys-SigAction-0.20.tar.gz) = 22094 Modified: head/devel/p5-Sys-SigAction/pkg-plist ============================================================================== --- head/devel/p5-Sys-SigAction/pkg-plist Thu Sep 19 05:44:02 2013 (r327595) +++ head/devel/p5-Sys-SigAction/pkg-plist Thu Sep 19 07:25:12 2013 (r327596) @@ -1,5 +1,7 @@ %%SITE_PERL%%/Sys/SigAction.pm +%%SITE_PERL%%/Sys/SigAction/Alarm.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/SigAction/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/SigAction @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys +@dirrmtry %%SITE_PERL%%/Sys/SigAction @dirrmtry %%SITE_PERL%%/Sys From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 07:25:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C51AEAF7; Thu, 19 Sep 2013 07:25:48 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 99821298E; Thu, 19 Sep 2013 07:25:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J7PmG5087686; Thu, 19 Sep 2013 07:25:48 GMT (envelope-from lth@svn.freebsd.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8J7PmnU087683; Thu, 19 Sep 2013 07:25:48 GMT (envelope-from lth@svn.freebsd.org) Message-Id: <201309190725.r8J7PmnU087683@svn.freebsd.org> From: Lars Thegler Date: Thu, 19 Sep 2013 07:25:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327597 - head/devel/p5-Module-CPANfile 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.14 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: Thu, 19 Sep 2013 07:25:48 -0000 Author: lth Date: Thu Sep 19 07:25:47 2013 New Revision: 327597 URL: http://svnweb.freebsd.org/changeset/ports/327597 Log: - update to 1.0002 Changes: 1.0002 2013-09-06 12:26:11 PDT - Add cpanfile-dump utility (xdg) Modified: head/devel/p5-Module-CPANfile/Makefile head/devel/p5-Module-CPANfile/distinfo head/devel/p5-Module-CPANfile/pkg-plist Modified: head/devel/p5-Module-CPANfile/Makefile ============================================================================== --- head/devel/p5-Module-CPANfile/Makefile Thu Sep 19 07:25:12 2013 (r327596) +++ head/devel/p5-Module-CPANfile/Makefile Thu Sep 19 07:25:47 2013 (r327597) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Module-CPANfile -PORTVERSION= 1.0001 +PORTVERSION= 1.0002 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Module @@ -13,7 +13,8 @@ COMMENT= Parse cpanfile USES= perl5 USE_PERL5= configure -MAN1= mymeta-cpanfile.1 +MAN1= cpanfile-dump.1 \ + mymeta-cpanfile.1 MAN3= Module::CPANfile.3 \ cpanfile-faq.3 \ cpanfile.3 Modified: head/devel/p5-Module-CPANfile/distinfo ============================================================================== --- head/devel/p5-Module-CPANfile/distinfo Thu Sep 19 07:25:12 2013 (r327596) +++ head/devel/p5-Module-CPANfile/distinfo Thu Sep 19 07:25:47 2013 (r327597) @@ -1,2 +1,2 @@ -SHA256 (Module-CPANfile-1.0001.tar.gz) = 2db8c97914025349bf9bb31deae0131dec53d895a5bf00f10c72a4ba75996e71 -SIZE (Module-CPANfile-1.0001.tar.gz) = 19336 +SHA256 (Module-CPANfile-1.0002.tar.gz) = 3c4e9e2b870dd25e2615d844a1f9fa1f6f4d4635f90ea38fb24eb1217606fa24 +SIZE (Module-CPANfile-1.0002.tar.gz) = 20292 Modified: head/devel/p5-Module-CPANfile/pkg-plist ============================================================================== --- head/devel/p5-Module-CPANfile/pkg-plist Thu Sep 19 07:25:12 2013 (r327596) +++ head/devel/p5-Module-CPANfile/pkg-plist Thu Sep 19 07:25:47 2013 (r327597) @@ -1,4 +1,5 @@ bin/mymeta-cpanfile +bin/cpanfile-dump %%SITE_PERL%%/Module/CPANfile.pm %%SITE_PERL%%/Module/CPANfile/Result.pm %%SITE_PERL%%/Module/CPANfile/Environment.pm From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 07:31:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 11060D81; Thu, 19 Sep 2013 07:31:13 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F3A8F29F5; Thu, 19 Sep 2013 07:31:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J7VCRC091096; Thu, 19 Sep 2013 07:31:12 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8J7VCHD091095; Thu, 19 Sep 2013 07:31:12 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309190731.r8J7VCHD091095@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Thu, 19 Sep 2013 07:31:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327598 - head 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.14 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: Thu, 19 Sep 2013 07:31:13 -0000 Author: rm Date: Thu Sep 19 07:31:12 2013 New Revision: 327598 URL: http://svnweb.freebsd.org/changeset/ports/327598 Log: - fix typo Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Sep 19 07:25:47 2013 (r327597) +++ head/UPDATING Thu Sep 19 07:31:12 2013 (r327598) @@ -16,7 +16,7 @@ you update your ports collection, before been necessary to move the ports to using that implementation. People using pkgng binary packages should have little problems, - "pkg upgrade" will update all sofware to not depend on libivconv + "pkg upgrade" will update all sofware to not depend on libiconv anymore, once updated packages are available. Please make sure to perform a "pkg autoremove" after that and check that libiconv is correctly removed by it. From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 07:38:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A4C9410B; Thu, 19 Sep 2013 07:38:11 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 933DF2A43; Thu, 19 Sep 2013 07:38:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J7cB1Z093938; Thu, 19 Sep 2013 07:38:11 GMT (envelope-from lth@svn.freebsd.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8J7cBLd093936; Thu, 19 Sep 2013 07:38:11 GMT (envelope-from lth@svn.freebsd.org) Message-Id: <201309190738.r8J7cBLd093936@svn.freebsd.org> From: Lars Thegler Date: Thu, 19 Sep 2013 07:38:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327599 - head/www/p5-HTML-Mason-PSGIHandler 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.14 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: Thu, 19 Sep 2013 07:38:11 -0000 Author: lth Date: Thu Sep 19 07:38:10 2013 New Revision: 327599 URL: http://svnweb.freebsd.org/changeset/ports/327599 Log: - Update to 0.53 - Trim Makefile header Changes: 0.53 September 13, 2013 - Add new_psgi and as_psgi methods (Ricardo Signes) - Fix memory leak (under certain conditions) - basic test for leaks - Slightly change the internal invoke_mason method for easier reuse (Ask Bjørn Hansen) Modified: head/www/p5-HTML-Mason-PSGIHandler/Makefile head/www/p5-HTML-Mason-PSGIHandler/distinfo Modified: head/www/p5-HTML-Mason-PSGIHandler/Makefile ============================================================================== --- head/www/p5-HTML-Mason-PSGIHandler/Makefile Thu Sep 19 07:31:12 2013 (r327598) +++ head/www/p5-HTML-Mason-PSGIHandler/Makefile Thu Sep 19 07:38:10 2013 (r327599) @@ -1,12 +1,7 @@ -# New ports collection makefile for: www/p5-HTML-Mason-PSGIHandler -# Date created: 02 September 2011 -# Whom: Lars Thegler -# # $FreeBSD$ -# PORTNAME= HTML-Mason-PSGIHandler -PORTVERSION= 0.52 +PORTVERSION= 0.53 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-HTML-Mason-PSGIHandler/distinfo ============================================================================== --- head/www/p5-HTML-Mason-PSGIHandler/distinfo Thu Sep 19 07:31:12 2013 (r327598) +++ head/www/p5-HTML-Mason-PSGIHandler/distinfo Thu Sep 19 07:38:10 2013 (r327599) @@ -1,2 +1,2 @@ -SHA256 (HTML-Mason-PSGIHandler-0.52.tar.gz) = e48e4362f983871da804b497a7ac176d6bffb503ea958ae92c8fb768af967157 -SIZE (HTML-Mason-PSGIHandler-0.52.tar.gz) = 13167 +SHA256 (HTML-Mason-PSGIHandler-0.53.tar.gz) = eafd7c7655dfa8261df3446b931a283d30306877b83ac4671c49cff74ea7f00b +SIZE (HTML-Mason-PSGIHandler-0.53.tar.gz) = 14157 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 07:50:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5A645779; Thu, 19 Sep 2013 07:50:30 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48B392AF3; Thu, 19 Sep 2013 07:50:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J7oUEr001503; Thu, 19 Sep 2013 07:50:30 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8J7oU1A001501; Thu, 19 Sep 2013 07:50:30 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309190750.r8J7oU1A001501@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Thu, 19 Sep 2013 07:50:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327600 - head/security/vuxml 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.14 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: Thu, 19 Sep 2013 07:50:30 -0000 Author: rm Date: Thu Sep 19 07:50:29 2013 New Revision: 327600 URL: http://svnweb.freebsd.org/changeset/ports/327600 Log: - correct thunderbird version in recent mozilla entry Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Sep 19 07:38:10 2013 (r327599) +++ head/security/vuxml/vuln.xml Thu Sep 19 07:50:29 2013 (r327600) @@ -165,7 +165,7 @@ Note: Please add new entries to the beg thunderbird - 24.0,1 + 24.0 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 07:52:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7D645A59; Thu, 19 Sep 2013 07:52:34 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay006.isp.belgacom.be (mailrelay006.isp.belgacom.be [195.238.6.172]) by mx1.freebsd.org (Postfix) with ESMTP id 956782B47; Thu, 19 Sep 2013 07:52:33 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoUGAAKsOlJR8n3K/2dsb2JhbABagwc4RoJvvkuBIRd0giUBAQVWIxALDgYECSUPKh4GiBoIuW2PVhEHhB4DkCaHVIEwkEWDJjo Received: from 202.125-242-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.242.125.202]) by relay.skynet.be with ESMTP; 19 Sep 2013 09:52:26 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id r8J7qOJr001435; Thu, 19 Sep 2013 09:52:25 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Thu, 19 Sep 2013 09:52:20 +0200 From: Tijl Coosemans To: Baptiste Daroussin Subject: Re: svn commit: r327578 - head/Mk Message-ID: <20130919095220.08d74bcd@kalimero.tijl.coosemans.org> In-Reply-To: <201309182130.r8ILUrHP069060@svn.freebsd.org> References: <201309182130.r8ILUrHP069060@svn.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA256; boundary="Sig_/DcTBKeixpLuq.p/DX+VgmYg"; protocol="application/pgp-signature" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 19 Sep 2013 07:52:34 -0000 --Sig_/DcTBKeixpLuq.p/DX+VgmYg Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 18 Sep 2013 21:30:53 +0000 (UTC) Baptiste Daroussin wrote: > Author: bapt > Date: Wed Sep 18 21:30:53 2013 > New Revision: 327578 > URL: http://svnweb.freebsd.org/changeset/ports/327578 >=20 > Log: > Print one message per line > Add a couple of new warnings >=20 > Modified: > head/Mk/bsd.sanity.mk >=20 > Modified: head/Mk/bsd.sanity.mk > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/Mk/bsd.sanity.mk Wed Sep 18 21:28:13 2013 (r327577) > +++ head/Mk/bsd.sanity.mk Wed Sep 18 21:30:53 2013 (r327578) > @@ -102,7 +122,9 @@ check-makefile:: show-dev-warnings > show-dev-errors: > @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile errors /!\\" > @${ECHO_MSG} > - @${ECHO_MSG} "${DEV_ERROR}" > +.for m in ${DEV_WARNING} s/DEV_WARNING/DEV_ERROR/ > + @${ECHO_MSG} "${m}" > +.endfor > @${FALSE} > check-makefile:: show-dev-errors > .endif --Sig_/DcTBKeixpLuq.p/DX+VgmYg Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iF4EAREIAAYFAlI6rTgACgkQfoCS2CCgtivJ+gD+IW+KsCI1bDxeakoJiHf5vYJl SvrEIS3OihJzIiqfknAA/iIWmXSt7wqeHEWwUIi2d3DQ9mVMGsQjX1hNCQg8OcFl =eQEY -----END PGP SIGNATURE----- --Sig_/DcTBKeixpLuq.p/DX+VgmYg-- From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 08:05:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6143095; Thu, 19 Sep 2013 08:05:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 35F7C2BFF; Thu, 19 Sep 2013 08:05:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J856Jt009013; Thu, 19 Sep 2013 08:05:06 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8J855cW009011; Thu, 19 Sep 2013 08:05:05 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309190805.r8J855cW009011@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 19 Sep 2013 08:05:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327601 - 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.14 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: Thu, 19 Sep 2013 08:05:06 -0000 Author: bapt Date: Thu Sep 19 08:05:05 2013 New Revision: 327601 URL: http://svnweb.freebsd.org/changeset/ports/327601 Log: Move the target for sanity checking to the end of bsd.port.mk so that WARNING and DEV_* can be defined anywhere While here, change sleep time from 5 to 10 so that users have time to read it [1] Suggested by: many [1] Modified: head/Mk/bsd.port.mk head/Mk/bsd.sanity.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Thu Sep 19 07:50:29 2013 (r327600) +++ head/Mk/bsd.port.mk Thu Sep 19 08:05:05 2013 (r327601) @@ -6491,6 +6491,43 @@ install-license: @${DO_NADA} .endif +.if defined(WARNING) +show-warnings: + @${ECHO_MSG} "/!\\ WARNING /!\\" +.for m in ${WARNING} + @${ECHO_MSG} "${m}" +.endfor + @${ECHO_MSG} + @sleep 10 + +check-makefile:: show-warnings +.endif + +.if defined(DEVELOPER) +.if defined(DEV_WARNING) +show-dev-warnings: + @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile warnings, please consider fixing /!\\" + @${ECHO_MSG} +.for m in ${DEV_WARNING} + @${ECHO_MSG} "${m}" +.endfor + @${ECHO_MSG} + @sleep 10 +check-makefile:: show-dev-warnings +.endif + +.if defined(DEV_ERROR) +show-dev-errors: + @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile errors /!\\" + @${ECHO_MSG} +.for m in ${DEV_WARNING} + @${ECHO_MSG} "${m}" +.endfor + @${ECHO_MSG} + @${FALSE} +check-makefile:: show-dev-errors +.endif +.endif #DVELOPER .endif # End of post-makefile section. Modified: head/Mk/bsd.sanity.mk ============================================================================== --- head/Mk/bsd.sanity.mk Thu Sep 19 07:50:29 2013 (r327600) +++ head/Mk/bsd.sanity.mk Thu Sep 19 08:05:05 2013 (r327601) @@ -91,41 +91,6 @@ DEV_WARNING+= "USE_GNOME=ltverhack is no DEV_WARNING+= "Please use the new format for LIB_DEPENDS, see handbook for details" .endif -.if defined(WARNING) -show-warnings: -.for m in ${WARNING} - @${ECHO_MSG} "${m}" -.endfor - @sleep 5 - -check-makefile:: show-warnings -.endif - .if defined(_PREMKINCLUDED) DEV_ERROR+= "you cannot include bsd.port[.pre].mk twice" .endif - -.if defined(DEVELOPER) -.if defined(DEV_WARNING) -show-dev-warnings: - @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile warnings, please consider fixing /!\\" - @${ECHO_MSG} -.for m in ${DEV_WARNING} - @${ECHO_MSG} "${m}" -.endfor - @${ECHO_MSG} - @sleep 5 -check-makefile:: show-dev-warnings -.endif - -.if defined(DEV_ERROR) -show-dev-errors: - @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile errors /!\\" - @${ECHO_MSG} -.for m in ${DEV_WARNING} - @${ECHO_MSG} "${m}" -.endfor - @${FALSE} -check-makefile:: show-dev-errors -.endif -.endif From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 08:16:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 62ACE6C0; Thu, 19 Sep 2013 08:16:44 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 430BA2CBA; Thu, 19 Sep 2013 08:16:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J8GiCu014835; Thu, 19 Sep 2013 08:16:44 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8J8Gh4w014829; Thu, 19 Sep 2013 08:16:43 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309190816.r8J8Gh4w014829@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 19 Sep 2013 08:16:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327602 - in head/Mk: . Uses 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.14 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: Thu, 19 Sep 2013 08:16:44 -0000 Author: bapt Date: Thu Sep 19 08:16:43 2013 New Revision: 327602 URL: http://svnweb.freebsd.org/changeset/ports/327602 Log: Introduce the one-true-way to handle multi version ports This defines a new macros for end users! DEFAULT_VERSIONS. This macros is used to end-users to define what version they want to be the default version for the whole ports tree (for ports allowing that) Syntax is the following: DEFAULT_VERSIONS= perl5=5.18 ruby=2.0 Swith bsd.ruby.mk to use it[1], switch Uses/perl5.mk to use it[2] If you are maintaining settable multi version port, please change it so it uses DEFAULT_VERSIONS. Reviewed by: ruby (swills) [1], perl (az) [2] Approved by: ruby (swills) [1], perl (az) [2] Added: head/Mk/bsd.default-versions.mk (contents, props changed) Modified: head/Mk/Uses/perl5.mk head/Mk/bsd.ruby.mk Modified: head/Mk/Uses/perl5.mk ============================================================================== --- head/Mk/Uses/perl5.mk Thu Sep 19 08:05:05 2013 (r327601) +++ head/Mk/Uses/perl5.mk Thu Sep 19 08:16:43 2013 (r327602) @@ -46,7 +46,18 @@ USE_PERL5?= run build PERL_VERSION!= perl -e 'printf "%vd\n", $$^V;' .endif .else -PERL_VERSION?= 5.14.4 +.include "${PORTSDIR}/Mk/bsd.default-versions.mk" +.if ${PERL5_DEFAULT} == 5.12 +PERL_VERSION= 5.12.5 +.elif ${PERL5_DEFAULT} == 5.14 +PERL_VERSION= 5.14.4 +.elif ${PERL5_DEFAULT} == 5.16 +PERL_VERSION= 5.16.3 +.elif ${PERL5_DEFAULT} == 5.18 +PERL_VERSION= 5.18.1 +.else +IGNORE= Invalid perl5 version ${PERL5_DEFAULT} +.endif .endif PERL_VER?= ${PERL_VERSION:C/\.[0-9]+$//} Added: head/Mk/bsd.default-versions.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/Mk/bsd.default-versions.mk Thu Sep 19 08:16:43 2013 (r327602) @@ -0,0 +1,23 @@ +# $FreeBSD$ +# +# MAINTAINER: ports@FreeBSD.org +# +# Handle the default versions for users chosable multi versions. +# +# It expects users to define DEFAULT_VERSIONS in there make.conf +# Syntax is the following: +# +# DEFAULT_VERSION= perl5=5.18 ruby=2.0 + +.if !defined(_INCLUDE_BSD_DEFAULT_VERSIONS_MK) +_INCLUDE_BSD_DEFAULT_VERSIONS_MK= yes + +.for lang in ${DEFAULT_VERSIONS} +_l= ${lang:C/=.*//g} +${_l:U}_DEFAULT= ${lang:C/.*=//g} +.endfor + +PERL5_DEFAULT?= 5.14 +RUBY_DEFAULT?= 1.9 + +.endif Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Thu Sep 19 08:05:05 2013 (r327601) +++ head/Mk/bsd.ruby.mk Thu Sep 19 08:16:43 2013 (r327602) @@ -137,7 +137,13 @@ Ruby_Include_MAINTAINER= ruby@FreeBSD.or # RUBY_ELISPDIR - Installation path for emacs lisp files. # -RUBY_DEFAULT_VER?= 1.9 +.include "${PORTSDIR}/Mk/bsd.default-versions.mk" + +.if defined(RUBY_DEFAULT_VER) +WARNING+= "Using RUBY_DEFAULT_VER in make.conf, consider using DEFAULT_VERSION=ruby=${RUBY_DEFAULT_VER}" +.endif + +RUBY_DEFAULT_VER?= ${RUBY_DEFAULT} RUBY_VER?= ${RUBY_DEFAULT_VER} From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 08:17:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9CA097CC; Thu, 19 Sep 2013 08:17:21 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8ACE92CC3; Thu, 19 Sep 2013 08:17:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J8HLKX015104; Thu, 19 Sep 2013 08:17:21 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8J8HLdQ015103; Thu, 19 Sep 2013 08:17:21 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309190817.r8J8HLdQ015103@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 19 Sep 2013 08:17:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327603 - 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.14 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: Thu, 19 Sep 2013 08:17:21 -0000 Author: bapt Date: Thu Sep 19 08:17:21 2013 New Revision: 327603 URL: http://svnweb.freebsd.org/changeset/ports/327603 Log: Fix typo Submitted by: tijl Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Thu Sep 19 08:16:43 2013 (r327602) +++ head/Mk/bsd.port.mk Thu Sep 19 08:17:21 2013 (r327603) @@ -6520,7 +6520,7 @@ check-makefile:: show-dev-warnings show-dev-errors: @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile errors /!\\" @${ECHO_MSG} -.for m in ${DEV_WARNING} +.for m in ${DEV_ERROR} @${ECHO_MSG} "${m}" .endfor @${ECHO_MSG} From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 08:18:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8062B8C1; Thu, 19 Sep 2013 08:18:05 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A23742CCC; Thu, 19 Sep 2013 08:18:04 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id m15so7549365wgh.31 for ; Thu, 19 Sep 2013 01:18:03 -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:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=Gle6cAQop5KCkAGJUfBzt582ZSvJdlDff+PePdnlo+0=; b=blTd5v8DxoFr29+QN4SQQXju4YgT97Ix8YLXqVsuMdSyAKYSwPQBsKI5crt+KFlU3d tdf8JH7RAnGs0PVCT6ztVSHaFDTqFaLGHsoS+sy1/Qcq5NeEYQRQIENM27LPkn4H59Ax Hq5MW4naawvJj3yr19mIA06LKOp/4fVbwR/nyrV2vE5+SLLCHXkXJQIjOqIHjYkfgyjY oCm1YHAkqc3EYkZySuxIvufg+/t3xV4k1MYmFCoepfu4O9/mFKM56Fc4zL/lKwogXjx5 8BtfEpnAsNzQlIPmIbFTm7RmwF96NDSbPh9MJiKJpPRI9jKqKHoo0RmTl/D6vxCUHN7X JqXA== X-Received: by 10.180.185.77 with SMTP id fa13mr271293wic.58.1379578683114; Thu, 19 Sep 2013 01:18:03 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id gp9sm16907260wib.8.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 19 Sep 2013 01:18:02 -0700 (PDT) Sender: Baptiste Daroussin Date: Thu, 19 Sep 2013 10:17:59 +0200 From: Baptiste Daroussin To: Tijl Coosemans Subject: Re: svn commit: r327578 - head/Mk Message-ID: <20130919081759.GF73535@ithaqua.etoilebsd.net> References: <201309182130.r8ILUrHP069060@svn.freebsd.org> <20130919095220.08d74bcd@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Zi0sgQQBxRFxMTsj" Content-Disposition: inline In-Reply-To: <20130919095220.08d74bcd@kalimero.tijl.coosemans.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 19 Sep 2013 08:18:05 -0000 --Zi0sgQQBxRFxMTsj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 19, 2013 at 09:52:20AM +0200, Tijl Coosemans wrote: > On Wed, 18 Sep 2013 21:30:53 +0000 (UTC) Baptiste Daroussin wrote: > > Author: bapt > > Date: Wed Sep 18 21:30:53 2013 > > New Revision: 327578 > > URL: http://svnweb.freebsd.org/changeset/ports/327578 > >=20 > > Log: > > Print one message per line > > Add a couple of new warnings > >=20 > > Modified: > > head/Mk/bsd.sanity.mk > >=20 > > Modified: head/Mk/bsd.sanity.mk > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/Mk/bsd.sanity.mk Wed Sep 18 21:28:13 2013 (r327577) > > +++ head/Mk/bsd.sanity.mk Wed Sep 18 21:30:53 2013 (r327578) > > @@ -102,7 +122,9 @@ check-makefile:: show-dev-warnings > > show-dev-errors: > > @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile errors /!\\" > > @${ECHO_MSG} > > - @${ECHO_MSG} "${DEV_ERROR}" > > +.for m in ${DEV_WARNING} >=20 > s/DEV_WARNING/DEV_ERROR/ >=20 > > + @${ECHO_MSG} "${m}" > > +.endfor > > @${FALSE} > > check-makefile:: show-dev-errors > > .endif Fixed thanks regards, Bapt --Zi0sgQQBxRFxMTsj Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlI6szcACgkQ8kTtMUmk6EzP/QCffDI1AneSLlnLvp0xdLE0wqJZ SCcAoJa+eDuD+17QEvHiEnmr61jlQuXK =4Unm -----END PGP SIGNATURE----- --Zi0sgQQBxRFxMTsj-- From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 08:29:16 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7F1A7D9B; Thu, 19 Sep 2013 08:29:16 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6CB512D67; Thu, 19 Sep 2013 08:29:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J8TGos020613; Thu, 19 Sep 2013 08:29:16 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8J8TGbA020612; Thu, 19 Sep 2013 08:29:16 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309190829.r8J8TGbA020612@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Thu, 19 Sep 2013 08:29:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327604 - head/security/vuxml 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.14 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: Thu, 19 Sep 2013 08:29:16 -0000 Author: rm Date: Thu Sep 19 08:29:15 2013 New Revision: 327604 URL: http://svnweb.freebsd.org/changeset/ports/327604 Log: - add modification date to mozilla entry, that I forgot about Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Sep 19 08:17:21 2013 (r327603) +++ head/security/vuxml/vuln.xml Thu Sep 19 08:29:15 2013 (r327604) @@ -242,6 +242,7 @@ Note: Please add new entries to the beg 2013-08-17 2013-08-18 + 2013-09-19 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 08:57:16 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1D6F891D; Thu, 19 Sep 2013 08:57:16 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0B43C2F14; Thu, 19 Sep 2013 08:57:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J8vFdg035521; Thu, 19 Sep 2013 08:57:15 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8J8vF4S035519; Thu, 19 Sep 2013 08:57:15 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309190857.r8J8vF4S035519@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Thu, 19 Sep 2013 08:57:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327605 - head 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.14 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: Thu, 19 Sep 2013 08:57:16 -0000 Author: rm Date: Thu Sep 19 08:57:15 2013 New Revision: 327605 URL: http://svnweb.freebsd.org/changeset/ports/327605 Log: - fix another typo in the same line Reported by: Terry Kennedy (by email) Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Sep 19 08:29:15 2013 (r327604) +++ head/UPDATING Thu Sep 19 08:57:15 2013 (r327605) @@ -16,7 +16,7 @@ you update your ports collection, before been necessary to move the ports to using that implementation. People using pkgng binary packages should have little problems, - "pkg upgrade" will update all sofware to not depend on libiconv + "pkg upgrade" will update all software to not depend on libiconv anymore, once updated packages are available. Please make sure to perform a "pkg autoremove" after that and check that libiconv is correctly removed by it. From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 09:49:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 51D515EB; Thu, 19 Sep 2013 09:49:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3ECF5221F; Thu, 19 Sep 2013 09:49:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J9n7t1062691; Thu, 19 Sep 2013 09:49:07 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8J9n7RG062690; Thu, 19 Sep 2013 09:49:07 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309190949.r8J9n7RG062690@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 19 Sep 2013 09:49:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327606 - 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.14 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: Thu, 19 Sep 2013 09:49:07 -0000 Author: bapt Date: Thu Sep 19 09:49:06 2013 New Revision: 327606 URL: http://svnweb.freebsd.org/changeset/ports/327606 Log: Do not recommand to drop ltverhack because it needs to be done with cautious, to avoid users having to rebuild the whole dependency chain for "free". Maintainer should drop ltverhak on major upgrades only. Requested by: kwm Modified: head/Mk/bsd.sanity.mk Modified: head/Mk/bsd.sanity.mk ============================================================================== --- head/Mk/bsd.sanity.mk Thu Sep 19 08:57:15 2013 (r327605) +++ head/Mk/bsd.sanity.mk Thu Sep 19 09:49:06 2013 (r327606) @@ -83,9 +83,9 @@ DEV_ERROR+= "USE_GNOME=pkgconfig is unsu DEV_WARNING+= "USE_GNOME=gnomehack is deprecated, please use USES=pathfix" .endif -.if defined(USE_GNOME) && ${USE_GNOME:Mltverhack*} -DEV_WARNING+= "USE_GNOME=ltverhack is now useless LIB_DEPENDS can properly handle all kind of library version" -.endif +#.if defined(USE_GNOME) && ${USE_GNOME:Mltverhack*} +#DEV_WARNING+= "USE_GNOME=ltverhack is now useless LIB_DEPENDS can properly handle all kind of library version" +#.endif .if defined(LIB_DEPENDS) && ${LIB_DEPENDS:Nlib*} DEV_WARNING+= "Please use the new format for LIB_DEPENDS, see handbook for details" From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 09:49:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0F0236D0; Thu, 19 Sep 2013 09:49:54 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E168F2228; Thu, 19 Sep 2013 09:49:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J9nrcS062941; Thu, 19 Sep 2013 09:49:53 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8J9nqv0062936; Thu, 19 Sep 2013 09:49:52 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309190949.r8J9nqv0062936@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 19 Sep 2013 09:49:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327607 - in head/Mk: . Uses 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.14 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: Thu, 19 Sep 2013 09:49:54 -0000 Author: gahr Date: Thu Sep 19 09:49:52 2013 New Revision: 327607 URL: http://svnweb.freebsd.org/changeset/ports/327607 Log: - Implement USES+=tcl and USES+=tk - Use bsd.default-versions.mk to specify the default Tcl/Tk version (8.6) - Add warnings about the now deprecated use of USE_TCL, USE_TK, ... Notes: * USES+=tcl and USES+=tk take the following optional arguments - either a version in the form of XY or XY+, or 'wrapper' to depend on lang/tcl-wrapper or x11-toolkits/tk-wrapper - either 'build' (bring in build depend) or 'run' (bring in run depend) * it is an error to specify both 'tcl' and 'tk' in USES. * The functionality currently implemented via INVALID_TCL_VER and INVALID_TK_VER is not yet available. Approved by: bapt (portmgr) Added: head/Mk/Uses/tcl.mk (contents, props changed) head/Mk/Uses/tk.mk (contents, props changed) Modified: head/Mk/bsd.default-versions.mk head/Mk/bsd.sanity.mk head/Mk/bsd.wx.mk Added: head/Mk/Uses/tcl.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/Mk/Uses/tcl.mk Thu Sep 19 09:49:52 2013 (r327607) @@ -0,0 +1,161 @@ +# $FreeBSD$ +# +# vim: ts=8 noexpandtab +# +# Provide support to use Tcl/Tk +# +# MAINTAINER: tcltk@FreeBSD.org +# +# +# Variables set by this file: +# +# TCL_VER - Major.Minor version of Tcl +# +# TCLSH - Set to full path of the Tcl interpreter +# +# TCL_LIBDIR - Path where the Tcl libraries can be found +# +# TCL_INCLUDEDIR - Path where the Tcl C headers can be found +# +# +# TK_VER - Major.Minor version of Tk +# +# WISH - Set to full path of the Tk interpreter +# +# TK_LIBDIR - Path where the Tk libraries can be found +# +# TK_INCLUDEDIR - Path where the Tk C headers can be found +# +# +# +# Usage: +# +# USES+= PORT[:(VERSION|wrapper),build,run] +# +# where PORT is one of: +# +# - tcl - Depend on Tcl +# - tk - Depend on both Tk and Tk (Tk itself depends on Tcl) +# +# and VERSION is in one of the following formats: +# +# - (empty) - Depend on any installed version of PORT. If none +# is installed, bring in the default version. See +# ${_TCLTK_DEFAULT_VERSION} below. +# +# - 84, 85, 86 - Depend on a specific version series of PORT. +# +# - 84+, 85+, 86+ - Depend on any installed version greater or equal to +# the specified version. +# +# If wrapper is specified, an additional dependency on tcl-wrapper or +# tk-wrapper is added. It is NOT possible to select a specific version of +# Tcl/Tk when using the wrapper. +# +# Build-time / Run-time only dependencies can be specified with build or run. +# + +.if !defined(_INCLUDE_USES_TCL_MK) +_INCLUDE_USES_TCL_MK= yes + +_TCLTK_VALID_VERSIONS= 84 85 86 + +.include "${PORTSDIR}/Mk/bsd.default-versions.mk" +_TCLTK_DEFAULT_VERSION= ${TCLTK_DEFAULT:S/.//} + +.if ! ${_TCLTK_VALID_VERSIONS:M${_TCLTK_WANTED_VERSION}} +IGNORE= Invalid tcltk version ${TCLTK_DEFAULT} +.endif + +# _TCLTK_PORT might be set to tk if USES+= tk was used +_TCLTK_PORT?= tcl + +# Parse arguments +_TCL_ARGS= ${tcl_ARGS:S/,/ /g} + +.if ${_TCL_ARGS:M*+} +# using the ver+ variant +_TCLTK_MIN_VERSION:= ${_TCL_ARGS:M*+:S/+//} +_TCLTK_WANTED_VERSION:= ${_TCLTK_DEFAULT_VERSION} +.endif + +.if ${_TCL_ARGS:M8[4-6]} +# assume we specified a version +_TCLTK_WANTED_VERSION:= ${_TCL_ARGS:M8[4-6]} +.endif + +.if ${_TCL_ARGS:Mwrapper} && defined(_TCLTK_WANTED_VERSION) +IGNORE= USES=${_TCLTK_PORT}: it is not possible to specify both a version and the wrapper: ${tcl_ARGS} +.endif + +.if !defined(_TCLTK_WANTED_VERSION) +_TCLTK_WANTED_VERSION= ${_TCLTK_DEFAULT_VERSION} +.endif + +# check that the specified ver+ is valid +.if ! ${_TCLTK_VALID_VERSIONS:M${_TCLTK_WANTED_VERSION}} +IGNORE= USES=${_TCLTK_PORT}: incorrect ${_TCLTK_PORT} version specified: ${_TCLTK_WANTED_VERSION} +.endif + +.if defined(_TCLTK_MIN_VERSION) +. for _v in ${_TCLTK_VALID_VERSIONS} +. if ${_v} >= ${_TCLTK_MIN_VERSION} && exists(${LOCALBASE}/lib/lib${_TCLTK_PORT}${_v}.so) +_TCLTK_WANTED_VERSION= ${_v} +. endif +. endfor +.endif + +# +# Exported variables +# +TCL_VER:= ${_TCLTK_WANTED_VERSION:S/8/8./} +TCL_SHLIB_VER:= ${_TCLTK_WANTED_VERSION} +TCLSH:= ${LOCALBASE}/bin/tclsh${TCL_VER} +TCL_LIBDIR:= ${LOCALBASE}/lib/tcl${TCL_VER} +TCL_INCLUDEDIR:=${LOCALBASE}/include/tcl${TCL_VER} + +.if ${_TCLTK_PORT} == "tk" +TK_VER:= ${_TCLTK_WANTED_VERSION:S/8/8./} +TK_SHLIB_VER:= ${_TCLTK_WANTED_VERSION} +WISH:= ${LOCALBASE}/bin/wish${TCL_VER} +TK_LIBDIR:= ${LOCALBASE}/lib/tcl${TK_VER} +TK_INCLUDEDIR:= ${LOCALBASE}/include/tcl${TK_VER} +.endif + +# +# Dependencies +# +_TCLTK_BUILD_DEPENDS= +_TCLTK_RUN_DEPENDS= +_TCLTK_LIB_DEPENDS= + +# Construct the correct dependency lines (wrapper) +.if ${_TCL_ARGS:Mwrapper} +. if ${_TCLTK_PORT} == "tcl" +_TCLTK_WRAPPER_PORT= tclsh:${PORTSDIR}/lang/tcl-wrapper +. elif ${_TCLTK_PORT} == "tk" +_TCLTK_WRAPPER_PORT= wish:${PORTSDIR}/x11-toolkits/tk-wrapper +. endif +.endif + +# Construct the correct dependency lines (Tcl/Tk) +. if ${_TCLTK_PORT} == "tcl" +_TCLTK_EXE_LINE= tclsh${TCL_VER}:${PORTSDIR}/lang/tcl${_TCLTK_WANTED_VERSION} +_TCLTK_LIB_LINE= libtcl${TCL_SHLIB_VER}.so:${PORTSDIR}/lang/tcl${_TCLTK_WANTED_VERSION} +. elif ${_TCLTK_PORT} == "tk" +_TCLTK_EXE_LINE= wish${TK_VER}:${PORTSDIR}/x11-toolkits/tk${_TCLTK_WANTED_VERSION} +_TCLTK_LIB_LINE= libtk${TK_SHLIB_VER}.so:${PORTSDIR}/x11-toolkits/tk${_TCLTK_WANTED_VERSION} +.endif + +.if ${_TCL_ARGS:Mbuild} +BUILD_DEPENDS+= ${_TCLTK_WRAPPER_PORT} \ + ${_TCLTK_EXE_LINE} +.elif ${_TCL_ARGS:Mrun} +RUN_DEPENDS+= ${_TCLTK_WRAPPER_PORT} \ + ${_TCLTK_EXE_LINE} +.else +RUN_DEPENDS+= ${_TCLTK_WRAPPER_PORT} +LIB_DEPENDS+= ${_TCLTK_LIB_LINE} +.endif + +.endif # defined(_INCLUDE_USES_TCL_MK) Added: head/Mk/Uses/tk.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/Mk/Uses/tk.mk Thu Sep 19 09:49:52 2013 (r327607) @@ -0,0 +1,17 @@ +# $FreeBSD$ +# +# vim: ts=8 noexpandtab +# +# + +.if ${USES:Mtcl} || ${USES:Mtcl\:*} +IGNORE= Do not set both tcl and tk in USES +.endif + +.if defined(tk_ARGS) +tcl_ARGS:= ${tk_ARGS} +.endif + +_TCLTK_PORT= tk + +.include "${PORTSDIR}/Mk/Uses/tcl.mk" Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Thu Sep 19 09:49:06 2013 (r327606) +++ head/Mk/bsd.default-versions.mk Thu Sep 19 09:49:52 2013 (r327607) @@ -19,5 +19,6 @@ ${_l:U}_DEFAULT= ${lang:C/.*=//g} PERL5_DEFAULT?= 5.14 RUBY_DEFAULT?= 1.9 +TCLTK_DEFAULT?= 8.6 .endif Modified: head/Mk/bsd.sanity.mk ============================================================================== --- head/Mk/bsd.sanity.mk Thu Sep 19 09:49:06 2013 (r327606) +++ head/Mk/bsd.sanity.mk Thu Sep 19 09:49:52 2013 (r327607) @@ -91,6 +91,11 @@ DEV_WARNING+= "USE_GNOME=gnomehack is de DEV_WARNING+= "Please use the new format for LIB_DEPENDS, see handbook for details" .endif +.if defined(USE_TCL) || defined(USE_TCL_BUILD) || defined(USE_TCL_RUN) || defined(USE_TCL_WRAPPER) || \ + defined(USE_TK) || defined(USE_TK_BUILD) || defined(USE_TK_RUN) || defined(USE_TK_WRAPPER) +DEV_WARNING+= "USE_TCL and USE_TK are deprecated, please use USES=tcl or USES=tk" +.endif + .if defined(_PREMKINCLUDED) DEV_ERROR+= "you cannot include bsd.port[.pre].mk twice" .endif Modified: head/Mk/bsd.wx.mk ============================================================================== --- head/Mk/bsd.wx.mk Thu Sep 19 09:49:06 2013 (r327606) +++ head/Mk/bsd.wx.mk Thu Sep 19 09:49:52 2013 (r327607) @@ -241,7 +241,7 @@ _WX_WANT_UNICODE= yes # These variables are reprocessed later so they won't affect other parts. -. if defined(WX_UNICODE) || defined(_WX_WANT_UNICODE) +. if defined(WX_UNICODE) || defined(_WX_WANT_UNICODE) || ${_WANT_WX} == "2.9" _WX_VER_FINAL= ${_WX_VERS_UC_ALL} _WX_UC= u _WX_UCL= -unicode From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 09:58:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2E3D68C8; Thu, 19 Sep 2013 09:58:01 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1BE7F22BA; Thu, 19 Sep 2013 09:58:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J9w00C068201; Thu, 19 Sep 2013 09:58:00 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8J9w00b068200; Thu, 19 Sep 2013 09:58:00 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309190958.r8J9w00b068200@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 19 Sep 2013 09:58:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327608 - 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.14 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: Thu, 19 Sep 2013 09:58:01 -0000 Author: gahr Date: Thu Sep 19 09:58:00 2013 New Revision: 327608 URL: http://svnweb.freebsd.org/changeset/ports/327608 Log: - Revert file erroneously included in my previous commit Reported by: bapt Modified: head/Mk/bsd.wx.mk Modified: head/Mk/bsd.wx.mk ============================================================================== --- head/Mk/bsd.wx.mk Thu Sep 19 09:49:52 2013 (r327607) +++ head/Mk/bsd.wx.mk Thu Sep 19 09:58:00 2013 (r327608) @@ -241,7 +241,7 @@ _WX_WANT_UNICODE= yes # These variables are reprocessed later so they won't affect other parts. -. if defined(WX_UNICODE) || defined(_WX_WANT_UNICODE) || ${_WANT_WX} == "2.9" +. if defined(WX_UNICODE) || defined(_WX_WANT_UNICODE) _WX_VER_FINAL= ${_WX_VERS_UC_ALL} _WX_UC= u _WX_UCL= -unicode From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 09:58:43 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 06FD09B4; Thu, 19 Sep 2013 09:58:43 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E92AF22BE; Thu, 19 Sep 2013 09:58:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J9wgf3068426; Thu, 19 Sep 2013 09:58:42 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8J9wgjg068425; Thu, 19 Sep 2013 09:58:42 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309190958.r8J9wgjg068425@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 19 Sep 2013 09:58:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327609 - head 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.14 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: Thu, 19 Sep 2013 09:58:43 -0000 Author: gahr Date: Thu Sep 19 09:58:42 2013 New Revision: 327609 URL: http://svnweb.freebsd.org/changeset/ports/327609 Log: - Document the addition of tcl/tk to the USES and DEFAULT_VERSIONS framework. Modified: head/CHANGES Modified: head/CHANGES ============================================================================== --- head/CHANGES Thu Sep 19 09:58:00 2013 (r327608) +++ head/CHANGES Thu Sep 19 09:58:42 2013 (r327609) @@ -10,6 +10,20 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. +20130919: +AUTHOR: gahr@FreeBSD.org + + * New USES: tcl, tk + + This uses replaces all the previous USE_TCL, USE_TCL_BUILD, USE_TCL_RUN, + USE_TCL_WRAPPER, USE_TK, USE_TK_BUILD, USE_TK_RUN and USE_TK_WRAPPER macros. + + See the Mk/Uses/tcl.mk and the commit message of r327607 for details. + + Moreover, the default Tcl/Tk version is now specified in terms of + bsd.default-versions.mk. It is now possible to specify one's preferred Tcl/Tk + version using DEFAULT_VERSIONS+= tcltk=x.y in make.conf. + 20130918: AUTHOR: bapt@FreeBSD.org From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 10:12:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0F20FBA5; Thu, 19 Sep 2013 10:12:51 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F0FCA2377; Thu, 19 Sep 2013 10:12:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JAColL077491; Thu, 19 Sep 2013 10:12:50 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JACoQx077490; Thu, 19 Sep 2013 10:12:50 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309191012.r8JACoQx077490@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 19 Sep 2013 10:12:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327610 - head/graphics/separate 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.14 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: Thu, 19 Sep 2013 10:12:51 -0000 Author: gahr Date: Thu Sep 19 10:12:50 2013 New Revision: 327610 URL: http://svnweb.freebsd.org/changeset/ports/327610 Log: - Fix build when CC != gcc - While at it, modernize the Makefile Modified: head/graphics/separate/Makefile (contents, props changed) Modified: head/graphics/separate/Makefile ============================================================================== --- head/graphics/separate/Makefile Thu Sep 19 09:58:42 2013 (r327609) +++ head/graphics/separate/Makefile Thu Sep 19 10:12:50 2013 (r327610) @@ -14,8 +14,8 @@ MAINTAINER= gahr@FreeBSD.org COMMENT= A CMYK plugin for The GIMP BUILD_DEPENDS= gccmakedep:${PORTSDIR}/devel/gccmakedep -LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \ - gimp-2.0:${PORTSDIR}/graphics/gimp-app +LIB_DEPENDS= liblcms.so.1:${PORTSDIR}/graphics/lcms \ + libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app USE_ZIP= yes USES= gmake pkgconfig @@ -35,12 +35,14 @@ PORTEXAMPLES= qproof.scm qexport.scm MAKE_ENV+= TARGETS="${BIN_TARGETS}" +.include + post-patch: - @${REINPLACE_CMD} -e 's| make| ${GMAKE}|; s|lib/gimp/2.0|libexec/gimp/2.2|' ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's|$$(PREFIX)|${PREFIX}|g' ${WRKSRC}/Makefile ${WRKSRC}/po/Makefile + @${REINPLACE_CMD} -e '/^CC/s|=|?=|; /^PREFIX/s|=|?=|; s| make| ${GMAKE}|; \ + s|lib/gimp/2.0|libexec/gimp/2.2|' ${WRKSRC}/Makefile ${WRKSRC}/po/Makefile post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 11:25:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4284C5E6; Thu, 19 Sep 2013 11:25:34 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 300D526D2; Thu, 19 Sep 2013 11:25:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JBPYPf015026; Thu, 19 Sep 2013 11:25:34 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JBPYDo015025; Thu, 19 Sep 2013 11:25:34 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309191125.r8JBPYDo015025@svn.freebsd.org> From: Guido Falsi Date: Thu, 19 Sep 2013 11:25:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327611 - head/net-p2p/transmission-qt4 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.14 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: Thu, 19 Sep 2013 11:25:34 -0000 Author: madpilot Date: Thu Sep 19 11:25:33 2013 New Revision: 327611 URL: http://svnweb.freebsd.org/changeset/ports/327611 Log: Add explicit QMAKE_LFLAGS for iconv. Submitted by: marino Approved by: portmgr (bapt, implicit) Modified: head/net-p2p/transmission-qt4/Makefile Modified: head/net-p2p/transmission-qt4/Makefile ============================================================================== --- head/net-p2p/transmission-qt4/Makefile Thu Sep 19 10:12:50 2013 (r327610) +++ head/net-p2p/transmission-qt4/Makefile Thu Sep 19 11:25:33 2013 (r327611) @@ -17,6 +17,7 @@ SLAVEPORT= qt4 QT_NONSTANDARD= yes USE_QT4= moc_build qmake_build rcc_build uic_build gui dbus network USE_GNOME= desktopfileutils +QMAKE_LFLAGS= -lcrypto -L${LOCALBASE}/lib ${ICONV_LIB} EXTRA_CONF_ARGS=--disable-cli \ --disable-daemon \ From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 12:02:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 64FDEED8; Thu, 19 Sep 2013 12:02:40 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 524A428EC; Thu, 19 Sep 2013 12:02:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JC2eJv035296; Thu, 19 Sep 2013 12:02:40 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JC2dAG035294; Thu, 19 Sep 2013 12:02:39 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309191202.r8JC2dAG035294@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Thu, 19 Sep 2013 12:02:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327612 - head/textproc/libunibreak 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.14 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: Thu, 19 Sep 2013 12:02:40 -0000 Author: rm Date: Thu Sep 19 12:02:39 2013 New Revision: 327612 URL: http://svnweb.freebsd.org/changeset/ports/327612 Log: - non-functional mostly whitespace fixes Approved by: fluffy (maintainer, by mail) Modified: head/textproc/libunibreak/Makefile head/textproc/libunibreak/pkg-descr Modified: head/textproc/libunibreak/Makefile ============================================================================== --- head/textproc/libunibreak/Makefile Thu Sep 19 11:25:33 2013 (r327611) +++ head/textproc/libunibreak/Makefile Thu Sep 19 12:02:39 2013 (r327612) @@ -1,6 +1,5 @@ -# Created by: Yuri Pankov +# Created by: Yuri Pankov # $FreeBSD$ -# PORTNAME= libunibreak PORTVERSION= 1.0 @@ -14,4 +13,5 @@ COMMENT= Implementation of the line and GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= pathfix + .include Modified: head/textproc/libunibreak/pkg-descr ============================================================================== --- head/textproc/libunibreak/pkg-descr Thu Sep 19 11:25:33 2013 (r327611) +++ head/textproc/libunibreak/pkg-descr Thu Sep 19 12:02:39 2013 (r327612) @@ -3,4 +3,4 @@ as described in Unicode 5.1.0 Standard A lines that contain Unicode characters. It is designed to be used in a generic text renderer. FBReader is one real-world example. -WWW: http://vimgadgets.sourceforge.net/libunibreak/ +WWW: http://vimgadgets.sourceforge.net/libunibreak/ From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 13:01:19 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6559AD79; Thu, 19 Sep 2013 13:01:19 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 523022C79; Thu, 19 Sep 2013 13:01:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JD1JaA068703; Thu, 19 Sep 2013 13:01:19 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JD1IIa068700; Thu, 19 Sep 2013 13:01:18 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201309191301.r8JD1IIa068700@svn.freebsd.org> From: Ryan Steinmetz Date: Thu, 19 Sep 2013 13:01:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327613 - in head/net/freeradius2: . 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.14 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: Thu, 19 Sep 2013 13:01:19 -0000 Author: zi Date: Thu Sep 19 13:01:18 2013 New Revision: 327613 URL: http://svnweb.freebsd.org/changeset/ports/327613 Log: - Update to 2.2.1 - Convert to new 'created by' header Deleted: head/net/freeradius2/files/extra-patch-src__modules__rlm_krb5__rlm_krb5.c Modified: head/net/freeradius2/Makefile head/net/freeradius2/distinfo (contents, props changed) head/net/freeradius2/pkg-plist Modified: head/net/freeradius2/Makefile ============================================================================== --- head/net/freeradius2/Makefile Thu Sep 19 12:02:39 2013 (r327612) +++ head/net/freeradius2/Makefile Thu Sep 19 13:01:18 2013 (r327613) @@ -1,14 +1,8 @@ -# New ports collection makefile for: freeradius -# Date created: May 9 2002 -# Whom: Brian Somers -# +# Created by: Brian Somers # $FreeBSD$ -# -# $Id$ -# PORTNAME= freeradius -DISTVERSION= 2.2.0 +DISTVERSION= 2.2.1 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \ @@ -42,9 +36,9 @@ MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes -PLIST_SUB= PORTVERSION=${DISTVERSION} +PLIST_SUB= PORTVERSION=${DISTVERSION} LIBVER=0${PORTVERSION:C/\./0/g} -OPTIONS_DEFINE= USER KERBEROS HEIMDAL HEIMDAL_PORT HEIMDAL_PATCH LDAP MYSQL \ +OPTIONS_DEFINE= USER KERBEROS HEIMDAL HEIMDAL_PORT LDAP MYSQL \ PGSQL UNIXODBC FIREBIRD PERL PYTHON OCI8 RUBY DHCP \ EXPERIMENTAL UDPFROMTO DEVELOPER EDIR OPTIONS_DEFAULT=USER PERL PYTHON @@ -53,7 +47,6 @@ DHCP_DESC= With DHCP support (EXPERIMEN USER_DESC= Run as user freeradius, group freeradius HEIMDAL_DESC= With Heimdal Kerberos support HEIMDAL_PORT_DESC= With Heimdal Kerberos from ports -HEIMDAL_PATCH_DESC= Enhanced Heimdal support (specify SPN/keytab) UNIXODBC_DESC= With unixODBC database support FIREBIRD_DESC= With Firebird database support (EXPERIMENTAL) OCI8_DESC= With Oracle support (currently experimental) @@ -83,7 +76,7 @@ GROUPS= ${RADIUS_GROUP} CONFIGURE_ARGS+=--with-system-libtool --with-system-libltdl \ --disable-ltdl-install -.if ${PORT_OPTIONS:MHEIMDAL} && empty(${PORT_OPTIONS:MKERBEROS}) +.if ${PORT_OPTIONS:MHEIMDAL} && empty(PORT_OPTIONS:MKERBEROS) ${UNIQUENAME}_SET+= KERBEROS .endif @@ -97,7 +90,7 @@ CONFIGURE_ARGS+=--enable-heimdal-krb5 LIB_DEPENDS+= krb5:${PORTSDIR}/security/krb5 .endif CONFIGURE_ARGS+=--with-rlm_krb5 -.if ${PORT_OPTIONS:MHEIMDAL} && empty(${PORT_OPTIONS:MHEIMDAL_PORT}) +.if ${PORT_OPTIONS:MHEIMDAL} && empty(PORT_OPTIONS:MHEIMDAL_PORT) CONFIGURE_ARGS+=--with-rlm-krb5-lib-dir=/usr/lib CONFIGURE_ARGS+=--with-rlm-krb5-include-dir=/usr/include CONFIGURE_ENV+= KRB5LIBS="$$(${KRB5_CONFIG})" @@ -111,15 +104,10 @@ CONFIGURE_ARGS+=--without-rlm_krb5 PLIST_SUB+= KRB5="@comment " .endif -# Patch rlm_krb5.c to add Heimdal support for specifying keytab+SPN -.if ${PORT_OPTIONS:MHEIMDAL_PATCH} -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src__modules__rlm_krb5__rlm_krb5.c -.endif - .if ${PORT_OPTIONS:MEDIR} CONFIGURE_ARGS+=--with-edir -.if empty(${PORT_OPTIONS:MLDAP}) -PORT_OPTIONS+= LDAP +.if empty(PORT_OPTIONS:MLDAP) +PORT_OPTIONS+= LDAP .endif .endif @@ -206,7 +194,7 @@ PLIST_SUB+= RLMRUBY="@comment " .endif # rlm_ruby module is still experimental -.if ${PORT_OPTIONS:MRUBY} && empty(${PORT_OPTIONS:MEXPERIMENTAL}) +.if ${PORT_OPTIONS:MRUBY} && empty(PORT_OPTIONS:MEXPERIMENTAL) EXPM= yes .endif @@ -217,7 +205,7 @@ CONFIGURE_ARGS+=--without-dhcp .endif # DHCP is still experimental -.if ${PORT_OPTIONS:MDHCP} && empty(${PORT_OPTIONS:MEXPERIMENTAL}) +.if ${PORT_OPTIONS:MDHCP} && empty(PORT_OPTIONS:MEXPERIMENTAL) EXPM= yes .endif @@ -234,7 +222,7 @@ PLIST_SUB+= SMB="@comment " .endif # SMB module is still experimental -.if ${PORT_OPTIONS:MSMB} && empty(${PORT_OPTIONS:MSMB}) +.if ${PORT_OPTIONS:MSMB} && empty(PORT_OPTIONS:MSMB) EXPM= yes .endif @@ -284,7 +272,8 @@ CONFIGURE_ARGS+=--quiet \ --libdir=${PREFIX}/${FREERADIUS_LIBDIR} \ --localstatedir=/var \ --with-system-libtool -.ifdef(NOPORTDOCS) + +.if empty(PORT_OPTIONS:MDOCS) CONFIGURE_ARGS+=--without-docdir PLIST_SUB+= PORTDOCS="@comment " SUB_LIST+= PORTDOCS="@comment " @@ -357,7 +346,7 @@ post-patch: -regex '.*/(bootstrap|Makefile)\.(orig|bak)$$' \ -delete # If we're using Heimdal from base, alter the LIBS variable -.if ${PORT_OPTIONS:MHEIMDAL} && empty(${PORT_OPTIONS:MHEIMDAL_PORT}) +.if ${PORT_OPTIONS:MHEIMDAL} && empty(PORT_OPTIONS:MHEIMDAL_PORT) @${REINPLACE_CMD} -e 's|LIBS|KRB5LIBS|g' ${WRKSRC}/src/modules/rlm_krb5/configure @${REINPLACE_CMD} -e 's|-lkrb5|$$(${KRB5_CONFIG})|g' \ ${WRKSRC}/src/modules/rlm_krb5/configure Modified: head/net/freeradius2/distinfo ============================================================================== --- head/net/freeradius2/distinfo Thu Sep 19 12:02:39 2013 (r327612) +++ head/net/freeradius2/distinfo Thu Sep 19 13:01:18 2013 (r327613) @@ -1,2 +1,2 @@ -SHA256 (freeradius-server-2.2.0.tar.bz2) = ad3e58fe2a723cbaafb8ca87677382a84bfb16e81b24f0d9ded71355a0218d35 -SIZE (freeradius-server-2.2.0.tar.bz2) = 2703349 +SHA256 (freeradius-server-2.2.1.tar.bz2) = 66335e2ab621dc89a327e5d003737988614aadbccfc813384be36fdb69bf9dc7 +SIZE (freeradius-server-2.2.1.tar.bz2) = 2782030 Modified: head/net/freeradius2/pkg-plist ============================================================================== --- head/net/freeradius2/pkg-plist Thu Sep 19 12:02:39 2013 (r327612) +++ head/net/freeradius2/pkg-plist Thu Sep 19 13:01:18 2013 (r327613) @@ -173,11 +173,11 @@ bin/smbencrypt %%LIBDIR%%/libfreeradius-eap.a %%LIBDIR%%/libfreeradius-eap.la %%LIBDIR%%/libfreeradius-eap.so -%%LIBDIR%%/libfreeradius-radius-%%PORTVERSION%%.la -%%LIBDIR%%/libfreeradius-radius-%%PORTVERSION%%.so %%LIBDIR%%/libfreeradius-radius.a %%LIBDIR%%/libfreeradius-radius.la %%LIBDIR%%/libfreeradius-radius.so +%%LIBDIR%%/libfreeradius-radius-%%LIBVER%%.la +%%LIBDIR%%/libfreeradius-radius-%%LIBVER%%.so %%LIBDIR%%/rlm_acct_unique-%%PORTVERSION%%.la %%LIBDIR%%/rlm_acct_unique-%%PORTVERSION%%.so %%LIBDIR%%/rlm_acct_unique.a @@ -520,6 +520,7 @@ sbin/radiusd sbin/radmin sbin/radwatch include/freeradius/autoconf.h +include/freeradius/base64.h include/freeradius/conf.h include/freeradius/conffile.h include/freeradius/detail.h @@ -626,6 +627,12 @@ include/freeradius/vqp.h %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc5904.txt %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc5997.txt %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc6158.txt +%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc6519.txt +%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc6572.txt +%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc6677.txt +%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc6911.txt +%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc6929.txt +%%PORTDOCS%%%%DOCSDIR%%/rfc/rfc6930.txt %%PORTDOCS%%%%DOCSDIR%%/rlm_dbm %%PORTDOCS%%%%DOCSDIR%%/rlm_eap %%PORTDOCS%%%%DOCSDIR%%/rlm_expiration @@ -671,6 +678,7 @@ include/freeradius/vqp.h %%DATADIR%%/dictionary.3gpp2 %%DATADIR%%/dictionary.acc %%DATADIR%%/dictionary.acme +%%DATADIR%%/dictionary.aerohive %%DATADIR%%/dictionary.airespace %%DATADIR%%/dictionary.alcatel %%DATADIR%%/dictionary.alcatel.esam @@ -690,6 +698,9 @@ include/freeradius/vqp.h %%DATADIR%%/dictionary.bay %%DATADIR%%/dictionary.bintec %%DATADIR%%/dictionary.bristol +%%DATADIR%%/dictionary.broadsoft +%%DATADIR%%/dictionary.brocade +%%DATADIR%%/dictionary.bskyb %%DATADIR%%/dictionary.bt %%DATADIR%%/dictionary.cablelabs %%DATADIR%%/dictionary.cabletron @@ -704,14 +715,17 @@ include/freeradius/vqp.h %%DATADIR%%/dictionary.columbia_university %%DATADIR%%/dictionary.compat %%DATADIR%%/dictionary.cosine +%%DATADIR%%/dictionary.dante %%DATADIR%%/dictionary.dhcp %%DATADIR%%/dictionary.digium +%%DATADIR%%/dictionary.dlink %%DATADIR%%/dictionary.epygi %%DATADIR%%/dictionary.eltex %%DATADIR%%/dictionary.ericsson %%DATADIR%%/dictionary.erx %%DATADIR%%/dictionary.extreme %%DATADIR%%/dictionary.f5 +%%DATADIR%%/dictionary.fdxtended %%DATADIR%%/dictionary.fortinet %%DATADIR%%/dictionary.foundry %%DATADIR%%/dictionary.freeradius @@ -731,12 +745,14 @@ include/freeradius/vqp.h %%DATADIR%%/dictionary.jradius %%DATADIR%%/dictionary.juniper %%DATADIR%%/dictionary.karlnet +%%DATADIR%%/dictionary.kineto %%DATADIR%%/dictionary.lancom %%DATADIR%%/dictionary.livingston %%DATADIR%%/dictionary.localweb %%DATADIR%%/dictionary.lucent %%DATADIR%%/dictionary.manzara %%DATADIR%%/dictionary.merit +%%DATADIR%%/dictionary.meru %%DATADIR%%/dictionary.microsoft %%DATADIR%%/dictionary.mikrotik %%DATADIR%%/dictionary.motorola @@ -757,6 +773,7 @@ include/freeradius/vqp.h %%DATADIR%%/dictionary.patton %%DATADIR%%/dictionary.propel %%DATADIR%%/dictionary.prosoft +%%DATADIR%%/dictionary.proxim %%DATADIR%%/dictionary.purewave %%DATADIR%%/dictionary.quiconnect %%DATADIR%%/dictionary.quintum @@ -783,8 +800,14 @@ include/freeradius/vqp.h %%DATADIR%%/dictionary.rfc5580 %%DATADIR%%/dictionary.rfc5607 %%DATADIR%%/dictionary.rfc5904 +%%DATADIR%%/dictionary.rfc6519 +%%DATADIR%%/dictionary.rfc6572 +%%DATADIR%%/dictionary.rfc6677 +%%DATADIR%%/dictionary.rfc6911 +%%DATADIR%%/dictionary.rfc6930 %%DATADIR%%/dictionary.riverstone %%DATADIR%%/dictionary.roaringpenguin +%%DATADIR%%/dictionary.sg %%DATADIR%%/dictionary.shasta %%DATADIR%%/dictionary.shiva %%DATADIR%%/dictionary.siemens @@ -817,6 +840,7 @@ include/freeradius/vqp.h %%DATADIR%%/dictionary.wispr %%DATADIR%%/dictionary.xedia %%DATADIR%%/dictionary.xylan +%%DATADIR%%/dictionary.zeus %%DATADIR%%/dictionary.zyxel @dirrm %%DATADIR%% @dirrmtry share/freeradius From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 13:17:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EC001142; Thu, 19 Sep 2013 13:17:57 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D9AB62D50; Thu, 19 Sep 2013 13:17:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JDHvwI076065; Thu, 19 Sep 2013 13:17:57 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JDHvMn076064; Thu, 19 Sep 2013 13:17:57 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201309191317.r8JDHvMn076064@svn.freebsd.org> From: Eitan Adler Date: Thu, 19 Sep 2013 13:17:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327614 - head/security/spass 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.14 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: Thu, 19 Sep 2013 13:17:58 -0000 Author: eadler Date: Thu Sep 19 13:17:57 2013 New Revision: 327614 URL: http://svnweb.freebsd.org/changeset/ports/327614 Log: Convert to new LIB_DEPENDS format. Tested with poudriere. Modified: head/security/spass/Makefile Modified: head/security/spass/Makefile ============================================================================== --- head/security/spass/Makefile Thu Sep 19 13:01:18 2013 (r327613) +++ head/security/spass/Makefile Thu Sep 19 13:17:57 2013 (r327614) @@ -11,8 +11,8 @@ COMMENT= Secure password generator with LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= asound:${PORTSDIR}/audio/alsa-lib \ - boost_program_options:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib \ + libboost_program_options.so:${PORTSDIR}/devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= guyru From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 13:28:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5641631D; Thu, 19 Sep 2013 13:28:14 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 446882DED; Thu, 19 Sep 2013 13:28:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JDSEhj081852; Thu, 19 Sep 2013 13:28:14 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JDSEvW081851; Thu, 19 Sep 2013 13:28:14 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201309191328.r8JDSEvW081851@svn.freebsd.org> From: Wen Heping Date: Thu, 19 Sep 2013 13:28:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327615 - head/devel/e00compr 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.14 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: Thu, 19 Sep 2013 13:28:14 -0000 Author: wen Date: Thu Sep 19 13:28:13 2013 New Revision: 327615 URL: http://svnweb.freebsd.org/changeset/ports/327615 Log: - Fix build with clang - Trim Makefile headers - Update my email to FreeBSD - Convert to optionsNG Modified: head/devel/e00compr/Makefile Modified: head/devel/e00compr/Makefile ============================================================================== --- head/devel/e00compr/Makefile Thu Sep 19 13:17:57 2013 (r327614) +++ head/devel/e00compr/Makefile Thu Sep 19 13:28:13 2013 (r327615) @@ -1,17 +1,13 @@ -# New ports collection makefile for: e00compr -# Date created: May 04 , 2008 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= e00compr PORTVERSION= 1.0.1 CATEGORIES= devel MASTER_SITES= http://avce00.maptools.org/dl/ -MAINTAINER= wenheping@gmail.com -COMMENT= A Library to Read/Write Compressed E00 Files +MAINTAINER= wen@FreeBSD.org +COMMENT= Library to Read/Write Compressed E00 Files USE_GMAKE= yes WRKSRC= ${WRKDIR}/${DISTNAME} @@ -19,13 +15,18 @@ PLIST_FILES= bin/e00conv include/e00comp lib/e00compr.a PORTDOCS= e00compr.html +.include + +post-extract: + ${REINPLACE_CMD} -e 's#gcc#${CC}#g' ${WRKSRC}/Makefile + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/e00conv ${PREFIX}/bin/e00conv ${INSTALL_DATA} ${WRKSRC}/e00compr.h ${PREFIX}/include/e00compr.h ${INSTALL_DATA} ${WRKSRC}/e00compr.a ${PREFIX}/lib/e00compr.a post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/e00compr.html ${DOCSDIR} .endif From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 13:33:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2692A441; Thu, 19 Sep 2013 13:33:24 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 13DC42E2D; Thu, 19 Sep 2013 13:33:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JDXN05085215; Thu, 19 Sep 2013 13:33:23 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JDXNMC085213; Thu, 19 Sep 2013 13:33:23 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309191333.r8JDXNMC085213@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 19 Sep 2013 13:33:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327616 - in head/databases: mysqltcl tdbc 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.14 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: Thu, 19 Sep 2013 13:33:24 -0000 Author: gahr Date: Thu Sep 19 13:33:23 2013 New Revision: 327616 URL: http://svnweb.freebsd.org/changeset/ports/327616 Log: - Convert USE_TCL to USES=tcl Modified: head/databases/mysqltcl/Makefile head/databases/tdbc/Makefile Modified: head/databases/mysqltcl/Makefile ============================================================================== --- head/databases/mysqltcl/Makefile Thu Sep 19 13:28:13 2013 (r327615) +++ head/databases/mysqltcl/Makefile Thu Sep 19 13:33:23 2013 (r327616) @@ -9,9 +9,9 @@ MASTER_SITES= http://www.xdobry.de/mysql MAINTAINER= tcltk@FreeBSD.org COMMENT= TCL module for accessing MySQL databases based on msqltcl +USES+= tcl USE_LDCONFIG= yes USE_MYSQL= yes -USE_TCL= 84+ USE_DOS2UNIX= generic/mysqltcl.c MANN= mysqltcl.n Modified: head/databases/tdbc/Makefile ============================================================================== --- head/databases/tdbc/Makefile Thu Sep 19 13:28:13 2013 (r327615) +++ head/databases/tdbc/Makefile Thu Sep 19 13:33:23 2013 (r327616) @@ -12,7 +12,7 @@ COMMENT= The common database access inte OPTIONS_DEFINE= MYSQL PGSQL SQLITE ODBC -USE_TCL= 86 +USES+= tcl:86 USE_LDCONFIG= yes CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} --with-tcloo=${TCL_LIBDIR} \ --prefix=${PREFIX} --exec-prefix=${PREFIX} \ From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 13:38:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7ABBE55F; Thu, 19 Sep 2013 13:38:02 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 689242E51; Thu, 19 Sep 2013 13:38:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JDc2oG087126; Thu, 19 Sep 2013 13:38:02 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JDc21W087125; Thu, 19 Sep 2013 13:38:02 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309191338.r8JDc21W087125@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 19 Sep 2013 13:38:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327617 - head/Mk/Uses 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.14 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: Thu, 19 Sep 2013 13:38:02 -0000 Author: gahr Date: Thu Sep 19 13:38:01 2013 New Revision: 327617 URL: http://svnweb.freebsd.org/changeset/ports/327617 Log: - Fix typo Spotted by: antoine Modified: head/Mk/Uses/tcl.mk Modified: head/Mk/Uses/tcl.mk ============================================================================== --- head/Mk/Uses/tcl.mk Thu Sep 19 13:33:23 2013 (r327616) +++ head/Mk/Uses/tcl.mk Thu Sep 19 13:38:01 2013 (r327617) @@ -35,7 +35,7 @@ # where PORT is one of: # # - tcl - Depend on Tcl -# - tk - Depend on both Tk and Tk (Tk itself depends on Tcl) +# - tk - Depend on both Tk and Tcl (Tk itself depends on Tcl) # # and VERSION is in one of the following formats: # From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 13:42:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 75E5267F; Thu, 19 Sep 2013 13:42:06 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 63D8E2E99; Thu, 19 Sep 2013 13:42:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JDg6M0090975; Thu, 19 Sep 2013 13:42:06 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JDg6SU090974; Thu, 19 Sep 2013 13:42:06 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201309191342.r8JDg6SU090974@svn.freebsd.org> From: Eitan Adler Date: Thu, 19 Sep 2013 13:42:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327618 - head/devel/delta/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.14 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: Thu, 19 Sep 2013 13:42:06 -0000 Author: eadler Date: Thu Sep 19 13:42:05 2013 New Revision: 327618 URL: http://svnweb.freebsd.org/changeset/ports/327618 Log: Add patch to respect CC Added: head/devel/delta/files/ head/devel/delta/files/patch-Build.mk (contents, props changed) Added: head/devel/delta/files/patch-Build.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/delta/files/patch-Build.mk Thu Sep 19 13:42:05 2013 (r327618) @@ -0,0 +1,9 @@ +--- ./Build.mk.orig 2013-09-19 09:41:07.282741683 -0400 ++++ ./Build.mk 2013-09-19 09:41:14.007747039 -0400 +@@ -1,6 +1,5 @@ + # see License.txt for copyright and terms of use + +-CC := gcc + CFLAGS := -Wall + # CFLAGS += -g + FLEX := flex From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 13:42:39 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 754FE75A; Thu, 19 Sep 2013 13:42:39 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 60C0D2E9C; Thu, 19 Sep 2013 13:42:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JDgdGA091157; Thu, 19 Sep 2013 13:42:39 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JDgdXd091156; Thu, 19 Sep 2013 13:42:39 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309191342.r8JDgdXd091156@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 19 Sep 2013 13:42:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327619 - head/Mk/Uses 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.14 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: Thu, 19 Sep 2013 13:42:39 -0000 Author: gahr Date: Thu Sep 19 13:42:38 2013 New Revision: 327619 URL: http://svnweb.freebsd.org/changeset/ports/327619 Log: - Correct another typo Modified: head/Mk/Uses/tcl.mk Modified: head/Mk/Uses/tcl.mk ============================================================================== --- head/Mk/Uses/tcl.mk Thu Sep 19 13:42:05 2013 (r327618) +++ head/Mk/Uses/tcl.mk Thu Sep 19 13:42:38 2013 (r327619) @@ -63,7 +63,7 @@ _TCLTK_VALID_VERSIONS= 84 85 86 .include "${PORTSDIR}/Mk/bsd.default-versions.mk" _TCLTK_DEFAULT_VERSION= ${TCLTK_DEFAULT:S/.//} -.if ! ${_TCLTK_VALID_VERSIONS:M${_TCLTK_WANTED_VERSION}} +.if ! ${_TCLTK_VALID_VERSIONS:M${_TCLTK_DEFAULT_VERSION}} IGNORE= Invalid tcltk version ${TCLTK_DEFAULT} .endif From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 13:50:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 529C1B94; Thu, 19 Sep 2013 13:50:35 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F7582F32; Thu, 19 Sep 2013 13:50:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JDoZ9R095211; Thu, 19 Sep 2013 13:50:35 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JDoYsw095204; Thu, 19 Sep 2013 13:50:34 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309191350.r8JDoYsw095204@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 19 Sep 2013 13:50:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327620 - head/devel/libserver 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.14 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: Thu, 19 Sep 2013 13:50:35 -0000 Author: tabthorpe Date: Thu Sep 19 13:50:34 2013 New Revision: 327620 URL: http://svnweb.freebsd.org/changeset/ports/327620 Log: - Update to 1.14 PR: ports/181996 Submitted by: James Bailie (maintainer) Modified: head/devel/libserver/Makefile head/devel/libserver/distinfo Modified: head/devel/libserver/Makefile ============================================================================== --- head/devel/libserver/Makefile Thu Sep 19 13:42:38 2013 (r327619) +++ head/devel/libserver/Makefile Thu Sep 19 13:50:34 2013 (r327620) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libserver -PORTVERSION= 1.13 +PORTVERSION= 1.14 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ Modified: head/devel/libserver/distinfo ============================================================================== --- head/devel/libserver/distinfo Thu Sep 19 13:42:38 2013 (r327619) +++ head/devel/libserver/distinfo Thu Sep 19 13:50:34 2013 (r327620) @@ -1,2 +1,2 @@ -SHA256 (libserver-1.13.tar.gz) = 1af6588be35e3eea9a7d768fd14bcfd76bb32d62de2b02e73873e40e958f0d39 -SIZE (libserver-1.13.tar.gz) = 11006 +SHA256 (libserver-1.14.tar.gz) = f8ed5e88e6742eb908a1c6212030fa459dbdc4896a82694357499ffc6d18df40 +SIZE (libserver-1.14.tar.gz) = 11091 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 14:12:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C9445244; Thu, 19 Sep 2013 14:12:59 +0000 (UTC) (envelope-from marck@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C3F020BC; Thu, 19 Sep 2013 14:12:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JECxN6007264; Thu, 19 Sep 2013 14:12:59 GMT (envelope-from marck@svn.freebsd.org) Received: (from marck@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JECxUS007263; Thu, 19 Sep 2013 14:12:59 GMT (envelope-from marck@svn.freebsd.org) Message-Id: <201309191412.r8JECxUS007263@svn.freebsd.org> From: Dmitry Morozovsky Date: Thu, 19 Sep 2013 14:12:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327621 - head/net-mgmt/ehnt/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.14 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: Thu, 19 Sep 2013 14:12:59 -0000 Author: marck (doc committer) Date: Thu Sep 19 14:12:59 2013 New Revision: 327621 URL: http://svnweb.freebsd.org/changeset/ports/327621 Log: More clang-only errors (actually, more uses non-void function types) Notified by: pkg-fallout Modified: head/net-mgmt/ehnt/files/patch-ehnt__display.c Modified: head/net-mgmt/ehnt/files/patch-ehnt__display.c ============================================================================== --- head/net-mgmt/ehnt/files/patch-ehnt__display.c Thu Sep 19 13:50:34 2013 (r327620) +++ head/net-mgmt/ehnt/files/patch-ehnt__display.c Thu Sep 19 14:12:59 2013 (r327621) @@ -1,8 +1,23 @@ $FreeBSD$ ---- ehnt_display.c.orig Thu Oct 4 22:18:29 2001 -+++ ehnt_display.c Wed Jun 23 14:35:08 2004 +--- ehnt_display.c.orig ++++ ehnt_display.c +@@ -22,10 +22,10 @@ + #include "config.h" + #include "ehnt.h" + +-double ShowTopAS (double a[],char t[], int ,double); +-double ShowTopProto (double a[], char t[], int ,double); +-double ShowTopUdpPort (double a[],char t[], int, double); +-double ShowTopTcpPort (double a[],char t[], int, double); ++void ShowTopAS (double a[],char t[], int ,double); ++void ShowTopProto (double a[], char t[], int ,double); ++void ShowTopUdpPort (double a[],char t[], int, double); ++void ShowTopTcpPort (double a[],char t[], int, double); + double GetTop (double a[], char t[]); + int ShowValue(char *, int, double, int, double); + int ShowReport(struct ehnt_stats *, struct ehnt_struct *); @@ -110,7 +110,9 @@ ShowReportTimeHeader(stats); @@ -47,3 +62,39 @@ $FreeBSD$ if (bytes < 1024) sprintf(str,"%4d", bytes); else if (bytes < (1024*1024)) sprintf(str,"%4dK",(bytes/1024)); +@@ -258,7 +262,7 @@ + return str; + } + +-double ShowTopAS (double a[],char t[], int interval, double total) { ++void ShowTopAS (double a[],char t[], int interval, double total) { + int i=-1,maxi=0; + struct protoent *p; + +@@ -269,7 +273,7 @@ + ShowValue(ASN_Lookup(maxi),maxi,a[maxi],interval,total); + } + +-double ShowTopProto (double a[],char t[], int interval, double total) { ++void ShowTopProto (double a[],char t[], int interval, double total) { + int i=-1,maxi=0; + struct protoent *p; + +@@ -285,7 +289,7 @@ + } + } + +-double ShowTopTcpPort (double a[],char t[], int interval, double total) { ++void ShowTopTcpPort (double a[],char t[], int interval, double total) { + int i=-1,maxi=0; + struct servent *s; + +@@ -301,7 +305,7 @@ + } + } + +-double ShowTopUdpPort (double a[],char t[], int interval, double total) { ++void ShowTopUdpPort (double a[],char t[], int interval, double total) { + int i=-1,maxi=0; + struct servent *s; + From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 14:14:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0A9AA33D; Thu, 19 Sep 2013 14:14:56 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D072820CA; Thu, 19 Sep 2013 14:14:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JEEtID007814; Thu, 19 Sep 2013 14:14:55 GMT (envelope-from vsevolod@svn.freebsd.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JEEtgA007806; Thu, 19 Sep 2013 14:14:55 GMT (envelope-from vsevolod@svn.freebsd.org) Message-Id: <201309191414.r8JEEtgA007806@svn.freebsd.org> From: Vsevolod Stakhov Date: Thu, 19 Sep 2013 14:14:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327622 - head/math/clasp 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.14 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: Thu, 19 Sep 2013 14:14:56 -0000 Author: vsevolod Date: Thu Sep 19 14:14:54 2013 New Revision: 327622 URL: http://svnweb.freebsd.org/changeset/ports/327622 Log: Add clasp - an answer set solver for (extended) normal logic programs. Added: head/math/clasp/ head/math/clasp/Makefile (contents, props changed) head/math/clasp/distinfo (contents, props changed) head/math/clasp/pkg-descr (contents, props changed) Added: head/math/clasp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/clasp/Makefile Thu Sep 19 14:14:54 2013 (r327622) @@ -0,0 +1,21 @@ +# Created by: Vsevolod Stakhov +# $FreeBSD$ + +PORTNAME= clasp +PORTVERSION= 2.1.3 +CATEGORIES= math devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= potassco/${PORTNAME}/${PORTVERSION} +EXTRACT_SUFX= -source.tar.gz + +MAINTAINER= vsevolod@FreeBSD.org +COMMENT= Answer set solver for (extended) normal logic programs + +USES= cmake:outsource + +PLIST_FILES= bin/${PORTNAME} + +do-install: + ${INSTALL} ${INSTALL_WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin/${PORTNAME} + +.include Added: head/math/clasp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/clasp/distinfo Thu Sep 19 14:14:54 2013 (r327622) @@ -0,0 +1,2 @@ +SHA256 (clasp-2.1.3-source.tar.gz) = 84b737845482b91f8ccb6eab6784c7641bb6986ce725194d3f74ddaf832ebfc7 +SIZE (clasp-2.1.3-source.tar.gz) = 397519 Added: head/math/clasp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/clasp/pkg-descr Thu Sep 19 14:14:54 2013 (r327622) @@ -0,0 +1,13 @@ +Clasp is an answer set solver for (extended) normal logic programs. It combines +the high-level modeling capacities of answer set programming (ASP) with +state-of-the-art techniques from the area of Boolean constraint solving. The +primary clasp algorithm relies on conflict-driven nogood learning, a technique +that proved very successful for satisfiability checking (SAT). Unlike other +learning ASP solvers, clasp does not rely on legacy software, such as a SAT +solver or any other existing ASP solver. Rather, clasp has been genuinely +developed for answer set solving based on conflict-driven nogood learning. +clasp can be applied as an ASP solver (on SMODELS format, as output by Gringo), +as a SAT solver (on a simplified version of DIMACS/CNF format), or as a PB +solver (on OPB format). + +WWW: http://potassco.sourceforge.net/ From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 14:15:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 19519428; Thu, 19 Sep 2013 14:15:40 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0709920D5; Thu, 19 Sep 2013 14:15:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JEFdZH008146; Thu, 19 Sep 2013 14:15:39 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JEFdIT008144; Thu, 19 Sep 2013 14:15:39 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309191415.r8JEFdIT008144@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 19 Sep 2013 14:15:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327623 - head/net-im/chattahoochie 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.14 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: Thu, 19 Sep 2013 14:15:40 -0000 Author: tabthorpe Date: Thu Sep 19 14:15:39 2013 New Revision: 327623 URL: http://svnweb.freebsd.org/changeset/ports/327623 Log: - Update to 1.6 - Trim headers while I am here PR: ports/181997 Submitted by: James Bailie (maintainer) Modified: head/net-im/chattahoochie/Makefile head/net-im/chattahoochie/distinfo (contents, props changed) Modified: head/net-im/chattahoochie/Makefile ============================================================================== --- head/net-im/chattahoochie/Makefile Thu Sep 19 14:14:54 2013 (r327622) +++ head/net-im/chattahoochie/Makefile Thu Sep 19 14:15:39 2013 (r327623) @@ -1,12 +1,8 @@ -# New ports collection makefile for: pickwick -# Date created: Fri, 30 Apr 2010 19:50:00 EDT -# Whom: James Bailie -# +# Created by: James Bailie # $FreeBSD$ -# PORTNAME= chattahoochie -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= net-im MASTER_SITES= http://www.mammothcheese.ca/ Modified: head/net-im/chattahoochie/distinfo ============================================================================== --- head/net-im/chattahoochie/distinfo Thu Sep 19 14:14:54 2013 (r327622) +++ head/net-im/chattahoochie/distinfo Thu Sep 19 14:15:39 2013 (r327623) @@ -1,2 +1,2 @@ -SHA256 (chattahoochie-1.5.tar.gz) = b883efbd6ef461a3b0cf2c6d76e9ef91b3082ba2cc54dcdbcb3167c1e8450c10 -SIZE (chattahoochie-1.5.tar.gz) = 10746 +SHA256 (chattahoochie-1.6.tar.gz) = f39828b69329749844ab8ef7d091e2cef2cb739d3ea0a18327258eaabd57f422 +SIZE (chattahoochie-1.6.tar.gz) = 10754 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 14:18:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 79BAF543; Thu, 19 Sep 2013 14:18:30 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6749020F7; Thu, 19 Sep 2013 14:18:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JEIUh1009069; Thu, 19 Sep 2013 14:18:30 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JEIUYd009068; Thu, 19 Sep 2013 14:18:30 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309191418.r8JEIUYd009068@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 19 Sep 2013 14:18:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327624 - head/Mk/Uses 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.14 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: Thu, 19 Sep 2013 14:18:30 -0000 Author: gahr Date: Thu Sep 19 14:18:29 2013 New Revision: 327624 URL: http://svnweb.freebsd.org/changeset/ports/327624 Log: - Correct typo Spotted by: thierry Modified: head/Mk/Uses/tcl.mk Modified: head/Mk/Uses/tcl.mk ============================================================================== --- head/Mk/Uses/tcl.mk Thu Sep 19 14:15:39 2013 (r327623) +++ head/Mk/Uses/tcl.mk Thu Sep 19 14:18:29 2013 (r327624) @@ -118,8 +118,8 @@ TCL_INCLUDEDIR:=${LOCALBASE}/include/tcl TK_VER:= ${_TCLTK_WANTED_VERSION:S/8/8./} TK_SHLIB_VER:= ${_TCLTK_WANTED_VERSION} WISH:= ${LOCALBASE}/bin/wish${TCL_VER} -TK_LIBDIR:= ${LOCALBASE}/lib/tcl${TK_VER} -TK_INCLUDEDIR:= ${LOCALBASE}/include/tcl${TK_VER} +TK_LIBDIR:= ${LOCALBASE}/lib/tk${TK_VER} +TK_INCLUDEDIR:= ${LOCALBASE}/include/tk${TK_VER} .endif # From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 14:21:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C5EC3695; Thu, 19 Sep 2013 14:21:44 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A37832156; Thu, 19 Sep 2013 14:21:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JELiV9012455; Thu, 19 Sep 2013 14:21:44 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JELgwg012432; Thu, 19 Sep 2013 14:21:42 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309191421.r8JELgwg012432@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 19 Sep 2013 14:21:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327625 - in head: devel/tcl-mmap devel/tcl-signal devel/tcllib devel/tclreadline devel/tclthread devel/yajl-tcl irc/roxirc sysutils/dirdiff x11-toolkits/gnocl 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.14 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: Thu, 19 Sep 2013 14:21:44 -0000 Author: gahr Date: Thu Sep 19 14:21:42 2013 New Revision: 327625 URL: http://svnweb.freebsd.org/changeset/ports/327625 Log: - Convert USE_TCL to USES=tcl Modified: head/devel/tcl-mmap/Makefile head/devel/tcl-signal/Makefile head/devel/tcllib/Makefile head/devel/tclreadline/Makefile head/devel/tclthread/Makefile head/devel/yajl-tcl/Makefile head/irc/roxirc/Makefile head/sysutils/dirdiff/Makefile head/x11-toolkits/gnocl/Makefile Modified: head/devel/tcl-mmap/Makefile ============================================================================== --- head/devel/tcl-mmap/Makefile Thu Sep 19 14:18:29 2013 (r327624) +++ head/devel/tcl-mmap/Makefile Thu Sep 19 14:21:42 2013 (r327625) @@ -11,7 +11,7 @@ COMMENT= New TCL channel type using mmap LICENSE= GPLv3 -USE_TCL= 84+ +USES+= tcl GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \ --prefix=${PREFIX} \ Modified: head/devel/tcl-signal/Makefile ============================================================================== --- head/devel/tcl-signal/Makefile Thu Sep 19 14:18:29 2013 (r327624) +++ head/devel/tcl-signal/Makefile Thu Sep 19 14:21:42 2013 (r327625) @@ -14,7 +14,7 @@ DISTNAME= signal_ext${PORTVERSION:R:R} MAINTAINER= tcltk@FreeBSD.org COMMENT= Dynamically loadable signal handling for Tcl/Tk scripts -USE_TCL= yes +USES+= tcl GNU_CONFIGURE= yes ALL_TARGET= signal.so CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} Modified: head/devel/tcllib/Makefile ============================================================================== --- head/devel/tcllib/Makefile Thu Sep 19 14:18:29 2013 (r327624) +++ head/devel/tcllib/Makefile Thu Sep 19 14:21:42 2013 (r327625) @@ -12,8 +12,7 @@ COMMENT= A collection of utility modules OPTIONS_DEFINE= DOCS MANPAGES -USE_TCL= 84+ - +USES+= tcl GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_path_tclsh="${TCLSH}" ALL_TARGET= all Modified: head/devel/tclreadline/Makefile ============================================================================== --- head/devel/tclreadline/Makefile Thu Sep 19 14:18:29 2013 (r327624) +++ head/devel/tclreadline/Makefile Thu Sep 19 14:21:42 2013 (r327625) @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= tcltk@FreeBSD.org COMMENT= GNU readline for TCL -USE_TCL= 84+ +USES+= tcl USE_AUTOTOOLS= libtool USE_LDCONFIG= yes MANN= tclreadline.n Modified: head/devel/tclthread/Makefile ============================================================================== --- head/devel/tclthread/Makefile Thu Sep 19 14:18:29 2013 (r327624) +++ head/devel/tclthread/Makefile Thu Sep 19 14:21:42 2013 (r327625) @@ -14,11 +14,12 @@ COMMENT= Scripting level thread extensio LICENSE= BSD LICENSE_FILE= ${WRKSRC}/license.terms -USE_TCL= 84+ +USES+= tcl DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--exec-prefix=${PREFIX} +CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \ + --exec-prefix=${PREFIX} USE_LDCONFIG= ${PREFIX}/lib/thread${PORTVERSION} PLIST_SUB+= VERSION="${PORTVERSION}" @@ -26,7 +27,7 @@ PLIST_SUB+= VERSION="${PORTVERSION}" INSTALL_TARGET= install-binaries install-libraries .if !defined(NO_INSTALL_MANPAGES) MANN= thread.n tpool.n tsv.n ttrace.n -INSTALL_TARGET+= install-doc +INSTALL_TARGET+=install-doc .endif OPTIONS_DEFINE= GDBM DOCS @@ -35,13 +36,11 @@ GDBM_DESC= Persistent shared variables u PORTDOCS= * -.include - -CONFIGURE_ARGS+= --with-tcl="${TCL_LIBDIR}" +.include .if ${PORT_OPTIONS:MGDBM} -LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm -CONFIGURE_ARGS+= --with-gdbm +LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm +CONFIGURE_ARGS+=--with-gdbm .endif post-patch: @@ -59,4 +58,4 @@ post-install: .endfor .endif -.include +.include Modified: head/devel/yajl-tcl/Makefile ============================================================================== --- head/devel/yajl-tcl/Makefile Thu Sep 19 14:18:29 2013 (r327624) +++ head/devel/yajl-tcl/Makefile Thu Sep 19 14:21:42 2013 (r327625) @@ -16,7 +16,7 @@ USE_GITHUB= yes GH_ACCOUNT= flightaware WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_TCL= 85+ +USES+= tcl:85+ USE_AUTOTOOLS= autoconf CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} Modified: head/irc/roxirc/Makefile ============================================================================== --- head/irc/roxirc/Makefile Thu Sep 19 14:18:29 2013 (r327624) +++ head/irc/roxirc/Makefile Thu Sep 19 14:21:42 2013 (r327625) @@ -10,7 +10,7 @@ MASTER_SITES= http://roxirc.lighter.net/ MAINTAINER= tcltk@FreeBSD.org COMMENT= A tcl/tk irc client -USE_TK= yes +USES+= tk:run NO_BUILD= yes post-patch: Modified: head/sysutils/dirdiff/Makefile ============================================================================== --- head/sysutils/dirdiff/Makefile Thu Sep 19 14:18:29 2013 (r327624) +++ head/sysutils/dirdiff/Makefile Thu Sep 19 14:21:42 2013 (r327625) @@ -13,9 +13,8 @@ COMMENT= Graphical diff tool LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING -USE_TCL_BUILD= yes +USES+= tk USE_LDCONFIG= yes -USE_TK= yes PLIST_FILES= bin/dirdiff lib/libfilecmp.so.0 Modified: head/x11-toolkits/gnocl/Makefile ============================================================================== --- head/x11-toolkits/gnocl/Makefile Thu Sep 19 14:18:29 2013 (r327624) +++ head/x11-toolkits/gnocl/Makefile Thu Sep 19 14:21:42 2013 (r327625) @@ -17,9 +17,8 @@ LIB_DEPENDS= canberra:${PORTSDIR}/audio/ gtkimageview:${PORTSDIR}/x11-toolkits/gtkimageview USE_BZIP2= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tcl USE_GNOME= gtk20 libglade2 -USE_TCL= 84+ USE_LDCONFIG= yes CFLAGS+= -I${TCL_INCLUDEDIR} -L${TCL_LIBDIR} From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 14:31:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 261C4897; Thu, 19 Sep 2013 14:31:18 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1410A21CF; Thu, 19 Sep 2013 14:31:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JEVHfg017332; Thu, 19 Sep 2013 14:31:17 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JEVHVu017331; Thu, 19 Sep 2013 14:31:17 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201309191431.r8JEVHVu017331@svn.freebsd.org> From: Thierry Thomas Date: Thu, 19 Sep 2013 14:31:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327626 - head/science/cgnslib 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.14 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: Thu, 19 Sep 2013 14:31:18 -0000 Author: thierry Date: Thu Sep 19 14:31:17 2013 New Revision: 327626 URL: http://svnweb.freebsd.org/changeset/ports/327626 Log: Convert to the new Uses/tk.mk. Modified: head/science/cgnslib/Makefile Modified: head/science/cgnslib/Makefile ============================================================================== --- head/science/cgnslib/Makefile Thu Sep 19 14:21:42 2013 (r327625) +++ head/science/cgnslib/Makefile Thu Sep 19 14:31:17 2013 (r327626) @@ -31,7 +31,7 @@ OPTIONS_DEFAULT=HDF5 TESTS TOOLS .include .if ${PORT_OPTIONS:MHDF5} -LIB_DEPENDS+= hdf5.7:${PORTSDIR}/science/hdf5-18 +LIB_DEPENDS+= libhdf5.so.7:${PORTSDIR}/science/hdf5-18 CMAKE_ARGS+= -DENABLE_HDF5:BOOL=TRUE -DHDF5_NEED_ZLIB:BOOL=TRUE \ -DHDF5_INCLUDE_PATH:PATH="${LOCALBASE}/include" PLIST_SUB= HDF5="" @@ -50,7 +50,7 @@ TESTSBIN= cgwrite cgread test_partial .endif .if ${PORT_OPTIONS:MTOOLS} -USE_TK= yes +USES+= tk USE_GL= gl glu USE_XORG= xmu CMAKE_ARGS+= -DBUILD_CGNSTOOLS:BOOL=TRUE \ From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 14:59:43 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6823E292; Thu, 19 Sep 2013 14:59:43 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B4BB23E9; Thu, 19 Sep 2013 14:59:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JExhAp030344; Thu, 19 Sep 2013 14:59:43 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JExg3e030342; Thu, 19 Sep 2013 14:59:42 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309191459.r8JExg3e030342@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 19 Sep 2013 14:59:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327627 - in head/archivers/tclmkziplib: . 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.14 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: Thu, 19 Sep 2013 14:59:43 -0000 Author: gahr Date: Thu Sep 19 14:59:42 2013 New Revision: 327627 URL: http://svnweb.freebsd.org/changeset/ports/327627 Log: - Take maintainership (tcltk@) - Convert to USES+=tcl - Simplify files/Makefile.bsd Modified: head/archivers/tclmkziplib/Makefile head/archivers/tclmkziplib/files/Makefile.bsd Modified: head/archivers/tclmkziplib/Makefile ============================================================================== --- head/archivers/tclmkziplib/Makefile Thu Sep 19 14:31:17 2013 (r327626) +++ head/archivers/tclmkziplib/Makefile Thu Sep 19 14:59:42 2013 (r327627) @@ -8,30 +8,25 @@ CATEGORIES= archivers tcl MASTER_SITES= http://mkextensions.sourceforge.net/ DISTNAME= mkZiplib${PORTVERSION:S/.//} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= GZIP and ZIP support for TCL; dynamically loadable LICENSE= BSD -USE_TCL= 84+ +USES+= tcl +USE_ZIP= yes WRKSRC= ${WRKDIR}/mkZiplib${PORTVERSION} -USE_ZIP= yes .include -TCLCONFIG?= ${LOCALBASE}/lib/tcl${TCL_VER}/tclConfig.sh - MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ENV= VERSION=${PORTVERSION:S/.//} \ TCL_VER=${TCL_VER} \ - TCLCONFIG=${TCLCONFIG} + TCLCONFIG=${TCL_LIBDIR}/tclConfig.sh PLIST_SUB+= VERSION=${PORTVERSION:S/.//} -pre-build: - @${TEST} -f ${TCLCONFIG} || ( echo "tclConfig.sh is required to build mkZiplib"; exit 1 ) - do-install: @${MKDIR} ${PREFIX}/lib/mkZiplib @${INSTALL_PROGRAM} ${WRKSRC}/mkZiplib${PORTVERSION:S/.//}.so ${PREFIX}/lib/mkZiplib Modified: head/archivers/tclmkziplib/files/Makefile.bsd ============================================================================== --- head/archivers/tclmkziplib/files/Makefile.bsd Thu Sep 19 14:31:17 2013 (r327626) +++ head/archivers/tclmkziplib/files/Makefile.bsd Thu Sep 19 14:59:42 2013 (r327627) @@ -1,16 +1,10 @@ PACKAGE = mkZiplib -VERSION ?= 10 SHLIB_NAME = ${PACKAGE}${VERSION}.so SRCS = unzip.c zip.c mkZiplib${VERSION}.c -LOCALBASE ?=/usr/local -TCL_VER ?=8.4 - SOBJS= ${SRCS:N*.h:R:S/$/.o/} -TCLCONFIG ?=${LOCALBASE}/lib/tcl${TCL_VER}/tclConfig.sh - TCL_SHLIB_CFLAGS!= . ${TCLCONFIG}; \ echo $$TCL_SHLIB_CFLAGS TCL_INCLUDE_SPEC!= . ${TCLCONFIG}; \ @@ -24,7 +18,7 @@ LDFLAGS += ${TCL_STUB_LIB_SPEC} -lz all: ${SHLIB_NAME} ${SHLIB_NAME}: ${SOBJS} - ${CC} ${LDFLAGS} -shared -o ${.TARGET} `lorder ${SOBJS} | tsort -q` ${LDADD} + ${CC} ${LDFLAGS} -shared -o ${.TARGET} ${SOBJS} clean: @rm -f ${SHLIB_NAME} ${SOBJS} From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 15:06:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5C577593; Thu, 19 Sep 2013 15:06:45 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 49C4F246A; Thu, 19 Sep 2013 15:06:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JF6jah035611; Thu, 19 Sep 2013 15:06:45 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JF6jDV035610; Thu, 19 Sep 2013 15:06:45 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309191506.r8JF6jDV035610@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 19 Sep 2013 15:06:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327628 - head/sysutils/zxfer 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.14 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: Thu, 19 Sep 2013 15:06:45 -0000 Author: tabthorpe Date: Thu Sep 19 15:06:44 2013 New Revision: 327628 URL: http://svnweb.freebsd.org/changeset/ports/327628 Log: - Reassign to the heap due to maintainer mail bounce Modified: head/sysutils/zxfer/Makefile Modified: head/sysutils/zxfer/Makefile ============================================================================== --- head/sysutils/zxfer/Makefile Thu Sep 19 14:59:42 2013 (r327627) +++ head/sysutils/zxfer/Makefile Thu Sep 19 15:06:44 2013 (r327628) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE -MAINTAINER= ivannashdreckman@fastmail.fm +MAINTAINER= ports@FreeBSD.org COMMENT= Easily and reliably transfer ZFS filesystems LICENSE= BSD From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 15:14:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E94128FF; Thu, 19 Sep 2013 15:14:04 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D6BE824EB; Thu, 19 Sep 2013 15:14:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JFE4i7039740; Thu, 19 Sep 2013 15:14:04 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JFE4cx039727; Thu, 19 Sep 2013 15:14:04 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201309191514.r8JFE4cx039727@svn.freebsd.org> From: Jason Helfman Date: Thu, 19 Sep 2013 15:14:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327629 - in head/x11/fluxbg: . 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.14 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: Thu, 19 Sep 2013 15:14:05 -0000 Author: jgh Date: Thu Sep 19 15:14:04 2013 New Revision: 327629 URL: http://svnweb.freebsd.org/changeset/ports/327629 Log: - restore pkg-message to end-user (needed for package users) Reminded by: makc@ Added: head/x11/fluxbg/files/ head/x11/fluxbg/files/pkg-message.in (contents, props changed) Modified: head/x11/fluxbg/Makefile (contents, props changed) Modified: head/x11/fluxbg/Makefile ============================================================================== --- head/x11/fluxbg/Makefile Thu Sep 19 15:06:44 2013 (r327628) +++ head/x11/fluxbg/Makefile Thu Sep 19 15:14:04 2013 (r327629) @@ -18,6 +18,8 @@ USES= pathfix pkgconfig PLIST_FILES= bin/fluxbg \ bin/fluxbgd \ bin/fluxbg_conf +SUB_FILES= pkg-message +SUB_LIST= PORTNAME=${PORTNAME} post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ @@ -25,7 +27,7 @@ post-patch: post-install: @${ECHO_CMD} - @${ECHO_MSG} "Execution of ${PREFIX}/bin/${PORTNAME}_conf is a prerequisite of running ${PORTNAME}!" + @${CAT} ${PKGMESSAGE} @${ECHO_CMD} .include Added: head/x11/fluxbg/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/fluxbg/files/pkg-message.in Thu Sep 19 15:14:04 2013 (r327629) @@ -0,0 +1,2 @@ +Execution of %%PREFIX%%/bin/%%PORTNAME%%_conf is a prerequisite of running +%%PORTNAME%%! From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 15:19:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 89C34CDC; Thu, 19 Sep 2013 15:19:46 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7699125B8; Thu, 19 Sep 2013 15:19:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JFJkut042160; Thu, 19 Sep 2013 15:19:46 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JFJkw6042159; Thu, 19 Sep 2013 15:19:46 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309191519.r8JFJkw6042159@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 19 Sep 2013 15:19:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327630 - head/math/asir2000 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.14 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: Thu, 19 Sep 2013 15:19:46 -0000 Author: tabthorpe Date: Thu Sep 19 15:19:45 2013 New Revision: 327630 URL: http://svnweb.freebsd.org/changeset/ports/327630 Log: - Reassign to the heap due to maintainer mail bounce Modified: head/math/asir2000/Makefile (contents, props changed) Modified: head/math/asir2000/Makefile ============================================================================== --- head/math/asir2000/Makefile Thu Sep 19 15:14:04 2013 (r327629) +++ head/math/asir2000/Makefile Thu Sep 19 15:19:45 2013 (r327630) @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.jssac.org/pub/di DISTFILES= ${ASIR_SRC} ${ASIR_DOC} ${GC_SRC} EXTRACT_ONLY= ${ASIR_SRC} -MAINTAINER= saito@asir.org +MAINTAINER= ports@FreeBSD.org COMMENT= The system Risa/Asir is a general computer algebra system LIB_DEPENDS= pari-gmp.2:${PORTSDIR}/math/pari From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 15:22:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0B6F9DFB; Thu, 19 Sep 2013 15:22:40 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ECD0E25EF; Thu, 19 Sep 2013 15:22:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JFMd3c044880; Thu, 19 Sep 2013 15:22:39 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JFMdCm044879; Thu, 19 Sep 2013 15:22:39 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309191522.r8JFMdCm044879@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 19 Sep 2013 15:22:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327631 - head/Mk/Uses 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.14 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: Thu, 19 Sep 2013 15:22:40 -0000 Author: gahr Date: Thu Sep 19 15:22:39 2013 New Revision: 327631 URL: http://svnweb.freebsd.org/changeset/ports/327631 Log: - Fix on < 10 Modified: head/Mk/Uses/tcl.mk Modified: head/Mk/Uses/tcl.mk ============================================================================== --- head/Mk/Uses/tcl.mk Thu Sep 19 15:19:45 2013 (r327630) +++ head/Mk/Uses/tcl.mk Thu Sep 19 15:22:39 2013 (r327631) @@ -99,7 +99,8 @@ IGNORE= USES=${_TCLTK_PORT}: incorrect $ .if defined(_TCLTK_MIN_VERSION) . for _v in ${_TCLTK_VALID_VERSIONS} -. if ${_v} >= ${_TCLTK_MIN_VERSION} && exists(${LOCALBASE}/lib/lib${_TCLTK_PORT}${_v}.so) +. if ${_TCLTK_MIN_VERSION} < ${_v} || !exists(${LOCALBASE}/lib/lib${_TCLTK_PORT}${_v}.so) +. else _TCLTK_WANTED_VERSION= ${_v} . endif . endfor From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 15:30:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 552FEF79; Thu, 19 Sep 2013 15:30:17 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4237C263C; Thu, 19 Sep 2013 15:30:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JFUHHL047276; Thu, 19 Sep 2013 15:30:17 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JFUHFB047275; Thu, 19 Sep 2013 15:30:17 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201309191530.r8JFUHFB047275@svn.freebsd.org> From: Christian Weisgerber Date: Thu, 19 Sep 2013 15:30:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327632 - head/audio/opus 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.14 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: Thu, 19 Sep 2013 15:30:17 -0000 Author: naddy Date: Thu Sep 19 15:30:16 2013 New Revision: 327632 URL: http://svnweb.freebsd.org/changeset/ports/327632 Log: bsd.port.options.mk can handle testing of ARCH, and is less expensive then inclusion of bsd.port.pre.mk PR: 180585 Submitted by: jgh Modified: head/audio/opus/Makefile Modified: head/audio/opus/Makefile ============================================================================== --- head/audio/opus/Makefile Thu Sep 19 15:22:39 2013 (r327631) +++ head/audio/opus/Makefile Thu Sep 19 15:30:16 2013 (r327632) @@ -21,10 +21,10 @@ CONFIGURE_ARGS= --enable-custom-modes \ regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check -.include +.include .if ${ARCH} == "arm" CONFIGURE_ARGS+=--enable-fixed-point .endif -.include +.include From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 15:35:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3D7F9167; Thu, 19 Sep 2013 15:35:21 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 28DA6268A; Thu, 19 Sep 2013 15:35:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JFZLfV051194; Thu, 19 Sep 2013 15:35:21 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JFZKno051192; Thu, 19 Sep 2013 15:35:20 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309191535.r8JFZKno051192@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 19 Sep 2013 15:35:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327633 - head/devel/libdombey 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.14 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: Thu, 19 Sep 2013 15:35:21 -0000 Author: tabthorpe Date: Thu Sep 19 15:35:20 2013 New Revision: 327633 URL: http://svnweb.freebsd.org/changeset/ports/327633 Log: - Update to 2.4 PR: ports/181998 Submitted by: James Bailie (maintainer) Modified: head/devel/libdombey/Makefile head/devel/libdombey/distinfo Modified: head/devel/libdombey/Makefile ============================================================================== --- head/devel/libdombey/Makefile Thu Sep 19 15:30:16 2013 (r327632) +++ head/devel/libdombey/Makefile Thu Sep 19 15:35:20 2013 (r327633) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdombey -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ Modified: head/devel/libdombey/distinfo ============================================================================== --- head/devel/libdombey/distinfo Thu Sep 19 15:30:16 2013 (r327632) +++ head/devel/libdombey/distinfo Thu Sep 19 15:35:20 2013 (r327633) @@ -1,2 +1,2 @@ -SHA256 (libdombey-2.3.tar.gz) = 09d0520a4471cc3d05593e6b559d47ba0fa18a0d9544e351bb1e63cca4bc40f7 -SIZE (libdombey-2.3.tar.gz) = 17903 +SHA256 (libdombey-2.4.tar.gz) = c883f682e0649ab16fd5d99c5a1873504f87dc0b4ecf8582261a48c2c0cbd3a5 +SIZE (libdombey-2.4.tar.gz) = 17983 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 15:47:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F39473F0; Thu, 19 Sep 2013 15:47:06 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DFF782736; Thu, 19 Sep 2013 15:47:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JFl6MO057075; Thu, 19 Sep 2013 15:47:06 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JFl6vD057052; Thu, 19 Sep 2013 15:47:06 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309191547.r8JFl6vD057052@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 19 Sep 2013 15:47:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327634 - in head/astro: ptiger tclgeomap tkgeomap 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.14 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: Thu, 19 Sep 2013 15:47:07 -0000 Author: gahr Date: Thu Sep 19 15:47:05 2013 New Revision: 327634 URL: http://svnweb.freebsd.org/changeset/ports/327634 Log: - Take maintainership (tcltk@) - Convert to USES+=tcl - Trim Makefile headers - Fix run-time (tkgeomap) Modified: head/astro/ptiger/Makefile (contents, props changed) head/astro/tclgeomap/Makefile head/astro/tkgeomap/Makefile Modified: head/astro/ptiger/Makefile ============================================================================== --- head/astro/ptiger/Makefile Thu Sep 19 15:35:20 2013 (r327633) +++ head/astro/ptiger/Makefile Thu Sep 19 15:47:05 2013 (r327634) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ptiger -# Date created: 26 August 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= ptiger PORTVERSION= 2.2 @@ -11,12 +7,12 @@ PORTREVISION= 3 CATEGORIES= astro tk MASTER_SITES= SF/tkgeomap/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Displays U.S. Census Bureau populated places on a map -LIB_DEPENDS= tkgeomap.0:${PORTSDIR}/astro/tkgeomap +LIB_DEPENDS= libtkgeomap.so:${PORTSDIR}/astro/tkgeomap -USE_TK_RUN= yes +USES+= tk:run NO_BUILD= yes post-patch: Modified: head/astro/tclgeomap/Makefile ============================================================================== --- head/astro/tclgeomap/Makefile Thu Sep 19 15:35:20 2013 (r327633) +++ head/astro/tclgeomap/Makefile Thu Sep 19 15:47:05 2013 (r327634) @@ -1,19 +1,15 @@ -# New ports collection makefile for: tclgeomap -# Date created: 25 August 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= tclgeomap PORTVERSION= 2.11.6 CATEGORIES= astro tcl MASTER_SITES= SF/tkgeomap/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Read, manipulate, and display geo data -USE_TCL= 84+ +USES+= tcl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} --with-tclinclude=${TCL_INCLUDEDIR} WRKSRC= ${WRKDIR}/${DISTNAME}/unix Modified: head/astro/tkgeomap/Makefile ============================================================================== --- head/astro/tkgeomap/Makefile Thu Sep 19 15:35:20 2013 (r327633) +++ head/astro/tkgeomap/Makefile Thu Sep 19 15:47:05 2013 (r327634) @@ -1,36 +1,31 @@ -# New ports collection makefile for: tkgeomap -# Date created: 25 August 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= tkgeomap PORTVERSION= 2.11.6 CATEGORIES= astro tk MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Read, manipulate, and display geo data -LIB_DEPENDS= tclgeomap.0:${PORTSDIR}/astro/tclgeomap +LIB_DEPENDS= libtclgeomap.so:${PORTSDIR}/astro/tclgeomap CONFIGURE_ARGS= --with-tclgeomap-include=${LOCALBASE}/include/tclgeomap --with-x \ --with-tcl=${TCL_LIBDIR} --with-tclinclude=${TCL_INCLUDEDIR} \ --with-tk=${TK_LIBDIR} --with-tkinclude=${TK_INCLUDEDIR} \ --x-libraries=${LOCALBASE}/lib --x-includes=${LOCALBASE}/include -CONFIGURE_ENV= TCLGEOMAP_LIB=${LOCALBASE}/lib/tclgeomap -USE_TK= 84+ +MAKE_ENV+= TCLGEOMAP_LIB="-L ${LOCALBASE}/lib -ltclgeomap" +USES+= tk GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix -TKPKG= ${PORTNAME} -PLIST_SUB= INC=include/${TKPKG} LIB=lib/${TKPKG} +PLIST_SUB= INC=include/${PORTNAME} LIB=lib/${PORTNAME} USE_LDCONFIG= yes MANN= igeomap.n tkgeomap.n tkgeomap_procs.n wdgeomap.n post-install: - @${LN} -sf ${PREFIX}/lib/lib${TKPKG}.so ${PREFIX}/lib/lib${PORTNAME}.so.0 + @${LN} -sf ${PREFIX}/lib/lib${PORTNAME}.so ${PREFIX}/lib/lib${PORTNAME}.so.0 post-patch: @${REINPLACE_CMD} -e '/=.*PACKAGE_VERSION/s|$${PACKAGE_VERSION}||g' ${WRKSRC}/configure From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 15:55:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2C209596; Thu, 19 Sep 2013 15:55:00 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 192F227A8; Thu, 19 Sep 2013 15:55:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JFsx95061005; Thu, 19 Sep 2013 15:54:59 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JFsxfZ061003; Thu, 19 Sep 2013 15:54:59 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309191554.r8JFsxfZ061003@svn.freebsd.org> From: William Grzybowski Date: Thu, 19 Sep 2013 15:54:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327635 - head/www/xpi-ghostery 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.14 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: Thu, 19 Sep 2013 15:55:00 -0000 Author: wg Date: Thu Sep 19 15:54:59 2013 New Revision: 327635 URL: http://svnweb.freebsd.org/changeset/ports/327635 Log: www/xpi-ghostery: update to 5.0.4 - Update to 5.0.4 - Add port back to the pool for now PR: ports/182227 Submitted by: maintainer Modified: head/www/xpi-ghostery/Makefile head/www/xpi-ghostery/distinfo Modified: head/www/xpi-ghostery/Makefile ============================================================================== --- head/www/xpi-ghostery/Makefile Thu Sep 19 15:47:05 2013 (r327634) +++ head/www/xpi-ghostery/Makefile Thu Sep 19 15:54:59 2013 (r327635) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= ghostery -PORTVERSION= 5.0.3 -DISTVERSIONSUFFIX=-an+fx +PORTVERSION= 5.0.4 +DISTVERSIONSUFFIX=-fx+an CATEGORIES= www -MAINTAINER= mbsd@isgroup.com.ua +MAINTAINER= ports@FreeBSD.org COMMENT= Alerts/Block web bugs, ad and widgets XPI_NUM= 9609 Modified: head/www/xpi-ghostery/distinfo ============================================================================== --- head/www/xpi-ghostery/distinfo Thu Sep 19 15:47:05 2013 (r327634) +++ head/www/xpi-ghostery/distinfo Thu Sep 19 15:54:59 2013 (r327635) @@ -1,2 +1,2 @@ -SHA256 (xpi/ghostery-5.0.3-an+fx.xpi) = b49031aa618a0f8092f1ebf5fa11cb37ed633ee5ef8e4ab918bfb357e9c90ef7 -SIZE (xpi/ghostery-5.0.3-an+fx.xpi) = 1312907 +SHA256 (xpi/ghostery-5.0.4-fx+an.xpi) = 23acf99c1e9a91adbac9e8cce707812334214a2463a37988fb849bb84f642e77 +SIZE (xpi/ghostery-5.0.4-fx+an.xpi) = 1314979 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 16:05:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3310C99C; Thu, 19 Sep 2013 16:05:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 202AA2847; Thu, 19 Sep 2013 16:05:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JG553C066735; Thu, 19 Sep 2013 16:05:05 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JG55ln066734; Thu, 19 Sep 2013 16:05:05 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309191605.r8JG55ln066734@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Sep 2013 16:05:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327636 - head/graphics/gdal 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.14 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: Thu, 19 Sep 2013 16:05:06 -0000 Author: sunpoet Date: Thu Sep 19 16:05:05 2013 New Revision: 327636 URL: http://svnweb.freebsd.org/changeset/ports/327636 Log: - Remove deprecated PTHREAD_* Modified: head/graphics/gdal/Makefile Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Thu Sep 19 15:54:59 2013 (r327635) +++ head/graphics/gdal/Makefile Thu Sep 19 16:05:05 2013 (r327636) @@ -218,7 +218,7 @@ CONFIGURE_ARGS+=--with-xerces=no .endif post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure post-install: ${TOUCH} ${PREFIX}/lib/gdalplugins/.keepme From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 16:15:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DC970BBA; Thu, 19 Sep 2013 16:15:30 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C958328D3; Thu, 19 Sep 2013 16:15:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JGFUXw072806; Thu, 19 Sep 2013 16:15:30 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JGFUv2072804; Thu, 19 Sep 2013 16:15:30 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309191615.r8JGFUv2072804@svn.freebsd.org> From: William Grzybowski Date: Thu, 19 Sep 2013 16:15:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327637 - head/security/yapet/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.14 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: Thu, 19 Sep 2013 16:15:30 -0000 Author: wg Date: Thu Sep 19 16:15:30 2013 New Revision: 327637 URL: http://svnweb.freebsd.org/changeset/ports/327637 Log: security/yapet: fix build on CURRENT - Fix build on CURRENT PR: ports/182211 Submitted by: Rafael Ostertag (maintainer) Added: head/security/yapet/files/patch-ui-basewindow.cc (contents, props changed) head/security/yapet/files/patch-ui-secstring.h (contents, props changed) Added: head/security/yapet/files/patch-ui-basewindow.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/yapet/files/patch-ui-basewindow.cc Thu Sep 19 16:15:30 2013 (r327637) @@ -0,0 +1,13 @@ +--- ui/basewindow.cc.orig 2013-09-17 22:04:34.000000000 +0200 ++++ ui/basewindow.cc 2013-09-17 22:05:18.000000000 +0200 +@@ -33,6 +33,10 @@ + # include + #endif + ++#ifdef HAVE_STDLIB_H ++# include ++#endif ++ + #ifdef HAVE_ALGORITHM + # include + #endif Added: head/security/yapet/files/patch-ui-secstring.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/yapet/files/patch-ui-secstring.h Thu Sep 19 16:15:30 2013 (r327637) @@ -0,0 +1,11 @@ +--- ui/secstring.h.orig 2013-09-18 19:44:08.000000000 +0200 ++++ ui/secstring.h 2013-09-18 19:44:30.000000000 +0200 +@@ -61,7 +61,7 @@ + public: + void deallocate (typename std::allocator::pointer p, + typename std::allocator::size_type n) { +- memset (p, '0', n*sizeof (std::allocator::value_type) ); ++ memset (p, '0', n*sizeof (typename std::allocator::value_type) ); + std::allocator::deallocate (p, n); + } + From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 16:32:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 31D15149; Thu, 19 Sep 2013 16:32:28 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7603C29C3; Thu, 19 Sep 2013 16:32:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JGWSKl081960; Thu, 19 Sep 2013 16:32:28 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JGWSq0081959; Thu, 19 Sep 2013 16:32:28 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201309191632.r8JGWSq0081959@svn.freebsd.org> From: Thierry Thomas Date: Thu, 19 Sep 2013 16:32:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327638 - head/science/gnudatalanguage 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.14 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: Thu, 19 Sep 2013 16:32:29 -0000 Author: thierry Date: Thu Sep 19 16:32:27 2013 New Revision: 327638 URL: http://svnweb.freebsd.org/changeset/ports/327638 Log: - Switch from ImageMagick to GraphicsMagick, due to a problem with plplot because dynamic drivers are enabled by default; - Pet portlint. Modified: head/science/gnudatalanguage/Makefile Modified: head/science/gnudatalanguage/Makefile ============================================================================== --- head/science/gnudatalanguage/Makefile Thu Sep 19 16:15:30 2013 (r327637) +++ head/science/gnudatalanguage/Makefile Thu Sep 19 16:32:27 2013 (r327638) @@ -3,7 +3,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science lang MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION} .if defined(BUILD_PYTHON_MODULE) @@ -19,7 +19,7 @@ LICENSE= GPLv2 #--------------------------------------------------------------------------- # You may define these options: # -# - WITHOUT_IMAGEMAGICK: remove ImageMagick support +# - WITHOUT_GRAPHICSMAGICK: remove GraphicsMagick support # - WITHOUT_HDF5: remove HDF5 support # - WITHOUT_NETCDF: remove netCDF support # - WITHOUT_HDF: remove HDF 4 suppport (conflict with netCDF) @@ -28,19 +28,22 @@ LICENSE= GPLv2 # #--------------------------------------------------------------------------- -LIB_DEPENDS+= plplotd.11:${PORTSDIR}/math/plplot \ - ps.4:${PORTSDIR}/print/pslib \ - gsl:${PORTSDIR}/math/gsl \ - dps.0:${PORTSDIR}/x11/dgs +LIB_DEPENDS+= libplplotd.so:${PORTSDIR}/math/plplot \ + libps.so:${PORTSDIR}/print/pslib \ + libgsl.so:${PORTSDIR}/math/gsl \ + libdps.so:${PORTSDIR}/x11/dgs USE_GCC= yes USE_WX= 2.8 +USE_XORG= x11 USES= pkgconfig GNU_CONFIGURE= yes # Disable ncurses and readline from ports -CONFIGURE_FLAGS=--with_ncursesdir=/usr --with_readlinedir=/usr +# Disable ImageMagick (does'nt work with plplot because dynamic drivers +# are enabled by default) +CONFIGURE_ARGS= --with-ncursesdir=/usr --with-readlinedir=/usr --without-Magick CONFIGURE_ENV= wxConfig=${WX_CONFIG} -CPPFLAGS+= ${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/ImageMagick +CPPFLAGS+= ${CFLAGS} -fno-inline ${PTHREAD_CFLAGS} -I${LOCALBASE}/include ${GM_INC} LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib SLAVEDIRS= science/py-gnudatalanguage @@ -55,27 +58,28 @@ MAN1= gdl.1 PLIST_SUB+= MASTER="" .endif -.if !defined(WITHOUT_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand:${PORTSDIR}/graphics/ImageMagick -CONFIGURE_ARGS+=--with-Magick=${LOCALBASE} +.if !defined(WITHOUT_GRAPHICSMAGICK) +LIB_DEPENDS+= libGraphicsMagick.so.12:${PORTSDIR}/graphics/GraphicsMagick13 +CONFIGURE_ARGS+=--with-GraphicsMagick=${LOCALBASE} +GM_INC= -I${LOCALBASE}/include/GraphicsMagick .else CONFIGURE_ARGS+=--with-Magick=no .endif .if !defined(WITHOUT_HDF5) -LIB_DEPENDS+= hdf5.7:${PORTSDIR}/science/hdf5-18 +LIB_DEPENDS+= libhdf5.so.7:${PORTSDIR}/science/hdf5-18 CONFIGURE_ARGS+=--with-hdf5=${LOCALBASE} .else CONFIGURE_ARGS+=--with-hdf5=no .endif .if !defined(WITHOUT_NETCDF) -LIB_DEPENDS+= netcdf.4:${PORTSDIR}/science/netcdf +LIB_DEPENDS+= libnetcdf.so:${PORTSDIR}/science/netcdf CONFIGURE_ARGS+=--with-netcdf=${LOCALBASE} --with-hdf=no .else CONFIGURE_ARGS+=--with-netcdf=no . if !defined(WITHOUT_HDF) -LIB_DEPENDS+= df.1:${PORTSDIR}/science/hdf +LIB_DEPENDS+= libdf.so.2:${PORTSDIR}/science/hdf CONFIGURE_ARGS+=--with-hdf=${LOCALBASE} . else CONFIGURE_ARGS+=--with-hdf=no @@ -103,8 +107,8 @@ BROKEN= Does not build with ancient binu WITH_FFTW3= yes .endif .if defined(WITH_FFTW3) -LIB_DEPENDS+= fftw3:${PORTSDIR}/math/fftw3 \ - fftw3f:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS+= libfftw3.so:${PORTSDIR}/math/fftw3 \ + libfftw3f.so:${PORTSDIR}/math/fftw3-float CONFIGURE_ARGS+=--with-fftw=${LOCALBASE} .endif From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 16:34:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 245442AE; Thu, 19 Sep 2013 16:34:00 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 11F8029D7; Thu, 19 Sep 2013 16:34:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JGXxWP082300; Thu, 19 Sep 2013 16:33:59 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JGXxcw082298; Thu, 19 Sep 2013 16:33:59 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309191633.r8JGXxcw082298@svn.freebsd.org> From: William Grzybowski Date: Thu, 19 Sep 2013 16:33:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327639 - head/devel/papp 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.14 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: Thu, 19 Sep 2013 16:34:00 -0000 Author: wg Date: Thu Sep 19 16:33:59 2013 New Revision: 327639 URL: http://svnweb.freebsd.org/changeset/ports/327639 Log: devel/papp: update to 0.3.1 - Update to 0.3.1, fix build on head [1] - Trim Makefile header PR: ports/182219 Submitted by: Jason Bacon (maintainer) Modified: head/devel/papp/Makefile head/devel/papp/distinfo Modified: head/devel/papp/Makefile ============================================================================== --- head/devel/papp/Makefile Thu Sep 19 16:32:27 2013 (r327638) +++ head/devel/papp/Makefile Thu Sep 19 16:33:59 2013 (r327639) @@ -1,12 +1,8 @@ -# New ports collection makefile for: app -# Date created: 18 September 2009 -# Whom: Jason Bacon -# +# Created by: Jason Bacon # $FreeBSD$ -# PORTNAME= papp -PORTVERSION= 0.3 +PORTVERSION= 0.3.1 CATEGORIES= devel MASTER_SITES= http://acadix.biz/Ports/distfiles/ \ http://personalpages.tds.net/~jwbacon/Ports/distfiles/ Modified: head/devel/papp/distinfo ============================================================================== --- head/devel/papp/distinfo Thu Sep 19 16:32:27 2013 (r327638) +++ head/devel/papp/distinfo Thu Sep 19 16:33:59 2013 (r327639) @@ -1,2 +1,2 @@ -SHA256 (papp-0.3.tar.gz) = 445de0ec942fc7f6d260d07f4b31a8a30807a19b75035ac211d118cb8de9f41c -SIZE (papp-0.3.tar.gz) = 11263 +SHA256 (papp-0.3.1.tar.gz) = f5d042159b7fcc936cf7ae09c2f8a1cd9dfb455d98b5c283f2d45b0ba38666fc +SIZE (papp-0.3.1.tar.gz) = 11115 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 16:38:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 08F813E8; Thu, 19 Sep 2013 16:38:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D06352A00; Thu, 19 Sep 2013 16:38:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JGcY5C083708; Thu, 19 Sep 2013 16:38:34 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JGcYZ2083705; Thu, 19 Sep 2013 16:38:34 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309191638.r8JGcYZ2083705@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Sep 2013 16:38:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327640 - head/devel/p5-Parallel-ForkManager 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.14 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: Thu, 19 Sep 2013 16:38:35 -0000 Author: sunpoet Date: Thu Sep 19 16:38:33 2013 New Revision: 327640 URL: http://svnweb.freebsd.org/changeset/ports/327640 Log: - Update to 1.05 - Use CPAN as primary WWW Changes: http://search.cpan.org/dist/Parallel-ForkManager/Changes Modified: head/devel/p5-Parallel-ForkManager/Makefile head/devel/p5-Parallel-ForkManager/distinfo (contents, props changed) head/devel/p5-Parallel-ForkManager/pkg-descr (contents, props changed) Modified: head/devel/p5-Parallel-ForkManager/Makefile ============================================================================== --- head/devel/p5-Parallel-ForkManager/Makefile Thu Sep 19 16:33:59 2013 (r327639) +++ head/devel/p5-Parallel-ForkManager/Makefile Thu Sep 19 16:38:33 2013 (r327640) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Parallel-ForkManager -PORTVERSION= 1.04 +PORTVERSION= 1.05 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Parallel-ForkManager/distinfo ============================================================================== --- head/devel/p5-Parallel-ForkManager/distinfo Thu Sep 19 16:33:59 2013 (r327639) +++ head/devel/p5-Parallel-ForkManager/distinfo Thu Sep 19 16:38:33 2013 (r327640) @@ -1,2 +1,2 @@ -SHA256 (Parallel-ForkManager-1.04.tar.gz) = 5d77750edd9454177a3350b5c9c946453cf9ec4e24f5e356e04912bd235acc8e -SIZE (Parallel-ForkManager-1.04.tar.gz) = 13554 +SHA256 (Parallel-ForkManager-1.05.tar.gz) = 9de777b913eaef46916acbcb4e7d136166495d223f2a4fb2610300bda6c47e81 +SIZE (Parallel-ForkManager-1.05.tar.gz) = 13528 Modified: head/devel/p5-Parallel-ForkManager/pkg-descr ============================================================================== --- head/devel/p5-Parallel-ForkManager/pkg-descr Thu Sep 19 16:33:59 2013 (r327639) +++ head/devel/p5-Parallel-ForkManager/pkg-descr Thu Sep 19 16:38:33 2013 (r327640) @@ -3,4 +3,4 @@ done in parallel where the number of pro forked off should be limited. Typical use is a downloader which will be retrieving hundreds/thousands of files. -WWW: http://hacks.dlux.hu/Parallel-ForkManager/ +WWW: http://search.cpan.org/dist/Parallel-ForkManager/ From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 16:38:39 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 28C603E9; Thu, 19 Sep 2013 16:38:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 15F482A01; Thu, 19 Sep 2013 16:38:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JGcc2h083796; Thu, 19 Sep 2013 16:38:38 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JGccVM083794; Thu, 19 Sep 2013 16:38:38 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309191638.r8JGccVM083794@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Sep 2013 16:38:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327641 - head/devel/p5-Tree-DAG_Node 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.14 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: Thu, 19 Sep 2013 16:38:39 -0000 Author: sunpoet Date: Thu Sep 19 16:38:38 2013 New Revision: 327641 URL: http://svnweb.freebsd.org/changeset/ports/327641 Log: - Update to 1.18 Changes: http://search.cpan.org/dist/Tree-DAG_Node/Changes Modified: head/devel/p5-Tree-DAG_Node/Makefile head/devel/p5-Tree-DAG_Node/distinfo Modified: head/devel/p5-Tree-DAG_Node/Makefile ============================================================================== --- head/devel/p5-Tree-DAG_Node/Makefile Thu Sep 19 16:38:33 2013 (r327640) +++ head/devel/p5-Tree-DAG_Node/Makefile Thu Sep 19 16:38:38 2013 (r327641) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Tree-DAG_Node -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Tree-DAG_Node/distinfo ============================================================================== --- head/devel/p5-Tree-DAG_Node/distinfo Thu Sep 19 16:38:33 2013 (r327640) +++ head/devel/p5-Tree-DAG_Node/distinfo Thu Sep 19 16:38:38 2013 (r327641) @@ -1,2 +1,2 @@ -SHA256 (Tree-DAG_Node-1.17.tgz) = c0581858002b725399b284b73c6b237850bc9cbbcf566932640341c2459e28f1 -SIZE (Tree-DAG_Node-1.17.tgz) = 49554 +SHA256 (Tree-DAG_Node-1.18.tgz) = 3ac131914ac6e8a26c1629faacce2130a938c49183840b69ea210621edb810d2 +SIZE (Tree-DAG_Node-1.18.tgz) = 49797 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 16:45:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DFA546CA; Thu, 19 Sep 2013 16:45:32 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC2562A6F; Thu, 19 Sep 2013 16:45:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JGjWUh088547; Thu, 19 Sep 2013 16:45:32 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JGjWYT088546; Thu, 19 Sep 2013 16:45:32 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201309191645.r8JGjWYT088546@svn.freebsd.org> From: David Naylor Date: Thu, 19 Sep 2013 16:45:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327642 - head/audio/flake 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.14 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: Thu, 19 Sep 2013 16:45:33 -0000 Author: dbn Date: Thu Sep 19 16:45:32 2013 New Revision: 327642 URL: http://svnweb.freebsd.org/changeset/ports/327642 Log: Import audio/flake's configure file about custom $CC. Most of the parameters are picked up through environment variables however CC is not one of them. Reported by: pkg-fallout@ Modified: head/audio/flake/Makefile Modified: head/audio/flake/Makefile ============================================================================== --- head/audio/flake/Makefile Thu Sep 19 16:38:38 2013 (r327641) +++ head/audio/flake/Makefile Thu Sep 19 16:45:32 2013 (r327642) @@ -12,6 +12,7 @@ COMMENT= FLAC audio encoder LICENSE= LGPL21 +CONFIGURE_ARGS+= --cc="${CC}" HAS_CONFIGURE= yes USE_BZIP2= yes USES= gmake From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 16:52:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E60BB9A6; Thu, 19 Sep 2013 16:52:40 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D3A642AE0; Thu, 19 Sep 2013 16:52:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JGqeYn092338; Thu, 19 Sep 2013 16:52:40 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JGqeK3092336; Thu, 19 Sep 2013 16:52:40 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309191652.r8JGqeK3092336@svn.freebsd.org> From: William Grzybowski Date: Thu, 19 Sep 2013 16:52:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327643 - head/dns/ddns/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.14 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: Thu, 19 Sep 2013 16:52:41 -0000 Author: wg Date: Thu Sep 19 16:52:40 2013 New Revision: 327643 URL: http://svnweb.freebsd.org/changeset/ports/327643 Log: dns/ddns: fix build without gcc - Fix build without gcc PR: ports/182226 Submitted by: Natacha Porté (maintainer) Added: head/dns/ddns/files/patch-BSDmakefile (contents, props changed) Added: head/dns/ddns/files/patch-BSDmakefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/ddns/files/patch-BSDmakefile Thu Sep 19 16:52:40 2013 (r327643) @@ -0,0 +1,30 @@ +--- ./BSDmakefile.orig 2013-09-19 11:31:40.022802767 +0200 ++++ ./BSDmakefile 2013-09-19 11:32:24.482713883 +0200 +@@ -16,9 +16,9 @@ + + DEPDIR=depends + ALLDEPS=$(DEPDIR)/all +-CFLAGS=-c -g -O3 -Wall -Wextra -Werror -fno-builtin -std=c99 -pedantic -DHAVE_CONFIG_H +-LDFLAGS=-g -O3 -Wall -Wextra -Werror -fno-builtin -std=c99 -pedantic -DHAVE_CONFIG_H +-CC=gcc ++CFLAGS?=-g -O3 -Wall -Wextra -Werror -fno-builtin -std=c99 -pedantic -DHAVE_CONFIG_H ++LDFLAGS?=-g -O3 -Wall -Wextra -Werror -fno-builtin -std=c99 -pedantic -DHAVE_CONFIG_H ++CC?=gcc + + default: ddns-client ddns-server + +@@ -83,7 +83,7 @@ + @$(CC) -MM $(.IMPSRC) > $(DEPDIR)/$(.PREFIX).d + @grep -q "$(.PREFIX).d" $(ALLDEPS) \ + || echo ".include \"$(.PREFIX).d\"" >> $(ALLDEPS) +- $(CC) $(CFLAGS) -o $(.TARGET) $(.IMPSRC) ++ $(CC) $(CFLAGS) -c -o $(.TARGET) $(.IMPSRC) + + .m.o: + @mkdir -p $(DEPDIR) +@@ -91,4 +91,4 @@ + @$(CC) -MM $(.IMPSRC) > depends/$(.PREFIX).d + @grep -q "$(.PREFIX).d" $(ALLDEPS) \ + || echo ".include \"$(.PREFIX).d\"" >> $(ALLDEPS) +- $(CC) $(CFLAGS) -o $(.TARGET) $(.IMPSRC) ++ $(CC) $(CFLAGS) -c -o $(.TARGET) $(.IMPSRC) From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 17:19:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CF24DCA7; Thu, 19 Sep 2013 17:19:40 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BC5CD2C00; Thu, 19 Sep 2013 17:19:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JHJe2m005642; Thu, 19 Sep 2013 17:19:40 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JHJek7005641; Thu, 19 Sep 2013 17:19:40 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309191719.r8JHJek7005641@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 19 Sep 2013 17:19:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327644 - head/textproc/libxdiff 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.14 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: Thu, 19 Sep 2013 17:19:40 -0000 Author: tabthorpe Date: Thu Sep 19 17:19:40 2013 New Revision: 327644 URL: http://svnweb.freebsd.org/changeset/ports/327644 Log: - Claim ownership - Add LICENCE - Trim header PR: ports/182228 Submitted by: Larry Rosenman (former maintainer) Modified: head/textproc/libxdiff/Makefile (contents, props changed) Modified: head/textproc/libxdiff/Makefile ============================================================================== --- head/textproc/libxdiff/Makefile Thu Sep 19 16:52:40 2013 (r327643) +++ head/textproc/libxdiff/Makefile Thu Sep 19 17:19:40 2013 (r327644) @@ -1,19 +1,16 @@ -# ex:ts=8 -# Ports collection makefile for: libxdiff -# Date created: Jan 5, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= libxdiff PORTVERSION= 0.23 CATEGORIES= textproc MASTER_SITES= http://www.xmailserver.org/ -MAINTAINER= ler@lerctr.org +MAINTAINER= tabthorpe@FreeBSD.org COMMENT= Create file differences/patches to both binary and text files +LICENSE= LGPL3 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 18:00:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9877C6BA; Thu, 19 Sep 2013 18:00:45 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6BE9E2E35; Thu, 19 Sep 2013 18:00:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JI0jun028884; Thu, 19 Sep 2013 18:00:45 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JI0iCU028878; Thu, 19 Sep 2013 18:00:44 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201309191800.r8JI0iCU028878@svn.freebsd.org> From: Koop Mast Date: Thu, 19 Sep 2013 18:00:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327645 - head/audio/midipp 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.14 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: Thu, 19 Sep 2013 18:00:45 -0000 Author: kwm Date: Thu Sep 19 18:00:44 2013 New Revision: 327645 URL: http://svnweb.freebsd.org/changeset/ports/327645 Log: Update to 1.2.0. Improved undo/redo support. New editing tools. New show mode, which allows showing of lyrics in a different window or monitor while playing. Submitted by: maintainer (via irc) Modified: head/audio/midipp/Makefile head/audio/midipp/distinfo head/audio/midipp/pkg-descr (contents, props changed) Modified: head/audio/midipp/Makefile ============================================================================== --- head/audio/midipp/Makefile Thu Sep 19 17:19:40 2013 (r327644) +++ head/audio/midipp/Makefile Thu Sep 19 18:00:44 2013 (r327645) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= midipp -PORTVERSION= 1.1.3 +PORTVERSION= 1.2.0 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org:8192/distfiles/ Modified: head/audio/midipp/distinfo ============================================================================== --- head/audio/midipp/distinfo Thu Sep 19 17:19:40 2013 (r327644) +++ head/audio/midipp/distinfo Thu Sep 19 18:00:44 2013 (r327645) @@ -1,2 +1,2 @@ -SHA256 (midipp-1.1.3.tar.bz2) = 57e75f86bea22fc948fd0ee169515daea038f92539bebc395558e628f2724bdb -SIZE (midipp-1.1.3.tar.bz2) = 72363 +SHA256 (midipp-1.2.0.tar.bz2) = f0d2be87ff682c2ac78542907ac1722d3e80f37a0abfc2b2f5faaa8accbe9b02 +SIZE (midipp-1.2.0.tar.bz2) = 81051 Modified: head/audio/midipp/pkg-descr ============================================================================== --- head/audio/midipp/pkg-descr Thu Sep 19 17:19:40 2013 (r327644) +++ head/audio/midipp/pkg-descr Thu Sep 19 18:00:44 2013 (r327645) @@ -6,8 +6,10 @@ with your fingertips. List of supported - Import from lyrics sites (chorded lyrics) - Import from GuitarPro v3 and v4 format. - Loading and saving from and to standard v1.0 MIDI files. -- Live performancing. +- Realtime MIDI processing. - Simple sequence looping. +- 30000 BPM MIDI recording and playback. +- Undo/Redo support. - Printing music like PDF. WWW: http://www.selasky.org/hans_petter/midistudio/ From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 19:01:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B11375D1; Thu, 19 Sep 2013 19:01:33 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A16721F2; Thu, 19 Sep 2013 19:01:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JJ1X6G061037; Thu, 19 Sep 2013 19:01:33 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JJ1WHK061022; Thu, 19 Sep 2013 19:01:32 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201309191901.r8JJ1WHK061022@svn.freebsd.org> From: Martin Matuska Date: Thu, 19 Sep 2013 19:01:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327646 - in head: devel/pear-Horde_Stream_Filter mail/pear-Horde_Imap_Client mail/pear-Horde_Smtp 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.14 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: Thu, 19 Sep 2013 19:01:33 -0000 Author: mm Date: Thu Sep 19 19:01:31 2013 New Revision: 327646 URL: http://svnweb.freebsd.org/changeset/ports/327646 Log: Horde package upgrade: Horde_Imap_Client 2.15.0 -> 2.15.3 Horde_Smtp 1.2.1 -> 1.2.3 Horde_Stram_Filter 2.0.1 -> 2.0.2 Modified: head/devel/pear-Horde_Stream_Filter/Makefile head/devel/pear-Horde_Stream_Filter/distinfo head/mail/pear-Horde_Imap_Client/Makefile head/mail/pear-Horde_Imap_Client/distinfo head/mail/pear-Horde_Smtp/Makefile head/mail/pear-Horde_Smtp/distinfo Modified: head/devel/pear-Horde_Stream_Filter/Makefile ============================================================================== --- head/devel/pear-Horde_Stream_Filter/Makefile Thu Sep 19 18:00:44 2013 (r327645) +++ head/devel/pear-Horde_Stream_Filter/Makefile Thu Sep 19 19:01:31 2013 (r327646) @@ -6,7 +6,7 @@ # PORTNAME= Horde_Stream_Filter -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org Modified: head/devel/pear-Horde_Stream_Filter/distinfo ============================================================================== --- head/devel/pear-Horde_Stream_Filter/distinfo Thu Sep 19 18:00:44 2013 (r327645) +++ head/devel/pear-Horde_Stream_Filter/distinfo Thu Sep 19 19:01:31 2013 (r327646) @@ -1,2 +1,2 @@ -SHA256 (Horde/Horde_Stream_Filter-2.0.1.tgz) = 10dcea7c12e21a065bf31eb1dd598afc69dbe7670f412af56340a820facd2928 -SIZE (Horde/Horde_Stream_Filter-2.0.1.tgz) = 13146 +SHA256 (Horde/Horde_Stream_Filter-2.0.2.tgz) = e283338773704f21c2f95f1ac248c8ad3e0937746ce3e25993d95695532e9df2 +SIZE (Horde/Horde_Stream_Filter-2.0.2.tgz) = 13403 Modified: head/mail/pear-Horde_Imap_Client/Makefile ============================================================================== --- head/mail/pear-Horde_Imap_Client/Makefile Thu Sep 19 18:00:44 2013 (r327645) +++ head/mail/pear-Horde_Imap_Client/Makefile Thu Sep 19 19:01:31 2013 (r327646) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_Imap_Client -PORTVERSION= 2.15.0 +PORTVERSION= 2.15.3 CATEGORIES= mail www pear PKGNAMEPREFIX= pear- Modified: head/mail/pear-Horde_Imap_Client/distinfo ============================================================================== --- head/mail/pear-Horde_Imap_Client/distinfo Thu Sep 19 18:00:44 2013 (r327645) +++ head/mail/pear-Horde_Imap_Client/distinfo Thu Sep 19 19:01:31 2013 (r327646) @@ -1,2 +1,2 @@ -SHA256 (Horde/Horde_Imap_Client-2.15.0.tgz) = 70a040531dca8934a1785ff934aa18642130608c4c2d60ef3e1855f1be97b405 -SIZE (Horde/Horde_Imap_Client-2.15.0.tgz) = 185966 +SHA256 (Horde/Horde_Imap_Client-2.15.3.tgz) = 354ef92d5c3ba86e59c95fa9c1ca869008f021e53be436f82558e261784d8d0e +SIZE (Horde/Horde_Imap_Client-2.15.3.tgz) = 186198 Modified: head/mail/pear-Horde_Smtp/Makefile ============================================================================== --- head/mail/pear-Horde_Smtp/Makefile Thu Sep 19 18:00:44 2013 (r327645) +++ head/mail/pear-Horde_Smtp/Makefile Thu Sep 19 19:01:31 2013 (r327646) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_Smtp -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.3 CATEGORIES= mail www pear PKGNAMEPREFIX= pear- Modified: head/mail/pear-Horde_Smtp/distinfo ============================================================================== --- head/mail/pear-Horde_Smtp/distinfo Thu Sep 19 18:00:44 2013 (r327645) +++ head/mail/pear-Horde_Smtp/distinfo Thu Sep 19 19:01:31 2013 (r327646) @@ -1,2 +1,2 @@ -SHA256 (Horde/Horde_Smtp-1.2.1.tgz) = 52c41b45fc66e76f9f175b7e1ec9610d2d0e8f84a2eda2c20350d193da9056e7 -SIZE (Horde/Horde_Smtp-1.2.1.tgz) = 20847 +SHA256 (Horde/Horde_Smtp-1.2.3.tgz) = 4dcb4fb62e9d2f143095c49f3353e831bc06e3c1942a99f53d8e9fa3701fd094 +SIZE (Horde/Horde_Smtp-1.2.3.tgz) = 21062 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 19:36:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0B3FCDBE; Thu, 19 Sep 2013 19:36:30 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9BD324A9; Thu, 19 Sep 2013 19:36:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JJaTDn078605; Thu, 19 Sep 2013 19:36:29 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JJaSl7078596; Thu, 19 Sep 2013 19:36:28 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309191936.r8JJaSl7078596@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 19 Sep 2013 19:36:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327647 - in head/mail: squirrelmail-askuserinfo-plugin squirrelmail-change_ldappass-plugin squirrelmail-compatibility-plugin squirrelmail-email_footer-plugin squirrelmail-login_notes-p... 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.14 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: Thu, 19 Sep 2013 19:36:30 -0000 Author: tabthorpe Date: Thu Sep 19 19:36:27 2013 New Revision: 327647 URL: http://svnweb.freebsd.org/changeset/ports/327647 Log: - Reassign to the heap, I haven't used squirrelmail in a long time Modified: head/mail/squirrelmail-askuserinfo-plugin/Makefile (contents, props changed) head/mail/squirrelmail-change_ldappass-plugin/Makefile head/mail/squirrelmail-compatibility-plugin/Makefile head/mail/squirrelmail-email_footer-plugin/Makefile (contents, props changed) head/mail/squirrelmail-login_notes-plugin/Makefile head/mail/squirrelmail-pupdate-plugin/Makefile (contents, props changed) head/mail/squirrelmail-secure_login-plugin/Makefile head/mail/squirrelmail-timeout_user-plugin/Makefile (contents, props changed) head/mail/squirrelmail-websearch-plugin/Makefile (contents, props changed) Modified: head/mail/squirrelmail-askuserinfo-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-askuserinfo-plugin/Makefile Thu Sep 19 19:01:31 2013 (r327646) +++ head/mail/squirrelmail-askuserinfo-plugin/Makefile Thu Sep 19 19:36:27 2013 (r327647) @@ -1,4 +1,3 @@ -# Created by: Thomas Abthorpe # $FreeBSD$ PORTNAME= askuserinfo @@ -6,7 +5,7 @@ PORTVERSION= 1.1 DISTNAME= ${PORTNAME}.${PORTVERSION}-1.4.0 DIST_SUBDIR= squirrelmail -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Ask user to enter Full name and Email address at initial logon .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" Modified: head/mail/squirrelmail-change_ldappass-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-change_ldappass-plugin/Makefile Thu Sep 19 19:01:31 2013 (r327646) +++ head/mail/squirrelmail-change_ldappass-plugin/Makefile Thu Sep 19 19:36:27 2013 (r327647) @@ -7,7 +7,7 @@ PORTREVISION= 4 DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.0 DIST_SUBDIR= squirrelmail -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Allows users to change their passwords stored in LDAP Tree LICENSE= GPLv2 Modified: head/mail/squirrelmail-compatibility-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-compatibility-plugin/Makefile Thu Sep 19 19:01:31 2013 (r327646) +++ head/mail/squirrelmail-compatibility-plugin/Makefile Thu Sep 19 19:36:27 2013 (r327647) @@ -10,7 +10,7 @@ PKGNAMESUFFIX= -plugin DISTNAME= ${PORTNAME}-${PORTVERSION}-1.0 DIST_SUBDIR= squirrelmail -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Required by many plugins for compatibility with SquirrelMail USES= perl5 Modified: head/mail/squirrelmail-email_footer-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-email_footer-plugin/Makefile Thu Sep 19 19:01:31 2013 (r327646) +++ head/mail/squirrelmail-email_footer-plugin/Makefile Thu Sep 19 19:36:27 2013 (r327647) @@ -6,7 +6,7 @@ PORTVERSION= 0.6 DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.2 DIST_SUBDIR= squirrelmail -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Automatically appends footer to SquirrelMail-generated emails RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin Modified: head/mail/squirrelmail-login_notes-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-login_notes-plugin/Makefile Thu Sep 19 19:01:31 2013 (r327646) +++ head/mail/squirrelmail-login_notes-plugin/Makefile Thu Sep 19 19:36:27 2013 (r327647) @@ -6,7 +6,7 @@ PORTVERSION= 1.2 DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.4.0 DIST_SUBDIR= squirrelmail -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Place notes on the login screen LICENSE= GPLv2 Modified: head/mail/squirrelmail-pupdate-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-pupdate-plugin/Makefile Thu Sep 19 19:01:31 2013 (r327646) +++ head/mail/squirrelmail-pupdate-plugin/Makefile Thu Sep 19 19:36:27 2013 (r327647) @@ -7,7 +7,7 @@ PORTREVISION= 2 DISTNAME= ${PORTNAME}.${PORTVERSION}-1.4.2 DIST_SUBDIR= squirrelmail -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Checks for plugin updates by parsing the SM site LICENSE= GPLv2 Modified: head/mail/squirrelmail-secure_login-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-secure_login-plugin/Makefile Thu Sep 19 19:01:31 2013 (r327646) +++ head/mail/squirrelmail-secure_login-plugin/Makefile Thu Sep 19 19:36:27 2013 (r327647) @@ -1,4 +1,3 @@ -# Created by: Thomas Abthorpe # $FreeBSD$ PORTNAME= secure_login @@ -7,7 +6,7 @@ PORTREVISION= 1 DISTNAME= ${PORTNAME}-${PORTVERSION}-1.2.8 DIST_SUBDIR= squirrelmail -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= This plugin will automatically turn on SSL security during login LICENSE= GPLv2 Modified: head/mail/squirrelmail-timeout_user-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-timeout_user-plugin/Makefile Thu Sep 19 19:01:31 2013 (r327646) +++ head/mail/squirrelmail-timeout_user-plugin/Makefile Thu Sep 19 19:36:27 2013 (r327647) @@ -1,4 +1,3 @@ -# Created by: Thomas Abthorpe # $FreeBSD$ PORTNAME= timeout_user @@ -7,7 +6,7 @@ PORTREVISION= 2 DISTNAME= ${PORTNAME}-${PORTVERSION}-0.5 DIST_SUBDIR= squirrelmail -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Automatically logs a user out if they're idle for a set amount of time LICENSE= GPLv2 Modified: head/mail/squirrelmail-websearch-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-websearch-plugin/Makefile Thu Sep 19 19:01:31 2013 (r327646) +++ head/mail/squirrelmail-websearch-plugin/Makefile Thu Sep 19 19:36:27 2013 (r327647) @@ -7,7 +7,7 @@ PORTREVISION= 1 DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION} DIST_SUBDIR= squirrelmail -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Plugin for Websearch LICENSE= GPLv2 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 20:04:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4D9148BF; Thu, 19 Sep 2013 20:04:53 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3A1D42665; Thu, 19 Sep 2013 20:04:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JK4rxY094161; Thu, 19 Sep 2013 20:04:53 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JK4qds094154; Thu, 19 Sep 2013 20:04:52 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309192004.r8JK4qds094154@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 19 Sep 2013 20:04:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327648 - in head/ports-mgmt/pkg: . 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.14 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: Thu, 19 Sep 2013 20:04:53 -0000 Author: bapt Date: Thu Sep 19 20:04:51 2013 New Revision: 327648 URL: http://svnweb.freebsd.org/changeset/ports/327648 Log: Fix build on mips Fix analyzing elf when package/registering from a stage directory Added: head/ports-mgmt/pkg/files/patch-libpkg__pkg.h.in (contents, props changed) head/ports-mgmt/pkg/files/patch-libpkg__pkgdb.c (contents, props changed) head/ports-mgmt/pkg/files/patch-libpkg__private__elf_tables.h (contents, props changed) head/ports-mgmt/pkg/files/patch-pkg__register.c (contents, props changed) Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/files/patch-libpkg__pkg_elf.c Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Thu Sep 19 19:36:27 2013 (r327647) +++ head/ports-mgmt/pkg/Makefile Thu Sep 19 20:04:51 2013 (r327648) @@ -2,7 +2,7 @@ PORTNAME= pkg DISTVERSION= 1.1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ports-mgmt MASTER_SITES= http://files.etoilebsd.net/pkg/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Added: head/ports-mgmt/pkg/files/patch-libpkg__pkg.h.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/pkg/files/patch-libpkg__pkg.h.in Thu Sep 19 20:04:51 2013 (r327648) @@ -0,0 +1,11 @@ +--- ./libpkg/pkg.h.in.orig 2013-07-06 12:48:19.000000000 +0200 ++++ ./libpkg/pkg.h.in 2013-09-19 20:59:25.679219359 +0200 +@@ -626,7 +626,7 @@ + #define PKG_CONTAINS_STATIC_LIBS (1U << 25) + #define PKG_CONTAINS_H_OR_LA (1U << 26) + +-int pkg_analyse_files(struct pkgdb *, struct pkg *); ++int pkg_analyse_files(struct pkgdb *, struct pkg *, const char *stage); + + /** + * Suggest if a package could be marked architecture independent or Modified: head/ports-mgmt/pkg/files/patch-libpkg__pkg_elf.c ============================================================================== --- head/ports-mgmt/pkg/files/patch-libpkg__pkg_elf.c Thu Sep 19 19:36:27 2013 (r327647) +++ head/ports-mgmt/pkg/files/patch-libpkg__pkg_elf.c Thu Sep 19 20:04:51 2013 (r327648) @@ -1,6 +1,31 @@ ---- ./libpkg/pkg_elf.c.orig 2013-07-06 05:48:19.000000000 -0500 -+++ ./libpkg/pkg_elf.c 2013-09-05 06:33:00.416129335 -0500 -@@ -271,6 +271,10 @@ +--- ./libpkg/pkg_elf.c.orig 2013-07-06 12:48:19.000000000 +0200 ++++ ./libpkg/pkg_elf.c 2013-09-19 21:49:03.825014672 +0200 +@@ -87,6 +87,8 @@ + const char *name, bool is_shlib) + { + const char *pkgname, *pkgversion; ++ struct pkg_file *file = NULL; ++ const char *filepath; + + switch(filter_system_shlibs(name, NULL, 0)) { + case EPKG_OK: /* A non-system library */ +@@ -100,6 +102,15 @@ + if (is_shlib) + return (EPKG_OK); + ++ /* Search in libraries we do provide */ ++ while (pkg_files(pkg, &file) == EPKG_OK) { ++ filepath = pkg_file_path(file); ++ if (strcmp(&filepath[strlen(filepath) - strlen(name)], name) == 0) { ++ pkg_addshlib_required(pkg, name); ++ return (EPKG_OK); ++ } ++ } ++ + pkg_get(pkg, PKG_NAME, &pkgname, PKG_VERSION, &pkgversion); + warnx("(%s-%s) %s - shared library %s not found", + pkgname, pkgversion, fpath, name); +@@ -271,6 +282,10 @@ ret = EPKG_END; /* Some error occurred, ignore this file */ goto cleanup; } @@ -11,7 +36,42 @@ osname = (const char *) data->d_buf + sizeof(Elf_Note); if (strncasecmp(osname, "freebsd", sizeof("freebsd")) != 0 && strncasecmp(osname, "dragonfly", sizeof("dragonfly")) != 0) { -@@ -484,7 +488,7 @@ +@@ -323,7 +338,7 @@ + if (dyn->d_tag != DT_RPATH && dyn->d_tag != DT_RUNPATH) + continue; + +- shlib_list_from_rpath(elf_strptr(e, sh_link, dyn->d_un.d_val), ++ shlib_list_from_rpath(elf_strptr(e, sh_link, dyn->d_un.d_val), + dirname(fpath)); + break; + } +@@ -377,11 +392,11 @@ + } + + int +-pkg_analyse_files(struct pkgdb *db, struct pkg *pkg) ++pkg_analyse_files(struct pkgdb *db, struct pkg *pkg, const char *stage) + { + struct pkg_file *file = NULL; + int ret = EPKG_OK; +- const char *fpath; ++ char fpath[MAXPATHLEN]; + bool autodeps = false; + bool developer = false; + int (*action)(void *, struct pkg *, const char *, const char *, bool); +@@ -410,7 +425,10 @@ + PKG_CONTAINS_H_OR_LA); + + while (pkg_files(pkg, &file) == EPKG_OK) { +- fpath = pkg_file_path(file); ++ if (stage != NULL) ++ snprintf(fpath, MAXPATHLEN, "%s/%s", stage, pkg_file_path(file)); ++ else ++ strlcpy(fpath, pkg_file_path(file), MAXPATHLEN); + + ret = analyse_elf(pkg, fpath, action, db); + if (developer) { +@@ -484,7 +502,7 @@ uint32_t version = 0; int ret = EPKG_OK; int i; @@ -20,7 +80,7 @@ if (elf_version(EV_CURRENT) == EV_NONE) { pkg_emit_error("ELF library initialization failed: %s", -@@ -569,10 +573,28 @@ +@@ -569,10 +587,28 @@ endian_corres_str = elf_corres_to_string(endian_corres, (int)elfhdr.e_ident[EI_DATA]); Added: head/ports-mgmt/pkg/files/patch-libpkg__pkgdb.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/pkg/files/patch-libpkg__pkgdb.c Thu Sep 19 20:04:51 2013 (r327648) @@ -0,0 +1,11 @@ +--- ./libpkg/pkgdb.c.orig 2013-09-19 20:55:45.183234062 +0200 ++++ ./libpkg/pkgdb.c 2013-09-19 20:55:15.578236583 +0200 +@@ -2661,7 +2661,7 @@ + return (EPKG_FATAL); + } + +- if ((ret = pkg_analyse_files(db, pkg)) == EPKG_OK) { ++ if ((ret = pkg_analyse_files(db, pkg, NULL)) == EPKG_OK) { + if (!db->prstmt_initialized && + prstmt_initialize(db) != EPKG_OK) + return (EPKG_FATAL); Added: head/ports-mgmt/pkg/files/patch-libpkg__private__elf_tables.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/pkg/files/patch-libpkg__private__elf_tables.h Thu Sep 19 20:04:51 2013 (r327648) @@ -0,0 +1,13 @@ +--- ./libpkg/private/elf_tables.h.orig 2013-07-06 12:48:19.000000000 +0200 ++++ ./libpkg/private/elf_tables.h 2013-09-19 21:52:03.661029778 +0200 +@@ -59,7 +59,9 @@ + { -1, NULL } + }; + +-#define EF_MIPS_ABI 0x0000F000 ++#ifndef EF_MIPS_ABI ++#define EF_MIPS_ABI 0x0000f000 ++#endif + #define E_MIPS_ABI_O32 0x00001000 + #define E_MIPS_ABI_N32 0x00000020 + Added: head/ports-mgmt/pkg/files/patch-pkg__register.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/pkg/files/patch-pkg__register.c Thu Sep 19 20:04:51 2013 (r327648) @@ -0,0 +1,11 @@ +--- ./pkg/register.c.orig 2013-09-19 20:56:18.299519000 +0200 ++++ ./pkg/register.c 2013-09-19 20:56:34.568231772 +0200 +@@ -285,7 +285,7 @@ + */ + + if (!testing_mode) +- pkg_analyse_files(db, pkg); ++ pkg_analyse_files(db, pkg, input_path); + + pkg_get(pkg, PKG_ARCH, &arch); + if (arch == NULL) { From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 21:42:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A0BF2D87; Thu, 19 Sep 2013 21:42:25 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 743A22BD8; Thu, 19 Sep 2013 21:42:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JLgPLE046571; Thu, 19 Sep 2013 21:42:25 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JLgO5A046568; Thu, 19 Sep 2013 21:42:24 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309192142.r8JLgO5A046568@svn.freebsd.org> From: William Grzybowski Date: Thu, 19 Sep 2013 21:42:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327649 - in head/net/libnatpmp: . 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.14 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: Thu, 19 Sep 2013 21:42:25 -0000 Author: wg Date: Thu Sep 19 21:42:24 2013 New Revision: 327649 URL: http://svnweb.freebsd.org/changeset/ports/327649 Log: net/libnatpmp: fix build without gcc - Fix build without gcc [1] - Trim Makefile header [1] - USES gmake - Remove leading article from COMMENT - Use single space for WWW - Add LICENSE (BSD) PR: ports/182235 [1] Submitted by: Hung-Yi Chen (maintainer) Added: head/net/libnatpmp/files/ head/net/libnatpmp/files/patch-Makefile (contents, props changed) Modified: head/net/libnatpmp/Makefile head/net/libnatpmp/pkg-descr Modified: head/net/libnatpmp/Makefile ============================================================================== --- head/net/libnatpmp/Makefile Thu Sep 19 20:04:51 2013 (r327648) +++ head/net/libnatpmp/Makefile Thu Sep 19 21:42:24 2013 (r327649) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libnatpmp -# Date created: 11 Aug 2009 -# Whom: Hung-Yi Chen -# +# Created by: Hung-Yi Chen # $FreeBSD$ -# PORTNAME= libnatpmp PORTVERSION= 20120821 @@ -11,9 +7,11 @@ CATEGORIES= net MASTER_SITES= http://miniupnp.free.fr/files/ MAINTAINER= gaod@hychen.org -COMMENT= An NAT-PMP lightweight library +COMMENT= NAT-PMP lightweight library -USE_GMAKE= yes +LICENSE= BSD + +USES= gmake MAKE_ENV+= INSTALLPREFIX=${PREFIX} CFLAGS+= -fPIC USE_LDCONFIG= yes Added: head/net/libnatpmp/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libnatpmp/files/patch-Makefile Thu Sep 19 21:42:24 2013 (r327649) @@ -0,0 +1,11 @@ +--- Makefile.orig 2013-09-20 03:13:32.533531973 +0800 ++++ Makefile 2013-09-20 03:13:40.954532152 +0800 +@@ -5,7 +5,7 @@ + # http://miniupnp.free.fr/libnatpmp.html + + OS = $(shell uname -s) +-CC = gcc ++CC ?= gcc + INSTALL = install + + # APIVERSION is used in soname Modified: head/net/libnatpmp/pkg-descr ============================================================================== --- head/net/libnatpmp/pkg-descr Thu Sep 19 20:04:51 2013 (r327648) +++ head/net/libnatpmp/pkg-descr Thu Sep 19 21:42:24 2013 (r327649) @@ -1,6 +1,6 @@ -libnatpmp is an attempt to make a portable and fully compliant implementation -of the protocol for the client side. It is based on non blocking sockets and -all calls of the API are asynchronous. It is therefore very easy to integrate -the NAT-PMP code to any event driven code. +libnatpmp is an attempt to make a portable and fully compliant implementation +of the protocol for the client side. It is based on non blocking sockets and +all calls of the API are asynchronous. It is therefore very easy to integrate +the NAT-PMP code to any event driven code. -WWW: http://miniupnp.free.fr/ +WWW: http://miniupnp.free.fr/ From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 21:42:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8650EE69; Thu, 19 Sep 2013 21:42:52 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 73CFE2BDE; Thu, 19 Sep 2013 21:42:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JLgqZh046705; Thu, 19 Sep 2013 21:42:52 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JLgqLe046704; Thu, 19 Sep 2013 21:42:52 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201309192142.r8JLgqLe046704@svn.freebsd.org> From: Juergen Lock Date: Thu, 19 Sep 2013 21:42:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327650 - head/www/tntnet/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.14 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: Thu, 19 Sep 2013 21:42:52 -0000 Author: nox Date: Thu Sep 19 21:42:51 2013 New Revision: 327650 URL: http://svnweb.freebsd.org/changeset/ports/327650 Log: (Attempt to) fix build on recent head. (clang+libc++) Submitted by: beefy2 via pkg-fallout Added: head/www/tntnet/files/patch-libcxx (contents, props changed) Added: head/www/tntnet/files/patch-libcxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/tntnet/files/patch-libcxx Thu Sep 19 21:42:51 2013 (r327650) @@ -0,0 +1,14 @@ +--- a/framework/common/tnt/multipart.h ++++ b/framework/common/tnt/multipart.h +@@ -75,7 +75,11 @@ namespace tnt + : bodyBegin(), bodyEnd() + { bodyBegin._C_iter = bodyEnd._C_iter = 0;} + #else ++#ifdef _LIBCPP_VERSION ++ : bodyBegin(), bodyEnd() ++#else + : bodyBegin(0), bodyEnd(0) ++#endif + { } + #endif + From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 21:49:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 40C45FA6; Thu, 19 Sep 2013 21:49:51 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E1FF2C10; Thu, 19 Sep 2013 21:49:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JLnpKa049095; Thu, 19 Sep 2013 21:49:51 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JLnox8049092; Thu, 19 Sep 2013 21:49:50 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201309192149.r8JLnox8049092@svn.freebsd.org> From: Koop Mast Date: Thu, 19 Sep 2013 21:49:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327651 - head/print/freetype2 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.14 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: Thu, 19 Sep 2013 21:49:51 -0000 Author: kwm Date: Thu Sep 19 21:49:50 2013 New Revision: 327651 URL: http://svnweb.freebsd.org/changeset/ports/327651 Log: Update to 2.5.0.1. Adobe's CFF engine is now the default. USE_GMAKE -> USES=gmake Remove leading article from COMMENTS Modified: head/print/freetype2/Makefile head/print/freetype2/distinfo head/print/freetype2/pkg-plist Modified: head/print/freetype2/Makefile ============================================================================== --- head/print/freetype2/Makefile Thu Sep 19 21:42:51 2013 (r327650) +++ head/print/freetype2/Makefile Thu Sep 19 21:49:50 2013 (r327651) @@ -3,10 +3,9 @@ # $MCom: ports/print/freetype2/Makefile,v 1.28 2011/10/25 18:31:21 kwm Exp $ PORTNAME= freetype2 -PORTVERSION= 2.4.12 -PORTREVISION= 1 +PORTVERSION= 2.5.0.1 CATEGORIES= print -MASTER_SITES= SF/freetype/${PORTNAME}/${PORTVERSION} \ +MASTER_SITES= SF/freetype/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/ \ http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype2/ \ http://www.funet.fi/pub/mirrors/ftp.freetype.org/freetype2/ \ http://ftp.sunet.se/pub/text-processing/freetype/freetype2/ \ @@ -15,11 +14,11 @@ MASTER_SITES= SF/freetype/${PORTNAME}/${ DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -COMMENT= A free and portable TrueType font rendering engine +COMMENT= Free and portable TrueType font rendering engine USE_AUTOTOOLS= libtool USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake MAKE_ENV= TOP="" USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -27,9 +26,9 @@ USE_GNOME= ltverhack:9 LIBTOOLFILES= builds/unix/configure CONFIGURE_WRKSRC= ${WRKSRC}/builds/unix -OPTIONS_DEFINE= LCD_FILTERING CFF_HINTING_ADOBE +OPTIONS_DEFINE= LCD_FILTERING PNG LCD_FILTERING_DESC?= Sub-pixel rendering (patented) -CFF_HINTING_ADOBE_DESC= CFF parsing and hinting engine by Adobe and Google +PNG_DESC= Png compressed OpenType embedded bitmaps support .include @@ -37,13 +36,15 @@ CFF_HINTING_ADOBE_DESC= CFF parsing and CFLAGS+= -DFT_CONFIG_OPTION_SUBPIXEL_RENDERING .endif +.if ${PORT_OPTIONS:MPNG} +LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png +.else +CONFIGURE_ARGS+=--without-png +.endif + pre-patch: @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/builds/unix/install.mk -.if ${PORT_OPTIONS:MCFF_HINTING_ADOBE} - @${REINPLACE_CMD} -e 's|FT_CFF_HINTING_FREETYPE|FT_CFF_HINTING_ADOBE|g' \ - ${WRKSRC}/src/cff/cffobjs.c -.endif pre-configure: @${REINPLACE_CMD} -e '/^LIBTOOL/s|LIBTOOL := $$(FT_LIBTOOL_DIR)/libtool|LIBTOOL := ${WRKDIR}/gnome-libtool|' \ Modified: head/print/freetype2/distinfo ============================================================================== --- head/print/freetype2/distinfo Thu Sep 19 21:42:51 2013 (r327650) +++ head/print/freetype2/distinfo Thu Sep 19 21:49:50 2013 (r327651) @@ -1,2 +1,2 @@ -SHA256 (freetype-2.4.12.tar.bz2) = a78a17486689ab6852a9e1a759b179827ac9dfd7e2f237ddf169c73398c85381 -SIZE (freetype-2.4.12.tar.bz2) = 1597205 +SHA256 (freetype-2.5.0.1.tar.bz2) = 57bce5b37989577aa8b4a588426839f6bf39bcc3869748cb18f6827df251f4e5 +SIZE (freetype-2.5.0.1.tar.bz2) = 1607037 Modified: head/print/freetype2/pkg-plist ============================================================================== --- head/print/freetype2/pkg-plist Thu Sep 19 21:42:51 2013 (r327650) +++ head/print/freetype2/pkg-plist Thu Sep 19 21:49:50 2013 (r327651) @@ -39,6 +39,7 @@ include/freetype2/freetype/ftsnames.h include/freetype2/freetype/ftstroke.h include/freetype2/freetype/ftsynth.h include/freetype2/freetype/ftsystem.h +include/freetype2/freetype/ftttdrv.h include/freetype2/freetype/fttrigon.h include/freetype2/freetype/fttypes.h include/freetype2/freetype/ftwinfnt.h From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 21:56:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DA89C197; Thu, 19 Sep 2013 21:56:44 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C70D62C66; Thu, 19 Sep 2013 21:56:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JLuihc053301; Thu, 19 Sep 2013 21:56:44 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JLuidT053296; Thu, 19 Sep 2013 21:56:44 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201309192156.r8JLuidT053296@svn.freebsd.org> From: Koop Mast Date: Thu, 19 Sep 2013 21:56:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327652 - in head/x11-fonts/fontconfig: . 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.14 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: Thu, 19 Sep 2013 21:56:45 -0000 Author: kwm Date: Thu Sep 19 21:56:43 2013 New Revision: 327652 URL: http://svnweb.freebsd.org/changeset/ports/327652 Log: Update to 2.10.95. This contains some fixes for user config files. Depend on GCC for arm, or fc-cache will Segfault. [1] Use new LIB_DEPENDS style, remove leading artikel from COMMENT PR: ports/181372 [1] Submitted by: Chie Taguchi [1] Added: head/x11-fonts/fontconfig/files/patch-src_fcfreetype.c (contents, props changed) head/x11-fonts/fontconfig/files/patch-src_fcxml.c (contents, props changed) Modified: head/x11-fonts/fontconfig/Makefile head/x11-fonts/fontconfig/distinfo Modified: head/x11-fonts/fontconfig/Makefile ============================================================================== --- head/x11-fonts/fontconfig/Makefile Thu Sep 19 21:49:50 2013 (r327651) +++ head/x11-fonts/fontconfig/Makefile Thu Sep 19 21:56:43 2013 (r327652) @@ -3,21 +3,21 @@ # $MCom: ports/trunk/x11-fonts/fontconfig/Makefile 18637 2013-07-27 09:15:21Z kwm $ PORTNAME= fontconfig -PORTVERSION= 2.10.93 +PORTVERSION= 2.10.95 PORTREVISION?= 0 PORTEPOCH?= 1 CATEGORIES= x11-fonts MASTER_SITES= http://www.freedesktop.org/software/fontconfig/release/ MAINTAINER= gnome@FreeBSD.org -COMMENT= An XML-based font configuration API for X Windows +COMMENT= XML-based font configuration API for X Windows USE_BZIP2= yes .if !defined(REFERENCE_PORT) -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ - expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ + libexpat.so:${PORTSDIR}/textproc/expat2 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool @@ -42,6 +42,11 @@ PORTDOCS= fontconfig-user.html fontconfi .include +# work around fc-cache crash on arm platform +.if ${ARCH} == arm || ${ARCH} == armv6 +USE_GCC= any +.endif + post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} Modified: head/x11-fonts/fontconfig/distinfo ============================================================================== --- head/x11-fonts/fontconfig/distinfo Thu Sep 19 21:49:50 2013 (r327651) +++ head/x11-fonts/fontconfig/distinfo Thu Sep 19 21:56:43 2013 (r327652) @@ -1,2 +1,2 @@ -SHA256 (fontconfig-2.10.93.tar.bz2) = ea901f278848829ed9937d76fb0ce63ad362d7d5b9e75aa6a6b78bfef42e529c -SIZE (fontconfig-2.10.93.tar.bz2) = 1526089 +SHA256 (fontconfig-2.10.95.tar.bz2) = abc0ecb9fb083d8705c140c8c0d13cc294c56faa1fee0e31e3f3eb98062a5e7b +SIZE (fontconfig-2.10.95.tar.bz2) = 1529849 Added: head/x11-fonts/fontconfig/files/patch-src_fcfreetype.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/fontconfig/files/patch-src_fcfreetype.c Thu Sep 19 21:56:43 2013 (r327652) @@ -0,0 +1,65 @@ +From a61e145304da86c8c35b137493bbd8fd5dd1e7f5 Mon Sep 17 00:00:00 2001 +From: Akira TAGOH +Date: Mon, 09 Sep 2013 10:59:31 +0000 +Subject: Fix memory leaks in FcFreeTypeQueryFace + +--- +diff --git a/src/fcfreetype.c b/src/fcfreetype.c +index 02e85cb..e394307 100644 +--- src/fcfreetype.c ++++ src/fcfreetype.c +@@ -1105,7 +1105,6 @@ FcFreeTypeQueryFace (const FT_Face face, + const char *tmp; + + FcChar8 *hashstr = NULL; +- char *fontdata = NULL; + FT_Error err; + FT_ULong len = 0, alen; + +@@ -1668,15 +1667,21 @@ FcFreeTypeQueryFace (const FT_Face face, + err = FT_Load_Sfnt_Table (face, 0, 0, NULL, &len); + if (err == FT_Err_Ok) + { ++ char *fontdata; ++ + alen = (len + 63) & ~63; + fontdata = malloc (alen); + if (!fontdata) + goto bail3; + err = FT_Load_Sfnt_Table (face, 0, 0, (FT_Byte *)fontdata, &len); + if (err != FT_Err_Ok) ++ { ++ free (fontdata); + goto bail3; ++ } + memset (&fontdata[len], 0, alen - len); + hashstr = FcHashGetSHA256DigestFromMemory (fontdata, len); ++ free (fontdata); + } + else if (err == FT_Err_Invalid_Face_Handle) + { +@@ -1692,7 +1697,11 @@ FcFreeTypeQueryFace (const FT_Face face, + if (hashstr) + { + if (!FcPatternAddString (pat, FC_HASH, hashstr)) ++ { ++ free (hashstr); + goto bail1; ++ } ++ free (hashstr); + } + bail3: + +@@ -1783,10 +1792,6 @@ bail3: + bail2: + FcCharSetDestroy (cs); + bail1: +- if (hashstr) +- free (hashstr); +- if (fontdata) +- free (fontdata); + FcPatternDestroy (pat); + bail0: + return NULL; +-- +cgit v0.9.0.2-2-gbebe Added: head/x11-fonts/fontconfig/files/patch-src_fcxml.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/fontconfig/files/patch-src_fcxml.c Thu Sep 19 21:56:43 2013 (r327652) @@ -0,0 +1,48 @@ +From 3e5f70a16ac6d54f1e01c92ddaa5985deec1b7f9 Mon Sep 17 00:00:00 2001 +From: Akira TAGOH +Date: Mon, 02 Sep 2013 11:51:46 +0000 +Subject: Do not create a config dir for migration when no config files nor dirs + +--- +diff --git a/src/fcxml.c b/src/fcxml.c +index b464b4e..8ff10b6 100644 +--- src/fcxml.c ++++ src/fcxml.c +@@ -2233,11 +2233,6 @@ FcParseInclude (FcConfigParse *parse) + /* No config dir nor file on the XDG directory spec compliant place + * so need to guess what it is supposed to be. + */ +- FcChar8 *parent = FcStrDirname (s); +- +- if (!FcFileIsDir (parent)) +- FcMakeDirectory (parent); +- FcStrFree (parent); + if (FcStrStr (s, (const FcChar8 *)"conf.d") != NULL) + goto userdir; + else +@@ -2259,6 +2254,11 @@ FcParseInclude (FcConfigParse *parse) + { + if (FcFileIsDir (filename)) + { ++ FcChar8 *parent = FcStrDirname (userdir); ++ ++ if (!FcFileIsDir (parent)) ++ FcMakeDirectory (parent); ++ FcStrFree (parent); + if (FcFileIsDir (userdir) || + rename ((const char *)filename, (const char *)userdir) != 0 || + symlink ((const char *)userdir, (const char *)filename) != 0) +@@ -2272,6 +2272,11 @@ FcParseInclude (FcConfigParse *parse) + } + else + { ++ FcChar8 *parent = FcStrDirname (userconf); ++ ++ if (!FcFileIsDir (parent)) ++ FcMakeDirectory (parent); ++ FcStrFree (parent); + if (FcFileIsFile (userconf) || + rename ((const char *)filename, (const char *)userconf) != 0 || + symlink ((const char *)userconf, (const char *)filename) != 0) +-- +cgit v0.9.0.2-2-gbebe From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 22:24:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F3F7A57B; Thu, 19 Sep 2013 22:24:49 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DFB3A2D94; Thu, 19 Sep 2013 22:24:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8JMOnNn068993; Thu, 19 Sep 2013 22:24:49 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8JMOnL0068992; Thu, 19 Sep 2013 22:24:49 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309192224.r8JMOnL0068992@svn.freebsd.org> From: Guido Falsi Date: Thu, 19 Sep 2013 22:24:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327653 - head/news/newsstar 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.14 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: Thu, 19 Sep 2013 22:24:50 -0000 Author: madpilot Date: Thu Sep 19 22:24:49 2013 New Revision: 327653 URL: http://svnweb.freebsd.org/changeset/ports/327653 Log: - Add explicit $ICONV_LIB Submitted by: marino Approved by: portmgr (bapt, implicit) Modified: head/news/newsstar/Makefile Modified: head/news/newsstar/Makefile ============================================================================== --- head/news/newsstar/Makefile Thu Sep 19 21:56:43 2013 (r327652) +++ head/news/newsstar/Makefile Thu Sep 19 22:24:49 2013 (r327653) @@ -26,7 +26,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX} \ --with-rc-dir=/var/spool/newsstar/lib \ --with-incoming-dir=/var/spool/newsstar/incoming -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" CPPFLAGS+= -I${LOCALBASE}/include .include From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 01:05:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 49D8D903; Fri, 20 Sep 2013 01:05:09 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from smtp-out-05.shaw.ca (smtp-out-05.shaw.ca [64.59.134.13]) by mx1.freebsd.org (Postfix) with ESMTP id D94832418; Fri, 20 Sep 2013 01:05:08 +0000 (UTC) X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=dwjLhcNAn+N65iW9oApC92yF2BXVJAhWBlCn9pRWT9g= c=1 sm=1 a=Hy6C02BmXFYA:10 a=QrugwKR0C_UA:10 a=wAGQQ9Az6v0A:10 a=BLceEmwcHowA:10 a=ICAaq7hcmGcA:10 a=kj9zAlcOel0A:10 a=IbtKDeXwb2+SRU442/pi3A==:17 a=6I5d2MoRAAAA:8 a=Hy9CwW6LAAAA:8 a=BWvPGDcYAAAA:8 a=hpFjMinMWz0hcJNhQCUA:9 a=CjuIK1q_8ugA:10 a=fsWxcQRYqyYA:10 a=V7tsTZBp22UA:10 a=SV7veod9ZcQA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO spqr.komquats.com) ([96.50.7.119]) by smtp-out-05.shaw.ca with ESMTP; 19 Sep 2013 19:05:01 -0600 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTP id 57B9757; Thu, 19 Sep 2013 18:05:01 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.14.7/8.14.7) with ESMTP id r8K1500a005207; Thu, 19 Sep 2013 18:05:00 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201309200105.r8K1500a005207@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.5 From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: Florian Smeets Subject: Re: svn commit: r327587 - in head: Mk mail/linux-thunderbird mail/thunderbird mail/thunderbird-i18n mail/thunderbird/files security/vuxml www/firefox www/firefox-esr www/firefox-esr-i18n www/firefox-i1... In-Reply-To: Message from Florian Smeets of "Wed, 18 Sep 2013 22:40:58 -0000." <201309182240.r8IMewpL007735@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 19 Sep 2013 18:05:00 -0700 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Cy Schubert List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Sep 2013 01:05:09 -0000 In message <201309182240.r8IMewpL007735@svn.freebsd.org>, Florian Smeets writes : > Author: flo > Date: Wed Sep 18 22:40:57 2013 > New Revision: 327587 > URL: http://svnweb.freebsd.org/changeset/ports/327587 > > Log: > - update firefox, thunderbird and libxul to 24.0 > - update seamonkey to 2.21 > - update firefox-esr to 17.0.9 > - enable GSTREAMER by default for html5 with h264/aac/mp3 > - WEBRTC is now always built > - add PROFILE and TESTS options > > Security: 7dfed67b-20aa-11e3-b8d8-0025905a4771 > In collaboration with: Jan Beich Unfortunately thunderbird fails to build (configure step) on HEAD due to __cap_rights_t being removed and cap_rights_t shifting shape in r255219. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 04:10:22 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C8F3A535; Fri, 20 Sep 2013 04:10:22 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B62C62BC9; Fri, 20 Sep 2013 04:10:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K4AMXC056329; Fri, 20 Sep 2013 04:10:22 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K4ALYb056320; Fri, 20 Sep 2013 04:10:21 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309200410.r8K4ALYb056320@svn.freebsd.org> From: Thomas Abthorpe Date: Fri, 20 Sep 2013 04:10:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327654 - in head/dns/gdnsd: . 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.14 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: Fri, 20 Sep 2013 04:10:23 -0000 Author: tabthorpe Date: Fri Sep 20 04:10:21 2013 New Revision: 327654 URL: http://svnweb.freebsd.org/changeset/ports/327654 Log: - Update to 1.10.0 PR: ports/182179 Submitted by: Allan Jude (maintainer) Modified: head/dns/gdnsd/Makefile head/dns/gdnsd/distinfo head/dns/gdnsd/files/gdnsd.in (contents, props changed) head/dns/gdnsd/pkg-plist Modified: head/dns/gdnsd/Makefile ============================================================================== --- head/dns/gdnsd/Makefile Thu Sep 19 22:24:49 2013 (r327653) +++ head/dns/gdnsd/Makefile Fri Sep 20 04:10:21 2013 (r327654) @@ -1,8 +1,8 @@ -# Created by: Stefan Caunter +# Created by: Allan Jude # $FreeBSD$ PORTNAME= gdnsd -PORTVERSION= 1.9.0 +PORTVERSION= 1.10.0 CATEGORIES= dns MASTER_SITES= http://downloads.gdnsd.net/ \ http://gdnsd.scaleengine.net/gdnsd/ @@ -12,7 +12,7 @@ COMMENT= Authoritative-only GeoIP-aware LICENSE= GPLv3 -LIB_DEPENDS= ev:${PORTSDIR}/devel/libev +LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev OPTIONS_DEFINE= GEOIP @@ -40,4 +40,9 @@ GROUPS?= gdnsd RUN_DEPENDS+= ${LOCALBASE}/share/GeoIP/GeoIP.dat:${PORTSDIR}/net/GeoIP .endif +post-install: + ${MKDIR} ${PREFIX}/var/run/gdnsd + ${MKDIR} ${PREFIX}/etc/gdnsd/zones + ${TOUCH} ${PREFIX}/etc/gdnsd/zones/.keep-me + .include Modified: head/dns/gdnsd/distinfo ============================================================================== --- head/dns/gdnsd/distinfo Thu Sep 19 22:24:49 2013 (r327653) +++ head/dns/gdnsd/distinfo Fri Sep 20 04:10:21 2013 (r327654) @@ -1,2 +1,2 @@ -SHA256 (gdnsd-1.9.0.tar.xz) = 050e52eda89d819ed340ec8cf49210de35c112ee993116906e13c4d2be19d38d -SIZE (gdnsd-1.9.0.tar.xz) = 620632 +SHA256 (gdnsd-1.10.0.tar.xz) = 43c1c50cf58bc7a5dacb7379bf39276c5f4ebb2b4697d25dba228953015db3af +SIZE (gdnsd-1.10.0.tar.xz) = 622584 Modified: head/dns/gdnsd/files/gdnsd.in ============================================================================== --- head/dns/gdnsd/files/gdnsd.in Thu Sep 19 22:24:49 2013 (r327653) +++ head/dns/gdnsd/files/gdnsd.in Fri Sep 20 04:10:21 2013 (r327654) @@ -12,37 +12,33 @@ # # gdnsd_enable (bool): Set to NO by default. # Set it to YES to enable gdnsd. -# gdnsd_config (path): Set to %%PREFIX%%/etc/gdnsd/config -# by default. +# gdnsd_flags (str): Set to "" by default +# Extra command line argument flags . /etc/rc.subr name="gdnsd" -rcvar=`set_rcvar` -command="%%PREFIX%%/sbin/gdnsd" +rcvar=gdnsd_enable # set defaults load_rc_config $name : ${gdnsd_enable:="NO"} -: ${gdnsd_config="%%PREFIX%%/etc/gdnsd/config"} -: ${gdnsd_pidfile="%%PREFIX%%/var/run/gdnsd.pid"} +: ${gdnsd_flags:=""} -required_files=${gdnsd_config} -command_args="-c ${gdnsd_config} start" +command="%%PREFIX%%/sbin/gdnsd" +command_args="${gdnsd_flags} start" procname=${command} -extra_commands="checkconf" -checkconf_cmd="gdnsd_checkconf" - -stop_postcmd=stop_postcmd - -stop_postcmd() +reload_cmd="gdnsd_reload" +configtest_cmd="gdnsd_checkconf" +extra_commands="reload configtest" +gdnsd_reload() { - rm -f ${gdnsd_pidfile} + ${command} ${gdnsd_flags} reload } gdnsd_checkconf() { - ${command} -c ${gdnsd_config} checkconf + ${command} ${gdnsd_flags} checkconf } run_rc_command "$1" Modified: head/dns/gdnsd/pkg-plist ============================================================================== --- head/dns/gdnsd/pkg-plist Thu Sep 19 22:24:49 2013 (r327653) +++ head/dns/gdnsd/pkg-plist Fri Sep 20 04:10:21 2013 (r327654) @@ -70,6 +70,10 @@ sbin/gdnsd %%DOCSDIR%%/gdnsd_manual.pod %%DOCSDIR%%/gdnsd_manual.txt @dirrm %%DOCSDIR%% -@exec mkdir -p %D/%%ETCDIR%%/gdnsd +@exec mkdir -p %D/var/run/gdnsd +@dirrmtry var/run/gdnsd +etc/gdnsd/zones/.keep-me +@exec mkdir -p %D/%%ETCDIR%%/gdnsd/zones +@dirrmtry etc/gdnsd/zones @dirrmtry etc/gdnsd @stopdaemon gdnsd From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 04:48:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 71583B10; Fri, 20 Sep 2013 04:48:08 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E58F2D26; Fri, 20 Sep 2013 04:48:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K4m8Lq076198; Fri, 20 Sep 2013 04:48:08 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K4m8sd076197; Fri, 20 Sep 2013 04:48:08 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309200448.r8K4m8sd076197@svn.freebsd.org> From: Thomas Abthorpe Date: Fri, 20 Sep 2013 04:48:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327655 - head/security/luasec 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.14 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: Fri, 20 Sep 2013 04:48:08 -0000 Author: tabthorpe Date: Fri Sep 20 04:48:07 2013 New Revision: 327655 URL: http://svnweb.freebsd.org/changeset/ports/327655 Log: - Reassign to the heap at maintainer's request Modified: head/security/luasec/Makefile (contents, props changed) Modified: head/security/luasec/Makefile ============================================================================== --- head/security/luasec/Makefile Fri Sep 20 04:10:21 2013 (r327654) +++ head/security/luasec/Makefile Fri Sep 20 04:48:07 2013 (r327655) @@ -8,7 +8,7 @@ CATEGORIES= security MASTER_SITES= http://www.inf.puc-rio.br/~brunoos/luasec/download/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} -MAINTAINER= kelly.hays@jkhfamily.org +MAINTAINER= ports@FreeBSD.org COMMENT= Lua binding for the OpenSSL library to provide TLS/SSL communication RUN_DEPENDS+= ${LUA_MODLIBDIR}/socket/core.so:${PORTSDIR}/net/luasocket From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 06:23:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E9AF0C27; Fri, 20 Sep 2013 06:23:34 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C7FED214F; Fri, 20 Sep 2013 06:23:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K6NYMQ028058; Fri, 20 Sep 2013 06:23:34 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K6NXSr028054; Fri, 20 Sep 2013 06:23:33 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201309200623.r8K6NXSr028054@svn.freebsd.org> From: Jason Helfman Date: Fri, 20 Sep 2013 06:23:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327656 - in head/benchmarks/iozone: . 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.14 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: Fri, 20 Sep 2013 06:23:35 -0000 Author: jgh Date: Fri Sep 20 06:23:33 2013 New Revision: 327656 URL: http://svnweb.freebsd.org/changeset/ports/327656 Log: - update to 3.420 PR: 182111 Submitted by: cmt@burggraben.net Approved by: chifeng@gmail.com ( maintainer ) Modified: head/benchmarks/iozone/Makefile head/benchmarks/iozone/distinfo head/benchmarks/iozone/files/patch-libasync.c head/benchmarks/iozone/files/patch-libbif.c Modified: head/benchmarks/iozone/Makefile ============================================================================== --- head/benchmarks/iozone/Makefile Fri Sep 20 04:48:07 2013 (r327655) +++ head/benchmarks/iozone/Makefile Fri Sep 20 06:23:33 2013 (r327656) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iozone -PORTVERSION= 3.397 +PORTVERSION= 3.420 CATEGORIES= benchmarks MASTER_SITES= http://www.iozone.org/src/current/ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} @@ -46,6 +46,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/iozone.1 ${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/iozone.1 ${MAN1PREFIX}/man/man1 .include Modified: head/benchmarks/iozone/distinfo ============================================================================== --- head/benchmarks/iozone/distinfo Fri Sep 20 04:48:07 2013 (r327655) +++ head/benchmarks/iozone/distinfo Fri Sep 20 06:23:33 2013 (r327656) @@ -1,2 +1,2 @@ -SHA256 (iozone3_397.tar) = 213d8dcc6f70ca93a903b5fbb92cf758fd25617db4c65d188d29594f12b30d30 -SIZE (iozone3_397.tar) = 1679360 +SHA256 (iozone3_420.tar) = f793cc68e86aea5c93fb3010f4088653138a610c3b14047b2314ab6a1f8d5b8e +SIZE (iozone3_420.tar) = 1832960 Modified: head/benchmarks/iozone/files/patch-libasync.c ============================================================================== --- head/benchmarks/iozone/files/patch-libasync.c Fri Sep 20 04:48:07 2013 (r327655) +++ head/benchmarks/iozone/files/patch-libasync.c Fri Sep 20 06:23:33 2013 (r327656) @@ -13,8 +13,8 @@ #include #endif --#if ((defined(solaris) && defined(__LP64__)) || defined(__s390x__)) -+#if ((defined(solaris) && defined(__LP64__)) || defined(__s390x__)) || defined(__FreeBSD__) +-#if (defined(solaris) && defined(__LP64__)) || defined(__s390x__) || defined(FreeBSD) ++#if (defined(solaris) && defined(__LP64__)) || defined(__s390x__) || defined(__FreeBSD__) /* If we are building for 64-bit Solaris, all functions that return pointers * must be declared before they are used; otherwise the compiler will assume * that they return ints and the top 32 bits of the pointer will be lost, Modified: head/benchmarks/iozone/files/patch-libbif.c ============================================================================== --- head/benchmarks/iozone/files/patch-libbif.c Fri Sep 20 04:48:07 2013 (r327655) +++ head/benchmarks/iozone/files/patch-libbif.c Fri Sep 20 06:23:33 2013 (r327656) @@ -4,8 +4,8 @@ #include #endif --#if defined(linux) || defined(__DragonFly__) || defined(macosx) -+#if defined(linux) || defined(__DragonFly__) || defined(macosx) || defined(__FreeBSD__) +-#if defined(linux) || defined(__DragonFly__) || defined(IOZ_macosx) ++#if defined(linux) || defined(__DragonFly__) || defined(IOZ_macosx) || defined(__FreeBSD__) #include #include #endif From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 06:34:16 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8896FD80; Fri, 20 Sep 2013 06:34:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7605021B1; Fri, 20 Sep 2013 06:34:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K6YGQh033785; Fri, 20 Sep 2013 06:34:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K6YGeg033784; Fri, 20 Sep 2013 06:34:16 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309200634.r8K6YGeg033784@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Sep 2013 06:34:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327657 - head/ftp/curlpp 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.14 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: Fri, 20 Sep 2013 06:34:16 -0000 Author: sunpoet Date: Fri Sep 20 06:34:15 2013 New Revision: 327657 URL: http://svnweb.freebsd.org/changeset/ports/327657 Log: - Fix build without libstdc++ by removing hardcoded libstdc++ linkage [1] - Convert to new LIB_DEPENDS format - Convert to new OPTIONS simplifier Reported by: pkg-fallout [1] Modified: head/ftp/curlpp/Makefile Modified: head/ftp/curlpp/Makefile ============================================================================== --- head/ftp/curlpp/Makefile Fri Sep 20 06:23:33 2013 (r327656) +++ head/ftp/curlpp/Makefile Fri Sep 20 06:34:15 2013 (r327657) @@ -10,7 +10,7 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= sunpoet@FreeBSD.org COMMENT= C++ wrapper for libcurl -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl OPTIONS_DEFINE= BOOST DOCS EXAMPELS @@ -21,15 +21,15 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes USES= pathfix +BOOST_BUILD_DEPENDS= boost-libs>=1.20.0:${PORTSDIR}/devel/boost-libs +BOOST_RUN_DEPENDS= ${BOOST_BUILD_DEPENDS} +BOOST_CONFIGURE_ON= --with-boost=${LOCALBASE} +BOOST_CONFIGURE_OFF= --without-boost + .include -.if ${PORT_OPTIONS:MBOOST} -BUILD_DEPENDS+= boost-libs>=1.20.0:${PORTSDIR}/devel/boost-libs -RUN_DEPENDS+= boost-libs>=1.20.0:${PORTSDIR}/devel/boost-libs -CONFIGURE_ARGS+=--with-boost=${LOCALBASE} -.else -CONFIGURE_ARGS+=--without-boost -.endif +post-patch: + @${REINPLACE_CMD} -e 's| -lstdc++||' ${WRKSRC}/configure post-install: .if ${PORT_OPTIONS:MDOCS} From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 06:34:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B658BD85; Fri, 20 Sep 2013 06:34:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A78121B5; Fri, 20 Sep 2013 06:34:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K6YKtO033866; Fri, 20 Sep 2013 06:34:20 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K6YKP2033864; Fri, 20 Sep 2013 06:34:20 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309200634.r8K6YKP2033864@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Sep 2013 06:34:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327658 - head/multimedia/yamdi 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.14 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: Fri, 20 Sep 2013 06:34:20 -0000 Author: sunpoet Date: Fri Sep 20 06:34:19 2013 New Revision: 327658 URL: http://svnweb.freebsd.org/changeset/ports/327658 Log: - Update to 1.9 - While I'm here: - Remove leading indefinite article from COMMENT - Add LICENSE - Cleanup Makefile header Changes: - [Fix] VP6 width/height detection - [Fix] Interpreting invalid data as FLV tag PR: ports/182237 Submitted by: Kuan-Chung Chiu (maintainer) Modified: head/multimedia/yamdi/Makefile (contents, props changed) head/multimedia/yamdi/distinfo (contents, props changed) Modified: head/multimedia/yamdi/Makefile ============================================================================== --- head/multimedia/yamdi/Makefile Fri Sep 20 06:34:15 2013 (r327657) +++ head/multimedia/yamdi/Makefile Fri Sep 20 06:34:19 2013 (r327658) @@ -1,23 +1,20 @@ -# New ports collection makefile for: yamdi -# Date created: 9 July 2007 -# Whom: buganini@gmail.com -# +# Created by: Kuan-Chung Chiu # $FreeBSD$ -# PORTNAME= yamdi -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= multimedia MASTER_SITES= SF MAINTAINER= buganini@gmail.com -COMMENT= A metadata injector for FLV files +COMMENT= Metadata injector for FLV files + +LICENSE= BSD PLIST_FILES= bin/yamdi do-build: - cd ${WRKSRC} \ - && ${CC} ${CFLAGS} yamdi.c -o yamdi + cd ${WRKSRC} && ${CC} ${CFLAGS} yamdi.c -o yamdi do-install: ${INSTALL_PROGRAM} ${WRKSRC}/yamdi ${PREFIX}/bin Modified: head/multimedia/yamdi/distinfo ============================================================================== --- head/multimedia/yamdi/distinfo Fri Sep 20 06:34:15 2013 (r327657) +++ head/multimedia/yamdi/distinfo Fri Sep 20 06:34:19 2013 (r327658) @@ -1,2 +1,2 @@ -SHA256 (yamdi-1.8.tar.gz) = 64e46ff1f20672689c07670e3cf73d2587ba789b06f2ca1d03d888b9523bf04a -SIZE (yamdi-1.8.tar.gz) = 16499 +SHA256 (yamdi-1.9.tar.gz) = 4a6630f27f6c22bcd95982bf3357747d19f40bd98297a569e9c77468b756f715 +SIZE (yamdi-1.9.tar.gz) = 17270 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 06:34:37 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1D0D4F3B; Fri, 20 Sep 2013 06:34:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EF9AB21B8; Fri, 20 Sep 2013 06:34:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K6YaEZ034019; Fri, 20 Sep 2013 06:34:36 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K6YaRl034013; Fri, 20 Sep 2013 06:34:36 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309200634.r8K6YaRl034013@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Sep 2013 06:34:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327659 - in head/sysutils/fusefs-fusexmp_fh: . 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.14 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: Fri, 20 Sep 2013 06:34:37 -0000 Author: sunpoet Date: Fri Sep 20 06:34:35 2013 New Revision: 327659 URL: http://svnweb.freebsd.org/changeset/ports/327659 Log: - Update to 2.9.3 - While I'm here: - Add LICENSE - Remove contiguous blank lines Changes: http://sourceforge.net/p/fuse/fuse/ci/master/tree/ChangeLog http://sourceforge.net/p/fuse/fuse/ci/master/tree/NEWS PR: ports/182238 Submitted by: Kuan-Chung Chiu (maintainer) Deleted: head/sysutils/fusefs-fusexmp_fh/files/patch-configure Modified: head/sysutils/fusefs-fusexmp_fh/Makefile head/sysutils/fusefs-fusexmp_fh/distinfo (contents, props changed) head/sysutils/fusefs-fusexmp_fh/files/patch-lib_helper.c (contents, props changed) head/sysutils/fusefs-fusexmp_fh/files/patch-lib_mount_bsd.c (contents, props changed) Modified: head/sysutils/fusefs-fusexmp_fh/Makefile ============================================================================== --- head/sysutils/fusefs-fusexmp_fh/Makefile Fri Sep 20 06:34:19 2013 (r327658) +++ head/sysutils/fusefs-fusexmp_fh/Makefile Fri Sep 20 06:34:35 2013 (r327659) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fusexmp_fh -PORTVERSION= 2.7.4 -PORTREVISION= 1 +PORTVERSION= 2.9.3 CATEGORIES= sysutils MASTER_SITES= SF/fuse/fuse-2.X/${PORTVERSION} PKGNAMEPREFIX= fusefs- @@ -12,7 +11,6 @@ DISTNAME= fuse-${PORTVERSION} MAINTAINER= buganini@gmail.com COMMENT= Dummy driver from fusefs-libs example - USE_AUTOTOOLS= libtool USES= fuse pathfix iconv USE_LDCONFIG= yes Modified: head/sysutils/fusefs-fusexmp_fh/distinfo ============================================================================== --- head/sysutils/fusefs-fusexmp_fh/distinfo Fri Sep 20 06:34:19 2013 (r327658) +++ head/sysutils/fusefs-fusexmp_fh/distinfo Fri Sep 20 06:34:35 2013 (r327659) @@ -1,2 +1,2 @@ -SHA256 (fuse-2.7.4.tar.gz) = c8b070ece5d4e09bd06eea6c28818c718f803d93a4b85bacb9982deb8ded49e6 -SIZE (fuse-2.7.4.tar.gz) = 506658 +SHA256 (fuse-2.9.3.tar.gz) = 0beb83eaf2c5e50730fc553406ef124d77bc02c64854631bdfc86bfd6437391c +SIZE (fuse-2.9.3.tar.gz) = 572044 Modified: head/sysutils/fusefs-fusexmp_fh/files/patch-lib_helper.c ============================================================================== --- head/sysutils/fusefs-fusexmp_fh/files/patch-lib_helper.c Fri Sep 20 06:34:19 2013 (r327658) +++ head/sysutils/fusefs-fusexmp_fh/files/patch-lib_helper.c Fri Sep 20 06:34:35 2013 (r327659) @@ -1,6 +1,6 @@ ---- lib/helper.c.orig 2007-12-12 09:33:35.000000000 -0500 -+++ lib/helper.c 2008-02-04 00:22:51.000000000 -0500 -@@ -30,7 +30,7 @@ +--- lib/helper.c.orig 2012-04-10 15:28:55.000000000 +0200 ++++ lib/helper.c 2012-07-31 00:06:11.384938678 +0200 +@@ -31,7 +31,7 @@ struct helper_opts { int singlethread; int foreground; @@ -9,25 +9,25 @@ char *mountpoint; }; -@@ -41,8 +41,7 @@ - FUSE_HELPER_OPT("debug", foreground), - FUSE_HELPER_OPT("-f", foreground), - FUSE_HELPER_OPT("-s", singlethread), -- FUSE_HELPER_OPT("fsname=", nodefault_subtype), -- FUSE_HELPER_OPT("subtype=", nodefault_subtype), -+ FUSE_HELPER_OPT("fsname=", fsname), - - FUSE_OPT_KEY("-h", KEY_HELP), - FUSE_OPT_KEY("--help", KEY_HELP), -@@ -52,7 +51,6 @@ - FUSE_OPT_KEY("-d", FUSE_OPT_KEY_KEEP), - FUSE_OPT_KEY("debug", FUSE_OPT_KEY_KEEP), - FUSE_OPT_KEY("fsname=", FUSE_OPT_KEY_KEEP), -- FUSE_OPT_KEY("subtype=", FUSE_OPT_KEY_KEEP), +@@ -42,8 +42,7 @@ + FUSE_HELPER_OPT("debug", foreground), + FUSE_HELPER_OPT("-f", foreground), + FUSE_HELPER_OPT("-s", singlethread), +- FUSE_HELPER_OPT("fsname=", nodefault_subtype), +- FUSE_HELPER_OPT("subtype=", nodefault_subtype), ++ FUSE_HELPER_OPT("fsname=", fsname), + + FUSE_OPT_KEY("-h", KEY_HELP), + FUSE_OPT_KEY("--help", KEY_HELP), +@@ -53,7 +52,6 @@ + FUSE_OPT_KEY("-d", FUSE_OPT_KEY_KEEP), + FUSE_OPT_KEY("debug", FUSE_OPT_KEY_KEEP), + FUSE_OPT_KEY("fsname=", FUSE_OPT_KEY_KEEP), +- FUSE_OPT_KEY("subtype=", FUSE_OPT_KEY_KEEP), FUSE_OPT_END }; -@@ -122,24 +120,24 @@ +@@ -123,24 +121,24 @@ } } @@ -59,7 +59,7 @@ return res; } -@@ -155,8 +153,8 @@ +@@ -156,8 +154,8 @@ if (res == -1) return -1; Modified: head/sysutils/fusefs-fusexmp_fh/files/patch-lib_mount_bsd.c ============================================================================== --- head/sysutils/fusefs-fusexmp_fh/files/patch-lib_mount_bsd.c Fri Sep 20 06:34:19 2013 (r327658) +++ head/sysutils/fusefs-fusexmp_fh/files/patch-lib_mount_bsd.c Fri Sep 20 06:34:35 2013 (r327659) @@ -1,10 +1,68 @@ ---- lib/mount_bsd.c.orig 2008-07-07 08:01:09.000000000 +0200 -+++ lib/mount_bsd.c 2008-07-07 08:01:59.000000000 +0200 -@@ -10,6 +10,7 @@ +--- lib/mount_bsd.c.orig 2013-07-01 09:40:53.000000000 +0200 ++++ lib/mount_bsd.c 2013-07-24 16:20:34.533073286 +0200 +@@ -10,6 +10,8 @@ #include "fuse_misc.h" #include "fuse_opt.h" +#include ++#include #include #include #include +@@ -192,56 +194,12 @@ + free(umount_cmd); + } + +-static void do_unmount(char *dev, int fd) +-{ +- char device_path[SPECNAMELEN + 12]; +- const char *argv[4]; +- const char umount_cmd[] = "/sbin/umount"; +- pid_t pid; +- +- snprintf(device_path, SPECNAMELEN + 12, _PATH_DEV "%s", dev); +- +- argv[0] = umount_cmd; +- argv[1] = "-f"; +- argv[2] = device_path; +- argv[3] = NULL; +- +- pid = fork(); +- +- if (pid == -1) +- return; +- +- if (pid == 0) { +- close(fd); +- execvp(umount_cmd, (char **)argv); +- exit(1); +- } +- +- waitpid(pid, NULL, 0); +-} +- + void fuse_kern_unmount(const char *mountpoint, int fd) + { + char *ep, dev[128]; + struct stat sbuf; + +- (void)mountpoint; +- +- if (fstat(fd, &sbuf) == -1) +- goto out; +- +- devname_r(sbuf.st_rdev, S_IFCHR, dev, 128); +- +- if (strncmp(dev, "fuse", 4)) +- goto out; +- +- strtol(dev + 4, &ep, 10); +- if (*ep != '\0') +- goto out; +- +- do_unmount(dev, fd); +- +-out: ++ unmount(mountpoint, MNT_FORCE); + close(fd); + } From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 06:34:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 35D4F90; Fri, 20 Sep 2013 06:34:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 23B8F21BC; Fri, 20 Sep 2013 06:34:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K6YrQP034122; Fri, 20 Sep 2013 06:34:53 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K6YqvD034119; Fri, 20 Sep 2013 06:34:52 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309200634.r8K6YqvD034119@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Sep 2013 06:34:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327660 - head/net/p5-IO-Socket-IP 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.14 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: Fri, 20 Sep 2013 06:34:53 -0000 Author: sunpoet Date: Fri Sep 20 06:34:52 2013 New Revision: 327660 URL: http://svnweb.freebsd.org/changeset/ports/327660 Log: - Update to 0.24 Changes: http://search.cpan.org/dist/IO-Socket-IP/Changes Modified: head/net/p5-IO-Socket-IP/Makefile head/net/p5-IO-Socket-IP/distinfo Modified: head/net/p5-IO-Socket-IP/Makefile ============================================================================== --- head/net/p5-IO-Socket-IP/Makefile Fri Sep 20 06:34:35 2013 (r327659) +++ head/net/p5-IO-Socket-IP/Makefile Fri Sep 20 06:34:52 2013 (r327660) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Socket-IP -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= net ipv6 perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-IO-Socket-IP/distinfo ============================================================================== --- head/net/p5-IO-Socket-IP/distinfo Fri Sep 20 06:34:35 2013 (r327659) +++ head/net/p5-IO-Socket-IP/distinfo Fri Sep 20 06:34:52 2013 (r327660) @@ -1,2 +1,2 @@ -SHA256 (IO-Socket-IP-0.23.tar.gz) = 8b39615c2c2bcd929a705aba5f5d96593b5612ba927e1867a64988b7f674abdd -SIZE (IO-Socket-IP-0.23.tar.gz) = 38891 +SHA256 (IO-Socket-IP-0.24.tar.gz) = 6f18e8402813175caea99e4221b66781660acc5222036ab0fddeb1cca5b7a80c +SIZE (IO-Socket-IP-0.24.tar.gz) = 39279 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 06:36:58 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D16241A6; Fri, 20 Sep 2013 06:36:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BEBDD21D3; Fri, 20 Sep 2013 06:36:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K6awNm034624; Fri, 20 Sep 2013 06:36:58 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K6aw6Y034623; Fri, 20 Sep 2013 06:36:58 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309200636.r8K6aw6Y034623@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Sep 2013 06:36:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327661 - head/ftp/curlpp 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.14 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: Fri, 20 Sep 2013 06:36:58 -0000 Author: sunpoet Date: Fri Sep 20 06:36:58 2013 New Revision: 327661 URL: http://svnweb.freebsd.org/changeset/ports/327661 Log: - Fix typo Modified: head/ftp/curlpp/Makefile Modified: head/ftp/curlpp/Makefile ============================================================================== --- head/ftp/curlpp/Makefile Fri Sep 20 06:34:52 2013 (r327660) +++ head/ftp/curlpp/Makefile Fri Sep 20 06:36:58 2013 (r327661) @@ -12,7 +12,7 @@ COMMENT= C++ wrapper for libcurl LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -OPTIONS_DEFINE= BOOST DOCS EXAMPELS +OPTIONS_DEFINE= BOOST DOCS EXAMPLES CONFIGURE_ARGS= --disable-ewarning CPPFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 06:44:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CE0E72E3; Fri, 20 Sep 2013 06:44:23 +0000 (UTC) (envelope-from flo@smeets.im) Received: from mail.solomo.de (mail.solomo.de [5.9.87.18]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D6AA222A; Fri, 20 Sep 2013 06:44:23 +0000 (UTC) Received: from cpos1.nexxtmobile.de (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id B8E609129; Fri, 20 Sep 2013 08:44:14 +0200 (CEST) X-Virus-Scanned: amavisd-new at nexxtmobile.de Received: from mail.solomo.de ([127.0.0.1]) by cpos1.nexxtmobile.de (cpos1.nexxtmobile.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id R1K21PvwEG51; Fri, 20 Sep 2013 08:44:12 +0200 (CEST) Received: from zoidberg.smeets.im (zoidberg.smeets.im [81.169.206.10]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.solomo.de (Postfix) with ESMTPS id 45B2A9118; Fri, 20 Sep 2013 08:44:11 +0200 (CEST) Received: by zoidberg.smeets.im (Postfix, from userid 1001) id E71BE804D8; Fri, 20 Sep 2013 08:44:10 +0200 (CEST) Date: Fri, 20 Sep 2013 08:44:10 +0200 From: Florian Smeets To: Cy Schubert Subject: Re: svn commit: r327587 - in head: Mk mail/linux-thunderbird mail/thunderbird mail/thunderbird-i18n mail/thunderbird/files security/vuxml www/firefox www/firefox-esr www/firefox-esr-i18n www/firefox-i1... Message-ID: <20130920064410.GB88600@zoidberg.smeets.im> References: <201309182240.r8IMewpL007735@svn.freebsd.org> <201309200105.r8K1500a005207@slippy.cwsent.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8P1HSweYDcXXzwPJ" Content-Disposition: inline In-Reply-To: <201309200105.r8K1500a005207@slippy.cwsent.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Florian Smeets , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 20 Sep 2013 06:44:23 -0000 --8P1HSweYDcXXzwPJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 19, 2013 at 06:05:00PM -0700, Cy Schubert wrote: > In message <201309182240.r8IMewpL007735@svn.freebsd.org>, Florian Smeets= =20 > writes > : > > Author: flo > > Date: Wed Sep 18 22:40:57 2013 > > New Revision: 327587 > > URL: http://svnweb.freebsd.org/changeset/ports/327587 > >=20 > > Log: > > - update firefox, thunderbird and libxul to 24.0 > > - update seamonkey to 2.21 > > - update firefox-esr to 17.0.9 > > - enable GSTREAMER by default for html5 with h264/aac/mp3 > > - WEBRTC is now always built > > - add PROFILE and TESTS options > > =20 > > Security: 7dfed67b-20aa-11e3-b8d8-0025905a4771 > > In collaboration with: Jan Beich >=20 > Unfortunately thunderbird fails to build (configure step) on HEAD due to= =20 > __cap_rights_t being removed and cap_rights_t shifting shape in r255219. >=20 Are you sure your world and kernel are in sync and new enough? There were some fixes in the last few days. It works fine for me on r255666. Florian --8P1HSweYDcXXzwPJ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAlI77rkACgkQapo8P8lCvwktjwCgxqkVUD8hG9lr4unIziebn56O k9IAoJV7QYcBVMrUtUH9SJy57Hofnkb+ =Do4H -----END PGP SIGNATURE----- --8P1HSweYDcXXzwPJ-- From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 07:07:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6AEF649F; Fri, 20 Sep 2013 07:07:49 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 570C922FD; Fri, 20 Sep 2013 07:07:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K77nRq050738; Fri, 20 Sep 2013 07:07:49 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K77mdo050735; Fri, 20 Sep 2013 07:07:48 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309200707.r8K77mdo050735@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 20 Sep 2013 07:07:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327662 - in head/lang/tcl85: . 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.14 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: Fri, 20 Sep 2013 07:07:49 -0000 Author: gahr Date: Fri Sep 20 07:07:48 2013 New Revision: 327662 URL: http://svnweb.freebsd.org/changeset/ports/327662 Log: - Fix a problem that causes modules not to be found - Bump PORTREVISION Reported by: Christoph Lukas Modified: head/lang/tcl85/Makefile head/lang/tcl85/files/patch-unix-Makefile.in Modified: head/lang/tcl85/Makefile ============================================================================== --- head/lang/tcl85/Makefile Fri Sep 20 06:36:58 2013 (r327661) +++ head/lang/tcl85/Makefile Fri Sep 20 07:07:48 2013 (r327662) @@ -2,12 +2,14 @@ # $FreeBSD$ PORTNAME= tcl -DISTVERSION= 8.5.15 +PORTVERSION= 8.5.15 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_TCLTK} \ SF/tcl/Tcl/${PORTVERSION} MASTER_SITE_SUBDIR=tcl8_5 -DISTNAME= ${PORTNAME}${DISTVERSION}-src +DISTNAME= ${PORTNAME}${PORTVERSION}-src +PKGNAMESUFFIX= ${PORTVERSION:R:S/.//} MAINTAINER= tcltk@FreeBSD.org COMMENT= Tool Command Language Modified: head/lang/tcl85/files/patch-unix-Makefile.in ============================================================================== --- head/lang/tcl85/files/patch-unix-Makefile.in Fri Sep 20 06:36:58 2013 (r327661) +++ head/lang/tcl85/files/patch-unix-Makefile.in Fri Sep 20 07:07:48 2013 (r327662) @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2013-08-30 18:26:25.000000000 +0200 -+++ Makefile.in 2013-09-02 15:13:47.000000000 +0200 +--- Makefile.in.orig 2013-09-13 18:07:56.000000000 +0200 ++++ Makefile.in 2013-09-20 09:03:18.000000000 +0200 @@ -54,6 +54,8 @@ # Directory in which to install the include file tcl.h: @@ -119,7 +119,7 @@ + $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/encoding; \ + done; + @echo "Customizing tcl module path"; -+ @echo "::tcl::tm::path add {$(SCRIPT_INSTALL_DIR)}" >> \ ++ @echo "::tcl::tm::path add {$(SCRIPT_INSTALL_DIR)}" >> \ + "$(SCRIPT_INSTALL_DIR)"/tm.tcl; + +install-tm: From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 07:26:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9657164B; Fri, 20 Sep 2013 07:26:52 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6AD1223B1; Fri, 20 Sep 2013 07:26:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K7Qq98061691; Fri, 20 Sep 2013 07:26:52 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K7Qp16061688; Fri, 20 Sep 2013 07:26:51 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201309200726.r8K7Qp16061688@svn.freebsd.org> From: Ganael LAPLANCHE Date: Fri, 20 Sep 2013 07:26:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327663 - in head/deskutils/notecase: . 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.14 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: Fri, 20 Sep 2013 07:26:52 -0000 Author: martymac Date: Fri Sep 20 07:26:51 2013 New Revision: 327663 URL: http://svnweb.freebsd.org/changeset/ports/327663 Log: Add missing #includes to fix build on -CURRENT PR: ports/182094 Submitted by: Walter Hurry Added: head/deskutils/notecase/files/patch-src-gui-GuiLanguage.cpp (contents, props changed) head/deskutils/notecase/files/patch-src-lib-IniFile.cpp (contents, props changed) Modified: head/deskutils/notecase/Makefile Modified: head/deskutils/notecase/Makefile ============================================================================== --- head/deskutils/notecase/Makefile Fri Sep 20 07:07:48 2013 (r327662) +++ head/deskutils/notecase/Makefile Fri Sep 20 07:26:51 2013 (r327663) @@ -3,7 +3,7 @@ PORTNAME= notecase PORTVERSION= 1.9.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils textproc MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}_src Added: head/deskutils/notecase/files/patch-src-gui-GuiLanguage.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/notecase/files/patch-src-gui-GuiLanguage.cpp Fri Sep 20 07:26:51 2013 (r327663) @@ -0,0 +1,10 @@ +--- src/gui/GuiLanguage.cpp.orig 2013-09-18 16:02:26.000000000 +0200 ++++ src/gui/GuiLanguage.cpp 2013-09-18 16:03:53.000000000 +0200 +@@ -17,6 +17,7 @@ + #ifdef ENABLE_NLS + #include + #endif ++#include + #include + + #include "../lib/EnumDirectory.h" Added: head/deskutils/notecase/files/patch-src-lib-IniFile.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/notecase/files/patch-src-lib-IniFile.cpp Fri Sep 20 07:26:51 2013 (r327663) @@ -0,0 +1,10 @@ +--- src/lib/IniFile.cpp.orig 2013-09-18 16:05:10.000000000 +0200 ++++ src/lib/IniFile.cpp 2013-09-18 16:05:50.000000000 +0200 +@@ -8,6 +8,7 @@ + + #include "IniFile.h" + #include //find() function ++#include + #include + #include "File64.h" + #include "FilePath.h" From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 07:32:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5A4A6889; Fri, 20 Sep 2013 07:32:40 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B54823F1; Fri, 20 Sep 2013 07:32:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K7Web0065279; Fri, 20 Sep 2013 07:32:40 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K7WceX065268; Fri, 20 Sep 2013 07:32:38 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309200732.r8K7WceX065268@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 20 Sep 2013 07:32:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327664 - in head: lang/tcl86 lang/tcl86/files x11-toolkits/tk86 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.14 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: Fri, 20 Sep 2013 07:32:40 -0000 Author: gahr Date: Fri Sep 20 07:32:38 2013 New Revision: 327664 URL: http://svnweb.freebsd.org/changeset/ports/327664 Log: - Update Tcl/Tk 8.6 to 8.6.1 Release notes: http://code.activestate.com/lists/tcl-core/13590/ Deleted: head/lang/tcl86/files/patch-generic-regc_nfa.c head/lang/tcl86/files/patch-unix-configure Modified: head/lang/tcl86/Makefile head/lang/tcl86/Makefile.man head/lang/tcl86/distinfo head/lang/tcl86/files/patch-generic-tclPort.h head/lang/tcl86/files/patch-unix-Makefile.in head/lang/tcl86/pkg-plist head/x11-toolkits/tk86/Makefile head/x11-toolkits/tk86/distinfo Modified: head/lang/tcl86/Makefile ============================================================================== --- head/lang/tcl86/Makefile Fri Sep 20 07:26:51 2013 (r327663) +++ head/lang/tcl86/Makefile Fri Sep 20 07:32:38 2013 (r327664) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= tcl -PORTVERSION= 8.6.0 -PORTREVISION= 2 +PORTVERSION= 8.6.1 CATEGORIES= lang MASTER_SITES= SF/tcl/Tcl/${PORTVERSION} \ ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR=tcl8_6 +PKGNAMESUFFIX= ${PORTVERSION:R:S/.//} DISTNAME= ${PORTNAME}${PORTVERSION}-src MAINTAINER= tcltk@FreeBSD.org Modified: head/lang/tcl86/Makefile.man ============================================================================== --- head/lang/tcl86/Makefile.man Fri Sep 20 07:26:51 2013 (r327663) +++ head/lang/tcl86/Makefile.man Fri Sep 20 07:32:38 2013 (r327664) @@ -408,6 +408,7 @@ MAN3= TCL_MEM_DEBUG.${MAN_SUFFIX}.3 \ Tcl_NRCreateCommand.${MAN_SUFFIX}.3 \ Tcl_NREvalObj.${MAN_SUFFIX}.3 \ Tcl_NREvalObjv.${MAN_SUFFIX}.3 \ + Tcl_NRExprObj.${MAN_SUFFIX}.3 \ Tcl_NewBignumObj.${MAN_SUFFIX}.3 \ Tcl_NewBooleanObj.${MAN_SUFFIX}.3 \ Tcl_NewByteArrayObj.${MAN_SUFFIX}.3 \ Modified: head/lang/tcl86/distinfo ============================================================================== --- head/lang/tcl86/distinfo Fri Sep 20 07:26:51 2013 (r327663) +++ head/lang/tcl86/distinfo Fri Sep 20 07:32:38 2013 (r327664) @@ -1,2 +1,2 @@ -SHA256 (tcl8.6.0-src.tar.gz) = 354422b9c4791685499123b2dfe01faa98b555c08906c010cb4449ddc75dcade -SIZE (tcl8.6.0-src.tar.gz) = 8636908 +SHA256 (tcl8.6.1-src.tar.gz) = 16ee769248e64ba1cae6b4834fcc4e4edd7470d881410e8d58f7dd1434343514 +SIZE (tcl8.6.1-src.tar.gz) = 8755700 Modified: head/lang/tcl86/files/patch-generic-tclPort.h ============================================================================== --- head/lang/tcl86/files/patch-generic-tclPort.h Fri Sep 20 07:26:51 2013 (r327663) +++ head/lang/tcl86/files/patch-generic-tclPort.h Fri Sep 20 07:32:38 2013 (r327664) @@ -1,11 +1,11 @@ ---- ../generic/tclPort.h.orig 2012-06-26 15:59:02.000000000 +0200 -+++ ../generic/tclPort.h 2012-09-17 16:29:41.000000000 +0200 -@@ -22,7 +22,7 @@ - #endif - #include "tcl.h" - #if !defined(_WIN32) +--- ../generic/tclPort.h.orig 2013-09-03 14:47:31.000000000 +0200 ++++ ../generic/tclPort.h 2013-09-04 10:23:22.000000000 +0200 +@@ -20,7 +20,7 @@ + #if defined(_WIN32) + # include "tclWinPort.h" + #else -# include "tclUnixPort.h" +# include "../unix/tclUnixPort.h" #endif + #include "tcl.h" - #if !defined(LLONG_MIN) Modified: head/lang/tcl86/files/patch-unix-Makefile.in ============================================================================== --- head/lang/tcl86/files/patch-unix-Makefile.in Fri Sep 20 07:26:51 2013 (r327663) +++ head/lang/tcl86/files/patch-unix-Makefile.in Fri Sep 20 07:32:38 2013 (r327664) @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2012-12-20 16:02:15.000000000 +0100 -+++ Makefile.in 2013-01-09 16:51:17.000000000 +0100 +--- Makefile.in.orig 2013-09-19 22:17:13.000000000 +0200 ++++ Makefile.in 2013-09-20 09:14:56.000000000 +0200 @@ -54,6 +54,8 @@ # Directory in which to install the include file tcl.h: @@ -22,7 +22,7 @@ # Package search path. TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@ -@@ -601,9 +603,9 @@ +@@ -611,9 +613,9 @@ # Start of rules #-------------------------------------------------------------------------- @@ -34,14 +34,11 @@ libraries: -@@ -614,10 +616,15 @@ +@@ -624,7 +626,12 @@ ${LIB_FILE}: ${OBJS} ${STUB_LIB_FILE} rm -f $@ @MAKE_LIB@ + @ln -sf ${LIB_FILE} ./libtcl${SHORT_TCL_VER}.so - @if test "x$(DLL_INSTALL_DIR)" = "x$(BIN_INSTALL_DIR)"; then\ - cp ${ZLIB_DIR}/win32/zlib1.dll .;\ - fi +libtcl${SHORT_TCL_VER}.a: ${OBJS} + rm -f libtcl${SHORT_TCL_VER}.a @@ -50,7 +47,7 @@ ${STUB_LIB_FILE}: ${STUB_LIB_OBJS} rm -f $@ -@@ -758,13 +765,13 @@ +@@ -765,13 +772,13 @@ # Installation rules #-------------------------------------------------------------------------- @@ -67,7 +64,7 @@ install: $(INSTALL_TARGETS) -@@ -795,6 +802,11 @@ +@@ -797,6 +804,11 @@ @echo "Installing $(LIB_FILE) to $(DLL_INSTALL_DIR)/" @@INSTALL_LIB@ @chmod 555 "$(DLL_INSTALL_DIR)/$(LIB_FILE)" @@ -79,7 +76,7 @@ @echo "Installing ${TCL_EXE} as $(BIN_INSTALL_DIR)/tclsh$(VERSION)${EXE_SUFFIX}" @$(INSTALL_PROGRAM) ${TCL_EXE} "$(BIN_INSTALL_DIR)/tclsh$(VERSION)${EXE_SUFFIX}" @echo "Installing tclConfig.sh to $(CONFIG_INSTALL_DIR)/" -@@ -807,12 +819,12 @@ +@@ -809,12 +821,12 @@ @INSTALL_STUB_LIB@ ; \ fi @EXTRA_INSTALL_BINARIES@ @@ -96,17 +93,11 @@ do \ if [ ! -d "$$i" ] ; then \ echo "Making directory $$i"; \ -@@ -820,7 +832,19 @@ +@@ -822,7 +834,13 @@ else true; \ fi; \ done; - @for i in opt0.4 http1.0 encoding ../tcl8 ../tcl8/8.4 ../tcl8/8.4/platform ../tcl8/8.5 ../tcl8/8.6; \ -+ @echo "Installing library files to $(SCRIPT_INSTALL_DIR)/"; -+ @for i in $(TOP_DIR)/library/*.tcl $(TOP_DIR)/library/tclIndex \ -+ $(UNIX_DIR)/tclAppInit.c @LDAIX_SRC@ @DTRACE_SRC@; \ -+ do \ -+ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"; \ -+ done; + @echo "Installing encoding files to $(SCRIPT_INSTALL_DIR)/encoding/"; + @for i in $(TOP_DIR)/library/encoding/*.enc ; do \ + $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/encoding; \ @@ -117,65 +108,47 @@ do \ if [ ! -d "$(SCRIPT_INSTALL_DIR)"/$$i ] ; then \ echo "Making directory $(SCRIPT_INSTALL_DIR)/$$i"; \ -@@ -828,47 +852,33 @@ - else true; \ - fi; \ - done; -- @echo "Installing library files to $(SCRIPT_INSTALL_DIR)/"; -- @for i in $(TOP_DIR)/library/*.tcl $(TOP_DIR)/library/tclIndex \ -- $(UNIX_DIR)/tclAppInit.c @LDAIX_SRC@ @DTRACE_SRC@; \ -- do \ -- $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"; \ -- done; - @echo "Installing package http1.0 files to $(SCRIPT_INSTALL_DIR)/http1.0/"; - @for i in $(TOP_DIR)/library/http1.0/*.tcl ; \ - do \ +@@ -842,31 +860,29 @@ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ done; - @echo "Installing package http 2.8.5 as a Tcl Module"; -- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.5.tm; -+ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/http-2.8.5.tm; + @echo "Installing package http 2.8.7 as a Tcl Module"; +- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.7.tm; ++ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/http-2.8.7.tm; @echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/opt0.4; \ done; - @echo "Installing package msgcat 1.5.0 as a Tcl Module"; -- @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.5.0.tm; -+ @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/msgcat-1.5.0.tm; - @echo "Installing package tcltest 2.3.5 as a Tcl Module"; -- @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.5.tm; -- -+ @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/tcltest-2.3.5.tm; - @echo "Installing package platform 1.0.10 as a Tcl Module"; -- @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.10.tm; -+ @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/platform-1.0.10.tm; + @echo "Installing package msgcat 1.5.2 as a Tcl Module"; +- @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.5.2.tm; ++ @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/msgcat-1.5.2.tm; + @echo "Installing package tcltest 2.3.6 as a Tcl Module"; +- @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.6.tm; ++ @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/tcltest-2.3.6.tm; + + @echo "Installing package platform 1.0.12 as a Tcl Module"; +- @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.12.tm; ++ @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/platform-1.0.12.tm; @echo "Installing package platform::shell 1.1.4 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform/shell-1.1.4.tm; + @$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl "$(SCRIPT_INSTALL_DIR)"/platform/shell-1.1.4.tm; -+ @echo "Customizing tcl module path"; \ -+ echo "::tcl::tm::path add {$(SCRIPT_INSTALL_DIR)}" >> \ -+ "$(SCRIPT_INSTALL_DIR)"/tm.tcl; \ -- @echo "Installing encoding files to $(SCRIPT_INSTALL_DIR)/encoding/"; -- @for i in $(TOP_DIR)/library/encoding/*.enc ; do \ -- $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/encoding; \ -- done; + @echo "Installing encoding files to $(SCRIPT_INSTALL_DIR)/encoding/"; + @for i in $(TOP_DIR)/library/encoding/*.enc ; do \ + $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/encoding; \ + done; - @if [ -n "$(TCL_MODULE_PATH)" -a -f $(TOP_DIR)/library/tm.tcl ]; then \ - echo "Customizing tcl module path"; \ - echo "if {![interp issafe]} { ::tcl::tm::roots {$(TCL_MODULE_PATH)} }" >> \ - "$(SCRIPT_INSTALL_DIR)"/tm.tcl; \ - fi -- --install-tzdata: ${NATIVE_TCLSH} -+install-tzdata: - @echo "Installing time zone files to $(SCRIPT_INSTALL_DIR)/tzdata/" -- @${NATIVE_TCLSH} $(TOOL_DIR)/installData.tcl \ -+ ./tclsh $(TOOL_DIR)/installData.tcl \ - $(TOP_DIR)/library/tzdata "$(SCRIPT_INSTALL_DIR)"/tzdata ++ @echo "Customizing tcl module path"; \ ++ echo "::tcl::tm::path add {$(SCRIPT_INSTALL_DIR)}" >> \ ++ "$(SCRIPT_INSTALL_DIR)"/tm.tcl; \ - install-msgs: -@@ -910,7 +920,7 @@ + install-tzdata: + @for i in tzdata; \ +@@ -941,7 +957,7 @@ done install-headers: @@ -184,7 +157,7 @@ do \ if [ ! -d "$$i" ] ; then \ echo "Making directory $$i"; \ -@@ -919,14 +929,21 @@ +@@ -950,14 +966,21 @@ fi; \ done; @echo "Installing header files to $(INCLUDE_INSTALL_DIR)/"; Modified: head/lang/tcl86/pkg-plist ============================================================================== --- head/lang/tcl86/pkg-plist Fri Sep 20 07:26:51 2013 (r327663) +++ head/lang/tcl86/pkg-plist Fri Sep 20 07:32:38 2013 (r327664) @@ -36,15 +36,15 @@ include/tcl%%TCL_VER%%/tclOO.h include/tcl%%TCL_VER%%/tclOODecls.h include/tcl%%TCL_VER%%/tclTomMath.h include/tcl%%TCL_VER%%/tclTomMathDecls.h -%%MODULES%%lib/tcl%%TCL_VER%%/http-2.8.5.tm +%%MODULES%%lib/tcl%%TCL_VER%%/http-2.8.7.tm %%MODULES%%lib/tcl%%TCL_VER%%/http1.0/http.tcl %%MODULES%%lib/tcl%%TCL_VER%%/http1.0/pkgIndex.tcl -%%MODULES%%lib/tcl%%TCL_VER%%/msgcat-1.5.0.tm +%%MODULES%%lib/tcl%%TCL_VER%%/msgcat-1.5.2.tm %%MODULES%%lib/tcl%%TCL_VER%%/opt0.4/optparse.tcl %%MODULES%%lib/tcl%%TCL_VER%%/opt0.4/pkgIndex.tcl -%%MODULES%%lib/tcl%%TCL_VER%%/platform-1.0.10.tm +%%MODULES%%lib/tcl%%TCL_VER%%/platform-1.0.12.tm %%MODULES%%lib/tcl%%TCL_VER%%/platform/shell-1.1.4.tm -%%MODULES%%lib/tcl%%TCL_VER%%/tcltest-2.3.5.tm +%%MODULES%%lib/tcl%%TCL_VER%%/tcltest-2.3.6.tm lib/tcl%%TCL_VER%%/auto.tcl lib/tcl%%TCL_VER%%/clock.tcl lib/tcl%%TCL_VER%%/encoding/ascii.enc @@ -580,6 +580,7 @@ lib/tcl%%TCL_VER%%/word.tcl %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Kashgar %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Kathmandu %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Katmandu +%%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Khandyga %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Kolkata %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Krasnoyarsk %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Kuala_Lumpur @@ -621,6 +622,7 @@ lib/tcl%%TCL_VER%%/word.tcl %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Ulaanbaatar %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Ulan_Bator %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Urumqi +%%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Ust-Nera %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Vientiane %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Vladivostok %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Asia/Yakutsk @@ -721,6 +723,7 @@ lib/tcl%%TCL_VER%%/word.tcl %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Europe/Brussels %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Europe/Bucharest %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Europe/Budapest +%%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Europe/Busingen %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Europe/Chisinau %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Europe/Copenhagen %%TZDATA%%lib/tcl%%TCL_VER%%/tzdata/Europe/Dublin Modified: head/x11-toolkits/tk86/Makefile ============================================================================== --- head/x11-toolkits/tk86/Makefile Fri Sep 20 07:26:51 2013 (r327663) +++ head/x11-toolkits/tk86/Makefile Fri Sep 20 07:32:38 2013 (r327664) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= tk -PORTVERSION= 8.6.0 -PORTREVISION= 2 +PORTVERSION= 8.6.1 CATEGORIES= x11-toolkits MASTER_SITES= SF/tcl/Tcl/${PORTVERSION} \ ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR=tcl8_6 +PKGNAMESUFFIX= ${PORTVERSION:R:S/.//} DISTNAME= ${PORTNAME}${PORTVERSION}-src MAINTAINER= tcltk@FreeBSD.org @@ -16,10 +16,11 @@ COMMENT= Graphical toolkit for Tcl LICENSE= BSD LICENSE_FILE= ${WRKSRC}/../license.terms -OPTIONS_DEFINE= TKMAN DEMOS XFT THREADS -OPTIONS_DEFAULT=XFT THREADS +OPTIONS_DEFINE= TKMAN DEMOS THREADS +OPTIONS_DEFAULT=THREADS TKMAN_DESC= Install Tk function manpages DEMOS_DESC= Install demos +XSS_DESC= XScrnSaver support WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/unix @@ -27,10 +28,12 @@ ALL_TARGET= all INSTALL_TARGET= install USE_LDCONFIG= yes -USE_TCL= ${SHORT_TK_VER} -USE_XORG= x11 xt +USES+= tcl:${SHORT_TK_VER} +USE_XORG= x11 xft xscrnsaver GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared \ + --enable-xss \ + --enable-xft \ --enable-man-suffix=.${MAN_SUFFIX} \ --with-tcl=${TCL_LIBDIR} \ --includedir=${PREFIX}/include/tk${TK_VER} @@ -52,13 +55,6 @@ PLIST_SUB= TK_VER=${TK_VER} \ .include -.if ${PORT_OPTIONS:MXFT} -CONFIGURE_ARGS+=--enable-xft -LIB_DEPENDS+= Xft:${PORTSDIR}/x11-fonts/libXft -.else -CONFIGURE_ARGS+=--disable-xft -.endif - .if ${PORT_OPTIONS:MDEMOS} INSTALL_TARGET+= install install-demos PLIST_SUB+= DEMOS="" Modified: head/x11-toolkits/tk86/distinfo ============================================================================== --- head/x11-toolkits/tk86/distinfo Fri Sep 20 07:26:51 2013 (r327663) +++ head/x11-toolkits/tk86/distinfo Fri Sep 20 07:32:38 2013 (r327664) @@ -1,2 +1,2 @@ -SHA256 (tk8.6.0-src.tar.gz) = 5c708b2b6f658916df59190b27750fa1ea2bc10992108e10f961c0700f058de6 -SIZE (tk8.6.0-src.tar.gz) = 4239836 +SHA256 (tk8.6.1-src.tar.gz) = b691a2e84907392918665fe03a0deb913663a026bed2162185b4a9a14898162c +SIZE (tk8.6.1-src.tar.gz) = 4244010 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 07:43:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7ACB3C19; Fri, 20 Sep 2013 07:43:53 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5A592248D; Fri, 20 Sep 2013 07:43:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K7hr5W071381; Fri, 20 Sep 2013 07:43:53 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K7hqQZ071375; Fri, 20 Sep 2013 07:43:52 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201309200743.r8K7hqQZ071375@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 20 Sep 2013 07:43:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327665 - in head: lang/tcl84 lang/tcl85 lang/tcl86 x11-toolkits/tk84 x11-toolkits/tk85 x11-toolkits/tk86 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.14 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: Fri, 20 Sep 2013 07:43:53 -0000 Author: gahr Date: Fri Sep 20 07:43:51 2013 New Revision: 327665 URL: http://svnweb.freebsd.org/changeset/ports/327665 Log: - Finish up the change of PKGNAME for Tcl/Tk ports to match LATEST_LINK Suggested by: bapt Modified: head/lang/tcl84/Makefile head/lang/tcl85/Makefile head/lang/tcl86/Makefile head/x11-toolkits/tk84/Makefile head/x11-toolkits/tk85/Makefile head/x11-toolkits/tk86/Makefile Modified: head/lang/tcl84/Makefile ============================================================================== --- head/lang/tcl84/Makefile Fri Sep 20 07:32:38 2013 (r327664) +++ head/lang/tcl84/Makefile Fri Sep 20 07:43:51 2013 (r327665) @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= tcl -DISTVERSION= 8.4.20 +PORTVERSION= 8.4.20 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= lang tcl MASTER_SITES= ${MASTER_SITE_TCLTK} \ SF/tcl/Tcl/${PORTVERSION} MASTER_SITE_SUBDIR= tcl8_4 -DISTNAME= ${PORTNAME}${DISTVERSION}-src +PKGNAMESUFFIX= ${PORTVERSION:R:S/.//} +DISTNAME= ${PORTNAME}${PORTVERSION}-src MAINTAINER= tcltk@FreeBSD.org COMMENT= Tool Command Language @@ -34,7 +35,6 @@ CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TCL_VER= 8.4 SHORT_TCL_VER= ${TCL_VER:S/8./8/} -LATEST_LINK= ${PORTNAME}${SHORT_TCL_VER} MAN_SUFFIX= ${LATEST_LINK} MAKE_ENV= SHORT_TCL_VER="${SHORT_TCL_VER}" \ Modified: head/lang/tcl85/Makefile ============================================================================== --- head/lang/tcl85/Makefile Fri Sep 20 07:32:38 2013 (r327664) +++ head/lang/tcl85/Makefile Fri Sep 20 07:43:51 2013 (r327665) @@ -35,7 +35,6 @@ CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TCL_VER= 8.5 SHORT_TCL_VER= ${TCL_VER:S/8./8/} -LATEST_LINK= ${PORTNAME}${SHORT_TCL_VER} MAN_SUFFIX= ${LATEST_LINK} MAKE_ENV= SHORT_TCL_VER=${SHORT_TCL_VER} \ Modified: head/lang/tcl86/Makefile ============================================================================== --- head/lang/tcl86/Makefile Fri Sep 20 07:32:38 2013 (r327664) +++ head/lang/tcl86/Makefile Fri Sep 20 07:43:51 2013 (r327665) @@ -36,7 +36,6 @@ CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TCL_VER= ${PORTVERSION:R} SHORT_TCL_VER= ${TCL_VER:S/.//} -LATEST_LINK= ${PORTNAME}${SHORT_TCL_VER} MAN_SUFFIX= ${LATEST_LINK} MAKE_ENV= SHORT_TCL_VER=${SHORT_TCL_VER} \ Modified: head/x11-toolkits/tk84/Makefile ============================================================================== --- head/x11-toolkits/tk84/Makefile Fri Sep 20 07:32:38 2013 (r327664) +++ head/x11-toolkits/tk84/Makefile Fri Sep 20 07:43:51 2013 (r327665) @@ -6,6 +6,8 @@ PORTEPOCH= 2 CATEGORIES= x11-toolkits tk MASTER_SITES= ${MASTER_SITE_TCLTK} \ SF/tcl/Tcl/${PORTVERSION} +MASTER_SITE_SUBDIR=tcl8_4 +PKGNAMESUFFIX= ${PORTVERSION:R:S/.//} DISTNAME= ${PORTNAME}${PORTVERSION}-src MAINTAINER= tcltk@FreeBSD.org @@ -23,8 +25,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERS ALL_TARGET= all INSTALL_TARGET= install +USES+= tcl:${SHORT_TK_VER} USE_LDCONFIG= yes -USE_TCL= ${SHORT_TK_VER} USE_XORG= x11 CFLAGS+= -I${TCL_INCLUDEDIR}/generic GNU_CONFIGURE= yes @@ -39,7 +41,6 @@ CFLAGS+= -I${TCL_INCLUDEDIR} TK_VER= ${PORTVERSION:R} SHORT_TK_VER= ${TK_VER:S/.//} -LATEST_LINK= ${PORTNAME}${SHORT_TK_VER} MAN_SUFFIX= ${LATEST_LINK} MAKE_ENV= SHORT_TK_VER=${SHORT_TK_VER} Modified: head/x11-toolkits/tk85/Makefile ============================================================================== --- head/x11-toolkits/tk85/Makefile Fri Sep 20 07:32:38 2013 (r327664) +++ head/x11-toolkits/tk85/Makefile Fri Sep 20 07:43:51 2013 (r327665) @@ -2,12 +2,13 @@ # $FreeBSD$ PORTNAME= tk -DISTVERSION= 8.5.15 +PORTVERSION= 8.5.15 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_TCLTK} \ SF/tcl/Tcl/${PORTVERSION} MASTER_SITE_SUBDIR=tcl8_5 -DISTNAME= ${PORTNAME}${DISTVERSION}-src +PKGNAMESUFFIX= ${PORTVERSION:R:S/.//} +DISTNAME= ${PORTNAME}${PORTVERSION}-src MAINTAINER= tcltk@FreeBSD.org COMMENT= Graphical toolkit for Tcl @@ -16,7 +17,7 @@ LICENSE= BSD LICENSE_TERMS= ${WRKSRC}/../license.terms -LATEST_LINK= tk85 +USES+= tcl:${SHORT_TK_VER} USE_XORG= x11 xft xscrnsaver USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}/unix @@ -32,7 +33,6 @@ CONFIGURE_ARGS= --enable-shared \ CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TK_LIB_FILE=libtk${SHORT_TK_VER}.so.1 \ ac_cv_path_tclsh="${LOCALBASE}/bin/tclsh${TK_VER}" -LATEST_LINK= ${PORTNAME}${SHORT_TK_VER} MAN_SUFFIX= ${LATEST_LINK} INSTALL_TARGET= install @@ -44,8 +44,6 @@ MANCOMPRESSED= no DATADIR= ${PREFIX}/share/${PORTNAME}${TK_VER} SUB_FILES= pkgIndex.tcl -USE_TCL= ${SHORT_TK_VER} - OPTIONS_DEFINE= TK85_MAN DEMOS THREADS OPTIONS_DEFAULT=THREADS TK85_MAN_DESC= Install tk 8.5 function manpages Modified: head/x11-toolkits/tk86/Makefile ============================================================================== --- head/x11-toolkits/tk86/Makefile Fri Sep 20 07:32:38 2013 (r327664) +++ head/x11-toolkits/tk86/Makefile Fri Sep 20 07:43:51 2013 (r327665) @@ -45,7 +45,6 @@ CFLAGS+= -I${TCL_INCLUDEDIR} \ TK_VER= ${PORTVERSION:R} SHORT_TK_VER= ${TK_VER:S/.//} -LATEST_LINK= ${PORTNAME}${SHORT_TK_VER} MAN_SUFFIX= ${LATEST_LINK} MAKE_ENV= SHORT_TK_VER=${SHORT_TK_VER} From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 08:10:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 92C361EE; Fri, 20 Sep 2013 08:10:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E52625CB; Fri, 20 Sep 2013 08:10:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K8AW1i085985; Fri, 20 Sep 2013 08:10:32 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K8AWMs085982; Fri, 20 Sep 2013 08:10:32 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309200810.r8K8AWMs085982@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Sep 2013 08:10:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327666 - head/textproc/p5-YAML-Tiny 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.14 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: Fri, 20 Sep 2013 08:10:32 -0000 Author: sunpoet Date: Fri Sep 20 08:10:31 2013 New Revision: 327666 URL: http://svnweb.freebsd.org/changeset/ports/327666 Log: - Update to 1.55 - Add LICENSE Changes: http://search.cpan.org/dist/YAML-Tiny/Changes PR: ports/182232 Submitted by: sunpoet (myself) Approved by: Yuan-Chung Hsiao (maintainer) Modified: head/textproc/p5-YAML-Tiny/Makefile head/textproc/p5-YAML-Tiny/distinfo (contents, props changed) Modified: head/textproc/p5-YAML-Tiny/Makefile ============================================================================== --- head/textproc/p5-YAML-Tiny/Makefile Fri Sep 20 07:43:51 2013 (r327665) +++ head/textproc/p5-YAML-Tiny/Makefile Fri Sep 20 08:10:31 2013 (r327666) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= YAML-Tiny -PORTVERSION= 1.51 +PORTVERSION= 1.55 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= Read/Write YAML files with as little code as possible +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + TEST_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML USES= perl5 Modified: head/textproc/p5-YAML-Tiny/distinfo ============================================================================== --- head/textproc/p5-YAML-Tiny/distinfo Fri Sep 20 07:43:51 2013 (r327665) +++ head/textproc/p5-YAML-Tiny/distinfo Fri Sep 20 08:10:31 2013 (r327666) @@ -1,2 +1,2 @@ -SHA256 (YAML-Tiny-1.51.tar.gz) = 5c6e9b3d9e558fc428d8b8710da49ff3bcb9fb606decb63c24816da01c9f8b4d -SIZE (YAML-Tiny-1.51.tar.gz) = 43342 +SHA256 (YAML-Tiny-1.55.tar.gz) = a0f7872f8a8ad0baa38addd3b7d99a618ac70dfc7b717c9c0db8563204312377 +SIZE (YAML-Tiny-1.55.tar.gz) = 43881 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 08:20:37 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 46FC75D4; Fri, 20 Sep 2013 08:20:37 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 34B8D2688; Fri, 20 Sep 2013 08:20:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K8Kbwj091304; Fri, 20 Sep 2013 08:20:37 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K8KaY9091301; Fri, 20 Sep 2013 08:20:36 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201309200820.r8K8KaY9091301@svn.freebsd.org> From: Erwin Lansing Date: Fri, 20 Sep 2013 08:20:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327667 - head/dns/bind96 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.14 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: Fri, 20 Sep 2013 08:20:37 -0000 Author: erwin Date: Fri Sep 20 08:20:36 2013 New Revision: 327667 URL: http://svnweb.freebsd.org/changeset/ports/327667 Log: Update to 9.6-ESV-R10 Security Fixes Prevents exploitation of a runtime_check which can crash named when satisfying a recursive query for particular malformed zones. (CVE-2013-3919) [RT #33690] Feature Changes rndc status now also shows the build-id. [RT #20422] Improved OPT pseudo-record processing to make it easier to support new EDNS options. [RT #34414] "configure" now finishes by printing a summary of optional BIND features and whether they are active or inactive. ("configure --enable-full-report" increases the verbosity of the summary.) [RT #31777] Addressed compatibility issues with newer versions of Microsoft Visual Studio. [RT #33916] Improved the 'rndc' man page. [RT #33506] 'named -g' now no longer works with an invalid logging configuration. [RT #33473] The default (and minimum) value for tcp-listen-queue is now 10 instead of 3. This is a subtle control setting (not applicable to all OS environments). When there is a high rate of inbound TCP connections, it controls how many connections can be queued before they are accepted by named. Once this limit is exceeded, new TCP connections will be rejected. Note however that a value of 10 does not imply a strict limit of 10 queued TCP connections - the impact of changing this configuration setting will be OS-dependent. Larger values for tcp-listen queue will permit more pending tcp connections, which may be needed where there is a high rate of TCP-based traffic (for example in a dynamic environment where there are frequent zone updates and transfers). For most production servers the new default value of 10 should be adequate. [RT #33029] Modified: head/dns/bind96/Makefile head/dns/bind96/distinfo head/dns/bind96/pkg-plist Modified: head/dns/bind96/Makefile ============================================================================== --- head/dns/bind96/Makefile Fri Sep 20 08:10:31 2013 (r327666) +++ head/dns/bind96/Makefile Fri Sep 20 08:20:36 2013 (r327667) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bind96 -PORTVERSION= 9.6.3.2.ESV.R9 +PORTVERSION= 9.6.3.2.ESV.R10 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} @@ -13,7 +13,7 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= ISCL # ISC releases things like 9.4.0b3, which our versioning doesn't like -ISCVERSION= 9.6-ESV-R9-P1 +ISCVERSION= 9.6-ESV-R10 MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind96/distinfo ============================================================================== --- head/dns/bind96/distinfo Fri Sep 20 08:10:31 2013 (r327666) +++ head/dns/bind96/distinfo Fri Sep 20 08:20:36 2013 (r327667) @@ -1,2 +1,2 @@ -SHA256 (bind-9.6-ESV-R9-P1.tar.gz) = f7957ada381d09ec8f38155f8d630935072746a75fc51008a175443c13825f78 -SIZE (bind-9.6-ESV-R9-P1.tar.gz) = 6410296 +SHA256 (bind-9.6-ESV-R10.tar.gz) = f34e24a7d4bd41eedd7b781fbca3f8dc29e6f677be3b9f418f8581debbc4a66c +SIZE (bind-9.6-ESV-R10.tar.gz) = 6420776 Modified: head/dns/bind96/pkg-plist ============================================================================== --- head/dns/bind96/pkg-plist Fri Sep 20 08:10:31 2013 (r327666) +++ head/dns/bind96/pkg-plist Fri Sep 20 08:20:36 2013 (r327667) @@ -139,11 +139,13 @@ include/isc/resource.h include/isc/result.h include/isc/resultclass.h include/isc/rwlock.h +include/isc/safe.h include/isc/serial.h include/isc/sha1.h include/isc/sha2.h include/isc/sockaddr.h include/isc/socket.h +include/isc/stat.h include/isc/stdio.h include/isc/stdlib.h include/isc/stdtime.h From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 08:22:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3C84D6BF; Fri, 20 Sep 2013 08:22:46 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 197412694; Fri, 20 Sep 2013 08:22:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K8MjFo092449; Fri, 20 Sep 2013 08:22:45 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K8MjRd092446; Fri, 20 Sep 2013 08:22:45 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201309200822.r8K8MjRd092446@svn.freebsd.org> From: Erwin Lansing Date: Fri, 20 Sep 2013 08:22:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327668 - head/dns/bind99 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.14 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: Fri, 20 Sep 2013 08:22:46 -0000 Author: erwin Date: Fri Sep 20 08:22:45 2013 New Revision: 327668 URL: http://svnweb.freebsd.org/changeset/ports/327668 Log: Update to 9.9.4 Note that the Rate Limiting option has been renamed. Security Fixes Previously an error in bounds checking on the private type 'keydata' could be used to deny service through a deliberately triggerable REQUIRE failure (CVE-2013-4854). [RT #34238] Prevents exploitation of a runtime_check which can crash named when satisfying a recursive query for particular malformed zones. (CVE-2013-3919) [RT #33690] New Features Added Response Rate Limiting (RRL) functionality to reduce the effectiveness of DNS as an amplifier for reflected denial-of-service attacks by rate-limiting substantially-identical responses. [RT #28130] Feature Changes rndc status now also shows the build-id. [RT #20422] Improved OPT pseudo-record processing to make it easier to support new EDNS options. [RT #34414] "configure" now finishes by printing a summary of optional BIND features and whether they are active or inactive. ("configure --enable-full-report" increases the verbosity of the summary.) [RT #31777] Addressed compatibility issues with newer versions of Microsoft Visual Studio. [RT #33916] Improved the 'rndc' man page. [RT #33506] 'named -g' now no longer works with an invalid logging configuration. [RT #33473] The default (and minimum) value for tcp-listen-queue is now 10 instead of 3. This is a subtle control setting (not applicable to all OS environments). When there is a high rate of inbound TCP connections, it controls how many connections can be queued before they are accepted by named. Once this limit is exceeded, new TCP connections will be rejected. Note however that a value of 10 does not imply a strict limit of 10 queued TCP connections - the impact of changing this configuration setting will be OS-dependent. Larger values for tcp-listen queue will permit more pending tcp connections, which may be needed where there is a high rate of TCP-based traffic (for example in a dynamic environment where there are frequent zone updates and transfers). For most production servers the new default value of 10 should be adequate. [RT #33029] Added support for OpenSSL versions 0.9.8y, 1.0.0k, and 1.0.1e with PKCS#11. [RT #33463] Added logging messages on slave servers when they forward DDNS updates to a master. [RT #33240] Changed the logging category for RRL events from 'queries' to 'query-errors'. [RT #33540] Modified: head/dns/bind99/Makefile head/dns/bind99/distinfo head/dns/bind99/pkg-plist Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Fri Sep 20 08:20:36 2013 (r327667) +++ head/dns/bind99/Makefile Fri Sep 20 08:22:45 2013 (r327668) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= bind99 -PORTVERSION= 9.9.3.2 +PORTVERSION= 9.9.4 PORTREVISION?= 0 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} @@ -14,7 +14,7 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.9.3-P2 +ISCVERSION= 9.9.4 MAKE_JOBS_UNSAFE= yes @@ -30,7 +30,7 @@ OPTIONS_DEFAULT= IPV6 SSL LINKS XML THRE OPTIONS_DEFINE= SSL IDN REPLACE_BASE LARGE_FILE \ FIXED_RRSET SIGCHASE IPV6 THREADS GSSAPI .if !defined(BIND_TOOLS_SLAVE) -OPTIONS_DEFINE+= LINKS XML RPZ_NSIP RPZ_NSDNAME RPZRRL_PATCH +OPTIONS_DEFINE+= LINKS XML RPZ_NSIP RPZ_NSDNAME RRL OPTIONS_GROUP= DLZ OPTIONS_GROUP_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \ DLZ_LDAP DLZ_FILESYSTEM DLZ_STUB @@ -47,7 +47,7 @@ LINKS_DESC= Create conf file symlinks i XML_DESC= Support for xml statistics output RPZ_NSIP_DESC= Enable RPZ NSIP trigger rules RPZ_NSDNAME_DESC= Enable RPZ NSDNAME policy records -RPZRRL_PATCH_DESC= RPZ improvements + RRL patch (experimental) +RRL_DESC= Response Rate Limiting DLZ_DESC= Dynamically Loadable Zones DLZ_POSTGRESQL_DESC= DLZ Postgres driver DLZ_MYSQL_DESC= DLZ MySQL driver (no threading) @@ -123,9 +123,8 @@ CONFIGURE_ARGS+= --enable-rpz-nsip CONFIGURE_ARGS+= --enable-rpz-nsdname .endif -.if ${PORT_OPTIONS:MRPZRRL_PATCH} -PATCHFILES= 9.9.3-rpz+rl.13208.13-P2.patch -PATCH_SITES= http://ss.vix.com/~vjs/ +.if ${PORT_OPTIONS:MRRL} +CONFIGURE_ARGS+= --enable-rrl .endif .if ${PORT_OPTIONS:MDLZ_MYSQL} Modified: head/dns/bind99/distinfo ============================================================================== --- head/dns/bind99/distinfo Fri Sep 20 08:20:36 2013 (r327667) +++ head/dns/bind99/distinfo Fri Sep 20 08:22:45 2013 (r327668) @@ -1,4 +1,2 @@ -SHA256 (bind-9.9.3-P2.tar.gz) = 5e8ab06c7b73f38b47ce9ad12ca0afa7c714bbba2f6b7421c26c0d8b84b6c678 -SIZE (bind-9.9.3-P2.tar.gz) = 7459422 -SHA256 (9.9.3-rpz+rl.13208.13-P2.patch) = 55f9393449a8e9b00484eaab8cc9f7a1b10a3bd431b0ba2455aface2c3a3cead -SIZE (9.9.3-rpz+rl.13208.13-P2.patch) = 356951 +SHA256 (bind-9.9.4.tar.gz) = fe0f16653382e428b10282ce9850722d19589d66f2b45a528e98be3153f654c8 +SIZE (bind-9.9.4.tar.gz) = 7513017 Modified: head/dns/bind99/pkg-plist ============================================================================== --- head/dns/bind99/pkg-plist Fri Sep 20 08:20:36 2013 (r327667) +++ head/dns/bind99/pkg-plist Fri Sep 20 08:22:45 2013 (r327668) @@ -145,11 +145,13 @@ include/isc/resource.h include/isc/result.h include/isc/resultclass.h include/isc/rwlock.h +include/isc/safe.h include/isc/serial.h include/isc/sha1.h include/isc/sha2.h include/isc/sockaddr.h include/isc/socket.h +include/isc/stat.h include/isc/stdio.h include/isc/stdlib.h include/isc/stdtime.h From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 08:32:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6F68580B for ; Fri, 20 Sep 2013 08:32:53 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D337C26F7 for ; Fri, 20 Sep 2013 08:32:52 +0000 (UTC) Received: by mail-lb0-f174.google.com with SMTP id w6so338290lbh.19 for ; Fri, 20 Sep 2013 01:32:45 -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=O2BDyT2T3BYlsFN4gj1XHDjaT5f5LgfLI+5rIbXzzAE=; b=T8KUfZsWG03zTu7a6xzO+lQfgdxBEvQR0T1ROkU3tUcVzlnfuumwSs7IMjm5c7NucZ WPRyClNHjruq/M2HfLBCYIMNt1NFwa1dZOxjSuUIoA/YcXDrol6i0Z28v4Wio6Y5a+4O KMsTTixrHzCv/v+RPMhZ6i9eIuF04nnkGgV5zkkCi2UlBIbrKfJ5Jvaojny+FbALXei4 H6uBr4Ey1Udm8gkyf34f/+fzPbrG5GksEtrvcPBfbWR6JOUej2tGsa/nBwjF0DQ+kyT4 q7Fsq3PTWWHaD+FCnLj+Un+J/k9H/73WNzniwvmxseF2G8lVB9v3QbxQsOoalyNUZuJ7 Qd7Q== X-Gm-Message-State: ALoCoQlzItHmifGXHcONMdVY80r3jGTdAj3wEIOmpX7XCA96nqOjR0vhBjGc/sQoIgaMEzIuWQ+C X-Received: by 10.152.8.51 with SMTP id o19mr409330laa.42.1379665965157; Fri, 20 Sep 2013 01:32:45 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.91.9 with HTTP; Fri, 20 Sep 2013 01:32:25 -0700 (PDT) In-Reply-To: <201309190805.r8J855cW009011@svn.freebsd.org> References: <201309190805.r8J855cW009011@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Sep 2013 16:32:25 +0800 X-Google-Sender-Auth: oTR4CXvhKC0qr-hl65OMavcGafU Message-ID: Subject: Re: svn commit: r327601 - head/Mk To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 20 Sep 2013 08:32:53 -0000 Hi Bapt, May I suggest to change hard-coded sleep time to a settable variable defaults to 10? It would save time while checking multiple ports with terminal outputs redirected to a log file. Thanks. Regards, sunpoet On Thu, Sep 19, 2013 at 4:05 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Thu Sep 19 08:05:05 2013 > New Revision: 327601 > URL: http://svnweb.freebsd.org/changeset/ports/327601 > > Log: > Move the target for sanity checking to the end of bsd.port.mk so that > WARNING and DEV_* can be defined anywhere > While here, change sleep time from 5 to 10 so that users have time to > read it [1] > > Suggested by: many [1] > > Modified: > head/Mk/bsd.port.mk > head/Mk/bsd.sanity.mk > > Modified: head/Mk/bsd.port.mk > > ============================================================================== > --- head/Mk/bsd.port.mk Thu Sep 19 07:50:29 2013 (r327600) > +++ head/Mk/bsd.port.mk Thu Sep 19 08:05:05 2013 (r327601) > @@ -6491,6 +6491,43 @@ install-license: > @${DO_NADA} > .endif > > +.if defined(WARNING) > +show-warnings: > + @${ECHO_MSG} "/!\\ WARNING /!\\" > +.for m in ${WARNING} > + @${ECHO_MSG} "${m}" > +.endfor > + @${ECHO_MSG} > + @sleep 10 > + > +check-makefile:: show-warnings > +.endif > + > +.if defined(DEVELOPER) > +.if defined(DEV_WARNING) > +show-dev-warnings: > + @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile warnings, please consider > fixing /!\\" > + @${ECHO_MSG} > +.for m in ${DEV_WARNING} > + @${ECHO_MSG} "${m}" > +.endfor > + @${ECHO_MSG} > + @sleep 10 > +check-makefile:: show-dev-warnings > +.endif > + > +.if defined(DEV_ERROR) > +show-dev-errors: > + @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile errors /!\\" > + @${ECHO_MSG} > +.for m in ${DEV_WARNING} > + @${ECHO_MSG} "${m}" > +.endfor > + @${ECHO_MSG} > + @${FALSE} > +check-makefile:: show-dev-errors > +.endif > +.endif #DVELOPER > .endif > # End of post-makefile section. > > > Modified: head/Mk/bsd.sanity.mk > > ============================================================================== > --- head/Mk/bsd.sanity.mk Thu Sep 19 07:50:29 2013 (r327600) > +++ head/Mk/bsd.sanity.mk Thu Sep 19 08:05:05 2013 (r327601) > @@ -91,41 +91,6 @@ DEV_WARNING+= "USE_GNOME=ltverhack is no > DEV_WARNING+= "Please use the new format for LIB_DEPENDS, see handbook > for details" > .endif > > -.if defined(WARNING) > -show-warnings: > -.for m in ${WARNING} > - @${ECHO_MSG} "${m}" > -.endfor > - @sleep 5 > - > -check-makefile:: show-warnings > -.endif > - > .if defined(_PREMKINCLUDED) > DEV_ERROR+= "you cannot include bsd.port[.pre].mk twice" > .endif > - > -.if defined(DEVELOPER) > -.if defined(DEV_WARNING) > -show-dev-warnings: > - @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile warnings, please consider > fixing /!\\" > - @${ECHO_MSG} > -.for m in ${DEV_WARNING} > - @${ECHO_MSG} "${m}" > -.endfor > - @${ECHO_MSG} > - @sleep 5 > -check-makefile:: show-dev-warnings > -.endif > - > -.if defined(DEV_ERROR) > -show-dev-errors: > - @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile errors /!\\" > - @${ECHO_MSG} > -.for m in ${DEV_WARNING} > - @${ECHO_MSG} "${m}" > -.endfor > - @${FALSE} > -check-makefile:: show-dev-errors > -.endif > -.endif > From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 08:41:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4FC24999; Fri, 20 Sep 2013 08:41:10 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3DFCD2770; Fri, 20 Sep 2013 08:41:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K8fAbR002641; Fri, 20 Sep 2013 08:41:10 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K8fAfd002640; Fri, 20 Sep 2013 08:41:10 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309200841.r8K8fAfd002640@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Fri, 20 Sep 2013 08:41:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327669 - head/devel/py-six 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.14 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: Fri, 20 Sep 2013 08:41:10 -0000 Author: rm Date: Fri Sep 20 08:41:09 2013 New Revision: 327669 URL: http://svnweb.freebsd.org/changeset/ports/327669 Log: - fix packing list with python3 Modified: head/devel/py-six/Makefile Modified: head/devel/py-six/Makefile ============================================================================== --- head/devel/py-six/Makefile Fri Sep 20 08:22:45 2013 (r327668) +++ head/devel/py-six/Makefile Fri Sep 20 08:41:09 2013 (r327669) @@ -19,4 +19,11 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/six.p %%PYTHON_SITELIBDIR%%/six.pyc \ %%PYTHON_SITELIBDIR%%/six.pyo -.include +.include + +post-install: +.if ${PYTHON_REL} >= 320 +.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" +.endif + +.include From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 08:58:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 169AFCB7; Fri, 20 Sep 2013 08:58:56 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 02EE2282C; Fri, 20 Sep 2013 08:58:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K8wtJL010172; Fri, 20 Sep 2013 08:58:55 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K8wtcC010166; Fri, 20 Sep 2013 08:58:55 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201309200858.r8K8wtcC010166@svn.freebsd.org> From: Jun Kuriyama Date: Fri, 20 Sep 2013 08:58:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327670 - in head/www: . p5-HTTP-Session-Store-DBI 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.14 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: Fri, 20 Sep 2013 08:58:56 -0000 Author: kuriyama Date: Fri Sep 20 08:58:54 2013 New Revision: 327670 URL: http://svnweb.freebsd.org/changeset/ports/327670 Log: Store session data in DBI for HTTP::Session. WWW: http://search.cpan.org/dist/HTTP-Session-Store-DBI/ Added: head/www/p5-HTTP-Session-Store-DBI/ head/www/p5-HTTP-Session-Store-DBI/Makefile (contents, props changed) head/www/p5-HTTP-Session-Store-DBI/distinfo (contents, props changed) head/www/p5-HTTP-Session-Store-DBI/pkg-descr (contents, props changed) head/www/p5-HTTP-Session-Store-DBI/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Sep 20 08:41:09 2013 (r327669) +++ head/www/Makefile Fri Sep 20 08:58:54 2013 (r327670) @@ -1028,6 +1028,7 @@ SUBDIR += p5-HTTP-Server-Simple-Static SUBDIR += p5-HTTP-Session SUBDIR += p5-HTTP-Session-State-MobileAgentID + SUBDIR += p5-HTTP-Session-Store-DBI SUBDIR += p5-HTTP-SimpleLinkChecker SUBDIR += p5-HTTP-Size SUBDIR += p5-HTTP-Tiny Added: head/www/p5-HTTP-Session-Store-DBI/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTTP-Session-Store-DBI/Makefile Fri Sep 20 08:58:54 2013 (r327670) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= HTTP-Session-Store-DBI +PORTVERSION= 0.02 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to store session data in DBI for HTTP::Session + +BUILD_DEPENDS= \ + p5-Moose>0:${PORTSDIR}/devel/p5-Moose \ + p5-HTTP-Session>=0.26:${PORTSDIR}/www/p5-HTTP-Session \ + p5-DBI>0:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +MAN3= HTTP::Session::Store::DBI.3 + +.include Added: head/www/p5-HTTP-Session-Store-DBI/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTTP-Session-Store-DBI/distinfo Fri Sep 20 08:58:54 2013 (r327670) @@ -0,0 +1,2 @@ +SHA256 (HTTP-Session-Store-DBI-0.02.tar.gz) = f978e916d870ebd939379b92e082ab13fd3a67c6c3b58f00deee1b6fce438177 +SIZE (HTTP-Session-Store-DBI-0.02.tar.gz) = 4080 Added: head/www/p5-HTTP-Session-Store-DBI/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTTP-Session-Store-DBI/pkg-descr Fri Sep 20 08:58:54 2013 (r327670) @@ -0,0 +1,3 @@ +Store session data in DBI for HTTP::Session. + +WWW: http://search.cpan.org/dist/HTTP-Session-Store-DBI/ Added: head/www/p5-HTTP-Session-Store-DBI/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTTP-Session-Store-DBI/pkg-plist Fri Sep 20 08:58:54 2013 (r327670) @@ -0,0 +1,9 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Session/Store/DBI/.packlist +%%SITE_PERL%%/HTTP/Session/Store/DBI.pm +@dirrmtry %%SITE_PERL%%/HTTP/Session/Store +@dirrmtry %%SITE_PERL%%/HTTP/Session +@dirrmtry %%SITE_PERL%%/HTTP +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Session/Store/DBI +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Session/Store +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Session +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 09:00:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4E82EDB0; Fri, 20 Sep 2013 09:00:14 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2ED1A283F; Fri, 20 Sep 2013 09:00:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K90EjK011018; Fri, 20 Sep 2013 09:00:14 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K90Dqs011009; Fri, 20 Sep 2013 09:00:13 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201309200900.r8K90Dqs011009@svn.freebsd.org> From: Jun Kuriyama Date: Fri, 20 Sep 2013 09:00:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327671 - in head/net: . p5-Net-APNs-Extended 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.14 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: Fri, 20 Sep 2013 09:00:14 -0000 Author: kuriyama Date: Fri Sep 20 09:00:12 2013 New Revision: 327671 URL: http://svnweb.freebsd.org/changeset/ports/327671 Log: Client library for APNs that support the extended format. WWW: http://search.cpan.org/dist/Net-APNs-Extended/ Added: head/net/p5-Net-APNs-Extended/ head/net/p5-Net-APNs-Extended/Makefile (contents, props changed) head/net/p5-Net-APNs-Extended/distinfo (contents, props changed) head/net/p5-Net-APNs-Extended/pkg-descr (contents, props changed) head/net/p5-Net-APNs-Extended/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Sep 20 08:58:54 2013 (r327670) +++ head/net/Makefile Fri Sep 20 09:00:12 2013 (r327671) @@ -534,6 +534,7 @@ SUBDIR += p5-Net SUBDIR += p5-Net-AMQP SUBDIR += p5-Net-APNS + SUBDIR += p5-Net-APNs-Extended SUBDIR += p5-Net-ARP SUBDIR += p5-Net-Address-Ethernet SUBDIR += p5-Net-Address-IPv4-Local Added: head/net/p5-Net-APNs-Extended/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-APNs-Extended/Makefile Fri Sep 20 09:00:12 2013 (r327671) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= Net-APNs-Extended +PORTVERSION= 0.07 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for APNs that support the extended format + +RUN_DEPENDS= \ + p5-Class-Accessor-Lite>0:${PORTSDIR}/devel/p5-Class-Accessor-Lite \ + p5-JSON-XS>0:${PORTSDIR}/converters/p5-JSON-XS \ + p5-Net-SSLeay>0:${PORTSDIR}/security/p5-Net-SSLeay +BUILD_DEPENDS= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= modbuild + +MAN3= Net::APNs::Extended.3 \ + Net::APNs::Extended::Feedback.3 + +.include Added: head/net/p5-Net-APNs-Extended/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-APNs-Extended/distinfo Fri Sep 20 09:00:12 2013 (r327671) @@ -0,0 +1,2 @@ +SHA256 (Net-APNs-Extended-0.07.tar.gz) = 953a48fd0fdcd03f80e525c9e1f06e50f1b32b091415bf318f61e2a2a9db95b1 +SIZE (Net-APNs-Extended-0.07.tar.gz) = 16371 Added: head/net/p5-Net-APNs-Extended/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-APNs-Extended/pkg-descr Fri Sep 20 09:00:12 2013 (r327671) @@ -0,0 +1,3 @@ +Client library for APNs that support the extended format. + +WWW: http://search.cpan.org/dist/Net-APNs-Extended/ Added: head/net/p5-Net-APNs-Extended/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-APNs-Extended/pkg-plist Fri Sep 20 09:00:12 2013 (r327671) @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Net/APNs/Extended.pm +%%SITE_PERL%%/Net/APNs/Extended/Base.pm +%%SITE_PERL%%/Net/APNs/Extended/Feedback.pm +@dirrm %%SITE_PERL%%/Net/APNs/Extended +@dirrmtry %%SITE_PERL%%/Net/APNs +@dirrmtry %%SITE_PERL%%/Net From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 09:23:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 978063A0; Fri, 20 Sep 2013 09:23:02 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8471629C8; Fri, 20 Sep 2013 09:23:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K9N288025353; Fri, 20 Sep 2013 09:23:02 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K9N2wR025351; Fri, 20 Sep 2013 09:23:02 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309200923.r8K9N2wR025351@svn.freebsd.org> From: Bryan Drewery Date: Fri, 20 Sep 2013 09:23:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327672 - head/emulators/qmc2 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.14 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: Fri, 20 Sep 2013 09:23:02 -0000 Author: bdrewery Date: Fri Sep 20 09:23:01 2013 New Revision: 327672 URL: http://svnweb.freebsd.org/changeset/ports/327672 Log: - Update to 0.40 Reported by: portscout Modified: head/emulators/qmc2/Makefile head/emulators/qmc2/distinfo Modified: head/emulators/qmc2/Makefile ============================================================================== --- head/emulators/qmc2/Makefile Fri Sep 20 09:00:12 2013 (r327671) +++ head/emulators/qmc2/Makefile Fri Sep 20 09:23:01 2013 (r327672) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qmc2 -PORTVERSION= 0.39 +PORTVERSION= 0.40 CATEGORIES= emulators MASTER_SITES= SF Modified: head/emulators/qmc2/distinfo ============================================================================== --- head/emulators/qmc2/distinfo Fri Sep 20 09:00:12 2013 (r327671) +++ head/emulators/qmc2/distinfo Fri Sep 20 09:23:01 2013 (r327672) @@ -1,2 +1,2 @@ -SHA256 (qmc2-0.39.tar.bz2) = 90ecce2ba19d0df4910b5fa9d88d29755c97650456b87ee2db35af6c29397ab9 -SIZE (qmc2-0.39.tar.bz2) = 14003146 +SHA256 (qmc2-0.40.tar.bz2) = 1119b991a93f9a29a1605219a05459aa1345397906eb7e32856d7ec96a2dc717 +SIZE (qmc2-0.40.tar.bz2) = 17910405 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 09:23:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A8446475; Fri, 20 Sep 2013 09:23:10 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 96EB629C9; Fri, 20 Sep 2013 09:23:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K9NAT2025445; Fri, 20 Sep 2013 09:23:10 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K9NAKt025440; Fri, 20 Sep 2013 09:23:10 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309200923.r8K9NAKt025440@svn.freebsd.org> From: Bryan Drewery Date: Fri, 20 Sep 2013 09:23:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327673 - head/sysutils/ansible 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.14 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: Fri, 20 Sep 2013 09:23:10 -0000 Author: bdrewery Date: Fri Sep 20 09:23:09 2013 New Revision: 327673 URL: http://svnweb.freebsd.org/changeset/ports/327673 Log: - Update to 1.3.2 PR: ports/182231 Submitted by: Nikolai Lifanov (maintainer) Modified: head/sysutils/ansible/Makefile head/sysutils/ansible/distinfo Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Fri Sep 20 09:23:01 2013 (r327672) +++ head/sysutils/ansible/Makefile Fri Sep 20 09:23:09 2013 (r327673) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= sysutils python MASTER_SITES= http://ansibleworks.com/releases/ Modified: head/sysutils/ansible/distinfo ============================================================================== --- head/sysutils/ansible/distinfo Fri Sep 20 09:23:01 2013 (r327672) +++ head/sysutils/ansible/distinfo Fri Sep 20 09:23:09 2013 (r327673) @@ -1,2 +1,2 @@ -SHA256 (ansible-1.3.1.tar.gz) = 232d52e42988e9604d968ac625634d5dcd6dcb09344011a568725bb7a9617542 -SIZE (ansible-1.3.1.tar.gz) = 448487 +SHA256 (ansible-1.3.2.tar.gz) = b9bc30d21b9cfadae9922895b41b157a2015053315f855af96b153a36321e359 +SIZE (ansible-1.3.2.tar.gz) = 449190 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 09:42:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 45D517D8; Fri, 20 Sep 2013 09:42:33 +0000 (UTC) (envelope-from roberto@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 194352AE0; Fri, 20 Sep 2013 09:42:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K9gWmn035119; Fri, 20 Sep 2013 09:42:32 GMT (envelope-from roberto@svn.freebsd.org) Received: (from roberto@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K9gW7h035112; Fri, 20 Sep 2013 09:42:32 GMT (envelope-from roberto@svn.freebsd.org) Message-Id: <201309200942.r8K9gW7h035112@svn.freebsd.org> From: Ollivier Robert Date: Fri, 20 Sep 2013 09:42:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327674 - in head/devel/libdlmalloc: . 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.14 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: Fri, 20 Sep 2013 09:42:33 -0000 Author: roberto Date: Fri Sep 20 09:42:31 2013 New Revision: 327674 URL: http://svnweb.freebsd.org/changeset/ports/327674 Log: Update to 2.8.6, no release notes available, diff shows changes in locking. Override properties with fbsd:nokeywords. Modified: head/devel/libdlmalloc/Makefile head/devel/libdlmalloc/distinfo (contents, props changed) head/devel/libdlmalloc/files/Makefile head/devel/libdlmalloc/files/patch-aa (contents, props changed) Directory Properties: head/devel/libdlmalloc/pkg-plist (props changed) Modified: head/devel/libdlmalloc/Makefile ============================================================================== --- head/devel/libdlmalloc/Makefile Fri Sep 20 09:23:09 2013 (r327673) +++ head/devel/libdlmalloc/Makefile Fri Sep 20 09:42:31 2013 (r327674) @@ -6,7 +6,7 @@ # PORTNAME= dlmalloc -PORTVERSION= 2.8.4 +PORTVERSION= 2.8.6 CATEGORIES= devel MASTER_SITES= ftp://gee.cs.oswego.edu/pub/misc/ DISTFILES= malloc-${PORTVERSION}.c malloc-${PORTVERSION}.h Modified: head/devel/libdlmalloc/distinfo ============================================================================== --- head/devel/libdlmalloc/distinfo Fri Sep 20 09:23:09 2013 (r327673) +++ head/devel/libdlmalloc/distinfo Fri Sep 20 09:42:31 2013 (r327674) @@ -1,4 +1,4 @@ -SHA256 (malloc-2.8.4.c) = bbd3026844b52ca4f76873dff0b020677698147317787c511411e19cea18f37d -SIZE (malloc-2.8.4.c) = 199774 -SHA256 (malloc-2.8.4.h) = ec1fceed8abc285b53dcf5acd43f9b844a394d2412f4b08966ce011407af68e1 -SIZE (malloc-2.8.4.h) = 20320 +SHA256 (malloc-2.8.6.c) = 103602c3fcbe200d5e257cdd7353d84bcc033d887bea3b245321319bf5401f47 +SIZE (malloc-2.8.6.c) = 221456 +SHA256 (malloc-2.8.6.h) = 0534cb3c2cb967204244e35b23524b2d431f35062bb51b141370c84ff99c1f5e +SIZE (malloc-2.8.6.h) = 24221 Modified: head/devel/libdlmalloc/files/Makefile ============================================================================== --- head/devel/libdlmalloc/files/Makefile Fri Sep 20 09:23:09 2013 (r327673) +++ head/devel/libdlmalloc/files/Makefile Fri Sep 20 09:42:31 2013 (r327674) @@ -14,7 +14,7 @@ # $FreeBSD$ # -VER=2.8.4 +VER=2.8.6 LIBDIR=${PREFIX}/lib INCDIR=${PREFIX}/include/dlmalloc Modified: head/devel/libdlmalloc/files/patch-aa ============================================================================== --- head/devel/libdlmalloc/files/patch-aa Fri Sep 20 09:23:09 2013 (r327673) +++ head/devel/libdlmalloc/files/patch-aa Fri Sep 20 09:42:31 2013 (r327674) @@ -1,5 +1,5 @@ ---- malloc-2.8.4.c.orig 2009-10-24 20:31:13.000000000 -0200 -+++ malloc-2.8.4.c 2009-10-24 20:33:30.000000000 -0200 +--- malloc-2.8.6.c.orig 2009-10-24 20:31:13.000000000 -0200 ++++ malloc-2.8.6.c 2009-10-24 20:33:30.000000000 -0200 @@ -1391,7 +1391,7 @@ # ifdef _SC_PAGE_SIZE # define malloc_getpagesize sysconf(_SC_PAGE_SIZE) From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 09:50:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 74DF7933; Fri, 20 Sep 2013 09:50:01 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 632362B1A; Fri, 20 Sep 2013 09:50:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K9o1rh037970; Fri, 20 Sep 2013 09:50:01 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K9o1FM037965; Fri, 20 Sep 2013 09:50:01 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201309200950.r8K9o1FM037965@svn.freebsd.org> From: Rene Ladan Date: Fri, 20 Sep 2013 09:50:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327675 - head/www/chromium 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.14 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: Fri, 20 Sep 2013 09:50:01 -0000 Author: rene Date: Fri Sep 20 09:50:00 2013 New Revision: 327675 URL: http://svnweb.freebsd.org/changeset/ports/327675 Log: Update to 29.0.1547.76 Modified: head/www/chromium/Makefile head/www/chromium/distinfo Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Fri Sep 20 09:42:31 2013 (r327674) +++ head/www/chromium/Makefile Fri Sep 20 09:50:00 2013 (r327675) @@ -5,7 +5,7 @@ PORTNAME= chromium DISTVERSIONPREFIX= courgette-redacted- -DISTVERSION= 29.0.1547.65 +DISTVERSION= 29.0.1547.76 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/:testdata \ http://download.goodking.org/downloads/:browser \ Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Fri Sep 20 09:42:31 2013 (r327674) +++ head/www/chromium/distinfo Fri Sep 20 09:50:00 2013 (r327675) @@ -1,4 +1,4 @@ -SHA256 (chromium-courgette-redacted-29.0.1547.65.tar.xz) = fd6db20fdea04b5ca40d718a5edc6640da08acb23d4a61f42368bd5b0c0da9fd -SIZE (chromium-courgette-redacted-29.0.1547.65.tar.xz) = 173602060 -SHA256 (chromium-29.0.1547.65-testdata.tar.xz) = 62616eb1c88d3d85e65f3a0e608a60d8a6bb5cd2e07c158508d1cabd8570d80b -SIZE (chromium-29.0.1547.65-testdata.tar.xz) = 108863692 +SHA256 (chromium-courgette-redacted-29.0.1547.76.tar.xz) = f2981bc31c485cad0e8ff2a540a74dd75fa1ec5e7a5357ef19b5c4d662d9f442 +SIZE (chromium-courgette-redacted-29.0.1547.76.tar.xz) = 173600568 +SHA256 (chromium-29.0.1547.76-testdata.tar.xz) = 408c13b3b2d56725c8569280710c07340cce463c9de44677211ea4fa566b4591 +SIZE (chromium-29.0.1547.76-testdata.tar.xz) = 108867432 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 09:59:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EF7C6BDD; Fri, 20 Sep 2013 09:59:59 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DD3B62B99; Fri, 20 Sep 2013 09:59:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K9xxxV042574; Fri, 20 Sep 2013 09:59:59 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K9xxna042572; Fri, 20 Sep 2013 09:59:59 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201309200959.r8K9xxna042572@svn.freebsd.org> From: Rene Ladan Date: Fri, 20 Sep 2013 09:59:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327676 - in head: . textproc textproc/rotix 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.14 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: Fri, 20 Sep 2013 10:00:00 -0000 Author: rene Date: Fri Sep 20 09:59:59 2013 New Revision: 327676 URL: http://svnweb.freebsd.org/changeset/ports/327676 Log: Remove expired port: 2013-09-20 textproc/rotix: no longer maintained upstream Deleted: head/textproc/rotix/ Modified: head/MOVED head/textproc/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Sep 20 09:50:00 2013 (r327675) +++ head/MOVED Fri Sep 20 09:59:59 2013 (r327676) @@ -4942,3 +4942,4 @@ audio/ices0|audio/ices|2013-09-16|Unsupp irc/xchat1|irc/xchat|2013-09-16|Unsupported upstream, consider using irc/xchat japanese/xchat|irc/xchat|2013-09-16|Unsupported upstream, consider using irc/xchat www/autoindex|www/autoindex2|2013-09-16|Does not work with any of the supported PHP versions +textproc/rotix||2013-09-20|Has expired: no longer maintained upstream Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Sep 20 09:50:00 2013 (r327675) +++ head/textproc/Makefile Fri Sep 20 09:59:59 2013 (r327676) @@ -1259,7 +1259,6 @@ SUBDIR += ro-mythes SUBDIR += roap SUBDIR += rot - SUBDIR += rotix SUBDIR += rss2html SUBDIR += rst.el SUBDIR += rtf2html From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 10:07:43 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 903A2EEC; Fri, 20 Sep 2013 10:07:43 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DFFF2C14; Fri, 20 Sep 2013 10:07:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KA7hOg047940; Fri, 20 Sep 2013 10:07:43 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KA7hGj047938; Fri, 20 Sep 2013 10:07:43 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309201007.r8KA7hGj047938@svn.freebsd.org> From: Bryan Drewery Date: Fri, 20 Sep 2013 10:07:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327677 - head/misc/ondir 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.14 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: Fri, 20 Sep 2013 10:07:43 -0000 Author: bdrewery Date: Fri Sep 20 10:07:42 2013 New Revision: 327677 URL: http://svnweb.freebsd.org/changeset/ports/327677 Log: - Update to 0.2.3 Reported by: portscout Modified: head/misc/ondir/Makefile head/misc/ondir/distinfo Modified: head/misc/ondir/Makefile ============================================================================== --- head/misc/ondir/Makefile Fri Sep 20 09:59:59 2013 (r327676) +++ head/misc/ondir/Makefile Fri Sep 20 10:07:42 2013 (r327677) @@ -1,12 +1,8 @@ -# New ports collection makefile for: ondir -# Date created: 2010-01-24 -# Whom: ports@c0decafe.net -# +# Created by: ports@c0decafe.net # $FreeBSD$ -# PORTNAME= ondir -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 CATEGORIES= misc MASTER_SITES= http://swapoff.org/files/${PORTNAME}/ @@ -20,4 +16,8 @@ MANCOMPRESSED= no PLIST_FILES= bin/${PORTNAME} +do-install: + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + .include Modified: head/misc/ondir/distinfo ============================================================================== --- head/misc/ondir/distinfo Fri Sep 20 09:59:59 2013 (r327676) +++ head/misc/ondir/distinfo Fri Sep 20 10:07:42 2013 (r327677) @@ -1,2 +1,2 @@ -SHA256 (ondir-0.2.2.tar.gz) = 475fe7bd447756b4effde87c8aa67e063d805b775785b9f39858422dc244aef2 -SIZE (ondir-0.2.2.tar.gz) = 20138 +SHA256 (ondir-0.2.3.tar.gz) = 504a677e5b7c47c907f478d00f52c8ea629f2bf0d9134ac2a3bf0bbe64157ba3 +SIZE (ondir-0.2.3.tar.gz) = 17820 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 10:08:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6674AFE4; Fri, 20 Sep 2013 10:08:47 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5421C2C22; Fri, 20 Sep 2013 10:08:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KA8liU048192; Fri, 20 Sep 2013 10:08:47 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KA8ktS048190; Fri, 20 Sep 2013 10:08:46 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309201008.r8KA8ktS048190@svn.freebsd.org> From: Anton Berezin Date: Fri, 20 Sep 2013 10:08:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327678 - head/math/p5-Statistics-ChiSquare 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.14 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: Fri, 20 Sep 2013 10:08:47 -0000 Author: tobez Date: Fri Sep 20 10:08:46 2013 New Revision: 327678 URL: http://svnweb.freebsd.org/changeset/ports/327678 Log: Update to 0.6. Changes: http://search.cpan.org/dist/Statistics-ChiSquare/CHANGELOG Modified: head/math/p5-Statistics-ChiSquare/Makefile head/math/p5-Statistics-ChiSquare/distinfo Modified: head/math/p5-Statistics-ChiSquare/Makefile ============================================================================== --- head/math/p5-Statistics-ChiSquare/Makefile Fri Sep 20 10:07:42 2013 (r327677) +++ head/math/p5-Statistics-ChiSquare/Makefile Fri Sep 20 10:08:46 2013 (r327678) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Statistics-ChiSquare -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Statistics-ChiSquare/distinfo ============================================================================== --- head/math/p5-Statistics-ChiSquare/distinfo Fri Sep 20 10:07:42 2013 (r327677) +++ head/math/p5-Statistics-ChiSquare/distinfo Fri Sep 20 10:08:46 2013 (r327678) @@ -1,2 +1,2 @@ -SHA256 (Statistics-ChiSquare-0.5.tar.gz) = 90152a48bab4b5104cd8e7d79eb1f90c1e87d7fd9bfbe2d49f4ae1c2b15c7ead -SIZE (Statistics-ChiSquare-0.5.tar.gz) = 4468 +SHA256 (Statistics-ChiSquare-0.6.tar.gz) = 2b4811f0b04baa7570653dd7f91676e3f2d83a48391e2954a81cc74931400dd5 +SIZE (Statistics-ChiSquare-0.6.tar.gz) = 14177 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 10:14:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 856E43AF; Fri, 20 Sep 2013 10:14:47 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 71C8A2C94; Fri, 20 Sep 2013 10:14:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KAElWh052058; Fri, 20 Sep 2013 10:14:47 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KAEleh052055; Fri, 20 Sep 2013 10:14:47 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309201014.r8KAEleh052055@svn.freebsd.org> From: Anton Berezin Date: Fri, 20 Sep 2013 10:14:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327679 - head/www/p5-Catalyst-Plugin-Session 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.14 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: Fri, 20 Sep 2013 10:14:47 -0000 Author: tobez Date: Fri Sep 20 10:14:46 2013 New Revision: 327679 URL: http://svnweb.freebsd.org/changeset/ports/327679 Log: Update to 0.38. Changes: http://search.cpan.org/dist/Catalyst-Plugin-Session/Changes Modified: head/www/p5-Catalyst-Plugin-Session/Makefile head/www/p5-Catalyst-Plugin-Session/distinfo Modified: head/www/p5-Catalyst-Plugin-Session/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Session/Makefile Fri Sep 20 10:08:46 2013 (r327678) +++ head/www/p5-Catalyst-Plugin-Session/Makefile Fri Sep 20 10:14:46 2013 (r327679) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Plugin-Session -PORTVERSION= 0.37 +PORTVERSION= 0.38 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Catalyst-Plugin-Session/distinfo ============================================================================== --- head/www/p5-Catalyst-Plugin-Session/distinfo Fri Sep 20 10:08:46 2013 (r327678) +++ head/www/p5-Catalyst-Plugin-Session/distinfo Fri Sep 20 10:14:46 2013 (r327679) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Plugin-Session-0.37.tar.gz) = 3e06fab78b74da887e0e90f2f3bb494ff871884c75f30efd7bae015502467333 -SIZE (Catalyst-Plugin-Session-0.37.tar.gz) = 48383 +SHA256 (Catalyst-Plugin-Session-0.38.tar.gz) = 4bae7454e1d6569bd80cc5f550f5ced1ae66c538fe6acb672246b93c78df2c04 +SIZE (Catalyst-Plugin-Session-0.38.tar.gz) = 49221 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 10:15:58 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0D93549D; Fri, 20 Sep 2013 10:15:58 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE0342CA1; Fri, 20 Sep 2013 10:15:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KAFv33052631; Fri, 20 Sep 2013 10:15:57 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KAFvbw052629; Fri, 20 Sep 2013 10:15:57 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309201015.r8KAFvbw052629@svn.freebsd.org> From: Anton Berezin Date: Fri, 20 Sep 2013 10:15:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327680 - head/textproc/p5-Lingua-EN-AddressParse 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.14 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: Fri, 20 Sep 2013 10:15:58 -0000 Author: tobez Date: Fri Sep 20 10:15:57 2013 New Revision: 327680 URL: http://svnweb.freebsd.org/changeset/ports/327680 Log: Update to 1.18. Changes: http://search.cpan.org/dist/Lingua-EN-AddressParse/Changes Modified: head/textproc/p5-Lingua-EN-AddressParse/Makefile head/textproc/p5-Lingua-EN-AddressParse/distinfo Modified: head/textproc/p5-Lingua-EN-AddressParse/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-AddressParse/Makefile Fri Sep 20 10:14:46 2013 (r327679) +++ head/textproc/p5-Lingua-EN-AddressParse/Makefile Fri Sep 20 10:15:57 2013 (r327680) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Lingua-EN-AddressParse -PORTVERSION= 1.16 +PORTVERSION= 1.18 CATEGORIES= textproc perl5 geography MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Lingua-EN-AddressParse/distinfo ============================================================================== --- head/textproc/p5-Lingua-EN-AddressParse/distinfo Fri Sep 20 10:14:46 2013 (r327679) +++ head/textproc/p5-Lingua-EN-AddressParse/distinfo Fri Sep 20 10:15:57 2013 (r327680) @@ -1,2 +1,2 @@ -SHA256 (Lingua-EN-AddressParse-1.16.tar.gz) = 796bd7099851f4b82da6a13553c0c074378dbe307a17490194d3b69ba75e3426 -SIZE (Lingua-EN-AddressParse-1.16.tar.gz) = 18420 +SHA256 (Lingua-EN-AddressParse-1.18.tar.gz) = ac84621ab7dadb0525afae94421b15c006124202d9420140086d196e94bd63d3 +SIZE (Lingua-EN-AddressParse-1.18.tar.gz) = 24419 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 10:18:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 39BF5654; Fri, 20 Sep 2013 10:18:09 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 25D8C2CB5; Fri, 20 Sep 2013 10:18:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KAI9A7053537; Fri, 20 Sep 2013 10:18:09 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KAI8VL053535; Fri, 20 Sep 2013 10:18:08 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309201018.r8KAI8VL053535@svn.freebsd.org> From: Anton Berezin Date: Fri, 20 Sep 2013 10:18:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327681 - head/net/p5-Net-Whois-Raw 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.14 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: Fri, 20 Sep 2013 10:18:09 -0000 Author: tobez Date: Fri Sep 20 10:18:08 2013 New Revision: 327681 URL: http://svnweb.freebsd.org/changeset/ports/327681 Log: Update to 2.48. Changes: http://search.cpan.org/dist/Net-Whois-Raw/Changes Modified: head/net/p5-Net-Whois-Raw/Makefile head/net/p5-Net-Whois-Raw/distinfo Modified: head/net/p5-Net-Whois-Raw/Makefile ============================================================================== --- head/net/p5-Net-Whois-Raw/Makefile Fri Sep 20 10:15:57 2013 (r327680) +++ head/net/p5-Net-Whois-Raw/Makefile Fri Sep 20 10:18:08 2013 (r327681) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Whois-Raw -PORTVERSION= 2.46 +PORTVERSION= 2.48 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DESPAIR Modified: head/net/p5-Net-Whois-Raw/distinfo ============================================================================== --- head/net/p5-Net-Whois-Raw/distinfo Fri Sep 20 10:15:57 2013 (r327680) +++ head/net/p5-Net-Whois-Raw/distinfo Fri Sep 20 10:18:08 2013 (r327681) @@ -1,2 +1,2 @@ -SHA256 (Net-Whois-Raw-2.46.tar.gz) = 3e9d8f6d647161763e79cc8e029ebd655c608ad3669496b0cd2ff3794fc93414 -SIZE (Net-Whois-Raw-2.46.tar.gz) = 48722 +SHA256 (Net-Whois-Raw-2.48.tar.gz) = 83c9f258be089b79f02da69895ecf91c3a2a39e815c327343e1659d09d8e7237 +SIZE (Net-Whois-Raw-2.48.tar.gz) = 47710 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 10:21:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5C68E74F; Fri, 20 Sep 2013 10:21:12 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A6D62CEB; Fri, 20 Sep 2013 10:21:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KALCsZ056994; Fri, 20 Sep 2013 10:21:12 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KALBmC056992; Fri, 20 Sep 2013 10:21:11 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309201021.r8KALBmC056992@svn.freebsd.org> From: Anton Berezin Date: Fri, 20 Sep 2013 10:21:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327682 - head/devel/p5-IO-Async 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.14 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: Fri, 20 Sep 2013 10:21:12 -0000 Author: tobez Date: Fri Sep 20 10:21:11 2013 New Revision: 327682 URL: http://svnweb.freebsd.org/changeset/ports/327682 Log: Update to 0.60. Changes: http://search.cpan.org/dist/IO-Async/Changes Modified: head/devel/p5-IO-Async/Makefile head/devel/p5-IO-Async/distinfo Modified: head/devel/p5-IO-Async/Makefile ============================================================================== --- head/devel/p5-IO-Async/Makefile Fri Sep 20 10:18:08 2013 (r327681) +++ head/devel/p5-IO-Async/Makefile Fri Sep 20 10:21:11 2013 (r327682) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Async -PORTVERSION= 0.59 +PORTVERSION= 0.60 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS Modified: head/devel/p5-IO-Async/distinfo ============================================================================== --- head/devel/p5-IO-Async/distinfo Fri Sep 20 10:18:08 2013 (r327681) +++ head/devel/p5-IO-Async/distinfo Fri Sep 20 10:21:11 2013 (r327682) @@ -1,2 +1,2 @@ -SHA256 (IO-Async-0.59.tar.gz) = 1d8a3b9faac62ffacf0733ecdc90fae1aeb0ae9bea021ae70e2a450a33b4f50c -SIZE (IO-Async-0.59.tar.gz) = 215891 +SHA256 (IO-Async-0.60.tar.gz) = 36905acd9e4b4b1bcf6a5f8cc551fbf1fa0b760d29152bcb84fee69fc98fa14c +SIZE (IO-Async-0.60.tar.gz) = 216308 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 10:54:26 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 30481C9F; Fri, 20 Sep 2013 10:54:26 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0EAEC2E93; Fri, 20 Sep 2013 10:54:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KAsPmG073211; Fri, 20 Sep 2013 10:54:25 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KAsNKj073195; Fri, 20 Sep 2013 10:54:23 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201309201054.r8KAsNKj073195@svn.freebsd.org> From: Alex Kozlov Date: Fri, 20 Sep 2013 10:54:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327683 - in head: cad/salome databases/ldb databases/tdb devel/subversion devel/subversion16 devel/subversion17 devel/talloc devel/tevent graphics/digikam-kde4 lang/gnat-aux multimedia... 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.14 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: Fri, 20 Sep 2013 10:54:26 -0000 Author: ak Date: Fri Sep 20 10:54:22 2013 New Revision: 327683 URL: http://svnweb.freebsd.org/changeset/ports/327683 Log: - Remove last vestiges of MAKE_JOBS_SAFE knob Approved by: portmgr (bapt) Modified: head/cad/salome/Makefile.ext head/databases/ldb/Makefile head/databases/tdb/Makefile head/devel/subversion/Makefile.common head/devel/subversion16/Makefile.common (contents, props changed) head/devel/subversion17/Makefile.common head/devel/talloc/Makefile head/devel/tevent/Makefile head/graphics/digikam-kde4/Makefile.common head/lang/gnat-aux/Makefile.common (contents, props changed) head/multimedia/mplayer/Makefile.shared head/net/opal3/Makefile head/net/samba4/Makefile Modified: head/cad/salome/Makefile.ext ============================================================================== --- head/cad/salome/Makefile.ext Fri Sep 20 10:21:11 2013 (r327682) +++ head/cad/salome/Makefile.ext Fri Sep 20 10:54:22 2013 (r327683) @@ -295,8 +295,6 @@ CXXFLAGS+= ${QSCIFLAGS} ${QTFLAGS} .include -#MAKE_JOBS_SAFE= yes - .if ${SAL_MODULE} == "kernel" post-patch: . if ${PYTHON_REL} > 260 Modified: head/databases/ldb/Makefile ============================================================================== --- head/databases/ldb/Makefile Fri Sep 20 10:21:11 2013 (r327682) +++ head/databases/ldb/Makefile Fri Sep 20 10:54:22 2013 (r327683) @@ -87,11 +87,9 @@ CONFIGURE_ENV+= NOCOLOR=yes MAKE_ENV+= NOCOLOR=yes .if !defined(DISABLE_MAKE_JOBS) && !defined(MAKE_JOBS_UNSAFE) -.if defined(MAKE_JOBS_SAFE) || defined(FORCE_MAKE_JOBS) CONFIGURE_ARGS+= --jobs=${MAKE_JOBS_NUMBER} _MAKE_JOBS= --jobs=${MAKE_JOBS_NUMBER} .endif -.endif USE_PYTHON_RUN= yes PLIST_FILES+= include/pyldb.h \ Modified: head/databases/tdb/Makefile ============================================================================== --- head/databases/tdb/Makefile Fri Sep 20 10:21:11 2013 (r327682) +++ head/databases/tdb/Makefile Fri Sep 20 10:54:22 2013 (r327683) @@ -54,11 +54,9 @@ CONFIGURE_ENV+= NOCOLOR=yes MAKE_ENV+= NOCOLOR=yes .if !defined(DISABLE_MAKE_JOBS) && !defined(MAKE_JOBS_UNSAFE) -.if defined(MAKE_JOBS_SAFE) || defined(FORCE_MAKE_JOBS) CONFIGURE_ARGS+= --jobs=${MAKE_JOBS_NUMBER} _MAKE_JOBS= --jobs=${MAKE_JOBS_NUMBER} .endif -.endif .if ${PORT_OPTIONS:MPYTHON} USE_PYTHON_RUN= yes Modified: head/devel/subversion/Makefile.common ============================================================================== --- head/devel/subversion/Makefile.common Fri Sep 20 10:21:11 2013 (r327682) +++ head/devel/subversion/Makefile.common Fri Sep 20 10:54:22 2013 (r327683) @@ -12,7 +12,6 @@ DIST_SUBDIR= subversion18 MASTER_SITE_SUBDIR= subversion/:main \ lev/:book -MAKE_JOBS_SAFE= yes USE_BZIP2= yes USE_AUTOTOOLS= libtool USE_KDE4= # Used below if KWallet support is enabled Modified: head/devel/subversion16/Makefile.common ============================================================================== --- head/devel/subversion16/Makefile.common Fri Sep 20 10:21:11 2013 (r327682) +++ head/devel/subversion16/Makefile.common Fri Sep 20 10:54:22 2013 (r327683) @@ -11,7 +11,6 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${E DIST_SUBDIR= subversion EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAKE_JOBS_SAFE= yes USE_BZIP2= yes USE_AUTOTOOLS= libtool USE_KDE4= # Used below if KWallet support is enabled Modified: head/devel/subversion17/Makefile.common ============================================================================== --- head/devel/subversion17/Makefile.common Fri Sep 20 10:21:11 2013 (r327682) +++ head/devel/subversion17/Makefile.common Fri Sep 20 10:54:22 2013 (r327683) @@ -12,7 +12,6 @@ DIST_SUBDIR= subversion17 MASTER_SITE_SUBDIR= subversion/:main \ lev/:book -MAKE_JOBS_SAFE= yes USE_BZIP2= yes USE_AUTOTOOLS= libtool USE_KDE4= # Used below if KWallet support is enabled Modified: head/devel/talloc/Makefile ============================================================================== --- head/devel/talloc/Makefile Fri Sep 20 10:21:11 2013 (r327682) +++ head/devel/talloc/Makefile Fri Sep 20 10:54:22 2013 (r327683) @@ -48,11 +48,9 @@ CONFIGURE_ENV+= NOCOLOR=yes MAKE_ENV+= NOCOLOR=yes .if !defined(DISABLE_MAKE_JOBS) && !defined(MAKE_JOBS_UNSAFE) -.if defined(MAKE_JOBS_SAFE) || defined(FORCE_MAKE_JOBS) CONFIGURE_ARGS+= --jobs=${MAKE_JOBS_NUMBER} _MAKE_JOBS= --jobs=${MAKE_JOBS_NUMBER} .endif -.endif .if ${PORT_OPTIONS:MPYTHON} USE_PYTHON_RUN= yes Modified: head/devel/tevent/Makefile ============================================================================== --- head/devel/tevent/Makefile Fri Sep 20 10:21:11 2013 (r327682) +++ head/devel/tevent/Makefile Fri Sep 20 10:54:22 2013 (r327683) @@ -51,11 +51,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} CONFIGURE_ARGS+= --bundled-libraries=!talloc .if !defined(DISABLE_MAKE_JOBS) && !defined(MAKE_JOBS_UNSAFE) -.if defined(MAKE_JOBS_SAFE) || defined(FORCE_MAKE_JOBS) CONFIGURE_ARGS+= --jobs=${MAKE_JOBS_NUMBER} _MAKE_JOBS= --jobs=${MAKE_JOBS_NUMBER} .endif -.endif .if ${PORT_OPTIONS:MPYTHON} USE_PYTHON_RUN= yes Modified: head/graphics/digikam-kde4/Makefile.common ============================================================================== --- head/graphics/digikam-kde4/Makefile.common Fri Sep 20 10:21:11 2013 (r327682) +++ head/graphics/digikam-kde4/Makefile.common Fri Sep 20 10:54:22 2013 (r327683) @@ -117,7 +117,6 @@ USE_BZIP2= yes USES+= cmake USE_KDE4+= automoc4 kdehier kdeprefix kdelibs USE_QT4+= qmake_build moc_build rcc_build uic_build -MAKE_JOBS_SAFE= yes WRKSRC?= ${WRKDIR}/${DISTNAME}/extra/${PORTNAME} Modified: head/lang/gnat-aux/Makefile.common ============================================================================== --- head/lang/gnat-aux/Makefile.common Fri Sep 20 10:21:11 2013 (r327682) +++ head/lang/gnat-aux/Makefile.common Fri Sep 20 10:54:22 2013 (r327683) @@ -11,7 +11,6 @@ USE_BZIP2= yes USES= gmake iconv perl5 USE_PERL5= build ALL_TARGET= default -MAKE_JOBS_SAFE= yes SNAPSHOT= 20130412 GCC_BRANCH= 4.6 Modified: head/multimedia/mplayer/Makefile.shared ============================================================================== --- head/multimedia/mplayer/Makefile.shared Fri Sep 20 10:21:11 2013 (r327682) +++ head/multimedia/mplayer/Makefile.shared Fri Sep 20 10:54:22 2013 (r327683) @@ -47,5 +47,3 @@ CONFIGURE_ARGS= --cc="${CC}" \ WANT_GNOME= yes WANT_SDL= yes - -MAKE_JOBS_SAFE= yes Modified: head/net/opal3/Makefile ============================================================================== --- head/net/opal3/Makefile Fri Sep 20 10:21:11 2013 (r327682) +++ head/net/opal3/Makefile Fri Sep 20 10:54:22 2013 (r327683) @@ -25,7 +25,6 @@ USE_BZIP2= yes USES= pathfix gmake pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes -#MAKE_JOBS_SAFE= yes CXXFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include Modified: head/net/samba4/Makefile ============================================================================== --- head/net/samba4/Makefile Fri Sep 20 10:21:11 2013 (r327682) +++ head/net/samba4/Makefile Fri Sep 20 10:54:22 2013 (r327683) @@ -16,7 +16,6 @@ LICENSE= GPLv3 CONFLICTS?= *samba3[2-6]-3.* - SAMBA4_BASENAME= samba SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 SAMBA4_VERSION= 4.0.8 @@ -388,11 +387,9 @@ CONFIGURE_ENV+= NOCOLOR=yes MAKE_ENV+= NOCOLOR=yes .if !defined(DISABLE_MAKE_JOBS) && !defined(MAKE_JOBS_UNSAFE) -.if defined(MAKE_JOBS_SAFE) || defined(FORCE_MAKE_JOBS) CONFIGURE_ARGS+= --jobs=${MAKE_JOBS_NUMBER} _MAKE_JOBS+= --jobs=${MAKE_JOBS_NUMBER} .endif -.endif MAN1+= dbwrap_tool.1 findsmb.1 gentest.1 locktest.1 \ log2pcap.1 masktest.1 ndrdump.1 nmblookup.1 \ From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 11:02:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EF933E04; Fri, 20 Sep 2013 11:02:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CDCF52EFA; Fri, 20 Sep 2013 11:02:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KB2uIQ079264; Fri, 20 Sep 2013 11:02:56 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KB2nKF079148; Fri, 20 Sep 2013 11:02:49 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201102.r8KB2nKF079148@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 11:02:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327684 - in head/accessibility: accerciser at-poke at-spi at-spi-reference at-spi2-atk at-spi2-core atk atk-reference atkmm dasher eflite gnome-mag gnome-speech gnopernicus gok java-ac... 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.14 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: Fri, 20 Sep 2013 11:02:57 -0000 Author: bapt Date: Fri Sep 20 11:02:49 2013 New Revision: 327684 URL: http://svnweb.freebsd.org/changeset/ports/327684 Log: Add no stage all over the place in accessibility in preparation for the staging area support Modified: head/accessibility/accerciser/Makefile head/accessibility/at-poke/Makefile head/accessibility/at-spi-reference/Makefile head/accessibility/at-spi/Makefile head/accessibility/at-spi2-atk/Makefile head/accessibility/at-spi2-core/Makefile head/accessibility/atk-reference/Makefile head/accessibility/atk/Makefile head/accessibility/atkmm/Makefile head/accessibility/dasher/Makefile head/accessibility/eflite/Makefile head/accessibility/gnome-mag/Makefile head/accessibility/gnome-speech/Makefile head/accessibility/gnopernicus/Makefile head/accessibility/gok/Makefile head/accessibility/java-access-bridge/Makefile head/accessibility/jovie/Makefile head/accessibility/kaccessible/Makefile head/accessibility/kdeaccessibility4/Makefile head/accessibility/kmag/Makefile head/accessibility/kmousetool/Makefile head/accessibility/kmouth/Makefile head/accessibility/linux-f10-atk/Makefile head/accessibility/mousetweaks/Makefile head/accessibility/orca/Makefile head/accessibility/py-atspi/Makefile head/accessibility/py-papi/Makefile head/accessibility/qt4-accessible/Makefile head/accessibility/redshift/Makefile head/accessibility/ruby-atk/Makefile head/accessibility/rubygem-atk/Makefile head/accessibility/speech-dispatcher/Makefile head/accessibility/yasr/Makefile Modified: head/accessibility/accerciser/Makefile ============================================================================== --- head/accessibility/accerciser/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/accerciser/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -12,6 +12,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Interactive Python accessibility explorer for GNOME +NO_STAGE= yes USE_BZIP2= yes USE_GNOME= pygnomedesktop atspi intlhack USE_PYTHON= yes Modified: head/accessibility/at-poke/Makefile ============================================================================== --- head/accessibility/at-poke/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/at-poke/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -11,6 +11,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= mva@FreeBSD.org COMMENT= Accessibility testing and poking tool +NO_STAGE= yes USES= gmake pkgconfig USE_GNOME= gnomeprefix libglade2 libgailgnome GNU_CONFIGURE= yes Modified: head/accessibility/at-spi-reference/Makefile ============================================================================== --- head/accessibility/at-spi-reference/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/at-spi-reference/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -1,12 +1,9 @@ -# New ports collection makefile for: at-spi-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTREVISION= 1 +NO_STAGE= yes BOOKS= cspi idl .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" Modified: head/accessibility/at-spi/Makefile ============================================================================== --- head/accessibility/at-spi/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/at-spi/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -18,6 +18,7 @@ USE_BZIP2= yes RUN_DEPENDS= at-spi2-atk>2.6.0:${PORTSDIR}/accessibility/at-spi2-atk +NO_STAGE= yes USES= gmake gettext pkgconfig USE_GNOME= gnomehack gnomehier intlhack gtk20 gconf2 libbonobo USE_XORG= x11 xtst Modified: head/accessibility/at-spi2-atk/Makefile ============================================================================== --- head/accessibility/at-spi2-atk/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/at-spi2-atk/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -19,6 +19,7 @@ RUN_DEPENDS= at-spi2-core>=2.8.0:${PORTS PORTSCOUT= limitw:1,even +NO_STAGE= yes USE_XZ= yes USES= gmake pathfix pkgconfig USE_GNOME= gnomehier intlhack glib20 atk Modified: head/accessibility/at-spi2-core/Makefile ============================================================================== --- head/accessibility/at-spi2-core/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/at-spi2-core/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -17,6 +17,7 @@ LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/db PORTSCOUT= limitw:1,even +NO_STAGE= yes USES= gettext gmake pathfix pkgconfig USE_XZ= yes USE_GNOME= gnomehier glib20 intlhack introspection:build Modified: head/accessibility/atk-reference/Makefile ============================================================================== --- head/accessibility/atk-reference/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/atk-reference/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -1,12 +1,9 @@ -# New ports collection makefile for: atk-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTREVISION= 0 +NO_STAGE= yes REFERENCE_SRC= ${WRKSRC}/docs .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" Modified: head/accessibility/atk/Makefile ============================================================================== --- head/accessibility/atk/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/atk/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -16,6 +16,7 @@ USE_XZ= yes .if !defined(REFERENCE_PORT) +NO_STAGE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USES= gettext gmake pathfix pkgconfig Modified: head/accessibility/atkmm/Makefile ============================================================================== --- head/accessibility/atkmm/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/atkmm/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -10,6 +10,7 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= C++ wrapper for ATK API library +NO_STAGE= yes USES= gmake pathfix pkgconfig USE_XZ= yes USE_LDCONFIG= yes Modified: head/accessibility/dasher/Makefile ============================================================================== --- head/accessibility/dasher/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/dasher/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -17,6 +17,7 @@ BUILD_DEPENDS= rarian-sk-config:${PORTSD LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian +NO_STAGE= yes USE_BZIP2= yes USES= gettext gmake pkgconfig USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \ Modified: head/accessibility/eflite/Makefile ============================================================================== --- head/accessibility/eflite/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/eflite/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -12,6 +12,7 @@ COMMENT= Speech server for Festival Lite BUILD_DEPENDS= flite:${PORTSDIR}/audio/flite RUN_DEPENDS= flite:${PORTSDIR}/audio/flite +NO_STAGE= yes USES= gmake GNU_CONFIGURE= yes ALL_TARGET= eflite Modified: head/accessibility/gnome-mag/Makefile ============================================================================== --- head/accessibility/gnome-mag/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/gnome-mag/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -12,6 +12,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME screen magnifier +NO_STAGE= yes USE_BZIP2= yes USE_XORG= xfixes xdamage ice xcomposite sm USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack ltverhack Modified: head/accessibility/gnome-speech/Makefile ============================================================================== --- head/accessibility/gnome-speech/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/gnome-speech/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -11,6 +11,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME text-to-speech API +NO_STAGE= yes USE_BZIP2= yes USE_GNOME= gnomeprefix libbonobo USES= gmake pathfix pkgconfig Modified: head/accessibility/gnopernicus/Makefile ============================================================================== --- head/accessibility/gnopernicus/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/gnopernicus/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -14,6 +14,7 @@ COMMENT= Collection of accessibility app LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag +NO_STAGE= yes USE_BZIP2= yes USES= gettext gmake pkgconfig USE_LDCONFIG= yes Modified: head/accessibility/gok/Makefile ============================================================================== --- head/accessibility/gok/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/gok/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -16,6 +16,7 @@ COMMENT= GNOME On-Screen Keyboard (GOK) LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +NO_STAGE= yes USE_BZIP2= yes USES= gmake gettext pkgconfig INSTALLS_OMF= yes Modified: head/accessibility/java-access-bridge/Makefile ============================================================================== --- head/accessibility/java-access-bridge/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/java-access-bridge/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -15,6 +15,7 @@ COMMENT= Gnome Java Accessibility Bridge BUILD_DEPENDS= xprop:${PORTSDIR}/x11/xprop RUN_DEPENDS= xprop:${PORTSDIR}/x11/xprop +NO_STAGE= yes USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes Modified: head/accessibility/jovie/Makefile ============================================================================== --- head/accessibility/jovie/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/jovie/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -14,6 +14,7 @@ LIB_DEPENDS= speechd.5:${PORTSDIR}/acces CONFLICTS= ktts-4.[4-6].* +NO_STAGE= yes USE_XZ= yes USES= cmake:outsource USE_KDE4= kdehier kdeprefix kdelibs automoc4 Modified: head/accessibility/kaccessible/Makefile ============================================================================== --- head/accessibility/kaccessible/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/kaccessible/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -14,6 +14,7 @@ LIB_DEPENDS= speechd.5:${PORTSDIR}/acces CONFLICTS_INSTALL= kdeaccessibility-4.[0-7].* +NO_STAGE= yes USE_XZ= yes USE_KDE4= kdelibs kdeprefix kdehier automoc4 USES= cmake:outsource Modified: head/accessibility/kdeaccessibility4/Makefile ============================================================================== --- head/accessibility/kdeaccessibility4/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/kdeaccessibility4/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -12,6 +12,7 @@ COMMENT= Accessibility applications for USE_KDE4= kdeprefix NO_BUILD= yes +NO_STAGE= yes LATEST_LINK= ${PORTNAME}4 Modified: head/accessibility/kmag/Makefile ============================================================================== --- head/accessibility/kmag/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/kmag/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -12,6 +12,7 @@ COMMENT= KDE Screen magnifier CONFLICTS_INSTALL= kdeaccessibility-4.[0-7].* +NO_STAGE= yes USE_XZ= yes USE_KDE4= kdelibs kdeprefix kdehier automoc4 USES= cmake:outsource Modified: head/accessibility/kmousetool/Makefile ============================================================================== --- head/accessibility/kmousetool/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/kmousetool/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -12,6 +12,7 @@ COMMENT= Automatic mouse click tool for CONFLICTS_INSTALL= kdeaccessibility-4.[0-7].* +NO_STAGE= yes USE_XZ= yes USE_KDE4= kdelibs kdeprefix kdehier automoc4 USES= cmake:outsource Modified: head/accessibility/kmouth/Makefile ============================================================================== --- head/accessibility/kmouth/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/kmouth/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -12,6 +12,7 @@ COMMENT= Speech synthesizer frontend for CONFLICTS_INSTALL= kdeaccessibility-4.[0-7].* +NO_STAGE= yes USE_XZ= yes USE_KDE4= kdelibs kdeprefix kdehier automoc4 USES= cmake:outsource Modified: head/accessibility/linux-f10-atk/Makefile ============================================================================== --- head/accessibility/linux-f10-atk/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/linux-f10-atk/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -1,9 +1,5 @@ -# New ports collection makefile for: accessibility/linux-f10-atk -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= atk PORTVERSION= 1.24.0 @@ -17,6 +13,7 @@ COMMENT= Accessibility Toolkit, Linux/i3 CONFLICTS= linux-atk-[0-9]* linux-f8-atk-[0-9]* +NO_STAGE= yes ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes LINUX_DIST_VER= 10 Modified: head/accessibility/mousetweaks/Makefile ============================================================================== --- head/accessibility/mousetweaks/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/mousetweaks/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -12,6 +12,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Mouse accessibility enhancements for the GNOME desktop +NO_STAGE= yes USE_XORG= x11 xfixes xcursor xtst USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack Modified: head/accessibility/orca/Makefile ============================================================================== --- head/accessibility/orca/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/orca/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -22,6 +22,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_ LATEST_LINK= gnome-orca +NO_STAGE= yes USE_BZIP2= yes USES= gmake gettext pkgconfig USE_PYTHON= yes Modified: head/accessibility/py-atspi/Makefile ============================================================================== --- head/accessibility/py-atspi/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/py-atspi/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -18,6 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi CONFLICTS= at-spi-1.[0-9]* +NO_STAGE= yes USE_XZ= yes USES= gettext gmake pathfix pkgconfig USE_GNOME= gnomehier intlhack pygobject3 Modified: head/accessibility/py-papi/Makefile ============================================================================== --- head/accessibility/py-papi/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/py-papi/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -10,6 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mva@FreeBSD.org COMMENT= ATK accessibility wrapper for python +NO_STAGE= yes USES= pkgconfig USE_GNOME= atk USE_PYTHON= yes Modified: head/accessibility/qt4-accessible/Makefile ============================================================================== --- head/accessibility/qt4-accessible/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/qt4-accessible/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -9,6 +9,7 @@ PKGNAMEPREFIX= qt4- MAINTAINER= kde@FreeBSD.org COMMENT= Qt accessibility widgets +NO_STAGE= yes USE_QT4= qmake_build moc_build qt3support corelib gui network sql xml QT_NONSTANDARD= yes QT_DIST= yes Modified: head/accessibility/redshift/Makefile ============================================================================== --- head/accessibility/redshift/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/redshift/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -10,6 +10,7 @@ MASTER_SITES= http://launchpad.net/redsh MAINTAINER= feld@FreeBSD.org COMMENT= Adjusts the color temperature of your screen +NO_STAGE= yes FETCH_ARGS= "-pRr" USES= gmake pkgconfig USE_BZIP2= yes Modified: head/accessibility/ruby-atk/Makefile ============================================================================== --- head/accessibility/ruby-atk/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/ruby-atk/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -17,6 +17,7 @@ BUILD_DEPENDS+= rubygem-pkg-config>=1.0. RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/glib2.so:${PORTSDIR}/devel/ruby-glib2 \ rubygem-pkg-config>=1.0.7:${PORTSDIR}/devel/rubygem-pkg-config +NO_STAGE= yes USE_RUBY= yes USE_GNOME= atk USE_RUBY_EXTCONF= yes Modified: head/accessibility/rubygem-atk/Makefile ============================================================================== --- head/accessibility/rubygem-atk/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/rubygem-atk/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -10,6 +10,7 @@ COMMENT= Ruby binding for ATK RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 +NO_STAGE= yes USE_GNOME= atk USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/accessibility/speech-dispatcher/Makefile ============================================================================== --- head/accessibility/speech-dispatcher/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/speech-dispatcher/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -15,6 +15,7 @@ LICENSE_COMB= multi LIB_DEPENDS= dotconf:${PORTSDIR}/devel/dotconf \ sndfile:${PORTSDIR}/audio/libsndfile +NO_STAGE= yes # gnomehier is required because of share/sounds directory. USES= gmake pkgconfig USE_GNOME= glib20 gnomehier Modified: head/accessibility/yasr/Makefile ============================================================================== --- head/accessibility/yasr/Makefile Fri Sep 20 10:54:22 2013 (r327683) +++ head/accessibility/yasr/Makefile Fri Sep 20 11:02:49 2013 (r327684) @@ -12,6 +12,7 @@ COMMENT= General-purpose console screen LICENSE= LGPL20 +NO_STAGE= yes USES= gmake GNU_CONFIGURE= yes MAN1= yasr.1 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 11:04:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9E4BCEFE; Fri, 20 Sep 2013 11:04:50 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B63C2F0D; Fri, 20 Sep 2013 11:04:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KB4o7B079864; Fri, 20 Sep 2013 11:04:50 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KB4mSU079854; Fri, 20 Sep 2013 11:04:48 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201104.r8KB4mSU079854@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 11:04:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327685 - in head/arabic: ae_fonts_mono ae_fonts_ttf arabtex aspell kacst_fonts kde4-l10n khotot libitl libreoffice 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.14 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: Fri, 20 Sep 2013 11:04:50 -0000 Author: bapt Date: Fri Sep 20 11:04:48 2013 New Revision: 327685 URL: http://svnweb.freebsd.org/changeset/ports/327685 Log: Add NO_STAGE all over the place in accessibility in preparation for the staging support Modified: head/arabic/ae_fonts_mono/Makefile head/arabic/ae_fonts_ttf/Makefile head/arabic/arabtex/Makefile head/arabic/aspell/Makefile head/arabic/kacst_fonts/Makefile head/arabic/kde4-l10n/Makefile head/arabic/khotot/Makefile head/arabic/libitl/Makefile head/arabic/libreoffice/Makefile Modified: head/arabic/ae_fonts_mono/Makefile ============================================================================== --- head/arabic/ae_fonts_mono/Makefile Fri Sep 20 11:02:49 2013 (r327684) +++ head/arabic/ae_fonts_mono/Makefile Fri Sep 20 11:04:48 2013 (r327685) @@ -15,6 +15,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11- mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale +NO_STAGE= yes USE_XORG= x11 USE_BZIP2= yes SUB_FILES= pkg-message Modified: head/arabic/ae_fonts_ttf/Makefile ============================================================================== --- head/arabic/ae_fonts_ttf/Makefile Fri Sep 20 11:02:49 2013 (r327684) +++ head/arabic/ae_fonts_ttf/Makefile Fri Sep 20 11:04:48 2013 (r327685) @@ -15,6 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir +NO_STAGE= yes USE_BZIP2= yes WRKSRC= ${WRKDIR}/ae_fonts1-${PORTVERSION} SUB_FILES= pkg-message Modified: head/arabic/arabtex/Makefile ============================================================================== --- head/arabic/arabtex/Makefile Fri Sep 20 11:02:49 2013 (r327684) +++ head/arabic/arabtex/Makefile Fri Sep 20 11:04:48 2013 (r327685) @@ -12,6 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= nivit@FreeBSD.org COMMENT= TeX/LaTeX package to generate Arabic writing +NO_STAGE= yes USE_TEX= base texmf NO_WRKSUBDIR= yes NO_BUILD= yes Modified: head/arabic/aspell/Makefile ============================================================================== --- head/arabic/aspell/Makefile Fri Sep 20 11:02:49 2013 (r327684) +++ head/arabic/aspell/Makefile Fri Sep 20 11:04:48 2013 (r327685) @@ -12,5 +12,6 @@ COMMENT= Aspell Arabic dictionaries DICT= ar +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/arabic/kacst_fonts/Makefile ============================================================================== --- head/arabic/kacst_fonts/Makefile Fri Sep 20 11:02:49 2013 (r327684) +++ head/arabic/kacst_fonts/Makefile Fri Sep 20 11:04:48 2013 (r327685) @@ -15,6 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir +NO_STAGE= yes USE_BZIP2= yes WRKSRC= ${WRKDIR}/KacstArabicFonts-${PORTVERSION} Modified: head/arabic/kde4-l10n/Makefile ============================================================================== --- head/arabic/kde4-l10n/Makefile Fri Sep 20 11:02:49 2013 (r327684) +++ head/arabic/kde4-l10n/Makefile Fri Sep 20 11:04:48 2013 (r327685) @@ -9,5 +9,6 @@ COMMENT= Arabic messages and documentati KDE4_L10N= ar +NO_STAGE= yes .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/arabic/khotot/Makefile ============================================================================== --- head/arabic/khotot/Makefile Fri Sep 20 11:02:49 2013 (r327684) +++ head/arabic/khotot/Makefile Fri Sep 20 11:04:48 2013 (r327685) @@ -12,6 +12,7 @@ EXTRACT_ONLY= # MAINTAINER= ports@FreeBSD.org COMMENT= Meta-port for popular Arabic font packages +NO_STAGE= yes NO_BUILD= yes NO_INSTALL= yes SUB_FILES= pkg-message Modified: head/arabic/libitl/Makefile ============================================================================== --- head/arabic/libitl/Makefile Fri Sep 20 11:02:49 2013 (r327684) +++ head/arabic/libitl/Makefile Fri Sep 20 11:04:48 2013 (r327685) @@ -9,6 +9,7 @@ MASTER_SITES= SF/arabeyes/ITL%20Library% MAINTAINER= ports@FreeBSD.org COMMENT= API abstraction to common Islamic calculations +NO_STAGE= yes GNU_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/lib/itl MAKE_JOBS_UNSAFE= yes Modified: head/arabic/libreoffice/Makefile ============================================================================== --- head/arabic/libreoffice/Makefile Fri Sep 20 11:02:49 2013 (r327684) +++ head/arabic/libreoffice/Makefile Fri Sep 20 11:04:48 2013 (r327685) @@ -3,5 +3,6 @@ LO_I18N= ar CATEGORIES= arabic editors +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 11:08:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 47B6F92; Fri, 20 Sep 2013 11:08:30 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 361CB2F28; Fri, 20 Sep 2013 11:08:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KB8Uhe080907; Fri, 20 Sep 2013 11:08:30 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KB8TRi080905; Fri, 20 Sep 2013 11:08:29 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201309201108.r8KB8TRi080905@svn.freebsd.org> From: Alex Kozlov Date: Fri, 20 Sep 2013 11:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327686 - head/emulators/cpmtools2 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.14 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: Fri, 20 Sep 2013 11:08:30 -0000 Author: ak Date: Fri Sep 20 11:08:29 2013 New Revision: 327686 URL: http://svnweb.freebsd.org/changeset/ports/327686 Log: - Update to 2.16 - Convert Makefile headers to new style Modified: head/emulators/cpmtools2/Makefile (contents, props changed) head/emulators/cpmtools2/distinfo (contents, props changed) Modified: head/emulators/cpmtools2/Makefile ============================================================================== --- head/emulators/cpmtools2/Makefile Fri Sep 20 11:04:48 2013 (r327685) +++ head/emulators/cpmtools2/Makefile Fri Sep 20 11:08:29 2013 (r327686) @@ -1,12 +1,8 @@ -# New ports collection makefile for: cpmtools -# Date created: 31 January 2008 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= cpmtools -PORTVERSION= 2.15 +PORTVERSION= 2.16 CATEGORIES= emulators sysutils MASTER_SITES= http://www.moria.de/~michael/cpmtools/ @@ -17,6 +13,7 @@ LICENSE= GPLv3 LATEST_LINK= cpmtools2 +NO_STAGE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--bindir=${PREFIX}/sbin \ --datarootdir=${DATADIR} @@ -30,7 +27,7 @@ LIBDSK_DESC= Access to disks and disk im .include -.if ${PORT_OPTIONS:MLIBDISK} +.if ${PORT_OPTIONS:MLIBDSK} LIB_DEPENDS+= dsk:${PORTSDIR}/emulators/libdsk CONFIGURE_ARGS+=--with-libdsk=${LOCALBASE} .else Modified: head/emulators/cpmtools2/distinfo ============================================================================== --- head/emulators/cpmtools2/distinfo Fri Sep 20 11:04:48 2013 (r327685) +++ head/emulators/cpmtools2/distinfo Fri Sep 20 11:08:29 2013 (r327686) @@ -1,2 +1,2 @@ -SHA256 (cpmtools-2.15.tar.gz) = 33de4b9cb41ee07e8ccfacb42701928e41440c68ea69b817a74e5db16cf01aaa -SIZE (cpmtools-2.15.tar.gz) = 174447 +SHA256 (cpmtools-2.16.tar.gz) = 12b8832ea15e88c6755a2801caa6fab4e1e2cda18468206b5c7acb16232897af +SIZE (cpmtools-2.16.tar.gz) = 181842 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 11:30:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CCC1D38B; Fri, 20 Sep 2013 11:30:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BA3E32019; Fri, 20 Sep 2013 11:30:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KBUjIr094444; Fri, 20 Sep 2013 11:30:45 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KBUj63094442; Fri, 20 Sep 2013 11:30:45 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309201130.r8KBUj63094442@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Sep 2013 11:30:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327687 - head/devel/p5-CPAN-Meta 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.14 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: Fri, 20 Sep 2013 11:30:45 -0000 Author: sunpoet Date: Fri Sep 20 11:30:44 2013 New Revision: 327687 URL: http://svnweb.freebsd.org/changeset/ports/327687 Log: - Update to 2.132620 Changes: http://search.cpan.org/dist/CPAN-Meta/Changes Modified: head/devel/p5-CPAN-Meta/Makefile head/devel/p5-CPAN-Meta/distinfo Modified: head/devel/p5-CPAN-Meta/Makefile ============================================================================== --- head/devel/p5-CPAN-Meta/Makefile Fri Sep 20 11:08:29 2013 (r327686) +++ head/devel/p5-CPAN-Meta/Makefile Fri Sep 20 11:30:44 2013 (r327687) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Meta -PORTVERSION= 2.132510 +PORTVERSION= 2.132620 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-CPAN-Meta/distinfo ============================================================================== --- head/devel/p5-CPAN-Meta/distinfo Fri Sep 20 11:08:29 2013 (r327686) +++ head/devel/p5-CPAN-Meta/distinfo Fri Sep 20 11:30:44 2013 (r327687) @@ -1,2 +1,2 @@ -SHA256 (CPAN-Meta-2.132510.tar.gz) = 97c77bd84dbe707c79452de42b47fe9f4daa98d08d160d3ae43e2e7207351ee9 -SIZE (CPAN-Meta-2.132510.tar.gz) = 79484 +SHA256 (CPAN-Meta-2.132620.tar.gz) = c9c2bc31c7d9d48f5778f70e908f8549e39967376d95668b00135d14c7e817ce +SIZE (CPAN-Meta-2.132620.tar.gz) = 79432 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 11:30:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2385B38C; Fri, 20 Sep 2013 11:30:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1051E2060; Fri, 20 Sep 2013 11:30:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KBUnXa094523; Fri, 20 Sep 2013 11:30:49 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KBUnxp094520; Fri, 20 Sep 2013 11:30:49 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309201130.r8KBUnxp094520@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Sep 2013 11:30:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327688 - head/sysutils/rubygem-parallel 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.14 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: Fri, 20 Sep 2013 11:30:50 -0000 Author: sunpoet Date: Fri Sep 20 11:30:49 2013 New Revision: 327688 URL: http://svnweb.freebsd.org/changeset/ports/327688 Log: - Update to 0.8.3 Changes: https://github.com/grosser/parallel/commits/master Modified: head/sysutils/rubygem-parallel/Makefile head/sysutils/rubygem-parallel/distinfo Modified: head/sysutils/rubygem-parallel/Makefile ============================================================================== --- head/sysutils/rubygem-parallel/Makefile Fri Sep 20 11:30:44 2013 (r327687) +++ head/sysutils/rubygem-parallel/Makefile Fri Sep 20 11:30:49 2013 (r327688) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= parallel -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.3 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-parallel/distinfo ============================================================================== --- head/sysutils/rubygem-parallel/distinfo Fri Sep 20 11:30:44 2013 (r327687) +++ head/sysutils/rubygem-parallel/distinfo Fri Sep 20 11:30:49 2013 (r327688) @@ -1,2 +1,2 @@ -SHA256 (rubygem/parallel-0.8.2.gem) = 4255582a1bbf4493ad2009f16032f2351f7946ad79d5fe404a19fee970fe83e8 -SIZE (rubygem/parallel-0.8.2.gem) = 15360 +SHA256 (rubygem/parallel-0.8.3.gem) = 2e116f0b5fb72916d13e93ba3bbd719f4137baa21efa4cda14702540dde63e0d +SIZE (rubygem/parallel-0.8.3.gem) = 15360 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 11:30:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CD8F651F; Fri, 20 Sep 2013 11:30:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BAC002062; Fri, 20 Sep 2013 11:30:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KBUvkj094885; Fri, 20 Sep 2013 11:30:57 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KBUvga094880; Fri, 20 Sep 2013 11:30:57 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309201130.r8KBUvga094880@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Sep 2013 11:30:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327690 - head/archivers/p5-Compress-Snappy 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.14 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: Fri, 20 Sep 2013 11:30:57 -0000 Author: sunpoet Date: Fri Sep 20 11:30:57 2013 New Revision: 327690 URL: http://svnweb.freebsd.org/changeset/ports/327690 Log: - Update to 0.21 Changes: http://search.cpan.org/dist/Compress-Snappy/Changes Modified: head/archivers/p5-Compress-Snappy/Makefile head/archivers/p5-Compress-Snappy/distinfo Modified: head/archivers/p5-Compress-Snappy/Makefile ============================================================================== --- head/archivers/p5-Compress-Snappy/Makefile Fri Sep 20 11:30:53 2013 (r327689) +++ head/archivers/p5-Compress-Snappy/Makefile Fri Sep 20 11:30:57 2013 (r327690) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Compress-Snappy -PORTVERSION= 0.20 +PORTVERSION= 0.21 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,7 @@ COMMENT= Perl interface to Google Snappy LICENSE= ART10 GPLv1 LICENSE_COMB= dual -LIB_DEPENDS= snappy:${PORTSDIR}/archivers/snappy +LIB_DEPENDS= libsnappy.so:${PORTSDIR}/archivers/snappy USE_PERL5= configure USES= perl5 Modified: head/archivers/p5-Compress-Snappy/distinfo ============================================================================== --- head/archivers/p5-Compress-Snappy/distinfo Fri Sep 20 11:30:53 2013 (r327689) +++ head/archivers/p5-Compress-Snappy/distinfo Fri Sep 20 11:30:57 2013 (r327690) @@ -1,2 +1,2 @@ -SHA256 (Compress-Snappy-0.20.tar.gz) = 56cbe2c85f1092f01e1818cb8f4bc3d10658ab3e0e32ea24d535ab4c458c8c55 -SIZE (Compress-Snappy-0.20.tar.gz) = 42729 +SHA256 (Compress-Snappy-0.21.tar.gz) = 642f0f104ea140237f48cad20656d32255745041982fb17262dc3415a6b20537 +SIZE (Compress-Snappy-0.21.tar.gz) = 42882 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 11:30:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E82F0461; Fri, 20 Sep 2013 11:30:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C7CBE2061; Fri, 20 Sep 2013 11:30:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KBUr7S094801; Fri, 20 Sep 2013 11:30:53 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KBUrYY094800; Fri, 20 Sep 2013 11:30:53 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309201130.r8KBUrYY094800@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Sep 2013 11:30:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327689 - head/graphics/gdal 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.14 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: Fri, 20 Sep 2013 11:30:54 -0000 Author: sunpoet Date: Fri Sep 20 11:30:53 2013 New Revision: 327689 URL: http://svnweb.freebsd.org/changeset/ports/327689 Log: - Convert to new LIB_DEPENDS format - Convert to new OPTIONS simplifier Modified: head/graphics/gdal/Makefile Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Fri Sep 20 11:30:49 2013 (r327688) +++ head/graphics/gdal/Makefile Fri Sep 20 11:30:53 2013 (r327689) @@ -31,190 +31,96 @@ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USES= gmake +CFITSIO_CONFIGURE_OFF= --with-cfitsio=no +CFITSIO_CONFIGURE_ON= --with-cfitsio=${LOCALBASE} +CFITSIO_LIB_DEPENDS= libcfitsio.so:${PORTSDIR}/astro/cfitsio +CURL_CONFIGURE_OFF= --with-curl=no +CURL_CONFIGURE_ON= --with-curl=${LOCALBASE}/bin/curl-config +CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +ECW_CONFIGURE_OFF= --with-ecw=no +ECW_CONFIGURE_ON= --with-ecw=${LOCALBASE} +ECW_LIB_DEPENDS= libNCSEcw.so:${PORTSDIR}/graphics/libecwj2 +EXPAT_CONFIGURE_OFF= --with-expat=no +EXPAT_CONFIGURE_ON= --with-expat=${LOCALBASE} +EXPAT_LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 +GEOS_CONFIGURE_OFF= --with-geos=no +GEOS_CONFIGURE_ON= --with-geos=${LOCALBASE}/bin/geos-config +GEOS_LIB_DEPENDS= libgeos.so:${PORTSDIR}/graphics/geos +GEOTIFF_CONFIGURE_OFF= --with-geotiff=internal +GEOTIFF_CONFIGURE_ON= --with-geotiff=${LOCALBASE} +GEOTIFF_LIB_DEPENDS= libgeotiff.so:${PORTSDIR}/graphics/libgeotiff +GIF_CONFIGURE_OFF= --with-gif=internal +GIF_CONFIGURE_ON= --with-gif=${LOCALBASE} +GIF_LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib +GTA_CONFIGURE_OFF= --with-gta=no +GTA_CONFIGURE_ON= --with-gta=${LOCALBASE} +GTA_LIB_DEPENDS= libgta.so:${PORTSDIR}/devel/libgta +HDF5_CONFIGURE_OFF= --with-hdf5=no +HDF5_CONFIGURE_ON= --with-hdf5=${LOCALBASE} +HDF5_LIB_DEPENDS= libhdf5.so.7:${PORTSDIR}/science/hdf5-18 +ICONV_CONFIGURE_OFF= --with-libiconv-prefix=no +ICONV_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} +ICONV_USES= iconv +JASPER_CONFIGURE_OFF= --with-jasper=no +JASPER_CONFIGURE_ON= --with-jasper=${LOCALBASE} +JASPER_LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper +JPEG_CONFIGURE_OFF= --with-jpeg=internal +JPEG_CONFIGURE_ON= --with-jpeg=${LOCALBASE} +JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg +KML_CONFIGURE_OFF= --with-libkml=no +KML_CONFIGURE_ON= --with-libkml=${LOCALBASE} +KML_LIB_DEPENDS= libkmlbase.so:${PORTSDIR}/science/libkml +LIBXML2_CONFIGURE_OFF= --with-xml2=no +LIBXML2_CONFIGURE_ON= --with-xml2=${LOCALBASE}/bin/xml2-config +LIBXML2_LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 +MYSQL_CONFIGURE_OFF= --with-mysql=no +MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE}/bin/mysql_config +NETCDF_CONFIGURE_OFF= --with-netcdf=no +NETCDF_CONFIGURE_ON= --with-netcdf=${LOCALBASE} +NETCDF_LIB_DEPENDS= libnetcdf.so.7:${PORTSDIR}/science/netcdf4 +ODBC_CONFIGURE_OFF= --with-odbc=no +ODBC_CONFIGURE_ON= --with-odbc=${LOCALBASE} +ODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC +PCRE_CONFIGURE_OFF= --with-pcre=no +PCRE_CONFIGURE_ON= --with-pcre=${LOCALBASE} +PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +PGSQL_CONFIGURE_OFF= --with-pg=no +PGSQL_CONFIGURE_ON= --with-pg=${LOCALBASE}/bin/pg_config +PNG_CONFIGURE_OFF= --with-png=internal +PNG_CONFIGURE_ON= --with-png=${LOCALBASE} +PNG_LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +POPPLER_CONFIGURE_OFF= --with-poppler=no +POPPLER_CONFIGURE_ON= --with-poppler=${LOCALBASE} +POPPLER_LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler +PROJ_CONFIGURE_OFF= --with-static-proj4=no +PROJ_CONFIGURE_ON= --with-static-proj4=${LOCALBASE} +PROJ_LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj +SQLITE_CONFIGURE_OFF= --with-sqlite3=no +SQLITE_CONFIGURE_ON= --with-sqlite3=${LOCALBASE} +TIFF_CONFIGURE_OFF= --with-libtiff=internal +TIFF_CONFIGURE_ON= --with-libtiff=${LOCALBASE} +TIFF_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff +WEBP_CONFIGURE_OFF= --with-webp=no +WEBP_CONFIGURE_ON= --with-webp=${LOCALBASE} +WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp +XERCES_CONFIGURE_OFF= --with-xerces=no +XERCES_CONFIGURE_ON= --with-xerces=${LOCALBASE} +XERCES_LIB_DEPENDS= libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 + SLAVEDIRS= graphics/p5-Geo-GDAL graphics/php-gdal graphics/py-gdal graphics/ruby-gdal .include -.if ${PORT_OPTIONS:MCFITSIO} -LIB_DEPENDS+= cfitsio:${PORTSDIR}/astro/cfitsio -CONFIGURE_ARGS+=--with-cfitsio=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-cfitsio=no -.endif - -.if ${PORT_OPTIONS:MCURL} -LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl -CONFIGURE_ARGS+=--with-curl=${LOCALBASE}/bin/curl-config -.else -CONFIGURE_ARGS+=--with-curl=no -.endif - -.if ${PORT_OPTIONS:MECW} -LIB_DEPENDS+= NCSEcw:${PORTSDIR}/graphics/libecwj2 -CONFIGURE_ARGS+=--with-ecw=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-ecw=no -.endif - -.if ${PORT_OPTIONS:MEXPAT} -LIB_DEPENDS+= expat:${PORTSDIR}/textproc/expat2 -CONFIGURE_ARGS+=--with-expat=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-expat=no -.endif - -.if ${PORT_OPTIONS:MGEOS} -LIB_DEPENDS+= geos:${PORTSDIR}/graphics/geos -CONFIGURE_ARGS+=--with-geos=${LOCALBASE}/bin/geos-config -.else -CONFIGURE_ARGS+=--with-geos=no -.endif - -.if ${PORT_OPTIONS:MGEOTIFF} -LIB_DEPENDS+= geotiff:${PORTSDIR}/graphics/libgeotiff -CONFIGURE_ARGS+=--with-geotiff=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-geotiff=internal -.endif - -.if ${PORT_OPTIONS:MGIF} -LIB_DEPENDS+= gif:${PORTSDIR}/graphics/giflib -CONFIGURE_ARGS+=--with-gif=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-gif=internal -.endif - -.if ${PORT_OPTIONS:MGTA} -LIB_DEPENDS+= gta:${PORTSDIR}/devel/libgta -CONFIGURE_ARGS+=--with-gta=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-gta=no -.endif - -.if ${PORT_OPTIONS:MHDF5} -LIB_DEPENDS+= hdf5.7:${PORTSDIR}/science/hdf5-18 -CONFIGURE_ARGS+=--with-hdf5=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-hdf5=no -.endif - -.if ${PORT_OPTIONS:MICONV} -CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} -USES+= iconv -.else -CONFIGURE_ARGS+=--with-libiconv-prefix=no -.endif - -.if ${PORT_OPTIONS:MJASPER} -LIB_DEPENDS+= jasper:${PORTSDIR}/graphics/jasper -CONFIGURE_ARGS+=--with-jasper=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-jasper=no -.endif - -.if ${PORT_OPTIONS:MJPEG} -LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg -CONFIGURE_ARGS+=--with-jpeg=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-jpeg=internal -.endif - -.if ${PORT_OPTIONS:MKML} -LIB_DEPENDS+= kmlbase:${PORTSDIR}/science/libkml -CONFIGURE_ARGS+=--with-libkml=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-libkml=no -.endif - -.if ${PORT_OPTIONS:MLIBXML2} -LIB_DEPENDS+= xml2:${PORTSDIR}/textproc/libxml2 -CONFIGURE_ARGS+=--with-xml2=${LOCALBASE}/bin/xml2-config -.else -CONFIGURE_ARGS+=--with-xml2=no -.endif - .if ${PORT_OPTIONS:MMYSQL} -CONFIGURE_ARGS+=--with-mysql=${LOCALBASE}/bin/mysql_config USE_MYSQL= yes -.else -CONFIGURE_ARGS+=--with-mysql=no -.endif - -.if ${PORT_OPTIONS:MNETCDF} -LIB_DEPENDS+= netcdf.7:${PORTSDIR}/science/netcdf4 -CONFIGURE_ARGS+=--with-netcdf=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-netcdf=no -.endif - -.if ${PORT_OPTIONS:MODBC} -LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC -CONFIGURE_ARGS+=--with-odbc=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-odbc=no -.endif - -.if ${PORT_OPTIONS:MPCRE} -LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre -CONFIGURE_ARGS+=--with-pcre=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-pcre=no .endif .if ${PORT_OPTIONS:MPGSQL} -CONFIGURE_ARGS+=--with-pg=${LOCALBASE}/bin/pg_config USE_PGSQL= yes -.else -CONFIGURE_ARGS+=--with-pg=no -.endif - -.if ${PORT_OPTIONS:MPNG} -LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png -CONFIGURE_ARGS+=--with-png=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-png=internal -.endif - -.if ${PORT_OPTIONS:MPOPPLER} -LIB_DEPENDS+= poppler:${PORTSDIR}/graphics/poppler -CONFIGURE_ARGS+=--with-poppler=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-poppler=no -.endif - -.if ${PORT_OPTIONS:MPROJ} -LIB_DEPENDS+= proj:${PORTSDIR}/graphics/proj -CONFIGURE_ARGS+=--with-static-proj4=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-static-proj4=no .endif .if ${PORT_OPTIONS:MSQLITE} -CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE} USE_SQLITE= yes -.else -CONFIGURE_ARGS+=--with-sqlite3=no -.endif - -.if ${PORT_OPTIONS:MTIFF} -LIB_DEPENDS+= tiff:${PORTSDIR}/graphics/tiff -CONFIGURE_ARGS+=--with-libtiff=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-libtiff=internal -.endif - -.if ${PORT_OPTIONS:MWEBP} -LIB_DEPENDS+= webp:${PORTSDIR}/graphics/webp -CONFIGURE_ARGS+=--with-webp=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-webp=no -.endif - -.if ${PORT_OPTIONS:MXERCES} -LIB_DEPENDS+= xerces-c:${PORTSDIR}/textproc/xerces-c3 -CONFIGURE_ARGS+=--with-xerces=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-xerces=no .endif post-patch: From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 11:31:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 00EF753B; Fri, 20 Sep 2013 11:31:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E30CA2066; Fri, 20 Sep 2013 11:31:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KBV1Sa094990; Fri, 20 Sep 2013 11:31:01 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KBV1it094986; Fri, 20 Sep 2013 11:31:01 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309201131.r8KBV1it094986@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Sep 2013 11:31:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327691 - head/textproc/p5-Lingua-EN-AddressParse 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.14 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: Fri, 20 Sep 2013 11:31:02 -0000 Author: sunpoet Date: Fri Sep 20 11:31:01 2013 New Revision: 327691 URL: http://svnweb.freebsd.org/changeset/ports/327691 Log: - Add LICENSE - Fix *_DEPENDS - Remove Author line Modified: head/textproc/p5-Lingua-EN-AddressParse/Makefile (contents, props changed) head/textproc/p5-Lingua-EN-AddressParse/pkg-descr (contents, props changed) Modified: head/textproc/p5-Lingua-EN-AddressParse/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-AddressParse/Makefile Fri Sep 20 11:30:57 2013 (r327690) +++ head/textproc/p5-Lingua-EN-AddressParse/Makefile Fri Sep 20 11:31:01 2013 (r327691) @@ -10,10 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to manipulate geographical addresses -RUN_DEPENDS= p5-Lingua-EN-NameParse>=0:${PORTSDIR}/textproc/p5-Lingua-EN-NameParse \ - p5-Locale-SubCountry>=0:${PORTSDIR}/misc/p5-Locale-SubCountry \ - p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent -BUILD_DEPENDS:= ${RUN_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Lingua-EN-NameParse>=1.24:${PORTSDIR}/textproc/p5-Lingua-EN-NameParse \ + p5-Locale-SubCountry>=1.41:${PORTSDIR}/misc/p5-Locale-SubCountry \ + p5-Parse-RecDescent>=1:${PORTSDIR}/devel/p5-Parse-RecDescent +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Lingua-EN-AddressParse/pkg-descr ============================================================================== --- head/textproc/p5-Lingua-EN-AddressParse/pkg-descr Fri Sep 20 11:30:57 2013 (r327690) +++ head/textproc/p5-Lingua-EN-AddressParse/pkg-descr Fri Sep 20 11:31:01 2013 (r327691) @@ -3,5 +3,3 @@ text and attempts to parse it. If succes down into components and useful functions can be performed. WWW: http://search.cpan.org/dist/Lingua-EN-AddressParse/ - -Seamus Venasse From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 11:44:16 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BB5998B5; Fri, 20 Sep 2013 11:44:16 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A06C20F1; Fri, 20 Sep 2013 11:44:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KBiGGh000939; Fri, 20 Sep 2013 11:44:16 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KBiGx6000933; Fri, 20 Sep 2013 11:44:16 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201309201144.r8KBiGx6000933@svn.freebsd.org> From: Alex Kozlov Date: Fri, 20 Sep 2013 11:44:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327692 - in head/ports-mgmt/pkg_replace: . 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.14 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: Fri, 20 Sep 2013 11:44:16 -0000 Author: ak Date: Fri Sep 20 11:44:15 2013 New Revision: 327692 URL: http://svnweb.freebsd.org/changeset/ports/327692 Log: - Undeprecate, give maintainership to submitter - Add pkgng support PR: ports/181077 Submitted by: Ken DEGUCHI Added: head/ports-mgmt/pkg_replace/files/ head/ports-mgmt/pkg_replace/files/patch-pkg_replace_pkgng (contents, props changed) Modified: head/ports-mgmt/pkg_replace/Makefile head/ports-mgmt/pkg_replace/pkg-plist (contents, props changed) Modified: head/ports-mgmt/pkg_replace/Makefile ============================================================================== --- head/ports-mgmt/pkg_replace/Makefile Fri Sep 20 11:31:01 2013 (r327691) +++ head/ports-mgmt/pkg_replace/Makefile Fri Sep 20 11:44:15 2013 (r327692) @@ -3,16 +3,14 @@ PORTNAME= pkg_replace PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR=portutil/22116 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kdeguchi@sz.tokoha-u.ac.jp COMMENT= Utility for upgrading installed packages -DEPRECATED= Abandoned upstream, does not support pkgng. Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade or pkgng -EXPIRATION_DATE= 2013-12-31 - USE_BZIP2= YES MAKE_ARGS= PREFIX="${PREFIX}" \ PORTSDIR="${PORTSDIR}" PKG_DBDIR="${PKG_DBDIR}" @@ -20,4 +18,27 @@ MAKE_ARGS= PREFIX="${PREFIX}" \ MAN1= pkg_replace.1 MANCOMPRESSED= maybe +OPTIONS_DEFINE= ZSH + +.if empty(WITH_PKGNG) +OPTIONS_DEFINE+= PKGDB_FIX +PKGDB_FIX_DESC= Fixing tool of installed package dependencies +.endif + +OPTIONS_SUB= yes + +.include + +.if ${PORT_OPTIONS:MPKGDB_FIX} +MAN1+= pkgdb_fix.1 +.endif + +post-patch: +.if ${PORT_OPTIONS:MPKGDB_FIX} + @${REINPLACE_CMD} -e 's/pkg_replace/pkg_replace pkgdb_fix/;' ${WRKSRC}/sbin/Makefile +.endif +.if !${PORT_OPTIONS:MZSH} + @${REINPLACE_CMD} -e 's/^ sbin \\$$/ sbin/;s/^ share$$//;' ${WRKSRC}/Makefile +.endif + .include Added: head/ports-mgmt/pkg_replace/files/patch-pkg_replace_pkgng ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/pkg_replace/files/patch-pkg_replace_pkgng Fri Sep 20 11:44:15 2013 (r327692) @@ -0,0 +1,414 @@ +--- sbin/pkg_replace/pkg_replace.sh.orig 2007-01-25 21:55:46.000000000 +0900 ++++ sbin/pkg_replace/pkg_replace.sh 2013-05-31 04:13:29.000000000 +0900 +@@ -125,14 +125,27 @@ + : ${PACKAGEROOT="ftp://ftp.NetBSD.org"} + : ${PKG_SUFX=".tgz"} + #else ++ : ${use_pkgng="`/usr/bin/make -f/usr/share/mk/bsd.port.mk -V WITH_PKGNG`"} ++ if [ "x${use_pkgng}" = "xdevel" ]; then ++ use_pkgng="yes" ++ fi + : ${PORTSDIR="/usr/ports"} ++ if is_yes ${use_pkgng}; then ++ : ${PKGREPOSITORY="/var/cache/pkg/All"} ++ else + : ${PKGREPOSITORY="${PORTSDIR}/packages/All"} ++ fi + #ifdef WITH_OPENBSD + : ${PACKAGEROOT="ftp://ftp.OpenBSD.org"} + : ${PKG_SUFX=".tgz"} + #else ++ if is_yes ${use_pkgng}; then ++ : ${PACKAGEROOT="http://pkgbeta.FreeBSD.org"} ++ : ${PKG_SUFX=".txz"} ++ else + : ${PACKAGEROOT="ftp://ftp.FreeBSD.org"} + : ${PKG_SUFX=".tbz"} ++ fi + #endif + #endif + : ${PKG_BACKUP_DIR=${PKGREPOSITORY}} +@@ -152,10 +165,18 @@ + } + + init_pkgtools() { ++ if is_yes ${use_pkgng}; then ++ PKG_ADD="pkg add" ++ PKG_CREATE="pkg create" ++ PKG_DELETE="pkg delete" ++ PKG_INFO="pkg info" ++ PKG_SET="pkg set" ++ else + PKG_ADD="pkg_add" + PKG_CREATE="pkg_create" + PKG_DELETE="pkg_delete" + PKG_INFO="pkg_info" ++ fi + MAKE="@MAKE@" + } + +@@ -213,7 +234,7 @@ + expand_path 'file' "${p##*=}" + file_exist "${file}" || continue + p=${p%=*} ;; +- *.t[bg]z) ++ *.t[bgx]z) + expand_path 'file' "$p" + get_pkgname_for_binary 'p' "${file}" || continue + p=${p%-*} ;; +@@ -423,6 +444,7 @@ + file_exist "$2" || return 1 + + case $2 in ++ *.txz) _opt=J ;; + *.tbz) _opt=j ;; + *.tgz) _opt=z ;; + *) return 1 ;; +@@ -434,6 +456,7 @@ + #ifdef WITH_OPENBSD + X=`@TAR@ x${_opt}f "$2" -O "+CONTENTS" | + #else ++ is_yes ${use_pkgng} && X=`${PKG_INFO} -F "$2"` || + X=`@TAR@ x${_opt}f "$2" -O --fast-read "+CONTENTS" | + #endif + #endif +@@ -467,6 +490,11 @@ + done < "${PKG_DBDIR}/$2/+BUILD_INFO" + fi + #else ++ if is_yes ${use_pkgng}; then ++ X=`${PKG_INFO} -qo $2` ++ eval $1=\$X ++ return 0 ++ fi + if [ -r "${PKG_DBDIR}/$2/+CONTENTS" ]; then + while read X; do + case $X in +@@ -488,7 +516,11 @@ + } + + set_pkg_vars() { ++ if is_yes ${use_pkgng}; then ++ ${PKG_INFO} -e $1 || return 1 ++ else + [ -d "${PKG_DBDIR}/$1" ] || return 1 ++ fi + + pkg_name=$1 + pkg_pkgdir=${PKG_DBDIR}/$1 +@@ -526,10 +558,27 @@ + + for _arg in ${1+"$@"}; do + _pattern=${_arg#${PKG_DBDIR}/} ++ if is_yes ${use_pkgng}; then ++ for p in `${PKG_INFO} -g "${_pattern}" 2>/dev/null`; do ++ if is_yes ${opt_depends}; then ++ pkg_depends '_deps' "$p" ++ eval ${_var}=\"\$${_var} \${_deps}\" ++ fi ++ ++ eval ${_var}=\"\$${_var} \$p\" + ++ if is_yes ${opt_required_by}; then ++ pkg_required_by '_req_by' "$p" ++ eval ${_var}=\"\$${_var} \${_req_by}\" ++ fi ++ done ++ if [ -z "${pkgs}" ]; then ++ warn "No such installed package: ${_arg}" ++ fi ++ else + case ${_pattern} in +- *\**|*-pl[0-9]*|*-[0-9]*[0-9.][a-z]|*-[0-9]*[0-9]) ;; +- *) _pattern="${_pattern}-[0-9]*[0-9a-z]" ;; ++ *\**|*-[0-9]*|*-[brv.][0-9]*|*-a.[0-9]*|*-pl[0-9]*|*-b.r[0-9]*|*-cr.[a-z]*) ;; ++ *) _pattern="${_pattern}-[0-9]*[0-9a-zA-Z]" ;; + esac + + for p in ${PKG_DBDIR}/${_pattern}/+CONTENTS; do +@@ -552,6 +601,7 @@ + warn "No such installed package: ${_arg}" + fi + done ++ fi + done + + set -f +@@ -568,6 +618,12 @@ + done < "${PKG_DBDIR}/$2/+REQUIRING" + fi + #else ++ if is_yes ${use_pkgng}; then ++ X=`${PKG_INFO} -qd $2` ++ eval $1=\"\${X}\" ++ return 0 ++ fi ++ + if [ -r "${PKG_DBDIR}/$2/+CONTENTS" ]; then + while read X; do + case $X in +@@ -588,6 +644,12 @@ + pkg_required_by() { + local X + ++ if is_yes ${use_pkgng}; then ++ X=`${PKG_INFO} -qr $2` ++ eval $1=\"\$X\" ++ return 0 ++ fi ++ + eval $1= + if [ -r "${PKG_DBDIR}/$2/+REQUIRED_BY" ]; then + while read X; do +@@ -597,7 +659,7 @@ + } + + pkg_sort() { +- local p _var _sorted _unsorted _arg _deps ++ local p _var _sorted _unsorted _arg _deps _deplist + + _var=$1; shift + _sorted= +@@ -612,7 +674,13 @@ + *" ${_arg} "*) continue ;; + esac + +- if [ -s "${PKG_DBDIR}/${_arg}/+REQUIRED_BY" ]; then ++ _deplist= ++ if is_yes ${use_pkgng}; then ++ _deplist=`${PKG_INFO} -qr ${_arg}` ++ else ++ _deplist="${PKG_DBDIR}/${_arg}/+REQUIRED_BY" ++ fi ++ if [ -s "${_deplist}" ]; then + pkg_depends '_deps' "${_arg}" + + for p in ${_deps}; do +@@ -757,9 +825,11 @@ + info "Installing '$1'" + + case $1 in +- *.t[bg]z) ++ *.t[bgx]z) + is_yes ${opt_force} && install_args="-f" ++ if ! is_yes ${use_pkgng}; then + is_yes ${opt_verbose} && install_args="${install_args} -v" ++ fi + + xtry "${2-}" ${PKG_ADD} ${install_args} "$1" || return 1 + ;; +@@ -795,7 +865,11 @@ + + deinstall_args= + is_yes ${opt_force} && deinstall_args="-f" ++ if is_yes ${use_pkgng}; then ++ deinstall_args="${deinstall_args} -y" ++ else + is_yes ${opt_verbose} && deinstall_args="${deinstall_args} -v" ++ fi + + #ifdef WITH_PKGSRC + if [ -e "${PKG_DBDIR}/$1/+PRESERVE" ]; then +@@ -915,7 +989,11 @@ + *) subdir="${OS_MAJOR}-stable" ;; + esac + ++ if is_yes ${use_pkgng}; then ++ uri_path=/freebsd-${OS_MAJOR}-${ARCH}/latest/All/ ++ else + uri_path="/pub/FreeBSD/ports/${ARCH}/packages-${subdir}/All/" ++ fi + #endif + #endif + uri="${PACKAGEROOT}${uri_path}${pkg}" +@@ -987,7 +1065,11 @@ + return 1 + fi + #else ++ if is_yes ${use_pkgng}; then ++ try ${PKG_CREATE} -f ${PKG_SUFX} -o "${2%/*}" "$1" || return 1 ++ else + try ${PKG_CREATE} -b "$1" "$2" || return 1 ++ fi + #endif + #endif + } +@@ -1031,12 +1113,17 @@ + } + + preserve_libs() { +- local file ++ local file pkg_info_opts + + is_yes ${opt_preserve_libs} || return 0 + ++ if is_yes ${use_pkgng}; then ++ pkg_info_opts='-ql' ++ else ++ pkg_info_opts='-qL' ++ fi + preserved_files= +- for file in $(${PKG_INFO} -qL "$1"); do ++ for file in $(${PKG_INFO} ${pkg_info_opts} "$1"); do + case ${file##*/} in + lib*.so.[0-9]*) + if [ -f "${file}" ]; then +@@ -1080,20 +1167,30 @@ + fix_dependencies() { + #ifndef WITH_PKGSRC + #ifndef WITH_OPENBSD +- local p deps newdep opt_depends opt_required_by ++ local p deps newdep opt_depends opt_required_by dep_installed + + opt_depends=NO + opt_required_by=NO + pkg_depends 'deps' "$1" + + for p in ${deps}; do +- if [ ! -d "${PKG_DBDIR}/$p" ]; then ++ dep_installed=no ++ if is_yes ${use_pkgng}; then ++ ${PKG_INFO} -e $p && dep_installed=yes || dep_installed=no ++ else ++ [ -d "${PKG_DBDIR}/$p" ] && dep_installed=yes || dep_installed=no ++ fi ++ if ! is_yes ${dep_installed}; then + pkg_glob 'newdep' "${p%-*}" 2>/dev/null + + if empty ${newdep}; then + warn "'$1' depends on '$p', but it is NOT installed!" + else ++ if is_yes ${use_pkgng}; then ++ ${PKG_SET} -y -o `${PKG_INFO} -qo $1`:`${PKG_INFO} -qo $p` || return 1 ++ else + update_pkgdep "$1" "$p" "${newdep##* }" || return 1 ++ fi + fi + fi + done +@@ -1102,6 +1199,11 @@ + } + + update_dependencies() { ++ if is_yes ${use_pkgng}; then ++ info "Updating the dependencies" ++ ${PKG_SET} -y -o $1:$2 || return 1 ++ info " $1 -> $2" ++ else + local p req_by + + pkg_required_by 'req_by' "$2" +@@ -1114,6 +1216,7 @@ + update_pkgdep "$p" "$1-[^-]*" "$2" || return 1 + done + fi ++ fi + } + + have_pkgdep() { +@@ -1122,7 +1225,7 @@ + if [ -r "${PKG_DBDIR}/$1/+CONTENTS" ]; then + while read X; do + case $X in +- @pkgdep\ $2-[0-9]*|@pkgdep\ $2-pl[0-9]*) ++ @pkgdep\ $2-[0-9]*|@pkgdep\ $2-[brv.][0-9]*|@pkgdep\ $2-a.[0-9]*|@pkgdep\ $2-pl[0-9]*|@pkgdep\ $2-b.r[0-9]*|@pkgdep\ $2-cr.[a-z]*) + return 0 ;; + [!@]*) break ;; + esac +@@ -1134,7 +1237,7 @@ + + update_pkgdep() { + update_file "${PKG_DBDIR}/$1/+CONTENTS" \ +- "s/^@pkgdep $2\$/@pkgdep $3/" || return 1 ++ "/^@pkgdep $2\$/,/^@comment DEPORIGIN:/ { s|^@pkgdep $2\$|@pkgdep $3|; s|^@comment DEPORIGIN:.*\$|@comment DEPORIGIN:${pkg_origin}|; }" || return 1 + } + + delete_pkgdep() { +@@ -1325,7 +1428,7 @@ + + init_install() { + case $1 in +- *.t[bg]z) ++ *.t[bgx]z) + set_pkg_vars_for_binary "$1" || return 1 ;; + /*) set_port_vars "$1" || return 1 ;; + *) set_port_vars "${PORTSDIR}/$1" || return 1 ;; +@@ -1351,7 +1454,7 @@ + done + + case ${replace_with} in +- *.t[bg]z) ++ *.t[bgx]z) + pkg_binary=${replace_with} ;; + ?*) + pkg_portdir=${replace_with} +@@ -1428,6 +1531,12 @@ + do_replace() { + local pkg_log pkg_tmpdir old_package old_required_by preserved_files + ++ if is_yes ${use_pkgng}; then ++ local old_origin new_origin ++ old_origin= ++ new_origin= ++ fi ++ + init_replace "$1" || { status=skipped; return 0; } + + if [ "${cur_pkg_name}" != "${pkg_name}" ]; then +@@ -1482,7 +1591,9 @@ + fi + + pkg_tmpdir="${tmpdir}/${cur_pkg_name}" ++ if ! is_yes ${use_pkgng}; then + old_required_by="${pkg_tmpdir}/+REQUIRED_BY" ++ fi + + if ! find_package 'old_package' "${cur_pkg_name}"; then + old_package="${pkg_tmpdir}/${cur_pkg_name}${PKG_SUFX}" +@@ -1491,7 +1602,11 @@ + if ! { + create_dir "${pkg_tmpdir}" && + backup_package "${cur_pkg_name}" "${old_package}" && +- backup_file "${cur_pkg_pkgdir}/+REQUIRED_BY" "${old_required_by}" && ++ if is_yes ${use_pkgng}; then ++ old_origin=`${PKG_INFO} -qo ${cur_pkg_name}` || return 1 ++ else ++ backup_file "${cur_pkg_pkgdir}/+REQUIRED_BY" "${old_required_by}" ++ fi && + preserve_libs "${cur_pkg_name}" + }; then + log="backup error" +@@ -1503,6 +1618,9 @@ + if install_package "${pkg_binary:-${pkg_portdir}}" "${pkg_log}"; then + status=done + cur_pkg_pkgdir=${PKG_DBDIR}/${pkg_name} ++ if is_yes ${use_pkgng}; then ++ new_origin=`${PKG_INFO} -qo ${pkg_name}` ++ fi + else + log="install error" + restore_package "${old_package}" || { +@@ -1515,8 +1633,10 @@ + log="deinstall error" + fi + ++ if ! is_yes ${use_pkgng}; then + restore_file "${old_required_by}" "${cur_pkg_pkgdir}/+REQUIRED_BY" || + warn "Failed to restore the +REQUIRED_BY file." ++ fi + process_package "${old_package}" || + warn "Failed to keep the old version." + clean_libs || +@@ -1527,7 +1647,11 @@ + case ${status} in + done) + fix_dependencies "${pkg_name}" || return 1 +- update_dependencies "${cur_pkg_name%-*}" "${pkg_name}" || return 1 ;; ++ if is_yes ${use_pkgng}; then ++ update_dependencies "${old_origin}" "${new_origin}" || return 1 ++ else ++ update_dependencies "${cur_pkg_name%-*}" "${pkg_name}" || return 1 ++ fi ;; + *) + return 1 ;; + esac Modified: head/ports-mgmt/pkg_replace/pkg-plist ============================================================================== --- head/ports-mgmt/pkg_replace/pkg-plist Fri Sep 20 11:31:01 2013 (r327691) +++ head/ports-mgmt/pkg_replace/pkg-plist Fri Sep 20 11:44:15 2013 (r327692) @@ -1,5 +1,6 @@ sbin/pkg_replace +%%PKGDB_FIX%%sbin/pkgdb_fix etc/pkg_replace.conf.sample -share/zsh/site-functions/_pkg_replace -@unexec [ -f %D/bin/zsh ] || rmdir %D/share/zsh/site-functions 2>/dev/null || true -@dirrmtry share/zsh +%%ZSH%%share/zsh/site-functions/_pkg_replace +%%ZSH%%@unexec [ -f %D/bin/zsh ] || rmdir %D/share/zsh/site-functions 2>/dev/null || true +%%ZSH%%@dirrmtry share/zsh From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 12:02:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 76EE7EBA; Fri, 20 Sep 2013 12:02:52 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 54EBA2261; Fri, 20 Sep 2013 12:02:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KC2q9c011410; Fri, 20 Sep 2013 12:02:52 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KC2p5k011407; Fri, 20 Sep 2013 12:02:51 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309201202.r8KC2p5k011407@svn.freebsd.org> From: Boris Samorodov Date: Fri, 20 Sep 2013 12:02:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327693 - head/www/web2ldap 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.14 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: Fri, 20 Sep 2013 12:02:52 -0000 Author: bsam Date: Fri Sep 20 12:02:51 2013 New Revision: 327693 URL: http://svnweb.freebsd.org/changeset/ports/327693 Log: . update to version 1.1.45; . add NO_STAGE=yes macro; . replace ECHO_CMD with ECHO_MSG macro; . surround echoing of PKGMESSAGE with ECHO_MSG macros. Modified: head/www/web2ldap/Makefile head/www/web2ldap/distinfo head/www/web2ldap/pkg-plist Modified: head/www/web2ldap/Makefile ============================================================================== --- head/www/web2ldap/Makefile Fri Sep 20 11:44:15 2013 (r327692) +++ head/www/web2ldap/Makefile Fri Sep 20 12:02:51 2013 (r327693) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= web2ldap -PORTVERSION= 1.1.40 +PORTVERSION= 1.1.45 CATEGORIES= www MASTER_SITES= http://www.web2ldap.de/download/ \ http://www.sfr-fresh.com/unix/www/ @@ -15,6 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap ${PYTHON_SITELIBDIR}/ipaddr.py:${PORTSDIR}/devel/py-ipaddr \ ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support +NO_STAGE= yes OPTIONS_DEFINE= DOCS USE_PYTHON= yes SUB_FILES= pkg-message @@ -28,7 +29,7 @@ do-build: @(cd ${WRKSRC} && ${PYTHON_CMD} ./sbin/compile.py) do-install: - @${ECHO_CMD} "==> Installing program files..." + @${ECHO_MSG} "==> Installing program files..." @${MKDIR} ${DATADIR} @(cd ${WRKSRC}; \ ${FIND} * -type d | ${GREP} -vE "^htdocs" | ${CPIO} -p ${DATADIR}; \ @@ -38,13 +39,15 @@ do-install: post-install: .if ${PORT_OPTIONS:MDOCS} - @${ECHO_CMD} "==> Installing document files..." + @${ECHO_MSG} "==> Installing document files..." @${MKDIR} ${DOCSDIR} @(cd ${WRKSRC}; \ ${FIND} * -type d | ${GREP} "^htdocs" | ${CPIO} -p ${DOCSDIR}; \ ${FIND} * -type f | ${GREP} "^htdocs" | ${CPIO} -pd ${DOCSDIR}) .endif @${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + @${ECHO_MSG} @${CAT} ${PKGMESSAGE} + @${ECHO_MSG} .include Modified: head/www/web2ldap/distinfo ============================================================================== --- head/www/web2ldap/distinfo Fri Sep 20 11:44:15 2013 (r327692) +++ head/www/web2ldap/distinfo Fri Sep 20 12:02:51 2013 (r327693) @@ -1,2 +1,2 @@ -SHA256 (web2ldap-1.1.40.tar.gz) = 8bc5c53bf8d3b973fc9e2d96efe755c46be2b67d79b5714834637fa4aa6ee77a -SIZE (web2ldap-1.1.40.tar.gz) = 504331 +SHA256 (web2ldap-1.1.45.tar.gz) = 4fa495d47c72321b4fcd07e9ae4e755171741b4e3ac6f57f1bab87f995d384a2 +SIZE (web2ldap-1.1.45.tar.gz) = 509930 Modified: head/www/web2ldap/pkg-plist ============================================================================== --- head/www/web2ldap/pkg-plist Fri Sep 20 11:44:15 2013 (r327692) +++ head/www/web2ldap/pkg-plist Fri Sep 20 12:02:51 2013 (r327693) @@ -295,6 +295,8 @@ %%DATADIR%%/pylib/w2lapp/schema/plugins/vpim.pyc %%DATADIR%%/pylib/w2lapp/schema/plugins/x500dsa.py %%DATADIR%%/pylib/w2lapp/schema/plugins/x500dsa.pyc +%%DATADIR%%/pylib/w2lapp/schema/plugins/x509.py +%%DATADIR%%/pylib/w2lapp/schema/plugins/x509.pyc %%DATADIR%%/pylib/w2lapp/schema/syntaxes.py %%DATADIR%%/pylib/w2lapp/schema/syntaxes.pyc %%DATADIR%%/pylib/w2lapp/schema/viewer.py From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 12:13:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3830E3C2; Fri, 20 Sep 2013 12:13:55 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0BC472335; Fri, 20 Sep 2013 12:13:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KCDsBw017501; Fri, 20 Sep 2013 12:13:54 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KCDsXL017496; Fri, 20 Sep 2013 12:13:54 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201309201213.r8KCDsXL017496@svn.freebsd.org> From: Frederic Culot Date: Fri, 20 Sep 2013 12:13:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327694 - head/sysutils/p5-Sys-Filesystem 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.14 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: Fri, 20 Sep 2013 12:13:55 -0000 Author: culot Date: Fri Sep 20 12:13:54 2013 New Revision: 327694 URL: http://svnweb.freebsd.org/changeset/ports/327694 Log: - Update to 1.401 [1] - Trim Makefile's header - Add LICENSE (Apache 2) Changes: http://search.cpan.org/dist/Sys-Filesystem/Changes PR: ports/182241 [1] Submitted by: pirzyk@ (maintainer) Modified: head/sysutils/p5-Sys-Filesystem/Makefile head/sysutils/p5-Sys-Filesystem/distinfo Modified: head/sysutils/p5-Sys-Filesystem/Makefile ============================================================================== --- head/sysutils/p5-Sys-Filesystem/Makefile Fri Sep 20 12:02:51 2013 (r327693) +++ head/sysutils/p5-Sys-Filesystem/Makefile Fri Sep 20 12:13:54 2013 (r327694) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Sys-Filesystem -# Date created: Thu May 25 21:12:53 CDT 2006 -# Whom: Jim Pirzyk pirzyk@freebsd.org -# +# Created by: Jim Pirzyk # $FreeBSD$ -# PORTNAME= Sys-Filesystem -PORTVERSION= 1.30 +PORTVERSION= 1.401 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Sys @@ -15,7 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= pirzyk@FreeBSD.org COMMENT= Perl module to Retrieve list of filesystems and their properties -RUN_DEPENDS= p5-Params-Util>=1.0:${PORTSDIR}/devel/p5-Params-Util +LICENSE= AL2 + +RUN_DEPENDS= p5-Params-Util>=1.0:${PORTSDIR}/devel/p5-Params-Util \ + p5-IPC-Cmd>=0.80:${PORTSDIR}/devel/p5-IPC-Cmd \ + p5-Module-Pluggable>=4.8:${PORTSDIR}/devel/p5-Module-Pluggable BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 Modified: head/sysutils/p5-Sys-Filesystem/distinfo ============================================================================== --- head/sysutils/p5-Sys-Filesystem/distinfo Fri Sep 20 12:02:51 2013 (r327693) +++ head/sysutils/p5-Sys-Filesystem/distinfo Fri Sep 20 12:13:54 2013 (r327694) @@ -1,2 +1,2 @@ -SHA256 (Sys-Filesystem-1.30.tar.gz) = 41c7d459d3e454904d69489eccf084ff0150c1b123007e7d8d80559fd0693ae2 -SIZE (Sys-Filesystem-1.30.tar.gz) = 34319 +SHA256 (Sys-Filesystem-1.401.tar.gz) = a37adc6d78f8d48ae410c07b9e44f56da6aa84caa02c8ccd54202ff9ad96da03 +SIZE (Sys-Filesystem-1.401.tar.gz) = 33801 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 12:15:58 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BC3824E7; Fri, 20 Sep 2013 12:15:58 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9F5E234D; Fri, 20 Sep 2013 12:15:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KCFwMF018357; Fri, 20 Sep 2013 12:15:58 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KCFw53018354; Fri, 20 Sep 2013 12:15:58 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201309201215.r8KCFw53018354@svn.freebsd.org> From: Koop Mast Date: Fri, 20 Sep 2013 12:15:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327695 - in head/textproc/enchant: . 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.14 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: Fri, 20 Sep 2013 12:15:58 -0000 Author: kwm Date: Fri Sep 20 12:15:57 2013 New Revision: 327695 URL: http://svnweb.freebsd.org/changeset/ports/327695 Log: Make sure we use system hunspell and look in the right location where to find the dictionaries. [1] Do the same for hspell and ispell, and use new lib_depend syntax. USE_GMAKE => USES=gmake and fix bug in configure script. PR: ports/180660 Submitted by: tijl@ Added: head/textproc/enchant/files/ head/textproc/enchant/files/patch-configure (contents, props changed) Modified: head/textproc/enchant/Makefile Modified: head/textproc/enchant/Makefile ============================================================================== --- head/textproc/enchant/Makefile Fri Sep 20 12:13:54 2013 (r327694) +++ head/textproc/enchant/Makefile Fri Sep 20 12:15:57 2013 (r327695) @@ -12,10 +12,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Dictionary/spellchecking framework -USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_GNOME= glib20 ltverhack CONFIGURE_ARGS= --disable-uspell \ --disable-voikko @@ -34,7 +33,7 @@ ZEMBEREK_DESC= Spell checking via Zember .include .if ${PORT_OPTIONS:MASPELL} -LIB_DEPENDS+= pspell:${PORTSDIR}/textproc/aspell +LIB_DEPENDS+= libaspell.so:${PORTSDIR}/textproc/aspell CONFIGURE_ARGS+=--enable-aspell \ --with-aspell-prefix=${LOCALBASE} PLIST_SUB+= ASPELL="" @@ -45,7 +44,8 @@ PLIST_SUB+= ASPELL="@comment " .if ${PORT_OPTIONS:MHSPELL} BUILD_DEPENDS+= ${LOCALBASE}/lib/libhspell.a:${PORTSDIR}/hebrew/hspell -CONFIGURE_ARGS+=--enable-hspell +CONFIGURE_ARGS+=--enable-hspell \ + --with-hspell-prefix=${LOCALBASE} PLIST_SUB+= HSPELL="" .else CONFIGURE_ARGS+=--disable-hspell @@ -53,8 +53,9 @@ PLIST_SUB+= HSPELL="@comment " .endif .if ${PORT_OPTIONS:MHUNSPELL} -LIB_DEPENDS+= hunspell-1.3:${PORTSDIR}/textproc/hunspell -CONFIGURE_ARGS+=--enable-myspell +LIB_DEPENDS+= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell +CONFIGURE_ARGS+=--enable-myspell --with-system-myspell=yes \ + --with-myspell-dir=${LOCALBASE} PLIST_SUB+= HUNSPELL="" .else CONFIGURE_ARGS+=--disable-myspell @@ -63,7 +64,8 @@ PLIST_SUB+= HUNSPELL="@comment " .if ${PORT_OPTIONS:MISPELL} RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell -CONFIGURE_ARGS+=--enable-ispell +CONFIGURE_ARGS+=--enable-ispell \ + --with-ispell-dir=${LOCALBASE} PLIST_SUB+= ISPELL="" .else CONFIGURE_ARGS+=--disable-ispell @@ -71,7 +73,7 @@ PLIST_SUB+= ISPELL="@comment " .endif .if ${PORT_OPTIONS:MZEMBEREK} -LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib CONFIGURE_ARGS+=--enable-zemberek PLIST_SUB+= ZEMBEREK="" .else Added: head/textproc/enchant/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/enchant/files/patch-configure Fri Sep 20 12:15:57 2013 (r327695) @@ -0,0 +1,11 @@ +--- configure.orig 2013-08-16 18:30:56.000000000 +0200 ++++ configure 2013-08-16 18:31:33.000000000 +0200 +@@ -18213,7 +18213,7 @@ + fi + + +- ASPELL_CFLAGS+=" -DHAVE_PSPELL_H" ++ ASPELL_CFLAGS="${ASPELL_CFLAGS} -DHAVE_PSPELL_H" + elif test -f "$aspell_prefix/include/aspell.h"; then + { $as_echo "$as_me:$LINENO: result: yes (aspell)" >&5 + $as_echo "yes (aspell)" >&6; } From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 12:16:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F25775C6; Fri, 20 Sep 2013 12:16:14 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E06F42351; Fri, 20 Sep 2013 12:16:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KCGE4E018488; Fri, 20 Sep 2013 12:16:14 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KCGE9B018487; Fri, 20 Sep 2013 12:16:14 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201309201216.r8KCGE9B018487@svn.freebsd.org> From: Alex Kozlov Date: Fri, 20 Sep 2013 12:16:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327696 - 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.14 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: Fri, 20 Sep 2013 12:16:15 -0000 Author: ak Date: Fri Sep 20 12:16:14 2013 New Revision: 327696 URL: http://svnweb.freebsd.org/changeset/ports/327696 Log: - Fix svn properties for Mk/bsd.ocaml.mk PR: ports/181613 Submitted by: Konstantinos Koukopoulos Modified: head/Mk/bsd.ocaml.mk (contents, props changed) Modified: head/Mk/bsd.ocaml.mk ============================================================================== --- head/Mk/bsd.ocaml.mk Fri Sep 20 12:15:57 2013 (r327695) +++ head/Mk/bsd.ocaml.mk Fri Sep 20 12:16:14 2013 (r327696) @@ -1,7 +1,7 @@ # ex:ts=4 # # $MBSDlabs: portmk/bsd.ocaml.mk,v 1.18 2006/08/06 18:47:23 stas Exp $ -# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.ocaml.mk,v 1.4 2011-12-15 19:47:53 tabthorpe Exp $ +# $FreeBSD$ # # bsd.ocaml.mk - Support for the Objective Caml language packages # From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 12:55:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4D03BBBC; Fri, 20 Sep 2013 12:55:08 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 371592593; Fri, 20 Sep 2013 12:55:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KCt8Dh039305; Fri, 20 Sep 2013 12:55:08 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KCst4l039127; Fri, 20 Sep 2013 12:54:55 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309201254.r8KCst4l039127@svn.freebsd.org> From: Bryan Drewery Date: Fri, 20 Sep 2013 12:54:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327697 - in head: . Mk audio/csound audio/emu10kx audio/oss comms/uarduno comms/uartlirc devel/libtecla devel/mingw32-gcc dns/c-ares editors/emacs21 emulators/kqemu-kmod emulators/kqem... 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.14 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: Fri, 20 Sep 2013 12:55:08 -0000 Author: bdrewery Date: Fri Sep 20 12:54:54 2013 New Revision: 327697 URL: http://svnweb.freebsd.org/changeset/ports/327697 Log: SSP support has been added to ports with WITH_SSP for i386 and amd64 on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Added: head/Mk/bsd.ssp.mk (contents, props changed) Modified: head/CHANGES head/Mk/bsd.port.mk head/UPDATING head/audio/csound/Makefile head/audio/emu10kx/Makefile head/audio/oss/Makefile head/comms/uarduno/Makefile head/comms/uartlirc/Makefile head/devel/libtecla/Makefile head/devel/mingw32-gcc/Makefile head/dns/c-ares/Makefile head/editors/emacs21/Makefile head/emulators/kqemu-kmod-devel/Makefile head/emulators/kqemu-kmod/Makefile head/emulators/open-vm-tools/Makefile head/emulators/parallels-tools/Makefile head/emulators/rtc/Makefile head/ftp/curl-hiphop/Makefile head/ftp/curl/Makefile head/games/gtkradiant/Makefile head/graphics/kix-kmod/Makefile head/graphics/plasma-kmod/Makefile head/lang/gcc/Makefile head/lang/gcc34/Makefile head/lang/gcc42/Makefile head/lang/gcc44/Makefile head/lang/gcc46/Makefile head/lang/gcc47/Makefile head/lang/gcc48/Makefile head/lang/gcc49/Makefile head/lang/libobjc2/Makefile head/lang/ocaml/Makefile head/misc/dahdi-kmod/Makefile head/misc/dahdi-kmod26/Makefile head/multimedia/cuse4bsd-kmod/Makefile head/multimedia/cx88/Makefile head/multimedia/linux_dvbwrapper-kmod/Makefile head/multimedia/ptx-kmod/Makefile head/multimedia/pwcbsd/Makefile head/net-mgmt/netams/Makefile head/net/aoe/Makefile head/net/etherboot/Makefile head/net/iet/Makefile head/net/ng_daphne/Makefile head/net/ng_mikrotik_eoip/Makefile head/net/skyfish/Makefile head/net/userfw/Makefile head/print/acroreadwrapper/Makefile head/security/quantis-kmod/Makefile head/sysutils/acpi_call/Makefile head/sysutils/biosfont/Makefile head/sysutils/fusefs-kmod/Makefile head/sysutils/graid5/Makefile head/sysutils/grub2/Makefile head/sysutils/mono-kmod/Makefile head/sysutils/pefs-kmod/Makefile head/sysutils/pmap/Makefile head/sysutils/scprotect/Makefile head/sysutils/vordog/Makefile head/x11/nvidia-driver/Makefile Modified: head/CHANGES ============================================================================== --- head/CHANGES Fri Sep 20 12:16:14 2013 (r327696) +++ head/CHANGES Fri Sep 20 12:54:54 2013 (r327697) @@ -10,6 +10,28 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. +20130920: +AUTHOR: bdrewery@FreeBSD.org + + SSP support has been added to ports with WITH_SSP for i386 and amd64 + on FreeBSD 10, and amd64 on earlier versions. + + SSP_UNSAFE is added to disable in a port if it fails to build, but + this should only be used in rare circumstances such as kernel modules. + Otherwise, the port may just be failing due to lack of respecting + LDFLAGS. + + On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in + libssp_nonshared.a to address issues linking on i386 [1]. + + On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared + to LDFLAGS on i386. This is not needed on amd64. However, several hundred + ports do not currently respect LDFLAGS, so this support is disabled currently + as it causes build failures if a dependency is looking for the stack_chk + symbols. + + [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup + 20130919: AUTHOR: gahr@FreeBSD.org Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Fri Sep 20 12:16:14 2013 (r327696) +++ head/Mk/bsd.port.mk Fri Sep 20 12:54:54 2013 (r327697) @@ -301,6 +301,13 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # passed to the compiler by setting DEBUG_FLAGS. It is # set to "-g" at default. # +# WITH_SSP - If set, SSP_FLAGS (defaults to -fstack-protector) +# is added to CFLAGS and the necessary flags +# are added to LDFLAGS. Note that SSP_UNSAFE +# can be used in Makefiles by port maintainers +# if a port breaks with it (it should be +# extremely rare). +# # USE_BZIP2 - If set, this port tarballs use bzip2, not gzip, for # compression. # USE_LHA - If set, this port distfile uses lha for compression @@ -1563,6 +1570,10 @@ DEBUG_FLAGS?= -g CFLAGS:= ${CFLAGS:N-O*:N-fno-strict*} ${DEBUG_FLAGS} .endif +.if defined(WITH_SSP) +.include "${PORTSDIR}/Mk/bsd.ssp.mk" +.endif + .if defined(NOPORTDOCS) PLIST_SUB+= PORTDOCS="@comment " .else Added: head/Mk/bsd.ssp.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/Mk/bsd.ssp.mk Fri Sep 20 12:54:54 2013 (r327697) @@ -0,0 +1,30 @@ +# $FreeBSD$ +# SSP Support + +SSP_Include_MAINTAINER= portmgr@FreeBSD.org + +# See: http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup +.if ${OSVERSION} < 1000036 && ${ARCH} == i386 + +# Disabled on i386 for now on releases without the ldscript as too many ports +# do not respect LDFLAGS and fail to build due to not adding in -lssp_nonshared when needed +# despite dependencies working fine, which breaks a lot. Can enable once LDFLAGS is more +# supported. XXX +SSP_UNSAFE= yes + +# i386 needs -lssp_nonshared, see svn link above for more information +SSP_NEED_NONSHARED= yes +.endif + +.if defined(WITH_SSP) && !defined(WITHOUT_SSP) && !defined(SSP_UNSAFE) && \ + (${ARCH} == i386 || ${ARCH} == amd64) +# Overridable as a user may want to use -fstack-protector-all +SSP_CFLAGS?= -fstack-protector +CFLAGS:= ${CFLAGS} ${SSP_CFLAGS} +LDFLAGS:= ${LDFLAGS} -fstack-protector +# -lssp_nonshared is needed on i386 where /usr/lib/libc.so is not an ldscript +# This is currently unused XXX +. if defined(SSP_NEED_NONSHARED) +LDFLAGS:= ${LDFLAGS} -lssp_nonshared +. endif +.endif Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Sep 20 12:16:14 2013 (r327696) +++ head/UPDATING Fri Sep 20 12:54:54 2013 (r327697) @@ -5,6 +5,30 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20130920: + AFFECTS: Users of ports + AUTHOR: bdrewery@FreeBSD.org + + Optional Stack Protector [1] support has been added with the WITH_SSP + knob. + + This currently is only supported on FreeBSD 10 amd64/i386 and earlier + releases on amd64 only. + + The default SSP_CLFAGS is -fstack-protector, but -fstack-protector-all + may optionally be set instead. + + To enable support, add WITH_SSP=yes to your make.conf and rebuild all + ports. + + # portmaster -af + + or + + # portupgrade -af + + [1] https://en.wikipedia.org/wiki/Buffer_overflow_protection + 20130904: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv AUTHOR: madpilot@FreeBSD.org Modified: head/audio/csound/Makefile ============================================================================== --- head/audio/csound/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/audio/csound/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -35,6 +35,7 @@ FLTK_DESC= Build FLTK plugin and GUI CONFLICTS_INSTALL= outguess-* +SSP_UNSAFE= yes USE_PYTHON= 2.6+ USES= bison gettext USE_SCONS= yes Modified: head/audio/emu10kx/Makefile ============================================================================== --- head/audio/emu10kx/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/audio/emu10kx/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,9 +1,5 @@ -# Ports collection makefile for: emu10kx -# Date created: 7 Aug 2005 -# Whom: michaels@sdf.lonestar.org -# +# Created by: michaels@sdf.lonestar.org # $FreeBSD$ -# PORTNAME= emu10kx PORTVERSION= 20051021 @@ -17,6 +13,7 @@ COMMENT= SBLive!, Audigy, and Audigy2 dr USE_BZIP2= yes NO_PACKAGE= should be recompiled for a particular FreeBSD kernel +SSP_UNSAFE= kernel module does not support ssp MAN8= emuctrl.8 PLIST_FILES= sbin/emuctrl etc/rc.d/emuctrl.sh Modified: head/audio/oss/Makefile ============================================================================== --- head/audio/oss/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/audio/oss/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -14,6 +14,7 @@ LICENSE= BSD BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk +SSP_UNSAFE= kernel module does not support ssp USE_BZIP2= yes ALL_TARGET= all install USE_GNOME= gtk20 Modified: head/comms/uarduno/Makefile ============================================================================== --- head/comms/uarduno/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/comms/uarduno/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -11,6 +11,8 @@ COMMENT= FreeBSD Kernel Driver for the A NO_PACKAGE= You must (re)build this port with your kernel source +SSP_UNSAFE= kernel module does not support ssp + # need to enforce installation into kernel module directory MAKE_ENV+= KMODDIR=${KMODDIR} PREFIX= ${KMODDIR} Modified: head/comms/uartlirc/Makefile ============================================================================== --- head/comms/uartlirc/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/comms/uartlirc/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,9 +1,5 @@ -# New ports collection makefile for: uarlirc -# Date created: Sun May 13 17:39:40 CEST 2012 -# Whom: nox@FreeBSD.org -# +# Created by: nox@FreeBSD.org # $FreeBSD$ -# PORTNAME= uartlirc PORTVERSION= 0.3 @@ -17,6 +13,8 @@ EXTRACT_SUFX= .shar MAINTAINER= nox@FreeBSD.org COMMENT= Driver for "homebrew" serial LIRC receivers +SSP_UNSAFE= kernel module does not support ssp + WRKSRC= ${WRKDIR}/${PORTNAME} EXTRACT_CMD= ${SH} EXTRACT_BEFORE_ARGS= Modified: head/devel/libtecla/Makefile ============================================================================== --- head/devel/libtecla/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/devel/libtecla/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: libtecla -# Date created: Feb 12, 2001 -# Whom: Ying-Chieh Liao -# +# Created by: Ying-Chieh Liao # $FreeBSD$ -# PORTNAME= libtecla PORTVERSION= 1.6.2 @@ -25,6 +20,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFI REALCURDIR="${.CURDIR}" \ PORTNAME="${PORTNAME}" MAKE_JOBS_UNSAFE= yes +SSP_UNSAFE= yes .include Modified: head/devel/mingw32-gcc/Makefile ============================================================================== --- head/devel/mingw32-gcc/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/devel/mingw32-gcc/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -20,6 +20,8 @@ LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ GCCVERSION= 4.7.2 +SSP_UNSAFE= yes + ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 USE_LDCONFIG= yes USES= bison iconv gmake perl5 Modified: head/dns/c-ares/Makefile ============================================================================== --- head/dns/c-ares/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/dns/c-ares/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -13,6 +13,8 @@ COMMENT= An asynchronous DNS resolver li LICENSE= MIT +SSP_UNSAFE= Refuses -l in LDFLAGS + OPTIONS_DEFINE= CONFIG_INFO DEBUG HIDE_SYMBOLS OPTIMIZED_CFLAGS OPTIONS_DEFAULT= CONFIG_INFO HIDE_SYMBOLS Modified: head/editors/emacs21/Makefile ============================================================================== --- head/editors/emacs21/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/editors/emacs21/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -21,6 +21,8 @@ CONFLICTS= emacs-19.* emacs-22.* emacs-2 xemacs-[0-9]* xemacs-devel-[0-9]* \ xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* +SSP_UNSAFE= yes + .if !defined(WITHOUT_X11) LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d \ jpeg.11:${PORTSDIR}/graphics/jpeg \ Modified: head/emulators/kqemu-kmod-devel/Makefile ============================================================================== --- head/emulators/kqemu-kmod-devel/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/emulators/kqemu-kmod-devel/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -19,6 +19,8 @@ COMMENT= Kernel Accelerator for QEMU CPU LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +SSP_UNSAFE= kernel module does not support ssp + ONLY_FOR_ARCHS= i386 amd64 HAS_CONFIGURE= yes USE_GMAKE= yes Modified: head/emulators/kqemu-kmod/Makefile ============================================================================== --- head/emulators/kqemu-kmod/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/emulators/kqemu-kmod/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -19,6 +19,8 @@ COMMENT= Kernel Accelerator for QEMU CPU LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +SSP_UNSAFE= kernel module does not support ssp + ONLY_FOR_ARCHS= i386 amd64 HAS_CONFIGURE= yes USE_GMAKE= yes Modified: head/emulators/open-vm-tools/Makefile ============================================================================== --- head/emulators/open-vm-tools/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/emulators/open-vm-tools/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -24,6 +24,8 @@ USES= pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -Wno-deprecated-declarations +SSP_UNSAFE= kernel module does not support ssp + CONFIGURE_ARGS+= --without-procps --sysconfdir=${LOCALBASE}/etc .if defined(WITHOUT_X11) LIB_DEPENDS+= glib-2.0:${PORTSDIR}/devel/glib20 Modified: head/emulators/parallels-tools/Makefile ============================================================================== --- head/emulators/parallels-tools/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/emulators/parallels-tools/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,9 +1,5 @@ -# New ports collection makefile for: parallels-tools -# Date created: 14 Jun 2009 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ -# PORTNAME= parallels-tools PORTVERSION= 0.1.1 @@ -14,6 +10,7 @@ MASTER_SITE_SUBDIR= bland MAINTAINER= bland@FreeBSD.org COMMENT= Parallels Desktop Tools for FreeBSD +SSP_UNSAFE= kernel module does not support ssp USE_BZIP2= yes ONLY_FOR_ARCHS= amd64 i386 Modified: head/emulators/rtc/Makefile ============================================================================== --- head/emulators/rtc/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/emulators/rtc/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,9 +1,5 @@ -# New ports collection makefile for: rtc -# Date created: 28 March 2000 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= rtc PORTVERSION= 2004.02.24.1 @@ -17,6 +13,7 @@ COMMENT= Kernel module which provides /d WRKSRC= ${WRKDIR}/files +SSP_UNSAFE= kernel module does not support ssp NO_FETCH= yes USE_LINUX= yes # because of ${DEVDIR} Modified: head/ftp/curl-hiphop/Makefile ============================================================================== --- head/ftp/curl-hiphop/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/ftp/curl-hiphop/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,15 +1,13 @@ -# New ports collection makefile for: curl-hiphop -# Date created: 16 July 2012 -# Whom: Martin Matuska -# +# Created by: Martin Matuska # $FreeBSD$ -# PKGNAMESUFFIX= -hiphop MAINTAINER= mm@FreeBSD.org COMMENT= Static libcurl with custom patches for HipHop +SSP_UNSAFE= Refuses -l in LDFLAGS + BUILDING_HIPHOP= yes HIPHOP_DIR= share/hiphop-php Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/ftp/curl/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -14,6 +14,8 @@ COMMENT?= Non-interactive tool to get fi LICENSE= MIT +SSP_UNSAFE= Refuses -l in LDFLAGS + OPTIONS_DEFINE= CA_BUNDLE COOKIES CURL_DEBUG DEBUG DOCS EXAMPLES GSSAPI IDN IPV6 LDAP LDAPS LIBSSH2 NTLM PROXY RTMP SPNEGO TLS_SRP OPTIONS_RADIO= RESOLV SSL OPTIONS_RADIO_RESOLV= CARES THREADED_RESOLVER Modified: head/games/gtkradiant/Makefile ============================================================================== --- head/games/gtkradiant/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/games/gtkradiant/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -20,6 +20,7 @@ LIB_DEPENDS= libgtkglext-x11-1.0.so:${PO libmhash.so:${PORTSDIR}/security/mhash \ libpng15.so:${PORTSDIR}/graphics/png +SSP_UNSAFE= yes USES= pkgconfig USE_ZIP= yes USE_GNOME= gtk20 libxml2 Modified: head/graphics/kix-kmod/Makefile ============================================================================== --- head/graphics/kix-kmod/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/graphics/kix-kmod/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,9 +1,5 @@ -# New ports collection makefile for: kix-kmod -# Date created: 4 January 2003 -# Whom: Jonathan Belson -# +# Created by: Jonathan Belson # $FreeBSD$ -# PORTNAME= kix PORTVERSION= 1.0 @@ -16,6 +12,8 @@ PKGNAMESUFFIX= -kmod MAINTAINER= jon@witchspace.com COMMENT= A graphical screensaver kernel module +SSP_UNSAFE= kernel module does not support ssp + .include SYSDIR?= ${SRC_BASE}/sys Modified: head/graphics/plasma-kmod/Makefile ============================================================================== --- head/graphics/plasma-kmod/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/graphics/plasma-kmod/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,9 +1,5 @@ -# New ports collection makefile for: plasma-kmod -# Date created: 24 January 2001 -# Whom: George Reid -# +# Created by: George Reid # $FreeBSD$ -# PORTNAME= plasma PORTVERSION= 0.1 @@ -17,6 +13,8 @@ COMMENT= A plasma-effect screensaver ker LICENSE= BSD +SSP_UNSAFE= kernel module does not support ssp + .include .if !exists(${SRC_BASE}/sys/dev/syscons/syscons.h) Modified: head/lang/gcc/Makefile ============================================================================== --- head/lang/gcc/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/lang/gcc/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -32,6 +32,7 @@ USES= bison gmake iconv perl5 USE_BINUTILS= yes USE_BZIP2= yes USE_PERL5= build +SSP_UNSAFE= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure Modified: head/lang/gcc34/Makefile ============================================================================== --- head/lang/gcc34/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/lang/gcc34/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -21,6 +21,7 @@ LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX USES= bison gmake iconv perl5 USE_BZIP2= yes USE_PERL= build +SSP_UNSAFE= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure Modified: head/lang/gcc42/Makefile ============================================================================== --- head/lang/gcc42/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/lang/gcc42/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -27,6 +27,7 @@ USES= bison gmake iconv perl5 USE_BZIP2= yes USE_CSTD= gnu89 USE_PERL5= build +SSP_UNSAFE= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure Modified: head/lang/gcc44/Makefile ============================================================================== --- head/lang/gcc44/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/lang/gcc44/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -25,6 +25,7 @@ USE_BINUTILS= yes USES= bison gmake iconv perl5 USE_BZIP2= yes USE_PERL5= build +SSP_UNSAFE= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure Modified: head/lang/gcc46/Makefile ============================================================================== --- head/lang/gcc46/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/lang/gcc46/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -34,6 +34,7 @@ USES= bison gmake iconv perl5 USE_BINUTILS= yes USE_BZIP2= yes USE_PERL5= build +SSP_UNSAFE= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure Modified: head/lang/gcc47/Makefile ============================================================================== --- head/lang/gcc47/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/lang/gcc47/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -33,6 +33,7 @@ USES= bison gmake iconv perl5 USE_BINUTILS= yes USE_BZIP2= yes USE_PERL5= build +SSP_UNSAFE= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/lang/gcc48/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -33,6 +33,7 @@ USES= bison gmake iconv perl5 USE_BINUTILS= yes USE_BZIP2= yes USE_PERL5= build +SSP_UNSAFE= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/lang/gcc49/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -33,6 +33,7 @@ USES= gmake iconv perl5 USE_BINUTILS= yes USE_BZIP2= yes USE_PERL5= build +SSP_UNSAFE= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure Modified: head/lang/libobjc2/Makefile ============================================================================== --- head/lang/libobjc2/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/lang/libobjc2/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -9,6 +9,8 @@ MASTER_SITES= http://download.gna.org/gn MAINTAINER= theraven@FreeBSD.org COMMENT= Replacement Objective-C runtime supporting modern Objective-C features +SSP_UNSAFE= yes + .include USES= cmake Modified: head/lang/ocaml/Makefile ============================================================================== --- head/lang/ocaml/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/lang/ocaml/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -20,6 +20,7 @@ REINPLACE_ARGS= -i "" HAS_CONFIGURE= yes ALL_TARGET= world.opt STRIP= +SSP_UNSAFE= yes MAKE_JOBS_UNSAFE= yes CONFIGURE_ARGS= -verbose -prefix "${PREFIX}" -cc "${CC}" -as "${AS}" \ Modified: head/misc/dahdi-kmod/Makefile ============================================================================== --- head/misc/dahdi-kmod/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/misc/dahdi-kmod/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,9 +1,5 @@ -# Ports collection makefile for: dahdi -# Date created: 3 Mar 2010 -# Whom: Maxim Khon -# +# Created by: Maxim Khon # $FreeBSD$ -# PORTNAME= dahdi-kmod PORTVERSION= ${DAHDI_VERSION:S/-//g} @@ -22,6 +18,8 @@ COMMENT= Digium/Asterisk Hardware Device RUN_DEPENDS= ${LOCALBASE}/sbin/dahdi_cfg:${PORTSDIR}/misc/dahdi +SSP_UNSAFE= kernel module does not support ssp + DAHDI_VERSION= 2.4.0-rc5 DAHDI_TOOLS_VERSION= 2.4.0-rc1 OSLEC_VERSION= 2.6.35.4 Modified: head/misc/dahdi-kmod26/Makefile ============================================================================== --- head/misc/dahdi-kmod26/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/misc/dahdi-kmod26/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,9 +1,5 @@ -# Ports collection makefile for: dahdi -# Date created: 3 Mar 2010 -# Whom: Maxim Khon -# +# Created by: Maxim Khon # $FreeBSD$ -# PORTNAME= dahdi-kmod26 PORTVERSION= ${DAHDI_VERSION:S/-/./g} @@ -22,6 +18,8 @@ COMMENT= Digium/Asterisk Hardware Device RUN_DEPENDS= ${LOCALBASE}/sbin/dahdi_cfg:${PORTSDIR}/misc/dahdi +SSP_UNSAFE= kernel module does not support ssp + DAHDI_VERSION= 2.6.1-r10738 DAHDI_TOOLS_VERSION= 2.4.0-rc1 OSLEC_VERSION= 2.6.35.4 Modified: head/multimedia/cuse4bsd-kmod/Makefile ============================================================================== --- head/multimedia/cuse4bsd-kmod/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/multimedia/cuse4bsd-kmod/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -11,6 +11,7 @@ COMMENT= Cuse4BSD character device loopb CONFLICTS= video4bsd-kmod* +SSP_UNSAFE= kernel module does not support ssp USE_BZIP2= yes KMODDIR= /boot/modules Modified: head/multimedia/cx88/Makefile ============================================================================== --- head/multimedia/cx88/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/multimedia/cx88/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -18,6 +18,7 @@ KMODDIR= /boot/modules PLIST_SUB+= KMODDIR=${KMODDIR} MAKE_ARGS+= LIBTUNER_LIB=${LOCALBASE}/lib/libtuner LIBTUNER_HEADER=${LOCALBASE}/include/libtuner KMODDIR=${KMODDIR} MAKE_JOBS_UNSAFE= yes +SSP_UNSAFE= kernel module does not support ssp OPTIONS_DEFINE= DEBUG LINUX_COMPAT HAL Modified: head/multimedia/linux_dvbwrapper-kmod/Makefile ============================================================================== --- head/multimedia/linux_dvbwrapper-kmod/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/multimedia/linux_dvbwrapper-kmod/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -10,6 +10,7 @@ DISTFILES= # none MAINTAINER= nox@FreeBSD.org COMMENT= Linux compatibility layer - DVB ioctl handler +SSP_UNSAFE= kernel module does not support ssp ONLY_FOR_ARCHS= i386 amd64 .include Modified: head/multimedia/ptx-kmod/Makefile ============================================================================== --- head/multimedia/ptx-kmod/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/multimedia/ptx-kmod/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -13,6 +13,8 @@ COMMENT= Device driver for PT1/PT2 ISDB- LICENSE= GPLv3 +SSP_UNSAFE= kernel module does not support ssp + ONLY_FOR_ARCHS= amd64 i386 BUILD_WRKSRC= ${WRKSRC}/dev/ptx MAKE_ENV= KMODDIR=${PREFIX}/${KMODDIR} SYSDIR=${SYSDIR} Modified: head/multimedia/pwcbsd/Makefile ============================================================================== --- head/multimedia/pwcbsd/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/multimedia/pwcbsd/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -15,6 +15,8 @@ COMMENT= The Linux pwc webcam driver por CONFLICTS= pwcview-[0-9]* +SSP_UNSAFE= kernel module does not support ssp + MAN4= pwc.4 WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/net-mgmt/netams/Makefile ============================================================================== --- head/net-mgmt/netams/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/net-mgmt/netams/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -12,6 +12,7 @@ COMMENT= Network Traffic Accounting and LIB_DEPENDS= pcap.1:${PORTSDIR}/net/libpcap +SSP_UNSAFE= kernel module does not support ssp USE_SUBMAKE= yes SUB_FILES= pkg-message USE_RC_SUBR= netams Modified: head/net/aoe/Makefile ============================================================================== --- head/net/aoe/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/net/aoe/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,13 +1,9 @@ -# Ports collection makefile for: aoe (ATA Over Ethernet) driver -# Date created: 22 May 2006 -# Whom: Stacey D. Son -# +# Created by: Stacey D. Son # $FreeBSD$ -# PORTNAME= aoe PORTVERSION= 1.2.0 -CATEGORIES= net +CATEGORIES= net kld MASTER_SITES= http://www.son.org/download/ DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION} @@ -15,6 +11,7 @@ MAINTAINER= fjoe@FreeBSD.org COMMENT= FreeBSD driver for ATA over Ethernet (AoE) NO_PACKAGE= Should be in sync with the kernel to work correctly +SSP_UNSAFE= kernel module does not support ssp WRKSRC= ${WRKDIR}/dev/aoe MAN4= aoe.4 Modified: head/net/etherboot/Makefile ============================================================================== --- head/net/etherboot/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/net/etherboot/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -9,6 +9,7 @@ MASTER_SITES= SF http://etherboot.berlio MAINTAINER= ambrisko@FreeBSD.org COMMENT= Network boot of FreeBSD a.out/ELF kernels (improved netboot) +SSP_UNSAFE= yes ONLY_FOR_ARCHS= i386 NO_PACKAGE= lots of configuration necessary Modified: head/net/iet/Makefile ============================================================================== --- head/net/iet/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/net/iet/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -4,7 +4,7 @@ PORTNAME= iet PORTVERSION= 1.4.20.2 PORTREVISION= 6 -CATEGORIES= net +CATEGORIES= net kld MASTER_SITES= SF/iscsitarget/iscsitarget/${PORTVERSION}/ DISTNAME= iscsitarget-${PORTVERSION} @@ -18,6 +18,7 @@ COMMENT= The iSCSI Enterprise Target LICENSE= GPLv2 +SSP_UNSAFE= kernel module does not support ssp BUILD_WRKSRC= ${WRKSRC}/freebsd INSTALL_WRKSRC= ${BUILD_WRKSRC} Modified: head/net/ng_daphne/Makefile ============================================================================== --- head/net/ng_daphne/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/net/ng_daphne/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ng_daphne -# Date created: 8 November 2003 -# Whom: Gerasimos Dimitriadis -# +# Created by: Gerasimos Dimitriadis # $FreeBSD$ -# PORTNAME= ng_daphne PORTVERSION= 1.0 @@ -15,6 +11,8 @@ MASTER_SITES= http://newton.ee.auth.gr/n MAINTAINER= gedimitr@auth.gr COMMENT= A simple netgraph module for multihop ad hoc networks +SSP_UNSAFE= kernel module does not support ssp + .include SYSDIR?= ${SRC_BASE}/sys Modified: head/net/ng_mikrotik_eoip/Makefile ============================================================================== --- head/net/ng_mikrotik_eoip/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/net/ng_mikrotik_eoip/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -12,6 +12,8 @@ COMMENT= Netgraph node for Mikrotik EoIP LICENSE= BSD +SSP_UNSAFE= kernel module does not support ssp + OPTIONS_DEFINE= PTABLE PTABLE_DESC= Use O(1) lookup for tunnel hooks # This option enables usage of static pointer table to find needed decimal-named hook, Modified: head/net/skyfish/Makefile ============================================================================== --- head/net/skyfish/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/net/skyfish/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,9 +1,5 @@ -# New ports collection makefile for: skyfish -# Date created: 23 May 2008 -# Whom: Nsand -# +# Created by: Nsand # $FreeBSD$ -# PORTNAME= skyfish PORTVERSION= 0.91 @@ -13,6 +9,8 @@ MASTER_SITES= ftp://ftp.lissyara.su/user MAINTAINER= nsand@sura.ru COMMENT= Grabbing TCP streams from network interface (SAT internet) +SSP_UNSAFE= kernel module does not support ssp + .include SYSDIR?= ${SRC_BASE}/sys Modified: head/net/userfw/Makefile ============================================================================== --- head/net/userfw/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/net/userfw/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,9 +1,5 @@ -# New ports collection makefile for: userfw -# Date created: 10 Mar 2012 -# Whom: Maxim Ignatenko -# +# Created by: Maxim Ignatenko # $FreeBSD$ -# PORTNAME= userfw PORTVERSION= 0.1.3 @@ -17,6 +13,7 @@ COMMENT= Modular packet filter LICENSE= BSD +SSP_UNSAFE= kernel module does not support ssp USE_XZ= yes USES= cmake:outsource USE_LDCONFIG= yes Modified: head/print/acroreadwrapper/Makefile ============================================================================== --- head/print/acroreadwrapper/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/print/acroreadwrapper/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,13 +1,9 @@ -# New ports collection makefile for: acroreadwrapper -# Date created: 20 February 2006 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PORTNAME= acroreadwrapper PORTVERSION= 0.0.20130208 -CATEGORIES= print +CATEGORIES= print kld MASTER_SITES= http://people.allbsd.org/~hrs/FreeBSD/ DISTNAME= linux_adobe_kmod-${PORTVERSION:E} @@ -18,6 +14,8 @@ LICENSE= BSD RUN_DEPENDS= ${LOCALBASE}/lib/linux-libgtkembedmoz/libgtkembedmoz.so:${PORTSDIR}/www/linux-libgtkembedmoz +SSP_UNSAFE= kernel module does not support ssp + ONLY_FOR_ARCHS= amd64 i386 PLIST_FILES= bin/acroread8 bin/acroread9 bin/acroread \ ${KMODDIR}/linux_adobe.ko Modified: head/security/quantis-kmod/Makefile ============================================================================== --- head/security/quantis-kmod/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/security/quantis-kmod/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -17,6 +17,7 @@ LICENSE= BSD GPLv2 LICENSE_COMB= dual LICENSE_FILE= ${WRKDIR}/Quantis-${DISTVERSION}/License.txt +SSP_UNSAFE= kernel module does not support ssp USE_ZIP= yes EXTRACT_BEFORE_ARGS= -aqo Modified: head/sysutils/acpi_call/Makefile ============================================================================== --- head/sysutils/acpi_call/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/sysutils/acpi_call/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,9 +1,5 @@ -# New ports collection makefile for: acpi_call -# Date created: 15 Oct 2011 -# Whom: Maxim Ignatenko -# +# Created by: Maxim Ignatenko # $FreeBSD$ -# PORTNAME= acpi_call PORTVERSION= 1.0.1 @@ -16,6 +12,8 @@ COMMENT= Kernel module for calling ACPI LICENSE= BSD +SSP_UNSAFE= kernel module does not support ssp + .include KMODDIR?= /boot/modules Modified: head/sysutils/biosfont/Makefile ============================================================================== --- head/sysutils/biosfont/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/sysutils/biosfont/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -11,6 +11,8 @@ COMMENT= Kernel module to retrieve bitma LICENSE= BSD +SSP_UNSAFE= kernel module does not support ssp + # only platforms guraranteed to be ok, feedback/patches are welcome ONLY_FOR_ARCHS= i386 amd64 Modified: head/sysutils/fusefs-kmod/Makefile ============================================================================== --- head/sysutils/fusefs-kmod/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/sysutils/fusefs-kmod/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -17,6 +17,8 @@ COMMENT= Kernel module for fuse BUILD_DEPENDS= fusefs-libs>2.4.1:${PORTSDIR}/sysutils/fusefs-libs +SSP_UNSAFE= kernel module does not support ssp + USE_RC_SUBR= fusefs KMODDIR?= ${PREFIX}/modules PLIST_SUB= KMODDIR=${KMODDIR} Modified: head/sysutils/graid5/Makefile ============================================================================== --- head/sysutils/graid5/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/sysutils/graid5/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,9 +1,5 @@ -# New ports collection makefile for: graid5 -# Date created: 09 Nov 2010 -# Whom: Lev Serebryakov -# +# Created by: Lev Serebryakov # $FreeBSD$ -# PORTNAME= graid5 PORTVERSION= ${MAINVERSION}.${VERSIONDATE} @@ -14,6 +10,7 @@ MASTER_SITES= http://lev.serebryakov.spb MAINTAINER= lev@FreeBSD.org COMMENT= RAID5 geom class +SSP_UNSAFE= kernel module does not support ssp USE_BZIP2= yes NO_PACKAGE= should be recompiled for a particular FreeBSD kernel Modified: head/sysutils/grub2/Makefile ============================================================================== --- head/sysutils/grub2/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/sysutils/grub2/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -17,6 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${P help2man:${PORTSDIR}/misc/help2man CONFLICTS= grub-0* +SSP_UNSAFE= yes USE_XZ= yes USE_GCC= yes USE_AUTOTOOLS= automake aclocal autoconf Modified: head/sysutils/mono-kmod/Makefile ============================================================================== --- head/sysutils/mono-kmod/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/sysutils/mono-kmod/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,9 +1,5 @@ -# Ports collection makefile for: mono-kmod -# Date created: 14 April 2007 -# Whom: bkoenig@cs.tu-berlin.de -# +# Created by: bkoenig@cs.tu-berlin.de # $FreeBSD$ -# PORTNAME= mono-kmod PORTVERSION= 20070416 @@ -15,6 +11,7 @@ COMMENT= Execute .NET applications from ONLY_FOR_ARCHS= i386 amd64 arm +SSP_UNSAFE= kernel module does not support ssp USE_BZIP2= yes KMODDIR?= /boot/modules SUB_FILES= pkg-message Modified: head/sysutils/pefs-kmod/Makefile ============================================================================== --- head/sysutils/pefs-kmod/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/sysutils/pefs-kmod/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,4 +1,4 @@ -# Created by: Gleb Kurtsou +# Created by: Gleb Kurtsou # $FreeBSD$ PORTNAME= pefs @@ -12,6 +12,7 @@ COMMENT= PEFS kernel level stacked crypt LICENSE= BSD +SSP_UNSAFE= kernel module does not support ssp FETCH_ARGS= -Fpr # work around 302 redirect KMODDIR?= /boot/modules Modified: head/sysutils/pmap/Makefile ============================================================================== --- head/sysutils/pmap/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/sysutils/pmap/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -11,6 +11,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL:S!$!sk MAINTAINER= ports@FreeBSD.org COMMENT= Detailed process memory display +SSP_UNSAFE= kernel module does not support ssp NO_PACKAGE= Depends on kernel KMODDIR= /boot/modules Modified: head/sysutils/scprotect/Makefile ============================================================================== --- head/sysutils/scprotect/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/sysutils/scprotect/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: scprotect -# Date created: 5 Feb 2009 -# Whom: Denis Barov -# +# Created by: Denis Barov # $FreeBSD$ -# PORTNAME= scprotect PORTVERSION= 20091116 @@ -14,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Protect process from killing when the swap space is exhausted NO_PACKAGE= Needs to be compiled for specific kernel +SSP_UNSAFE= kernel module does not support ssp KMODDIR?= /boot/modules Modified: head/sysutils/vordog/Makefile ============================================================================== --- head/sysutils/vordog/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/sysutils/vordog/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -1,9 +1,5 @@ -# Ports collection makefile for: vordog -# Date created: 8 July 2008 -# Whom: Kueifeng Li -# +# Created by: Kueifeng Li # $FreeBSD$ -# PORTNAME= vordog PORTVERSION= 20080708 @@ -13,6 +9,7 @@ MASTER_SITES= http://www.assembla.com/sp MAINTAINER= ports@FreeBSD.org COMMENT= Watchdog(9) driver for watchdog timer of Vortex86 +SSP_UNSAFE= kernel module does not support ssp KMODDIR= /boot/modules ONLY_FOR_ARCHS= i386 Modified: head/x11/nvidia-driver/Makefile ============================================================================== --- head/x11/nvidia-driver/Makefile Fri Sep 20 12:16:14 2013 (r327696) +++ head/x11/nvidia-driver/Makefile Fri Sep 20 12:54:54 2013 (r327697) @@ -27,6 +27,7 @@ LICENSE_NAME= License For Customer Use o LICENSE_FILE= ${WRKSRC}/doc/license.txt LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept +SSP_UNSAFE= kernel module does not support ssp ARCH_SUFX= ${ARCH:S/i386//:S/amd/_/} USE_XORG= xorg-server USE_GL= gl From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 13:04:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 886CAD7C; Fri, 20 Sep 2013 13:04:04 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 746A22626; Fri, 20 Sep 2013 13:04:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KD446q044397; Fri, 20 Sep 2013 13:04:04 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KD43ri044377; Fri, 20 Sep 2013 13:04:03 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201309201304.r8KD43ri044377@svn.freebsd.org> From: Kubilay Kocak Date: Fri, 20 Sep 2013 13:04:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327698 - in head/math/py-pandas: . 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.14 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: Fri, 20 Sep 2013 13:04:04 -0000 Author: koobs Date: Fri Sep 20 13:04:02 2013 New Revision: 327698 URL: http://svnweb.freebsd.org/changeset/ports/327698 Log: math/py-pandas: Update to 0.12.0 - Update to 0.12.0 - Two BUILD_DEPENDS are only RUN_DEPENDS, move them - Patch some files out of MANIFEST.in - Cherry pick upstream issue/commit [1] - Define regression-test target and TEST_DEPENDS - Document USES=display in support of unit tests [1] https://github.com/pydata/pandas/issues/4353 PR: ports/180889 Submitted by: John W. O'Brien (maintainer) Added: head/math/py-pandas/files/patch-MANIFEST.in (contents, props changed) head/math/py-pandas/files/patch-pandas-issue4353-pullrequest4356 (contents, props changed) Modified: head/math/py-pandas/Makefile head/math/py-pandas/distinfo (contents, props changed) head/math/py-pandas/files/pkg-message.in (contents, props changed) head/math/py-pandas/pkg-plist (contents, props changed) Modified: head/math/py-pandas/Makefile ============================================================================== --- head/math/py-pandas/Makefile Fri Sep 20 12:54:54 2013 (r327697) +++ head/math/py-pandas/Makefile Fri Sep 20 13:04:02 2013 (r327698) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pandas -PORTVERSION= 0.11.0 +PORTVERSION= 0.12.0 CATEGORIES= math devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +11,21 @@ COMMENT= Flexible, high-performance data LICENSE= BSD -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil \ - ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz +BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS:= ${BUILD_DEPENDS} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 +TEST_DEPENDS= nosetests:${PORTSDIR}/devel/py-nose \ + ${PYTHON_PKGNAMEPREFIX}numexpr>0:${PORTSDIR}/math/py-numexpr \ + ${PYTHON_PKGNAMEPREFIX}tables>0:${PORTSDIR}/devel/py-tables \ + ${PYTHON_PKGNAMEPREFIX}scipy>0:${PORTSDIR}/science/py-scipy \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib \ + ${PYTHON_PKGNAMEPREFIX}xlrd>0:${PORTSDIR}/textproc/py-xlrd \ + ${PYTHON_PKGNAMEPREFIX}xlwt>0:${PORTSDIR}/textproc/py-xlwt \ + ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:${PORTSDIR}/www/py-beautifulsoup \ + ${PYTHON_PKGNAMEPREFIX}html5lib>0:${PORTSDIR}/www/py-html5lib \ + ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml SUB_FILES= pkg-message @@ -23,6 +33,16 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes +# Uncomment the following line to enable regression-test +# on a headless (X11-less) host (eg: RedPorts) +#USES= display:regression-test + +regression-test: build + @(cd ${WRKSRC} && \ + ${PYTHON_CMD} ${PYSETUP} build_ext --inplace && \ + ${PYTHON_CMD} ${PYSETUP} nosetests \ + ) + post-install: @${CAT} ${PKGMESSAGE} Modified: head/math/py-pandas/distinfo ============================================================================== --- head/math/py-pandas/distinfo Fri Sep 20 12:54:54 2013 (r327697) +++ head/math/py-pandas/distinfo Fri Sep 20 13:04:02 2013 (r327698) @@ -1,2 +1,2 @@ -SHA256 (pandas-0.11.0.tar.gz) = 4d74d4d408494ccc690f6e61d11cb266bb55b142d22bf9b8a7063206073a90d7 -SIZE (pandas-0.11.0.tar.gz) = 2783590 +SHA256 (pandas-0.12.0.tar.gz) = be9b4c3611801b366873531bc87a87dd16b19e7d78fa84c21898cd007931c86d +SIZE (pandas-0.12.0.tar.gz) = 3155059 Added: head/math/py-pandas/files/patch-MANIFEST.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-pandas/files/patch-MANIFEST.in Fri Sep 20 13:04:02 2013 (r327698) @@ -0,0 +1,12 @@ +--- ./MANIFEST.in.orig 2013-07-27 06:55:55.000000000 -0400 ++++ ./MANIFEST.in 2013-07-27 06:56:02.000000000 -0400 +@@ -2,9 +2,7 @@ + include LICENSE + include RELEASE.md + include README.rst +-include TODO.rst + include setup.py +-include setupegg.py + + graft doc + prune doc/build Added: head/math/py-pandas/files/patch-pandas-issue4353-pullrequest4356 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-pandas/files/patch-pandas-issue4353-pullrequest4356 Fri Sep 20 13:04:02 2013 (r327698) @@ -0,0 +1,162 @@ +This patch is adapted from the following upstream commit. + +[PATCH] TST/BUG/CLN: make stata IO tests use temporary files for writing +c98e09951f74bf3445f8144363afaa769be69940 + +--- pandas/io/tests/test_stata.py.orig ++++ pandas/io/tests/test_stata.py +@@ -10,9 +10,8 @@ import numpy as np + + from pandas.core.frame import DataFrame, Series + from pandas.io.parsers import read_csv +-from pandas.io.stata import read_stata, StataReader, StataWriter ++from pandas.io.stata import read_stata, StataReader + import pandas.util.testing as tm +-from pandas.util.testing import ensure_clean + from pandas.util.misc import is_little_endian + + +@@ -27,15 +26,12 @@ class StataTests(unittest.TestCase): + self.dta3 = os.path.join(self.dirpath, 'stata3.dta') + self.csv3 = os.path.join(self.dirpath, 'stata3.csv') + self.dta4 = os.path.join(self.dirpath, 'stata4.dta') +- self.dta5 = os.path.join(self.dirpath, 'stata5.dta') +- self.dta6 = os.path.join(self.dirpath, 'stata6.dta') + self.dta7 = os.path.join(self.dirpath, 'cancer.dta') + self.csv7 = os.path.join(self.dirpath, 'cancer.csv') + self.dta8 = os.path.join(self.dirpath, 'tbl19-3.dta') + self.csv8 = os.path.join(self.dirpath, 'tbl19-3.csv') + self.dta9 = os.path.join(self.dirpath, 'lbw.dta') + self.csv9 = os.path.join(self.dirpath, 'lbw.csv') +- self.dta10 = os.path.join(self.dirpath, 'stata10.dta') + + def read_dta(self, file): + return read_stata(file, convert_dates=True) +@@ -46,9 +42,11 @@ class StataTests(unittest.TestCase): + def test_read_dta1(self): + reader = StataReader(self.dta1) + parsed = reader.data() +- # Pandas uses np.nan as missing value. Thus, all columns will be of type float, regardless of their name. ++ # Pandas uses np.nan as missing value. ++ # Thus, all columns will be of type float, regardless of their name. + expected = DataFrame([(np.nan, np.nan, np.nan, np.nan, np.nan)], +- columns=['float_miss', 'double_miss', 'byte_miss', 'int_miss', 'long_miss']) ++ columns=['float_miss', 'double_miss', 'byte_miss', ++ 'int_miss', 'long_miss']) + + for i, col in enumerate(parsed.columns): + np.testing.assert_almost_equal( +@@ -90,7 +88,9 @@ class StataTests(unittest.TestCase): + np.datetime64('NaT') + ) + ], +- columns=['datetime_c', 'datetime_big_c', 'date', 'weekly_date', 'monthly_date', 'quarterly_date', 'half_yearly_date', 'yearly_date'] ++ columns=['datetime_c', 'datetime_big_c', 'date', 'weekly_date', ++ 'monthly_date', 'quarterly_date', 'half_yearly_date', ++ 'yearly_date'] + ) + + with warnings.catch_warnings(record=True) as w: +@@ -125,34 +125,40 @@ class StataTests(unittest.TestCase): + ["nine", "two", 9, np.nan, "nine"], + ["ten", "one", "ten", np.nan, "ten"] + ], +- columns=['fully_labeled', 'fully_labeled2', 'incompletely_labeled', 'labeled_with_missings', 'float_labelled']) ++ columns=['fully_labeled', 'fully_labeled2', 'incompletely_labeled', ++ 'labeled_with_missings', 'float_labelled']) + + tm.assert_frame_equal(parsed, expected) + +- def test_write_dta5(self): ++ def test_read_write_dta5(self): + if not is_little_endian(): +- raise nose.SkipTest("known failure of test_write_dta5 on non-little endian") ++ raise nose.SkipTest("known failure of test_write_dta5 on " ++ "non-little endian") + + original = DataFrame([(np.nan, np.nan, np.nan, np.nan, np.nan)], +- columns=['float_miss', 'double_miss', 'byte_miss', 'int_miss', 'long_miss']) ++ columns=['float_miss', 'double_miss', 'byte_miss', ++ 'int_miss', 'long_miss']) + original.index.name = 'index' + +- with ensure_clean(self.dta5) as path: ++ with tm.ensure_clean() as path: + original.to_stata(path, None, False) + written_and_read_again = self.read_dta(path) +- tm.assert_frame_equal(written_and_read_again.set_index('index'), original) ++ tm.assert_frame_equal(written_and_read_again.set_index('index'), ++ original) + + def test_write_dta6(self): + if not is_little_endian(): +- raise nose.SkipTest("known failure of test_write_dta6 on non-little endian") ++ raise nose.SkipTest("known failure of test_write_dta6 on " ++ "non-little endian") + + original = self.read_csv(self.csv3) + original.index.name = 'index' + +- with ensure_clean(self.dta6) as path: ++ with tm.ensure_clean() as path: + original.to_stata(path, None, False) + written_and_read_again = self.read_dta(path) +- tm.assert_frame_equal(written_and_read_again.set_index('index'), original) ++ tm.assert_frame_equal(written_and_read_again.set_index('index'), ++ original) + + @nose.tools.nottest + def test_read_dta7(self): +@@ -190,29 +196,30 @@ class StataTests(unittest.TestCase): + decimal=3 + ) + +- def test_read_dta10(self): ++ def test_read_write_dta10(self): + if not is_little_endian(): +- raise nose.SkipTest("known failure of test_write_dta10 on non-little endian") ++ raise nose.SkipTest("known failure of test_write_dta10 on " ++ "non-little endian") + +- original = DataFrame( +- data= +- [ +- ["string", "object", 1, 1.1, np.datetime64('2003-12-25')] +- ], +- columns=['string', 'object', 'integer', 'float', 'datetime']) ++ original = DataFrame(data=[["string", "object", 1, 1.1, ++ np.datetime64('2003-12-25')]], ++ columns=['string', 'object', 'integer', 'float', ++ 'datetime']) + original["object"] = Series(original["object"], dtype=object) + original.index.name = 'index' + +- with ensure_clean(self.dta10) as path: ++ with tm.ensure_clean() as path: + original.to_stata(path, {'datetime': 'tc'}, False) + written_and_read_again = self.read_dta(path) +- tm.assert_frame_equal(written_and_read_again.set_index('index'), original) ++ tm.assert_frame_equal(written_and_read_again.set_index('index'), ++ original) + + def test_stata_doc_examples(self): +- with ensure_clean(self.dta5) as path: ++ with tm.ensure_clean() as path: + df = DataFrame(np.random.randn(10, 2), columns=list('AB')) + df.to_stata(path) + ++ + if __name__ == '__main__': + nose.runmodule(argv=[__file__, '-vvs', '-x', '--pdb', '--pdb-failure'], + exit=False) +--- pandas/util/testing.py.orig ++++ pandas/util/testing.py +@@ -86,7 +86,7 @@ def set_trace(): + #------------------------------------------------------------------------------ + # contextmanager to ensure the file cleanup + @contextmanager +-def ensure_clean(filename = None): ++def ensure_clean(filename=None): + # if we are not passed a filename, generate a temporary + if filename is None: + filename = tempfile.mkstemp()[1] Modified: head/math/py-pandas/files/pkg-message.in ============================================================================== --- head/math/py-pandas/files/pkg-message.in Fri Sep 20 12:54:54 2013 (r327697) +++ head/math/py-pandas/files/pkg-message.in Fri Sep 20 13:04:02 2013 (r327698) @@ -9,6 +9,20 @@ matplotlib math/py-matplotlib xlrd textproc/py-xlrd xlwt textproc/py-xlwt +To use the HTML table parsing capabilities that are new to 0.12.0, you +will need to install + +beautifulsoup www/py-beautifulsoup + +and one or the other or both of + +html5lib www/py-html5lib +lxml devel/py-lxml + +Please read the pandas documentation before deciding: + +http://pandas.pydata.org/pandas-docs/stable/gotchas.html#html-gotchas + Also recommended, but not yet available in ports are: bottleneck http://berkeleyanalytics.com/bottleneck/ Modified: head/math/py-pandas/pkg-plist ============================================================================== --- head/math/py-pandas/pkg-plist Fri Sep 20 12:54:54 2013 (r327697) +++ head/math/py-pandas/pkg-plist Fri Sep 20 13:04:02 2013 (r327698) @@ -8,10 +8,6 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/_parser.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/_parser.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/_parser.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/_parser.so %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/_sparse.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/_sparse.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/_sparse.pyo @@ -38,6 +34,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/array.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/array.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/array.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/base.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/base.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/base.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/categorical.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/categorical.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/core/categorical.pyo @@ -121,27 +120,51 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/api.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/api.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/api.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/auth.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/auth.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/auth.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/clipboard.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/clipboard.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/clipboard.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/common.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/common.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/common.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/data.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/data.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/data.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/date_converters.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/date_converters.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/date_converters.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/excel.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/excel.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/excel.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/ga.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/ga.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/ga.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/html.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/html.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/html.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/json.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/json.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/json.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/parsers.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/parsers.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/parsers.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/pickle.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/pickle.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/pickle.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/pytables.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/pytables.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/pytables.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/sql.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/sql.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/sql.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/stata.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/stata.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/stata.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/wb.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/wb.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/wb.pyo @@ -154,6 +177,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_cparser.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_cparser.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_cparser.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_data.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_data.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_data.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_date_converters.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_date_converters.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_date_converters.pyo @@ -163,6 +189,12 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_ga.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_ga.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_ga.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_html.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_html.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_html.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_json.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_json.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_json.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_parsers.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_parsers.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_parsers.pyo @@ -175,34 +207,62 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_sql.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_sql.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_sql.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_stata.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_stata.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_stata.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_wb.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_wb.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_wb.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_yahoo.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_yahoo.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_yahoo.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/banklist.csv +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/banklist.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/salary.table +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/spam.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/stata1.dta +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/stata2.dta +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/stata3.dta +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/stata4.dta +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/stata3.csv %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/test.xls %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/test.xlsx %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/test1.csv %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/test2.csv %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/test2.xls +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/test2.xlsx %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/test3.xls %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/unicode_series.csv %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/utf16_ex.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/valid_markup.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/legacy_hdf/legacy.h5 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/legacy_hdf/legacy_0.10.h5 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/legacy_hdf/legacy_table.h5 +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/legacy_hdf/legacy_table_0.11.h5 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/legacy_hdf/pytables_native.h5 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/legacy_hdf/pytables_native2.h5 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/legacy_pickle/0.10.1/AMD64_windows_2.7.3.pickle %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/legacy_pickle/0.10.1/x86_64_linux_2.7.3.pickle %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/legacy_pickle/0.11.0/x86_64_linux_2.7.3.pickle %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/legacy_pickle/0.11.0/x86_64_linux_3.3.0.pickle +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_json/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_json/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_json/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_json/test_pandas.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_json/test_pandas.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_json/test_pandas.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_json/test_ujson.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_json/test_ujson.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_json/test_ujson.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/json.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/json.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/json.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/json.so %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/lib.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/lib.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/lib.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/lib.so +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/parser.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/parser.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/parser.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/parser.so %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/rpy/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/rpy/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/rpy/__init__.pyo @@ -325,6 +385,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_algos.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_algos.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_algos.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_categorical.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_categorical.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_categorical.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_common.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_common.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_common.pyo @@ -334,9 +397,6 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_expressions.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_expressions.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_expressions.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_factor.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_factor.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_factor.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_format.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_format.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tests/test_format.pyo @@ -428,6 +488,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/test_tools.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/test_tools.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/test_tools.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/test_util.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/test_util.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tests/test_util.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tile.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tile.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/tools/tile.pyo @@ -559,6 +622,7 @@ @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sparse @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/sandbox @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/rpy +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/test_json @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/legacy_pickle/0.11.0 @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/legacy_pickle/0.10.1 @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pandas/io/tests/data/legacy_pickle From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 13:11:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5A564E0; Fri, 20 Sep 2013 13:11:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4534926DB; Fri, 20 Sep 2013 13:11:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KDBc5u052493; Fri, 20 Sep 2013 13:11:38 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KDBLwZ052307; Fri, 20 Sep 2013 13:11:21 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201311.r8KDBLwZ052307@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 13:11:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327699 - in head/archivers: 9e advancecomp amigadepacker aolserver-nszlib arc arj ark bicom bzip bzip2 cabextract dact deb2targz deco deutex dpkg dzip ecm epkg fastjar file-roller fpc-... 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.14 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: Fri, 20 Sep 2013 13:11:38 -0000 Author: bapt Date: Fri Sep 20 13:11:20 2013 New Revision: 327699 URL: http://svnweb.freebsd.org/changeset/ports/327699 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) Modified: head/archivers/9e/Makefile head/archivers/advancecomp/Makefile head/archivers/amigadepacker/Makefile head/archivers/aolserver-nszlib/Makefile head/archivers/arc/Makefile head/archivers/arj/Makefile head/archivers/ark/Makefile head/archivers/bicom/Makefile head/archivers/bzip/Makefile head/archivers/bzip2/Makefile head/archivers/cabextract/Makefile head/archivers/dact/Makefile head/archivers/deb2targz/Makefile head/archivers/deco/Makefile head/archivers/deutex/Makefile head/archivers/dpkg/Makefile head/archivers/dzip/Makefile head/archivers/ecm/Makefile head/archivers/epkg/Makefile head/archivers/fastjar/Makefile head/archivers/file-roller/Makefile head/archivers/fpc-bzip2/Makefile head/archivers/fpc-paszlib/Makefile head/archivers/fpc-unzip/Makefile head/archivers/freetar/Makefile head/archivers/freeze/Makefile head/archivers/gcpio/Makefile head/archivers/grzip/Makefile head/archivers/gtar/Makefile head/archivers/gzip/Makefile head/archivers/gzrecover/Makefile head/archivers/ha/Makefile head/archivers/hffzip/Makefile head/archivers/hlextract/Makefile head/archivers/hpack.non-usa.only/Makefile head/archivers/hs-tar/Makefile head/archivers/hs-zip-archive/Makefile head/archivers/hs-zlib-bindings/Makefile head/archivers/hs-zlib-conduit/Makefile head/archivers/hs-zlib-enum/Makefile head/archivers/hs-zlib/Makefile head/archivers/javatar/Makefile head/archivers/jzip.org/Makefile head/archivers/jzlib/Makefile head/archivers/kzip/Makefile head/archivers/laszip/Makefile head/archivers/lbrate/Makefile head/archivers/lbzip2/Makefile head/archivers/lcab/Makefile head/archivers/lha-ac/Makefile head/archivers/lha/Makefile head/archivers/libarc/Makefile head/archivers/libarchive/Makefile head/archivers/libcabinet/Makefile head/archivers/libcomprex/Makefile head/archivers/libdynamite/Makefile head/archivers/liblzxcomp/Makefile head/archivers/libmspack/Makefile head/archivers/liborange/Makefile head/archivers/libpar2/Makefile head/archivers/librtfcomp/Makefile head/archivers/libunrar/Makefile head/archivers/libunrar4/Makefile head/archivers/libzip/Makefile head/archivers/linux-f10-ucl/Makefile head/archivers/linux-f10-upx/Makefile head/archivers/lrzip/Makefile head/archivers/lz4/Makefile head/archivers/lzip/Makefile head/archivers/lzlib/Makefile head/archivers/lzma/Makefile head/archivers/lzmalib/Makefile head/archivers/lzo2/Makefile head/archivers/lzop/Makefile head/archivers/macutils/Makefile head/archivers/makeself/Makefile head/archivers/mar/Makefile head/archivers/mscompress/Makefile head/archivers/mtf/Makefile head/archivers/nomarch/Makefile head/archivers/nulib/Makefile head/archivers/nwreckdum/Makefile head/archivers/ocaml-bz2/Makefile head/archivers/ocaml-zip/Makefile head/archivers/p5-Archive-Any-Lite/Makefile head/archivers/p5-Archive-Any-Plugin-Rar/Makefile head/archivers/p5-Archive-Any/Makefile head/archivers/p5-Archive-Extract-Libarchive/Makefile head/archivers/p5-Archive-Extract/Makefile head/archivers/p5-Archive-Peek/Makefile head/archivers/p5-Archive-Rar/Makefile head/archivers/p5-Archive-SimpleExtractor/Makefile head/archivers/p5-Archive-Tar/Makefile head/archivers/p5-Archive-Zip/Makefile head/archivers/p5-Compress-Bzip2/Makefile head/archivers/p5-Compress-LZF/Makefile head/archivers/p5-Compress-LZO/Makefile head/archivers/p5-Compress-LZW/Makefile head/archivers/p5-Compress-Raw-Bzip2/Makefile head/archivers/p5-Compress-Raw-Lzma/Makefile head/archivers/p5-Compress-Raw-Zlib/Makefile head/archivers/p5-Compress-Snappy/Makefile head/archivers/p5-IO-Compress-Lzf/Makefile head/archivers/p5-IO-Compress-Lzma/Makefile head/archivers/p5-IO-Compress-Lzop/Makefile head/archivers/p5-IO-Compress/Makefile head/archivers/p5-IO-Zlib/Makefile head/archivers/p5-Mac-Macbinary/Makefile head/archivers/p5-POE-Filter-Bzip2/Makefile head/archivers/p5-POE-Filter-LZF/Makefile head/archivers/p5-POE-Filter-LZO/Makefile head/archivers/p5-POE-Filter-LZW/Makefile head/archivers/p5-POE-Filter-Zlib/Makefile head/archivers/p5-PerlIO-gzip/Makefile head/archivers/p5-PerlIO-via-Bzip2/Makefile head/archivers/p7zip/Makefile head/archivers/packddir/Makefile head/archivers/paq/Makefile head/archivers/par/Makefile head/archivers/par2cmdline-tbb/Makefile head/archivers/par2cmdline/Makefile head/archivers/parchive/Makefile head/archivers/pbzip2/Makefile head/archivers/pear-File_Archive/Makefile head/archivers/pear-Horde_Compress/Makefile head/archivers/pear-Horde_Compress_Fast/Makefile head/archivers/pear-PHP_Archiv/Makefile head/archivers/pecl-lzf/Makefile head/archivers/pecl-phk/Makefile head/archivers/pecl-rar/Makefile head/archivers/php-horde_lz4/Makefile head/archivers/php5-bz2/Makefile head/archivers/php5-phar/Makefile head/archivers/php5-zip/Makefile head/archivers/php5-zlib/Makefile head/archivers/php52-bz2/Makefile head/archivers/php52-zip/Makefile head/archivers/php52-zlib/Makefile head/archivers/php53-bz2/Makefile head/archivers/php53-phar/Makefile head/archivers/php53-zip/Makefile head/archivers/php53-zlib/Makefile head/archivers/php55-bz2/Makefile head/archivers/php55-phar/Makefile head/archivers/php55-zip/Makefile head/archivers/php55-zlib/Makefile head/archivers/pigz/Makefile head/archivers/pixz/Makefile head/archivers/plzip/Makefile head/archivers/ppmd-7z/Makefile head/archivers/ppmd/Makefile head/archivers/ppunpack/Makefile head/archivers/pxz/Makefile head/archivers/py-liblzma/Makefile head/archivers/py-librtfcomp/Makefile head/archivers/py-lzma/Makefile head/archivers/qpress/Makefile head/archivers/quazip/Makefile head/archivers/rar/Makefile head/archivers/rox-archive/Makefile head/archivers/rpm/Makefile head/archivers/rpm2cpio/Makefile head/archivers/rpm4/Makefile head/archivers/rpm5/Makefile head/archivers/ruby-bz2/Makefile head/archivers/ruby-lha/Makefile head/archivers/ruby-libarchive/Makefile head/archivers/ruby-zip/Makefile head/archivers/rubygem-archive-tar-minitar/Makefile head/archivers/rubygem-archive-zip/Makefile head/archivers/rubygem-bzip2/Makefile head/archivers/rubygem-minitar/Makefile head/archivers/rubygem-rubyzip/Makefile head/archivers/rubygem-rubyzip2/Makefile head/archivers/rvm/Makefile head/archivers/rzip/Makefile head/archivers/sectar/Makefile head/archivers/sharutils/Makefile head/archivers/snappy-java/Makefile head/archivers/snappy/Makefile head/archivers/squeeze/Makefile head/archivers/squsq/Makefile head/archivers/star/Makefile head/archivers/stuffit/Makefile head/archivers/szip/Makefile head/archivers/tardy/Makefile head/archivers/tclmkziplib/Makefile head/archivers/thunar-archive-plugin/Makefile head/archivers/torrentzip/Makefile head/archivers/ucl/Makefile head/archivers/unace/Makefile head/archivers/unadf/Makefile head/archivers/unalz/Makefile head/archivers/unarj/Makefile head/archivers/undms/Makefile head/archivers/unfoo/Makefile head/archivers/unlzx/Makefile head/archivers/unmakeself/Makefile head/archivers/unmass/Makefile head/archivers/unrar-iconv/Makefile head/archivers/unrar/Makefile head/archivers/unshield/Makefile head/archivers/untar/Makefile head/archivers/unzip-iconv/Makefile head/archivers/unzip/Makefile head/archivers/unzoo/Makefile head/archivers/upx/Makefile head/archivers/wzip/Makefile head/archivers/xar/Makefile head/archivers/xarchive/Makefile head/archivers/xarchiver/Makefile head/archivers/xdms/Makefile head/archivers/xmill/Makefile head/archivers/xpk/Makefile head/archivers/xz/Makefile head/archivers/zip-ada/Makefile head/archivers/zip/Makefile head/archivers/zipmix/Makefile head/archivers/zipper/Makefile head/archivers/zoo/Makefile head/archivers/zutils/Makefile Modified: head/archivers/9e/Makefile ============================================================================== --- head/archivers/9e/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/9e/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -1,9 +1,5 @@ -# New ports collection makefile for: 9e -# Date created: 17 Mar 1999 -# Whom: Jerry Hicks -# +# Created by: Jerry Hicks # $FreeBSD$ -# PORTNAME= 9e PORTVERSION= 1.0 @@ -14,6 +10,7 @@ DISTNAME= 9e MAINTAINER= rodrigo@bebik.net COMMENT= Explode Plan9 archives +NO_STAGE= yes PLIST_FILES= bin/9e MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="" HDRS="" Modified: head/archivers/advancecomp/Makefile ============================================================================== --- head/archivers/advancecomp/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/advancecomp/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -9,6 +9,7 @@ MASTER_SITES= SF/advancemame/${PORTNAME} MAINTAINER= danilogondolfo@gmail.com COMMENT= Recompression utilities for .ZIP, .PNG, .MNG, and .GZ files +NO_STAGE= yes USES= gmake GNU_CONFIGURE= yes Modified: head/archivers/amigadepacker/Makefile ============================================================================== --- head/archivers/amigadepacker/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/amigadepacker/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -12,6 +12,7 @@ COMMENT= Tool for depacking some compres LICENSE= GPLv2 +NO_STAGE= yes HAS_CONFIGURE= yes USE_BZIP2= yes USE_CSTD= gnu89 Modified: head/archivers/aolserver-nszlib/Makefile ============================================================================== --- head/archivers/aolserver-nszlib/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/aolserver-nszlib/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -17,6 +17,7 @@ COMMENT= Zlib library interface for AOLs LICENSE= MPL GPLv1 LICENSE_COMB= dual +NO_STAGE= yes AOLSERVERBASE?= aolserver BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver Modified: head/archivers/arc/Makefile ============================================================================== --- head/archivers/arc/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/arc/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -1,9 +1,5 @@ -# New ports collection makefile for: arc -# Date created: 31 Dec 1994 -# Whom: ache -# +# Created by: ache # $FreeBSD$ -# PORTNAME= arc PORTVERSION= 5.21p @@ -13,6 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= delphij@FreeBSD.org COMMENT= Create & extract files from DOS .ARC files +NO_STAGE= yes PLIST_FILES= bin/arc bin/marc PORTDOCS= Arc521.doc MAN1= arc.1 Modified: head/archivers/arj/Makefile ============================================================================== --- head/archivers/arj/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/arj/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -12,6 +12,7 @@ COMMENT= Open-source ARJ OPTIONS_DEFINE= DOCS +NO_STAGE= yes USES= gmake USE_AUTOTOOLS= autoconf MAKE_JOBS_UNSAFE= yes Modified: head/archivers/ark/Makefile ============================================================================== --- head/archivers/ark/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/ark/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -15,6 +15,7 @@ LIB_DEPENDS= qjson.0:${PORTSDIR}/devel/q CONFLICTS_INSTALL= kdeutils-4.[0-7].* +NO_STAGE= yes USE_XZ= yes USE_KDE4= kdeprefix kdehier automoc4 kdelibs libkonq USES= cmake:outsource Modified: head/archivers/bicom/Makefile ============================================================================== --- head/archivers/bicom/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/bicom/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -1,9 +1,5 @@ -# New ports collection makefile for: BIjective COMpressor -# Date created: 09 May 2003 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= bicom PORTVERSION= 1.01 @@ -17,6 +13,7 @@ COMMENT= Data compressor in the PPM fami RESTRICTED= Contact author personally regarding commercial use +NO_STAGE= yes USE_ZIP= yes NO_WRKSUBDIR= yes MAKEFILE= ${FILESDIR}/Makefile Modified: head/archivers/bzip/Makefile ============================================================================== --- head/archivers/bzip/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/bzip/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.42.org/pub/OLD/b MAINTAINER= ports@FreeBSD.org COMMENT= Block-sorting file compressor +NO_STAGE= yes RESTRICTED= may be covered by patents MAN1= bzip.1 bunzip.1 USE_CSTD= gnu89 Modified: head/archivers/bzip2/Makefile ============================================================================== --- head/archivers/bzip2/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/bzip2/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -9,6 +9,7 @@ MASTER_SITES= http://www.bzip.org/${PORT MAINTAINER= jharris@widomaker.com COMMENT= Block-sorting file compressor +NO_STAGE= yes USE_LDCONFIG= yes PATCH_STRIP= -p3 Modified: head/archivers/cabextract/Makefile ============================================================================== --- head/archivers/cabextract/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/cabextract/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -11,6 +11,7 @@ COMMENT= Program to extract Microsoft ca LICENSE= GPLv3 +NO_STAGE= yes GNU_CONFIGURE= yes MANLANG= "" ja Modified: head/archivers/dact/Makefile ============================================================================== --- head/archivers/dact/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/dact/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -12,6 +12,7 @@ COMMENT= Dynamic Adaptive Compression To LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ lzo2.2:${PORTSDIR}/archivers/lzo2 +NO_STAGE= yes USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/lib Modified: head/archivers/deb2targz/Makefile ============================================================================== --- head/archivers/deb2targz/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/deb2targz/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -10,6 +10,7 @@ DISTFILES= # none MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line utility for converting a Debian .deb file to a .tar.gz +NO_STAGE= yes NO_BUILD= yes PLIST_FILES= bin/deb2targz Modified: head/archivers/deco/Makefile ============================================================================== --- head/archivers/deco/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/deco/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -27,6 +27,7 @@ RUN_DEPENDS= arc:${PORTSDIR}/archivers/a zoo:${PORTSDIR}/archivers/zoo \ flac:${PORTSDIR}/audio/flac +NO_STAGE= yes NO_LATEST_LINK= yes CONFLICTS= deco-[0-9]* Modified: head/archivers/deutex/Makefile ============================================================================== --- head/archivers/deutex/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/deutex/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -1,9 +1,5 @@ -# New ports collection makefile for: DeuTex -# Date created: 20 Dec 2005 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= deutex PORTVERSION= 4.4.0 @@ -19,6 +15,7 @@ LICENSE= GPLv2 MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" +NO_STAGE= yes MAN6= ${PORTNAME}.6 PLIST_FILES= bin/deusf bin/deutex PORTDOCS= * Modified: head/archivers/dpkg/Makefile ============================================================================== --- head/archivers/dpkg/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/dpkg/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -17,6 +17,7 @@ RUN_DEPENDS= gtar:${PORTSDIR}/archivers/ gpatch:${PORTSDIR}/devel/patch \ gmd5sum:${PORTSDIR}/sysutils/coreutils +NO_STAGE= yes USE_XZ= yes GNU_CONFIGURE= yes USES= gmake iconv perl5 pkgconfig Modified: head/archivers/dzip/Makefile ============================================================================== --- head/archivers/dzip/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/dzip/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -12,6 +12,7 @@ COMMENT= File compression utility specia LICENSE= ZLIB +NO_STAGE= yes USE_ZIP= yes USE_DOS2UNIX= yes Modified: head/archivers/ecm/Makefile ============================================================================== --- head/archivers/ecm/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/ecm/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -14,6 +14,7 @@ LICENSE= GPLv2 CONFLICTS= gmp-ecm-[0-9]* +NO_STAGE= yes PLIST_FILES= bin/ecm bin/unecm PORTDOCS= format.txt Modified: head/archivers/epkg/Makefile ============================================================================== --- head/archivers/epkg/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/epkg/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -1,9 +1,5 @@ -# New ports collection makefile for: epkg -# Date created: 12 May 2006 -# Whom: Jim Pirzyk -# +# Created by: Jim Pirzyk # $FreeBSD$ -# PORTNAME= epkg PORTVERSION= 2.3.9 @@ -18,6 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libfget. LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ expat.6:${PORTSDIR}/textproc/expat2 +NO_STAGE= yes HAS_CONFIGURE= YES CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/archivers/fastjar/Makefile ============================================================================== --- head/archivers/fastjar/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/fastjar/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -12,6 +12,7 @@ COMMENT= Version of JDK's `jar' command LICENSE= GPLv2 +NO_STAGE= yes USES= gmake perl5 USES_PERL5= build USE_BZIP2= yes Modified: head/archivers/file-roller/Makefile ============================================================================== --- head/archivers/file-roller/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/file-roller/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -16,6 +16,7 @@ COMMENT= An archive manager for zip file RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \ ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip +NO_STAGE= yes USE_LDCONFIG= yes USE_BZIP2= yes USES= gettext gmake pkgconfig Modified: head/archivers/fpc-bzip2/Makefile ============================================================================== --- head/archivers/fpc-bzip2/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/fpc-bzip2/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -1,4 +1,4 @@ -# Created by: Christopher Key +# Created by: Christopher Key # $FreeBSD$ PORTREVISION= 0 @@ -10,6 +10,7 @@ COMMENT= Free Pascal bzip2 unit USE_FPC= yes +NO_STAGE= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} Modified: head/archivers/fpc-paszlib/Makefile ============================================================================== --- head/archivers/fpc-paszlib/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/fpc-paszlib/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -1,4 +1,4 @@ -# Created by: John Merryweather Cooper +# Created by: John Merryweather Cooper # $FreeBSD$ PORTREVISION= 0 @@ -10,6 +10,7 @@ COMMENT= Free Pascal unit for native com USE_FPC= hash +NO_STAGE= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} Modified: head/archivers/fpc-unzip/Makefile ============================================================================== --- head/archivers/fpc-unzip/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/fpc-unzip/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -10,6 +10,7 @@ COMMENT= Free Pascal routines for unzipp USE_FPC= yes +NO_STAGE= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} Modified: head/archivers/freetar/Makefile ============================================================================== --- head/archivers/freetar/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/freetar/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -12,6 +12,7 @@ COMMENT= TAR archiver for GNUstep LICENSE= GPLv2 +NO_STAGE= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes Modified: head/archivers/freeze/Makefile ============================================================================== --- head/archivers/freeze/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/freeze/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -1,9 +1,5 @@ -# New ports collection makefile for: freeze -# Date created: 20 Jul 1996 -# Whom: lukin@okbmei.msk.su -# +# Created by: lukin@okbmei.msk.su # $FreeBSD$ -# PORTNAME= freeze PORTVERSION= 2.5 @@ -16,6 +12,7 @@ MASTER_SITES= ftp://ftp.warwick.ac.uk/pu MAINTAINER= gabor@FreeBSD.org COMMENT= Compression program - often used in QNX +NO_STAGE= yes GNU_CONFIGURE= yes ALL_TARGET= prog MAKE_ARGS+= CFLAGS="${CFLAGS} -I. -DCOMPAT" CC="${CC}" Modified: head/archivers/gcpio/Makefile ============================================================================== --- head/archivers/gcpio/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/gcpio/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -11,6 +11,7 @@ PKGNAMEPREFIX= g MAINTAINER= naddy@FreeBSD.org COMMENT= GNU cpio copies files to and from archives +NO_STAGE= yes USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g \ Modified: head/archivers/grzip/Makefile ============================================================================== --- head/archivers/grzip/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/grzip/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -10,6 +10,7 @@ MASTER_SITES= ftp://ftp.ac-grenoble.fr/g MAINTAINER= ports@FreeBSD.org COMMENT= Efficient file compressor +NO_STAGE= yes USE_BZIP2= yes USES= gettext USE_LDCONFIG= yes Modified: head/archivers/gtar/Makefile ============================================================================== --- head/archivers/gtar/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/gtar/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -13,6 +13,7 @@ COMMENT= GNU version of the traditional INFO= tar +NO_STAGE= yes USES= iconv USE_AUTOTOOLS= autoconf:env # autom4te USE_XZ= yes Modified: head/archivers/gzip/Makefile ============================================================================== --- head/archivers/gzip/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/gzip/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -9,6 +9,7 @@ MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org COMMENT= Compression utility designed to be a replacement for compress +NO_STAGE= yes USES= charsetfix GNU_CONFIGURE= yes Modified: head/archivers/gzrecover/Makefile ============================================================================== --- head/archivers/gzrecover/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/gzrecover/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -15,6 +15,7 @@ LICENSE= GPLv2 CFLAGS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -lz +NO_STAGE= yes PLIST_FILES= bin/${PORTNAME} PORTDOCS= README Modified: head/archivers/ha/Makefile ============================================================================== --- head/archivers/ha/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/ha/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -14,6 +14,7 @@ COMMENT= The HA archiver using the HSC c PROJECTHOST= ak-various-projects +NO_STAGE= yes NO_WRKSUBDIR= yes PLIST_FILES= bin/ha MAKEFILE= makefile.nix Modified: head/archivers/hffzip/Makefile ============================================================================== --- head/archivers/hffzip/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/hffzip/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -1,9 +1,5 @@ -# New ports collection makefile for: hffzip -# Date created: 10 Jun 2003 -# Whom: Kirill Ponomarew -# +# Created by: Kirill Ponomarew # $FreeBSD$ -# PORTNAME= hffzip PORTVERSION= 1.01 @@ -19,6 +15,7 @@ LICENSE_COMB= dual WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes PLIST_FILES= bin/hffzip do-install: Modified: head/archivers/hlextract/Makefile ============================================================================== --- head/archivers/hlextract/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/hlextract/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= hl:${PORTSDIR}/games/hllib +NO_STAGE= yes USE_DOS2UNIX= yes USE_ZIP= yes WRKSRC= ${WRKDIR}/HLExtract Modified: head/archivers/hpack.non-usa.only/Makefile ============================================================================== --- head/archivers/hpack.non-usa.only/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/hpack.non-usa.only/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -11,6 +11,7 @@ DISTNAME= hpack79src MAINTAINER= sylvio@FreeBSD.org COMMENT= Multi-System Archiver with open keys PGP-based security +NO_STAGE= yes USE_CSTD= gnu89 NO_WRKSUBDIR= yes MAKEFILE= makefile Modified: head/archivers/hs-tar/Makefile ============================================================================== --- head/archivers/hs-tar/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/hs-tar/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -10,5 +10,7 @@ COMMENT= Reading, writing, and manipulat LICENSE= BSD +NO_STAGE= yes + .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/archivers/hs-zip-archive/Makefile ============================================================================== --- head/archivers/hs-zip-archive/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/hs-zip-archive/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -11,6 +11,7 @@ COMMENT= Library for creating and modify LICENSE= BSD USE_CABAL= digest>=0.0.0.1 mtl utf8-string>=0.3.1 zlib +NO_STAGE= yes OPTIONS_DEFINE= EXECUTABLE Modified: head/archivers/hs-zlib-bindings/Makefile ============================================================================== --- head/archivers/hs-zlib-bindings/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/hs-zlib-bindings/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -11,6 +11,7 @@ COMMENT= Low-level bindings to the zlib LICENSE= BSD USE_CABAL= zlib>=0.5.2.0 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/archivers/hs-zlib-conduit/Makefile ============================================================================== --- head/archivers/hs-zlib-conduit/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/hs-zlib-conduit/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -11,6 +11,7 @@ COMMENT= Streaming compression/decompres LICENSE= BSD USE_CABAL= conduit>=1.0 transformers>=0.2.2 void zlib-bindings>=0.1 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/archivers/hs-zlib-enum/Makefile ============================================================================== --- head/archivers/hs-zlib-enum/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/hs-zlib-enum/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -11,6 +11,7 @@ COMMENT= Enumerator interface for zlib c LICENSE= MIT USE_CABAL= enumerator transformers>=0.2 zlib-bindings +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/archivers/hs-zlib/Makefile ============================================================================== --- head/archivers/hs-zlib/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/hs-zlib/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -10,5 +10,6 @@ COMMENT= Compression and decompression i LICENSE= BSD +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/archivers/javatar/Makefile ============================================================================== --- head/archivers/javatar/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/javatar/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -13,6 +13,7 @@ COMMENT= Java tar archive I/O package RUN_DEPENDS= ${JAVALIBDIR}/activation.jar:${PORTSDIR}/java/jaf +NO_STAGE= yes USE_JAVA= yes JAVA_VERSION= 1.6+ Modified: head/archivers/jzip.org/Makefile ============================================================================== --- head/archivers/jzip.org/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/jzip.org/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -14,6 +14,7 @@ COMMENT= WinZip like program written in RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper PLIST_FILES= %%JAVAJARDIR%%/jzip.org.jar bin/${PORTNAME} +NO_STAGE= yes USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.6+ Modified: head/archivers/jzlib/Makefile ============================================================================== --- head/archivers/jzlib/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/jzlib/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -9,6 +9,7 @@ MASTER_SITES= http://www.jcraft.com/jzli MAINTAINER= danilogondolfo@gmail.com COMMENT= Reimplementation of zlib in pure Java +NO_STAGE= yes USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.6+ Modified: head/archivers/kzip/Makefile ============================================================================== --- head/archivers/kzip/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/kzip/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -1,9 +1,5 @@ -# New ports collection makefile for: kzip -# Date created: Thu Jan 8 2009 14:06:34 UTC -# Whom: Mario Sergio Fujikawa Ferreira -# +# Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ -# PORTNAME= kzip DISTVERSION= 20070805 @@ -20,6 +16,7 @@ RESTRICTED= ${NO_CDROM} ONLY_FOR_ARCHS= i386 +NO_STAGE= yes USE_LINUX= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/kzipmix-static Modified: head/archivers/laszip/Makefile ============================================================================== --- head/archivers/laszip/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/laszip/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -11,6 +11,7 @@ COMMENT= Library for lossless LAS compre LICENSE= LGPL3 +NO_STAGE= yes GNU_CONFIGURE= yes USES= cmake USE_LDCONFIG= yes Modified: head/archivers/lbrate/Makefile ============================================================================== --- head/archivers/lbrate/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/lbrate/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -1,9 +1,5 @@ -# New ports collection makefile for: lbrate -# Date created: 26 August 2001 -# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw) -# +# Created by: Gea-Suan Lin (gslin@ccca.nctu.edu.tw) # $FreeBSD$ -# PORTNAME= lbrate PORTVERSION= 1.1 @@ -19,6 +15,7 @@ LICENSE= GPLv2 MAKE_ARGS= CC="${CC}" CFLAGS="${CPPFLAGS} ${CFLAGS} ${LDFLAGS}" +NO_STAGE= yes MAN1= lbrate.1 PORTDOCS= ChangeLog README TODO PLIST_FILES= bin/lbrate Modified: head/archivers/lbzip2/Makefile ============================================================================== --- head/archivers/lbzip2/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/lbzip2/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -12,6 +12,7 @@ COMMENT= Multi-threaded bzip2/bunzip2 fi WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/lbzip2 +NO_STAGE= yes MAN1= lbzip2.1 PORTDOCS= ChangeLog README Modified: head/archivers/lcab/Makefile ============================================================================== --- head/archivers/lcab/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/lcab/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -1,9 +1,5 @@ -# New ports collection makefile for: LCAB -# Date created: 27 May 2005 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= lcab DISTVERSION= 1.0b12 @@ -15,6 +11,7 @@ COMMENT= Microsoft .CABinet file creator LICENSE= GPLv2 +NO_STAGE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PLIST_FILES= bin/lcab Modified: head/archivers/lha-ac/Makefile ============================================================================== --- head/archivers/lha-ac/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/lha-ac/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -20,6 +20,7 @@ MANLANG= ja PLIST_FILES= bin/lha #PLIST_DIRS= man/ja/man1 GNU_CONFIGURE= yes +NO_STAGE= yes RESTRICTED= no permission to redistribute Modified: head/archivers/lha/Makefile ============================================================================== --- head/archivers/lha/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/lha/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -13,6 +13,7 @@ COMMENT= Archive files using LZSS and Hu CONFLICTS= lha-ac-1* +NO_STAGE= yes MAN1= lha.1 MANLANG= ja PLIST_FILES= bin/lha Modified: head/archivers/libarc/Makefile ============================================================================== --- head/archivers/libarc/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/libarc/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libarc -# Date Created: 20 June 2000 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ -# PORTNAME= libarc PORTVERSION= 2.0.2 @@ -16,6 +12,7 @@ COMMENT= Tiny C decompression library fo SOLIB= libarc.so SOVERSION= 1 +NO_STAGE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I." LN="${LN} -sf" \ SOLIB="${SOLIB}" SOVERSION="${SOVERSION}" Modified: head/archivers/libarchive/Makefile ============================================================================== --- head/archivers/libarchive/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/libarchive/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -16,6 +16,7 @@ LIBXML2_DESC= Support writing xar via li LZO_DESC= Support lzo compression via liblzo2 NETTLE_DESC= Use Nettle instead of OpenSSL +NO_STAGE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= gnomehack Modified: head/archivers/libcabinet/Makefile ============================================================================== --- head/archivers/libcabinet/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/libcabinet/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -10,6 +10,7 @@ MAINTAINER= tj@FreeBSD.org COMMENT= Portable library and utility to use Microsoft cabinet files (.cab) USE_LDCONFIG= yes +NO_STAGE= yes SRCFILE= ${WRKSRC}/listcab.cpp PROGFILE= ${SRCFILE:S/.cpp$//} Modified: head/archivers/libcomprex/Makefile ============================================================================== --- head/archivers/libcomprex/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/libcomprex/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -14,6 +14,7 @@ LICENSE= LGPL21 OPTIONS_DEFINE= NLS +NO_STAGE= yes USE_AUTOTOOLS= libtool USES= pathfix pkgconfig USE_LDCONFIG= yes Modified: head/archivers/libdynamite/Makefile ============================================================================== --- head/archivers/libdynamite/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/libdynamite/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dynamite -# Date Created: 10 January 2005 -# Whom: Sam Lawrance -# +# Created by: Sam Lawrance # $FreeBSD$ -# PORTNAME= libdynamite PORTVERSION= 0.1.1 @@ -13,7 +9,7 @@ MASTER_SITES= SF/synce/Dynamite/${PORTVE MAINTAINER= ports@FreeBSD.org COMMENT= Decompress data compressed with PKWARE Data Compression Library - +NO_STAGE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USES= pathfix Modified: head/archivers/liblzxcomp/Makefile ============================================================================== --- head/archivers/liblzxcomp/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/liblzxcomp/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -16,6 +16,7 @@ PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" MAN3= lzxcomp.3 MANCOMPRESSED= yes +NO_STAGE= yes .if defined(NOPROFILE) PLIST_SUB+= PROFILE="@comment " Modified: head/archivers/libmspack/Makefile ============================================================================== --- head/archivers/libmspack/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/libmspack/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -15,6 +15,7 @@ LICENSE= LGPL21 USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,$$(libdir)/pkgconfig,@prefix@/libdata/pkgconfig,g' ${WRKSRC}/Makefile.in Modified: head/archivers/liborange/Makefile ============================================================================== --- head/archivers/liborange/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/liborange/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -22,6 +22,7 @@ VISE_DESC= Build with expermential VISE MSI_DESC= Build with expermential MSI support +NO_STAGE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USES= iconv pathfix pkgconfig Modified: head/archivers/libpar2/Makefile ============================================================================== --- head/archivers/libpar2/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/libpar2/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -15,6 +15,7 @@ LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/ GNU_CONFIGURE= yes +NO_STAGE= yes FETCH_ARGS= -pRr LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include Modified: head/archivers/librtfcomp/Makefile ============================================================================== --- head/archivers/librtfcomp/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/librtfcomp/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -1,9 +1,5 @@ -# New ports collection makefile for: librtfcomp -# Date Created: 13 June 2008 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ -# PORTNAME= librtfcomp PORTVERSION= 1.1 @@ -14,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT?= LZRTF compression library +NO_STAGE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/archivers/libunrar/Makefile ============================================================================== --- head/archivers/libunrar/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/libunrar/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -13,6 +13,7 @@ COMMENT= Library to work with RAR archiv WRKSRC= ${WRKDIR}/unrar +NO_STAGE= yes USES= gmake MAKEFILE= makefile.unix ALL_TARGET= lib Modified: head/archivers/libunrar4/Makefile ============================================================================== --- head/archivers/libunrar4/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/libunrar4/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -12,6 +12,7 @@ COMMENT= Library to work with RAR archiv WRKSRC= ${WRKDIR}/unrar +NO_STAGE= yes USES= gmake MAKE_ARGS= CC="${CC}" CXX="${CXX}" MAKEFILE= makefile.unix Modified: head/archivers/libzip/Makefile ============================================================================== --- head/archivers/libzip/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/libzip/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -9,6 +9,7 @@ MASTER_SITES= http://www.nih.at/libzip/ MAINTAINER= makc@FreeBSD.org COMMENT= C library for reading, creating, and modifying ZIP archives +NO_STAGE= yes USE_XZ= yes GNU_CONFIGURE= yes MAKE_ENV= LC_ALL="C" Modified: head/archivers/linux-f10-ucl/Makefile ============================================================================== --- head/archivers/linux-f10-ucl/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/linux-f10-ucl/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -1,9 +1,5 @@ -# New ports collection makefile for: archivers/linux-f10-ucl -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= ucl PORTVERSION= 1.03 @@ -17,6 +13,7 @@ COMMENT= UCL, a lossless data compressi CONFLICTS= linux-ucl-[0-9]* linux-f8-ucl-[0-9]* +NO_STAGE= yes USE_LINUX_RPM= yes LINUX_DIST_VER= 10 RPMVERSION= 8.fc9 Modified: head/archivers/linux-f10-upx/Makefile ============================================================================== --- head/archivers/linux-f10-upx/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/linux-f10-upx/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -1,9 +1,5 @@ -# New ports collection makefile for: archivers/linux-f10-upx -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= upx PORTVERSION= 3.03 @@ -17,6 +13,7 @@ COMMENT= UPX, a high-performance execut CONFLICTS= linux-upx-[0-9]* linux-f8-upx-[0-9]* +NO_STAGE= yes USE_LINUX_RPM= yes USE_LINUX_APPS= ucl LINUX_DIST_VER= 10 Modified: head/archivers/lrzip/Makefile ============================================================================== --- head/archivers/lrzip/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/lrzip/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -15,6 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= nasm>=0:${PORTSDIR}/devel/nasm LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2 +NO_STAGE= yes CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --enable-asm GNU_CONFIGURE= yes Modified: head/archivers/lz4/Makefile ============================================================================== --- head/archivers/lz4/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/lz4/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -10,6 +10,7 @@ MASTER_SITES= https://dl.dropboxusercont MAINTAINER= alexey@renatasystems.org COMMENT= Fast compressor using LZ4 algorithm +NO_STAGE= yes USES= gmake ALL_TARGET= lz4c Modified: head/archivers/lzip/Makefile ============================================================================== --- head/archivers/lzip/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/lzip/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -13,6 +13,7 @@ LICENSE= GPLv3 PLIST_FILES= bin/lzip +NO_STAGE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= CXX="${CXX}" \ CXXFLAGS="${CXXFLAGS}" \ Modified: head/archivers/lzlib/Makefile ============================================================================== --- head/archivers/lzlib/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/lzlib/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -12,6 +12,7 @@ COMMENT= In-memory LZMA compression and PLIST_FILES= include/lzlib.h \ lib/liblz.a +NO_STAGE= yes USES= gmake GNU_CONFIGURE= yes MAKE_ARGS= ${MAKE_ENV} Modified: head/archivers/lzma/Makefile ============================================================================== --- head/archivers/lzma/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/lzma/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -14,6 +14,7 @@ CONFLICTS= lzmautils-[0-9]* xz-[0-9]* USES= gmake USE_BZIP2= yes +NO_STAGE= yes NO_WRKSUBDIR= yes USE_DOS2UNIX= yes BUILD_WRKSRC= ${WRKSRC}/CPP/7zip/Bundles/LzmaCon Modified: head/archivers/lzmalib/Makefile ============================================================================== --- head/archivers/lzmalib/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/lzmalib/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -9,6 +9,7 @@ MASTER_SITES= http://tokyocabinet.source MAINTAINER= miwi@FreeBSD.org COMMENT= Thin wrapper library of LZMA +NO_STAGE= yes USES= gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/archivers/lzo2/Makefile ============================================================================== --- head/archivers/lzo2/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/lzo2/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -13,6 +13,7 @@ COMMENT= Portable speedy, lossless data LICENSE= GPLv2 +NO_STAGE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --docdir=${DOCSDIR} Modified: head/archivers/lzop/Makefile ============================================================================== --- head/archivers/lzop/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/lzop/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -1,9 +1,5 @@ -# New ports collection makefile for: lzop -# Date created: Fri 2 June 2000 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= lzop DISTVERSION= 1.03 @@ -21,6 +17,7 @@ LIB_DEPENDS= lzo2.2:${PORTSDIR}/archiver LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo .endif +NO_STAGE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/archivers/macutils/Makefile ============================================================================== --- head/archivers/macutils/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/macutils/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -1,9 +1,5 @@ -# New ports collection makefile for: macutils -# Date created: 14th April 1997 -# Whom: Joel Sutton -# +# Created by: Joel Sutton # $FreeBSD$ -# PORTNAME= macutils PORTVERSION= 2.0b3 @@ -17,6 +13,7 @@ COMMENT= Utilities for Apple Macintosh f WRKSRC= ${WRKDIR}/${PORTNAME} MAKEFILE= makefile +NO_STAGE= yes MAN1= macunpack.1 hexbin.1 macsave.1 macstream.1 binhex.1 tomac.1 \ frommac.1 macutil.1 Modified: head/archivers/makeself/Makefile ============================================================================== --- head/archivers/makeself/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/makeself/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -18,6 +18,7 @@ EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= --nox11 --target ${WRKSRC} NO_BUILD= yes +NO_STAGE= yes PLIST_FILES= bin/makeself bin/makeself-header \ bin/makeself-header.sh bin/makeself.sh Modified: head/archivers/mar/Makefile ============================================================================== --- head/archivers/mar/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/mar/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -13,6 +13,7 @@ COMMENT= Simple binary file format for s LICENSE= MIT WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} +NO_STAGE= yes MAN1= mar.1 Modified: head/archivers/mscompress/Makefile ============================================================================== --- head/archivers/mscompress/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/mscompress/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -1,9 +1,5 @@ -# Ports collection makefile for: mscompress -# Date created: 15 Apr 2000 -# Whom: Patrick Seal -# +# Created by: Patrick Seal # $FreeBSD$ -# PORTNAME= mscompress PORTVERSION= 0.3 @@ -16,6 +12,7 @@ COMMENT= Microsoft "compress.exe/expand. USE_BZIP2= yes HAS_CONFIGURE= yes +NO_STAGE= yes MAN1= mscompress.1 msexpand.1 Modified: head/archivers/mtf/Makefile ============================================================================== --- head/archivers/mtf/Makefile Fri Sep 20 13:04:02 2013 (r327698) +++ head/archivers/mtf/Makefile Fri Sep 20 13:11:20 2013 (r327699) @@ -15,6 +15,7 @@ COMMENT= Unix reader for the Microsoft T LICENSE= GPLv2 ALL_TARGET= # empty +NO_STAGE= yes PLIST_FILES= bin/mtf PORTDOCS= README *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 13:13:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 553B02F2; Fri, 20 Sep 2013 13:13:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 422C92706; Fri, 20 Sep 2013 13:13:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KDDVpA053081; Fri, 20 Sep 2013 13:13:31 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KDDVEV053080; Fri, 20 Sep 2013 13:13:31 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309201313.r8KDDVEV053080@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Sep 2013 13:13:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327700 - 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.14 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: Fri, 20 Sep 2013 13:13:31 -0000 Author: sunpoet Date: Fri Sep 20 13:13:30 2013 New Revision: 327700 URL: http://svnweb.freebsd.org/changeset/ports/327700 Log: - Fix typo Modified: head/Mk/bsd.default-versions.mk Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Fri Sep 20 13:11:20 2013 (r327699) +++ head/Mk/bsd.default-versions.mk Fri Sep 20 13:13:30 2013 (r327700) @@ -7,7 +7,7 @@ # It expects users to define DEFAULT_VERSIONS in there make.conf # Syntax is the following: # -# DEFAULT_VERSION= perl5=5.18 ruby=2.0 +# DEFAULT_VERSIONS= perl5=5.18 ruby=2.0 .if !defined(_INCLUDE_BSD_DEFAULT_VERSIONS_MK) _INCLUDE_BSD_DEFAULT_VERSIONS_MK= yes From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 13:14:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1AFCC3E0; Fri, 20 Sep 2013 13:14:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 065742715; Fri, 20 Sep 2013 13:14:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KDENC5054858; Fri, 20 Sep 2013 13:14:23 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KDE5vX054720; Fri, 20 Sep 2013 13:14:05 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201314.r8KDE5vX054720@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 13:14:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327701 - in head/astro: R-cran-maptools aa accrete astrometry boinc-astropulse boinc-setiathome-enhanced boinc-setiathome-v7 celestia celestia-gnome celestia-gtk cfitsio dgpsip ephem f... 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.14 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: Fri, 20 Sep 2013 13:14:24 -0000 Author: bapt Date: Fri Sep 20 13:14:04 2013 New Revision: 327701 URL: http://svnweb.freebsd.org/changeset/ports/327701 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: astro) Modified: head/astro/R-cran-maptools/Makefile head/astro/aa/Makefile head/astro/accrete/Makefile head/astro/astrometry/Makefile head/astro/boinc-astropulse/Makefile head/astro/boinc-setiathome-enhanced/Makefile head/astro/boinc-setiathome-v7/Makefile head/astro/celestia-gnome/Makefile head/astro/celestia-gtk/Makefile head/astro/celestia/Makefile head/astro/cfitsio/Makefile head/astro/dgpsip/Makefile head/astro/ephem/Makefile head/astro/fowsr/Makefile head/astro/foxtrotgps/Makefile head/astro/garmindev/Makefile head/astro/gkrellmoon2/Makefile head/astro/glunarclock/Makefile head/astro/gmapcatcher/Makefile head/astro/google-earth/Makefile head/astro/gpsbabel/Makefile head/astro/gpscorrelate/Makefile head/astro/gpsd/Makefile head/astro/gpsdrive/Makefile head/astro/gpsman/Makefile head/astro/gpsprune/Makefile head/astro/gpstk/Makefile head/astro/gpxloggerd/Makefile head/astro/jday/Makefile head/astro/josm/Makefile head/astro/kstars/Makefile head/astro/libgal/Makefile head/astro/libkgeomap/Makefile head/astro/libnova/Makefile head/astro/libosmpbf/Makefile head/astro/libroadnav/Makefile head/astro/luna/Makefile head/astro/marble/Makefile head/astro/match/Makefile head/astro/merkaartor/Makefile head/astro/mkgmap-splitter/Makefile head/astro/mkgmap/Makefile head/astro/mymoon/Makefile head/astro/nightfall/Makefile head/astro/nova/Makefile head/astro/openmap/Makefile head/astro/openuniverse/Makefile head/astro/osmium/Makefile head/astro/osmosis/Makefile head/astro/p5-Astro-ADS/Makefile head/astro/p5-Astro-Catalog/Makefile head/astro/p5-Astro-Constants/Makefile head/astro/p5-Astro-Coords/Makefile head/astro/p5-Astro-DSS/Makefile head/astro/p5-Astro-FITS-CFITSIO/Makefile head/astro/p5-Astro-FITS-Header/Makefile head/astro/p5-Astro-Flux/Makefile head/astro/p5-Astro-Hipparcos/Makefile head/astro/p5-Astro-MoonPhase/Makefile head/astro/p5-Astro-PAL/Makefile head/astro/p5-Astro-SIMBAD-Client/Makefile head/astro/p5-Astro-SIMBAD/Makefile head/astro/p5-Astro-SpaceTrack/Makefile head/astro/p5-Astro-SunTime/Makefile head/astro/p5-Astro-Sunrise/Makefile head/astro/p5-Astro-Telescope/Makefile head/astro/p5-Astro-WaveBand/Makefile head/astro/p5-Astro-satpass/Makefile head/astro/p5-Astro/Makefile head/astro/p5-GPS-Babel/Makefile head/astro/p5-GPS-OID/Makefile head/astro/p5-GPS/Makefile head/astro/p5-Geo-METAR/Makefile head/astro/p5-Misc-Quality/Makefile head/astro/p5-Starlink-AST/Makefile head/astro/p5-Weather-Underground/Makefile head/astro/p5-ZConf-Weather/Makefile head/astro/phoon/Makefile head/astro/planets/Makefile head/astro/pp3/Makefile head/astro/ptiger/Makefile head/astro/py-RO/Makefile head/astro/py-aipy/Makefile head/astro/py-astLib/Makefile head/astro/py-metar/Makefile head/astro/py-pyfits/Makefile head/astro/pyephem/Makefile head/astro/pyweather/Makefile head/astro/qlandkartegt/Makefile head/astro/rmap/Makefile head/astro/roadmap/Makefile head/astro/roadnav/Makefile head/astro/saoimage/Makefile head/astro/sextractor/Makefile head/astro/sky2000/Makefile head/astro/sscalc/Makefile head/astro/stardates/Makefile head/astro/starplot/Makefile head/astro/stars/Makefile head/astro/stellarium/Makefile head/astro/sunclock/Makefile head/astro/swe/Makefile head/astro/tclgeomap/Makefile head/astro/tkgeomap/Makefile head/astro/viking/Makefile head/astro/wcslib/Makefile head/astro/weather/Makefile head/astro/weatherspect/Makefile head/astro/wmglobe/Makefile head/astro/wmjupiter/Makefile head/astro/wmmoonclock/Makefile head/astro/wmsolar/Makefile head/astro/wmspaceweather/Makefile head/astro/wmsun/Makefile head/astro/xearth/Makefile head/astro/xeartk/Makefile head/astro/xephem/Makefile head/astro/xglobe/Makefile head/astro/xmoontool/Makefile head/astro/xphoon/Makefile head/astro/xplanet/Makefile head/astro/xtide/Makefile head/astro/xworld/Makefile Modified: head/astro/R-cran-maptools/Makefile ============================================================================== --- head/astro/R-cran-maptools/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/R-cran-maptools/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -14,6 +14,7 @@ LICENSE_COMB= dual RUN_DEPENDS= R-cran-sp>=1.0.11:${PORTSDIR}/math/R-cran-sp +NO_STAGE= yes USE_R_MOD= yes R_MOD_AUTOPLIST= yes Modified: head/astro/aa/Makefile ============================================================================== --- head/astro/aa/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/aa/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -12,6 +12,7 @@ COMMENT= Self-contained ephemeris calcul EXTRACT_BEFORE_ARGS= -aqo +NO_STAGE= yes USE_ZIP= yes MAKEFILE= makefile ALL_TARGET= aa Modified: head/astro/accrete/Makefile ============================================================================== --- head/astro/accrete/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/accrete/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -1,7 +1,4 @@ -# New ports collection makefile for: accrete -# Date created: 2003-6-2 -# Whom: chuck@pkix.net -# +# Created by: chuck@pkix.net # $FreeBSD$ PORTNAME= accrete @@ -12,6 +9,7 @@ MASTER_SITES= SF MAINTAINER= chuck@pkix.net COMMENT= Accrete is a physical simulation of solar system planet formation +NO_STAGE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX=${PREFIX} \ CDEBUG="" COPT="" PLIST_FILES= bin/accrete Modified: head/astro/astrometry/Makefile ============================================================================== --- head/astro/astrometry/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/astrometry/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -18,6 +18,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphic BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy +NO_STAGE= yes USES= gmake pkgconfig USE_PYTHON= 2.5+ ALL_TARGET= all extra Modified: head/astro/boinc-astropulse/Makefile ============================================================================== --- head/astro/boinc-astropulse/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/boinc-astropulse/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float +NO_STAGE= yes USES= gmake pkgconfig USE_XZ= yes USE_AUTOTOOLS= autoconf:env automake:env libtool Modified: head/astro/boinc-setiathome-enhanced/Makefile ============================================================================== --- head/astro/boinc-setiathome-enhanced/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/boinc-setiathome-enhanced/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float +NO_STAGE= yes USES= gmake pkgconfig USE_XZ= yes USE_AUTOTOOLS= autoconf:env automake:env Modified: head/astro/boinc-setiathome-v7/Makefile ============================================================================== --- head/astro/boinc-setiathome-v7/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/boinc-setiathome-v7/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -18,6 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float +NO_STAGE= yes USES= gmake pkgconfig USE_XZ= yes USE_AUTOTOOLS= autoconf:env automake:env Modified: head/astro/celestia-gnome/Makefile ============================================================================== --- head/astro/celestia-gnome/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/celestia-gnome/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -3,5 +3,6 @@ CELESTIA_UI= gnome MASTERDIR= ${.CURDIR}/../celestia +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/astro/celestia-gtk/Makefile ============================================================================== --- head/astro/celestia-gtk/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/celestia-gtk/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -3,5 +3,6 @@ CELESTIA_UI= gtk MASTERDIR= ${.CURDIR}/../celestia +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/astro/celestia/Makefile ============================================================================== --- head/astro/celestia/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/celestia/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -16,6 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png +NO_STAGE= yes USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool USE_GL= gl Modified: head/astro/cfitsio/Makefile ============================================================================== --- head/astro/cfitsio/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/cfitsio/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -20,6 +20,7 @@ LIB_DEPENDS= f2c:${PORTSDIR}/lang/f2c OPTIONS_DEFINE= DOCS +NO_STAGE= yes ALL_TARGET= shared CONFIGURE_ARGS= ac_cv_prog_FC="f2c" GNU_CONFIGURE= yes Modified: head/astro/dgpsip/Makefile ============================================================================== --- head/astro/dgpsip/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/dgpsip/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dgpsip -# Date created: 05 Jun 1999 -# Whom: Daniel Baker -# +# Created by: Daniel Baker # $FreeBSD$ -# PORTNAME= dgpsip PORTVERSION= 1.35 @@ -14,6 +10,7 @@ MAINTAINER= jharris@widomaker.com COMMENT= Differential GPS over IP communication device GNU_CONFIGURE= yes +NO_STAGE= yes MAN1= dgpsip.1 PLIST_FILES= bin/dgpsip Modified: head/astro/ephem/Makefile ============================================================================== --- head/astro/ephem/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/ephem/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -11,6 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_uni MAINTAINER= slaven@rezic.de COMMENT= An interactive terminal-based astronomical ephemeris program +NO_STAGE= yes NO_WRKSUBDIR= yes ALL_TARGET= Modified: head/astro/fowsr/Makefile ============================================================================== --- head/astro/fowsr/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/fowsr/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -17,6 +17,7 @@ FILEDATE= 20100718 WRKSRC= ${WRKDIR}/${PORTNAME}-${FILEVER} USES= gmake +NO_STAGE= yes PLIST_FILES= bin/fowsr Modified: head/astro/foxtrotgps/Makefile ============================================================================== --- head/astro/foxtrotgps/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/foxtrotgps/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -16,6 +16,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ gps:${PORTSDIR}/astro/gpsd GNU_CONFIGURE= yes +NO_STAGE= yes USES= gettext gmake pkgconfig shebangfix SHEBANG_FILES= contrib/convert2gpx \ contrib/convert2osm \ Modified: head/astro/garmindev/Makefile ============================================================================== --- head/astro/garmindev/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/garmindev/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -12,5 +12,6 @@ COMMENT= Drivers for using Garmin GPS un LICENSE= GPLv2 USES= cmake +NO_STAGE= yes .include Modified: head/astro/gkrellmoon2/Makefile ============================================================================== --- head/astro/gkrellmoon2/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/gkrellmoon2/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -14,6 +14,7 @@ COMMENT= A moon clock plugin for Gkrellm BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +NO_STAGE= yes USES= pkgconfig USE_GNOME= gtk20 Modified: head/astro/glunarclock/Makefile ============================================================================== --- head/astro/glunarclock/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/glunarclock/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -13,6 +13,7 @@ COMMENT= GNOME applet that displays the LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier +NO_STAGE= yes USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomepanel gnomeprefix intlhack libgnomeui GNU_CONFIGURE= yes Modified: head/astro/gmapcatcher/Makefile ============================================================================== --- head/astro/gmapcatcher/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/gmapcatcher/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -13,6 +13,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/g} +NO_STAGE= yes USE_GNOME= pygtk2 USE_PYTHON= yes USE_PYDISTUTILS=yes Modified: head/astro/google-earth/Makefile ============================================================================== --- head/astro/google-earth/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/google-earth/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -20,6 +20,7 @@ RESTRICTED= Not sure about redistributio WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\..*//g}/ +NO_STAGE= yes USE_LINUX= yes USE_LINUX_APPS= xorglibs USE_GNOME= desktopfileutils Modified: head/astro/gpsbabel/Makefile ============================================================================== --- head/astro/gpsbabel/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/gpsbabel/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -12,6 +12,7 @@ COMMENT= GPS file translating tool LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 +NO_STAGE= yes USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-expathdr=${LOCALBASE}/include \ Modified: head/astro/gpscorrelate/Makefile ============================================================================== --- head/astro/gpscorrelate/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/gpscorrelate/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -22,6 +22,7 @@ USE_GITHUB= yes GH_ACCOUNT= freefoote GH_COMMIT= a36646b +NO_STAGE= yes USES= gmake pkgconfig USE_GNOME= libxml2 Modified: head/astro/gpsd/Makefile ============================================================================== --- head/astro/gpsd/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/gpsd/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -12,6 +12,7 @@ COMMENT= Daemon that monitors one or mor BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl \ xsltproc:${PORTSDIR}/textproc/libxslt +NO_STAGE= yes USES= pathfix pkgconfig USE_SCONS= yes USE_RC_SUBR= gpsd Modified: head/astro/gpsdrive/Makefile ============================================================================== --- head/astro/gpsdrive/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/gpsdrive/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -15,6 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre +NO_STAGE= yes USES= gmake perl5 pkgconfig USE_AUTOTOOLS= libtool USE_GNOME= gtk20 Modified: head/astro/gpsman/Makefile ============================================================================== --- head/astro/gpsman/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/gpsman/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gpsman -# Date created: 26 November 2001 -# Whom: David Wolfskill -# +# Created by: David Wolfskill # $FreeBSD$ -# PORTNAME= gpsman PORTVERSION= 6.4.4 @@ -18,6 +14,7 @@ USE_TK_RUN= 84+ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} SUB_FILES= pkg-message +NO_STAGE= yes NO_BUILD= yes PORTDOCS= * PORTDATA= * Modified: head/astro/gpsprune/Makefile ============================================================================== --- head/astro/gpsprune/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/gpsprune/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -16,6 +16,7 @@ COMMENT= Application for viewing, editin NO_WRKSUBDIR= yes NO_BUILD= yes +NO_STAGE= yes USE_JAVA= yes JAVA_VERSION= 1.6+ Modified: head/astro/gpstk/Makefile ============================================================================== --- head/astro/gpstk/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/gpstk/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gpstk -# Date created: 12 May 2004 -# Whom: bms@FreeBSD.org -# +# Created by: bms@FreeBSD.org # $FreeBSD$ -# PORTNAME= gpstk PORTVERSION= 2.0 @@ -18,6 +14,7 @@ BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes USE_PYTHON_RUN= yes USE_LDCONFIG= yes USE_DOS2UNIX= yes Modified: head/astro/gpxloggerd/Makefile ============================================================================== --- head/astro/gpxloggerd/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/gpxloggerd/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -11,6 +11,7 @@ COMMENT= Daemon that connects to the GPS LIB_DEPENDS= gps:${PORTSDIR}/astro/gpsd +NO_STAGE= yes USE_RC_SUBR= ${PORTNAME} PLIST_FILES= sbin/${PORTNAME} MAN8= ${PORTNAME}.8 Modified: head/astro/jday/Makefile ============================================================================== --- head/astro/jday/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/jday/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -8,6 +8,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Astronomical Julian date calculator +NO_STAGE= yes USE_AUTOTOOLS= libtool USES= pathfix USE_LDCONFIG= yes Modified: head/astro/josm/Makefile ============================================================================== --- head/astro/josm/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/josm/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -15,6 +15,7 @@ COMMENT= A comprehensive editor for Open NO_WRKSUBDIR= yes +NO_STAGE= yes USE_JAVA= yes JAVA_VERSION= 1.6+ Modified: head/astro/kstars/Makefile ============================================================================== --- head/astro/kstars/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/kstars/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -20,6 +20,7 @@ RUN_DEPENDS= xplanet:${PORTSDIR}/astro/x CONFLICTS= kdeedu-4.[0-6].* +NO_STAGE= yes USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource USE_QT4= opengl qmake_build moc_build rcc_build uic_build Modified: head/astro/libgal/Makefile ============================================================================== --- head/astro/libgal/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/libgal/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -1,9 +1,5 @@ -# ports collection makefile for: linrad -# Date created: 7 July 2004 -# Whom: db -# +# Created by: db # $FreeBSD$ -# PORTNAME= libgal PORTVERSION= 0.5.0 @@ -15,6 +11,7 @@ MASTER_SITE_SUBDIR= db MAINTAINER= db@FreeBSD.org COMMENT= General Astrodynamics Library +NO_STAGE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX} --enable-shared=yes USE_LDCONFIG= yes Modified: head/astro/libkgeomap/Makefile ============================================================================== --- head/astro/libkgeomap/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/libkgeomap/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -7,6 +7,7 @@ CATEGORIES= astro kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE4 library for browsing photos on a map +NO_STAGE= yes .include "${.CURDIR}/../../graphics/digikam-kde4/Makefile.common" USE_KDE4+= libkexiv2 marble Modified: head/astro/libnova/Makefile ============================================================================== --- head/astro/libnova/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/libnova/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -1,9 +1,5 @@ -# Ports collection makefile for: libnova -# Date created: Oct 23, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= libnova PORTVERSION= 0.15.0 @@ -13,6 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= dhn@FreeBSD.org COMMENT= Astronomical Calculation Library +NO_STAGE= yes USE_AUTOTOOLS= libtool USE_GNOME= lthack GNU_CONFIGURE= yes Modified: head/astro/libosmpbf/Makefile ============================================================================== --- head/astro/libosmpbf/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/libosmpbf/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -18,6 +18,7 @@ GH_PROJECT= OSM-binary GH_TAGNAME= v${PORTVERSION} GH_COMMIT= d9be2d1 +NO_STAGE= yes USES= gmake BUILD_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${WRKSRC}/src Modified: head/astro/libroadnav/Makefile ============================================================================== --- head/astro/libroadnav/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/libroadnav/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -14,6 +14,7 @@ USE_WX= 2.6+ WX_COMPS= wx contrib USES= gmake +NO_STAGE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wx-prefix=${LOCALBASE} --with-wx-config=${WX_CONFIG} CPPFLAGS+= -I${LOCALBASE}/include Modified: head/astro/luna/Makefile ============================================================================== --- head/astro/luna/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/luna/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -1,9 +1,5 @@ -# New ports collection makefile for: luna -# Date created: 03 July 1996 -# Whom: ABURAYER Rewsirow -# +# Created by: ABURAYER Rewsirow # $FreeBSD$ -# PORTNAME= luna PORTVERSION= 1.9 @@ -14,6 +10,7 @@ DISTNAME= luna19s MAINTAINER= ports@FreeBSD.org COMMENT= Display the moon's phase +NO_STAGE= yes USE_DOS2UNIX= yes USE_LHA= yes NO_WRKSUBDIR= yes Modified: head/astro/marble/Makefile ============================================================================== --- head/astro/marble/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/marble/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -12,6 +12,7 @@ COMMENT= Virtual globe and world atlas f CONFLICTS= kdeedu-4.4.[0-4] +NO_STAGE= yes USE_KDE4= kdehier kdelibs kdeprefix automoc4 sharedmime USES= cmake:outsource gmake USE_QT4= corelib dbus declarative designer_build gui network phonon \ Modified: head/astro/match/Makefile ============================================================================== --- head/astro/match/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/match/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -1,6 +1,5 @@ # Created by: ijliao # $FreeBSD$ -# PORTNAME= match PORTVERSION= 0.16 @@ -15,6 +14,7 @@ LICENSE= GPLv2 CONFLICTS= avenger-[0-9]* GNU_CONFIGURE= yes +NO_STAGE= yes MAN1= match.1 Modified: head/astro/merkaartor/Makefile ============================================================================== --- head/astro/merkaartor/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/merkaartor/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -1,9 +1,5 @@ -# New ports collection makefile for: merkaartor -# Date created: 9 January 2009 -# Whom: slaven@rezic.de -# +# Created by: slaven@rezic.de # $FreeBSD$ -# PORTNAME= merkaartor PORTVERSION= 0.18.1 @@ -20,6 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \ proj:${PORTSDIR}/graphics/proj +NO_STAGE= yes USE_BZIP2= yes USE_LDCONFIG= yes Modified: head/astro/mkgmap-splitter/Makefile ============================================================================== --- head/astro/mkgmap-splitter/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/mkgmap-splitter/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -11,6 +11,7 @@ PKGNAMEPREFIX= mkgmap- MAINTAINER= amdmi3@FreeBSD.org COMMENT= Tile splitter for mkgmap +NO_STAGE= yes NO_BUILD= yes USE_JAVA= yes Modified: head/astro/mkgmap/Makefile ============================================================================== --- head/astro/mkgmap/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/mkgmap/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -10,6 +10,7 @@ MASTER_SITES= http://www.mkgmap.org.uk/d MAINTAINER= amdmi3@FreeBSD.org COMMENT= Convert OpenStreetMap data into a Garmin format +NO_STAGE= yes NO_BUILD= yes USE_JAVA= yes Modified: head/astro/mymoon/Makefile ============================================================================== --- head/astro/mymoon/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/mymoon/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -16,6 +16,7 @@ LIB_DEPENDS= nova:${PORTSDIR}/astro/libn WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes GNU_CONFIGURE= yes USES= gmake Modified: head/astro/nightfall/Makefile ============================================================================== --- head/astro/nightfall/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/nightfall/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -14,6 +14,7 @@ OPTIONS_DEFINE= GNOME PGPLOT OPENGL OPTIONS_DEFAULT= PGPLOT OPENGL PGPLOT_DESC= Enable PGPLOT support +NO_STAGE= yes USES= gmake pathfix gettext perl5 USE_GNOME= gnomehier gtk20 GNU_CONFIGURE= yes Modified: head/astro/nova/Makefile ============================================================================== --- head/astro/nova/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/nova/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -21,6 +21,7 @@ LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/deve nova:${PORTSDIR}/astro/libnova RUN_DEPENDS= ${LOCALBASE}/share/nova/catalogs/sky2000.ncd:${PORTSDIR}/astro/sky2000 +NO_STAGE= yes USES= pkgconfig USE_AUTOTOOLS= libtool CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include Modified: head/astro/openmap/Makefile ============================================================================== --- head/astro/openmap/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/openmap/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -15,6 +15,7 @@ JAVA_VERSION= 1.6+ PKGMESSAGE= ${WRKSRC}/LICENSE +NO_STAGE= yes USE_ANT= yes MAKE_ARGS+= -Dopenmap.home=${WRKSRC} \ -Didl2java.compiler=${JAVA_HOME}/bin/idlj Modified: head/astro/openuniverse/Makefile ============================================================================== --- head/astro/openuniverse/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/openuniverse/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -14,6 +14,7 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphic USE_GL= glut +NO_STAGE= yes USES= gmake USE_XORG= sm ice xmu xi xext x11 GNU_CONFIGURE= yes Modified: head/astro/osmium/Makefile ============================================================================== --- head/astro/osmium/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/osmium/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -29,6 +29,7 @@ GH_COMMIT= 1a5bb26 CXXFLAGS+= -I${LOCALBASE}/include \ -L${LOCALBASE}/lib +NO_STAGE= yes PORTDOCS= * OPTIONS_DEFINE= JAVASCRIPT DOXYGEN DOCS Modified: head/astro/osmosis/Makefile ============================================================================== --- head/astro/osmosis/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/osmosis/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -11,6 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= amdmi3@FreeBSD.org COMMENT= Command line Java app for processing OpenStreetMap data +NO_STAGE= yes NO_BUILD= yes WRKSRC= ${WRKDIR} Modified: head/astro/p5-Astro-ADS/Makefile ============================================================================== --- head/astro/p5-Astro-ADS/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Astro-ADS/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -14,6 +14,7 @@ COMMENT= OO Perl interface to the ADS ab BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww +NO_STAGE= yes USES= perl5 USE_PERL5= configure Modified: head/astro/p5-Astro-Catalog/Makefile ============================================================================== --- head/astro/p5-Astro-Catalog/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Astro-Catalog/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -30,6 +30,7 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USES= perl5 USE_PERL5= modbuild +NO_STAGE= yes MAN3= Astro::Catalog.3 \ Astro::Catalog::IO::ASCII.3 \ Modified: head/astro/p5-Astro-Constants/Makefile ============================================================================== --- head/astro/p5-Astro-Constants/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Astro-Constants/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -12,6 +12,7 @@ COMMENT= Physical constants for use in a USES= perl5 USE_PERL5= configure +NO_STAGE= yes MAN3= Astro::Constants.3 Modified: head/astro/p5-Astro-Coords/Makefile ============================================================================== --- head/astro/p5-Astro-Coords/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Astro-Coords/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -22,6 +22,7 @@ TEST_DEPENDS= p5-Test-Number-Delta>=0:${ USE_PERL5= modbuild USES= perl5 +NO_STAGE= yes MAN3= Astro::Coords.3 \ Astro::Coords::Angle.3 \ Modified: head/astro/p5-Astro-DSS/Makefile ============================================================================== --- head/astro/p5-Astro-DSS/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Astro-DSS/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -16,6 +16,7 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/ww USES= perl5 USE_PERL5= configure +NO_STAGE= yes MAN3= Astro::DSS.3 Modified: head/astro/p5-Astro-FITS-CFITSIO/Makefile ============================================================================== --- head/astro/p5-Astro-FITS-CFITSIO/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Astro-FITS-CFITSIO/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -15,6 +15,7 @@ LIB_DEPENDS= cfitsio:${PORTSDIR}/astro/c CONFIGURE_ENV= CFITSIO=${LOCALBASE} USES= perl5 USE_PERL5= configure +NO_STAGE= yes MAN3= Astro::FITS::CFITSIO.3 Modified: head/astro/p5-Astro-FITS-Header/Makefile ============================================================================== --- head/astro/p5-Astro-FITS-Header/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Astro-FITS-Header/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -14,6 +14,7 @@ LICENSE= GPLv3 USES= perl5 USE_PERL5= modbuild +NO_STAGE= yes MAN3= Astro::FITS::Header.3 \ Astro::FITS::Header::AST.3 \ Modified: head/astro/p5-Astro-Flux/Makefile ============================================================================== --- head/astro/p5-Astro-Flux/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Astro-Flux/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -18,6 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 +NO_STAGE= yes MAN3= Astro::Flux.3 \ Astro::FluxColor.3 \ Modified: head/astro/p5-Astro-Hipparcos/Makefile ============================================================================== --- head/astro/p5-Astro-Hipparcos/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Astro-Hipparcos/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -16,6 +16,7 @@ BUILD_DEPENDS= p5-ExtUtils-XSpp>=0.06:${ MAKE_ARGS+= CC="${CXX}" USES= perl5 USE_PERL5= configure +NO_STAGE= yes MAN3= Astro::Hipparcos::Record.3 \ Astro::Hipparcos.3 Modified: head/astro/p5-Astro-MoonPhase/Makefile ============================================================================== --- head/astro/p5-Astro-MoonPhase/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Astro-MoonPhase/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -12,6 +12,7 @@ COMMENT= Perl interface to calculate inf USES= perl5 USE_PERL5= configure +NO_STAGE= yes MAN3= Astro::MoonPhase.3 Modified: head/astro/p5-Astro-PAL/Makefile ============================================================================== --- head/astro/p5-Astro-PAL/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Astro-PAL/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -14,6 +14,7 @@ LICENSE= GPLv3 USE_PERL5= modbuild USES= perl5 +NO_STAGE= yes MAN1= stime.1 MAN3= Astro::PAL.3 Modified: head/astro/p5-Astro-SIMBAD-Client/Makefile ============================================================================== --- head/astro/p5-Astro-SIMBAD-Client/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Astro-SIMBAD-Client/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -21,6 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure CONFIGURE_ARGS= -y +NO_STAGE= yes MAN1= simbadc.1 MAN3= Astro::SIMBAD::Client.3 Modified: head/astro/p5-Astro-SIMBAD/Makefile ============================================================================== --- head/astro/p5-Astro-SIMBAD/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Astro-SIMBAD/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -16,6 +16,7 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/ww USES= perl5 USE_PERL5= configure +NO_STAGE= yes MAN3= Astro::SIMBAD.3 \ Astro::SIMBAD::Query.3 \ Modified: head/astro/p5-Astro-SpaceTrack/Makefile ============================================================================== --- head/astro/p5-Astro-SpaceTrack/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Astro-SpaceTrack/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -25,6 +25,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure CONFIGURE_ARGS= -y +NO_STAGE= yes MAN1= SpaceTrack.1 MAN3= Astro::SpaceTrack.3 \ Modified: head/astro/p5-Astro-SunTime/Makefile ============================================================================== --- head/astro/p5-Astro-SunTime/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Astro-SunTime/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -16,5 +16,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include Modified: head/astro/p5-Astro-Sunrise/Makefile ============================================================================== --- head/astro/p5-Astro-Sunrise/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Astro-Sunrise/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -14,6 +14,7 @@ BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR USES= perl5 USE_PERL5= configure patch +NO_STAGE= yes MAN3= Astro::Sunrise.3 Modified: head/astro/p5-Astro-Telescope/Makefile ============================================================================== --- head/astro/p5-Astro-Telescope/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Astro-Telescope/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -18,6 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= modbuild USES= perl5 +NO_STAGE= yes MAN3= Astro::Telescope.3 Modified: head/astro/p5-Astro-WaveBand/Makefile ============================================================================== --- head/astro/p5-Astro-WaveBand/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Astro-WaveBand/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -15,6 +15,7 @@ LICENSE_COMB= dual USE_PERL5= modbuild USES= perl5 +NO_STAGE= yes MAN3= Astro::WaveBand.3 Modified: head/astro/p5-Astro-satpass/Makefile ============================================================================== --- head/astro/p5-Astro-satpass/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Astro-satpass/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -29,6 +29,7 @@ USGS_DESC= Add support for Geo::WebServ CONFIGURE_ARGS= -y USES= perl5 USE_PERL5= configure +NO_STAGE= yes MAN1= satpass.1 MAN3= Astro::Coord::ECI.3 \ Modified: head/astro/p5-Astro/Makefile ============================================================================== --- head/astro/p5-Astro/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Astro/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -12,6 +12,7 @@ COMMENT= Collection of useful astronomic USES= perl5 USE_PERL5= configure +NO_STAGE= yes MAN3= Astro::Time.3 \ Astro::Misc.3 \ Modified: head/astro/p5-GPS-Babel/Makefile ============================================================================== --- head/astro/p5-GPS-Babel/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-GPS-Babel/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -17,6 +17,7 @@ RUN_DEPENDS= p5-Geo-Gpx>=0.25:${PORTSDIR USES= perl5 USE_PERL5= configure +NO_STAGE= yes MAN3= GPS::Babel.3 Modified: head/astro/p5-GPS-OID/Makefile ============================================================================== --- head/astro/p5-GPS-OID/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-GPS-OID/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -12,6 +12,7 @@ COMMENT= Package for GPS PRN - Object ID USES= perl5 USE_PERL5= configure +NO_STAGE= yes MAN3= GPS::OID.3 Modified: head/astro/p5-GPS/Makefile ============================================================================== --- head/astro/p5-GPS/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-GPS/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -16,6 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_STAGE= yes MAN3= GPS::Serial.3 \ GPS::NMEA.3 \ Modified: head/astro/p5-Geo-METAR/Makefile ============================================================================== --- head/astro/p5-Geo-METAR/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Geo-METAR/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -13,6 +13,7 @@ COMMENT= Perl module that processes META USES= perl5 USE_PERL5= configure +NO_STAGE= yes MAN3= Geo::METAR.3 Modified: head/astro/p5-Misc-Quality/Makefile ============================================================================== --- head/astro/p5-Misc-Quality/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Misc-Quality/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -12,6 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Class for handling quality flags for astronomical objects USE_PERL5= configure +NO_STAGE= yes USES= perl5 MAN3= Misc::Quality.3 Modified: head/astro/p5-Starlink-AST/Makefile ============================================================================== --- head/astro/p5-Starlink-AST/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Starlink-AST/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -16,6 +16,7 @@ RUN_DEPENDS= p5-Test-Number-Delta>=0:${P USES= perl5 USE_PERL5= modbuild +NO_STAGE= yes MAN3= Starlink::AST.3 \ Starlink::AST::PGPLOT.3 \ Modified: head/astro/p5-Weather-Underground/Makefile ============================================================================== --- head/astro/p5-Weather-Underground/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-Weather-Underground/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -17,6 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_STAGE= yes MAN3= Weather::Underground.3 Modified: head/astro/p5-ZConf-Weather/Makefile ============================================================================== --- head/astro/p5-ZConf-Weather/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/p5-ZConf-Weather/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -19,6 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_STAGE= yes MAN3= ZConf::Weather.3 Modified: head/astro/phoon/Makefile ============================================================================== --- head/astro/phoon/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/phoon/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -1,9 +1,5 @@ -# New ports collection makefile for: phoon -# Date created: 14 May 2003 -# Whom: Kirill Ponomarew -# +# Created by: Kirill Ponomarew # $FreeBSD$ -# PORTNAME= phoon PORTVERSION= 2005 @@ -21,6 +17,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" BINDIR=${LOCALBASE}/bin \ MANDIR=${MANPREFIX}/man/man1 +NO_STAGE= yes MAN1= phoon.1 PLIST_FILES= bin/phoon Modified: head/astro/planets/Makefile ============================================================================== --- head/astro/planets/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/planets/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -15,6 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml +NO_STAGE= yes USES= gmake ALL_TARGET= ${PORTNAME} Modified: head/astro/pp3/Makefile ============================================================================== --- head/astro/pp3/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/pp3/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -10,6 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/PP3/${PORTV MAINTAINER= ports@FreeBSD.org COMMENT= Creates celestial charts +NO_STAGE= yes USE_BZIP2= yes USE_TEX= latex Modified: head/astro/ptiger/Makefile ============================================================================== --- head/astro/ptiger/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/ptiger/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -14,6 +14,7 @@ LIB_DEPENDS= libtkgeomap.so:${PORTSDIR}/ USES+= tk:run NO_BUILD= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -Ee 's,\[pwd\],${DATADIR}/src,;s,(lines/|places/|src/),${DATADIR}/\1,g;s,wish,${WISH},' ${WRKSRC}/src/PTiger.tcl Modified: head/astro/py-RO/Makefile ============================================================================== --- head/astro/py-RO/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/py-RO/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -20,6 +20,7 @@ MATPLOTLIB_DESC= Add support for Matplot PYFITS_DESC= Add Support for PyFITS PYGAME_DESC= Add Support for PyGame +NO_STAGE= yes USE_PYTHON= yes USE_PYDISTUTILS=easy_install Modified: head/astro/py-aipy/Makefile ============================================================================== --- head/astro/py-aipy/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/py-aipy/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -19,5 +19,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include Modified: head/astro/py-astLib/Makefile ============================================================================== --- head/astro/py-astLib/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/py-astLib/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -20,5 +20,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include Modified: head/astro/py-metar/Makefile ============================================================================== --- head/astro/py-metar/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/py-metar/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -20,6 +20,7 @@ OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/o PYDISTUTILS_PKGNAME= ${REALPORTNAME} USE_PYDISTUTILS=yes USE_PYTHON= -2.7 +NO_STAGE= yes DOCSDIR= ${PREFIX}/share/doc/${REALPORTNAME}-${PORTVERSION} MAN1= ${REALPORTNAME}.1 Modified: head/astro/py-pyfits/Makefile ============================================================================== --- head/astro/py-pyfits/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/py-pyfits/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pyfits -# Date created: 2008-10-28 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= pyfits PORTVERSION= 2.3 @@ -16,6 +12,7 @@ COMMENT= Python Interface to FITS Format BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_STAGE= yes USE_PYTHON= yes USE_PYDISTUTILS= yes Modified: head/astro/pyephem/Makefile ============================================================================== --- head/astro/pyephem/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/pyephem/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -10,6 +10,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= wen@FreeBSD.org COMMENT= Scientific-grade astronomical computations for Python +NO_STAGE= yes USE_PYTHON= -2.7 USE_PYDISTUTILS=yes Modified: head/astro/pyweather/Makefile ============================================================================== --- head/astro/pyweather/Makefile Fri Sep 20 13:13:30 2013 (r327700) +++ head/astro/pyweather/Makefile Fri Sep 20 13:14:04 2013 (r327701) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pyWeather -# Date created: 18 Dec 1999 -# Whom: Will Andrews -# +# Created by: Will Andrews # $FreeBSD$ -# PORTNAME= pyWeather PORTVERSION= 0.1b @@ -16,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Python script that downloads weather data and can be cronned USE_PYTHON= yes +NO_STAGE= yes NO_BUILD= yes PLIST_FILES= bin/pyWeather *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 13:27:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 889B76DF; Fri, 20 Sep 2013 13:27:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7413A27C1; Fri, 20 Sep 2013 13:27:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KDRjpG061335; Fri, 20 Sep 2013 13:27:45 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KDRjId061334; Fri, 20 Sep 2013 13:27:45 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309201327.r8KDRjId061334@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Sep 2013 13:27:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327702 - head/archivers/p5-Archive-Tar 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.14 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: Fri, 20 Sep 2013 13:27:45 -0000 Author: sunpoet Date: Fri Sep 20 13:27:44 2013 New Revision: 327702 URL: http://svnweb.freebsd.org/changeset/ports/327702 Log: - Fix typo Modified: head/archivers/p5-Archive-Tar/Makefile Modified: head/archivers/p5-Archive-Tar/Makefile ============================================================================== --- head/archivers/p5-Archive-Tar/Makefile Fri Sep 20 13:14:04 2013 (r327701) +++ head/archivers/p5-Archive-Tar/Makefile Fri Sep 20 13:27:44 2013 (r327702) @@ -28,4 +28,4 @@ post-patch: @${REINPLACE_CMD} -e 's/5.009/5.666/' ${WRKSRC}/Makefile.PL @${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL -.include +.include From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 13:35:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 64CBAB68; Fri, 20 Sep 2013 13:35:30 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4219C283A; Fri, 20 Sep 2013 13:35:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KDZUjA065457; Fri, 20 Sep 2013 13:35:30 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KDZTNI065453; Fri, 20 Sep 2013 13:35:29 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309201335.r8KDZTNI065453@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Fri, 20 Sep 2013 13:35:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327703 - in head/graphics/gimp-gmic-plugin: . 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.14 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: Fri, 20 Sep 2013 13:35:30 -0000 Author: rm Date: Fri Sep 20 13:35:29 2013 New Revision: 327703 URL: http://svnweb.freebsd.org/changeset/ports/327703 Log: - update to 1.5.7.1 - convert LIB_DEPENDS to modern syntax - add NO_STAGE=yes - fix build with clang [1] Reported by: Ajtim [1] Modified: head/graphics/gimp-gmic-plugin/Makefile head/graphics/gimp-gmic-plugin/distinfo head/graphics/gimp-gmic-plugin/files/patch-Makefile head/graphics/gimp-gmic-plugin/pkg-descr Modified: head/graphics/gimp-gmic-plugin/Makefile ============================================================================== --- head/graphics/gimp-gmic-plugin/Makefile Fri Sep 20 13:27:44 2013 (r327702) +++ head/graphics/gimp-gmic-plugin/Makefile Fri Sep 20 13:35:29 2013 (r327703) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gmic -PORTVERSION= 1.5.6.1 +PORTVERSION= 1.5.7.1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME} \ SF/${PORTNAME}/old @@ -12,12 +12,12 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= rm@FreeBSD.org COMMENT= GREYC's Magic Image Converter -LIB_DEPENDS= GraphicsMagick++.9:${PORTSDIR}/graphics/GraphicsMagick13 \ - IlmImf:${PORTSDIR}/graphics/OpenEXR \ - Magick++:${PORTSDIR}/graphics/ImageMagick \ - avcodec.1:${PORTSDIR}/multimedia/ffmpeg \ - fftw3:${PORTSDIR}/math/fftw3 \ - gimp-2.0:${PORTSDIR}/graphics/gimp-app +LIB_DEPENDS= libGraphicsMagick++.so:${PORTSDIR}/graphics/GraphicsMagick13 \ + libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ + libMagick++.so:${PORTSDIR}/graphics/ImageMagick \ + libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ + libfftw3.so:${PORTSDIR}/math/fftw3 \ + libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app OPTIONS_DEFINE= BASH BASH_DESC= Install programmable completions for Bash @@ -39,6 +39,7 @@ CXXFLAGS:= ${CXXFLAGS:N-O*:N-pipe} MAN1= gmic.1 MANCOMPRESSED= yes +NO_STAGE= yes .include Modified: head/graphics/gimp-gmic-plugin/distinfo ============================================================================== --- head/graphics/gimp-gmic-plugin/distinfo Fri Sep 20 13:27:44 2013 (r327702) +++ head/graphics/gimp-gmic-plugin/distinfo Fri Sep 20 13:35:29 2013 (r327703) @@ -1,2 +1,2 @@ -SHA256 (gmic_1.5.6.1.tar.gz) = 8399a97f4479a379d8e7fda6a0a73bde0ac120f781111b9ed8a2e28e5a3ed22f -SIZE (gmic_1.5.6.1.tar.gz) = 2137616 +SHA256 (gmic_1.5.7.1.tar.gz) = bc55fe0309c08fd4b4d97c37704db77965316c818c169ac573b8b12a5a44d42f +SIZE (gmic_1.5.7.1.tar.gz) = 2174947 Modified: head/graphics/gimp-gmic-plugin/files/patch-Makefile ============================================================================== --- head/graphics/gimp-gmic-plugin/files/patch-Makefile Fri Sep 20 13:27:44 2013 (r327702) +++ head/graphics/gimp-gmic-plugin/files/patch-Makefile Fri Sep 20 13:35:29 2013 (r327703) @@ -1,15 +1,24 @@ ---- ./Makefile.orig 2012-12-03 20:57:53.000000000 +0400 -+++ ./Makefile 2012-12-31 13:25:31.000000000 +0400 -@@ -56,7 +56,7 @@ +--- ./Makefile.orig 2013-09-18 14:58:08.000000000 +0400 ++++ ./Makefile 2013-09-20 17:26:01.000000000 +0400 +@@ -47,7 +47,7 @@ + # Set correct variables and paths. + #---------------------------------- + OS := $(shell uname) +-CC = g++ ++CC = c++ + ifeq ($(OS),Linux) + OS = Unix + endif +@@ -62,7 +62,7 @@ USR = /opt/local else PLUGINDIR = `gimptool-2.0 --gimpplugindir`/plug-ins -USR = /usr +USR = /usr/X11R6 endif - ifeq ($(OS),MINGW32_NT-5.1) + ifeq ($(OSTYPE),msys) EXE = .exe -@@ -106,7 +106,7 @@ +@@ -117,7 +117,7 @@ # This requires the presence of the X11 extension include and library files. # (package 'libx11-dev' on Debian). XSHM_CFLAGS = -Dcimg_use_xshm @@ -18,7 +27,7 @@ # Flags to enable image display, using GDI32. # This requires the presence of the GDI32 include and library files. -@@ -270,6 +270,13 @@ +@@ -282,6 +282,13 @@ $(MAKE) lib $(MAKE) zart else @@ -31,8 +40,8 @@ +else ifeq ($(OS),Darwin) @echo "**" - @echo "** MacOSX configuration" -@@ -285,9 +292,10 @@ + @echo "** MacOSX configuration." +@@ -297,9 +304,10 @@ $(MAKE) gimp endif endif @@ -44,7 +53,7 @@ lib: $(MAKE) "CFLAGS=$(STD_LIB_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(STD_LIB_LDFLAGS) $(OPT_LDFLAGS)" gmic_lib -@@ -315,6 +323,9 @@ +@@ -324,6 +332,9 @@ linux: $(MAKE) "CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS=$(STD_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_gmic Modified: head/graphics/gimp-gmic-plugin/pkg-descr ============================================================================== --- head/graphics/gimp-gmic-plugin/pkg-descr Fri Sep 20 13:27:44 2013 (r327702) +++ head/graphics/gimp-gmic-plugin/pkg-descr Fri Sep 20 13:35:29 2013 (r327703) @@ -9,4 +9,4 @@ G'MIC stands for GREYC's Magic Image Con o The interactive plug-in gmic_gimp to bring G'MIC capabilities to the image retouching software GIMP. -WWW: http://gmic.sourceforge.net +WWW: http://gmic.sourceforge.net/ From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 14:19:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 03E42305; Fri, 20 Sep 2013 14:19:57 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D6A692A76; Fri, 20 Sep 2013 14:19:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KEJuf8088065; Fri, 20 Sep 2013 14:19:56 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KEJuMo088059; Fri, 20 Sep 2013 14:19:56 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309201419.r8KEJuMo088059@svn.freebsd.org> From: William Grzybowski Date: Fri, 20 Sep 2013 14:19:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327704 - head/www/py-beautifulsoup 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.14 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: Fri, 20 Sep 2013 14:19:57 -0000 Author: wg Date: Fri Sep 20 14:19:55 2013 New Revision: 327704 URL: http://svnweb.freebsd.org/changeset/ports/327704 Log: www/py-beautifulsoup: update to 4.3.1 - Update to 4.3.1 Modified: head/www/py-beautifulsoup/Makefile head/www/py-beautifulsoup/distinfo head/www/py-beautifulsoup/pkg-plist Modified: head/www/py-beautifulsoup/Makefile ============================================================================== --- head/www/py-beautifulsoup/Makefile Fri Sep 20 13:35:29 2013 (r327703) +++ head/www/py-beautifulsoup/Makefile Fri Sep 20 14:19:55 2013 (r327704) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= beautifulsoup -PORTVERSION= 4.1.3 -PORTREVISION= 1 +PORTVERSION= 4.3.1 CATEGORIES= www python -MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/bs4/download/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= beautifulsoup4-${PORTVERSION} Modified: head/www/py-beautifulsoup/distinfo ============================================================================== --- head/www/py-beautifulsoup/distinfo Fri Sep 20 13:35:29 2013 (r327703) +++ head/www/py-beautifulsoup/distinfo Fri Sep 20 14:19:55 2013 (r327704) @@ -1,2 +1,2 @@ -SHA256 (beautifulsoup4-4.1.3.tar.gz) = f1e9b7b48e93efc044c79fa0ac5805094ab6f42f8946ec4abf840753e0dea91f -SIZE (beautifulsoup4-4.1.3.tar.gz) = 131290 +SHA256 (beautifulsoup4-4.3.1.tar.gz) = d94545f5a222fa8ad0265e08f40f1d719fe40acd6655fa3d00b42ae269ec2f0d +SIZE (beautifulsoup4-4.3.1.tar.gz) = 142903 Modified: head/www/py-beautifulsoup/pkg-plist ============================================================================== --- head/www/py-beautifulsoup/pkg-plist Fri Sep 20 13:35:29 2013 (r327703) +++ head/www/py-beautifulsoup/pkg-plist Fri Sep 20 14:19:55 2013 (r327704) @@ -1,51 +1,54 @@ -%%PYTHON_SITELIBDIR%%/bs4/dammit.pyc +%%PYTHON_SITELIBDIR%%/bs4/__init__.py +%%PYTHON_SITELIBDIR%%/bs4/__init__.pyc %%PYTHON_SITELIBDIR%%/bs4/__init__.pyo +%%PYTHON_SITELIBDIR%%/bs4/builder/__init__.py +%%PYTHON_SITELIBDIR%%/bs4/builder/__init__.pyc +%%PYTHON_SITELIBDIR%%/bs4/builder/__init__.pyo +%%PYTHON_SITELIBDIR%%/bs4/builder/_html5lib.py +%%PYTHON_SITELIBDIR%%/bs4/builder/_html5lib.pyc +%%PYTHON_SITELIBDIR%%/bs4/builder/_html5lib.pyo +%%PYTHON_SITELIBDIR%%/bs4/builder/_htmlparser.py +%%PYTHON_SITELIBDIR%%/bs4/builder/_htmlparser.pyc +%%PYTHON_SITELIBDIR%%/bs4/builder/_htmlparser.pyo +%%PYTHON_SITELIBDIR%%/bs4/builder/_lxml.py +%%PYTHON_SITELIBDIR%%/bs4/builder/_lxml.pyc +%%PYTHON_SITELIBDIR%%/bs4/builder/_lxml.pyo %%PYTHON_SITELIBDIR%%/bs4/dammit.py -%%PYTHON_SITELIBDIR%%/bs4/element.pyo -%%PYTHON_SITELIBDIR%%/bs4/testing.pyc -%%PYTHON_SITELIBDIR%%/bs4/testing.py -%%PYTHON_SITELIBDIR%%/bs4/__init__.py +%%PYTHON_SITELIBDIR%%/bs4/dammit.pyc %%PYTHON_SITELIBDIR%%/bs4/dammit.pyo -%%PYTHON_SITELIBDIR%%/bs4/__init__.pyc +%%PYTHON_SITELIBDIR%%/bs4/diagnose.py +%%PYTHON_SITELIBDIR%%/bs4/diagnose.pyc +%%PYTHON_SITELIBDIR%%/bs4/diagnose.pyo %%PYTHON_SITELIBDIR%%/bs4/element.py -%%PYTHON_SITELIBDIR%%/bs4/testing.pyo %%PYTHON_SITELIBDIR%%/bs4/element.pyc -%%PYTHON_SITELIBDIR%%/bs4/tests/test_tree.py +%%PYTHON_SITELIBDIR%%/bs4/element.pyo +%%PYTHON_SITELIBDIR%%/bs4/testing.py +%%PYTHON_SITELIBDIR%%/bs4/testing.pyc +%%PYTHON_SITELIBDIR%%/bs4/testing.pyo +%%PYTHON_SITELIBDIR%%/bs4/tests/__init__.py +%%PYTHON_SITELIBDIR%%/bs4/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/bs4/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/bs4/tests/test_builder_registry.py %%PYTHON_SITELIBDIR%%/bs4/tests/test_builder_registry.pyc -%%PYTHON_SITELIBDIR%%/bs4/tests/test_lxml.pyo -%%PYTHON_SITELIBDIR%%/bs4/tests/test_soup.pyc -%%PYTHON_SITELIBDIR%%/bs4/tests/test_htmlparser.pyo +%%PYTHON_SITELIBDIR%%/bs4/tests/test_builder_registry.pyo +%%PYTHON_SITELIBDIR%%/bs4/tests/test_docs.py +%%PYTHON_SITELIBDIR%%/bs4/tests/test_docs.pyc +%%PYTHON_SITELIBDIR%%/bs4/tests/test_docs.pyo +%%PYTHON_SITELIBDIR%%/bs4/tests/test_html5lib.py +%%PYTHON_SITELIBDIR%%/bs4/tests/test_html5lib.pyc +%%PYTHON_SITELIBDIR%%/bs4/tests/test_html5lib.pyo %%PYTHON_SITELIBDIR%%/bs4/tests/test_htmlparser.py +%%PYTHON_SITELIBDIR%%/bs4/tests/test_htmlparser.pyc +%%PYTHON_SITELIBDIR%%/bs4/tests/test_htmlparser.pyo %%PYTHON_SITELIBDIR%%/bs4/tests/test_lxml.py -%%PYTHON_SITELIBDIR%%/bs4/tests/__init__.pyc -%%PYTHON_SITELIBDIR%%/bs4/tests/test_tree.pyc -%%PYTHON_SITELIBDIR%%/bs4/tests/__init__.py -%%PYTHON_SITELIBDIR%%/bs4/tests/test_html5lib.pyo -%%PYTHON_SITELIBDIR%%/bs4/tests/test_docs.pyc -%%PYTHON_SITELIBDIR%%/bs4/tests/test_soup.py %%PYTHON_SITELIBDIR%%/bs4/tests/test_lxml.pyc -%%PYTHON_SITELIBDIR%%/bs4/tests/test_builder_registry.pyo -%%PYTHON_SITELIBDIR%%/bs4/tests/test_builder_registry.py -%%PYTHON_SITELIBDIR%%/bs4/tests/test_htmlparser.pyc +%%PYTHON_SITELIBDIR%%/bs4/tests/test_lxml.pyo +%%PYTHON_SITELIBDIR%%/bs4/tests/test_soup.py +%%PYTHON_SITELIBDIR%%/bs4/tests/test_soup.pyc %%PYTHON_SITELIBDIR%%/bs4/tests/test_soup.pyo -%%PYTHON_SITELIBDIR%%/bs4/tests/test_html5lib.py -%%PYTHON_SITELIBDIR%%/bs4/tests/test_docs.py -%%PYTHON_SITELIBDIR%%/bs4/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/bs4/tests/test_tree.py +%%PYTHON_SITELIBDIR%%/bs4/tests/test_tree.pyc %%PYTHON_SITELIBDIR%%/bs4/tests/test_tree.pyo -%%PYTHON_SITELIBDIR%%/bs4/tests/test_docs.pyo -%%PYTHON_SITELIBDIR%%/bs4/tests/test_html5lib.pyc -%%PYTHON_SITELIBDIR%%/bs4/builder/_html5lib.pyo -%%PYTHON_SITELIBDIR%%/bs4/builder/_htmlparser.pyo -%%PYTHON_SITELIBDIR%%/bs4/builder/_lxml.pyc -%%PYTHON_SITELIBDIR%%/bs4/builder/_htmlparser.py -%%PYTHON_SITELIBDIR%%/bs4/builder/__init__.py -%%PYTHON_SITELIBDIR%%/bs4/builder/__init__.pyc -%%PYTHON_SITELIBDIR%%/bs4/builder/_lxml.py -%%PYTHON_SITELIBDIR%%/bs4/builder/_html5lib.py -%%PYTHON_SITELIBDIR%%/bs4/builder/_html5lib.pyc -%%PYTHON_SITELIBDIR%%/bs4/builder/_lxml.pyo -%%PYTHON_SITELIBDIR%%/bs4/builder/_htmlparser.pyc -%%PYTHON_SITELIBDIR%%/bs4/builder/__init__.pyo -@dirrm %%PYTHON_SITELIBDIR%%/bs4/builder @dirrm %%PYTHON_SITELIBDIR%%/bs4/tests +@dirrm %%PYTHON_SITELIBDIR%%/bs4/builder @dirrm %%PYTHON_SITELIBDIR%%/bs4 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 14:29:16 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 148AF4FA; Fri, 20 Sep 2013 14:29:16 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00AEF2B0D; Fri, 20 Sep 2013 14:29:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KETFPv093172; Fri, 20 Sep 2013 14:29:15 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KETFmZ093168; Fri, 20 Sep 2013 14:29:15 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309201429.r8KETFmZ093168@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Fri, 20 Sep 2013 14:29:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327705 - head/devel/py-zconfig 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.14 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: Fri, 20 Sep 2013 14:29:16 -0000 Author: rm Date: Fri Sep 20 14:29:14 2013 New Revision: 327705 URL: http://svnweb.freebsd.org/changeset/ports/327705 Log: - update to 2.9.3 - trim Makefile header - pass maintainership to zope@ - add NO_STAGE=yes - update USE_PYTHON value Approved by: wen (maintainer, by mail) Modified: head/devel/py-zconfig/Makefile head/devel/py-zconfig/distinfo head/devel/py-zconfig/pkg-descr head/devel/py-zconfig/pkg-plist Modified: head/devel/py-zconfig/Makefile ============================================================================== --- head/devel/py-zconfig/Makefile Fri Sep 20 14:19:55 2013 (r327704) +++ head/devel/py-zconfig/Makefile Fri Sep 20 14:29:14 2013 (r327705) @@ -1,24 +1,20 @@ -# New ports collection makefile for: py-zconfig -# Date created: 8 September 2005 -# Whom: Landon Fuller -# +# Created by: Landon Fuller # $FreeBSD$ PORTNAME= zconfig -PORTVERSION= 2.9.0 -PORTREVISION= 1 +PORTVERSION= 2.9.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ZConfig-${PORTVERSION} -MAINTAINER= wen@FreeBSD.org +MAINTAINER= zope@FreeBSD.org COMMENT= General use python configuration library LICENSE= ZPL21 -USE_ZIP= yes -USE_PYTHON= 2.5-2.7 +NO_STAGE= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= ZConfig Modified: head/devel/py-zconfig/distinfo ============================================================================== --- head/devel/py-zconfig/distinfo Fri Sep 20 14:19:55 2013 (r327704) +++ head/devel/py-zconfig/distinfo Fri Sep 20 14:29:14 2013 (r327705) @@ -1,2 +1,2 @@ -SHA256 (ZConfig-2.9.0.zip) = 74845b421b5d917b706248ae2eb2123a2a4ae7a0cb04dfae4540c781268e9ec8 -SIZE (ZConfig-2.9.0.zip) = 296775 +SHA256 (ZConfig-2.9.3.tar.gz) = 28aae6309cbf14fdf446a4d7331476633fdb07f0cdbc2bde1d1ab34a1c1f447d +SIZE (ZConfig-2.9.3.tar.gz) = 259894 Modified: head/devel/py-zconfig/pkg-descr ============================================================================== --- head/devel/py-zconfig/pkg-descr Fri Sep 20 14:19:55 2013 (r327704) +++ head/devel/py-zconfig/pkg-descr Fri Sep 20 14:29:14 2013 (r327705) @@ -5,4 +5,4 @@ very different from the model support by found in Python's standard library, and is more suitable to configuration-intensive applications. -WWW: http://pypi.python.org/pypi/ZConfig +WWW: https://pypi.python.org/pypi/ZConfig/ Modified: head/devel/py-zconfig/pkg-plist ============================================================================== --- head/devel/py-zconfig/pkg-plist Fri Sep 20 14:19:55 2013 (r327704) +++ head/devel/py-zconfig/pkg-plist Fri Sep 20 14:29:14 2013 (r327705) @@ -1,137 +1,94 @@ -bin/zconfig_schema2html bin/zconfig +bin/zconfig_schema2html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/zconfig +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/zconfig_schema2html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/cfgparser.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/cmdline.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/datatypes.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/info.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/loader.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/matcher.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/schema.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/schemaless.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/substitution.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/url.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/schemaless.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/cfgparser.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/cmdline.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/datatypes.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/info.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/loader.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/matcher.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/schema.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/schemaless.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/substitution.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/url.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/cfgparser.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/cfgparser.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/cfgparser.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/cmdline.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/cmdline.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/cmdline.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/datatypes.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/info.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/loader.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/matcher.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/schema.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/schemaless.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/substitution.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/url.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/__init__.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/mapping.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/component.xml -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/mapping.xml %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/mapping.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/component.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/mapping.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/mapping.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/mapping.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/mapping.xml %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/tests/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/tests/test_mapping.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/tests/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/tests/test_mapping.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/tests/test_mapping.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/tests/test_mapping.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/tests/test_mapping.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/datatypes.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/factory.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/handlers.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/logger.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/loghandler.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/__init__.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/abstract.xml %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/base-logger.xml %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/component.xml -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/eventlog.xml -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/handlers.xml -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/logger.xml -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/datatypes.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/datatypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/datatypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/eventlog.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/factory.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/factory.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/factory.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/handlers.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/handlers.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/handlers.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/handlers.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/logger.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/logger.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/logger.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/logger.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/loghandler.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/loghandler.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/datatypes.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/factory.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/loghandler.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/tests/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/tests/test_logger.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/tests/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/tests/test_logger.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/tests/test_logger.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/tests/test_logger.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/tests/test_logger.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/handlers.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/logger.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/loghandler.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/datatypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/datatypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/datatypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/info.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/info.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/info.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/loader.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/loader.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/loader.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/matcher.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/matcher.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/matcher.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/schema.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/schema.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/schema.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/schemaless.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/schemaless.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/schemaless.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/schemaless.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/substitution.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/substitution.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/substitution.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/support.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_cfgimports.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_cmdline.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_config.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_cookbook.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_datatypes.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_loader.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_schema.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_schemaless.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_subst.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/foosample.zip %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/support.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_cfgimports.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_cmdline.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_config.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_cookbook.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_datatypes.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_loader.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_schema.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_schemaless.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_subst.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/support.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_cfgimports.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_cmdline.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_config.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_cookbook.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_datatypes.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_loader.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_schema.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_schemaless.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_subst.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_readme.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_readme.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_readme.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/README.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/thing/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/thing/component.xml -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/thing/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/thing/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/thing/extras/extras.xml -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/widget/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/widget/component.xml -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/widget/extra.xml -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/widget/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/widget/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/foosample.zip %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/input/base-datatype1.xml %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/input/base-datatype2.xml %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/input/base-keytype1.xml @@ -146,38 +103,81 @@ bin/zconfig %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/input/simple.xml %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/input/simplesections.conf %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/input/simplesections.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/README.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/thing/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/thing/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/thing/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/thing/component.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/thing/extras/extras.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/widget/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/widget/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/widget/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/widget/component.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/widget/extra.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/support.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/support.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/support.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_cfgimports.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_cfgimports.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_cfgimports.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_cmdline.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_cmdline.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_cmdline.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_config.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_config.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_config.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_cookbook.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_cookbook.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_cookbook.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_datatypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_datatypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_datatypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_loader.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_loader.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_loader.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_readme.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_readme.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_readme.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_schema.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_schema.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_schema.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_schemaless.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_schemaless.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_schemaless.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_subst.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_subst.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/test_subst.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/zipsource/README.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/zipsource/foo/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/zipsource/foo/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/zipsource/foo/__init__.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/zipsource/foo/sample/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/zipsource/foo/sample/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/zipsource/foo/sample/__init__.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/zipsource/foo/sample/component.xml %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/zipsource/foo/sample/datatypes.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/zipsource/foo/sample/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/zipsource/foo/sample/datatypes.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/zipsource/foo/sample/__init__.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/zipsource/foo/sample/datatypes.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/zconfig -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/zconfig_schema2html -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/tests -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/tests -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/url.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/url.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/url.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/zipsource/foo/sample +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/zipsource/foo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/zipsource +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/widget @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/thing/extras @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/thing -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library/widget @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/library @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/input -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/zipsource/foo/sample -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/zipsource/foo -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests/zipsource @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/tests +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger/tests +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/logger +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic/tests +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components/basic +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig/components @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ZConfig @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 14:36:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 52CC5732; Fri, 20 Sep 2013 14:36:55 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3E5A62B7A; Fri, 20 Sep 2013 14:36:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KEatcr008934; Fri, 20 Sep 2013 14:36:55 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KEabFJ008700; Fri, 20 Sep 2013 14:36:37 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201436.r8KEabFJ008700@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 14:36:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327706 - in head/audio: HVSC-Update Maaate aacgain aacplusenc abcde abcmidi abcselect abraca acoustid-fingerprinter adplay afsp aften akode akode-plugins-ffmpeg akode-plugins-jack akod... 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.14 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: Fri, 20 Sep 2013 14:36:55 -0000 Author: bapt Date: Fri Sep 20 14:36:35 2013 New Revision: 327706 URL: http://svnweb.freebsd.org/changeset/ports/327706 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: audio) Modified: head/audio/HVSC-Update/Makefile head/audio/Maaate/Makefile head/audio/aacgain/Makefile head/audio/aacplusenc/Makefile head/audio/abcde/Makefile head/audio/abcmidi/Makefile head/audio/abcselect/Makefile head/audio/abraca/Makefile head/audio/acoustid-fingerprinter/Makefile head/audio/adplay/Makefile head/audio/afsp/Makefile head/audio/aften/Makefile head/audio/akode-plugins-ffmpeg/Makefile head/audio/akode-plugins-jack/Makefile head/audio/akode-plugins-mpc/Makefile head/audio/akode-plugins-mpeg/Makefile head/audio/akode-plugins-oss/Makefile head/audio/akode-plugins-pulseaudio/Makefile head/audio/akode-plugins-resampler/Makefile head/audio/akode-plugins-xiph/Makefile head/audio/akode/Makefile head/audio/alac/Makefile head/audio/alienwah/Makefile head/audio/alsa-lib/Makefile head/audio/alsa-plugins/Makefile head/audio/alsa-utils/Makefile head/audio/alure/Makefile head/audio/amarok-kde4/Makefile head/audio/amb-plugins/Makefile head/audio/amp/Makefile head/audio/ampache/Makefile head/audio/ample/Makefile head/audio/amrcoder/Makefile head/audio/aqualung/Makefile head/audio/ardour/Makefile head/audio/ario/Makefile head/audio/arss/Makefile head/audio/ascd/Makefile head/audio/asmix/Makefile head/audio/asmixer/Makefile head/audio/asunder/Makefile head/audio/atunes/Makefile head/audio/aubio/Makefile head/audio/audacious-dumb/Makefile head/audio/audacity/Makefile head/audio/audex/Makefile head/audio/audiere/Makefile head/audio/audiotag/Makefile head/audio/aumix/Makefile head/audio/aureal-kmod/Makefile head/audio/autocd/Makefile head/audio/autotalent/Makefile head/audio/autozen/Makefile head/audio/baresip/Makefile head/audio/baudline/Makefile head/audio/beast/Makefile head/audio/bebocd/Makefile head/audio/beep/Makefile head/audio/beets/Makefile head/audio/blop/Makefile head/audio/bmp-crossfade/Makefile head/audio/bmp-faad/Makefile head/audio/bmp-fc/Makefile head/audio/bmp-festalon/Makefile head/audio/bmp-flac/Makefile head/audio/bmp-htmlplaylist/Makefile head/audio/bmp-mac/Makefile head/audio/bmp-modplug/Makefile head/audio/bmp-scrobbler/Makefile head/audio/bmp-songchange/Makefile head/audio/bmp-wma/Makefile head/audio/bonk/Makefile head/audio/boodler/Makefile head/audio/bristol/Makefile head/audio/btc/Makefile head/audio/calf/Makefile head/audio/cam/Makefile head/audio/cantus_3/Makefile head/audio/caps-plugins/Makefile head/audio/ccaudio2/Makefile head/audio/cd-console/Makefile head/audio/cd-discid/Makefile head/audio/cd2mp3/Makefile head/audio/cddb-bundle/Makefile head/audio/cdparanoia/Makefile head/audio/cdplay/Makefile head/audio/celt/Makefile head/audio/checkmate/Makefile head/audio/chordpack/Makefile head/audio/chromaprint/Makefile head/audio/clementine-player/Makefile head/audio/clunk/Makefile head/audio/cmp3/Makefile head/audio/cmt/Makefile head/audio/cmus-post.fm/Makefile head/audio/cmus/Makefile head/audio/cowbell/Makefile head/audio/cpige/Makefile head/audio/cplay/Makefile head/audio/cpp-xmms2/Makefile head/audio/creox/Makefile head/audio/crip/Makefile head/audio/cripple/Makefile head/audio/csound/Makefile head/audio/ctronome/Makefile head/audio/cuberok/Makefile head/audio/cue2toc/Makefile head/audio/cueplayer/Makefile head/audio/cuetools/Makefile head/audio/cutmp3/Makefile head/audio/cymbaline/Makefile head/audio/dagrab/Makefile head/audio/darkice/Makefile head/audio/dcd/Makefile head/audio/deadbeef-mpris-plugin/Makefile head/audio/deadbeef/Makefile head/audio/decibel-audio-player/Makefile head/audio/deforaos-mixer/Makefile head/audio/dekagen/Makefile head/audio/denemo/Makefile head/audio/dir2ogg/Makefile head/audio/discid/Makefile head/audio/drumpiler/Makefile head/audio/dssi/Makefile head/audio/dtmfdial/Makefile head/audio/dumb-allegro/Makefile head/audio/dumb/Makefile head/audio/dvda-author/Makefile head/audio/easytag/Makefile head/audio/eawpats/Makefile head/audio/eawplus/Makefile head/audio/ecasound/Makefile head/audio/emms/Makefile head/audio/emu10kx/Makefile head/audio/enscribe/Makefile head/audio/epos-devel/Makefile head/audio/esound/Makefile head/audio/espeak/Makefile head/audio/esperanza/Makefile head/audio/etcd/Makefile head/audio/etktab/Makefile head/audio/exaile/Makefile head/audio/extace/Makefile head/audio/ezstream/Makefile head/audio/faac/Makefile head/audio/faad/Makefile head/audio/fapg/Makefile head/audio/fcplay/Makefile head/audio/fdk-aac/Makefile head/audio/fdmf/Makefile head/audio/festalon/Makefile head/audio/festdoc/Makefile head/audio/festival-freebsoft-utils/Makefile head/audio/festival/Makefile head/audio/festlex-cmu/Makefile head/audio/festlex-czech/Makefile head/audio/festlex-oald/Makefile head/audio/festlex-ogi/Makefile head/audio/festlex-poslex/Makefile head/audio/festvox-czech/Makefile head/audio/festvox-don/Makefile head/audio/festvox-el11/Makefile head/audio/festvox-kal16/Makefile head/audio/festvox-kal8/Makefile head/audio/festvox-ked16/Makefile head/audio/festvox-ked8/Makefile head/audio/festvox-rab16/Makefile head/audio/festvox-rab8/Makefile head/audio/festvox-russian/Makefile head/audio/festvox-us1-mbrola/Makefile head/audio/festvox-us2-mbrola/Makefile head/audio/festvox-us3-mbrola/Makefile head/audio/firefly/Makefile head/audio/flac/Makefile head/audio/flac123/Makefile head/audio/flake/Makefile head/audio/flite/Makefile head/audio/fluidsynth-dssi/Makefile head/audio/fluidsynth/Makefile head/audio/fmio/Makefile head/audio/fmit/Makefile head/audio/fpc-a52/Makefile head/audio/fpc-mad/Makefile head/audio/fpc-modplug/Makefile head/audio/fpc-oggvorbis/Makefile head/audio/fpc-openal/Makefile head/audio/fpc-sndfile/Makefile head/audio/fplib/Makefile head/audio/freealut/Makefile head/audio/freedesktop-sound-theme/Makefile head/audio/freepats/Makefile head/audio/freeswitch-music/Makefile head/audio/freeswitch-sounds/Makefile head/audio/funktrackergold/Makefile head/audio/gbemol/Makefile head/audio/gbsplay/Makefile head/audio/gervill/Makefile head/audio/ghostess/Makefile head/audio/gigedit/Makefile head/audio/gimmix/Makefile head/audio/gkrellmms/Makefile head/audio/gkrellmms2/Makefile head/audio/gkrellmss2/Makefile head/audio/gkrellmvolume/Makefile head/audio/gkrellmvolume2/Makefile head/audio/glame/Makefile head/audio/glurp/Makefile head/audio/gmidimonitor/Makefile head/audio/gmixer/Makefile head/audio/gmpc-alarm/Makefile head/audio/gmpc-albumview/Makefile head/audio/gmpc-discogs/Makefile head/audio/gmpc-extraplaylist/Makefile head/audio/gmpc-lastfm/Makefile head/audio/gmpc-libnotify/Makefile head/audio/gmpc-lyrics/Makefile head/audio/gmpc-lyricsplugin/Makefile head/audio/gmpc-lyricwiki/Makefile head/audio/gmpc-magnatune/Makefile head/audio/gmpc-mdcover/Makefile head/audio/gmpc-mserver/Makefile head/audio/gmpc-shout/Makefile head/audio/gmpc-wikipedia/Makefile head/audio/gmpc/Makefile head/audio/gmtp/Makefile head/audio/gmusicbrowser/Makefile head/audio/gnaural/Makefile head/audio/gnome-audio/Makefile head/audio/gnome-media/Makefile head/audio/gnomoradio/Makefile head/audio/gnormalize/Makefile head/audio/gnuitar/Makefile head/audio/gnump3d/Makefile head/audio/gnupod/Makefile head/audio/gnustep-cdplayer/Makefile head/audio/gogglesmm/Makefile head/audio/goobox/Makefile head/audio/gqmpeg-devel/Makefile head/audio/gqmpeg/Makefile head/audio/gqradio/Makefile head/audio/gramofile/Makefile head/audio/grip/Makefile head/audio/gsi/Makefile head/audio/gsm/Makefile head/audio/gspeakers/Makefile head/audio/gstreamer-plugins-a52dec/Makefile head/audio/gstreamer-plugins-amrnb/Makefile head/audio/gstreamer-plugins-amrwbdec/Makefile head/audio/gstreamer-plugins-cdaudio/Makefile head/audio/gstreamer-plugins-cdparanoia/Makefile head/audio/gstreamer-plugins-esound/Makefile head/audio/gstreamer-plugins-faac/Makefile head/audio/gstreamer-plugins-faad/Makefile head/audio/gstreamer-plugins-flac/Makefile head/audio/gstreamer-plugins-flite/Makefile head/audio/gstreamer-plugins-fluendo-mp3/Makefile head/audio/gstreamer-plugins-gme/Makefile head/audio/gstreamer-plugins-gsm/Makefile head/audio/gstreamer-plugins-jack/Makefile head/audio/gstreamer-plugins-ladspa/Makefile head/audio/gstreamer-plugins-lame/Makefile head/audio/gstreamer-plugins-mad/Makefile head/audio/gstreamer-plugins-moodbar/Makefile head/audio/gstreamer-plugins-mp3/Makefile head/audio/gstreamer-plugins-musepack/Makefile head/audio/gstreamer-plugins-nas/Makefile head/audio/gstreamer-plugins-ogg/Makefile head/audio/gstreamer-plugins-opus/Makefile head/audio/gstreamer-plugins-pulse/Makefile head/audio/gstreamer-plugins-shout2/Makefile head/audio/gstreamer-plugins-sidplay/Makefile head/audio/gstreamer-plugins-sndfile/Makefile head/audio/gstreamer-plugins-soundtouch/Makefile head/audio/gstreamer-plugins-spc/Makefile head/audio/gstreamer-plugins-speex/Makefile head/audio/gstreamer-plugins-taglib/Makefile head/audio/gstreamer-plugins-twolame/Makefile head/audio/gstreamer-plugins-vorbis/Makefile head/audio/gstreamer-plugins-wavpack/Makefile head/audio/gstreamer1-plugins-a52dec/Makefile head/audio/gstreamer1-plugins-amrnb/Makefile head/audio/gstreamer1-plugins-amrwbdec/Makefile head/audio/gstreamer1-plugins-cdparanoia/Makefile head/audio/gstreamer1-plugins-celt/Makefile head/audio/gstreamer1-plugins-faac/Makefile head/audio/gstreamer1-plugins-faad/Makefile head/audio/gstreamer1-plugins-flac/Makefile head/audio/gstreamer1-plugins-flite/Makefile head/audio/gstreamer1-plugins-gme/Makefile head/audio/gstreamer1-plugins-gsm/Makefile head/audio/gstreamer1-plugins-jack/Makefile head/audio/gstreamer1-plugins-lame/Makefile head/audio/gstreamer1-plugins-mad/Makefile head/audio/gstreamer1-plugins-modplug/Makefile head/audio/gstreamer1-plugins-ogg/Makefile head/audio/gstreamer1-plugins-opus/Makefile head/audio/gstreamer1-plugins-shout2/Makefile head/audio/gstreamer1-plugins-sidplay/Makefile head/audio/gstreamer1-plugins-soundtouch/Makefile head/audio/gstreamer1-plugins-speex/Makefile head/audio/gstreamer1-plugins-taglib/Makefile head/audio/gstreamer1-plugins-twolame/Makefile head/audio/gstreamer1-plugins-vorbis/Makefile head/audio/gstreamer1-plugins-wavpack/Makefile head/audio/gtick/Makefile head/audio/gtkguitune/Makefile head/audio/gtkpod/Makefile head/audio/gtmixer/Makefile head/audio/guspat/Makefile head/audio/gvolwheel/Makefile head/audio/gxmms2/Makefile head/audio/harp/Makefile head/audio/hawkvoice/Makefile head/audio/herrie/Makefile head/audio/hexter/Makefile head/audio/hs-ALUT/Makefile head/audio/hs-OpenAL/Makefile head/audio/hs-libmpd/Makefile head/audio/hydrogen/Makefile head/audio/icecast2/Makefile head/audio/icegenerator/Makefile head/audio/ices/Makefile head/audio/id3ed/Makefile head/audio/id3el/Makefile head/audio/id3lib/Makefile head/audio/id3mtag/Makefile head/audio/id3ren/Makefile head/audio/id3tool/Makefile head/audio/id3v2/Makefile head/audio/ifp-line/Makefile head/audio/ipod-sharp/Makefile head/audio/istream/Makefile head/audio/jack-keyboard/Makefile head/audio/jack-rack/Makefile head/audio/jack-smf-utils/Makefile head/audio/jack/Makefile head/audio/jack_ghero/Makefile head/audio/jack_mixer/Makefile head/audio/jack_umidi/Makefile head/audio/jamin/Makefile head/audio/jid3lib/Makefile head/audio/jmusic/Makefile head/audio/jokosher/Makefile head/audio/juk/Makefile head/audio/juke/Makefile head/audio/julius/Makefile head/audio/jxm/Makefile head/audio/kaudiocreator/Makefile head/audio/kexis/Makefile head/audio/kid3-kde4/Makefile head/audio/kio-audiocd/Makefile head/audio/kmix/Makefile head/audio/kscd/Makefile head/audio/ksmp3play/Makefile head/audio/kstreamripper/Makefile head/audio/ladspa/Makefile head/audio/lame/Makefile head/audio/lash/Makefile head/audio/last-cmus/Makefile head/audio/last.fm/Makefile head/audio/lastfm-desktop/Makefile head/audio/liba52/Makefile head/audio/libaacplus/Makefile head/audio/libadplug/Makefile head/audio/libaiff/Makefile head/audio/libamrnb/Makefile head/audio/libamrwb/Makefile head/audio/libao/Makefile head/audio/libaudiofile/Makefile head/audio/libbpm/Makefile head/audio/libbs2b/Makefile head/audio/libcanberra-gtk3/Makefile head/audio/libcanberra/Makefile head/audio/libcdaudio/Makefile head/audio/libcddb-doc/Makefile head/audio/libcddb/Makefile head/audio/libconvolve/Makefile head/audio/libcoverart/Makefile head/audio/libdiscid/Makefile head/audio/libdssialsacompat/Makefile head/audio/libechonest/Makefile head/audio/libfishsound/Makefile head/audio/libgig/Makefile head/audio/libgme/Makefile head/audio/libgpod/Makefile head/audio/libid3tag/Makefile head/audio/libkcddb/Makefile head/audio/libkcompactdisc/Makefile head/audio/liblastfm/Makefile head/audio/liblo/Makefile head/audio/liblscp/Makefile head/audio/libmad/Makefile head/audio/libmikmod/Makefile head/audio/libmodplug/Makefile head/audio/libmp3-archive-perl/Makefile head/audio/libmp3splt/Makefile head/audio/libmpd/Makefile head/audio/libmpdclient/Makefile head/audio/libmtp/Makefile head/audio/libmusicbrainz3/Makefile head/audio/libmusicbrainz4/Makefile head/audio/libmusicbrainz5/Makefile head/audio/libnjb/Makefile head/audio/libnoise/Makefile head/audio/libofa/Makefile head/audio/libogg/Makefile head/audio/liboggz/Makefile head/audio/libopenspc/Makefile head/audio/libsamplerate/Makefile head/audio/libshairport/Makefile head/audio/libshout/Makefile head/audio/libshout2/Makefile head/audio/libsidplay/Makefile head/audio/libsidplay2/Makefile head/audio/libsmf/Makefile head/audio/libsndfile/Makefile head/audio/libtremor/Makefile head/audio/libumidi/Makefile head/audio/libvorbis/Makefile head/audio/libworkman/Makefile head/audio/libxmp/Makefile head/audio/lingot/Makefile head/audio/linnya/Makefile head/audio/linux-f10-alsa-lib/Makefile head/audio/linux-f10-alsa-plugins-oss/Makefile head/audio/linux-f10-arts/Makefile head/audio/linux-f10-esound/Makefile head/audio/linux-f10-freealut/Makefile head/audio/linux-f10-libaudiofile/Makefile head/audio/linux-f10-libogg/Makefile head/audio/linux-f10-libvorbis/Makefile head/audio/linux-f10-mikmod/Makefile head/audio/linux-f10-nas-libs/Makefile head/audio/linux-f10-openal-soft/Makefile head/audio/linux-f10-openal/Makefile head/audio/linux-f10-pulseaudio-libs/Makefile head/audio/linux-f10-sdl_mixer/Makefile head/audio/linux-fmodapi/Makefile head/audio/linux-genpuid/Makefile head/audio/linux-laudio/Makefile head/audio/linux-mbrola/Makefile head/audio/linux-musicipserver/Makefile head/audio/linux-neroaaccodec/Makefile head/audio/linuxsampler/Makefile head/audio/liquidsoap/Makefile head/audio/listener/Makefile head/audio/liteamp/Makefile head/audio/lmms/Makefile head/audio/lpac/Makefile head/audio/lua51-mpd/Makefile head/audio/lv2core/Makefile head/audio/lxmusic/Makefile head/audio/mac/Makefile head/audio/mad/Makefile head/audio/madfufw/Makefile head/audio/madplay/Makefile head/audio/malint/Makefile head/audio/mangler/Makefile head/audio/maplay/Makefile head/audio/mbox/Makefile head/audio/mbrolavox/Makefile head/audio/mcplay/Makefile head/audio/mctoolame-decoder/Makefile head/audio/mctoolame-encoder/Makefile head/audio/mehdiaplayer/Makefile head/audio/mhwaveedit/Makefile head/audio/midipp/Makefile head/audio/mikmod/Makefile head/audio/milkytracker/Makefile head/audio/minitunes/Makefile head/audio/mixer.app/Makefile head/audio/mixmos/Makefile head/audio/mixxx/Makefile head/audio/mma/Makefile head/audio/moc/Makefile head/audio/modplugplay/Makefile head/audio/mous/Makefile head/audio/mp-player/Makefile head/audio/mp3-archive-tools/Makefile head/audio/mp32ogg/Makefile head/audio/mp3_check/Makefile head/audio/mp3asm/Makefile head/audio/mp3blaster/Makefile head/audio/mp3burn/Makefile head/audio/mp3c/Makefile head/audio/mp3check/Makefile head/audio/mp3ck/Makefile head/audio/mp3gain/Makefile head/audio/mp3guessenc/Makefile head/audio/mp3info/Makefile head/audio/mp3lint/Makefile head/audio/mp3mover/Makefile head/audio/mp3plot/Makefile head/audio/mp3rename/Makefile head/audio/mp3riot/Makefile head/audio/mp3splt-gtk/Makefile head/audio/mp3splt/Makefile head/audio/mp3stat/Makefile head/audio/mp3unicode/Makefile head/audio/mp3val/Makefile head/audio/mp3wrap/Makefile head/audio/mpc/Makefile head/audio/mpdas/Makefile head/audio/mpdbrowser/Makefile head/audio/mpdcon/Makefile head/audio/mpdscribble/Makefile head/audio/mpg123.el/Makefile head/audio/mpg123/Makefile head/audio/mpg321/Makefile head/audio/mpiosh/Makefile head/audio/msilbc/Makefile head/audio/muine/Makefile head/audio/mumble/Makefile head/audio/murmur/Makefile head/audio/muse/Makefile head/audio/musepack/Makefile head/audio/musescore/Makefile head/audio/musica/Makefile head/audio/musicbox-tag-editor/Makefile head/audio/musiccontrol/Makefile head/audio/musicpd/Makefile head/audio/mythplugin-mythmusic/Makefile head/audio/napster/Makefile head/audio/nas/Makefile head/audio/ncmpc/Makefile head/audio/ncmpcpp/Makefile head/audio/nekobee/Makefile head/audio/normalize/Makefile head/audio/nosefart/Makefile head/audio/nspmod/Makefile head/audio/ocp/Makefile head/audio/ogg2mp3/Makefile head/audio/oggsplit/Makefile head/audio/openal-soft/Makefile head/audio/openal/Makefile head/audio/opencore-amr/Makefile head/audio/openspc/Makefile head/audio/optimfrog/Makefile head/audio/opus-tools/Makefile head/audio/opus/Makefile head/audio/osalp/Makefile head/audio/osd-lyrics/Makefile head/audio/osdmixer/Makefile head/audio/oss/Makefile head/audio/p5-Audio-Beep/Makefile head/audio/p5-Audio-CD/Makefile head/audio/p5-Audio-Ecasound/Makefile head/audio/p5-Audio-FLAC-Header/Makefile head/audio/p5-Audio-MPD-Common/Makefile head/audio/p5-Audio-MPD/Makefile head/audio/p5-Audio-Mixer/Makefile head/audio/p5-Audio-Musepack/Makefile head/audio/p5-Audio-Scan/Makefile head/audio/p5-Audio-Scrobbler/Makefile head/audio/p5-Audio-WMA/Makefile head/audio/p5-Audio-Wav/Makefile head/audio/p5-Audio/Makefile head/audio/p5-CDDB-File/Makefile head/audio/p5-CDDB/Makefile head/audio/p5-CDDB_get/Makefile head/audio/p5-Filesys-Virtual-DAAP/Makefile head/audio/p5-MIDI/Makefile head/audio/p5-MP3-Find/Makefile head/audio/p5-MP3-ID3v1Tag/Makefile head/audio/p5-MP3-Info/Makefile head/audio/p5-MP3-Tag/Makefile head/audio/p5-MPEG-ID3v2Tag/Makefile head/audio/p5-Music-Audioscrobbler-MPD/Makefile head/audio/p5-Music-Audioscrobbler-Submit/Makefile head/audio/p5-MusicBrainz-DiscID/Makefile head/audio/p5-Net-DAAP-Client/Makefile head/audio/p5-Net-DAAP-DMAP/Makefile head/audio/p5-Net-FreeDB/Makefile head/audio/p5-Net-LibLO/Makefile head/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile head/audio/p5-Ogg-Vorbis-Header/Makefile head/audio/p5-Shout/Makefile head/audio/p5-Test-Corpus-Audio-MPD/Makefile head/audio/p5-Xmms/Makefile head/audio/p5-libvorbis/Makefile head/audio/p5-tagged/Makefile head/audio/p5-xmms2/Makefile head/audio/pacpl/Makefile head/audio/padevchooser/Makefile head/audio/paman/Makefile head/audio/paprefs/Makefile head/audio/patchage/Makefile head/audio/pavucontrol/Makefile head/audio/pavumeter/Makefile head/audio/pd/Makefile head/audio/pear-Text_Spell_Audio/Makefile head/audio/pecl-id3/Makefile head/audio/penguinsap/Makefile head/audio/pianobar/Makefile head/audio/picard/Makefile head/audio/pidgin-musictracker/Makefile head/audio/pithos/Makefile head/audio/play/Makefile head/audio/playgsf/Makefile head/audio/playmidi/Makefile head/audio/pm3umpdl/Makefile head/audio/pms/Makefile head/audio/pocketsphinx/Makefile head/audio/portaudio/Makefile head/audio/portaudio2/Makefile head/audio/praat/Makefile head/audio/puddletag/Makefile head/audio/pulseaudio/Makefile head/audio/pure-audio/Makefile head/audio/py-al/Makefile head/audio/py-ao/Makefile head/audio/py-apetag/Makefile head/audio/py-cddb/Makefile head/audio/py-discogs-client/Makefile head/audio/py-eyed3/Makefile head/audio/py-fastaudio/Makefile head/audio/py-id3/Makefile head/audio/py-karaoke/Makefile head/audio/py-mad/Makefile head/audio/py-mpd/Makefile head/audio/py-mpd2/Makefile head/audio/py-musicbrainz2/Makefile head/audio/py-musicbrainzngs/Makefile head/audio/py-mutagen/Makefile head/audio/py-ogg/Makefile head/audio/py-openal/Makefile head/audio/py-pyacoustid/Makefile head/audio/py-pyaudio/Makefile head/audio/py-pylast/Makefile head/audio/py-pyliblo/Makefile head/audio/py-shout/Makefile head/audio/py-speex/Makefile head/audio/py-tagpy/Makefile head/audio/py-vorbis/Makefile head/audio/py-xmms/Makefile head/audio/py-xmms2/Makefile head/audio/pysol-sound-server/Makefile head/audio/pytone/Makefile head/audio/qjackctl/Makefile head/audio/qmpdclient/Makefile head/audio/qsampler/Makefile head/audio/qsynth/Makefile head/audio/quimup/Makefile head/audio/raop_play/Makefile head/audio/raproxy/Makefile head/audio/raul/Makefile head/audio/rawrec/Makefile head/audio/re/Makefile head/audio/rebot3/Makefile head/audio/rem/Makefile head/audio/resid/Makefile head/audio/rexima/Makefile head/audio/rezound/Makefile head/audio/rhythmbox/Makefile head/audio/rio500/Makefile head/audio/rioutil/Makefile head/audio/ripit/Makefile head/audio/ripperx/Makefile head/audio/rosegarden/Makefile head/audio/rplay/Makefile head/audio/rsynth/Makefile head/audio/rubberband/Makefile head/audio/ruby-audiofile/Makefile head/audio/ruby-esound/Makefile head/audio/ruby-freedb/Makefile head/audio/ruby-mp3info/Makefile head/audio/ruby-mp3tag/Makefile head/audio/ruby-smf/Makefile head/audio/ruby-taglib/Makefile head/audio/ruby-vorbisfile/Makefile head/audio/ruby-xmms/Makefile head/audio/ruby-xmms2/Makefile head/audio/rubygem-librmpd/Makefile head/audio/rubygem-ogginfo/Makefile head/audio/rubygem-ruby-mp3info/Makefile head/audio/rubygem-shout/Makefile head/audio/rubyripper/Makefile head/audio/s3mod/Makefile head/audio/sbagen/Makefile head/audio/schism/Makefile head/audio/scmpc/Makefile head/audio/scrobbler/Makefile head/audio/sdl2_mixer/Makefile head/audio/sdl_mixer/Makefile head/audio/sdl_sound/Makefile head/audio/sfront/Makefile head/audio/shairport/Makefile head/audio/shntool/Makefile head/audio/shorten/Makefile head/audio/shout/Makefile head/audio/shoutcast/Makefile head/audio/sidplay/Makefile head/audio/sidplay2/Makefile head/audio/sidplayer/Makefile head/audio/simplemod/Makefile head/audio/slv2/Makefile head/audio/smasher/Makefile head/audio/snack/Makefile head/audio/snd/Makefile head/audio/solfege/Makefile head/audio/sonata/Makefile head/audio/sonice/Makefile head/audio/sooperlooper/Makefile head/audio/sound-juicer/Makefile head/audio/soundconverter/Makefile head/audio/soundgrab/Makefile head/audio/soundkonverter/Makefile head/audio/soundtouch/Makefile head/audio/soundtracker/Makefile head/audio/sox/Makefile head/audio/specimen/Makefile head/audio/speex/Makefile head/audio/spek/Makefile head/audio/sphinx/Makefile head/audio/sphinx3/Makefile head/audio/sphinxbase/Makefile head/audio/spiralloops/Makefile head/audio/spiralsynth/Makefile head/audio/spiralsynthmodular/Makefile head/audio/splay/Makefile head/audio/splaytk/Makefile head/audio/squash/Makefile head/audio/squeezeboxserver-dynamicplaylist/Makefile head/audio/squeezeboxserver-lazysearch/Makefile head/audio/squeezeboxserver-sqlplaylist/Makefile head/audio/squeezeboxserver-superdatetime/Makefile head/audio/squeezeboxserver-trackstat/Makefile head/audio/squeezeboxserver/Makefile head/audio/streamripper/Makefile head/audio/streamtranscoder/Makefile head/audio/streamtuner/Makefile head/audio/stymulator/Makefile head/audio/sweep/Makefile head/audio/swhplugins/Makefile head/audio/tagger/Makefile head/audio/taglib-extras/Makefile head/audio/taglib-sharp/Makefile head/audio/taglib/Makefile head/audio/taglookup/Makefile head/audio/tagtool/Makefile head/audio/tagutil/Makefile head/audio/tap-plugins/Makefile head/audio/tcd/Makefile head/audio/tclmidi/Makefile head/audio/teamspeak3-server/Makefile head/audio/teamspeak_client/Makefile head/audio/teamspeak_server/Makefile head/audio/tempest_for_eliza/Makefile head/audio/tepsonic/Makefile head/audio/terminatorx/Makefile head/audio/thunar-media-tags-plugin/Makefile head/audio/timemachine/Makefile head/audio/timidity++-emacs/Makefile head/audio/timidity++-gtk/Makefile head/audio/timidity++-motif/Makefile head/audio/timidity++-slang/Makefile head/audio/timidity++-tcltk/Makefile head/audio/timidity++-xaw/Makefile head/audio/timidity++-xskin/Makefile head/audio/timidity++/Makefile head/audio/timidity/Makefile head/audio/tkeca/Makefile head/audio/tomahawk/Makefile head/audio/toolame/Makefile head/audio/tosha/Makefile head/audio/tracker/Makefile head/audio/trommler/Makefile head/audio/tse3/Makefile head/audio/tta/Makefile head/audio/tuneradio/Makefile head/audio/tuxguitar/Makefile head/audio/twolame/Makefile head/audio/uade/Makefile head/audio/ufmcontrol-i18n/Makefile head/audio/umix/Makefile head/audio/umodplayer/Makefile head/audio/umurmur/Makefile head/audio/vagalume/Makefile head/audio/vamp-plugin-sdk/Makefile head/audio/ventrilo-server/Makefile head/audio/vitunes/Makefile head/audio/vo-aacenc/Makefile head/audio/vo-amrwbenc/Makefile head/audio/voipong/Makefile head/audio/vorbis-tools/Makefile head/audio/vorbisgain/Makefile head/audio/vsound/Makefile head/audio/waheela/Makefile head/audio/waon/Makefile head/audio/wav2cdr/Makefile head/audio/wavbreaker/Makefile head/audio/wavegain/Makefile head/audio/waveplay/Makefile head/audio/wavpack/Makefile head/audio/wavplay/Makefile head/audio/whysynth/Makefile head/audio/wildmidi/Makefile head/audio/wmalbum/Makefile head/audio/wmauda/Makefile head/audio/wmix/Makefile head/audio/wmmp/Makefile head/audio/wmrecord/Makefile head/audio/wmsmixer/Makefile head/audio/workman/Makefile head/audio/wxguitar/Makefile head/audio/x11amp/Makefile head/audio/xanalyser/Makefile head/audio/xcd/Makefile head/audio/xcdplayer/Makefile head/audio/xfce4-mixer/Makefile head/audio/xfce4-mpc-plugin/Makefile head/audio/xfmpc/Makefile head/audio/xhippo/Makefile head/audio/ximp3/Makefile head/audio/xmcd/Makefile head/audio/xmix/Makefile head/audio/xmixer/Makefile head/audio/xmmix/Makefile head/audio/xmms-a52dec/Makefile head/audio/xmms-ahx/Makefile head/audio/xmms-audiofile/Makefile head/audio/xmms-bonk/Makefile head/audio/xmms-cdread/Makefile head/audio/xmms-crossfade/Makefile head/audio/xmms-crystality/Makefile head/audio/xmms-curses/Makefile head/audio/xmms-defx/Makefile head/audio/xmms-efxmms/Makefile head/audio/xmms-eq/Makefile head/audio/xmms-faad/Makefile head/audio/xmms-fc/Makefile head/audio/xmms-festalon/Makefile head/audio/xmms-flac/Makefile head/audio/xmms-fxt/Makefile head/audio/xmms-gbsplay/Makefile head/audio/xmms-infopipe/Makefile head/audio/xmms-jack/Makefile head/audio/xmms-ladspa/Makefile head/audio/xmms-liveice/Makefile head/audio/xmms-mac/Makefile head/audio/xmms-mad/Makefile head/audio/xmms-mailnotify/Makefile head/audio/xmms-midi/Makefile head/audio/xmms-modplug/Makefile head/audio/xmms-mp3cue/Makefile head/audio/xmms-musepack/Makefile head/audio/xmms-nas/Makefile head/audio/xmms-nsf/Makefile head/audio/xmms-openspc/Makefile head/audio/xmms-osssurround/Makefile head/audio/xmms-quix3dn/Makefile head/audio/xmms-sapplug/Makefile head/audio/xmms-scrobbler/Makefile head/audio/xmms-sexypsf/Makefile head/audio/xmms-sexyspc/Makefile head/audio/xmms-shn/Makefile head/audio/xmms-sid/Makefile head/audio/xmms-sndfile/Makefile head/audio/xmms-tfmx/Makefile head/audio/xmms-timidity/Makefile head/audio/xmms-volnorm/Makefile head/audio/xmms-wavpack/Makefile head/audio/xmms-wma/Makefile head/audio/xmms-xf86audio/Makefile head/audio/xmms-xymms/Makefile head/audio/xmms2-scrobbler/Makefile head/audio/xmms2/Makefile head/audio/xmmsctrl/Makefile head/audio/xmp/Makefile head/audio/xmradio/Makefile head/audio/xoscope/Makefile head/audio/xpi-musicpm/Makefile head/audio/xsynth-dssi/Makefile head/audio/xvmixer/Makefile head/audio/xwave/Makefile head/audio/yamt/Makefile head/audio/yell/Makefile head/audio/zinf/Makefile head/audio/zynaddsubfx/Makefile Modified: head/audio/HVSC-Update/Makefile ============================================================================== --- head/audio/HVSC-Update/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/HVSC-Update/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -12,6 +12,7 @@ COMMENT= Update program for the HVSC C= BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend +NO_STAGE= yes GNU_CONFIGURE= yes USES= gmake WRKSRC= ${WRKDIR}/${PORTNAME:S/-/_/}_Tool_${PORTVERSION:S/.//g} Modified: head/audio/Maaate/Makefile ============================================================================== --- head/audio/Maaate/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/Maaate/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -10,6 +10,7 @@ MASTER_SITES= SF/${PORTNAME:L}/${PORTNAM MAINTAINER= saper@saper.info COMMENT= MPEG audio analysis toolkit +NO_STAGE= yes USES= gmake USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes Modified: head/audio/aacgain/Makefile ============================================================================== --- head/audio/aacgain/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/aacgain/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -9,6 +9,7 @@ MASTER_SITES= http://altosdesign.com/aac MAINTAINER= multimedia@FreeBSD.org COMMENT= Normalizes the volume of mp3 and AAC (mp4/m4a/QuickTime) media files +NO_STAGE= yes USE_BZIP2= yes GNU_CONFIGURE= yes USES= gmake Modified: head/audio/aacplusenc/Makefile ============================================================================== --- head/audio/aacplusenc/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/aacplusenc/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -17,6 +17,7 @@ RESTRICTED= unclear legal status, probab CONFLICTS= libaacplus-[0-9]* PLIST_FILES= bin/aacplusenc +NO_STAGE= yes .if defined(WITHOUT_FFTW3) MAKE_ARGS+= NOFFTW3=1 Modified: head/audio/abcde/Makefile ============================================================================== --- head/audio/abcde/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/abcde/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -19,6 +19,7 @@ RUN_DEPENDS= cd-discid:${PORTSDIR}/audio oggenc:${PORTSDIR}/audio/vorbis-tools \ bash:${PORTSDIR}/shells/bash +NO_STAGE= yes NO_BUILD= yes MAN1= abcde.1 cddb-tool.1 Modified: head/audio/abcmidi/Makefile ============================================================================== --- head/audio/abcmidi/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/abcmidi/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} EXTRACT_BEFORE_ARGS= -aqo +NO_STAGE= yes USE_ZIP= yes USES= gmake MAKEFILE= makefiles/unix.mak Modified: head/audio/abcselect/Makefile ============================================================================== --- head/audio/abcselect/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/abcselect/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -13,6 +13,7 @@ COMMENT= Extract parts, movements, etc f USES= shebangfix perl5 USE_PERL5= run NO_BUILD= yes +NO_STAGE= yes SHEBANG_FILES= abcselect Modified: head/audio/abraca/Makefile ============================================================================== --- head/audio/abraca/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/abraca/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -13,6 +13,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/valac:${ LIB_DEPENDS= xmmsclient:${PORTSDIR}/audio/xmms2 \ gee:${PORTSDIR}/devel/libgee06 +NO_STAGE= yes USES= pkgconfig USE_SCONS= yes USE_GNOME= gtk30 Modified: head/audio/acoustid-fingerprinter/Makefile ============================================================================== --- head/audio/acoustid-fingerprinter/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/acoustid-fingerprinter/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -15,6 +15,7 @@ LIB_DEPENDS= chromaprint:${PORTSDIR}/aud tag:${PORTSDIR}/audio/taglib \ avcodec${FFMPEG_SUFFIX}:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFFIX} +NO_STAGE= yes USES= cmake USE_QT4= gui network \ qmake_build moc_build rcc_build uic_build Modified: head/audio/adplay/Makefile ============================================================================== --- head/audio/adplay/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/adplay/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -17,6 +17,7 @@ LICENSE= GPLv2 LIB_DEPENDS= adplug:${PORTSDIR}/audio/libadplug +NO_STAGE= yes GNU_CONFIGURE= yes WANT_SDL= yes Modified: head/audio/afsp/Makefile ============================================================================== --- head/audio/afsp/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/afsp/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -10,6 +10,7 @@ DISTNAME= AFsp-v8r2 MAINTAINER= ginga-freebsd@ginganet.org COMMENT= Audio file conversion utilities and library +NO_STAGE= yes USES= gmake MAKE_JOBS_UNSAFE= yes Modified: head/audio/aften/Makefile ============================================================================== --- head/audio/aften/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/aften/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -11,6 +11,7 @@ COMMENT= ATSC A/52 audio encoder USE_BZIP2= yes +NO_STAGE= yes USES= cmake:outsource OPTIONS_DEFINE= SHARED_LIB CXX_BINDINGS DOUBLE Modified: head/audio/akode-plugins-ffmpeg/Makefile ============================================================================== --- head/audio/akode-plugins-ffmpeg/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/akode-plugins-ffmpeg/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -21,6 +21,7 @@ LIB_DEPENDS= avcodec:${PORTSDIR}/multime CONFLICTS= kdemultimedia-3.[1-3]* +NO_STAGE= yes PLUGIN= ffmpeg_decoder PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} Modified: head/audio/akode-plugins-jack/Makefile ============================================================================== --- head/audio/akode-plugins-jack/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/akode-plugins-jack/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -19,6 +19,7 @@ LIB_DEPENDS= jack:${PORTSDIR}/audio/jack CONFLICTS= kdemultimedia-3.[1-3]* +NO_STAGE= yes PLUGIN= jack_sink PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} Modified: head/audio/akode-plugins-mpc/Makefile ============================================================================== --- head/audio/akode-plugins-mpc/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/akode-plugins-mpc/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -17,6 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= kdemultimedia-3.[1-3]* +NO_STAGE= yes PLUGIN= mpc_decoder PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} Modified: head/audio/akode-plugins-mpeg/Makefile ============================================================================== --- head/audio/akode-plugins-mpeg/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/akode-plugins-mpeg/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -19,6 +19,7 @@ LIB_DEPENDS= mad:${PORTSDIR}/audio/libma CONFLICTS= kdemultimedia-3.[1-3]* +NO_STAGE= yes PLUGIN= mpeg_decoder PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} Modified: head/audio/akode-plugins-oss/Makefile ============================================================================== --- head/audio/akode-plugins-oss/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/akode-plugins-oss/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -20,6 +20,7 @@ CONFLICTS= kdemultimedia-3.[1-3]* PLUGIN= oss_sink PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} +NO_STAGE= yes USES= gmake USE_AUTOTOOLS= libltdl USE_AUTOTOOLS= libtool Modified: head/audio/akode-plugins-pulseaudio/Makefile ============================================================================== --- head/audio/akode-plugins-pulseaudio/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/akode-plugins-pulseaudio/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -22,6 +22,7 @@ CONFLICTS= kdemultimedia-3.[1-3]* akode- PLUGIN= polyp_sink PORTNAMESUFX= pulseaudio +NO_STAGE= yes USES= gmake USE_AUTOTOOLS= libltdl USE_AUTOTOOLS= libtool Modified: head/audio/akode-plugins-resampler/Makefile ============================================================================== --- head/audio/akode-plugins-resampler/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/akode-plugins-resampler/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -22,6 +22,7 @@ CONFLICTS= kdemultimedia-3.[1-3]* PLUGIN= src_resampler PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} +NO_STAGE= yes USES= gmake USE_AUTOTOOLS= libltdl USE_AUTOTOOLS= libtool Modified: head/audio/akode-plugins-xiph/Makefile ============================================================================== --- head/audio/akode-plugins-xiph/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/akode-plugins-xiph/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -26,6 +26,7 @@ CONFLICTS= kdemultimedia-3.[1-3]* PLUGIN= xiph_decoder PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} +NO_STAGE= yes USES= gmake USE_AUTOTOOLS= libltdl USE_AUTOTOOLS= libtool Modified: head/audio/akode/Makefile ============================================================================== --- head/audio/akode/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/akode/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -26,6 +26,7 @@ MPC_DESC= Monkey's Audio decoder plugin RESAMPLER_DESC= Resampler processing plugin XIPH_DESC= FLAC/Speex/Vorbis decoder plugin +NO_STAGE= yes USES= gmake USE_AUTOTOOLS= libltdl libtool USE_BZIP2= yes Modified: head/audio/alac/Makefile ============================================================================== --- head/audio/alac/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/alac/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -13,6 +13,7 @@ COMMENT= Basic decoder for Apple Lossles WRKSRC= ${WRKDIR}/${PORTNAME}_decoder ALL_TARGET= alac +NO_STAGE= yes OPTIONS_DEFINE= DOCS DEBUG Modified: head/audio/alienwah/Makefile ============================================================================== --- head/audio/alienwah/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/alienwah/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -1,4 +1,4 @@ -# CReated by: Tilman Linneweh +# Created by: Tilman Linneweh # $FreeBSD$ PORTNAME= alienwah @@ -12,6 +12,7 @@ COMMENT= Paul Nasca's AlienWah LADSPA Pl BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa +NO_STAGE= yes USES= gmake MAKE_ARGS= CPP="${CXX}" CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -fPIC" Modified: head/audio/alsa-lib/Makefile ============================================================================== --- head/audio/alsa-lib/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/alsa-lib/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -1,9 +1,5 @@ -# New ports collection makefile for: alsa-lib -# Date created: June 29, 2009 -# Whom: Aragon Gouveia -# +# Created by: Aragon Gouveia # $FreeBSD$ -# PORTNAME= alsa-lib PORTVERSION= 1.0.26 @@ -14,6 +10,7 @@ MASTER_SITES= ALSA/lib \ MAINTAINER= aragon@phat.za.net COMMENT= ALSA compatibility library +NO_STAGE= yes USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/audio/alsa-plugins/Makefile ============================================================================== --- head/audio/alsa-plugins/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/alsa-plugins/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -14,6 +14,7 @@ LIB_DEPENDS= asound:${PORTSDIR}/audio/al USE_BZIP2= yes GNU_CONFIGURE= yes +NO_STAGE= yes USES= pkgconfig LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= ${PREFIX}/lib/alsa-lib Modified: head/audio/alsa-utils/Makefile ============================================================================== --- head/audio/alsa-utils/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/alsa-utils/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -14,6 +14,7 @@ LIB_DEPENDS= asound:${PORTSDIR}/audio/al RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins USE_BZIP2= yes +NO_STAGE= yes USES= gmake GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include Modified: head/audio/alure/Makefile ============================================================================== --- head/audio/alure/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/alure/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -14,6 +14,7 @@ LICENSE= MIT LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile +NO_STAGE= yes USES= cmake pkgconfig USE_OPENAL= soft USE_LDCONFIG= yes Modified: head/audio/amarok-kde4/Makefile ============================================================================== --- head/audio/amarok-kde4/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/amarok-kde4/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -33,6 +33,7 @@ USE_QT4= dbus designer gui network openg qmake_build moc_build rcc_build uic_build USE_XORG= x11 USE_BZIP2= yes +NO_STAGE= yes USES= cmake USE_LDCONFIG= yes Modified: head/audio/amb-plugins/Makefile ============================================================================== --- head/audio/amb-plugins/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/amb-plugins/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -19,6 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +NO_STAGE= yes USES= gmake USE_BZIP2= yes Modified: head/audio/amp/Makefile ============================================================================== --- head/audio/amp/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/amp/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -11,6 +11,7 @@ MAINTAINER= delphus@gmail.com COMMENT= Another mp3 player GNU_CONFIGURE= yes +NO_STAGE= yes USES= gmake MAN1= amp.1 Modified: head/audio/ampache/Makefile ============================================================================== --- head/audio/ampache/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/ampache/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -1,6 +1,4 @@ -# New ports collection makefile for: ampache -# Date created: 28 December 2007 -# Whom: Philippe Audeoud +# Created by: Philippe Audeoud # $FreeBSD$ PORTNAME= ampache @@ -16,6 +14,7 @@ USE_PHP= mysql pcre session iconv hash g WANT_PHP_WEB= yes NO_BUILD= yes +NO_STAGE= yes USES= gettext PKGDEINSTALL= ${WRKDIR}/pkg-deinstall Modified: head/audio/ample/Makefile ============================================================================== --- head/audio/ample/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/ample/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -9,6 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Allows you to listen to your own MP3's away from home +NO_STAGE= yes GNU_CONFIGURE= yes MAN1= ample.1 Modified: head/audio/amrcoder/Makefile ============================================================================== --- head/audio/amrcoder/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/amrcoder/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -13,6 +13,7 @@ COMMENT= AMR encoder/decoder for Mbuni M MAN1= amrdecoder.1 amrencoder.1 +NO_STAGE= yes MANCOMPRESSED= yes post-extract: Modified: head/audio/aqualung/Makefile ============================================================================== --- head/audio/aqualung/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/aqualung/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -32,6 +32,7 @@ LIB_DEPENDS= samplerate:${PORTSDIR}/audi cddb:${PORTSDIR}/audio/libcddb \ strfunc:${PORTSDIR}/devel/libstrfunc +NO_STAGE= yes USES= gmake pkgconfig gettext USE_GNOME= gtk20 libxml2 GNU_CONFIGURE= yes Modified: head/audio/ardour/Makefile ============================================================================== --- head/audio/ardour/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/ardour/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -20,6 +20,7 @@ LIB_DEPENDS= lo:${PORTSDIR}/audio/liblo gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26 USE_BZIP2= yes +NO_STAGE= yes USES= gettext pkgconfig USE_SCONS= yes SCONS_ENV+= SYSLIBS=yes PREFIX=${PREFIX} NLS=yes Modified: head/audio/ario/Makefile ============================================================================== --- head/audio/ario/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/ario/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -22,6 +22,7 @@ LIB_DEPENDS= gnutls:${PORTSDIR}/security unique-1.0:${PORTSDIR}/x11-toolkits/unique \ mpdclient:${PORTSDIR}/audio/libmpdclient +NO_STAGE= yes USES= gmake pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/audio/arss/Makefile ============================================================================== --- head/audio/arss/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/arss/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -1,9 +1,5 @@ -# New ports collection makefile for: arss -# Date created: 2009-12-26 -# Whom: Timothy Beyer -# +# Created by: Timothy Beyer # $FreeBSD$ -# PORTNAME= arss PORTVERSION= 0.2.3 @@ -19,6 +15,7 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw WRKSRC= ${WRKDIR}/${DISTNAME}/src +NO_STAGE= yes USES= cmake USE_LDCONFIG= ${PREFIX}/lib CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include Modified: head/audio/ascd/Makefile ============================================================================== --- head/audio/ascd/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/ascd/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -16,6 +16,7 @@ LICENSE= BSD LIB_DEPENDS= workman:${PORTSDIR}/audio/libworkman +NO_STAGE= yes USES= imake USE_XORG= xpm Modified: head/audio/asmix/Makefile ============================================================================== --- head/audio/asmix/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/asmix/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -1,9 +1,5 @@ -# New ports collection makefile for: asmix -# Date created: 1 January 2003 -# Whom: mtm@identd.net -# +# Created by: mtm@identd.net # $FreeBSD$ -# PORTNAME= asmix PORTVERSION= 1.5 @@ -20,6 +16,7 @@ CONFIGURE_ARGS= --with-xpm \ --with-xpm-includes=${LOCALBASE}/include \ --with-xpm-library=${LOCALBASE}/lib +NO_STAGE= yes MAN1= ${PORTNAME}.1x PLIST_FILES= bin/asmix Modified: head/audio/asmixer/Makefile ============================================================================== --- head/audio/asmixer/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/asmixer/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -13,6 +13,7 @@ COMMENT= Mixer control for AfterStep win MAN1= ${PORTNAME}.1x PLIST_FILES= bin/asmixer +NO_STAGE= yes USE_XORG= xpm x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xpm \ Modified: head/audio/asunder/Makefile ============================================================================== --- head/audio/asunder/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/asunder/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -23,6 +23,7 @@ WINDOWS_CHARS_DESC= Allow Windows specia USE_BZIP2= yes GNU_CONFIGURE= yes +NO_STAGE= yes USES= gettext gmake pkgconfig USE_GNOME= gtk20 Modified: head/audio/atunes/Makefile ============================================================================== --- head/audio/atunes/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/atunes/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -10,6 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin MAINTAINER= lme@FreeBSD.org COMMENT= Full-featured audio player and manager developed in Java +NO_STAGE= yes NO_BUILD= yes USE_JAVA= yes JAVA_VERSION= 1.6+ Modified: head/audio/aubio/Makefile ============================================================================== --- head/audio/aubio/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/aubio/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -20,6 +20,7 @@ LIB_DEPENDS= samplerate:${PORTSDIR}/audi GNU_CONFIGURE= yes # --disable-complex: does not compile due to missing carg(3) et al. CONFIGURE_ARGS= --disable-complex +NO_STAGE= yes USES= gmake pathfix pkgconfig USE_LDCONFIG= yes Modified: head/audio/audacious-dumb/Makefile ============================================================================== --- head/audio/audacious-dumb/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/audacious-dumb/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -16,6 +16,7 @@ RUN_DEPENDS= audacious:${PORTSDIR}/multi BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious \ ${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb +NO_STAGE= yes USES= gmake pkgconfig USE_LDCONFIG= yes Modified: head/audio/audacity/Makefile ============================================================================== --- head/audio/audacity/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/audacity/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -1,4 +1,4 @@ -# Created by: Marc van Woerkom <3d@freebsd.org> +# Created by: Marc van Woerkom <3d@FreeBSD.org> # $FreeBSD$ PORTNAME= audacity @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-src-${POR USE_AUTOTOOLS= aclocal autoconf GNU_CONFIGURE= yes +NO_STAGE= yes USES= gmake gettext pkgconfig USE_XZ= yes USE_WX= 2.8 Modified: head/audio/audex/Makefile ============================================================================== --- head/audio/audex/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/audex/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -13,6 +13,7 @@ LICENSE= GPLv3 LIB_DEPENDS= cdda_paranoia:${PORTSDIR}/audio/cdparanoia USE_XZ= yes +NO_STAGE= yes USES= cmake USE_KDE4= automoc4 kdeprefix kdelibs libkcddb libkcompactdisc USE_QT4= gui dbus network svg xml \ Modified: head/audio/audiere/Makefile ============================================================================== --- head/audio/audiere/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/audiere/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -11,6 +11,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= High-level audio API GNU_CONFIGURE= yes +NO_STAGE= yes USES= gmake WANT_WX= yes USE_AUTOTOOLS= autoconf Modified: head/audio/audiotag/Makefile ============================================================================== --- head/audio/audiotag/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/audiotag/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -16,6 +16,7 @@ OPTIONS_DEFAULT= VORBIS ID3 MP4 FLAC NO_BUILD= yes +NO_STAGE= yes USES= shebangfix perl5 USE_BZIP2= yes USE_PERL5= run Modified: head/audio/aumix/Makefile ============================================================================== --- head/audio/aumix/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/aumix/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -23,6 +23,7 @@ CONFIGURE_ARGS= --includedir="${LOCALBAS CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes MAN1= aumix.1 xaumix.1 mute.1 PLIST_DIRS= share/aumix PLIST_FILES= bin/aumix bin/mute bin/xaumix Modified: head/audio/aureal-kmod/Makefile ============================================================================== --- head/audio/aureal-kmod/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/aureal-kmod/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -1,9 +1,5 @@ -# Ports collection makefile for: aureal-kmod -# Date created: 15 January 2001 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ -# PORTNAME= aureal-kmod PORTVERSION= 1.5 @@ -24,6 +20,7 @@ DISTREVISION= 4 KMODDIR= ${PREFIX}/modules/au88x0 KMODDIR_REL= ${KMODDIR:S%${PREFIX}/%%} +NO_STAGE= yes USE_RC_SUBR= aureal SUB_FILES= pkg-message SUB_LIST= KMODDIR=${KMODDIR} Modified: head/audio/autocd/Makefile ============================================================================== --- head/audio/autocd/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/autocd/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -1,9 +1,5 @@ -# New ports collection makefile for: autocd -# Date created: 11 Marth 2003 -# Whom: Dmitry Afanasiev -# +# Created by: Dmitry Afanasiev # $FreeBSD$ -# PORTNAME= autocd PORTVERSION= 3.02.12b @@ -14,6 +10,7 @@ MASTER_SITES= ftp://kot.spb.ru/pub/src/p MAINTAINER= KOT@MATPOCKuH.Ru COMMENT= Compact disc control utility +NO_STAGE= yes GNU_CONFIGURE= yes MAN1= cdctl.1 acdplay.1 MAN8= autocd.8 Modified: head/audio/autotalent/Makefile ============================================================================== --- head/audio/autotalent/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/autotalent/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -13,6 +13,7 @@ COMMENT= Real-time pitch correction plug BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_STAGE= yes USES= gmake MAKE_ARGS= CXX="${CXX}" CC=${CC} CPP=${CPP} \ Modified: head/audio/autozen/Makefile ============================================================================== --- head/audio/autozen/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/autozen/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -15,6 +15,7 @@ LICENSE= GPLv2 OPTIONS_DEFINE= GTK2 DOCS +NO_STAGE= yes USES= shebangfix perl5 SHEBANG_FILES= zentime USE_PERL5= run Modified: head/audio/baresip/Makefile ============================================================================== --- head/audio/baresip/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/baresip/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -15,6 +15,7 @@ BUILD_DEPENDS= re>=${PORTVERSION}:${PORT rem>=${PORTVERSION}:${PORTSDIR}/audio/rem RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_STAGE= yes USES= gmake CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/ilbc Modified: head/audio/baudline/Makefile ============================================================================== --- head/audio/baudline/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/baudline/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -13,6 +13,7 @@ DISTNAME= baudline_${PORTVERSION:S/.p/pr MAINTAINER= hamradio@FreeBSD.org COMMENT= Real-time signal analysis and time-frequency browser +NO_STAGE= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/i686/x86/} USE_LINUX= yes USE_LINUX_APPS= xorglibs Modified: head/audio/beast/Makefile ============================================================================== --- head/audio/beast/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/beast/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -21,6 +21,7 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/ OPTIONS_DEFINE_i386= SSE USE_BZIP2= yes +NO_STAGE= yes USES= gmake pathfix gettext pkgconfig USE_GCC= yes USE_GNOME= gnomehier libgnomecanvas Modified: head/audio/bebocd/Makefile ============================================================================== --- head/audio/bebocd/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/bebocd/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -13,6 +13,7 @@ COMMENT= GTK2 CD Player LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio USE_XORG= x11 +NO_STAGE= yes USES= gmake pathfix pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes Modified: head/audio/beep/Makefile ============================================================================== --- head/audio/beep/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/beep/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -9,6 +9,7 @@ MASTER_SITES= http://freebsd.unixfreunde MAINTAINER= ports@FreeBSD.org COMMENT= Beeps a certain duration and pitch out of the PC Speaker +NO_STAGE= yes MAN1= beep.1 MANCOMPRESSED= maybe WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/audio/beets/Makefile ============================================================================== --- head/audio/beets/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/beets/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -19,6 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}muta MAN1= beet.1 MAN5= beetsconfig.5 +NO_STAGE= yes USE_PYTHON= 2.7+ USE_PYDISTUTILS= easy_install Modified: head/audio/blop/Makefile ============================================================================== --- head/audio/blop/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/blop/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -12,6 +12,7 @@ COMMENT= Bandlimited oscillator plugins BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa +NO_STAGE= yes USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ladspa-prefix="${LOCALBASE}" Modified: head/audio/bmp-crossfade/Makefile ============================================================================== --- head/audio/bmp-crossfade/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/bmp-crossfade/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -1,13 +1,10 @@ -# New ports collection makefile for: bmp-crossfade -# Date created: 1 January 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# APP= bmp LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player +NO_STAGE= yes MASTERDIR= ${.CURDIR}/../xmms-crossfade PORTSCOUT= limit:^0\.3\.12 Modified: head/audio/bmp-faad/Makefile ============================================================================== --- head/audio/bmp-faad/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/bmp-faad/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -1,15 +1,12 @@ -# New ports collection makefile for: bmp-faad -# Date created: 2 Sep, 2004 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ -# PKGNAMEPREFIX= bmp- MAINTAINER= ports@FreeBSD.org COMMENT= Beep Media Player (BMP) plugin for faad +NO_STAGE= yes MASTERDIR= ${.CURDIR}/../xmms-faad .include "${MASTERDIR}/Makefile.inc" Modified: head/audio/bmp-fc/Makefile ============================================================================== --- head/audio/bmp-fc/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/bmp-fc/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -18,6 +18,7 @@ USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes PLIST_FILES= lib/bmp/Input/libfc.so lib/bmp/Input/libfc.la Modified: head/audio/bmp-festalon/Makefile ============================================================================== --- head/audio/bmp-festalon/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/bmp-festalon/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -8,6 +8,7 @@ COMMENT= Beep-media-player plugin for pl LICENSE= GPLv2 MASTERDIR= ${.CURDIR}/../festalon +NO_STAGE= yes LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player Modified: head/audio/bmp-flac/Makefile ============================================================================== --- head/audio/bmp-flac/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/bmp-flac/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -17,6 +17,7 @@ LIB_DEPENDS= beep.2:${PORTSDIR}/multimed PLIST_FILES= lib/bmp/Input/libbmp-flac.so +NO_STAGE= yes USES= iconv pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes Modified: head/audio/bmp-htmlplaylist/Makefile ============================================================================== --- head/audio/bmp-htmlplaylist/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/bmp-htmlplaylist/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -15,6 +15,7 @@ COMMENT= Application which saves your cu BUILD_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player RUN_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player +NO_STAGE= yes MAKE_ARGS= CC="${CC}" LD="${CC}" USES= pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/audio/bmp-mac/Makefile ============================================================================== --- head/audio/bmp-mac/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/bmp-mac/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -15,6 +15,7 @@ COMMENT= Monkey's Audio Codec non-win32 LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player \ mac.2:${PORTSDIR}/audio/mac +NO_STAGE= yes USES= gmake pkgconfig GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf libtool Modified: head/audio/bmp-modplug/Makefile ============================================================================== --- head/audio/bmp-modplug/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/bmp-modplug/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -19,6 +19,7 @@ COMMENT= ModPlug-based plugin for beep-m LIB_DEPENDS?= beep:${PORTSDIR}/multimedia/beep-media-player LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug +NO_STAGE= yes USES= pkgconfig USE_AUTOTOOLS= libtool USE_BZIP2= yes Modified: head/audio/bmp-scrobbler/Makefile ============================================================================== --- head/audio/bmp-scrobbler/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/bmp-scrobbler/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -1,7 +1,4 @@ -# New ports collection makefile for: bmp-scrobbler -# Date created: 01-14-2005 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ PORTNAME= bmp-scrobbler @@ -14,6 +11,7 @@ CONFLICTS= scrobbler-* MASTERDIR= ${.CURDIR}/../scrobbler +NO_STAGE= yes WITH_BMP= yes .include "${MASTERDIR}/Makefile" Modified: head/audio/bmp-songchange/Makefile ============================================================================== --- head/audio/bmp-songchange/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/bmp-songchange/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player +NO_STAGE= yes USES= pkgconfig GNU_CONFIGURE= yes Modified: head/audio/bmp-wma/Makefile ============================================================================== --- head/audio/bmp-wma/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/bmp-wma/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -16,6 +16,7 @@ PLIST_FILES= lib/bmp/Input/libwma.so \ lib/bmp/Input/libwma.la \ lib/bmp/Input/libwma.a +NO_STAGE= yes USES= pkgconfig GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool Modified: head/audio/bonk/Makefile ============================================================================== --- head/audio/bonk/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/bonk/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bonk -# Date created: Jun 1, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= bonk PORTVERSION= 0.6 @@ -13,6 +9,7 @@ MASTER_SITES= http://www.logarithmic.net MAINTAINER= naddy@FreeBSD.org COMMENT= Lossy/lossless audio compressor +NO_STAGE= yes MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ PREFIX="${PREFIX}" INSTALL="${INSTALL_PROGRAM}" Modified: head/audio/boodler/Makefile ============================================================================== --- head/audio/boodler/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/boodler/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -14,6 +14,7 @@ COMMENT= A programmable soundscape tool RESTRICTED= no commercial use RESTRICTED_FILES= boodler-snd-021902.tar.gz +NO_STAGE= yes USES= gmake USE_PYTHON= yes DRIVER?= oss Modified: head/audio/bristol/Makefile ============================================================================== --- head/audio/bristol/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/bristol/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= jack:${PORTSDIR}/audio/jack \ fluidsynth:${PORTSDIR}/audio/fluidsynth +NO_STAGE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_QT_VER= 4 Modified: head/audio/btc/Makefile ============================================================================== --- head/audio/btc/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/btc/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -12,6 +12,7 @@ COMMENT= Tool for creating bass tablatur WRKSRC= ${WRKDIR} +NO_STAGE= yes PLIST_FILES= bin/btc PORTDOCS= btc.doc Modified: head/audio/calf/Makefile ============================================================================== --- head/audio/calf/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/calf/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -22,6 +22,7 @@ OPTIONS_DEFINE= LASH LV2 OPTIONS_DEFAULT=LASH LV2 LV2_DESC= LV2 audio plugin +NO_STAGE= yes USES= gmake pkgconfig USE_GCC= any USE_GNOME= gtk20 Modified: head/audio/cam/Makefile ============================================================================== --- head/audio/cam/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/cam/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cam -# Date created: Tue Nov 12 15:54:21 CST 1996 -# Whom: erich@FreeBSD.org -# +# Created by: erich@FreeBSD.org # $FreeBSD$ -# PORTNAME= cam PORTVERSION= 1.02 @@ -20,6 +16,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" MANDIR="${MAN1PREFIX}/man/man1" \ XEFILE="" +NO_STAGE= yes MAN1= cam.1 PLIST_FILES= bin/cam Modified: head/audio/cantus_3/Makefile ============================================================================== --- head/audio/cantus_3/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/cantus_3/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -21,6 +21,7 @@ CONFLICTS= cantus-1* LATEST_LINK= ${PORTNAME}3 +NO_STAGE= yes USES= gmake pathfix gettext pkgconfig USE_GNOME= gnomeprefix libglade2 glib20 USE_LDCONFIG= yes Modified: head/audio/caps-plugins/Makefile ============================================================================== --- head/audio/caps-plugins/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/caps-plugins/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -20,6 +20,7 @@ LICENSE_COMB= dual WRKSRC= ${WRKDIR}/caps-${PORTVERSION} +NO_STAGE= yes USES= gmake MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS} -fPIC -DPIC" Modified: head/audio/ccaudio2/Makefile ============================================================================== --- head/audio/ccaudio2/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/ccaudio2/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -17,6 +17,7 @@ LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/co CONFLICTS= ccaudio-[0-9]* +NO_STAGE= yes USES= pathfix cmake:outsource pkgconfig USE_LDCONFIG= yes Modified: head/audio/cd-console/Makefile ============================================================================== --- head/audio/cd-console/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/cd-console/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cd-console -# Date created: Sun Nov 28 19:55:19 EST 1999 -# Whom: jdunn@aquezada.com -# +# Created by: jdunn@aquezada.com # $FreeBSD$ -# PORTNAME= cd-console PORTVERSION= 2.4 @@ -13,6 +9,7 @@ MASTER_SITES= http://www.oskusoft.com/os MAINTAINER= jdunn@aquezada.com COMMENT= A curses-based console CD player +NO_STAGE= yes PLIST_FILES= bin/cd-console .include Modified: head/audio/cd-discid/Makefile ============================================================================== --- head/audio/cd-discid/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/cd-discid/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cd-discid -# Date created: July 29, 2002 -# Whom: Munish Chopra -# +# Created by: Munish Chopra # $FreeBSD$ -# PORTNAME= cd-discid PORTVERSION= 0.9 @@ -20,5 +16,6 @@ MAKE_ARGS= prefix=${PREFIX} mandir=${PRE MAN1= cd-discid.1 PLIST_FILES= bin/cd-discid +NO_STAGE= yes .include Modified: head/audio/cd2mp3/Makefile ============================================================================== --- head/audio/cd2mp3/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/cd2mp3/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cd2mp3 -# Date created: 4 January 2000 -# Whom: Jamie Heckford -# +# Created by: Jamie Heckford # $FreeBSD$ -# PORTNAME= cd2mp3 PORTVERSION= 0.82 @@ -19,6 +15,7 @@ COMMENT= Easy to use CD Ripping and MP3 RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \ dagrab:${PORTSDIR}/audio/dagrab +NO_STAGE= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/cd2mp3 Modified: head/audio/cddb-bundle/Makefile ============================================================================== --- head/audio/cddb-bundle/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/cddb-bundle/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -13,6 +13,7 @@ COMMENT= CDDB client bundle GNUstep LICENSE= GPLv2 +NO_STAGE= yes USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes Modified: head/audio/cdparanoia/Makefile ============================================================================== --- head/audio/cdparanoia/Makefile Fri Sep 20 14:29:14 2013 (r327705) +++ head/audio/cdparanoia/Makefile Fri Sep 20 14:36:35 2013 (r327706) @@ -13,6 +13,7 @@ MAINTAINER= danfe@FreeBSD.org COMMENT= A CDDA extraction tool (also known as ripper) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 15:27:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EF07A272; Fri, 20 Sep 2013 15:27:58 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from cpanel09.rubas.ch (cpanel09.rubas.ch [195.182.222.79]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8CB332E4C; Fri, 20 Sep 2013 15:27:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gahr.ch; s=default; h=To:Date:Subject:From:Cc:Message-Id:Content-Transfer-Encoding:Content-Type:In-Reply-To:Mime-Version:References; bh=V004BtKU+B8I5EdjQaMSAlrEttsQO2cKXI4YXZCVdUI=; b=omMJVt71Vj3l6uSgBfR1KSFO5QNsIG2joxFx9DemQVz+LSuJYu2XLel/64RRQH5NsjgoB8q/y5TvirYjGI0le4k41oAWw6w9sIqcCFtKu5VpVPI1PdZY9BNDPJWko57K; Received: from 89-227.197-178.cust.bluewin.ch ([178.197.227.89]:49588 helo=[10.140.133.234]) by cpanel09.rubas.ch with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80.1) (envelope-from ) id 1VN2cc-0009uV-Qb; Fri, 20 Sep 2013 17:27:55 +0200 References: <201309190805.r8J855cW009011@svn.freebsd.org> Mime-Version: 1.0 (1.0) In-Reply-To: Message-Id: <3D05DDAC-CF76-4109-9182-6DDAD924CCC5@gahr.ch> X-Mailer: iPhone Mail (10B329) From: Pietro Cerutti Subject: Re: svn commit: r327601 - head/Mk Date: Fri, 20 Sep 2013 17:27:18 +0200 To: Sunpoet Po-Chuan Hsieh X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel09.rubas.ch X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gahr.ch X-Get-Message-Sender-Via: cpanel09.rubas.ch: authenticated_id: gahr@gahr.ch Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "svn-ports-head@freebsd.org" , Baptiste Daroussin , "svn-ports-all@freebsd.org" , ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 20 Sep 2013 15:27:59 -0000 On 20-set-2013, at 10:32, Sunpoet Po-Chuan Hsieh wrote= : > Hi Bapt, >=20 > May I suggest to change hard-coded sleep time to a settable variable defau= lts to 10? It would save time while checking multiple ports with terminal ou= tputs redirected to a log file. Definitely +1 > Thanks. >=20 > Regards, > sunpoet >=20 > On Thu, Sep 19, 2013 at 4:05 PM, Baptiste Daroussin wro= te: >> Author: bapt >> Date: Thu Sep 19 08:05:05 2013 >> New Revision: 327601 >> URL: http://svnweb.freebsd.org/changeset/ports/327601 >>=20 >> Log: >> Move the target for sanity checking to the end of bsd.port.mk so that >> WARNING and DEV_* can be defined anywhere >> While here, change sleep time from 5 to 10 so that users have time to r= ead it [1] >>=20 >> Suggested by: many [1] >>=20 >> Modified: >> head/Mk/bsd.port.mk >> head/Mk/bsd.sanity.mk >>=20 >> Modified: head/Mk/bsd.port.mk >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D >> --- head/Mk/bsd.port.mk Thu Sep 19 07:50:29 2013 (r327600) >> +++ head/Mk/bsd.port.mk Thu Sep 19 08:05:05 2013 (r327601) >> @@ -6491,6 +6491,43 @@ install-license: >> @${DO_NADA} >> .endif >>=20 >> +.if defined(WARNING) >> +show-warnings: >> + @${ECHO_MSG} "/!\\ WARNING /!\\" >> +.for m in ${WARNING} >> + @${ECHO_MSG} "${m}" >> +.endfor >> + @${ECHO_MSG} >> + @sleep 10 >> + >> +check-makefile:: show-warnings >> +.endif >> + >> +.if defined(DEVELOPER) >> +.if defined(DEV_WARNING) >> +show-dev-warnings: >> + @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile warnings, please consider= fixing /!\\" >> + @${ECHO_MSG} >> +.for m in ${DEV_WARNING} >> + @${ECHO_MSG} "${m}" >> +.endfor >> + @${ECHO_MSG} >> + @sleep 10 >> +check-makefile:: show-dev-warnings >> +.endif >> + >> +.if defined(DEV_ERROR) >> +show-dev-errors: >> + @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile errors /!\\" >> + @${ECHO_MSG} >> +.for m in ${DEV_WARNING} >> + @${ECHO_MSG} "${m}" >> +.endfor >> + @${ECHO_MSG} >> + @${FALSE} >> +check-makefile:: show-dev-errors >> +.endif >> +.endif #DVELOPER >> .endif >> # End of post-makefile section. >>=20 >>=20 >> Modified: head/Mk/bsd.sanity.mk >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D >> --- head/Mk/bsd.sanity.mk Thu Sep 19 07:50:29 2013 (r327600)= >> +++ head/Mk/bsd.sanity.mk Thu Sep 19 08:05:05 2013 (r327601)= >> @@ -91,41 +91,6 @@ DEV_WARNING+=3D "USE_GNOME=3Dltverhack is no >> DEV_WARNING+=3D "Please use the new format for LIB_DEPENDS, see handboo= k for details" >> .endif >>=20 >> -.if defined(WARNING) >> -show-warnings: >> -.for m in ${WARNING} >> - @${ECHO_MSG} "${m}" >> -.endfor >> - @sleep 5 >> - >> -check-makefile:: show-warnings >> -.endif >> - >> .if defined(_PREMKINCLUDED) >> DEV_ERROR+=3D "you cannot include bsd.port[.pre].mk twice" >> .endif >> - >> -.if defined(DEVELOPER) >> -.if defined(DEV_WARNING) >> -show-dev-warnings: >> - @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile warnings, please consider= fixing /!\\" >> - @${ECHO_MSG} >> -.for m in ${DEV_WARNING} >> - @${ECHO_MSG} "${m}" >> -.endfor >> - @${ECHO_MSG} >> - @sleep 5 >> -check-makefile:: show-dev-warnings >> -.endif >> - >> -.if defined(DEV_ERROR) >> -show-dev-errors: >> - @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile errors /!\\" >> - @${ECHO_MSG} >> -.for m in ${DEV_WARNING} >> - @${ECHO_MSG} "${m}" >> -.endfor >> - @${FALSE} >> -check-makefile:: show-dev-errors >> -.endif >> -.endif >=20 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 15:28:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B625E304; Fri, 20 Sep 2013 15:28:05 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5A0382E5B; Fri, 20 Sep 2013 15:28:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KFS5QV035347; Fri, 20 Sep 2013 15:28:05 GMT (envelope-from brd@svn.freebsd.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KFS5eF035346; Fri, 20 Sep 2013 15:28:05 GMT (envelope-from brd@svn.freebsd.org) Message-Id: <201309201528.r8KFS5eF035346@svn.freebsd.org> From: Brad Davis Date: Fri, 20 Sep 2013 15:28:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327707 - head 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.14 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: Fri, 20 Sep 2013 15:28:05 -0000 Author: brd (doc committer) Date: Fri Sep 20 15:28:04 2013 New Revision: 327707 URL: http://svnweb.freebsd.org/changeset/ports/327707 Log: - Add entry about the new DEFAULT_VERSIONS framework Reviewed by: Ken Reed Approved by: bapt@ Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Sep 20 14:36:35 2013 (r327706) +++ head/UPDATING Fri Sep 20 15:28:04 2013 (r327707) @@ -7,6 +7,22 @@ you update your ports collection, before 20130920: AFFECTS: Users of ports + AUTHOR: bapt@FreeBSD.org + + New way to override the default version of a language in the ports + tree. + + The make variable, DEFAULT_VERSIONS, allows users to override the + default version defined by the ports tree. + + For example, to declare specific versions for Perl, Ruby and Tcl/Tk, + it would be defined as: + DEFAULT_VERSIONS= perl5=5.18 ruby=2.0 tcltk=8.6 + + Today, this only is supported by Perl, Ruby and Tcl/Tk. + +20130920: + AFFECTS: Users of ports AUTHOR: bdrewery@FreeBSD.org Optional Stack Protector [1] support has been added with the WITH_SSP From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 15:53:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D6F4B80A; Fri, 20 Sep 2013 15:53:00 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C20BF2FCC; Fri, 20 Sep 2013 15:53:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KFr0aW050222; Fri, 20 Sep 2013 15:53:00 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KFqjRl050113; Fri, 20 Sep 2013 15:52:45 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201552.r8KFqjRl050113@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 15:52:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327708 - in head/benchmarks: autobench blogbench bonnie bonnie++ cpipe dbench dbs dkftpbench expedite fhourstones filebench fio flops flowgrind forkbomb geekbench gtkperf himenobench h... 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.14 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: Fri, 20 Sep 2013 15:53:01 -0000 Author: bapt Date: Fri Sep 20 15:52:44 2013 New Revision: 327708 URL: http://svnweb.freebsd.org/changeset/ports/327708 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: benchmarks) Modified: head/benchmarks/autobench/Makefile head/benchmarks/blogbench/Makefile head/benchmarks/bonnie++/Makefile head/benchmarks/bonnie/Makefile head/benchmarks/cpipe/Makefile head/benchmarks/dbench/Makefile head/benchmarks/dbs/Makefile head/benchmarks/dkftpbench/Makefile head/benchmarks/expedite/Makefile head/benchmarks/fhourstones/Makefile head/benchmarks/filebench/Makefile head/benchmarks/fio/Makefile head/benchmarks/flops/Makefile head/benchmarks/flowgrind/Makefile head/benchmarks/forkbomb/Makefile head/benchmarks/geekbench/Makefile head/benchmarks/gtkperf/Makefile head/benchmarks/himenobench/Makefile head/benchmarks/hpl/Makefile head/benchmarks/hs-criterion/Makefile head/benchmarks/httperf/Makefile head/benchmarks/imb/Makefile head/benchmarks/interbench/Makefile head/benchmarks/iorate/Makefile head/benchmarks/iozone/Makefile head/benchmarks/iozone21/Makefile head/benchmarks/iperf/Makefile head/benchmarks/libmicro/Makefile head/benchmarks/lmbench/Makefile head/benchmarks/mdtest/Makefile head/benchmarks/nbench/Makefile head/benchmarks/netio/Makefile head/benchmarks/netperf/Makefile head/benchmarks/netperfmeter/Makefile head/benchmarks/netpipe/Makefile head/benchmarks/nosqlbench/Makefile head/benchmarks/nqueens/Makefile head/benchmarks/nttcp/Makefile head/benchmarks/nuttcp/Makefile head/benchmarks/octave-forge-benchmark/Makefile head/benchmarks/p5-Benchmark-Forking/Makefile head/benchmarks/p5-Benchmark-Stopwatch/Makefile head/benchmarks/pathchirp/Makefile head/benchmarks/pathload/Makefile head/benchmarks/pathrate/Makefile head/benchmarks/pear-Benchmark/Makefile head/benchmarks/phoronix-test-suite/Makefile head/benchmarks/pipebench/Makefile head/benchmarks/pnetmark/Makefile head/benchmarks/polygraph/Makefile head/benchmarks/postal/Makefile head/benchmarks/postmark/Makefile head/benchmarks/pybench/Makefile head/benchmarks/raidtest/Makefile head/benchmarks/randomio/Makefile head/benchmarks/rubygem-railsbench/Makefile head/benchmarks/scimark2/Makefile head/benchmarks/scimark2c/Makefile head/benchmarks/siege/Makefile head/benchmarks/sipp/Makefile head/benchmarks/slowloris/Makefile head/benchmarks/spp/Makefile head/benchmarks/stream/Makefile head/benchmarks/super-smack/Makefile head/benchmarks/sysbench/Makefile head/benchmarks/tcpblast/Makefile head/benchmarks/thrulay/Makefile head/benchmarks/tsung/Makefile head/benchmarks/ttcp/Makefile head/benchmarks/ubench/Makefile head/benchmarks/unixbench/Makefile head/benchmarks/webbench/Makefile head/benchmarks/wrk/Makefile head/benchmarks/xdd/Makefile Modified: head/benchmarks/autobench/Makefile ============================================================================== --- head/benchmarks/autobench/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/autobench/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -24,6 +24,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" MAN1= autobench.1 autobench_admin.1 autobenchd.1 bench2graph.1 \ crfile.1 sesslog.1 +NO_STAGE= yes post-patch: .for file in autobench autobench_admin @${REINPLACE_CMD} -i '' -e 's|/etc/|${PREFIX}/etc/|' ${WRKSRC}/${file} Modified: head/benchmarks/blogbench/Makefile ============================================================================== --- head/benchmarks/blogbench/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/blogbench/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -17,6 +17,7 @@ MAN8= blogbench.8 PLIST_FILES= bin/blogbench PORTDOCS= README +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} Modified: head/benchmarks/bonnie++/Makefile ============================================================================== --- head/benchmarks/bonnie++/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/bonnie++/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: bonnie++ -# Date created: Mar 24, 2001 -# Whom: Ying-Chieh Liao -# +# Created by: Ying-Chieh Liao # $FreeBSD$ -# PORTNAME= bonnie++ PORTVERSION= 1.97 @@ -26,6 +21,7 @@ MAN8= bonnie++.8 getc_putc.8 zcav.8 PORTDOCS= readme.html +NO_STAGE= yes .include post-patch: Modified: head/benchmarks/bonnie/Makefile ============================================================================== --- head/benchmarks/bonnie/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/bonnie/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bonnie -# Date created: 26 September 1994 -# Whom: se -# +# Created by: se # $FreeBSD$ -# PORTNAME= bonnie PORTVERSION= 2.0.6 @@ -23,6 +19,7 @@ ALL_TARGET= bsd MAN1= bonnie.1 PLIST_FILES= bin/bonnie +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Bonnie ${PREFIX}/bin/bonnie ${INSTALL_MAN} ${FILESDIR}/bonnie.1 ${PREFIX}/man/man1 Modified: head/benchmarks/cpipe/Makefile ============================================================================== --- head/benchmarks/cpipe/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/cpipe/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cpipe -# Date created: 1 March 2013 -# Whom: uminac -# +# Created by: uminac # $FreeBSD$ -# PORTNAME= cpipe PORTVERSION= 3.0.2 @@ -23,4 +19,5 @@ MAKE_ARGS= "prefix=${PREFIX}" PLIST_FILES= bin/cpipe +NO_STAGE= yes .include Modified: head/benchmarks/dbench/Makefile ============================================================================== --- head/benchmarks/dbench/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/dbench/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dbench -# Date created: 18 Febrary 2002 -# Whom: Andrew Shevtsov -# +# Created by: Andrew Shevtsov # $FreeBSD$ -# PORTNAME= dbench PORTVERSION= 4.0 @@ -28,6 +24,7 @@ CONFIGURE_ARGS+=--datadir=${DATADIR} MAN1= dbench.1 MLINKS= dbench.1 tbench.1 dbench.1 tbench_srv.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,$$(mandir),$$(mandir)/man1,' \ ${WRKSRC}/Makefile.in Modified: head/benchmarks/dbs/Makefile ============================================================================== --- head/benchmarks/dbs/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/dbs/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -26,6 +26,7 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include post-patch: Modified: head/benchmarks/dkftpbench/Makefile ============================================================================== --- head/benchmarks/dkftpbench/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/dkftpbench/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dkftpbench -# Date created: 2004-10-22 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ -# PORTNAME= dkftpbench PORTVERSION= 0.45 @@ -20,4 +16,5 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= automake14 autoconf +NO_STAGE= yes .include Modified: head/benchmarks/expedite/Makefile ============================================================================== --- head/benchmarks/expedite/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/expedite/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -26,6 +26,7 @@ OPENGL_DESC= Enable OpenGL evas engine SDL_DESC= Enable SDL evas engine X11_DESC= Enable X11 evas engine +NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPENGL} Modified: head/benchmarks/fhourstones/Makefile ============================================================================== --- head/benchmarks/fhourstones/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/fhourstones/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fhourstones -# Date created: 2006-11-23 -# Whom: trasz -# +# Created by: trasz # $FreeBSD$ -# PORTNAME= fhourstones PORTVERSION= 3.1 @@ -19,6 +15,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/fhourstones lib/fhourstones/SearchGame lib/fhourstones/inputs PLIST_DIRS= lib/fhourstones +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/fhourstones Modified: head/benchmarks/filebench/Makefile ============================================================================== --- head/benchmarks/filebench/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/filebench/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,9 +1,5 @@ -# New ports collection makefile for: filebench -# Date created: Jan 6, 2011 -# Whom: Tom Judge -# +# Created by: Tom Judge # $FreeBSD$ -# PORTNAME= filebench PORTVERSION= 1.4.8.0.8 @@ -19,6 +15,7 @@ ONLY_FOR_ARCHS= amd64 i386 ia64 ppc GNU_CONFIGURE= yes LICENSE= CDDL +NO_STAGE= yes do-install: ( cd ${WRKSRC} && make install-binPROGRAMS ) .if !defined(NOPORTDATA) Modified: head/benchmarks/fio/Makefile ============================================================================== --- head/benchmarks/fio/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/fio/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -20,6 +20,7 @@ GNUPLOT_DESC= Support for plotting graph MAN1= fio.1 fio_generate_plots.1 +NO_STAGE= yes .include do-install: Modified: head/benchmarks/flops/Makefile ============================================================================== --- head/benchmarks/flops/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/flops/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -16,6 +16,7 @@ NO_WRKSUBDIR= yes PORTDOCS= flops.doc PLIST_FILES= bin/flops +NO_STAGE= yes .include post-extract: Modified: head/benchmarks/flowgrind/Makefile ============================================================================== --- head/benchmarks/flowgrind/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/flowgrind/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -23,4 +23,5 @@ MAN1= flowgrind-stop.1 \ flowgrind.1 \ flowgrindd.1 +NO_STAGE= yes .include Modified: head/benchmarks/forkbomb/Makefile ============================================================================== --- head/benchmarks/forkbomb/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/forkbomb/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,9 +1,5 @@ -# New ports collection makefile for: forkbomb -# Date created: 21 Jan 2004 -# Whom: Radim Kolar -# +# Created by: Radim Kolar # $FreeBSD$ -# PORTNAME= forkbomb PORTVERSION= 1.4 @@ -18,4 +14,5 @@ COMMENT= System stress testing tool MAN8= forkbomb.8 PLIST_FILES= sbin/forkbomb +NO_STAGE= yes .include Modified: head/benchmarks/geekbench/Makefile ============================================================================== --- head/benchmarks/geekbench/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/geekbench/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,9 +1,5 @@ -# New ports collection makefile for: geekbench -# Date created: 2006-12-09 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= geekbench PORTVERSION= 2.1.13 @@ -22,6 +18,7 @@ USE_LINUX= yes WRKSRC= ${WRKDIR}/dist/${DISTNAME} PLIST_FILES= bin/geekbench +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/geekbench_x86_32 ${PREFIX}/bin/geekbench Modified: head/benchmarks/gtkperf/Makefile ============================================================================== --- head/benchmarks/gtkperf/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/gtkperf/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -16,6 +16,7 @@ USES= gmake pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 gnomeprefix +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/benchmarks/himenobench/Makefile ============================================================================== --- head/benchmarks/himenobench/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/himenobench/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,9 +1,5 @@ -# New ports collection makefile for: himenobench -# Date Created: 16 Aug 2004 -# Whom: NAKATA Maho -# +# Created by: NAKATA Maho # $FreeBSD$ -# PORTNAME= himenobench PORTVERSION= 2004.08.16 @@ -31,6 +27,7 @@ USE_FORTRAN= yes USE_FORTRAN= ifort .endif +NO_STAGE= yes .include .if defined(WITH_OPTIMIZED_FLAGS) Modified: head/benchmarks/hpl/Makefile ============================================================================== --- head/benchmarks/hpl/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/hpl/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -53,6 +53,7 @@ MAN3= HPL_abort.3 HPL_all_reduce.3 HPL_ OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-patch: Modified: head/benchmarks/hs-criterion/Makefile ============================================================================== --- head/benchmarks/hs-criterion/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/hs-criterion/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,4 +1,4 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun +# Created by: Giuseppe Pilichi aka Jacula Modyun # $FreeBSD$ PORTNAME= criterion @@ -20,5 +20,6 @@ INSTALL_PORTEXAMPLES= \ INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README.markdown ${DATADIR} +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/benchmarks/httperf/Makefile ============================================================================== --- head/benchmarks/httperf/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/httperf/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -23,6 +23,7 @@ PORTDOCS= ChangeLog NEWS README TODO .endif MAN1= httperf.1 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} Modified: head/benchmarks/imb/Makefile ============================================================================== --- head/benchmarks/imb/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/imb/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -31,6 +31,7 @@ CFLAGS= -O3 CFLAGS+= -DCHECK .endif +NO_STAGE= yes .include .if exists(${LOCALBASE}/mpi/openmpi/bin/mpirun) Modified: head/benchmarks/interbench/Makefile ============================================================================== --- head/benchmarks/interbench/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/interbench/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -22,6 +22,7 @@ PORTDOCS= readme readme.interactivity OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-patch: Modified: head/benchmarks/iorate/Makefile ============================================================================== --- head/benchmarks/iorate/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/iorate/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -21,6 +21,7 @@ PORTDOCS= README README.versions OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-patch: Modified: head/benchmarks/iozone/Makefile ============================================================================== --- head/benchmarks/iozone/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/iozone/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -29,6 +29,7 @@ OPTIONS_DEFAULT=SSH THREADS SSH_DESC= Use ssh in distributed measurement THREADS_DESC= Enable threading (uses pthreads) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MTHREADS} Modified: head/benchmarks/iozone21/Makefile ============================================================================== --- head/benchmarks/iozone21/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/iozone21/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: iozone -# Date created: 26 September 1994 -# Whom: jmz -# +# Created by: jmz # $FreeBSD$ -# PORTNAME= iozone PORTVERSION= 2.01 @@ -26,4 +21,5 @@ EXTRACT_AFTER_ARGS= # empty NO_WRKSUBDIR= YES MAN1= iozone.1 +NO_STAGE= yes .include Modified: head/benchmarks/iperf/Makefile ============================================================================== --- head/benchmarks/iperf/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/iperf/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -20,6 +20,7 @@ MAN1= iperf.1 PLIST_FILES= bin/iperf PORTDOCS= * +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIPV6} Modified: head/benchmarks/libmicro/Makefile ============================================================================== --- head/benchmarks/libmicro/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/libmicro/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -25,6 +25,7 @@ PLIST_SUB= ARCH="${ARCH}" PKGLIBDIR= ${PREFIX}/lib/${PORTNAME} +NO_STAGE= yes post-build: @${ECHO_CMD} '#!/bin/sh' > ${WRKDIR}/libmicro-bench @${ECHO_CMD} '(cd ${PKGLIBDIR} && ./bench $$1)' >> ${WRKDIR}/libmicro-bench.sh Modified: head/benchmarks/lmbench/Makefile ============================================================================== --- head/benchmarks/lmbench/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/lmbench/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -29,6 +29,7 @@ MAN8= bw_file_rd.8 bw_mem.8 bw_mem_rd.8 USES= gmake +NO_STAGE= yes # the bindir for the PLIST is: # (note that ./os needs to be run inside the work dir, running it # outside will give a different result.) Modified: head/benchmarks/mdtest/Makefile ============================================================================== --- head/benchmarks/mdtest/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/mdtest/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -21,6 +21,7 @@ PLIST_FILES= bin/${PORTNAME} CFLAGS+= -DDarwin +NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPENMPI} Modified: head/benchmarks/nbench/Makefile ============================================================================== --- head/benchmarks/nbench/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/nbench/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,9 +1,5 @@ -# New ports collection makefile for: nbench -# Date created: 17 December 1997 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= nbench PORTVERSION= 2.2.3 @@ -17,6 +13,7 @@ COMMENT= BYTE Magazine's native benchmar ALL_TARGET= # empty MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nbench ${PREFIX}/bin @${MKDIR} ${DATADIR} Modified: head/benchmarks/netio/Makefile ============================================================================== --- head/benchmarks/netio/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/netio/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -22,6 +22,7 @@ MAKE_ENV+= OUT="-o" LIBS=${PTHREAD_LIBS} PLIST_FILES+= bin/netio6 .endif +NO_STAGE= yes do-build: cd ${WRKSRC}; \ ${SETENV} ${MAKE_ENV} O=.o CFLAGS="${CFLAGS}" ${GMAKE} all Modified: head/benchmarks/netperf/Makefile ============================================================================== --- head/benchmarks/netperf/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/netperf/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -20,6 +20,7 @@ SOCKETS_DESC= Enable Unix Domain socket HISTOGRAM_DESC= Enable optional histogram output EXS_DESC= Enable ICSC async socket support +NO_STAGE= yes .include USE_CSTD= gnu89 Modified: head/benchmarks/netperfmeter/Makefile ============================================================================== --- head/benchmarks/netperfmeter/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/netperfmeter/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -19,6 +19,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +NO_STAGE= yes .include .if ${OSVERSION} < 700000 Modified: head/benchmarks/netpipe/Makefile ============================================================================== --- head/benchmarks/netpipe/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/netpipe/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,7 +1,4 @@ -# New ports collection makefile for: netpipe -# Date created: 20 Feb 1998 -# Whom: jkoshy -# +# Created by: jkoshy # $FreeBSD$ PORTNAME= NetPIPE @@ -21,6 +18,7 @@ PLIST_FILES= bin/NPtcp bin/NPtcp6 DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:L} +NO_STAGE= yes do-build: cd ${WRKSRC} \ && ${CC} ${CFLAGS} src/netpipe.c src/tcp.c -DTCP -o NPtcp \ Modified: head/benchmarks/nosqlbench/Makefile ============================================================================== --- head/benchmarks/nosqlbench/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/nosqlbench/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -17,6 +17,7 @@ USES= cmake CMAKE_ARGS= -DLIBTNT_INCLUDE=${LOCALBASE}/include \ -DLIBTNT_LIB=${LOCALBASE}/lib +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} 's#DESTINATION doc#DESTINATION ${DOCSDIR}#g' \ ${WRKSRC}/CMakeLists.txt Modified: head/benchmarks/nqueens/Makefile ============================================================================== --- head/benchmarks/nqueens/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/nqueens/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -17,6 +17,7 @@ OPTIONS_DEFINE= MPI STATIC OPTIMIZED_CFL MPI_DESC= Build distributed MPI version STATIC_DESC= Link resulting binaries statically +NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} Modified: head/benchmarks/nttcp/Makefile ============================================================================== --- head/benchmarks/nttcp/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/nttcp/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -20,6 +20,7 @@ USES= gmake MAKE_ENV+= OPT="${CFLAGS}" NOPRECIOUSMAKEVARS=yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${PREFIX}/man/man1/ Modified: head/benchmarks/nuttcp/Makefile ============================================================================== --- head/benchmarks/nuttcp/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/nuttcp/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,4 +1,4 @@ -# Whom: Andy Clark +# Created by: Andy Clark # $FreeBSD$ PORTNAME= nuttcp @@ -26,6 +26,7 @@ OPTIONS_DEFAULT= NUTTSCP NUTTSCP_DESC= Install script for copying files over nuttcp +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNUTTSCP} Modified: head/benchmarks/octave-forge-benchmark/Makefile ============================================================================== --- head/benchmarks/octave-forge-benchmark/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/octave-forge-benchmark/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -9,5 +9,6 @@ CATEGORIES= benchmarks math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include Modified: head/benchmarks/p5-Benchmark-Forking/Makefile ============================================================================== --- head/benchmarks/p5-Benchmark-Forking/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/p5-Benchmark-Forking/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -17,4 +17,5 @@ USE_PERL5= configure MAN3= Benchmark::Forking.3 +NO_STAGE= yes .include Modified: head/benchmarks/p5-Benchmark-Stopwatch/Makefile ============================================================================== --- head/benchmarks/p5-Benchmark-Stopwatch/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/p5-Benchmark-Stopwatch/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Benchmark::Stopwatch.3 +NO_STAGE= yes .include Modified: head/benchmarks/pathchirp/Makefile ============================================================================== --- head/benchmarks/pathchirp/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/pathchirp/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -17,6 +17,7 @@ MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/pathchirp_rcv bin/pathchirp_snd bin/pathchirp_run PORTDOCS= README +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/CFLAGS.*O4/d' ${WRKSRC}/configure Modified: head/benchmarks/pathload/Makefile ============================================================================== --- head/benchmarks/pathload/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/pathload/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -19,6 +19,7 @@ MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/pathload_rcv bin/pathload_snd +NO_STAGE= yes do-install: .for f in pathload_rcv pathload_snd ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin Modified: head/benchmarks/pathrate/Makefile ============================================================================== --- head/benchmarks/pathrate/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/pathrate/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -18,6 +18,7 @@ MAKEFILE= makefile PLIST_FILES= bin/pathrate_rcv bin/pathrate_snd +NO_STAGE= yes do-install: .for f in pathrate_rcv pathrate_snd ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin Modified: head/benchmarks/pear-Benchmark/Makefile ============================================================================== --- head/benchmarks/pear-Benchmark/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/pear-Benchmark/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Benchmark -# Date created: 09 September 2004 -# Whom: Antonio Carlos Venancio Junior () -# +# Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ -# PORTNAME= Benchmark PORTVERSION= 1.2.9 @@ -18,6 +14,7 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORT USE_PHP= bcmath PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/benchmarks/phoronix-test-suite/Makefile ============================================================================== --- head/benchmarks/phoronix-test-suite/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/phoronix-test-suite/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,5 +1,4 @@ -# Created by: Kris Moore -# +# Created by: Kris Moore # $FreeBSD$ PORTNAME= phoronix-test-suite @@ -30,6 +29,7 @@ OPTIONS_DEFAULT= X11 BASH_COMPLETIONS_DESC= Install bash completions X11_DESC= Install X11 icons and mimetypes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MX11} Modified: head/benchmarks/pipebench/Makefile ============================================================================== --- head/benchmarks/pipebench/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/pipebench/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: pipebench -# Date created: Jan 14, 2003 -# Whom: mich@freebsdcluster.org -# +# Created by: mich@freebsdcluster.org # $FreeBSD$ -# PORTNAME= pipebench PORTVERSION= 0.40 @@ -16,6 +11,7 @@ COMMENT= Pipebench shows current through CFLAGS+= -w -pedantic +NO_STAGE= yes do-build: cd ${WRKSRC} && \ ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c Modified: head/benchmarks/pnetmark/Makefile ============================================================================== --- head/benchmarks/pnetmark/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/pnetmark/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -24,6 +24,7 @@ PNET_STRAP_BIN= pnetmark \ linpack \ scimark2 +NO_STAGE= yes .include "${.CURDIR}/../../lang/pnet/Makefile.pnet" .include Modified: head/benchmarks/polygraph/Makefile ============================================================================== --- head/benchmarks/polygraph/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/polygraph/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,9 +1,5 @@ -# New ports collection makefile for: polygraph -# Date created: 3 March 1999 -# Whom: Dima Sivachenko -# +# Created by: Dima Sivachenko # $FreeBSD$ -# PORTNAME= polygraph PORTVERSION= 4.3.2 @@ -34,6 +30,7 @@ ZLIB_DESC= Enable HTTP compression suppo OPTIONS_DEFAULT= OPENSSL ZLIB +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGNUPLOT} Modified: head/benchmarks/postal/Makefile ============================================================================== --- head/benchmarks/postal/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/postal/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -24,6 +24,7 @@ PLIST_FILES= sbin/bhm sbin/postal bin/po MAN1= postal-list.1 MAN8= bhm.8 postal.8 rabid.8 +NO_STAGE= yes .include CONFIGURE_ARGS= --disable-gnutls Modified: head/benchmarks/postmark/Makefile ============================================================================== --- head/benchmarks/postmark/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/postmark/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER MAN1= postmark.1 PLIST_FILES= sbin/postmark +NO_STAGE= yes do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -o postmark postmark-${PORTVERSION}.c) Modified: head/benchmarks/pybench/Makefile ============================================================================== --- head/benchmarks/pybench/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/pybench/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pybench -# Date created: 29 March 2001 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ -# PORTNAME= pybench PORTVERSION= 2.0 @@ -20,6 +16,7 @@ USE_PYTHON= yes PORTDOCS= README +NO_STAGE= yes do-build: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} Modified: head/benchmarks/raidtest/Makefile ============================================================================== --- head/benchmarks/raidtest/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/raidtest/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: raidtest -# Date created: Sat Oct 16, 2004 -# Whom: David O'Brien (obrien@FreeBSD.org) -# +# Created by: David O'Brien (obrien@FreeBSD.org) # $FreeBSD$ -# PORTNAME= raidtest PORTVERSION= 1.2 @@ -18,6 +13,7 @@ COMMENT= Test performance of storage dev NO_WRKSUBDIR= yes PLIST_FILES= bin/raidtest +NO_STAGE= yes do-fetch: do-extract: Modified: head/benchmarks/randomio/Makefile ============================================================================== --- head/benchmarks/randomio/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/randomio/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -13,6 +13,7 @@ USE_BZIP2= yes USES= gmake PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} Modified: head/benchmarks/rubygem-railsbench/Makefile ============================================================================== --- head/benchmarks/rubygem-railsbench/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/rubygem-railsbench/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -20,6 +20,7 @@ OPTIONS_DEFINE= GRUFF GRUFF_DESC= Plotting of perf data support using gruff OPTIONSFILE= ${PORT_DBDIR}/rubygem-${PORTNAME}/options +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGRUFF} Modified: head/benchmarks/scimark2/Makefile ============================================================================== --- head/benchmarks/scimark2/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/scimark2/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -28,6 +28,7 @@ SMSH= ${PORTNAME}${PKGNAMESUFFIX} PLIST_SUB= SMDIR=${LSMDIR} PKGMESSAGE= ${WRKSRC}/pkg-message +NO_STAGE= yes do-build: cd ${WRKSRC} && ${JAVAC} ${JAVAC_OPTS} commandline.java @${CP} ${WRKSRC}/commandline.class ${WRKSRC}/jnt/scimark2 Modified: head/benchmarks/scimark2c/Makefile ============================================================================== --- head/benchmarks/scimark2c/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/scimark2c/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,9 +1,5 @@ -# New ports collection makefile for: scimark2c -# Date created: Sat Apr 05 2003 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= scimark2c DISTVERSION= 2_1 @@ -18,6 +14,7 @@ PLIST_FILES= bin/scimark2 WRKSRC= ${WRKDIR} USE_ZIP= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/scimark2 ${PREFIX}/bin Modified: head/benchmarks/siege/Makefile ============================================================================== --- head/benchmarks/siege/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/siege/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -23,6 +23,7 @@ MAN1= siege.1 siege.config.1 bombardmen MAN5= urls_txt.5 MAN7= layingsiege.7 +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/siege ${PREFIX}/bin/ @${INSTALL_SCRIPT} ${WRKSRC}/utils/bombardment ${PREFIX}/bin/ Modified: head/benchmarks/sipp/Makefile ============================================================================== --- head/benchmarks/sipp/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/sipp/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -28,6 +28,7 @@ OPENSSL_DESC= OpenSSL support (for diges GSL_DESC= GSL support (for statistical distributed pauses) PCAPPLAY_DESC= RTP play support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGSL} Modified: head/benchmarks/slowloris/Makefile ============================================================================== --- head/benchmarks/slowloris/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/slowloris/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,9 +1,5 @@ -# New ports collection makefile for: slowloris -# Date created: Fri 03 Jul 2009 -# Whom: Alexey V. Degtyarev -# +# Created by: Alexey V. Degtyarev # $FreeBSD$ -# PORTNAME= slowloris PORTVERSION= 0.7 @@ -21,6 +17,7 @@ RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTS PLIST_FILES= bin/slowloris +NO_STAGE= yes .include PERL_THREADS= no Modified: head/benchmarks/spp/Makefile ============================================================================== --- head/benchmarks/spp/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/spp/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -12,6 +12,7 @@ COMMENT= Calculates round trip time from PLIST_FILES= bin/spp MAN1= spp.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E '/(-DDEBUG|-g)/s|^|#|g' \ ${WRKSRC}/Makefile Modified: head/benchmarks/stream/Makefile ============================================================================== --- head/benchmarks/stream/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/stream/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -22,6 +22,7 @@ EXTRACT_AFTER_ARGS= ${WRKDIR} PORTDOCS= stream.c PLIST_FILES= bin/stream_bench +NO_STAGE= yes .include do-build: Modified: head/benchmarks/super-smack/Makefile ============================================================================== --- head/benchmarks/super-smack/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/super-smack/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -23,6 +23,7 @@ OPTIONS_DEFAULT= MYSQL PGSQL_DESC= Enable PostgreSQL support MYSQL_DESC= Enable MySQL support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MMYSQL} Modified: head/benchmarks/sysbench/Makefile ============================================================================== --- head/benchmarks/sysbench/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/sysbench/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -19,6 +19,7 @@ OPTIONS_DEFINE= LARGEFILE MYSQL PGSQL DO OTPIONS_DEFAULT= LARGEFILE MYSQL LARGEFILE_DESC= Enable Largefile support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MLARGEFILE} Modified: head/benchmarks/tcpblast/Makefile ============================================================================== --- head/benchmarks/tcpblast/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/tcpblast/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,10 +1,5 @@ -# New ports collection makefile for: tcpblast -# Date created: 22 August 1994 -# Whom: mr -# +# Created by: mr # $FreeBSD$ -# -# port's source files are in src dir in portball PORTNAME= tcpblast PORTVERSION= 1.1 @@ -19,6 +14,7 @@ PLIST_FILES= bin/tcpblast WRKSRC= ${WRKDIR}/src +NO_STAGE= yes do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} Modified: head/benchmarks/thrulay/Makefile ============================================================================== --- head/benchmarks/thrulay/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/thrulay/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -22,6 +22,7 @@ MAKE_JOBS_UNSAFE= yes PORTDOCS= ChangeLog README thrulay-protocol.txt thrulay-index.html +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '922s,datarootdir,prefix,g' ${WRKSRC}/configure Modified: head/benchmarks/tsung/Makefile ============================================================================== --- head/benchmarks/tsung/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/tsung/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -24,6 +24,7 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} MAN1= tsplot.1 tsung-recorder.1 tsung.1 +NO_STAGE= yes post-patch-script: @${REINPLACE_CMD} -e 's|MAN_DIR = $$(datadir)/man/man1/|MAN_DIR = $$(prefix)/man/man1/|' \ ${WRKSRC}/Makefile.in Modified: head/benchmarks/ttcp/Makefile ============================================================================== --- head/benchmarks/ttcp/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/ttcp/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ttcp -# Date created: Tue Jun 1 22:58:13 PDT 1999 -# Whom: mharo@FreeBSD.org -# +# Created by: mharo@FreeBSD.org # $FreeBSD$ -# PORTNAME= ttcp PORTVERSION= 1.12 @@ -26,6 +22,7 @@ NO_WRKSUBDIR= yes DIST_SUBDIR= ${PORTNAME} MAN1= ttcp.1 +NO_STAGE= yes post-extract: ${CP} ${DISTDIR}/${DIST_SUBDIR}/ttcp.c ${WRKSRC}/ ${CP} ${DISTDIR}/${DIST_SUBDIR}/ttcp.1 ${WRKSRC}/ Modified: head/benchmarks/ubench/Makefile ============================================================================== --- head/benchmarks/ubench/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/ubench/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ubench -# Date created: 6 June 2000 -# Whom: Yen-Ming Lee -# +# Created by: Yen-Ming Lee # $FreeBSD$ -# PORTNAME= ubench PORTVERSION= 0.32 @@ -19,4 +15,5 @@ HAS_CONFIGURE= yes MAN8= ubench.8 PLIST_FILES= bin/ubench +NO_STAGE= yes .include Modified: head/benchmarks/unixbench/Makefile ============================================================================== --- head/benchmarks/unixbench/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/unixbench/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -14,6 +14,7 @@ COMMENT= The BYTE magazine's Public Doma SUB_FILES= unixbench MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes post-extract: ${RM} -f ${WRKSRC}/pgms/select Modified: head/benchmarks/webbench/Makefile ============================================================================== --- head/benchmarks/webbench/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/webbench/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -1,9 +1,5 @@ -# New ports collection makefile for: webbench -# Date created: 10 Jan 2004 -# Whom: Radim Kolar -# +# Created by: Radim Kolar # $FreeBSD$ -# PORTNAME= webbench PORTVERSION= 1.5 @@ -26,6 +22,7 @@ PORTDOCS= copyright changelog PLIST_FILES= bin/webbench +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/webbench ${PREFIX}/bin .if !defined(NO_INSTALL_MANPAGES) Modified: head/benchmarks/wrk/Makefile ============================================================================== --- head/benchmarks/wrk/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/wrk/Makefile Fri Sep 20 15:52:44 2013 (r327708) @@ -20,6 +20,7 @@ CFLAGS+= -std=c99 -D_DECLARE_C99_LDBL_MA PLIST_FILES= bin/wrk +NO_STAGE= yes .include .if ${OSVERSION} < 800000 Modified: head/benchmarks/xdd/Makefile ============================================================================== --- head/benchmarks/xdd/Makefile Fri Sep 20 15:28:04 2013 (r327707) +++ head/benchmarks/xdd/Makefile Fri Sep 20 15:52:44 2013 (r327708) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 15:56:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D88B1906; Fri, 20 Sep 2013 15:56:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C3CB52FDC; Fri, 20 Sep 2013 15:56:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KFu19G052284; Fri, 20 Sep 2013 15:56:01 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KFtiX6052145; Fri, 20 Sep 2013 15:55:44 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201555.r8KFtiX6052145@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 15:55:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327709 - in head/biology: ariadne artemis avida babel biococoa biojava blast blat boinc-simap chemeq clustalw consed crux dotter embassy emboss fasta fasta3 fastdnaml finchtv fluctuate... 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.14 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: Fri, 20 Sep 2013 15:56:02 -0000 Author: bapt Date: Fri Sep 20 15:55:44 2013 New Revision: 327709 URL: http://svnweb.freebsd.org/changeset/ports/327709 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: biology) Modified: head/biology/ariadne/Makefile head/biology/artemis/Makefile head/biology/avida/Makefile head/biology/babel/Makefile head/biology/biococoa/Makefile head/biology/biojava/Makefile head/biology/blast/Makefile head/biology/blat/Makefile head/biology/boinc-simap/Makefile head/biology/chemeq/Makefile head/biology/clustalw/Makefile head/biology/consed/Makefile head/biology/crux/Makefile head/biology/dotter/Makefile head/biology/embassy/Makefile head/biology/emboss/Makefile head/biology/fasta/Makefile head/biology/fasta3/Makefile head/biology/fastdnaml/Makefile head/biology/finchtv/Makefile head/biology/fluctuate/Makefile head/biology/garlic/Makefile head/biology/genpak/Makefile head/biology/gff2ps/Makefile head/biology/gmap/Makefile head/biology/gperiodic/Makefile head/biology/grappa/Makefile head/biology/hmmer/Makefile head/biology/iolib/Makefile head/biology/jalview/Makefile head/biology/lagan/Makefile head/biology/lamarc/Makefile head/biology/libgenome/Makefile head/biology/libsbml/Makefile head/biology/linux-foldingathome/Makefile head/biology/mafft/Makefile head/biology/mapm3/Makefile head/biology/migrate/Makefile head/biology/molden/Makefile head/biology/mopac/Makefile head/biology/mrbayes/Makefile head/biology/mummer/Makefile head/biology/muscle/Makefile head/biology/ncbi-toolkit/Makefile head/biology/njplot/Makefile head/biology/ortep3/Makefile head/biology/p5-AcePerl/Makefile head/biology/p5-Bio-ASN1-EntrezGene/Makefile head/biology/p5-Bio-Das-Lite/Makefile head/biology/p5-Bio-Das/Makefile head/biology/p5-Bio-GFF3/Makefile head/biology/p5-Bio-Glite/Makefile head/biology/p5-Bio-Graphics/Makefile head/biology/p5-Bio-MAGETAB/Makefile head/biology/p5-Bio-NEXUS/Makefile head/biology/p5-Bio-Phylo/Makefile head/biology/p5-Bio-SCF/Makefile head/biology/p5-bioperl-run/Makefile head/biology/p5-bioperl/Makefile head/biology/paml/Makefile head/biology/phd2fasta/Makefile head/biology/phrap/Makefile head/biology/phred/Makefile head/biology/phylip/Makefile head/biology/phyml/Makefile head/biology/platon/Makefile head/biology/plink/Makefile head/biology/plinkseq/Makefile head/biology/povchem/Makefile head/biology/primer3/Makefile head/biology/protomol/Makefile head/biology/psi88/Makefile head/biology/py-biopython/Makefile head/biology/pycogent/Makefile head/biology/pyfasta/Makefile head/biology/pymol/Makefile head/biology/python-nexus/Makefile head/biology/rasmol/Makefile head/biology/recombine/Makefile head/biology/ruby-bio/Makefile head/biology/seaview/Makefile head/biology/seqan/Makefile head/biology/seqio/Makefile head/biology/sim4/Makefile head/biology/ssaha/Makefile head/biology/tRNAscan-SE/Makefile head/biology/t_coffee/Makefile head/biology/tinker/Makefile head/biology/treepuzzle/Makefile head/biology/treeviewx/Makefile head/biology/ugene/Makefile head/biology/velvet/Makefile head/biology/wise/Makefile head/biology/xmolwt/Makefile Modified: head/biology/ariadne/Makefile ============================================================================== --- head/biology/ariadne/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/ariadne/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -18,6 +18,7 @@ PORTDOCS= README OPTIONS_DEFINE= DOCS +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}| ; \ s|CC =|CC ?=| ; \ Modified: head/biology/artemis/Makefile ============================================================================== --- head/biology/artemis/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/artemis/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -20,6 +20,7 @@ JAVA_VERSION= 1.6+ NO_BUILD= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" +NO_STAGE= yes post-extract: @${FIND} ${WRKSRC} -type d -name CVS -exec ${RM} -rf {} + Modified: head/biology/avida/Makefile ============================================================================== --- head/biology/avida/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/avida/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -30,6 +30,7 @@ DATA_FILES= analyze.cfg avida.cfg defaul instset-heads-sex.cfg instset-heads.cfg instset-smt.cfg \ instset-transsmt.cfg +NO_STAGE= yes .include .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" Modified: head/biology/babel/Makefile ============================================================================== --- head/biology/babel/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/babel/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -22,6 +22,7 @@ PORTDOCS= README.1ST OPTIONS_DEFINE= DOCS +NO_STAGE= yes post-build: ${SED} -e 's%@PREFIX@%${PREFIX}%g' \ ${FILESDIR}/babel.sh >${WRKSRC}/babel.sh Modified: head/biology/biococoa/Makefile ============================================================================== --- head/biology/biococoa/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/biococoa/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -21,4 +21,5 @@ USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/biococoa-${PORTVERSION} +NO_STAGE= yes .include Modified: head/biology/biojava/Makefile ============================================================================== --- head/biology/biojava/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/biojava/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -25,6 +25,7 @@ PORTEXAMPLES= demos WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .if !defined(WITHOUT_TESTS) +NO_STAGE= yes regression-test: @(cd ${BUILD_WRKSRC}; \ ${SETENV} ${MAKE_ENV} ${ANT} ${MAKE_ARGS} runtests) Modified: head/biology/blast/Makefile ============================================================================== --- head/biology/blast/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/blast/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -32,6 +32,7 @@ BLASTA_LINKS= blastn blastp blastx tblas XDFORMAT_LINKS= setdb pressdb SUB_FILES= pkg-message +NO_STAGE= yes .include .if ${ARCH} == amd64 Modified: head/biology/blat/Makefile ============================================================================== --- head/biology/blat/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/blat/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -27,6 +27,7 @@ PORTDATA= * OPTIONS_DEFINE= DOCS +NO_STAGE= yes post-patch: @${MKDIR} ${WRKSRC}/bin/${ARCH} @${MKDIR} ${WRKSRC}/lib/${ARCH} Modified: head/biology/boinc-simap/Makefile ============================================================================== --- head/biology/boinc-simap/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/boinc-simap/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,6 +1,5 @@ # Created by: Pav Lucistnik # $FreeBSD$ -# PORTNAME= boinc-simap PORTVERSION= ${SIMAP_VERSION}.${HMMER_VERSION} @@ -37,6 +36,7 @@ ONLY_FOR_ARCHS= i386 amd64 OPTIONS_DEFINE= SSE +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSSE} Modified: head/biology/chemeq/Makefile ============================================================================== --- head/biology/chemeq/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/chemeq/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -24,6 +24,7 @@ PORTEXAMPLES= chemreport chemreport.pl c OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include do-install: Modified: head/biology/clustalw/Makefile ============================================================================== --- head/biology/clustalw/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/clustalw/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,9 +1,5 @@ -# New ports collection makefile for: clustalw -# Date created: 6 July 2000 -# Whom: dbader@eece.unm.edu -# +# Created by: dbader@eece.unm.edu # $FreeBSD$ -# PORTNAME= clustalw PORTVERSION= 2.1 @@ -24,6 +20,7 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/clustalw bin/clustalw2 +NO_STAGE= yes post-install: ${LN} -sf clustalw2 ${PREFIX}/bin/clustalw Modified: head/biology/consed/Makefile ============================================================================== --- head/biology/consed/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/consed/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,9 +1,5 @@ -# New ports collection makefile for: phred -# Date created: 8 July 2005 -# Whom: Motomichi Matsuzaki -# +# Created by: Motomichi Matsuzaki # $FreeBSD$ -# PORTNAME= consed PORTVERSION= 16.0 @@ -62,6 +58,7 @@ EXAMPLES= standard autofinish assembly_v PLIST= ${PKGDIR}/pkg-plist.examples .endif +NO_STAGE= yes post-build: (cd ${WRKSRC}/misc/454; ${CC} ${CFLAGS} sffinfo.c -o sffinfo) (cd ${WRKSRC}/misc/454; ${CC} ${CFLAGS} sff2scf.c -o sff2scf) Modified: head/biology/crux/Makefile ============================================================================== --- head/biology/crux/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/crux/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -20,6 +20,7 @@ USE_PYTHON= 2.5+ OPTIONS_DEFINE= SYS_LINALG SYS_LINALG_DESC= Enable system ATLAS/LAPACK +NO_STAGE= yes .include CPPFLAGS+= -I${LOCALBASE}/include Modified: head/biology/dotter/Makefile ============================================================================== --- head/biology/dotter/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/dotter/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,4 +1,4 @@ -# Created by: Fernan Aguero +# Created by: Fernan Aguero # $FreeBSD$ PORTNAME= dotter @@ -22,6 +22,7 @@ ONLY_FOR_ARCHS= i386 NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} bin/${DISTNAME} +NO_STAGE= yes do-install: ${BRANDELF} -t Linux ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \ Modified: head/biology/embassy/Makefile ============================================================================== --- head/biology/embassy/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/embassy/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -74,6 +74,7 @@ EMBASSY_APPS= DOMAINATRIX EMNU ESIM4 HM TOPO DOMALIGN DOMSEARCH SIGNATURE STRUCTURE MYEMBOSS \ VIENNA MIRA IPRSCAN CBSTOOLS +NO_STAGE= yes .include .include Modified: head/biology/emboss/Makefile ============================================================================== --- head/biology/emboss/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/emboss/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -47,6 +47,7 @@ CONFIGURE_ARGS+= --without-x DOC_DIRS= doc/manuals doc/tutorials doc/programs/text doc/programs/html CONFIG_FILE= ${WRKSRC}/emboss/emboss.default.template +NO_STAGE= yes pre-install: @ ${REINPLACE_CMD} -e 's#%%DATADIR%%#${DATADIR}#' ${CONFIG_FILE} Modified: head/biology/fasta/Makefile ============================================================================== --- head/biology/fasta/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/fasta/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -25,6 +25,7 @@ MLINKS= fasta.1 tfasta.1 fasta.1 lfasta OPTIONS_DEFINE= DOCS +NO_STAGE= yes do-extract: @ ${RM} -rf ${WRKDIR} @ ${MKDIR} ${WRKSRC} Modified: head/biology/fasta3/Makefile ============================================================================== --- head/biology/fasta3/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/fasta3/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -37,6 +37,7 @@ MLINKS= fasta36.1 tfasta35.1 fasta36.1 fasta36.1 lalign35.1 fasta36.1 prss35.1 fasta36.1 prfx35.1 PLIST_SUB= VER=${PORTVERSION:R:R} +NO_STAGE= yes post-patch: @ ${CP} ${WRKSRC}/make/${MAKEFILE} ${BUILD_WRKSRC}/ post-install: Modified: head/biology/fastdnaml/Makefile ============================================================================== --- head/biology/fastdnaml/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/fastdnaml/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -20,6 +20,7 @@ PORTDOCS= fastDNAml_doc_1.2.txt fastDNAm OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include do-install: Modified: head/biology/finchtv/Makefile ============================================================================== --- head/biology/finchtv/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/finchtv/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -18,6 +18,7 @@ NO_BUILD= yes SUB_FILES= pkg-message STRIP= +NO_STAGE= yes do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} Modified: head/biology/fluctuate/Makefile ============================================================================== --- head/biology/fluctuate/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/fluctuate/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -18,6 +18,7 @@ PORTDOCS= errors.doc fluctuate.doc OPTIONS_DEFINE= DOCS +NO_STAGE= yes do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ Modified: head/biology/garlic/Makefile ============================================================================== --- head/biology/garlic/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/garlic/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,9 +1,5 @@ -# New ports collection makefile for: garlic -# Date created: 28 July 2003 -# Whom: maho@FreeBSD.org -# +# Created by: maho@FreeBSD.org # $FreeBSD$ -# PORTNAME= garlic PORTVERSION= 1.6 @@ -29,6 +25,7 @@ CFLAGS+= -mfancy-math-387 -mpreferred-st .endif # i386 .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g ;\ s|%%CC%%|${CC}|g ; \ Modified: head/biology/genpak/Makefile ============================================================================== --- head/biology/genpak/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/genpak/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: genpak -# Date created: Feb 28, 2001 -# Whom: Ying-Chieh Liao -# +# Created by: Ying-Chieh Liao # $FreeBSD$ -# PORTNAME= genpak PORTVERSION= 0.26 @@ -31,4 +26,5 @@ MAN1= Genpak.1 gp_acc.1 gp_adjust.1 gp_c INSTALL_TARGET= install docs .endif +NO_STAGE= yes .include Modified: head/biology/gff2ps/Makefile ============================================================================== --- head/biology/gff2ps/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/gff2ps/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -27,6 +27,7 @@ GFF2PS_MAN= MANUAL_GFF2PS_v0.96.ps OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/biology/gmap/Makefile ============================================================================== --- head/biology/gmap/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/gmap/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,9 +1,5 @@ -# Ports collection makefile for: gmap -# Date created: 24 September 2006 -# Whom: Bob Zimmermann -# +# Created by: Bob Zimmermann # $FreeBSD$ -# PORTNAME= gmap PORTVERSION= 2006.04.21 @@ -17,4 +13,5 @@ COMMENT= A Genomic Mapping and Alignment USE_GMAKE= yes GNU_CONFIGURE= yes +NO_STAGE= yes .include Modified: head/biology/gperiodic/Makefile ============================================================================== --- head/biology/gperiodic/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/gperiodic/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -20,6 +20,7 @@ PORTDOCS= AUTHORS ChangeLog README OPTIONS_DEFINE= DOCS +NO_STAGE= yes do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} `pkg-config --cflags --libs gtk+-2.0` \ gperiodic.c -o gperiodic Modified: head/biology/grappa/Makefile ============================================================================== --- head/biology/grappa/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/grappa/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,9 +1,5 @@ -# New ports collection makefile for: grappa -# Date created: 30 June 2001 -# Whom: dbader@ece.unm.edu -# +# Created by: dbader@ece.unm.edu # $FreeBSD$ -# PORTNAME= grappa PORTVERSION= 2.0 @@ -18,6 +14,7 @@ USE_GMAKE= yes PLIST_FILES= bin/grappa bin/invdist bin/distmat +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/g' ${WRKSRC}/${MAKEFILE} Modified: head/biology/hmmer/Makefile ============================================================================== --- head/biology/hmmer/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/hmmer/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -24,6 +24,7 @@ EXAMPLES= 7LESS_DROME Pkinase.sto fn3.st OPTIONS_DEFINE= PVM PVM_DESC= PVM support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPVM} Modified: head/biology/iolib/Makefile ============================================================================== --- head/biology/iolib/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/iolib/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -30,4 +30,5 @@ MAN3= read_scf_header.3 read_allocate.3 read2exp.3 fread_scf.3 MAN4= Read.4 +NO_STAGE= yes .include Modified: head/biology/jalview/Makefile ============================================================================== --- head/biology/jalview/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/jalview/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} DATADIR= ${JAVASHAREDIR}/${PORTNAME} SUB_FILES= jalview.sh +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/jalview.sh ${PREFIX}/bin/jalview @${MKDIR} ${DATADIR} Modified: head/biology/lagan/Makefile ============================================================================== --- head/biology/lagan/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/lagan/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -39,6 +39,7 @@ SCRIPTUTILS= cmerge2.pl draft.pl mextrac READMES= README.FIRST README.chaos README.lagan README.mlagan \ README.tools README.shuffle +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ '/^CC/s|^|#| ; \ Modified: head/biology/lamarc/Makefile ============================================================================== --- head/biology/lamarc/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/lamarc/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes PORTDOCS= * PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MWXGTK} Modified: head/biology/libgenome/Makefile ============================================================================== --- head/biology/libgenome/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/libgenome/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -22,6 +22,7 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2|@CXXFLAGS@|g' ${WRKSRC}/src/Makefile.in Modified: head/biology/libsbml/Makefile ============================================================================== --- head/biology/libsbml/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/libsbml/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -22,6 +22,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include .include Modified: head/biology/linux-foldingathome/Makefile ============================================================================== --- head/biology/linux-foldingathome/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/linux-foldingathome/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,9 +1,5 @@ -# Ports collection makefile for: foldingathome -# Date created: 2/8/2006 -# Whom: Yonatan -# +# Created by: Yonatan # $FreeBSD$ -# PORTNAME= foldingathome PORTVERSION= 5.04 @@ -23,6 +19,7 @@ PLIST_FILES= share/${PORTNAME}/${DISTNAM bin/FoldingAtHome PLIST_DIRS= share/${PORTNAME} +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC} Modified: head/biology/mafft/Makefile ============================================================================== --- head/biology/mafft/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/mafft/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: mafft -# Date created: 1 Feb 2006 -# Whom: Fernan Aguero -# +# Created by: Fernan Aguero # $FreeBSD$ -# PORTNAME= mafft PORTVERSION= 6.903 @@ -37,6 +32,7 @@ LN_FILES= einsi fftns fftnsi ginsi linsi mafft-fftnsi mafft-ginsi mafft-linsi mafft-nwns mafft-nwnsi \ mafft-qinsi mafft-xinsi nwns nwnsi +NO_STAGE= yes .include .if ${ARCH} == "sparc64" Modified: head/biology/mapm3/Makefile ============================================================================== --- head/biology/mapm3/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/mapm3/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mapm3 -# Date created: 26 March 2008 -# Whom: Tassilo Philipp -# +# Created by: Tassilo Philipp # $FreeBSD$ -# PORTNAME= mapm3 PORTVERSION= 3.0 @@ -21,6 +17,7 @@ COMMENT= Constructs linkage maps of mark NO_WRKSUBDIR= yes MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes post-patch: ${CP} ${WRKSRC}/sun/* ${WRKSRC} Modified: head/biology/migrate/Makefile ============================================================================== --- head/biology/migrate/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/migrate/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -22,6 +22,7 @@ PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/${PORTNAME} bin/${PORTNAME}-n +NO_STAGE= yes .include NOT_FOR_ARCHS= alpha Modified: head/biology/molden/Makefile ============================================================================== --- head/biology/molden/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/molden/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -31,6 +31,7 @@ PORTDOCS= * PORTDATA= * PLIST_FILES= bin/ambfor bin/gmolden bin/molden bin/surf +NO_STAGE= yes .include post-patch: Modified: head/biology/mopac/Makefile ============================================================================== --- head/biology/mopac/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/mopac/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -29,6 +29,7 @@ PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/pkgconfig/s|$$(libdir)|$$(prefix)/libdata|g' \ ${WRKSRC}/Makefile.am Modified: head/biology/mrbayes/Makefile ============================================================================== --- head/biology/mrbayes/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/mrbayes/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mrbayes -# Date created: 11 December 2007 -# Whom: mzaki@biol.s.u-tokyo.ac.jp -# +# Created by: mzaki@biol.s.u-tokyo.ac.jp # $FreeBSD$ -# PORTNAME= mrbayes PORTVERSION= 3.1.2 @@ -23,6 +19,7 @@ PLIST_FILES= bin/mb PORTEXAMPLES= adh.nex anolis.nex avian_ovomucoids.nex bglobin.nex \ cynmix.nex kim.nex primates.nex replicase.nex +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/mb ${PREFIX}/bin/ .if !defined(NOPORTEXAMPLES) Modified: head/biology/mummer/Makefile ============================================================================== --- head/biology/mummer/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/mummer/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: MUMmer -# Date created: 20 November 2007 -# Whom: Tony Maher -# +# Created by: Tony Maher # $FreeBSD$ -# PORTNAME= mummer PORTVERSION= 3.23 @@ -24,6 +19,7 @@ SCRIPTS= dnadiff exact-tandems mapview m nucmer2xfig promer run-mummer1 run-mummer3 DOCUMENTS= COPYRIGHT INSTALL LICENSE README +NO_STAGE= yes do-install: .for program in ${PROGRAMS} (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${program} ${PREFIX}/bin) Modified: head/biology/muscle/Makefile ============================================================================== --- head/biology/muscle/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/muscle/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,9 +1,5 @@ -# New ports collection makefile for: muscle -# Date created: 6 December 2007 -# Whom: Motomichi Matsuzaki -# +# Created by: Motomichi Matsuzaki # $FreeBSD$ -# PORTNAME= muscle PORTVERSION= 3.6 @@ -31,6 +27,7 @@ USE_DOS2UNIX= *.cpp PLIST_FILES= bin/muscle +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/muscle ${PREFIX}/bin .if !defined(NOPORTDOCS) Modified: head/biology/ncbi-toolkit/Makefile ============================================================================== --- head/biology/ncbi-toolkit/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/ncbi-toolkit/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -52,6 +52,7 @@ MLINKS= blast.1 bl2seq.1 blast.1 blasta blast.1 blastpgp.1 blast.1 impala.1 blast.1 megablast.1 \ blast.1 seedtop.1 blast.1 rpsblast.1 +NO_STAGE= yes .include post-patch: Modified: head/biology/njplot/Makefile ============================================================================== --- head/biology/njplot/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/njplot/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -31,6 +31,7 @@ PORTDOCS= njplot.help njplot.html njplot MAN1= njplot.1 unrooted.1 .ifdef (WITHOUT_X11) +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|njplot.*unrooted||' ${WRKSRC}/makefile .endif Modified: head/biology/ortep3/Makefile ============================================================================== --- head/biology/ortep3/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/ortep3/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -28,6 +28,7 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES PGPLOT PGPLOT_DESC= Fortran subroutine package for drawing graphs +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPGPLOT} Modified: head/biology/p5-AcePerl/Makefile ============================================================================== --- head/biology/p5-AcePerl/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/p5-AcePerl/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -41,6 +41,7 @@ MAN3= Ace.3 Ace::Browser::AceSubs.3 Ace Ace::Sequence::Homol.3 Ace::Sequence::Multi.3 \ Ace::Sequence::Transcript.3 +NO_STAGE= yes .include .if ${ARCH} == "amd64" || ${ARCH} == "ia64" Modified: head/biology/p5-Bio-ASN1-EntrezGene/Makefile ============================================================================== --- head/biology/p5-Bio-ASN1-EntrezGene/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/p5-Bio-ASN1-EntrezGene/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,9 +1,5 @@ -# New ports collection makefile for: biology/p5-Bio-ASN1-EntrezGene -# Date created: 12 October 2005 -# Whom: Mauricio Herrera Cuadra -# +# Created by: Mauricio Herrera Cuadra # $FreeBSD$ -# PORTNAME= Bio-ASN1-EntrezGene PORTVERSION= 1.091 @@ -25,4 +21,5 @@ MAN3= Bio::ASN1::EntrezGene.3 \ Bio::ASN1::Sequence.3 \ Bio::ASN1::Sequence::Indexer.3 +NO_STAGE= yes .include Modified: head/biology/p5-Bio-Das-Lite/Makefile ============================================================================== --- head/biology/p5-Bio-Das-Lite/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/p5-Bio-Das-Lite/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -21,4 +21,5 @@ USE_PERL5= modbuild MAN3= Bio::Das::Lite.3 +NO_STAGE= yes .include Modified: head/biology/p5-Bio-Das/Makefile ============================================================================== --- head/biology/p5-Bio-Das/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/p5-Bio-Das/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -31,4 +31,5 @@ MAN3= Bio::Das.3 Bio::Das::AGPServer::Co Bio::Das::Request::Types.3 Bio::Das::Segment.3 Bio::Das::Stylesheet.3 \ Bio::Das::Type.3 Bio::Das::TypeHandler.3 Bio::Das::Util.3 +NO_STAGE= yes .include Modified: head/biology/p5-Bio-GFF3/Makefile ============================================================================== --- head/biology/p5-Bio-GFF3/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/p5-Bio-GFF3/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -27,4 +27,5 @@ MAN3= Bio::GFF3::LowLevel.3 \ Bio::GFF3::LowLevel::Parser::1_0_backcompat.3 \ Bio::GFF3::Transform::FromFasta.3 +NO_STAGE= yes .include Modified: head/biology/p5-Bio-Glite/Makefile ============================================================================== --- head/biology/p5-Bio-Glite/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/p5-Bio-Glite/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Bio::Glite.3 +NO_STAGE= yes .include Modified: head/biology/p5-Bio-Graphics/Makefile ============================================================================== --- head/biology/p5-Bio-Graphics/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/p5-Bio-Graphics/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -128,4 +128,5 @@ MAN3= Bio::Graphics.3 \ Bio::Graphics::Wiggle.3 \ Bio::Graphics::Wiggle::Loader.3 +NO_STAGE= yes .include Modified: head/biology/p5-Bio-MAGETAB/Makefile ============================================================================== --- head/biology/p5-Bio-MAGETAB/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/p5-Bio-MAGETAB/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -87,6 +87,7 @@ MAN3= Bio::MAGETAB.3 \ Bio::MAGETAB::Util::Writer::SDRF.3 \ Bio::MAGETAB::Util::Writer::Tabfile.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^auto_install;/d' ${WRKSRC}/Makefile.PL Modified: head/biology/p5-Bio-NEXUS/Makefile ============================================================================== --- head/biology/p5-Bio-NEXUS/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/p5-Bio-NEXUS/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -52,4 +52,5 @@ MAN3= Bio::NEXUS.3 \ Bio::NEXUS::Util::Logger.3 \ Bio::NEXUS::WeightSet.3 +NO_STAGE= yes .include Modified: head/biology/p5-Bio-Phylo/Makefile ============================================================================== --- head/biology/p5-Bio-Phylo/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/p5-Bio-Phylo/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -148,6 +148,7 @@ MAN3= Bio::Phylo.3 \ Bio::Phylo::Util::StackTrace.3 \ Bio::PhyloRole.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/NAME/ s|Bio-Phylo|Bio::Phylo|' ${WRKSRC}/Makefile.PL Modified: head/biology/p5-Bio-SCF/Makefile ============================================================================== --- head/biology/p5-Bio-SCF/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/p5-Bio-SCF/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -21,4 +21,5 @@ USE_PERL5= configure MAN3= Bio::SCF.3 +NO_STAGE= yes .include Modified: head/biology/p5-bioperl-run/Makefile ============================================================================== --- head/biology/p5-bioperl-run/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/p5-bioperl-run/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-bioperl-run -# Date created: 21 February 2006 -# Whom: Mauricio Herrera Cuadra -# +# Created by: Mauricio Herrera Cuadra # $FreeBSD$ -# PORTNAME= bioperl-run PORTVERSION= 1.6.1 @@ -132,6 +128,7 @@ MAN3= Bio::Tools::Run::Phylo::Phylip::Dr Bio::Tools::Run::Phylo::Hyphy::FEL.3 # now install all extra stuff (docs, examples, scripts) +NO_STAGE= yes post-install: ${MKDIR} ${DATADIR} @${CP} -Rv ${WRKSRC}/scripts ${DATADIR} Modified: head/biology/p5-bioperl/Makefile ============================================================================== --- head/biology/p5-bioperl/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/p5-bioperl/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -983,6 +983,7 @@ MAN3= Bio::Align::AlignI.3 \ Bio::WebAgent.3 # now install all extra stuff (docs, examples, scripts, models) +NO_STAGE= yes post-install: ${MKDIR} ${DATADIR} ${CP} -R ${WRKSRC}/scripts ${WRKSRC}/models ${DATADIR} Modified: head/biology/paml/Makefile ============================================================================== --- head/biology/paml/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/paml/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -17,6 +17,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" BINARIES= baseml basemlg chi2 codeml evolver pamp yn00 DOC_FILES= MCMCtreeDoc.pdf pamlDOC.pdf pamlFAQs.pdf pamlHistory.txt +NO_STAGE= yes do-install: .for f in ${BINARIES} ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin Modified: head/biology/phd2fasta/Makefile ============================================================================== --- head/biology/phd2fasta/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/phd2fasta/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -25,6 +25,7 @@ PLIST_FILES= bin/phd2fasta PORTDOCS= PHD2FASTA.DOC +NO_STAGE= yes .include .for f in ${DISTFILES} Modified: head/biology/phrap/Makefile ============================================================================== --- head/biology/phrap/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/phrap/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,9 +1,5 @@ -# New ports collection makefile for: phrap -# Date created: 21 June 2005 -# Whom: Motomichi Matsuzaki -# +# Created by: Motomichi Matsuzaki # $FreeBSD$ -# PORTNAME= phrap PORTVERSION= 0.990329 @@ -35,6 +31,7 @@ PLIST_FILES+= bin/${f} PORTDATA= BLOSUM50 BLOSUM62 PAM250 mat50 mat70 penalty2 vector.seq PORTDOCS= general.doc phrap.doc swat.doc +NO_STAGE= yes .include .for f in ${DISTFILES} Modified: head/biology/phred/Makefile ============================================================================== --- head/biology/phred/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/phred/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,9 +1,5 @@ -# New ports collection makefile for: phred -# Date created: 6 December 2007 -# Whom: Motomichi Matsuzaki -# +# Created by: Motomichi Matsuzaki # $FreeBSD$ -# PORTNAME= phred PORTVERSION= 0.020425.c @@ -38,6 +34,7 @@ PORTDATA+= ${f}.dist PORTDOCS= NEWS PHRED.DOC DAEV.DOC +NO_STAGE= yes .include .for f in ${DISTFILES} Modified: head/biology/phylip/Makefile ============================================================================== --- head/biology/phylip/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/phylip/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -29,6 +29,7 @@ USE_LDCONFIG= yes PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes .include post-install: Modified: head/biology/phyml/Makefile ============================================================================== --- head/biology/phyml/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/phyml/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -24,6 +24,7 @@ AUTOMAKE_ARGS= --add-missing PLIST_FILES= bin/phyml +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^AC_INIT/s|,esyscmd.*,|,[${PORTVERSION}],| ; \ Modified: head/biology/platon/Makefile ============================================================================== --- head/biology/platon/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/platon/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,9 +1,5 @@ -# New ports collection makefile for: platon -# Date created: 1999-04-22 -# Whom: Ryo MIYAMOTO -# +# Created by: Ryo MIYAMOTO # $FreeBSD$ -# PORTNAME= platon PORTVERSION= 2007.01.09 @@ -31,6 +27,7 @@ SAMPLES= azt.dat bucky.spf c476.spf c540 TESTDATADIR= ABSORB_EXAMPLE ABSTOMPA_EXAMPLE ABSTOMPA_TEST ADDSYM_EXAMPLE \ ASYM_EXAMPLE MULABS_EXAMPLE PSICOR_EXAMPLE SQUEEZE_EXAMPLE +NO_STAGE= yes .include .if ${ARCH} == "alpha" Modified: head/biology/plink/Makefile ============================================================================== --- head/biology/plink/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/plink/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -20,6 +20,7 @@ USE_FORTRAN= yes # Make it use the same PLIST_FILES= bin/plink +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/plink ${PREFIX}/bin Modified: head/biology/plinkseq/Makefile ============================================================================== --- head/biology/plinkseq/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/plinkseq/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -19,6 +19,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-protobuf=${LOCALBASE} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|PF_INET|AF_INET|g' ${WRKSRC}/browser/mongoose.c ${REINPLACE_CMD} -e 's|-ldl||g' \ Modified: head/biology/povchem/Makefile ============================================================================== --- head/biology/povchem/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/povchem/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -27,6 +27,7 @@ CPPFLAGS+= -DDATADIR=\"${DATADIR}\" \ PLIST_FILES= bin/povchem etc/povchem.cfg %%DATADIR%%/periodic.tab PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes post-extract: @(cd ${DISTDIR}/${DIST_SUBDIR} && ${TAR} -cf - ${DISTFILES}) | \ (cd ${WRKSRC} && ${TAR} -xf -) Modified: head/biology/primer3/Makefile ============================================================================== --- head/biology/primer3/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/primer3/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -16,6 +16,7 @@ MAKE_ARGS= CC=${CC} CPP=${CXX} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src PLIST_FILES= bin/primer3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e 's#^CFLAGS.*#CFLAGS += \$$\(CC_OPTS\)#;' \ Modified: head/biology/protomol/Makefile ============================================================================== --- head/biology/protomol/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/protomol/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -30,6 +30,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= GLUT OPTIONS_DEFAULT= GLUT +NO_STAGE= yes .include .include Modified: head/biology/psi88/Makefile ============================================================================== --- head/biology/psi88/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/psi88/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -19,6 +19,7 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include USE_FORTRAN= yes Modified: head/biology/py-biopython/Makefile ============================================================================== --- head/biology/py-biopython/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/py-biopython/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -21,4 +21,5 @@ PYEASYINSTALL_ARCHDEP= yes RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab>0:${PORTSDIR}/print/py-reportlab .endif +NO_STAGE= yes .include Modified: head/biology/pycogent/Makefile ============================================================================== --- head/biology/pycogent/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/pycogent/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -21,4 +21,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= cogent +NO_STAGE= yes .include Modified: head/biology/pyfasta/Makefile ============================================================================== --- head/biology/pyfasta/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/pyfasta/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -15,4 +15,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include Modified: head/biology/pymol/Makefile ============================================================================== --- head/biology/pymol/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/pymol/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,7 +1,4 @@ -# New ports collection makefile for: pymol -# Date created: July 18, 2002 -# Whom: Nakata Maho -# +# Created by: Nakata Maho # $FreeBSD$ PORTNAME= pymol @@ -29,6 +26,7 @@ USE_GMAKE= yes USE_PYTHON= yes PLIST_SUB= PYMOL_VER=${VERSION} PYTHON_VER=${PYTHON_VER} +NO_STAGE= yes pre-build: @${REINPLACE_CMD} -e "s+%%LOCALBASE%%+${LOCALBASE}+" ${WRKSRC}/setup.py Modified: head/biology/python-nexus/Makefile ============================================================================== --- head/biology/python-nexus/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/python-nexus/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -1,9 +1,5 @@ -# Ports collection makefile for: python-nexus -# Date created: 29 Dec, 2009 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= python-nexus PORTVERSION= 0.87 @@ -16,4 +12,5 @@ COMMENT= A generic nexus file format rea USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include Modified: head/biology/rasmol/Makefile ============================================================================== --- head/biology/rasmol/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/rasmol/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -25,6 +25,7 @@ PLIST_FILES= bin/rasmol bin/rasmol-16 bi lib/X11/rasmol/rasmol.hlp PLIST_DIRS= lib/X11/rasmol +NO_STAGE= yes do-build: ${SETENV} ${MAKE_ENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/build_viewer Modified: head/biology/recombine/Makefile ============================================================================== --- head/biology/recombine/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/recombine/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -19,6 +19,7 @@ PORTDOCS= recombine.txt OPTIONS_DEFINE= DOCS +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/filetran ${PREFIX}/bin/ Modified: head/biology/ruby-bio/Makefile ============================================================================== --- head/biology/ruby-bio/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/ruby-bio/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -21,6 +21,7 @@ OPTIONSFILE= ${PORT_DBDIR}/ruby-${PORTNA USE_RUBY= yes USE_RUBY_SETUP= yes +NO_STAGE= yes .include .include Modified: head/biology/seaview/Makefile ============================================================================== --- head/biology/seaview/Makefile Fri Sep 20 15:52:44 2013 (r327708) +++ head/biology/seaview/Makefile Fri Sep 20 15:55:44 2013 (r327709) @@ -35,6 +35,7 @@ PLIST_DIRS= %%DATADIR%% DESKTOP_ENTRIES="SeaView" "${COMMENT}" "" \ "${PORTNAME}" "Biology;Science;" "true" +NO_STAGE= yes .include *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 15:58:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A5771B32; Fri, 20 Sep 2013 15:58:17 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8408D2FF3; Fri, 20 Sep 2013 15:58:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KFwHdZ053406; Fri, 20 Sep 2013 15:58:17 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KFw9GU053345; Fri, 20 Sep 2013 15:58:09 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309201558.r8KFw9GU053345@svn.freebsd.org> From: Bryan Drewery Date: Fri, 20 Sep 2013 15:58:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327710 - in head: devel/ccache devel/checkbashisms devel/cppunit devel/privman devel/valgrind devel/valgrind-snapshot irc/gseen.mod irc/rbot mail/qmail mail/qmail-conf mail/qmail-contr... 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.14 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: Fri, 20 Sep 2013 15:58:17 -0000 Author: bdrewery Date: Fri Sep 20 15:58:09 2013 New Revision: 327710 URL: http://svnweb.freebsd.org/changeset/ports/327710 Log: - Add NO_STAGE until validated to be safe for upcoming staging support Modified: head/devel/ccache/Makefile head/devel/checkbashisms/Makefile head/devel/cppunit/Makefile head/devel/privman/Makefile head/devel/valgrind-snapshot/Makefile head/devel/valgrind/Makefile head/irc/gseen.mod/Makefile head/irc/rbot/Makefile head/mail/qmail-conf/Makefile head/mail/qmail-contrib/Makefile head/mail/qmail-dk/Makefile head/mail/qmail-ldap/Makefile head/mail/qmail-mysql/Makefile head/mail/qmail-spamcontrol/Makefile head/mail/qmail-tls/Makefile head/mail/qmail/Makefile head/mail/qmailadmin/Makefile head/mail/qmailanalog/Makefile head/mail/qmhandle/Makefile head/mail/qtools/Makefile head/mail/queue-fix/Makefile head/mail/queue-repair/Makefile head/mail/serialmail/Makefile head/mail/spamdyke/Makefile head/mail/vpopmail/Makefile head/math/miracl/Makefile head/net-mgmt/bandwidthd/Makefile head/ports-mgmt/portmaster/Makefile head/ports-mgmt/portupgrade-devel/Makefile head/ports-mgmt/portupgrade/Makefile head/security/openssh-portable-base/Makefile head/security/openssh-portable/Makefile head/sysutils/beadm-devel/Makefile head/sysutils/beadm/Makefile head/sysutils/cronolog/Makefile head/sysutils/daemontools/Makefile head/sysutils/zfstools/Makefile Modified: head/devel/ccache/Makefile ============================================================================== --- head/devel/ccache/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/devel/ccache/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -14,6 +14,7 @@ COMMENT= Tool to minimize the compile ti LICENSE= GPLv3 GNU_CONFIGURE= yes +NO_STAGE= yes HOWTO= ccache-howto-freebsd.txt CCLINKDIR= libexec/ccache Modified: head/devel/checkbashisms/Makefile ============================================================================== --- head/devel/checkbashisms/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/devel/checkbashisms/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -18,6 +18,7 @@ USES= perl5 USE_PERL5= run NO_BUILD= yes NO_WRKSUBDIR= yes +NO_STAGE= yes PLIST_FILES= bin/${DISTNAME} Modified: head/devel/cppunit/Makefile ============================================================================== --- head/devel/cppunit/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/devel/cppunit/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -12,6 +12,7 @@ COMMENT= C++ port of the JUnit framework USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes .if defined(WITH_DOXYGEN) BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen Modified: head/devel/privman/Makefile ============================================================================== --- head/devel/privman/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/devel/privman/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +NO_STAGE= yes MLINKS= priv_pam.3 priv_pam_acct_mgmt.3 \ priv_pam.3 priv_pam_authenticate.3 \ Modified: head/devel/valgrind-snapshot/Makefile ============================================================================== --- head/devel/valgrind-snapshot/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/devel/valgrind-snapshot/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -44,6 +44,7 @@ USES= pathfix pkgconfig gmake perl5 USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes PORTDOCS= html Modified: head/devel/valgrind/Makefile ============================================================================== --- head/devel/valgrind/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/devel/valgrind/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -42,6 +42,7 @@ USES= pathfix pkgconfig gmake perl5 USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes PORTDOCS= html Modified: head/irc/gseen.mod/Makefile ============================================================================== --- head/irc/gseen.mod/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/irc/gseen.mod/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -18,6 +18,7 @@ BUILD_DEPENDS= eggdrop:${PORTSDIR}/irc/e RUN_DEPENDS= eggdrop:${PORTSDIR}/irc/eggdrop USE_TCL= 85+ +NO_STAGE= yes WRKSRC= ${WRKDIR}/eggdrop Modified: head/irc/rbot/Makefile ============================================================================== --- head/irc/rbot/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/irc/rbot/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -14,6 +14,7 @@ COMMENT= Ruby IRC bot similar to infobot RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \ rubygem-gettext>=1.93.0:${PORTSDIR}/devel/rubygem-gettext +NO_STAGE= yes USE_RUBY= yes USE_RUBY_SETUP= yes CONFIGURE_ARGS= --prefix=${PREFIX} Modified: head/mail/qmail-conf/Makefile ============================================================================== --- head/mail/qmail-conf/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/mail/qmail-conf/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -15,6 +15,7 @@ MAINTAINER= bdrewery@FreeBSD.org COMMENT= Configure various qmail services to run under daemontools USES= qmail:vars +NO_STAGE= yes ALL_TARGET= it INSTALL_TARGET= setup check Modified: head/mail/qmail-contrib/Makefile ============================================================================== --- head/mail/qmail-contrib/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/mail/qmail-contrib/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -18,6 +18,7 @@ OPTIONS_DEFINE= DOCS USES= qmail:run +NO_STAGE= yes ALL_TARGET= it INSTALL_TARGET= setup Modified: head/mail/qmail-dk/Makefile ============================================================================== --- head/mail/qmail-dk/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/mail/qmail-dk/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -18,6 +18,7 @@ PATCH_SITES= ${MASTER_SITE_QMAIL} PATCHFILES= qmail-1.03-dk-0.54.patch USES= qmail +NO_STAGE= yes PREFIX?= ${QMAIL_PREFIX} Modified: head/mail/qmail-ldap/Makefile ============================================================================== --- head/mail/qmail-ldap/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/mail/qmail-ldap/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -18,6 +18,7 @@ CONFLICTS= emboss-[0-9]* digest-[0-9]* q EXTRA_PATCHES+= ${MASTERDIR}/files/patch-Makefile \ ${MASTERDIR}/files/patch-auto_uids-c-dist +NO_STAGE= yes USE_OPENLDAP= yes SLAVE_LDAP= yes Modified: head/mail/qmail-mysql/Makefile ============================================================================== --- head/mail/qmail-mysql/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/mail/qmail-mysql/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -16,6 +16,7 @@ MYSQL_PATCH_VERSION= 1.1.15 SLAVE_MYSQL= yes USE_MYSQL= yes +NO_STAGE= yes MASTERDIR= ${.CURDIR}/../qmail DESCR= ${.CURDIR}/pkg-descr Modified: head/mail/qmail-spamcontrol/Makefile ============================================================================== --- head/mail/qmail-spamcontrol/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/mail/qmail-spamcontrol/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -15,6 +15,8 @@ COMMENT= Qmail MTA with SpamControl patc CONFLICTS= qmail-[0-9]* qmail-ldap-[0-9]* qmail-mysql-[0-9]* qmail-tls-[0-9]* +NO_STAGE= yes + EXTRA_PATCHES+= ${MASTERDIR}/files/patch-install.c \ ${MASTERDIR}/files/patch-Makefile \ ${MASTERDIR}/files/patch-auto_uids-c-dist Modified: head/mail/qmail-tls/Makefile ============================================================================== --- head/mail/qmail-tls/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/mail/qmail-tls/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -15,6 +15,7 @@ SLAVE_TLS= yes TLS_PATCH_DATE= 20021228 +NO_STAGE= yes USE_OPENSSL= yes # Local overrides Modified: head/mail/qmail/Makefile ============================================================================== --- head/mail/qmail/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/mail/qmail/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -19,6 +19,7 @@ CONFLICTS?= qmail-ldap-[0-9]* qmail-mysq CONFLICTS+= qmail-vida-[0-9]* USES= qmail:vars +NO_STAGE= yes PREFIX?= ${QMAIL_PREFIX} MAKE_JOBS_UNSAFE= yes Modified: head/mail/qmailadmin/Makefile ============================================================================== --- head/mail/qmailadmin/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/mail/qmailadmin/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -22,6 +22,7 @@ RUN_DEPENDS= \ autorespond:${PORTSDIR}/mail/autorespond \ ${VPOPMAIL_DIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail +NO_STAGE= yes USES= qmail:vars gmake CONFLICTS= qmailadmin-devel-1.* Modified: head/mail/qmailanalog/Makefile ============================================================================== --- head/mail/qmailanalog/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/mail/qmailanalog/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -12,7 +12,7 @@ MAINTAINER= bdrewery@FreeBSD.org COMMENT= Tools to analyze qmail-send's activity USES= qmail:run - +NO_STAGE= yes ALL_TARGET= it INSTALL_TARGET= setup Modified: head/mail/qmhandle/Makefile ============================================================================== --- head/mail/qmhandle/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/mail/qmhandle/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -16,6 +16,7 @@ OPTIONS_DEFINE= DOCS USES= qmail:run perl5 +NO_STAGE= yes NO_BUILD= yes USE_BZIP2= yes Modified: head/mail/qtools/Makefile ============================================================================== --- head/mail/qtools/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/mail/qtools/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -13,6 +13,7 @@ COMMENT= Tools to use in .qmail files RUN_DEPENDS= ${EZMLM_DIR}/bin/ezmlm-weed:${PORTSDIR}/mail/ezmlm USES= qmail:vars +NO_STAGE= yes ALL_TARGET= it INSTALL_TARGET= setup check Modified: head/mail/queue-fix/Makefile ============================================================================== --- head/mail/queue-fix/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/mail/queue-fix/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -12,7 +12,7 @@ MAINTAINER= bdrewery@FreeBSD.org COMMENT= Repairs or generates a qmail queue structure USES= qmail:run - +NO_STAGE= yes PREFIX?= ${QMAIL_PREFIX} Modified: head/mail/queue-repair/Makefile ============================================================================== --- head/mail/queue-repair/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/mail/queue-repair/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -12,6 +12,7 @@ COMMENT= Qmail queue diagnostic and repa LICENSE= GPLv2 +NO_STAGE= yes USE_PYTHON= yes OPTIONS_DEFINE= DOCS QMAIL_PORT Modified: head/mail/serialmail/Makefile ============================================================================== --- head/mail/serialmail/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/mail/serialmail/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -17,6 +17,7 @@ RUN_DEPENDS= tcpserver:${PORTSDIR}/sysut UCSPI_SSL_RUN_DEPENDS= sslclient:${PORTSDIR}/sysutils/ucspi-ssl USES= qmail:run +NO_STAGE= yes OPTIONS_SUB= yes RESTRICTED= Unsure of DJB license Modified: head/mail/spamdyke/Makefile ============================================================================== --- head/mail/spamdyke/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/mail/spamdyke/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -17,6 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:$ WRKSRC= ${WRKDIR}/${DISTNAME}/spamdyke USES= qmail +NO_STAGE= yes GNU_CONFIGURE= yes Modified: head/mail/vpopmail/Makefile ============================================================================== --- head/mail/vpopmail/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/mail/vpopmail/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -19,6 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:$ PATCH_STRIP= -p1 +NO_STAGE= yes USES= qmail gmake CONFLICTS= vpopmail-devel-5.* Modified: head/math/miracl/Makefile ============================================================================== --- head/math/miracl/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/math/miracl/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -26,6 +26,7 @@ ONLY_FOR_ARCHS= i386 amd64 USE_ZIP= yes USE_LDCONFIG= yes +NO_STAGE= yes EXTRACT_BEFORE_ARGS= -j -aa -L -q EXTRACT_AFTER_ARGS= -d ${WRKSRC} Modified: head/net-mgmt/bandwidthd/Makefile ============================================================================== --- head/net-mgmt/bandwidthd/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/net-mgmt/bandwidthd/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -16,6 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd USE_CSTD= gnu89 +NO_STAGE= yes GNU_CONFIGURE= YES USES= iconv gmake Modified: head/ports-mgmt/portmaster/Makefile ============================================================================== --- head/ports-mgmt/portmaster/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/ports-mgmt/portmaster/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -13,6 +13,7 @@ COMMENT= Manage your ports without exter LICENSE= BSD +NO_STAGE= yes USE_GITHUB= yes GH_ACCOUNT= freebsd GH_COMMIT= 7359019 Modified: head/ports-mgmt/portupgrade-devel/Makefile ============================================================================== --- head/ports-mgmt/portupgrade-devel/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/ports-mgmt/portupgrade-devel/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -17,6 +17,7 @@ LICENSE= BSD CONFLICTS_INSTALL= portupgrade-[0-9]* +NO_STAGE= yes USE_GITHUB= yes GH_ACCOUNT= freebsd GH_PROJECT= portupgrade Modified: head/ports-mgmt/portupgrade/Makefile ============================================================================== --- head/ports-mgmt/portupgrade/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/ports-mgmt/portupgrade/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -19,6 +19,7 @@ OPTIONS_DEFINE= DOCS CONFLICTS_INSTALL= portupgrade-devel-* +NO_STAGE= yes DIST_SUBDIR= ${PORTNAME} USE_BZIP2= yes USE_RUBY= yes Modified: head/security/openssh-portable-base/Makefile ============================================================================== --- head/security/openssh-portable-base/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/security/openssh-portable-base/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -6,5 +6,6 @@ PKGNAMESUFFIX= -portable-base MASTERDIR= ${.CURDIR}/../openssh-portable OPTIONS_SLAVE= OVERWRITE_BASE +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/security/openssh-portable/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -30,6 +30,7 @@ USES= perl5 USE_PERL5= build USE_AUTOTOOLS= autoconf autoheader USE_OPENSSL= yes +NO_STAGE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_func_strnvis=no CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \ Modified: head/sysutils/beadm-devel/Makefile ============================================================================== --- head/sysutils/beadm-devel/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/sysutils/beadm-devel/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -10,6 +10,7 @@ COMMENT= Solaris-like utility to manage LICENSE= BSD +NO_STAGE= yes USE_GITHUB= yes GH_ACCOUNT= vermaden GH_COMMIT= d7d7cd3 Modified: head/sysutils/beadm/Makefile ============================================================================== --- head/sysutils/beadm/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/sysutils/beadm/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -14,6 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= vermaden GH_COMMIT= a7c1c73 +NO_STAGE= yes NO_BUILD= YES CONFLICTS_INSTALL= beadm-devel-* Modified: head/sysutils/cronolog/Makefile ============================================================================== --- head/sysutils/cronolog/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/sysutils/cronolog/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -17,6 +17,7 @@ CONFLICTS_INSTALL= cronolog-devel-[ INFO= cronolog MAN1= cronolog.1m cronosplit.1m +NO_STAGE= yes GNU_CONFIGURE= yes OPTIONS_DEFINE= SETUID_PATCH Modified: head/sysutils/daemontools/Makefile ============================================================================== --- head/sysutils/daemontools/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/sysutils/daemontools/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -31,6 +31,8 @@ OPTIONS_SINGLE_SEQ= S_EARLY S_NORMAL OPTIONS_DEFAULT= MAN S_NORMAL TESTS +NO_STAGE= yes + .include . if ${PORT_OPTIONS:MS_EARLY} Modified: head/sysutils/zfstools/Makefile ============================================================================== --- head/sysutils/zfstools/Makefile Fri Sep 20 15:55:44 2013 (r327709) +++ head/sysutils/zfstools/Makefile Fri Sep 20 15:58:09 2013 (r327710) @@ -12,6 +12,7 @@ COMMENT= OpenSolaris-compatible auto sna LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE.txt +NO_STAGE= yes USE_GITHUB= yes GH_ACCOUNT= bdrewery GH_COMMIT= 05b95b5 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 15:58:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B2EA0C13; Fri, 20 Sep 2013 15:58:57 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E5132FFA; Fri, 20 Sep 2013 15:58:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KFwv5F054945; Fri, 20 Sep 2013 15:58:57 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KFwga3054769; Fri, 20 Sep 2013 15:58:42 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201558.r8KFwga3054769@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 15:58:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327711 - in head/cad: admesh adms alliance astk-client astk-serveur atlc basicdsp brlcad calculix cascade chipmunk chipvault cider dinotrace dxf2fig electric electric-ng feappv fidocad... 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.14 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: Fri, 20 Sep 2013 15:58:57 -0000 Author: bapt Date: Fri Sep 20 15:58:41 2013 New Revision: 327711 URL: http://svnweb.freebsd.org/changeset/ports/327711 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: cad) Modified: head/cad/admesh/Makefile head/cad/adms/Makefile head/cad/alliance/Makefile head/cad/astk-client/Makefile head/cad/astk-serveur/Makefile head/cad/atlc/Makefile head/cad/basicdsp/Makefile head/cad/brlcad/Makefile head/cad/calculix/Makefile head/cad/cascade/Makefile head/cad/chipmunk/Makefile head/cad/chipvault/Makefile head/cad/cider/Makefile head/cad/dinotrace/Makefile head/cad/dxf2fig/Makefile head/cad/electric-ng/Makefile head/cad/electric/Makefile head/cad/feappv/Makefile head/cad/fidocadj/Makefile head/cad/findhier/Makefile head/cad/freehdl/Makefile head/cad/gdsreader/Makefile head/cad/gdt/Makefile head/cad/geda-docs/Makefile head/cad/geda-examples/Makefile head/cad/geda-gattrib/Makefile head/cad/geda-gschem/Makefile head/cad/geda-netlist/Makefile head/cad/geda-symbols/Makefile head/cad/geda-symcheck/Makefile head/cad/geda-utils/Makefile head/cad/geda/Makefile head/cad/gerbv/Makefile head/cad/gmsh-occ/Makefile head/cad/gmsh/Makefile head/cad/gnucap/Makefile head/cad/gplcver/Makefile head/cad/gspiceui/Makefile head/cad/gtkwave/Makefile head/cad/gwave/Makefile head/cad/impact/Makefile head/cad/irsim/Makefile head/cad/iverilog/Makefile head/cad/jspice3/Makefile head/cad/kicad-devel/Makefile head/cad/kicad-library/Makefile head/cad/kicad/Makefile head/cad/klayout/Makefile head/cad/layouteditor/Makefile head/cad/ldraw/Makefile head/cad/leocad/Makefile head/cad/libgeda/Makefile head/cad/librecad/Makefile head/cad/linux-eagle5/Makefile head/cad/logisim/Makefile head/cad/magic/Makefile head/cad/mars/Makefile head/cad/meshdev/Makefile head/cad/meshlab/Makefile head/cad/netgen/Makefile head/cad/ngspice_rework/Makefile head/cad/opencascade/Makefile head/cad/openscad/Makefile head/cad/openvsp/Makefile head/cad/p5-GDS2/Makefile head/cad/p5-Verilog-Perl/Makefile head/cad/pcb/Makefile head/cad/pdnmesh/Makefile head/cad/pythoncad/Makefile head/cad/qcad-partslib/Makefile head/cad/qcad/Makefile head/cad/qelectrotech/Makefile head/cad/qfsm/Makefile head/cad/qmls/Makefile head/cad/repsnapper/Makefile head/cad/salome-geom/Makefile head/cad/salome-gui/Makefile head/cad/salome-jobmanager/Makefile head/cad/salome-kernel/Makefile head/cad/salome-light/Makefile head/cad/salome-med/Makefile head/cad/salome-multipr/Makefile head/cad/salome-netgenplugin/Makefile head/cad/salome-randomizer/Makefile head/cad/salome-sierpinsky/Makefile head/cad/salome-smesh/Makefile head/cad/salome-visu/Makefile head/cad/salome-yacs/Makefile head/cad/salome/Makefile head/cad/sceptre/Makefile head/cad/scotch/Makefile head/cad/scv/Makefile head/cad/slffea/Makefile head/cad/spice/Makefile head/cad/sweethome3d/Makefile head/cad/systemc/Makefile head/cad/tkgate/Makefile head/cad/tochnog/Makefile head/cad/transcalc/Makefile head/cad/varkon/Makefile head/cad/verilog-mode.el/Makefile head/cad/xcircuit/Makefile head/cad/z88/Makefile Modified: head/cad/admesh/Makefile ============================================================================== --- head/cad/admesh/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/admesh/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes PORTDOCS= admesh.doc PLIST_FILES= bin/admesh +NO_STAGE= yes .include post-patch: Modified: head/cad/adms/Makefile ============================================================================== --- head/cad/adms/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/adms/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -21,4 +21,5 @@ USE_LDCONFIG= yes MAN1= admsXml.1 +NO_STAGE= yes .include Modified: head/cad/alliance/Makefile ============================================================================== --- head/cad/alliance/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/alliance/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -172,6 +172,7 @@ MAN3= addcapa.3 addchain.3 addht.3 addht MAN5= ap.5 catal.5 prol.5 vbe.5 vhdl.5 vst.5 al.5 spi.5 ctl.5 fsm.5 pat.5 \ lax.5 sxlib.5 vasy.5 +NO_STAGE= yes .include .if ${OSVERSION} < 800000 Modified: head/cad/astk-client/Makefile ============================================================================== --- head/cad/astk-client/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/astk-client/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -9,4 +9,5 @@ MASTERDIR= ${.CURDIR}/../astk-serveur CLIENT_SEUL= oui +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/cad/astk-serveur/Makefile ============================================================================== --- head/cad/astk-serveur/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/astk-serveur/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT?= Graphical interface for Code_Aster (server side) #----------------------------------------------------------------------- +NO_STAGE= yes # You may define these options: # # - WITH_ZSH or WITH_BASH or WITH_KSH: select a shell among Modified: head/cad/atlc/Makefile ============================================================================== --- head/cad/atlc/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/atlc/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,9 +1,5 @@ -# New ports collection makefile for: atlc -# Date created: 9 November 2002 -# Whom: Marc Fonvieille -# +# Created by: Marc Fonvieille # $FreeBSD$ -# PORTNAME= atlc PORTVERSION= 4.6.1 @@ -47,6 +43,7 @@ PLIST_FILES= bin/atlc bin/coax bin/creat bin/find_optimal_dimensions_for_microstrip_coupler \ bin/locatediff bin/myfilelength bin/mymd5sum bin/readbin +NO_STAGE= yes post-patch: .for file in Makefile.in @${REINPLACE_CMD} -e \ Modified: head/cad/basicdsp/Makefile ============================================================================== --- head/cad/basicdsp/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/basicdsp/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,9 +1,5 @@ -# New ports collection makefile for: basicdsp -# Date created: 4 August 2008 -# Whom: Diane Bruce -# +# Created by: Diane Bruce # $FreeBSD$ -# PORTNAME= basicdsp PORTVERSION= 1.01 @@ -25,6 +21,7 @@ WX_COMPS= wx wx:build wx:run PLIST_FILES= bin/basicdsp MAN1= basicdsp.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%WX_CONFIG%%|${WX_CONFIG}|g' ${WRKSRC}/Makefile Modified: head/cad/brlcad/Makefile ============================================================================== --- head/cad/brlcad/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/brlcad/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -43,6 +43,7 @@ OPTIONS_DEFINE= OPTIMIZATION OPTIMIZATION_DESC= Build with optimizations OPTIONS_DEFAULT= OPTIMIZATION +NO_STAGE= yes .include "${.CURDIR}/Makefile.man" .include Modified: head/cad/calculix/Makefile ============================================================================== --- head/cad/calculix/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/calculix/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,9 +1,5 @@ -# New ports collection makefile for: CalculiX -# Date created: 19 April 2003 -# Whom: Pedro Giffuni -# +# Created by: Pedro Giffuni # $FreeBSD$ -# PORTNAME= CalculiX PORTVERSION= 2.6.1 @@ -56,6 +52,7 @@ PSVIEWER?= gv CCX_VER= ccx_${PORTVERSION} CGX_VER= cgx_2.6 +NO_STAGE= yes .include .include Modified: head/cad/cascade/Makefile ============================================================================== --- head/cad/cascade/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/cascade/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cascade -# Date created: 9 November 2002 -# Whom: Marc Fonvieille -# +# Created by: Marc Fonvieille # $FreeBSD$ -# PORTNAME= cascade PORTVERSION= 1.4 @@ -21,6 +17,7 @@ PLIST_FILES= bin/cascade MAN1= cascade.1 +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${WRKSRC}/cascade ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/cascade.1 ${MANPREFIX}/man/man1 Modified: head/cad/chipmunk/Makefile ============================================================================== --- head/cad/chipmunk/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/chipmunk/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,9 +1,5 @@ -# New ports collection makefile for: chipmunk -# Date created: 29 July 1995 -# Whom: janek@gaja.ipan.lublin.pl -# +# Created by: janek@gaja.ipan.lublin.pl # $FreeBSD$ -# PORTNAME= chipmunk PORTVERSION= 5.65 @@ -28,6 +24,7 @@ NO_WRKSUBDIR= yes USE_XORG= x11 USE_GMAKE= yes +NO_STAGE= yes .include .if ${ARCH} == "sparc64" Modified: head/cad/chipvault/Makefile ============================================================================== --- head/cad/chipvault/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/chipvault/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: chipvault -# Date created: Jan 29, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= chipvault PORTVERSION= 200607 @@ -25,6 +20,7 @@ PLIST_FILES= bin/cv USES= perl5 USE_PERL5= run +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cv.pl ${PREFIX}/bin/cv Modified: head/cad/cider/Makefile ============================================================================== --- head/cad/cider/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/cider/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cider -# Date created: 1999-12-12 -# Whom: AMAKAWA Shuhei -# +# Created by: AMAKAWA Shuhei # $FreeBSD$ -# PORTNAME= cider PORTVERSION= 1.b1 @@ -24,6 +20,7 @@ MAN5= mfbcap.5 MLINKS= spice.1 spice3.1 USE_XORG= xt xaw xmu +NO_STAGE= yes pre-patch: @${CP} -f ${WRKSRC}/spice/common/lib/helpdir/spice.txt ${WRKSRC}/cider/common/lib/helpdir/spice.txt Modified: head/cad/dinotrace/Makefile ============================================================================== --- head/cad/dinotrace/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/dinotrace/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -23,6 +23,7 @@ GNU_CONFIGURE= yes INFO= dinotrace PLIST_FILES= bin/dinotrace +NO_STAGE= yes .include .if ${PORT_OPTIONS:MEMACS} Modified: head/cad/dxf2fig/Makefile ============================================================================== --- head/cad/dxf2fig/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/dxf2fig/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: dxf2fig -# Date created: Aug 26, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= dxf2fig PORTVERSION= 2.13 @@ -16,6 +11,7 @@ COMMENT= DXF to FIG converter PLIST_FILES= bin/dxf2fig +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=|g ; \ s|-O -s||g ; \ Modified: head/cad/electric-ng/Makefile ============================================================================== --- head/cad/electric-ng/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/electric-ng/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -45,6 +45,7 @@ DESKTOP_ENTRIES="Electric-NG" "${COMMENT "${PORTNAME}${PKGNAMESUFFIX}" "Development;Electronics;Engineering;" ${FALSE} PLIST_FILES+= share/pixmaps/${PORTNAME}${PKGNAMESUFFIX}.png +NO_STAGE= yes .include .if ${PORT_OPTIONS:MBSH} || exists(${JAVALIBDIR}/bsh.jar) Modified: head/cad/electric/Makefile ============================================================================== --- head/cad/electric/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/electric/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -20,6 +20,7 @@ T1LIB_DESC= Use T1lib Type1 font library USES= motif +NO_STAGE= yes .include FEATURES+= MOTIF Modified: head/cad/feappv/Makefile ============================================================================== --- head/cad/feappv/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/feappv/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -31,6 +31,7 @@ PORTDOCS= manual.pdf OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-patch: Modified: head/cad/fidocadj/Makefile ============================================================================== --- head/cad/fidocadj/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/fidocadj/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -26,6 +26,7 @@ USE_JAVA= yes OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include FDCJ_MANUAL= ${PORTNAME}_manual_en.pdf Modified: head/cad/findhier/Makefile ============================================================================== --- head/cad/findhier/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/findhier/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,9 +1,5 @@ -# Ports collection makefile for: findhier -# Date created: Sat, Apr 28, 2007 -# Whom: Hiroki Sato -# +# Created by: Hiroki Sato # $FreeBSD$ -# PORTNAME= findhier PORTVERSION= 1.14 @@ -19,6 +15,7 @@ PLIST_FILES= bin/fh MAN1= fh.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fh ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/fh.1 ${MAN1PREFIX}/man/man1 Modified: head/cad/freehdl/Makefile ============================================================================== --- head/cad/freehdl/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/freehdl/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -53,4 +53,5 @@ plist: build | ${GREP} -vE '%%DATADIR%%|freehdl' >> ${PLIST} @${RM} -rf ${PLIST_TMP} +NO_STAGE= yes .include Modified: head/cad/gdsreader/Makefile ============================================================================== --- head/cad/gdsreader/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/gdsreader/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,9 +1,5 @@ -# Ports collection makefile for: gdsreader -# Date created: Sat, Apr 28, 2007 -# Whom: Hiroki Sato -# +# Created by: Hiroki Sato # $FreeBSD$ -# PORTNAME= gdsreader PORTVERSION= 0.3.2 @@ -22,6 +18,7 @@ PLIST_FILES= bin/gdsreader bin/maptolaye ${EXFILES:S,^,${EXAMPLESDIR_REL}/,} PLIST_DIRS= ${EXAMPLESDIR_REL} +NO_STAGE= yes post-install: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} install-data .if !defined(NOPORTDOCS) Modified: head/cad/gdt/Makefile ============================================================================== --- head/cad/gdt/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/gdt/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -17,6 +17,7 @@ SHEBANG_FILES= Examples/gdsinfo Examples WRKSRC= ${WRKDIR}/${PORTNAME:U}-${PORTVERSION} PLIST_FILES= bin/gdsinfo bin/gds2gdt bin/gdt2gds bin/scalegds +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \ ${WRKSRC}/Examples/gdsinfo ${WRKSRC}/Examples/scalegds Modified: head/cad/geda-docs/Makefile ============================================================================== --- head/cad/geda-docs/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/geda-docs/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,9 +1,5 @@ -# New ports collection makefile for: geda -# Date created: 27 June 2006 -# Whom: Stanislav Sedov -# +# Created by: Stanislav Sedov # $FreeBSD$ -# PORTNAME= docs PORTVERSION= 1.4.3 @@ -22,4 +18,5 @@ DOCSDIR= ${PREFIX}/share/doc/geda GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-docdir=${DOCSDIR} +NO_STAGE= yes .include Modified: head/cad/geda-examples/Makefile ============================================================================== --- head/cad/geda-examples/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/geda-examples/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,9 +1,5 @@ -# New ports collection makefile for: geda -# Date created: 27 June 2006 -# Whom: Stanislav Sedov -# +# Created by: Stanislav Sedov # $FreeBSD$ -# PORTNAME= examples PORTVERSION= 1.4.3 @@ -21,6 +17,7 @@ GNU_CONFIGURE= yes EXAMPLESDIR= ${PREFIX}/share/examples/geda +NO_STAGE= yes .include post-patch: Modified: head/cad/geda-gattrib/Makefile ============================================================================== --- head/cad/geda-gattrib/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/geda-gattrib/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -30,6 +30,7 @@ CONFIGURE_ARGS= --with-docdir="${DOCSDIR CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/cad/geda-gschem/Makefile ============================================================================== --- head/cad/geda-gschem/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/geda-gschem/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -32,6 +32,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= gschem.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/cad/geda-netlist/Makefile ============================================================================== --- head/cad/geda-netlist/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/geda-netlist/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -29,6 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= gnetlist.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ Modified: head/cad/geda-symbols/Makefile ============================================================================== --- head/cad/geda-symbols/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/geda-symbols/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,9 +1,5 @@ -# New ports collection makefile for: geda -# Date created: 4 April 2001 -# Whom: bruno schwander -# +# Created by: bruno schwander # $FreeBSD$ -# PORTNAME= symbols PORTVERSION= 1.4.3 @@ -25,6 +21,7 @@ CONFIGURE_ARGS= --with-docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ Modified: head/cad/geda-symcheck/Makefile ============================================================================== --- head/cad/geda-symcheck/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/geda-symcheck/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -29,6 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= gsymcheck.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ Modified: head/cad/geda-utils/Makefile ============================================================================== --- head/cad/geda-utils/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/geda-utils/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -32,6 +32,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= grenum.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \ Modified: head/cad/geda/Makefile ============================================================================== --- head/cad/geda/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/geda/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -49,6 +49,7 @@ CONFLICTS= geda-docs-[0-9]* geda-example PORTSCOUT= limitw:1,even +NO_STAGE= yes .include .if empty(PORT_OPTIONS:MDOCS) Modified: head/cad/gerbv/Makefile ============================================================================== --- head/cad/gerbv/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/gerbv/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -26,6 +26,7 @@ PLIST_SUB= VERSION="${PORTVERSION}" MAN1= gerbv.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s|desktop||g' ${WRKSRC}/Makefile.in Modified: head/cad/gmsh-occ/Makefile ============================================================================== --- head/cad/gmsh-occ/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/gmsh-occ/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gmsh-occ -# Date created: 31 December 2008 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= gmsh CATEGORIES= cad @@ -16,4 +12,5 @@ MASTERDIR= ${.CURDIR}/../../cad/gmsh WITH_OCC= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/gmsh/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -124,6 +124,7 @@ CONFLICTS= gmsh-occ-2.* PKGMESSAGE= ${WRKDIR}/pkg-message +NO_STAGE= yes .include pre-everything:: Modified: head/cad/gnucap/Makefile ============================================================================== --- head/cad/gnucap/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/gnucap/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -25,6 +25,7 @@ PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/gnucap bin/gnucap-modelgen +NO_STAGE= yes .include .if ${PORT_OPTIONS:MREADLINE} Modified: head/cad/gplcver/Makefile ============================================================================== --- head/cad/gplcver/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/gplcver/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: gpl-cver -# Date created: May 13, 2005 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= gplcver PORTVERSION= 2.12.a @@ -22,6 +17,7 @@ MAKEFILE= makefile.freebsd PLIST_FILES= bin/cver +NO_STAGE= yes .include do-install: Modified: head/cad/gspiceui/Makefile ============================================================================== --- head/cad/gspiceui/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/gspiceui/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -41,6 +41,7 @@ PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/gspiceui share/pixmaps/gspiceui-48x48.xpm +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGNUCAP} Modified: head/cad/gtkwave/Makefile ============================================================================== --- head/cad/gtkwave/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/gtkwave/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -21,6 +21,7 @@ TCL_DESC= Enable support for TCL/TK PORTDOCS= gtkwave.odt +NO_STAGE= yes .include .if ${PORT_OPTIONS:MTCL} Modified: head/cad/gwave/Makefile ============================================================================== --- head/cad/gwave/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/gwave/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gwave -# Date created: 16 June 2002 -# Whom: Duncan Barclay -# +# Created by: Duncan Barclay # $FreeBSD$ -# PORTNAME= gwave PORTVERSION= 20080127 @@ -41,6 +37,7 @@ DOCFILES= Guile.notes \ hspice.txt \ spice3.txt +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPLOTUTILS} Modified: head/cad/impact/Makefile ============================================================================== --- head/cad/impact/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/impact/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -42,6 +42,7 @@ GMSH_DESC= Enable automatic 3D finite el DESKTOP_ENTRIES="Impact" "${COMMENT}" "${PORTNAME}" \ "${PORTNAME}gui" "Graphics;3DGraphics;Education;" false +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGMSH} Modified: head/cad/irsim/Makefile ============================================================================== --- head/cad/irsim/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/irsim/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -38,6 +38,7 @@ MAN1= irsim.1 MAN3= irsim-analyzer.3 MAN5= netchange.5 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MTCL} Modified: head/cad/iverilog/Makefile ============================================================================== --- head/cad/iverilog/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/iverilog/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -21,4 +21,5 @@ CONFIGURE_ARGS= --disable-suffix MAN1= iverilog-vpi.1 iverilog.1 vvp.1 +NO_STAGE= yes .include Modified: head/cad/jspice3/Makefile ============================================================================== --- head/cad/jspice3/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/jspice3/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Jspice -# Date created: 26 Feb 2006 -# Whom: Pedro F. Giffuni -# +# Created by: Pedro F. Giffuni # $FreeBSD$ -# PORTNAME= jspice3 PORTVERSION= 2.5.011109 @@ -22,6 +18,7 @@ OPTIONS_DEFINE= X11 EXAMPLES OPTIONS_DEFAULT= X11 WRKSRC= ${WRKDIR}/${PORTNAME}-2.5 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MX11} Modified: head/cad/kicad-devel/Makefile ============================================================================== --- head/cad/kicad-devel/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/kicad-devel/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -44,6 +44,7 @@ CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \ -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \ -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" +NO_STAGE= yes .include BUILD_DEPENDS= wxgtk2-2.8-config:${PORTSDIR}/x11-toolkits/wxgtk28 \ Modified: head/cad/kicad-library/Makefile ============================================================================== --- head/cad/kicad-library/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/kicad-library/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,9 +1,5 @@ -# New ports collection makefile for: kicad-library -# Date created: 22 May 2010 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= kicad PORTVERSION= 1.0 @@ -25,6 +21,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX} +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR}) Modified: head/cad/kicad/Makefile ============================================================================== --- head/cad/kicad/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/kicad/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -38,6 +38,7 @@ WRKSRC= ${WRKDIR}/${SFNAME} PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/cad/klayout/Makefile ============================================================================== --- head/cad/klayout/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/klayout/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,9 +1,5 @@ -# Ports collection makefile for: klayout -# Date created: Sat, Apr 28, 2007 -# Whom: Hiroki Sato -# +# Created by: Hiroki Sato # $FreeBSD$ -# PORTNAME= klayout PORTVERSION= 0.21.19 @@ -30,6 +26,7 @@ PLIST_FILES= bin/klayout \ PLATFORMKEYWORD= freebsd-32-gcc-release +NO_STAGE= yes do-build: cd ${WRKSRC} && \ ${SH} build.sh -platform ${PLATFORMKEYWORD} \ Modified: head/cad/layouteditor/Makefile ============================================================================== --- head/cad/layouteditor/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/layouteditor/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -20,6 +20,7 @@ USE_ZIP= yes WRKSRC= ${WRKDIR}/layout PLIST_FILES= bin/layout +NO_STAGE= yes do-configure: cd ${WRKSRC} && ${QMAKE} -makefile -spec ${QMAKESPEC} Modified: head/cad/ldraw/Makefile ============================================================================== --- head/cad/ldraw/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/ldraw/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -29,6 +29,7 @@ OPTIONS_DEFINE= DOCS SUB_FILES= pkg-message +NO_STAGE= yes .include post-extract-script: Modified: head/cad/leocad/Makefile ============================================================================== --- head/cad/leocad/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/leocad/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -39,6 +39,7 @@ ICON_SIZES= 16x16 24x24 32x32 48x48 128x OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-extract: Modified: head/cad/libgeda/Makefile ============================================================================== --- head/cad/libgeda/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/libgeda/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -24,6 +24,7 @@ CONFIGURE_ARGS= --disable-update-mime-da CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/cad/librecad/Makefile ============================================================================== --- head/cad/librecad/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/librecad/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -22,6 +22,7 @@ GH_COMMIT= c1f2eb6 OPTIONS_DEFINE= NLS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/cad/linux-eagle5/Makefile ============================================================================== --- head/cad/linux-eagle5/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/linux-eagle5/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,9 +1,5 @@ -# New ports collection makefile for: linux-eagle5 -# Date created: 20 March, 2009 -# Whom: Michael Durian -# +# Created by: Michael Durian # $FreeBSD$ -# PORTNAME= linux-eagle5 EAGLEBASEVERSION?= 5.12 @@ -45,6 +41,7 @@ DESKTOP_ENTRIES= "Eagle5" "Tool for desi ${DATADIR}/ulp/eagle.bmp \ "eagle" "Development;Electronics;Engineering;" "false" +NO_STAGE= yes .include PLIST_SUB+= LINUXBASE=${LINUXBASE} Modified: head/cad/logisim/Makefile ============================================================================== --- head/cad/logisim/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/logisim/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -24,6 +24,7 @@ PLIST_DIRS= %%DATADIR%% DESKTOP_ENTRIES="Logisim" "${COMMENT}" "" "${PORTNAME}" "" false +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC} Modified: head/cad/magic/Makefile ============================================================================== --- head/cad/magic/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/magic/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -39,6 +39,7 @@ DESKTOP_ENTRIES="Magic" "" "" "${PORTNAM PORTSCOUT= limit:^7\. +NO_STAGE= yes .include post-patch: Modified: head/cad/mars/Makefile ============================================================================== --- head/cad/mars/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/mars/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,7 +1,5 @@ # Created by: David O'Brien -# # $FreeBSD$ -# PORTNAME= mars PORTVERSION= 2.1 @@ -23,6 +21,7 @@ OPTIONS_DEFAULT=X11 MAKE_JOBS_UNSAFE= yes NO_WRKSUBDIR= yes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MX11} Modified: head/cad/meshdev/Makefile ============================================================================== --- head/cad/meshdev/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/meshdev/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: meshdev -# Date created: 6 February 2012 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= meshdev PORTVERSION= 0.5 @@ -21,6 +17,7 @@ MAKEFILE= Makefile.release.gcc PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} ${PREFIX}/bin Modified: head/cad/meshlab/Makefile ============================================================================== --- head/cad/meshlab/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/meshlab/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -23,6 +23,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}/src +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ ${WRKSRC}/common/pluginmanager.cpp Modified: head/cad/netgen/Makefile ============================================================================== --- head/cad/netgen/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/netgen/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -32,6 +32,7 @@ OCC_DESC= Compile with OpenCascade geom FFMPEG_DESC= video recording with FFmpeg OPTIONS_DEFAULT= OCC +NO_STAGE= yes .include .if ${PORT_OPTIONS:MOCC} Modified: head/cad/ngspice_rework/Makefile ============================================================================== --- head/cad/ngspice_rework/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/ngspice_rework/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -15,6 +15,7 @@ OPTIONS_DEFINE= DEBUG GNU_CONFIGURE= yes USE_GMAKE= yes +NO_STAGE= yes .include CONFIGURE_ARGS+=--enable-xspice \ Modified: head/cad/opencascade/Makefile ============================================================================== --- head/cad/opencascade/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/opencascade/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -48,6 +48,7 @@ LOCCROOT= OpenCAS OCCROOT= ${PREFIX}/${LOCCROOT} PLIST_SUB= OCCROOT="${LOCCROOT}" +NO_STAGE= yes .include .if ${PORT_OPTIONS:MTBB} Modified: head/cad/openscad/Makefile ============================================================================== --- head/cad/openscad/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/openscad/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,4 +1,4 @@ -# Created by: Michael Reifenberger +# Created by: Michael Reifenberger # $FreeBSD$ PORTNAME= openscad @@ -31,6 +31,7 @@ QMAKE_FLAGS = VERSION=${PORTVERSION} MAKE_ENV = INSTALL_ROOT=${DESTDIR} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,XXXFLEXXX,"${LOCALBASE}/bin/flex",' \ ${WRKSRC}/openscad.pro Modified: head/cad/openvsp/Makefile ============================================================================== --- head/cad/openvsp/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/openvsp/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -38,6 +38,7 @@ PLIST_FILES= bin/vsp CFLAGS+= -I${LOCALBASE}/include/openNURBS +NO_STAGE= yes .include do-install: Modified: head/cad/p5-GDS2/Makefile ============================================================================== --- head/cad/p5-GDS2/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/p5-GDS2/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -23,6 +23,7 @@ PROGRAMS= gdsdump2gds modgds2 gdslayers gdspath4topath0 testgdt # XXX: gdsdump disabled for the moment +NO_STAGE= yes post-install: ${INSTALL_SCRIPT} ${PROGRAMS:S,^,${WRKSRC}/Examples/,} ${PREFIX}/bin Modified: head/cad/p5-Verilog-Perl/Makefile ============================================================================== --- head/cad/p5-Verilog-Perl/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/p5-Verilog-Perl/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -26,6 +26,7 @@ MAN3= Verilog::EditFiles.3 Verilog::Netl Verilog::Netlist::ContAssign.3 Verilog::Netlist::ModPort.3 \ Verilog::Verilog-Perl.3 Verilog::Netlist::Interface.3 Verilog::Std.3 +NO_STAGE= yes .include post-patch: Modified: head/cad/pcb/Makefile ============================================================================== --- head/cad/pcb/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/pcb/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -40,6 +40,7 @@ MOTIF_DESC= Motif widgets GTK_DESC= GIMP ToolKit widgets NONE_DESC= No GUI support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/cad/pdnmesh/Makefile ============================================================================== --- head/cad/pdnmesh/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/pdnmesh/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -41,6 +41,7 @@ MAN5= pdnmesh_input.5 DESKTOP_ENTRIES="pdnMesh" "${COMMENT}" "" "${PORTNAME}" "" "true" +NO_STAGE= yes .include .if ${PORT_OPTIONS:MATLAS} Modified: head/cad/pythoncad/Makefile ============================================================================== --- head/cad/pythoncad/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/pythoncad/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: pythoncad -# Date created: Nov 11, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= pythoncad PORTVERSION= 37 @@ -26,6 +21,7 @@ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= PythonCAD PYDISTUTILS_PKGVERSION= DS1-R${PORTVERSION} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ ${WRKSRC}/PythonCAD/Generic/preferences.py \ Modified: head/cad/qcad-partslib/Makefile ============================================================================== --- head/cad/qcad-partslib/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/qcad-partslib/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,9 +1,5 @@ -# New ports collection makefile for: qcad-partslib -# Date created: 28 Mar 2004 -# Whom: Michael Reifenberger -# +# Created by: Michael Reifenberger # $FreeBSD$ -# PORTNAME= qcad-partslib PORTVERSION= 2.1.2.8.1 @@ -21,6 +17,7 @@ DATADIR= share/qcad/library NO_BUILD= yes +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/${DATADIR} ${TAR} -C ${PREFIX}/${DATADIR} --exclude CVS --unlink --strip-components 1 \ Modified: head/cad/qcad/Makefile ============================================================================== --- head/cad/qcad/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/qcad/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -50,6 +50,7 @@ SHRDIR= fonts libraries patterns plugin QSCRIPTS= bbox dwg2bmp dwg2pdf dwg2svg SUB_FILES= ${QSCRIPTS} +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" \ ${WRKSRC}/src/core/RSettings.cpp Modified: head/cad/qelectrotech/Makefile ============================================================================== --- head/cad/qelectrotech/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/qelectrotech/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,9 +1,5 @@ -# New ports collection makefile for: qelectrotech -# Date created: 2010-03-24 -# Whom: Gvozdikov Veniamin -# +# Created by: Gvozdikov Veniamin # $FreeBSD$ -# PORTNAME= qelectrotech PORTVERSION= 0.22 @@ -26,6 +22,7 @@ MAN1= qelectrotech.1 MANLANG= "" es fr.ISO8859-1 fr.UTF-8 fr pt_PT MANCOMPRESSED= yes +NO_STAGE= yes do-configure: ${MV} ${WRKSRC}/man/files/pt ${WRKSRC}/man/files/pt_PT ${REINPLACE_CMD} -e 's,/usr/local/,${PREFIX}/,g' \ Modified: head/cad/qfsm/Makefile ============================================================================== --- head/cad/qfsm/Makefile Fri Sep 20 15:58:09 2013 (r327710) +++ head/cad/qfsm/Makefile Fri Sep 20 15:58:41 2013 (r327711) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: qfsm -# Date created: Mar 14, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 16:01:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 86772DDF; Fri, 20 Sep 2013 16:01:18 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 742D92067; Fri, 20 Sep 2013 16:01:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KG1Idf058082; Fri, 20 Sep 2013 16:01:18 GMT (envelope-from brd@svn.freebsd.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KG1HOk058076; Fri, 20 Sep 2013 16:01:17 GMT (envelope-from brd@svn.freebsd.org) Message-Id: <201309201601.r8KG1HOk058076@svn.freebsd.org> From: Brad Davis Date: Fri, 20 Sep 2013 16:01:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327712 - in head/sysutils/puppet: . 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.14 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: Fri, 20 Sep 2013 16:01:18 -0000 Author: brd (doc committer) Date: Fri Sep 20 16:01:17 2013 New Revision: 327712 URL: http://svnweb.freebsd.org/changeset/ports/327712 Log: - Update sysutils/puppet to 3.3.0. Approved by: swills@ Modified: head/sysutils/puppet/Makefile head/sysutils/puppet/distinfo head/sysutils/puppet/files/optpatch-package_origin head/sysutils/puppet/pkg-plist Modified: head/sysutils/puppet/Makefile ============================================================================== --- head/sysutils/puppet/Makefile Fri Sep 20 15:58:41 2013 (r327711) +++ head/sysutils/puppet/Makefile Fri Sep 20 16:01:17 2013 (r327712) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= puppet -PORTVERSION= 3.2.4 +PORTVERSION= 3.3.0 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ Modified: head/sysutils/puppet/distinfo ============================================================================== --- head/sysutils/puppet/distinfo Fri Sep 20 15:58:41 2013 (r327711) +++ head/sysutils/puppet/distinfo Fri Sep 20 16:01:17 2013 (r327712) @@ -1,2 +1,2 @@ -SHA256 (puppet-3.2.4.tar.gz) = 8b38f4adee6237b8dd7b1956d90af97f2d0091245d6e30b708bbc8e333001358 -SIZE (puppet-3.2.4.tar.gz) = 1786216 +SHA256 (puppet-3.3.0.tar.gz) = 72a8579332b379f8dfe03d39ac961891db9d1e41919be98ac64caa0e3e2d31a0 +SIZE (puppet-3.3.0.tar.gz) = 1894901 Modified: head/sysutils/puppet/files/optpatch-package_origin ============================================================================== --- head/sysutils/puppet/files/optpatch-package_origin Fri Sep 20 15:58:41 2013 (r327711) +++ head/sysutils/puppet/files/optpatch-package_origin Fri Sep 20 16:01:17 2013 (r327712) @@ -1,6 +1,6 @@ ---- lib/puppet/provider/package/freebsd.rb.orig 2012-10-20 00:57:51.000000000 -0400 -+++ lib/puppet/provider/package/freebsd.rb 2012-10-21 14:53:41.054105583 -0400 -@@ -1,37 +1,163 @@ +--- lib/puppet/provider/package/freebsd.rb.ori 2013-09-19 14:43:54.000000000 -0600 ++++ lib/puppet/provider/package/freebsd.rb 2013-09-19 14:40:09.000000000 -0600 +@@ -1,35 +1,163 @@ -Puppet::Type.type(:package).provide :freebsd, :parent => :openbsd do - desc "The specific form of package management on FreeBSD. This is an - extremely quirky packaging system, in that it freely mixes between @@ -46,7 +46,10 @@ end - def install -- should = @resource.should(:ensure) +- if @resource[:source] =~ /\/$/ +- if @resource[:source] =~ /^(ftp|https?):/ +- Puppet::Util.withenv :PACKAGESITE => @resource[:source] do +- pkgadd "-r", @resource[:name] + def self.parse_pkg_string(pkg_string) + { + :pkg_name => pkg_string.split("-").slice(0..-2).join("-"), @@ -85,11 +88,7 @@ + end + packages + end - -- if @resource[:source] =~ /\/$/ -- if @resource[:source] =~ /^(ftp|https?):/ -- Puppet::Util.withenv :PACKAGESITE => @resource[:source] do -- pkgadd "-r", @resource[:name] ++ + def ports_index + @@lock.synchronize do + if @@ports_index.nil? @@ -187,7 +186,7 @@ end def query -@@ -44,6 +170,7 @@ +@@ -42,6 +170,7 @@ end def uninstall Modified: head/sysutils/puppet/pkg-plist ============================================================================== --- head/sysutils/puppet/pkg-plist Fri Sep 20 15:58:41 2013 (r327711) +++ head/sysutils/puppet/pkg-plist Fri Sep 20 16:01:17 2013 (r327712) @@ -3,6 +3,11 @@ bin/puppet %%RUBY_SITELIBDIR%%/hiera/backend/puppet_backend.rb %%RUBY_SITELIBDIR%%/hiera/scope.rb %%RUBY_SITELIBDIR%%/hiera_puppet.rb +%%RUBY_SITELIBDIR%%/puppetx/puppetlabs/syntax_checkers/json.rb +%%RUBY_SITELIBDIR%%/puppetx/puppet/syntax_checker.rb +%%RUBY_SITELIBDIR%%/puppetx/puppet/bindings_scheme_handler.rb +%%RUBY_SITELIBDIR%%/puppetx/puppet/hiera2_backend.rb +%%RUBY_SITELIBDIR%%/puppetx.rb %%ETCDIR%%/puppet.conf-dist %%ETCDIR%%/auth.conf-dist @dirrmtry etc/puppet/modules @@ -13,3 +18,7 @@ bin/puppet @exec /usr/sbin/chown -Rh puppet:puppet /var/puppet @dirrm %%RUBY_SITELIBDIR%%/hiera/backend @dirrm %%RUBY_SITELIBDIR%%/hiera +@dirrm %%RUBY_SITELIBDIR%%/puppetx/puppetlabs/syntax_checkers +@dirrm %%RUBY_SITELIBDIR%%/puppetx/puppetlabs +@dirrm %%RUBY_SITELIBDIR%%/puppetx/puppet +@dirrm %%RUBY_SITELIBDIR%%/puppetx From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 16:01:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7DC7DEBC; Fri, 20 Sep 2013 16:01:36 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 695F1206C; Fri, 20 Sep 2013 16:01:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KG1aDh060042; Fri, 20 Sep 2013 16:01:36 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KG1MKQ059857; Fri, 20 Sep 2013 16:01:22 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201601.r8KG1MKQ059857@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 16:01:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327713 - in head/chinese: CJKUnifonts CNS11643-font FreeWnn-lib FreeWnn-server acroread8-zh_CN acroread8-zh_TW arphicttf aterm auto-cn-l10n auto-tw-l10n autoconvert bg5pdf bg5ps big5co... 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.14 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: Fri, 20 Sep 2013 16:01:36 -0000 Author: bapt Date: Fri Sep 20 16:01:22 2013 New Revision: 327713 URL: http://svnweb.freebsd.org/changeset/ports/327713 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: chinese) Modified: head/chinese/CJKUnifonts/Makefile head/chinese/CNS11643-font/Makefile head/chinese/FreeWnn-lib/Makefile head/chinese/FreeWnn-server/Makefile head/chinese/acroread8-zh_CN/Makefile head/chinese/acroread8-zh_TW/Makefile head/chinese/arphicttf/Makefile head/chinese/aterm/Makefile head/chinese/auto-cn-l10n/Makefile head/chinese/auto-tw-l10n/Makefile head/chinese/autoconvert/Makefile head/chinese/bg5pdf/Makefile head/chinese/bg5ps/Makefile head/chinese/big5con/Makefile head/chinese/big5width/Makefile head/chinese/bitchx/Makefile head/chinese/bsdconv-opencc/Makefile head/chinese/bug5/Makefile head/chinese/c2t/Makefile head/chinese/calligra-l10n-zh_CN/Makefile head/chinese/calligra-l10n-zh_TW/Makefile head/chinese/cce/Makefile head/chinese/cconv/Makefile head/chinese/celvis/Makefile head/chinese/chiconv/Makefile head/chinese/cless/Makefile head/chinese/cmexfonts/Makefile head/chinese/cnprint/Makefile head/chinese/cwtex/Makefile head/chinese/cwtexttf/Makefile head/chinese/dictd-database/Makefile head/chinese/docproj/Makefile head/chinese/enscript/Makefile head/chinese/eterm/Makefile head/chinese/fcitx-chewing/Makefile head/chinese/fcitx-cloudpinyin/Makefile head/chinese/fcitx-configtool/Makefile head/chinese/fcitx-googlepinyin/Makefile head/chinese/fcitx-libpinyin/Makefile head/chinese/fcitx-rime/Makefile head/chinese/fcitx-sunpinyin/Makefile head/chinese/fcitx-table-extra/Makefile head/chinese/fcitx-ui-light/Makefile head/chinese/fcitx/Makefile head/chinese/fireflyttf/Makefile head/chinese/font-std/Makefile head/chinese/fortune/Makefile head/chinese/fortunetw/Makefile head/chinese/fqterm/Makefile head/chinese/gb2jis/Makefile head/chinese/gb2ps/Makefile head/chinese/gcin/Makefile head/chinese/gimp-help-zh_CN/Makefile head/chinese/gugod-clean/Makefile head/chinese/hanzim/Makefile head/chinese/hc/Makefile head/chinese/hztty/Makefile head/chinese/ibus-chewing/Makefile head/chinese/ibus-pinyin/Makefile head/chinese/irssi/Makefile head/chinese/jis2gb/Makefile head/chinese/joe/Makefile head/chinese/joe2/Makefile head/chinese/kcfonts/Makefile head/chinese/kde4-l10n-zh_CN/Makefile head/chinese/kde4-l10n-zh_TW/Makefile head/chinese/kon2/Makefile head/chinese/libchewing/Makefile head/chinese/libgooglepinyin/Makefile head/chinese/libpinyin/Makefile head/chinese/libreoffice-zh_CN/Makefile head/chinese/libreoffice-zh_TW/Makefile head/chinese/librime/Makefile head/chinese/libtabe/Makefile head/chinese/lunar/Makefile head/chinese/miniChinput/Makefile head/chinese/moefonts-cid/Makefile head/chinese/moettf/Makefile head/chinese/msttf/Makefile head/chinese/muni/Makefile head/chinese/mutt/Makefile head/chinese/oicq/Makefile head/chinese/opencc/Makefile head/chinese/opendesktop-fonts/Makefile head/chinese/oto/Makefile head/chinese/oxim/Makefile head/chinese/p5-Date-Chinese/Makefile head/chinese/p5-Encode-CNMap/Makefile head/chinese/p5-Encode-HanConvert/Makefile head/chinese/p5-Encode-HanExtra/Makefile head/chinese/p5-Lingua-Han-PinYin/Makefile head/chinese/p5-Lingua-Han-Utils/Makefile head/chinese/p5-Lingua-ZH-BPMFConvert/Makefile head/chinese/p5-Lingua-ZH-HanDetect/Makefile head/chinese/p5-Lingua-ZH-Keywords/Makefile head/chinese/p5-Lingua-ZH-Numbers/Makefile head/chinese/p5-Lingua-ZH-Segment/Makefile head/chinese/p5-Lingua-ZH-Summarize/Makefile head/chinese/p5-Lingua-ZH-TaBE/Makefile head/chinese/p5-Lingua-ZH-Toke/Makefile head/chinese/p5-Lingua-ZH-WordSegmenter/Makefile head/chinese/p5-Lingua-ZH-Wrap/Makefile head/chinese/p5-Text-Greeking-zh_TW/Makefile head/chinese/p5-cconv/Makefile head/chinese/pcmanx/Makefile head/chinese/php5-cconv/Makefile head/chinese/phpbb-tw/Makefile head/chinese/phpbb3-tw/Makefile head/chinese/pine4/Makefile head/chinese/py-cconv/Makefile head/chinese/qe/Makefile head/chinese/qt4-codecs-cn/Makefile head/chinese/qt4-codecs-tw/Makefile head/chinese/qterm/Makefile head/chinese/reciteword/Makefile head/chinese/scim-array/Makefile head/chinese/scim-fcitx/Makefile head/chinese/scim-pinyin/Makefile head/chinese/scim-tables/Makefile head/chinese/srecite/Makefile head/chinese/sunpinyin/Makefile head/chinese/telnet/Makefile head/chinese/tin/Makefile head/chinese/tintin++/Makefile head/chinese/ttf2pt1/Makefile head/chinese/ttfm/Makefile head/chinese/unrar/Makefile head/chinese/unzip/Makefile head/chinese/ve/Makefile head/chinese/wenju/Makefile head/chinese/wordpress-zh_CN/Makefile head/chinese/wordpress-zh_TW/Makefile head/chinese/xemacs21/Makefile head/chinese/xmms/Makefile head/chinese/xpdf/Makefile head/chinese/xsim/Makefile head/chinese/ydict/Makefile head/chinese/zhcon/Makefile Modified: head/chinese/CJKUnifonts/Makefile ============================================================================== --- head/chinese/CJKUnifonts/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/CJKUnifonts/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: CJKUnifonts(Arne's TrueType Font) -# Date created: 10 Dec 2004 -# Whom: Shen Chuan-Hsing -# +# Created by: Shen Chuan-Hsing # $FreeBSD$ -# PORTNAME= CJKUnifonts PORTVERSION= 0.2.20080216.1 @@ -25,6 +21,7 @@ NO_BUILD= yes TTF= ukai.ttc uming.ttc +NO_STAGE= yes do-install: @${MKDIR} ${FONTSDIR} ${INSTALL_DATA} ${WRKDIR}/ukai.ttc ${FONTSDIR} Modified: head/chinese/CNS11643-font/Makefile ============================================================================== --- head/chinese/CNS11643-font/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/CNS11643-font/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -24,6 +24,7 @@ NO_BUILD= yes TTF= TW-Kai-98_1.ttf TW-Sung-98_1.ttf +NO_STAGE= yes do-install: @${MKDIR} ${FONTSDIR} .for f in ${TTF} Modified: head/chinese/FreeWnn-lib/Makefile ============================================================================== --- head/chinese/FreeWnn-lib/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/FreeWnn-lib/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libraries of FreeWnn -# Date created: 00/08/25 -# Whom: Satoshi TAOKA -# +# Created by: Satoshi TAOKA # $FreeBSD$ -# CATEGORIES= chinese PKGNAMESUFFIX= -lib @@ -15,4 +11,5 @@ PKGDIR= ${.CURDIR} WNNTYPE= CWNN +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/chinese/FreeWnn-server/Makefile ============================================================================== --- head/chinese/FreeWnn-server/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/FreeWnn-server/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: server of FreeWnn -# Date created: 00/08/25 -# Whom: Satoshi TAOKA -# +# Created by: Satoshi TAOKA # $FreeBSD$ -# CATEGORIES= chinese PKGNAMESUFFIX= -server @@ -15,4 +11,5 @@ PKGDIR= ${.CURDIR} WNNTYPE= CWNN +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/chinese/acroread8-zh_CN/Makefile ============================================================================== --- head/chinese/acroread8-zh_CN/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/acroread8-zh_CN/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: acroread8-zh_CN -# Date created: 27 December 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# CATEGORIES= chinese print linux PKGNAMEPREFIX= zh_CN- @@ -13,4 +9,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= CHS +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/chinese/acroread8-zh_TW/Makefile ============================================================================== --- head/chinese/acroread8-zh_TW/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/acroread8-zh_TW/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: acroread8-zh_TW -# Date created: 27 December 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# CATEGORIES= chinese print linux PKGNAMEPREFIX= zh_TW- @@ -13,4 +9,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= CHT +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/chinese/arphicttf/Makefile ============================================================================== --- head/chinese/arphicttf/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/arphicttf/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Arphic Chinese TrueType fonts -# Date created: 13 Oct 1999 -# Whom: Jing-Tang Keith Jang -# +# Created by: Jing-Tang Keith Jang # $FreeBSD$ -# PORTNAME= arphicttf PORTVERSION= 2.11 @@ -20,6 +16,7 @@ WRKSRC= ${WRKDIR}/arphic TTF= bkai00mp.ttf bsmi00lp.ttf gbsn00lp.ttf gkai00mp.ttf +NO_STAGE= yes do-install: @${MKDIR} ${FONTSDIR} .for ttf in ${TTF} Modified: head/chinese/aterm/Makefile ============================================================================== --- head/chinese/aterm/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/aterm/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -13,6 +13,7 @@ USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-xim --enable-big5 +NO_STAGE= yes post-install: @${CHMOD} 4711 ${PREFIX}/bin/aterm Modified: head/chinese/auto-cn-l10n/Makefile ============================================================================== --- head/chinese/auto-cn-l10n/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/auto-cn-l10n/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,7 +1,4 @@ -# New ports collection makefile for: zh-auto-cn-l10n -# Date created: 12 May 2006 -# Whom: Yinghong Liu -# +# Created by: Yinghong Liu # $FreeBSD$ PORTNAME= auto-cn-l10n @@ -28,6 +25,7 @@ SCIM_DESC= Smart Common Input Method pl MINICHINPUT_DESC= A tiny version of Chinput RELAXCONF_DESC= A set of utilities for FreeBSD LiveCD +NO_STAGE= yes .include .if ${PORT_OPTIONS:MWQY} Modified: head/chinese/auto-tw-l10n/Makefile ============================================================================== --- head/chinese/auto-tw-l10n/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/auto-tw-l10n/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -16,6 +16,7 @@ USE_XZ= yes PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message +NO_STAGE= yes pre-install: @${FIND} ${WRKSRC} -name "*.orig" -delete @${MV} ${WRKSRC}/make.conf.in ${WRKSRC}/make.conf Modified: head/chinese/autoconvert/Makefile ============================================================================== --- head/chinese/autoconvert/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/autoconvert/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -24,6 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER PROJECTHOST= libhz +NO_STAGE= yes .include post-patch: Modified: head/chinese/bg5pdf/Makefile ============================================================================== --- head/chinese/bg5pdf/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/bg5pdf/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bg5pdf -# Date created: 17 June 1998 -# Whom: Shen Chuan-Hsing -# +# Created by: Shen Chuan-Hsing # $FreeBSD$ -# PORTNAME= bg5pdf PORTVERSION= 1.0.0 @@ -21,6 +17,7 @@ CFLAGS+= -fPIC USE_PYTHON= yes WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,/usr/bin/python,python,g' ${WRKSRC}/bg5pdf Modified: head/chinese/bg5ps/Makefile ============================================================================== --- head/chinese/bg5ps/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/bg5ps/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -17,6 +17,7 @@ USE_PYTHON= yes PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message +NO_STAGE= yes .include do-install: Modified: head/chinese/big5con/Makefile ============================================================================== --- head/chinese/big5con/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/big5con/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: big5con -# Date created: 07 Jan 1997 -# Whom: Hung-Chi Chu -# +# Created by: Hung-Chi Chu # $FreeBSD$ -# PORTNAME= big5con PORTVERSION= 0.92i @@ -15,6 +11,7 @@ COMMENT= Big5 Chinese console ONLY_FOR_ARCHS= i386 +NO_STAGE= yes .include .if ${OSVERSION} > 900007 Modified: head/chinese/big5width/Makefile ============================================================================== --- head/chinese/big5width/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/big5width/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: big5width -# Date created: Sep 20 2006 -# Whom: Rong-En Fan -# +# Created by: Rong-En Fan # $FreeBSD$ -# PORTNAME= big5width PORTVERSION= 1.0 @@ -22,6 +18,7 @@ PLIST_SUB= BASELOCALEDIR=${BASELOCALEDIR LOCALEDIR=${LOCALEDIR} \ LANG=${LANG} +NO_STAGE= yes .include SRCDIR= ${SRC_BASE}/share/mklocale Modified: head/chinese/bitchx/Makefile ============================================================================== --- head/chinese/bitchx/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/bitchx/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: BitchX -# Date created: Mon Jan 8 2001 -# Whom: clive -# +# Created by: clive # $FreeBSD$ -# PORTNAME= BitchX PORTREVISION= 5 @@ -25,4 +21,5 @@ WITHOUT_GNOME= YES # If without gnome, esound support isn't needed. WITHOUT_ESOUND= YES +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/chinese/bsdconv-opencc/Makefile ============================================================================== --- head/chinese/bsdconv-opencc/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/bsdconv-opencc/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -23,4 +23,5 @@ GH_COMMIT= 38b4a80 MAKE_ARGS= PREFIX=${PREFIX} +NO_STAGE= yes .include Modified: head/chinese/bug5/Makefile ============================================================================== --- head/chinese/bug5/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/bug5/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -21,4 +21,5 @@ MAKE_ARGS= PREFIX=${PREFIX} PLIST_FILES= bin/bug5 +NO_STAGE= yes .include Modified: head/chinese/c2t/Makefile ============================================================================== --- head/chinese/c2t/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/c2t/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: c2t -# Date created: Mon Feb 03, 1997 -# Whom: David O'Brien (obrien@FreeBSD.org) -# +# Created by: David O'Brien (obrien@FreeBSD.org) # $FreeBSD$ -# PORTNAME= c2t PORTVERSION= 1.0 @@ -20,6 +15,7 @@ NO_WRKSUBDIR= yes EXTRACT_ONLY= c2t.tar.gz MAN1= c2t.1 +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/share/chinese/gb ${INSTALL_PROGRAM} ${WRKSRC}/c2t ${PREFIX}/bin Modified: head/chinese/calligra-l10n-zh_CN/Makefile ============================================================================== --- head/chinese/calligra-l10n-zh_CN/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/calligra-l10n-zh_CN/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -9,5 +9,6 @@ COMMENT= Simplified Chinese messages and CALLIGRA_L10N= zh_CN +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/chinese/calligra-l10n-zh_TW/Makefile ============================================================================== --- head/chinese/calligra-l10n-zh_TW/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/calligra-l10n-zh_TW/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -9,5 +9,6 @@ COMMENT= Traditional Chinese messages an CALLIGRA_L10N= zh_TW +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/chinese/cce/Makefile ============================================================================== --- head/chinese/cce/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/cce/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cce -# Date created: 8 Oct 2003 -# Whom: Shen Chuan-Hsing -# +# Created by: Shen Chuan-Hsing # $FreeBSD$ -# PORTNAME= cce PORTVERSION= 0.51 @@ -28,4 +24,5 @@ CONFIGURE_ARGS= --mandir=${PREFIX}/man MAN1= cce.1 cceconv.1 +NO_STAGE= yes .include Modified: head/chinese/cconv/Makefile ============================================================================== --- head/chinese/cconv/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/cconv/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -14,6 +14,7 @@ GNU_CONFIGURE= yes USES= iconv USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|unicode.h||; s|libcconv_la_LDFLAGS|cconv_LDFLAGS|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|UTF-TW|UTF8-TW|g' ${WRKSRC}/main.c Modified: head/chinese/celvis/Makefile ============================================================================== --- head/chinese/celvis/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/celvis/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -14,6 +14,7 @@ CFLAGS+= -Wno-error=return-type MAN1= celvis.1 MLINKS= celvis.1 cvi.1 +NO_STAGE= yes do-install: @# install target in celvis Makefile is not too good -- this is easier ${INSTALL_PROGRAM} ${WRKSRC}/celvis ${WRKSRC}/virec ${PREFIX}/bin Modified: head/chinese/chiconv/Makefile ============================================================================== --- head/chinese/chiconv/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/chiconv/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -21,4 +21,5 @@ MAKE_ARGS= PREFIX=${PREFIX} PLIST_FILES= bin/chiconv +NO_STAGE= yes .include Modified: head/chinese/cless/Makefile ============================================================================== --- head/chinese/cless/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/cless/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: cless -# Date created: Sat Aug 10, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) -# +# Created by: David O'Brien (obrien@cs.ucdavis.edu) # $FreeBSD$ -# PORTNAME= cless PORTVERSION= 290 @@ -19,6 +14,7 @@ CFLAGS+= -DHANZI # LDFLAGS=-s datadir=/u CPP= # MAN1= cless.1 clesskey.1 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/cless Modified: head/chinese/cmexfonts/Makefile ============================================================================== --- head/chinese/cmexfonts/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/cmexfonts/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cmexfonts -# Date created: 10 Mar 2001 -# Whom: Shen Chuan-Hsing -# +# Created by: Shen Chuan-Hsing # $FreeBSD$ -# PORTNAME= cmexfonts PORTVERSION= 0.1 @@ -24,6 +20,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/cmexfonts +NO_STAGE= yes post-install: @${SETENV} ${INSTALL_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL Modified: head/chinese/cnprint/Makefile ============================================================================== --- head/chinese/cnprint/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/cnprint/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -24,6 +24,7 @@ OPTIONS_DEFAULT= A4SIZE A4SIZE_DESC= Set A4 (not Letter) as a default paper size +NO_STAGE= yes .include do-extract: Modified: head/chinese/cwtex/Makefile ============================================================================== --- head/chinese/cwtex/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/cwtex/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cwtex -# Date created: 10 Mar 2001 -# Whom: Shen Chuan-Hsing -# +# Created by: Shen Chuan-Hsing # $FreeBSD$ -# PORTNAME= cwtex PORTVERSION= 16.6 @@ -20,6 +16,7 @@ USE_TEX= latex NO_BUILD= yes NO_WRKSUBDIR= yes +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC}/share ${WRKSRC}/bin ${TAR} -kxzf ${DISTDIR}/cwtexmain.tgz -C ${WRKSRC}/share Modified: head/chinese/cwtexttf/Makefile ============================================================================== --- head/chinese/cwtexttf/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/cwtexttf/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cwTeX Chinese TrueType fonts -# Date created: 18 Dec 2002 -# Whom: Shen Chuan-Hsing -# +# Created by: Shen Chuan-Hsing # $FreeBSD$ -# PORTNAME= cwtexttf PORTVERSION= 1.2 @@ -22,6 +18,7 @@ WRKSRC= ${WRKDIR}/texmf/fonts/truetype/ TTF= bbttf.ttf fttf.ttf kttf.ttf mttf.ttf rttf.ttf +NO_STAGE= yes do-install: @${MKDIR} ${FONTSDIR} .for i in ${TTF} Modified: head/chinese/dictd-database/Makefile ============================================================================== --- head/chinese/dictd-database/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/dictd-database/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dict-zh -# Date created: 25 Oct 1999 -# Whom: Shen Chuan-Hsing -# +# Created by: Shen Chuan-Hsing # $FreeBSD$ -# PORTNAME= dictd-database PORTVERSION= 1.6 @@ -23,6 +19,7 @@ SUB_FILES= pkg-message DICTFILES= cedict pydict moecomp netterm +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/dict for f in ${DICTFILES}; do \ Modified: head/chinese/docproj/Makefile ============================================================================== --- head/chinese/docproj/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/docproj/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,11 +1,5 @@ -# New ports collection makefile for: zh-docproj -# Date created: 26 Feb 2006 -# Whom: Xin LI -# +# Created by: Xin LI # $FreeBSD$ -# -# This port is self contained in the src directory. -# PORTNAME= docproj PORTVERSION= 0.1.20060303 @@ -28,6 +22,7 @@ WRKSRC= ${WRKDIR}/src SRC= ${.CURDIR}/src +NO_STAGE= yes do-fetch: @${DO_NADA} Modified: head/chinese/enscript/Makefile ============================================================================== --- head/chinese/enscript/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/enscript/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: zh Big5/GB-izedenscript (a4) -# Date created: 27 Nov, 2000 -# Whom: Jing-Tang Keith Jang -# +# Created by: Jing-Tang Keith Jang # $FreeBSD$ -# CATEGORIES= chinese @@ -20,6 +16,7 @@ PKGMESSAGE= ${.CURDIR}/pkg-message USE_GHOSTSCRIPT_RUN= yes +NO_STAGE= yes post-patch: @${ECHO_CMD} "share/enscript/README.BIG5" > ${WRKDIR}/pkg-plist @${CAT} ${MASTERDIR}/pkg-plist >> ${WRKDIR}/pkg-plist Modified: head/chinese/eterm/Makefile ============================================================================== --- head/chinese/eterm/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/eterm/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -20,4 +20,5 @@ PLIST= ${MASTERDIR}/pkg-plist RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/chinese/fcitx-chewing/Makefile ============================================================================== --- head/chinese/fcitx-chewing/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/fcitx-chewing/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -19,4 +19,5 @@ USE_XZ= yes USES= cmake gettext pkgconfig USE_GNOME= intltool +NO_STAGE= yes .include Modified: head/chinese/fcitx-cloudpinyin/Makefile ============================================================================== --- head/chinese/fcitx-cloudpinyin/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/fcitx-cloudpinyin/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -20,4 +20,5 @@ USE_GNOME= intltool PROJECTHOST= fcitx +NO_STAGE= yes .include Modified: head/chinese/fcitx-configtool/Makefile ============================================================================== --- head/chinese/fcitx-configtool/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/fcitx-configtool/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -22,6 +22,7 @@ USES= cmake gettext pkgconfig OPTIONS_DEFINE= GTK2 GTK3 OPTIONS_DEFAULT=GTK2 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGTK2} Modified: head/chinese/fcitx-googlepinyin/Makefile ============================================================================== --- head/chinese/fcitx-googlepinyin/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/fcitx-googlepinyin/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -19,4 +19,5 @@ USE_GNOME= intltool PROJECTHOST= fcitx +NO_STAGE= yes .include Modified: head/chinese/fcitx-libpinyin/Makefile ============================================================================== --- head/chinese/fcitx-libpinyin/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/fcitx-libpinyin/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -22,6 +22,7 @@ USES= cmake gettext pkgconfig USE_GNOME= intltool INSTALLS_ICONS= yes +NO_STAGE= yes post-patch: @${LN} -s ${_DISTDIR}/model.text.${MDVER}.tar.gz ${WRKSRC}/data Modified: head/chinese/fcitx-rime/Makefile ============================================================================== --- head/chinese/fcitx-rime/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/fcitx-rime/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -22,4 +22,5 @@ INSTALLS_ICONS= yes PROJECTHOST= fcitx +NO_STAGE= yes .include Modified: head/chinese/fcitx-sunpinyin/Makefile ============================================================================== --- head/chinese/fcitx-sunpinyin/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/fcitx-sunpinyin/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -21,6 +21,7 @@ INSTALLS_ICONS= yes PROJECTHOST= fcitx +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} Modified: head/chinese/fcitx-table-extra/Makefile ============================================================================== --- head/chinese/fcitx-table-extra/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/fcitx-table-extra/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fcitx-table-extra -# Date created: 5 Sep 2012 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD$ -# PORTNAME= fcitx-table-extra PORTVERSION= 0.3.3 @@ -24,4 +20,5 @@ STRIP= PROJECTHOST= fcitx +NO_STAGE= yes .include Modified: head/chinese/fcitx-ui-light/Makefile ============================================================================== --- head/chinese/fcitx-ui-light/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/fcitx-ui-light/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -21,6 +21,7 @@ USE_GNOME= intltool PROJECTHOST= fcitx +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} Modified: head/chinese/fcitx/Makefile ============================================================================== --- head/chinese/fcitx/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/fcitx/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -45,6 +45,7 @@ QT4_DESC= Enable Qt4 IM module OPENCC_DESC= Enable OpenCC for Chinese Transform TPUNC_DESC= Use traditional quotation marks +NO_STAGE= yes .include CMAKE_ARGS+= -DENABLE_XDGAUTOSTART=OFF -DFORCE_ENCHANT=ON Modified: head/chinese/fireflyttf/Makefile ============================================================================== --- head/chinese/fireflyttf/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/fireflyttf/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -22,6 +22,7 @@ LGJ_FONT_DESC= Patch for Taiwan horn TTF= fireflysung.ttf +NO_STAGE= yes .include .if ${PORT_OPTIONS:MLGJ_FONT} Modified: head/chinese/font-std/Makefile ============================================================================== --- head/chinese/font-std/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/font-std/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: font-std -# Date created: 15 May 2009 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PORTNAME= font-std PORTVERSION= 0.0.20090602 @@ -27,6 +23,7 @@ PLIST_FILES= ${FONTSDIR}/std.zh_CN/STHei PLIST_DIRS= ${FONTSDIR}/std.zh_CN FONTSDIR= share/fonts +NO_STAGE= yes do-fetch: @${DO_NADA} Modified: head/chinese/fortune/Makefile ============================================================================== --- head/chinese/fortune/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/fortune/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: zh-fortune -# Date created: 17 Dec 2009 -# Whom: Ju Pengfei -# +# Created by: Ju Pengfei # $FreeBSD$ -# PORTNAME= fortune PORTVERSION= 1.2.2 @@ -27,6 +23,7 @@ SUB_FILES= pkg-message IGNORE= needs the FreeBSD games distribution .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|/usr/|${PREFIX}/|" \ -e "s|strfile|/usr/games/strfile|" \ Modified: head/chinese/fortunetw/Makefile ============================================================================== --- head/chinese/fortunetw/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/fortunetw/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fortunetw -# Date created: 10 Mar 2001 -# Whom: Shen Chuan-Hsing -# +# Created by: Shen Chuan-Hsing # $FreeBSD$ -# PORTNAME= fortunetw PORTVERSION= 1.3 @@ -19,6 +15,7 @@ NO_BUILD= yes STRCMD= /usr/games/strfile +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/share/games/fortune @${INSTALL_DATA} ${WRKSRC}/bsdchat ${PREFIX}/share/games/fortune Modified: head/chinese/fqterm/Makefile ============================================================================== --- head/chinese/fqterm/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/fqterm/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -26,6 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} DESKTOP_ENTRIES= "FQTerm" "BBS client" "${PREFIX}/share/FQTerm/pic/fqterm.png" \ "fqterm -caption \"%c\" %i %m %u" "Network;Qt;" "" +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} Modified: head/chinese/gb2jis/Makefile ============================================================================== --- head/chinese/gb2jis/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/gb2jis/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gb2jis -# Date created: 16 September 2000 -# Whom: Zhang Shu -# +# Created by: Zhang Shu # $FreeBSD$ -# PORTNAME= gb2jis PORTVERSION= 1.5 @@ -19,4 +15,5 @@ ALL_TARGET= MAN1= ${PORTNAME}.1 +NO_STAGE= yes .include Modified: head/chinese/gb2ps/Makefile ============================================================================== --- head/chinese/gb2ps/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/gb2ps/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: gb2ps -# Date created: Mon Feb 03, 1997 -# Whom: David O'Brien (obrien@FreeBSD.org) -# +# Created by: David O'Brien (obrien@FreeBSD.org) # $FreeBSD$ -# PORTNAME= gb2ps PORTVERSION= 2.02 @@ -22,6 +17,7 @@ COMMENT= Converts Chinese GB (simple) en EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} WRKSRC= ${WRKDIR}/GB2PS +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/share/chinese/gb ${INSTALL_PROGRAM} ${WRKSRC}/gb2ps ${PREFIX}/bin Modified: head/chinese/gcin/Makefile ============================================================================== --- head/chinese/gcin/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/gcin/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -31,6 +31,7 @@ MAN1= gcin.1 gcin-exit.1 gcin2tab.1 gci phoa2d.1 sim2trad.1 tsa2d32.1 tslearn.1 \ ts-contribute.1 ts-edit.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MQT_IM_MODULE} Modified: head/chinese/gimp-help-zh_CN/Makefile ============================================================================== --- head/chinese/gimp-help-zh_CN/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/gimp-help-zh_CN/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gimp-help -# Date created: 10th April 2010 -# Whom: SimaMoto,RyoTa -# +# Created by: SimaMoto,RyoTa # $FreeBSD$ -# CATEGORIES= chinese graphics @@ -15,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../../misc/gimp-he DOCLANG= zh_CN AMPLE= "@comment " +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/chinese/gugod-clean/Makefile ============================================================================== --- head/chinese/gugod-clean/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/gugod-clean/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,6 +1,4 @@ -# New ports collection makefile for: gugod-clean -# Date Created: 21 Jun 2001 -# Whom: Kang-min Liu +# Created by: Kang-min Liu # $FreeBSD$ PORTNAME= gugod-clean @@ -23,6 +21,7 @@ NO_BUILD= yes SHAREMODE= 644 XFONTDIR= ${LOCALBASE}/lib/X11/fonts/local +NO_STAGE= yes do-install: @${MKDIR} ${XFONTDIR} .for i in ${FONTFILES} Modified: head/chinese/hanzim/Makefile ============================================================================== --- head/chinese/hanzim/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/hanzim/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: hanzim -# Date created: Sep 23, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= hanzim PORTVERSION= 1.3 @@ -28,6 +23,7 @@ ALL_TARGET= ${PORTNAME} MAN1= hanzim.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/hanzim.c Modified: head/chinese/hc/Makefile ============================================================================== --- head/chinese/hc/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/hc/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: hc -# Date created: Mon Feb 03, 1997 -# Whom: David O'Brien (obrien@FreeBSD.org) -# +# Created by: David O'Brien (obrien@FreeBSD.org) # $FreeBSD$ -# PORTNAME= hc PORTVERSION= 3.0 @@ -20,6 +15,7 @@ EXTRACT_ONLY= hc-30.tar.gz ALL_TARGET= hc b2g g2b MAN1= hc.1 +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/hclib.c Modified: head/chinese/hztty/Makefile ============================================================================== --- head/chinese/hztty/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/hztty/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# Ports collection makefile for: hztty -# Date created: Wed Sep 24, 1997 -# Whom: Ada T Lim -# +# Created by: Ada T Lim # $FreeBSD$ -# PORTNAME= hztty PORTVERSION= 2.0 @@ -17,6 +13,7 @@ ALL_TARGET= bsd MAN1= hztty.1 PLIST_FILES= bin/hztty +NO_STAGE= yes .include .if ${OSVERSION} > 900007 Modified: head/chinese/ibus-chewing/Makefile ============================================================================== --- head/chinese/ibus-chewing/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/ibus-chewing/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -30,4 +30,5 @@ PROJECTHOST= ibus PLIST_SUB+= PORTVERSION=${PORTVERSION} +NO_STAGE= yes .include Modified: head/chinese/ibus-pinyin/Makefile ============================================================================== --- head/chinese/ibus-pinyin/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/ibus-pinyin/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -33,6 +33,7 @@ ANDROID_DB_DESC= Build Android DB OPENPHRASE_DB_DESC= Build Open Phrase DB OPENCC_DESC= Use opencc +NO_STAGE= yes .include .if ${PORT_OPTIONS:MANDROID_DB} Modified: head/chinese/irssi/Makefile ============================================================================== --- head/chinese/irssi/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/irssi/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: zh-tw-irssi -# Date created: April 26 2001 -# Whom: vanilla -# +# Created by: vanilla # $FreeBSD$ -# PORTREVISION= 0 CATEGORIES= chinese @@ -17,4 +13,5 @@ MASTERDIR= ${.CURDIR}/../../irc/irssi EXTRA_PATCHES= ${.CURDIR}/files/patch-irssi.conf \ ${.CURDIR}/files/patch-utf8_break +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/chinese/jis2gb/Makefile ============================================================================== --- head/chinese/jis2gb/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/jis2gb/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gb2jis -# Date created: 8 November 2001 -# Whom: Zhang Shu -# +# Created by: Zhang Shu # $FreeBSD$ -# PORTNAME= jis2gb PORTVERSION= 1.5 @@ -19,4 +15,5 @@ ALL_TARGET= MAN1= ${PORTNAME}.1 +NO_STAGE= yes .include Modified: head/chinese/joe/Makefile ============================================================================== --- head/chinese/joe/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/joe/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: zh-joe -# Date created: 3 July 1999 -# Whom: Shen Chuan-Hsing -# +# Created by: Shen Chuan-Hsing # $FreeBSD$ -# PORTREVISION= 1 CATEGORIES= chinese @@ -20,4 +16,5 @@ LATEST_LINK= ${PKGNAMEPREFIX}joe MASTERDIR= ${.CURDIR}/../../editors/joe DISTINFO_FILE= ${.CURDIR}/distinfo +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/chinese/joe2/Makefile ============================================================================== --- head/chinese/joe2/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/joe2/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: zh-joe2 -# Date created: 3 July 1999 -# Whom: Shen Chuan-Hsing -# +# Created by: Shen Chuan-Hsing # $FreeBSD$ -# CATEGORIES= chinese @@ -19,4 +15,5 @@ LATEST_LINK= ${PKGNAMEPREFIX}joe2 MASTERDIR= ${.CURDIR}/../../editors/joe2 DISTINFO_FILE= ${.CURDIR}/distinfo +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/chinese/kcfonts/Makefile ============================================================================== --- head/chinese/kcfonts/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/kcfonts/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -1,9 +1,5 @@ -# New ports collection makefile for: kcfonts -# Date Created: 5 Dec 1997 -# Whom: Ming-I Hseh -# +# Created by: Ming-I Hseh # $FreeBSD$ -# PORTNAME= kcfonts PORTVERSION= 1.05 @@ -18,6 +14,7 @@ COMMENT= Kuo Chauo Chinese Fonts collect BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir +NO_STAGE= yes .include .if ${ARCH} == "sparc64" Modified: head/chinese/kde4-l10n-zh_CN/Makefile ============================================================================== --- head/chinese/kde4-l10n-zh_CN/Makefile Fri Sep 20 16:01:17 2013 (r327712) +++ head/chinese/kde4-l10n-zh_CN/Makefile Fri Sep 20 16:01:22 2013 (r327713) @@ -10,5 +10,6 @@ COMMENT= Simplified Chinese messages and KDE4_L10N= zh_CN +NO_STAGE= yes .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 16:03:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6B5EBFD0; Fri, 20 Sep 2013 16:03:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 56EB22089; Fri, 20 Sep 2013 16:03:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KG3k9X063171; Fri, 20 Sep 2013 16:03:46 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KG3TNx062922; Fri, 20 Sep 2013 16:03:29 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201603.r8KG3TNx062922@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 16:03:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327714 - in head/comms: acfax aldo amtterm anyremote aprsd atslog bfhist bforce bforce-kst birda bluegps bluez-firmware bpl+ callsign cdr_read chirp chu comserv conserver conserver-com... 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.14 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: Fri, 20 Sep 2013 16:03:46 -0000 Author: bapt Date: Fri Sep 20 16:03:29 2013 New Revision: 327714 URL: http://svnweb.freebsd.org/changeset/ports/327714 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: comms) Modified: head/comms/acfax/Makefile head/comms/aldo/Makefile head/comms/amtterm/Makefile head/comms/anyremote/Makefile head/comms/aprsd/Makefile head/comms/atslog/Makefile head/comms/bfhist/Makefile head/comms/bforce-kst/Makefile head/comms/bforce/Makefile head/comms/birda/Makefile head/comms/bluegps/Makefile head/comms/bluez-firmware/Makefile head/comms/bpl+/Makefile head/comms/callsign/Makefile head/comms/cdr_read/Makefile head/comms/chirp/Makefile head/comms/chu/Makefile head/comms/comserv/Makefile head/comms/conserver-com/Makefile head/comms/conserver/Makefile head/comms/cutecom/Makefile head/comms/cwdaemon/Makefile head/comms/dabstick-radio/Makefile head/comms/dcf77pi/Makefile head/comms/deforaos-phone/Makefile head/comms/dfu-programmer/Makefile head/comms/dfu-util/Makefile head/comms/ebook2cw/Makefile head/comms/ebook2cwgui/Makefile head/comms/echolinux/Makefile head/comms/efax-gtk/Makefile head/comms/efax/Makefile head/comms/ems-flasher/Makefile head/comms/esmska/Makefile head/comms/fl_moxgen/Makefile head/comms/fldigi/Makefile head/comms/flwrap/Makefile head/comms/gammu-devel/Makefile head/comms/gammu/Makefile head/comms/ge-x2212/Makefile head/comms/geoid/Makefile head/comms/ghfaxviewer/Makefile head/comms/gkermit/Makefile head/comms/gmfsk/Makefile head/comms/gnocky/Makefile head/comms/gnokii/Makefile head/comms/gnuradio/Makefile head/comms/gpredict/Makefile head/comms/gpsk31/Makefile head/comms/gqrx/Makefile head/comms/gr-osmosdr/Makefile head/comms/grig/Makefile head/comms/gscmxx/Makefile head/comms/gsmlib/Makefile head/comms/gstreamer1-plugins-spandsp/Makefile head/comms/gtkmmorse/Makefile head/comms/hamfax/Makefile head/comms/hamlib/Makefile head/comms/hcidump/Makefile head/comms/hf/Makefile head/comms/hylafax/Makefile head/comms/ibp/Makefile head/comms/java-commapi-freebsd/Makefile head/comms/java-commapi/Makefile head/comms/jerm/Makefile head/comms/jsdr/Makefile head/comms/kb/Makefile head/comms/kermit/Makefile head/comms/kremotecontrol/Makefile head/comms/libfec/Makefile head/comms/libimobiledevice/Makefile head/comms/libirman/Makefile head/comms/libmodbus/Makefile head/comms/libticables2/Makefile head/comms/libticalcs2/Makefile head/comms/linrad/Makefile head/comms/lirc/Makefile head/comms/locator/Makefile head/comms/lrzsz/Makefile head/comms/mgetty+sendfax/Makefile head/comms/minicom/Makefile head/comms/mlan/Makefile head/comms/mlan3/Makefile head/comms/morse/Makefile head/comms/nasawash/Makefile head/comms/ncid/Makefile head/comms/nec2c/Makefile head/comms/nokryptia/Makefile head/comms/o2sms/Makefile head/comms/obexapp/Makefile head/comms/openobex/Makefile head/comms/p5-Cisco-UCS/Makefile head/comms/p5-Device-Gsm/Makefile head/comms/p5-Device-Modem/Makefile head/comms/p5-Device-SerialPort/Makefile head/comms/p5-Fax-Hylafax-Client/Makefile head/comms/p5-Nexmo-SMS/Makefile head/comms/p5-SMS-SMS77/Makefile head/comms/p5-SMS-Send-DeviceGsm/Makefile head/comms/p5-SMS-Send-NexmoUnicode/Makefile head/comms/p5-SMS-Send-TW-HiAir/Makefile head/comms/p5-SMS-Send-TW-PChome/Makefile head/comms/p5-SMS-Send-TW-Qma/Makefile head/comms/p5-SMS-Send-TW-ShareSMS/Makefile head/comms/p5-SMS-Send-TW-Socket2Air/Makefile head/comms/p5-SMS-Send-TW-chtsns/Makefile head/comms/p5-SMS-Send-TW-emome/Makefile head/comms/p5-SMS-Send/Makefile head/comms/pear-Horde_ActiveSync/Makefile head/comms/pear-Horde_SyncMl/Makefile head/comms/picocom/Makefile head/comms/pr/Makefile head/comms/predict/Makefile head/comms/py-bulksms/Makefile head/comms/py-libimobiledevice/Makefile head/comms/py-lirc/Makefile head/comms/py-serial/Makefile head/comms/pyla/Makefile head/comms/qico/Makefile head/comms/qpage/Makefile head/comms/qrq/Makefile head/comms/qsstv/Makefile head/comms/remserial/Makefile head/comms/rtl-sdr/Makefile head/comms/rubygem-callsign/Makefile head/comms/rubygem-ruby-termios/Makefile head/comms/rxtx/Makefile head/comms/scmxx/Makefile head/comms/ser2net/Makefile head/comms/serialoverip/Makefile head/comms/seyon/Makefile head/comms/smstools3/Makefile head/comms/soundmodem/Makefile head/comms/spandsp-devel/Makefile head/comms/spandsp/Makefile head/comms/splat/Makefile head/comms/sredird/Makefile head/comms/syncterm/Makefile head/comms/tcpser/Makefile head/comms/thebridge/Makefile head/comms/tilp2/Makefile head/comms/tits/Makefile head/comms/tkhylafax/Makefile head/comms/tkscanfax/Makefile head/comms/tlf/Makefile head/comms/trustedqsl/Makefile head/comms/twpsk/Makefile head/comms/uarduno/Makefile head/comms/uartlirc/Makefile head/comms/uhso-kmod/Makefile head/comms/uird/Makefile head/comms/umcs7840/Makefile head/comms/unixcw/Makefile head/comms/usbmuxd/Makefile head/comms/usrp/Makefile head/comms/viewfax/Makefile head/comms/vrflash/Makefile head/comms/wsjt/Makefile head/comms/wspr/Makefile head/comms/wwl/Makefile head/comms/wy60/Makefile head/comms/xastir/Makefile head/comms/xdx/Makefile head/comms/xlog/Makefile head/comms/xmorse/Makefile head/comms/xnecview/Makefile head/comms/xwota/Makefile head/comms/yagiuda/Makefile head/comms/yaps/Makefile head/comms/yfklog/Makefile head/comms/zmtx-zmrx/Makefile head/comms/zssh/Makefile Modified: head/comms/acfax/Makefile ============================================================================== --- head/comms/acfax/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/acfax/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USES= imake USE_XORG= x11 xext xmu xt sm ice +NO_STAGE= yes post-extract: @${TOUCH} ${WRKSRC}/acfax.man Modified: head/comms/aldo/Makefile ============================================================================== --- head/comms/aldo/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/aldo/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,9 +1,5 @@ -# New ports collection makefile for: aldo -# Date created: 16 March 2004 -# Whom: lambert@lambertfam.org -# +# Created by: lambert@lambertfam.org # $FreeBSD$ -# PORTNAME= aldo PORTVERSION= 0.7.5 @@ -29,6 +25,7 @@ MAN1= aldo.1 AUTOTOOLSFILES= aclocal.m4 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|1.10|%%AUTOMAKE_APIVER%%|g' \ -e 's|2.61|%%AUTOCONF_VERSION%%|g' \ Modified: head/comms/amtterm/Makefile ============================================================================== --- head/comms/amtterm/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/amtterm/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -27,6 +27,7 @@ MAN1= gamt.1 ${PORTNAME}.1 amttool.1 MAN7= amt-howto.7 MANCOMPRESSED= no +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/sbin/ldconfig -p,${LDCONFIG} -r,' \ ${WRKSRC}/mk/Autoconf.mk Modified: head/comms/anyremote/Makefile ============================================================================== --- head/comms/anyremote/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/anyremote/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -20,6 +20,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB OPTIONS_DEFINE= DOCS DBUS X11 OPTIONS_DEFAULT= DBUS X11 +NO_STAGE= yes .include .if ! ${PORT_OPTIONS:MDBUS} Modified: head/comms/aprsd/Makefile ============================================================================== --- head/comms/aprsd/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/aprsd/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,9 +1,5 @@ -# ports collection makefile for: aprsd -# Date created: 14 Jan 2008 -# Whom: db -# +# Created by: db # $FreeBSD$ -# PORTNAME= aprsd PORTVERSION= 2.2.515 @@ -17,6 +13,7 @@ COMMENT= Server daemon providing Interne GNU_CONFIGURE= yes SUB_FILES= pkg-message +NO_STAGE= yes .include post-patch: Modified: head/comms/atslog/Makefile ============================================================================== --- head/comms/atslog/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/atslog/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -28,6 +28,7 @@ MAN8= ${USE_RC_SUBR}.8 ${PORTNAME}maste CONFIGS= ${PORTNAME}.conf.default ${PORTNAME}.conf.default.rus CONFIGURE_ARGS+=--localstatedir=/var +NO_STAGE= yes .include .if ${PORT_OPTIONS:MWWW} Modified: head/comms/bfhist/Makefile ============================================================================== --- head/comms/bfhist/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/bfhist/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bfhist -# Date created: 26 December 2004 -# Whom: Andrey Lykhin -# +# Created by: Andrey Lykhin # $FreeBSD$ -# PORTNAME= bfhist PORTVERSION= 0.4 @@ -16,4 +12,5 @@ COMMENT= Statistics generator for Binkle PLIST_FILES= bin/bfhist +NO_STAGE= yes .include Modified: head/comms/bforce-kst/Makefile ============================================================================== --- head/comms/bforce-kst/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/bforce-kst/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -42,6 +42,7 @@ PORTDOCS= CHANGES CHANGES.kst COPYING RE OPTIONS_DEFINE= DOCS +NO_STAGE= yes pre-configure: @${MKDIR} ${WRKSRC}/bin Modified: head/comms/bforce/Makefile ============================================================================== --- head/comms/bforce/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/bforce/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bforce -# Date created: 19 Feb 2003 -# Whom: Vladimir Kurtikov -# +# Created by: Vladimir Kurtikov # $FreeBSD$ -# PORTNAME= bforce PORTVERSION= 0.22.8 @@ -22,6 +18,7 @@ CFLAGS+= -fno-builtin WRKSRC= ${WRKDIR}/${DISTNAME}/source SUB_FILES= pkg-message +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/etc/bforce ${INSTALL_DATA} ${WRKSRC}/../examples/bforce.conf ${PREFIX}/etc/bforce/bforce.conf.sample Modified: head/comms/birda/Makefile ============================================================================== --- head/comms/birda/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/birda/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,9 +1,5 @@ -# Ports collection makefile for: birda -# Date Created: 29 December 2001 -# Whom: Brandon S. Allbery KF8NH -# +# Created by: Brandon S. Allbery KF8NH # $FreeBSD$ -# PORTNAME= birda PORTVERSION= 1.3 @@ -19,4 +15,5 @@ MAN1= ircomm.1 irobex.1 irs.1 \ mkobextel.1 mkobextodo.1 MANCOMPRESSED= yes +NO_STAGE= yes .include Modified: head/comms/bluegps/Makefile ============================================================================== --- head/comms/bluegps/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/bluegps/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -13,6 +13,7 @@ COMMENT= Command line tool to download d MAN1= bluegps.1 PLIST_FILES= bin/bluegps +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^CC=/d' ${WRKSRC}/Makefile Modified: head/comms/bluez-firmware/Makefile ============================================================================== --- head/comms/bluez-firmware/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/bluez-firmware/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bluez-firmware -# Date created: 30 July 2007 -# Whom: dirkx@webweaving.org -# +# Created by: dirkx@webweaving.org # $FreeBSD$ -# PORTNAME= bluez-firmware PORTVERSION= 1.2 @@ -16,6 +12,7 @@ COMMENT= Firmware for the D-Link BCM2033 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${PREFIX} +NO_STAGE= yes post-install: @${CAT} pkg-message Modified: head/comms/bpl+/Makefile ============================================================================== --- head/comms/bpl+/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/bpl+/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bpl+ -# Date created: 22 Sep 1996 -# Whom: Masafumi NAKANE -# +# Created by: Masafumi NAKANE # $FreeBSD$ -# PORTNAME= bpl+ PORTVERSION= 1.0 @@ -16,6 +12,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= B Plus file transfer protocol +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bpl ${PREFIX}/bin @${LN} -fs ${PREFIX}/bin/bpl ${PREFIX}/bin/bp Modified: head/comms/callsign/Makefile ============================================================================== --- head/comms/callsign/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/callsign/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR} NO_BUILD= YES PLIST_FILES= bin/callsign +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/callsign ${LOCALBASE}/bin/ Modified: head/comms/cdr_read/Makefile ============================================================================== --- head/comms/cdr_read/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/cdr_read/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -19,6 +19,7 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include do-install: Modified: head/comms/chirp/Makefile ============================================================================== --- head/comms/chirp/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/chirp/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,6 +1,4 @@ -# # $FreeBSD$ -# PORTNAME= chirp PORTVERSION= 0.3.0 @@ -19,6 +17,7 @@ USE_PYTHON= YES USE_PYDISTUTILS= YES MAN1= chirpw.1 +NO_STAGE= yes .include pre-configure: Modified: head/comms/chu/Makefile ============================================================================== --- head/comms/chu/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/chu/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -13,6 +13,7 @@ COMMENT= Synchronise computer clock to C MAN8= chu.8 +NO_STAGE= yes .include do-extract: Modified: head/comms/comserv/Makefile ============================================================================== --- head/comms/comserv/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/comserv/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -14,4 +14,5 @@ MAN8= comservd.8 MANCOMPRESSED= yes PLIST_FILES= sbin/comservd etc/comservd.conf.sample etc/rc.d/comservd.sh.sample +NO_STAGE= yes .include Modified: head/comms/conserver-com/Makefile ============================================================================== --- head/comms/conserver-com/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/conserver-com/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -25,6 +25,7 @@ UDS_DESC= Use Unix domain sockets for cl STRIPREALM_DESC=Strip @REALM when using GSSAPI GSSAPIONLY_DESC=Never prompt for a password when using GSSAPI +NO_STAGE= yes .include DEFAULTPORT?= 782 Modified: head/comms/conserver/Makefile ============================================================================== --- head/comms/conserver/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/conserver/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: conserver -# Date created: 22 November 1997 -# Whom: Peter Wemm -# +# Created by: Peter Wemm # $FreeBSD$ -# PORTNAME= conserver PORTVERSION= 8.5 @@ -32,6 +27,7 @@ MAKE_ENV+= DEFAULTHOST="${DEFAULTHOST}" #PKGMESSAGE= ${WRKDIR}/MESSAGE USE_RC_SUBR= conserver +NO_STAGE= yes do-build: ${REINPLACE_CMD} -e 's:/usr/local/lib:${PREFIX}/etc:g' \ ${WRKSRC}/etc/conserver/cons.h Modified: head/comms/cutecom/Makefile ============================================================================== --- head/comms/cutecom/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/cutecom/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,7 +1,4 @@ -# New ports collection makefile for: cutecom -# Date created: Thu Jul 15 02:07:06 CEST 2004 -# Whom: Markus Brueffer -# +# Created by: Markus Brueffer # $FreeBSD$ PORTNAME= cutecom @@ -21,4 +18,5 @@ USES= cmake MAN1= cutecom.1 +NO_STAGE= yes .include Modified: head/comms/cwdaemon/Makefile ============================================================================== --- head/comms/cwdaemon/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/cwdaemon/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -19,6 +19,7 @@ USES= pkgconfig CONFIGURE_ARGS+= --datadir=${PREFIX}/share/doc MAN8= cwdaemon.8 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) cd ${WRKSRC}; ${MAKE} install-data Modified: head/comms/dabstick-radio/Makefile ============================================================================== --- head/comms/dabstick-radio/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/dabstick-radio/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -33,6 +33,7 @@ PLIST_FILES+= bin/dabreceiver bin/fmrece ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= uses MMX and SSE2 +NO_STAGE= yes .include .if (${OSVERSION} >= 901000) && exists(${DESTDIR}/usr/bin/clang) Modified: head/comms/dcf77pi/Makefile ============================================================================== --- head/comms/dcf77pi/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/dcf77pi/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -16,6 +16,7 @@ GH_COMMIT= 75f6f04 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-install: Modified: head/comms/deforaos-phone/Makefile ============================================================================== --- head/comms/deforaos-phone/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/deforaos-phone/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -27,6 +27,7 @@ USE_GNOME= gtk20 desktopfileutils INSTALLS_ICONS= yes MAKE_ARGS+= PREFIX=${PREFIX} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/dev/modem,/dev/cuaU0,g' \ ${WRKSRC}/src/modems/hayes.c Modified: head/comms/dfu-programmer/Makefile ============================================================================== --- head/comms/dfu-programmer/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/dfu-programmer/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -18,6 +18,7 @@ PLIST_FILES= bin/dfu-programmer MAN1= dfu-programmer.1 PORTDOCS= * +NO_STAGE= yes .include do-install: Modified: head/comms/dfu-util/Makefile ============================================================================== --- head/comms/dfu-util/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/dfu-util/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -19,4 +19,5 @@ CONFIGURE_ARGS= --disable-silent-rules MAN1= dfu-util.1 PLIST_FILES= bin/dfu-suffix bin/dfu-util +NO_STAGE= yes .include Modified: head/comms/ebook2cw/Makefile ============================================================================== --- head/comms/ebook2cw/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/ebook2cw/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,5 +1,4 @@ # $FreeBSD$ -# PORTNAME= ebook2cw PORTVERSION= 0.8.2 @@ -16,6 +15,7 @@ LIB_DEPENDS= mp3lame:${PORTSDIR}/audio/l MAN1= ebook2cw.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|'g \ ${WRKSRC}/Makefile Modified: head/comms/ebook2cwgui/Makefile ============================================================================== --- head/comms/ebook2cwgui/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/ebook2cwgui/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,5 +1,4 @@ # $FreeBSD$ -# PORTNAME= ebook2cwgui PORTVERSION= 0.1.2 @@ -21,6 +20,7 @@ USE_WX= yes PLIST_FILES= bin/ebook2cwgui PORTDOCS= * +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG:S,${PREFIX}/bin/,,}|g' \ ${WRKSRC}/Makefile Modified: head/comms/echolinux/Makefile ============================================================================== --- head/comms/echolinux/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/echolinux/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -16,6 +16,7 @@ LIB_DEPENDS= forms.2:${PORTSDIR}/x11-too USE_GCC= any +NO_STAGE= yes .include post-patch: Modified: head/comms/efax-gtk/Makefile ============================================================================== --- head/comms/efax-gtk/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/efax-gtk/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -38,6 +38,7 @@ OPTIONS_SUB= yes NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext +NO_STAGE= yes .include post-install: Modified: head/comms/efax/Makefile ============================================================================== --- head/comms/efax/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/efax/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -26,6 +26,7 @@ CONFLICTS= efax-gtk-* OPTIONS_DEFINE= DOCS +NO_STAGE= yes post-build: ${MV} ${WRKSRC}/fax ${WRKSRC}/fax.orig ${CAT} ${WRKSRC}/fax.orig | ${SED} -e s!%%PREFIX%%!${PREFIX}!g > \ Modified: head/comms/ems-flasher/Makefile ============================================================================== --- head/comms/ems-flasher/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/ems-flasher/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ems-flasher -# Date created: 2012-03-22 -# Whom: Nicole Reid -# +# Created by: Nicole Reid # $FreeBSD$ -# PORTNAME= ems-flasher PORTVERSION= 0.03 @@ -24,6 +20,7 @@ USE_GCC= yes PLIST_FILES= bin/ems-flasher +NO_STAGE= yes .include .if ${OSVERSION} < 800069 Modified: head/comms/esmska/Makefile ============================================================================== --- head/comms/esmska/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/esmska/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,9 +1,5 @@ -# New ports collection makefile for: esmska -# Date created: 18 Feb 2008 -# Whom: Martin Otto -# +# Created by: Martin Otto # $FreeBSD$ -# PORTNAME= esmska PORTVERSION= 0.21 @@ -25,6 +21,7 @@ SUB_FILES= esmska PORTDOCS= readme.txt +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/esmska.jar ${DATADIR}/ Modified: head/comms/fl_moxgen/Makefile ============================================================================== --- head/comms/fl_moxgen/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/fl_moxgen/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -23,6 +23,7 @@ OPTIONS_DEFINE= PDF OPTIONS_DEFAULT= PDF PDF_DESC= Enable PDF Writing (requires libharu) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPDF} Modified: head/comms/fldigi/Makefile ============================================================================== --- head/comms/fldigi/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/fldigi/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -37,6 +37,7 @@ HAMLIB_DESC= Support rig control via ha OPTIONS_DEFAULT= OPTFLARQ OPTOSS HAMLIB +NO_STAGE= yes .include .if ${ARCH} == "sparc64" Modified: head/comms/flwrap/Makefile ============================================================================== --- head/comms/flwrap/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/flwrap/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flwrap -# Date created: January 23 2011 -# Whom: Diane Bruce -# +# Created by: Diane Bruce # $FreeBSD$ -# PORTNAME= flwrap PORTVERSION= 1.3.4 @@ -22,6 +18,7 @@ GNU_CONFIGURE= yes USE_DOS2UNIX= yes CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" +NO_STAGE= yes post-configure: @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|' \ -e 's|^CPPFLAGS|#CPPFLAGS|' \ Modified: head/comms/gammu-devel/Makefile ============================================================================== --- head/comms/gammu-devel/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/gammu-devel/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -39,6 +39,7 @@ MAN7= gammu-smsd-files.7 gammu-smsd-mys .endif +NO_STAGE= yes post-install: .for opt in -Qold -O ${PYTHON_CMD} ${opt} -m compileall -l ${PYTHONPREFIX_SITELIBDIR}/gammu Modified: head/comms/gammu/Makefile ============================================================================== --- head/comms/gammu/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/gammu/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -24,6 +24,7 @@ USE_GNOME= glib20 PORTDOCS= * +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i '' -e 's:bash:sh:' -e 's:dialog:cdialog:' ${WRKSRC}/utils/gammu-config @${REINPLACE_CMD} -i '' -e 's:/etc/bash_completion.d:${PREFIX}/etc/bash_completion.d:' \ Modified: head/comms/ge-x2212/Makefile ============================================================================== --- head/comms/ge-x2212/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/ge-x2212/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-2 PLIST_FILES= bin/ge-x2212-2 PORTDOCS= schematic.txt +NO_STAGE= yes .include post-install: Modified: head/comms/geoid/Makefile ============================================================================== --- head/comms/geoid/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/geoid/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,9 +1,5 @@ -# New ports collection makefile for: geoid -# Date created: March 20 2007 -# Whom: Diane Bruce -# +# Created by: Diane Bruce # $FreeBSD$ -# PORTNAME= geoid PORTVERSION= 1.0 @@ -27,6 +23,7 @@ MAKEFILE= makefile PLIST_FILES= bin/geoid ${DATADIR_REL}/country.pos share/pixmaps/geoid.png PLIST_DIRS= ${DATADIR_REL} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/geoid.cxx Modified: head/comms/ghfaxviewer/Makefile ============================================================================== --- head/comms/ghfaxviewer/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/ghfaxviewer/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -22,6 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= halifax.1 ghfaxviewer.1 +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure Modified: head/comms/gkermit/Makefile ============================================================================== --- head/comms/gkermit/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/gkermit/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -17,6 +17,7 @@ PLIST_FILES= bin/gkermit ALL_TARGET= posix +NO_STAGE= yes post-extract: cd ${WRKSRC} && ${MV} makefile Makefile Modified: head/comms/gmfsk/Makefile ============================================================================== --- head/comms/gmfsk/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/gmfsk/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -29,6 +29,7 @@ OPTIONS_DEFINE= HAMLIB HAMLIB_DESC= Enable HAMLIB Support OPTIONS_DEFAULT= HAMLIB +NO_STAGE= yes .include .if ${PORT_OPTIONS:MHAMLIB} Modified: head/comms/gnocky/Makefile ============================================================================== --- head/comms/gnocky/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/gnocky/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -21,6 +21,7 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/comms/gnokii/Makefile ============================================================================== --- head/comms/gnokii/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/gnokii/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -53,6 +53,7 @@ SMSD_DESC= Enable smsd daemon (includes SMSDDB_DESC= Enable database support in smsd (select one or more) X11_DESC= Build graphical version (xgnokii) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MICAL} Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/gnuradio/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -49,6 +49,7 @@ TESTING_DESC= Include testing support PLIST_SUB+= PORTVERSION=${PORTVERSION} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/comms/gpredict/Makefile ============================================================================== --- head/comms/gpredict/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/gpredict/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes MAN1= gpredict.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^Icon/s|=.*|=${PREFIX}/share/pixmaps/gpredict-icon.png|' \ Modified: head/comms/gpsk31/Makefile ============================================================================== --- head/comms/gpsk31/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/gpsk31/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -14,6 +14,7 @@ USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure Modified: head/comms/gqrx/Makefile ============================================================================== --- head/comms/gqrx/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/gqrx/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -26,6 +26,7 @@ USE_QT4= qmake_build moc_build rcc_build PLIST_FILES= bin/gqrx +NO_STAGE= yes do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS} Modified: head/comms/gr-osmosdr/Makefile ============================================================================== --- head/comms/gr-osmosdr/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/gr-osmosdr/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -33,6 +33,7 @@ OPTIONS_DEFINE= RTLSDR RTLSDR_DESC= Enable rtl-sdr (RTL2832) support OPTIONS_DEFAULT= RTLSDR +NO_STAGE= yes .include .if ${PORT_OPTIONS:MRTLSDR} Modified: head/comms/grig/Makefile ============================================================================== --- head/comms/grig/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/grig/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -20,6 +20,7 @@ USES= gettext gmake pkgconfig MAN1= grig.1 +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name Makefile.* | ${XARGS} ${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED||g' Modified: head/comms/gscmxx/Makefile ============================================================================== --- head/comms/gscmxx/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/gscmxx/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -24,4 +24,5 @@ USE_GNOME= gtk12 MAN1= gscmxx.1 MAN3= SCMxx.3 +NO_STAGE= yes .include Modified: head/comms/gsmlib/Makefile ============================================================================== --- head/comms/gsmlib/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/gsmlib/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -26,6 +26,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -DBROK ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/comms/gstreamer1-plugins-spandsp/Makefile ============================================================================== --- head/comms/gstreamer1-plugins-spandsp/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/gstreamer1-plugins-spandsp/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -10,4 +10,5 @@ DIST= bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/comms/gtkmmorse/Makefile ============================================================================== --- head/comms/gtkmmorse/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/gtkmmorse/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -21,4 +21,5 @@ USES= pkgconfig PLIST_FILES= bin/gtkmmorse MAN1= gtkmmorse.1 +NO_STAGE= yes .include Modified: head/comms/hamfax/Makefile ============================================================================== --- head/comms/hamfax/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/hamfax/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -20,4 +20,5 @@ USE_BZIP2= yes MAN1= hamfax.1 +NO_STAGE= yes .include Modified: head/comms/hamlib/Makefile ============================================================================== --- head/comms/hamlib/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/hamlib/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,4 +1,4 @@ -# Created by: Sebastian Yepes +# Created by: Sebastian Yepes # $FreeBSD$ PORTNAME= hamlib @@ -29,6 +29,7 @@ PLIST_SUB= VER=${PORTVERSION} TCL_VER=${ MAN1= rigctl.1 rigmem.1 rigswr.1 rotctl.1 rigsmtr.1 MAN8= rpc.rigd.8 rpc.rotd.8 rigctld.8 rotctld.8 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|g' \ -e 's|%%TCL_LIBDIR%%|${TCL_LIBDIR}/hamlib|g' \ Modified: head/comms/hcidump/Makefile ============================================================================== --- head/comms/hcidump/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/hcidump/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,9 +1,5 @@ -# New ports collection makefile for: hcidump -# Date created: 10 Dec 2004 -# Whom: Pav Lucistnik -# +# Created by: Pav Lucistnik # $FreeBSD$ -# PORTNAME= hcidump PORTVERSION= 1.5.1 @@ -21,4 +17,5 @@ MAN1= hcidump.1 MANCOMPRESSED= yes PLIST_FILES= bin/hcidump +NO_STAGE= yes .include Modified: head/comms/hf/Makefile ============================================================================== --- head/comms/hf/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/hf/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,9 +1,5 @@ -# ports collection makefile for: hf -# Date created: 31 July 2006 -# Whom: db -# +# Created by: db # $FreeBSD$ -# PORTNAME= hf PORTVERSION= 0.8 @@ -27,6 +23,7 @@ MAN1= hf.1 hfterm.1 hfkernel.1 MAN1_EN= dcf77gen.1 dcf77rx.1 CONFLICTS= sysutils/lbl-hf-1.* +NO_STAGE= yes post-configure: @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|' \ ${WRKSRC}/hfkernel/Makefile Modified: head/comms/hylafax/Makefile ============================================================================== --- head/comms/hylafax/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/hylafax/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,4 +1,4 @@ -# Created by: Julian Stacey +# Created by: Julian Stacey # $FreeBSD$ PORTNAME= hylafax @@ -58,6 +58,7 @@ OPTIONS_DEFAULT=PAM NLS NO_OPTIONS_SORT=yes GAWK_DESC= Use gawk for scripts +NO_STAGE= yes .include # Defaults to "North American Letter". Use "ISO A4" for A4. Modified: head/comms/ibp/Makefile ============================================================================== --- head/comms/ibp/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/ibp/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -20,6 +20,7 @@ PLIST_FILES= bin/ibp MAN1= ibp.1 MANCOMPRESSED= no +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ibp ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/ibp.1 ${MANPREFIX}/man/man1/ibp.1 Modified: head/comms/java-commapi-freebsd/Makefile ============================================================================== --- head/comms/java-commapi-freebsd/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/java-commapi-freebsd/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -30,4 +30,5 @@ PLIST_FILES= %%JAVA_HOME%%/jre/lib/ext/C %%JAVA_HOME%%/jre/lib/${MACHINE_ARCH}/libParallel.so \ %%JAVA_HOME%%/jre/lib/javax.comm.properties +NO_STAGE= yes .include Modified: head/comms/java-commapi/Makefile ============================================================================== --- head/comms/java-commapi/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/java-commapi/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -29,6 +29,7 @@ DISTPATH= ${DISTDIR}/${DISTFILE} PLIST_SUB+= JAVA_HOME=${JAVA_HOME:S/${PREFIX}\///} PLIST_FILES+= %%JAVA_HOME%%/jre/lib/ext/comm.jar +NO_STAGE= yes .include .if !exists(${DISTPATH}) Modified: head/comms/jerm/Makefile ============================================================================== --- head/comms/jerm/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/jerm/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -17,6 +17,7 @@ JUPITER_DESC= With Jupiter support PORTDOCS= README +NO_STAGE= yes .include .if ${PORT_OPTIONS:MJUPITER} Modified: head/comms/jsdr/Makefile ============================================================================== --- head/comms/jsdr/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/jsdr/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -26,6 +26,7 @@ PORTDOCS= * PLIST_FILES+= bin/swreceiver bin/spectrum-viewer-${PORTVERSION} \ bin/mini-receiver bin/fmreceiver-${PORTVERSION} +NO_STAGE= yes .include do-configure: Modified: head/comms/kb/Makefile ============================================================================== --- head/comms/kb/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/kb/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,7 +1,4 @@ -# New ports collection makefile for: kb -# Date created: June 5, 2007 -# Whom: Diane Bruce -# +# Created by: Diane Bruce # $FreeBSD$ PORTNAME= kb @@ -29,6 +26,7 @@ DESKTOP_ENTRIES="KB" \ "" \ true +NO_STAGE= yes pre-configure: @${CP} ${FILESDIR}/Makefile ${WRKSRC} .if !exists(/usr/include/dev/speaker/speaker.h) Modified: head/comms/kermit/Makefile ============================================================================== --- head/comms/kermit/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/kermit/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,9 +1,5 @@ -# New ports collection makefile for: C-Kermit -# Date created: Oct 27, 1994 -# Whom: Paul Traina -# +# Created by: Paul Traina # $FreeBSD$ -# PORTNAME= kermit PORTVERSION= 9.0.302 @@ -28,6 +24,7 @@ PORTDOCS= * PORTEXAMPLES= * MAN1= kermit.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,-O2 -pipe,${CFLAGS},' ${WRKSRC}/${MAKEFILE} Modified: head/comms/kremotecontrol/Makefile ============================================================================== --- head/comms/kremotecontrol/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/kremotecontrol/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -21,4 +21,5 @@ USE_QT4= corelib script xmlpatterns \ qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes +NO_STAGE= yes .include Modified: head/comms/libfec/Makefile ============================================================================== --- head/comms/libfec/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/libfec/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -22,6 +22,7 @@ USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 amd64 PLIST_FILES= include/fec.h lib/libfec.so lib/libfec.a +NO_STAGE= yes .include .if ${ARCH} == "amd64" Modified: head/comms/libimobiledevice/Makefile ============================================================================== --- head/comms/libimobiledevice/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/libimobiledevice/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -41,6 +41,7 @@ MAN1= idevice_id.1 idevicebackup.1 idev idevicepair.1 ideviceprovision.1 idevicescreenshot.1 \ idevicesyslog.1 +NO_STAGE= yes .include post-patch: Modified: head/comms/libirman/Makefile ============================================================================== --- head/comms/libirman/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/libirman/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libirman -# Date created: 2003-03-29 -# Whom: Douglas K. Rand -# +# Created by: Douglas K. Rand # $FreeBSD$ -# PORTNAME= libirman PORTVERSION= 0.4.4 @@ -17,4 +13,5 @@ HAS_CONFIGURE= YES USE_GMAKE= YES CONFIGURE_ARGS= --prefix=${PREFIX} +NO_STAGE= yes .include Modified: head/comms/libmodbus/Makefile ============================================================================== --- head/comms/libmodbus/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/libmodbus/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -44,4 +44,5 @@ MAN3= modbus_close.3 modbus_connect.3 m modbus_write_registers.3 MAN7= libmodbus.7 +NO_STAGE= yes .include Modified: head/comms/libticables2/Makefile ============================================================================== --- head/comms/libticables2/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/libticables2/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -23,6 +23,7 @@ CONFIGURE_ENV= LIBUSB_CFLAGS=" " LIBUSB_ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/comms/libticalcs2/Makefile ============================================================================== --- head/comms/libticalcs2/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/libticalcs2/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -26,6 +26,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/comms/linrad/Makefile ============================================================================== --- head/comms/linrad/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/linrad/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,9 +1,5 @@ -# ports collection makefile for: linrad -# Date created: 7 July 2004 -# Whom: db -# +# Created by: db # $FreeBSD$ -# PORTNAME= linrad PORTVERSION= 3.08 @@ -36,6 +32,7 @@ LINRAD_DOCFILES= z_APM.txt z_BUFFERS.txt z_PARALLEL_PORT.txt z_SETTINGS.txt \ z_USERS_EXTRA.txt z_USERS_HWARE.txt +NO_STAGE= yes .include post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g'\ Modified: head/comms/lirc/Makefile ============================================================================== --- head/comms/lirc/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/lirc/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -39,6 +39,7 @@ PORTDOCS= html images irxevent.keys lirc PORTEXAMPLES= remotes SUB_FILES= pkg-message lircd.conf +NO_STAGE= yes .include .if exists(${LOCALBASE}/lib/libvga.so.1) Modified: head/comms/locator/Makefile ============================================================================== --- head/comms/locator/Makefile Fri Sep 20 16:01:22 2013 (r327713) +++ head/comms/locator/Makefile Fri Sep 20 16:03:29 2013 (r327714) @@ -1,9 +1,5 @@ -# ports collection makefile for: locator -# Date created: 30 June 2005 -# Whom: db -# +# Created by: db # $FreeBSD$ -# PORTNAME= locator PORTVERSION= 0.1 @@ -17,6 +13,7 @@ CONFLICTS= wwl* PORTDOCS= README PLIST_FILES= bin/locator +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/locator ${PREFIX}/bin .if !defined(NOPORTDOCS) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 16:05:42 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 973A1289; Fri, 20 Sep 2013 16:05:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8246C209A; Fri, 20 Sep 2013 16:05:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KG5gvN066178; Fri, 20 Sep 2013 16:05:42 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KG5PIZ066017; Fri, 20 Sep 2013 16:05:25 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201605.r8KG5PIZ066017@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 16:05:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327715 - in head/converters: R-cran-RJSONIO R-cran-rjson aish ascii2binary asr10 base64 bibtexconv bsdconv btoa chmview cl-babel cl-babel-clisp cl-babel-sbcl cmios9 cocot convmv dosuni... 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.14 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: Fri, 20 Sep 2013 16:05:42 -0000 Author: bapt Date: Fri Sep 20 16:05:24 2013 New Revision: 327715 URL: http://svnweb.freebsd.org/changeset/ports/327715 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: converters) Modified: head/converters/R-cran-RJSONIO/Makefile head/converters/R-cran-rjson/Makefile head/converters/aish/Makefile head/converters/ascii2binary/Makefile head/converters/asr10/Makefile head/converters/base64/Makefile head/converters/bibtexconv/Makefile head/converters/bsdconv/Makefile head/converters/btoa/Makefile head/converters/chmview/Makefile head/converters/cl-babel-clisp/Makefile head/converters/cl-babel-sbcl/Makefile head/converters/cl-babel/Makefile head/converters/cmios9/Makefile head/converters/cocot/Makefile head/converters/convmv/Makefile head/converters/dosunix/Makefile head/converters/drg2sbg/Makefile head/converters/dumpasn1/Makefile head/converters/enca/Makefile head/converters/fconv/Makefile head/converters/fix-mime-charset/Makefile head/converters/fondu/Makefile head/converters/fpc-iconvenc/Makefile head/converters/fribidi/Makefile head/converters/gbase/Makefile head/converters/gbsdconv/Makefile head/converters/hs-aeson/Makefile head/converters/hs-dataenc/Makefile head/converters/hs-json/Makefile head/converters/htx/Makefile head/converters/i18ntools/Makefile head/converters/ical2html/Makefile head/converters/iconv-extra/Makefile head/converters/iconv-rfc1345/Makefile head/converters/iconv/Makefile head/converters/igbinary/Makefile head/converters/ish/Makefile head/converters/konwert/Makefile head/converters/libb64/Makefile head/converters/libiconv/Makefile head/converters/libticonv/Makefile head/converters/libutf-8/Makefile head/converters/lua-iconv/Makefile head/converters/mimelib/Makefile head/converters/mmencode/Makefile head/converters/mpack/Makefile head/converters/mule-ucs/Makefile head/converters/nomyso/Makefile head/converters/o3read/Makefile head/converters/osm2mp/Makefile head/converters/osm2pgsql/Makefile head/converters/p5-Boulder/Makefile head/converters/p5-Convert-ASCII-Armour/Makefile head/converters/p5-Convert-ASN1/Makefile head/converters/p5-Convert-BER/Makefile head/converters/p5-Convert-Bencode/Makefile head/converters/p5-Convert-Bencode_XS/Makefile head/converters/p5-Convert-BinHex/Makefile head/converters/p5-Convert-Binary-C/Makefile head/converters/p5-Convert-IBM390/Makefile head/converters/p5-Convert-Morse/Makefile head/converters/p5-Convert-NLS_DATE_FORMAT/Makefile head/converters/p5-Convert-PEM/Makefile head/converters/p5-Convert-Recode/Makefile head/converters/p5-Convert-TNEF/Makefile head/converters/p5-Convert-UU/Makefile head/converters/p5-Convert-UUlib/Makefile head/converters/p5-Cstools/Makefile head/converters/p5-Data-AMF/Makefile head/converters/p5-Encode-Detect-CJK/Makefile head/converters/p5-Encode-Detect/Makefile head/converters/p5-Encode-DoubleEncodedUTF8/Makefile head/converters/p5-Encode-IMAPUTF7/Makefile head/converters/p5-Encode-JIS2K/Makefile head/converters/p5-Encode-Locale/Makefile head/converters/p5-Encode-Punycode/Makefile head/converters/p5-Encode-compat/Makefile head/converters/p5-Encode/Makefile head/converters/p5-Encoding-FixLatin/Makefile head/converters/p5-Format-Human-Bytes/Makefile head/converters/p5-JSON-Any/Makefile head/converters/p5-JSON-DWIW/Makefile head/converters/p5-JSON-PP/Makefile head/converters/p5-JSON-XS-VersionOneAndTwo/Makefile head/converters/p5-JSON-XS/Makefile head/converters/p5-JSON/Makefile head/converters/p5-JSON1/Makefile head/converters/p5-MIME-Base32/Makefile head/converters/p5-MIME-Base64-URLSafe/Makefile head/converters/p5-MIME-Base64/Makefile head/converters/p5-Net-IDN-Nameprep/Makefile head/converters/p5-Number-Nary/Makefile head/converters/p5-Number-RecordLocator/Makefile head/converters/p5-PerlIO-via-Unidecode/Makefile head/converters/p5-Sereal-Decoder/Makefile head/converters/p5-Sereal-Encoder/Makefile head/converters/p5-Sereal/Makefile head/converters/p5-Storable-AMF/Makefile head/converters/p5-String-Multibyte/Makefile head/converters/p5-String-SetUTF8/Makefile head/converters/p5-Text-Bidi/Makefile head/converters/p5-Text-Iconv/Makefile head/converters/p5-Text-Unidecode/Makefile head/converters/p5-URI-UTF8-Punycode/Makefile head/converters/p5-Unicode-IMAPUtf7/Makefile head/converters/p5-Unicode-Lite/Makefile head/converters/p5-Unicode-Map/Makefile head/converters/p5-Unicode-Map8/Makefile head/converters/p5-Unicode-MapUTF8/Makefile head/converters/p5-Unicode-RecursiveDowngrade/Makefile head/converters/p5-Unicode-String/Makefile head/converters/p5-Unicode-Stringprep/Makefile head/converters/p5-Unicode-UTF8simple/Makefile head/converters/p5-WAP-wbxml/Makefile head/converters/p5-XML-WBXML/Makefile head/converters/p5-bsdconv/Makefile head/converters/p5-plutil/Makefile head/converters/pdf2djvu/Makefile head/converters/pear-Services_JSON/Makefile head/converters/pecl-fribidi/Makefile head/converters/php5-bsdconv/Makefile head/converters/php5-iconv/Makefile head/converters/php5-mbstring/Makefile head/converters/php5-recode/Makefile head/converters/php52-iconv/Makefile head/converters/php52-mbstring/Makefile head/converters/php52-recode/Makefile head/converters/php53-iconv/Makefile head/converters/php53-mbstring/Makefile head/converters/php53-recode/Makefile head/converters/php55-iconv/Makefile head/converters/php55-mbstring/Makefile head/converters/php55-recode/Makefile head/converters/psiconv/Makefile head/converters/py-bsdconv/Makefile head/converters/py-iconv/Makefile head/converters/py-pisa/Makefile head/converters/py-svglib/Makefile head/converters/py-unidecode/Makefile head/converters/py-zfec/Makefile head/converters/rcctools/Makefile head/converters/recode/Makefile head/converters/ruby-dump.rb/Makefile head/converters/ruby-iconv/Makefile head/converters/rubygem-bsdconv/Makefile head/converters/shftool/Makefile head/converters/showkey/Makefile head/converters/ta2as/Makefile head/converters/tnef/Makefile head/converters/trans/Makefile head/converters/tuc/Makefile head/converters/unix2dos/Makefile head/converters/uudeview/Makefile head/converters/uudx/Makefile head/converters/uulib/Makefile head/converters/vda2fbd/Makefile head/converters/wkhtmltopdf/Makefile head/converters/xdeview/Makefile head/converters/ytnef/Makefile head/converters/zbase32/Makefile Modified: head/converters/R-cran-RJSONIO/Makefile ============================================================================== --- head/converters/R-cran-RJSONIO/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/R-cran-RJSONIO/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -15,4 +15,5 @@ LICENSE= BSD USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/converters/R-cran-rjson/Makefile ============================================================================== --- head/converters/R-cran-rjson/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/R-cran-rjson/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -14,4 +14,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/converters/aish/Makefile ============================================================================== --- head/converters/aish/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/aish/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# New ports collection makefile for: aish -# Date created: 01 Aug 1998 -# Whom: Masanori Kiriake -# +# Created by: Masanori Kiriake # $FreeBSD$ -# PORTNAME= aish PORTVERSION= 1.13 @@ -14,6 +10,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.// MAINTAINER= ports@FreeBSD.org COMMENT= Ish/uuencode/Base64 converter +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/ja/aish Modified: head/converters/ascii2binary/Makefile ============================================================================== --- head/converters/ascii2binary/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/ascii2binary/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ascii2binary -# Date created: Sun 29 January 2006 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= ascii2binary PORTVERSION= 2.14 @@ -27,6 +23,7 @@ PLIST_FILES= bin/ascii2binary bin/binary MAN1= ascii2binary.1 binary2ascii.1 +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|" ${WRKSRC}/Makefile.in Modified: head/converters/asr10/Makefile ============================================================================== --- head/converters/asr10/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/asr10/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# New ports collection makefile for: asr10 -# Date created: 7 October 2003 -# Whom: M.Indlekofer@gmx.de -# +# Created by: M.Indlekofer@gmx.de # $FreeBSD$ -# PORTNAME= asr10 PORTVERSION= 1.0 @@ -13,6 +9,7 @@ MASTER_SITES= http://members.tripod.com MAINTAINER= M.Indlekofer@gmx.de COMMENT= Access to Ensoniq EPS/EPS+/ASR devices and image files +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/wav2asr ${PREFIX}/bin/ Modified: head/converters/base64/Makefile ============================================================================== --- head/converters/base64/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/base64/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# New ports collection makefile for: base64 -# Date created: 29 Oct 2000 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= base64 PORTVERSION= 1.5 @@ -20,4 +16,5 @@ ALL_TARGET= prog MAN1= base64.1 PLIST_FILES= bin/base64 +NO_STAGE= yes .include Modified: head/converters/bibtexconv/Makefile ============================================================================== --- head/converters/bibtexconv/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/bibtexconv/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -23,6 +23,7 @@ PORTEXAMPLES= ExampleReferences.bib ODT- web-example.export text-example.export MAN1= bibtexconv.1 bibtexconv-odt.1 +NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e 's|install-data-am: install-dist_examplesDATA|install-data-am:|' \ ${WRKSRC}/src/Makefile.in Modified: head/converters/bsdconv/Makefile ============================================================================== --- head/converters/bsdconv/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/bsdconv/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -26,6 +26,7 @@ MAKE_ARGS= PREFIX=${PREFIX} ALL_TARGET= libbsdconv bsdconv-mktable meta bsdconv-man bsdconv-completion bsdconv codecs_basic INSTALL_TARGET= installdir install_main install_basic +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCHINESE} Modified: head/converters/btoa/Makefile ============================================================================== --- head/converters/btoa/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/btoa/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# New ports collection makefile for: btoa -# Date created: 4 Apr 1996 -# Whom: Brent J. Nordquist -# +# Created by: Brent J. Nordquist # $FreeBSD$ -# PORTNAME= btoa PORTVERSION= 5.2 @@ -20,4 +16,5 @@ MAKE_FLAGS= DESTDIR=${PREFIX} -f MAKEFILE= Makefile.sun MAN1= btoa.1 +NO_STAGE= yes .include Modified: head/converters/chmview/Makefile ============================================================================== --- head/converters/chmview/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/chmview/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -22,6 +22,7 @@ USE_DOS2UNIX= chmview.c utf8.c utf8.h WRKSRC= ${WRKDIR}/src PLIST_FILES= bin/chmview +NO_STAGE= yes pre-patch: @${CP} ${FILESDIR}/Makefile ${WRKSRC} Modified: head/converters/cl-babel-clisp/Makefile ============================================================================== --- head/converters/cl-babel-clisp/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/cl-babel-clisp/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -24,5 +24,6 @@ FASL_TARGET= clisp FASL_BUILD= yes ASDF_MODULES= babel babel-streams +NO_STAGE= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Modified: head/converters/cl-babel-sbcl/Makefile ============================================================================== --- head/converters/cl-babel-sbcl/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/cl-babel-sbcl/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -24,5 +24,6 @@ FASL_TARGET= sbcl FASL_BUILD= yes ASDF_MODULES= babel babel-streams +NO_STAGE= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Modified: head/converters/cl-babel/Makefile ============================================================================== --- head/converters/cl-babel/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/cl-babel/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -22,6 +22,7 @@ NO_BUILD= yes USE_ASDF= yes +NO_STAGE= yes do-install: @${MKDIR} ${ASDF_PATHNAME} @${MKDIR} ${ASDF_PATHNAME}/src Modified: head/converters/cmios9/Makefile ============================================================================== --- head/converters/cmios9/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/cmios9/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cmios9 -# Date created: 7 June 2003 -# Whom: M.Indlekofer@gmx.de -# +# Created by: M.Indlekofer@gmx.de # $FreeBSD$ -# PORTNAME= cmios9 PORTVERSION= 2.1 @@ -17,4 +13,5 @@ MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PRO PLIST_FILES= bin/cmios9 +NO_STAGE= yes .include Modified: head/converters/cocot/Makefile ============================================================================== --- head/converters/cocot/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/cocot/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cocot -# Date created: 24 July 2007 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= cocot PORTVERSION= 20120313 @@ -27,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib DOCS_EN= COPYING ChangeLog DOCS_JA= ChangeLog.ja README.ja +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} Modified: head/converters/convmv/Makefile ============================================================================== --- head/converters/convmv/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/convmv/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -18,4 +18,5 @@ PLIST_FILES= bin/convmv MAN1= convmv.1 +NO_STAGE= yes .include Modified: head/converters/dosunix/Makefile ============================================================================== --- head/converters/dosunix/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/dosunix/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: dosunix -# Date created: Nov 17, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= dosunix PORTVERSION= 1.0.14 @@ -16,4 +11,5 @@ COMMENT= Manipulation of text files in a GNU_CONFIGURE= yes +NO_STAGE= yes .include Modified: head/converters/drg2sbg/Makefile ============================================================================== --- head/converters/drg2sbg/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/drg2sbg/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -16,4 +16,5 @@ GNU_CONFIGURE= yes MAN1= drgbuilder.1 drg2sbg.1 PLIST_FILES= bin/drg2sbg bin/drgbuilder +NO_STAGE= yes .include Modified: head/converters/dumpasn1/Makefile ============================================================================== --- head/converters/dumpasn1/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/dumpasn1/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -12,6 +12,7 @@ EXTRACT_ONLY= yes MAINTAINER= ale@FreeBSD.org COMMENT= Dumps the contents of an ASN.1 encoded file, e.g. an SSL certificate +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DIST_SUBDIR}/dumpasn1.c ${WRKSRC} Modified: head/converters/enca/Makefile ============================================================================== --- head/converters/enca/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/enca/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# Ports collection makefile for: enca -# Date created: Fri Sep 20, 2002 -# Whom: Alexandr Kovalenko -# +# Created by: Alexandr Kovalenko # $FreeBSD$ -# PORTNAME= enca PORTVERSION= 1.13 @@ -33,6 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= enca.1 MLINKS= enca.1 enconv.1 +NO_STAGE= yes post-patch:: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's#\ devel-docs##g' ${WRKSRC}/Makefile.in Modified: head/converters/fconv/Makefile ============================================================================== --- head/converters/fconv/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/fconv/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fconv -# Date created: 21 April 1999 -# Whom: Chris Costello -# +# Created by: Chris Costello # $FreeBSD$ -# PORTNAME= fconv PORTVERSION= 1.1 @@ -17,6 +13,7 @@ COMMENT= Converts DOS or Mac-style files MAKE_ENV+= INSTALLDIR=${PREFIX}/bin +NO_STAGE= yes post-extract: @${REINPLACE_CMD} "s|^INSTALLDIR.*=|INSTALLDIR?=|" \ ${WRKSRC}/Makefile Modified: head/converters/fix-mime-charset/Makefile ============================================================================== --- head/converters/fix-mime-charset/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/fix-mime-charset/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -24,6 +24,7 @@ CPPFLAGS+= -I${LOCALBASE}/include MAN1= fix-mime-charset.1 PLIST_FILES= bin/fix-mime-charset +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} Modified: head/converters/fondu/Makefile ============================================================================== --- head/converters/fondu/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/fondu/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fondu -# Date created: 2009-11-14 -# Whom: Gvozdikov Veniamin -# +# Created by: Gvozdikov Veniamin # $FreeBSD$ -# PORTNAME= fondu PORTVERSION= 051010 @@ -35,6 +31,7 @@ PLIST_FILES= bin/dfont2res \ WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes post-install: ${INSTALL_MAN} ${WRKSRC}/dfont2res.1 ${MANPREFIX}/man/man1/ ${INSTALL_MAN} ${WRKSRC}/fondu.1 ${MANPREFIX}/man/man1/ Modified: head/converters/fpc-iconvenc/Makefile ============================================================================== --- head/converters/fpc-iconvenc/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/fpc-iconvenc/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/converters/fribidi/Makefile ============================================================================== --- head/converters/fribidi/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/fribidi/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -32,6 +32,7 @@ MAN3= fribidi_charset_to_unicode.3 frib fribidi_unicode_to_charset.3 fribidi_unicode_version.3 \ fribidi_version_info.3 +NO_STAGE= yes .include .if !defined(WITH_DEBUG) Modified: head/converters/gbase/Makefile ============================================================================== --- head/converters/gbase/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/gbase/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -17,6 +17,7 @@ OPTIONS_DEFINE= GTK2 PLIST_FILES= bin/${PORTNAME} USES= pkgconfig +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGTK2} Modified: head/converters/gbsdconv/Makefile ============================================================================== --- head/converters/gbsdconv/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/gbsdconv/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -33,6 +33,7 @@ PLIST_FILES= bin/gbsdconv \ %%DATADIR%%/gbsdconv2.png PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/gbsdconv Modified: head/converters/hs-aeson/Makefile ============================================================================== --- head/converters/hs-aeson/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/hs-aeson/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -14,5 +14,6 @@ USE_CABAL= attoparsec>=0.8.6.1 blaze-bui hashable>=1.1.2.0 mtl syb text>=0.11.1.0 \ unordered-containers>=0.1.3.0 vector>=0.7.1 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/converters/hs-dataenc/Makefile ============================================================================== --- head/converters/hs-dataenc/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/hs-dataenc/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -10,5 +10,6 @@ COMMENT= Data encoding library LICENSE= BSD +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/converters/hs-json/Makefile ============================================================================== --- head/converters/hs-json/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/hs-json/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -15,5 +15,6 @@ USE_CABAL= mtl syb>=0.3.3 text CONFIGURE_ARGS+= --flags="split-base generic -parsec -pretty -mapdict" +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/converters/htx/Makefile ============================================================================== --- head/converters/htx/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/htx/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -14,6 +14,7 @@ SHEBANG_FILES= htx NO_BUILD= yes PLIST_FILES= bin/htx +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/htx ${PREFIX}/bin Modified: head/converters/i18ntools/Makefile ============================================================================== --- head/converters/i18ntools/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/i18ntools/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# New ports collection makefile for: i18ntools -# Date created: 17 April 1999 -# Whom: G. Adam Stanislav -# +# Created by: G. Adam Stanislav # $FreeBSD$ -# PORTNAME= i18ntools PORTVERSION= 1.0 @@ -51,6 +47,7 @@ DOCFILES= fgetu8.html fputu8.html index. rfc2277.txt rfc2279.txt sgetu8.html sputu8.html utrans.html MAN1= hutrans.1 ptrans.1 utrans.1 uhtrans.1 +NO_STAGE= yes do-install: .for f in ${BINARIES} ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin Modified: head/converters/ical2html/Makefile ============================================================================== --- head/converters/ical2html/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/ical2html/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ical2html -# Date created: Thu Apr 14 18:08:52 BST 2005 -# Whom: keiichi@iijlab.net -# +# Created by: keiichi@iijlab.net # $FreeBSD$ -# PORTNAME= ical2html PORTVERSION= 2.0 @@ -21,4 +17,5 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include/libical -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include Modified: head/converters/iconv-extra/Makefile ============================================================================== --- head/converters/iconv-extra/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/iconv-extra/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -14,4 +14,5 @@ LIB_DEPENDS= biconv.2:${PORTSDIR}/conver USES= perl5 +NO_STAGE= yes .include Modified: head/converters/iconv-rfc1345/Makefile ============================================================================== --- head/converters/iconv-rfc1345/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/iconv-rfc1345/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -14,4 +14,5 @@ LIB_DEPENDS= biconv.2:${PORTSDIR}/conver USES= perl5 +NO_STAGE= yes .include Modified: head/converters/iconv/Makefile ============================================================================== --- head/converters/iconv/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/iconv/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -27,6 +27,7 @@ OPTIONS_SUB= yes CCSUTIL_DESC= Install Coded character set (CCS) util +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCCSUTIL} Modified: head/converters/igbinary/Makefile ============================================================================== --- head/converters/igbinary/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/igbinary/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# New ports collection makefile for: igbinary -# Date created: 2009-06-05 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= igbinary PORTVERSION= 1.1.1 @@ -19,4 +15,5 @@ USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes +NO_STAGE= yes .include Modified: head/converters/ish/Makefile ============================================================================== --- head/converters/ish/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/ish/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,7 +1,4 @@ -# New ports collection makefile for: ish -# Date created: 13 August 1997 -# Whom: hosokawa -# +# Created by: hosokawa # $FreeBSD$ PORTNAME= ish @@ -19,6 +16,7 @@ MAKE_ARGS= CFLAGS="${CFLAGS}" DEST=${PRE PLIST_FILES= bin/ish ALL_TARGET= ish +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin Modified: head/converters/konwert/Makefile ============================================================================== --- head/converters/konwert/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/konwert/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -30,6 +30,7 @@ USE_GMAKE= yes MAN1= konwert.1 trs.1 filterm.1 MANLANG= "" pl +NO_STAGE= yes post-patch: @${GREP} -Rl '#\!/bin/bash' ${WRKSRC}/* 2>/dev/null | ${XARGS} \ ${REINPLACE_CMD} -e 's|^#\!/bin/bash|#\!${LOCALBASE}/bin/bash|' Modified: head/converters/libb64/Makefile ============================================================================== --- head/converters/libb64/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/libb64/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libb64 -# Date created: 5 April 2012 -# Whom: Ismail Yenigul -# +# Created by: Ismail Yenigul # $FreeBSD$ -# PORTNAME= libb64 PORTVERSION= 1.2 @@ -20,6 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER USE_ZIP= yes USE_GMAKE= yes +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/src/libb64.a ${PREFIX}/lib ${MKDIR} ${PREFIX}/include/b64 Modified: head/converters/libiconv/Makefile ============================================================================== --- head/converters/libiconv/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/libiconv/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -29,6 +29,7 @@ OPTIONS_DEFAULT=ENCODINGS ENCODINGS_DESC= Include extra character sets PATCHES_DESC= Apply patches to fix CP932, add EUCJP-MS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MENCODINGS} Modified: head/converters/libticonv/Makefile ============================================================================== --- head/converters/libticonv/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/libticonv/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -17,4 +17,5 @@ USE_GNOME= glib20 USE_LDCONFIG= yes USES= pathfix pkgconfig +NO_STAGE= yes .include Modified: head/converters/libutf-8/Makefile ============================================================================== --- head/converters/libutf-8/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/libutf-8/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libutf-8 -# Date created: 1 April 1999 -# Whom: G. Adam Stanislav -# +# Created by: G. Adam Stanislav # $FreeBSD$ -# PORTNAME= libutf-8 PORTVERSION= 1.0 @@ -19,6 +15,7 @@ USE_LDCONFIG= yes MAN3= libutf-8.3 fgetu8.3 fputu8.3 sgetu8.3 sputu8.3 +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/libutf-8.so.1 ${PREFIX}/lib ${LN} -fs ${PREFIX}/lib/libutf-8.so.1 ${PREFIX}/lib/libutf-8.so Modified: head/converters/lua-iconv/Makefile ============================================================================== --- head/converters/lua-iconv/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/lua-iconv/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# New ports collection makefile for: lua-iconv -# Date created: 04 Dec 2009 -# Whom: vanilla@ -# +# Created by: vanilla@ # $FreeBSD$ -# PORTNAME= iconv PORTVERSION= 6 @@ -20,6 +16,7 @@ USES= pkgconfig iconv PLIST_FILES= %%LUA_MODLIBDIR%%/iconv.so +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%INCDIR%%|-I${PREFIX}/include| ; \ s|%%LIBDIR%%|-L${PREFIX}/lib|; \ Modified: head/converters/mimelib/Makefile ============================================================================== --- head/converters/mimelib/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/mimelib/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mimelib -# Date created: 20 November 2000 -# Whom: never@nevermind.kiev.ua -# +# Created by: never@nevermind.kiev.ua # $FreeBSD$ -# PORTNAME= mimelib PORTVERSION= 1.1.2 @@ -20,6 +16,7 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include post-patch: Modified: head/converters/mmencode/Makefile ============================================================================== --- head/converters/mmencode/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/mmencode/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -21,6 +21,7 @@ MLINKS= mmencode.1 mimencode.1 ALL_TARGET= mmencode MAKE_ARGS= CFLAGS="${CFLAGS}" +NO_STAGE= yes do-install: @cd ${WRKSRC} && ${INSTALL_PROGRAM} mmencode ${PREFIX}/bin @cd ${WRKSRC}/../man && ${INSTALL_MAN} mmencode.1 ${PREFIX}/man/man1 Modified: head/converters/mpack/Makefile ============================================================================== --- head/converters/mpack/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/mpack/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -17,4 +17,5 @@ MAN1= mpack.1 munpack.1 PLIST_FILES= bin/mpack bin/munpack +NO_STAGE= yes .include Modified: head/converters/mule-ucs/Makefile ============================================================================== --- head/converters/mule-ucs/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/mule-ucs/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Mule-UCS for GNU Emacs 21 -# Date created: 14 January 2000 -# Whom: OKAZAKI Tetsurou -# +# Created by: OKAZAKI Tetsurou # $FreeBSD$ -# PORTNAME= mule-ucs PORTVERSION= 0.85.r3 @@ -32,6 +28,7 @@ EMACS_PORT_NAME?= emacs21 MULEUCS_DESTDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/mule-ucs EMACS_ARGS= -q --no-site-file -batch +NO_STAGE= yes do-build: cd ${WRKSRC}/lisp/big5conv && \ ${EMACS_CMD} ${EMACS_ARGS} -l big5-comp.el Modified: head/converters/nomyso/Makefile ============================================================================== --- head/converters/nomyso/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/nomyso/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# New ports collection makefile for: nomyso -# Date created: Thu Dec 22 18:29:59 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira -# +# Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ -# PORTNAME= nomyso PORTVERSION= 4.3 @@ -22,6 +18,7 @@ NO_BUILD= yes PLIST_FILES= bin/${PORTNAME}.pl +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e 's|[[:cntrl:]]$$||' \ Modified: head/converters/o3read/Makefile ============================================================================== --- head/converters/o3read/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/o3read/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,8 +1,4 @@ -# ex:ts=8 -# New ports collection makefile for: o3read -# Date created: Aug 07, 2008 -# Whom: samm -# +# Created by: samm # $FreeBSD$ PORTNAME= o3read @@ -20,6 +16,7 @@ MLINKS= o3read.1 o3totxt.1 o3read.1 o3t PORTDOCS= README COPYING ChangeLog PLIST_FILES= bin/o3read bin/o3totxt bin/o3tohtml bin/utf8tolatin1 +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/o3read ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/o3totxt ${PREFIX}/bin Modified: head/converters/osm2mp/Makefile ============================================================================== --- head/converters/osm2mp/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/osm2mp/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -27,6 +27,7 @@ NO_BUILD= yes SUB_FILES= pkg-message +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|garmin.yml|${DATADIR}/&|' ${WRKSRC}/osm2mp.pl Modified: head/converters/osm2pgsql/Makefile ============================================================================== --- head/converters/osm2pgsql/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/osm2pgsql/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -28,6 +28,7 @@ PORTDOCS= ChangeLog README AUTHORS TODO MAN1= osm2pgsql.1 +NO_STAGE= yes .include post-patch: Modified: head/converters/p5-Boulder/Makefile ============================================================================== --- head/converters/p5-Boulder/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Boulder/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -34,4 +34,5 @@ MAN3= Boulder.3 \ Stone::Cursor.3 \ Stone::GB_Sequence.3 +NO_STAGE= yes .include Modified: head/converters/p5-Convert-ASCII-Armour/Makefile ============================================================================== --- head/converters/p5-Convert-ASCII-Armour/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Convert-ASCII-Armour/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -16,4 +16,5 @@ USE_PERL5= configure MAN3= Convert::ASCII::Armour.3 Convert::ASCII::Armor.3 +NO_STAGE= yes .include Modified: head/converters/p5-Convert-ASN1/Makefile ============================================================================== --- head/converters/p5-Convert-ASN1/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Convert-ASN1/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -21,4 +21,5 @@ USE_PERL5= configure MAN3= Convert::ASN1.3 +NO_STAGE= yes .include Modified: head/converters/p5-Convert-BER/Makefile ============================================================================== --- head/converters/p5-Convert-BER/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Convert-BER/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Convert-BER -# Date created: October 27, 2000 -# Whom: Marc Fournier -# +# Created by: Marc Fournier # $FreeBSD$ -# PORTNAME= Convert-BER PORTVERSION= 1.32 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= Convert::BER.3 +NO_STAGE= yes .include Modified: head/converters/p5-Convert-Bencode/Makefile ============================================================================== --- head/converters/p5-Convert-Bencode/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Convert-Bencode/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -17,4 +17,5 @@ USE_PERL5= configure MAN3= Convert::Bencode.3 +NO_STAGE= yes .include Modified: head/converters/p5-Convert-Bencode_XS/Makefile ============================================================================== --- head/converters/p5-Convert-Bencode_XS/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Convert-Bencode_XS/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -17,6 +17,7 @@ USE_PERL5= configure MAN3= Convert::Bencode_XS.3 +NO_STAGE= yes post-install: ${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/extras/* ${EXAMPLESDIR} Modified: head/converters/p5-Convert-BinHex/Makefile ============================================================================== --- head/converters/p5-Convert-BinHex/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Convert-BinHex/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -23,4 +23,5 @@ MAN1= binhex.pl.1 \ debinhex.pl.1 MAN3= Convert::BinHex.3 +NO_STAGE= yes .include Modified: head/converters/p5-Convert-Binary-C/Makefile ============================================================================== --- head/converters/p5-Convert-Binary-C/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Convert-Binary-C/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -21,4 +21,5 @@ USE_PERL5= configure MAN1= ccconfig.1 MAN3= Convert::Binary::C.3 Convert::Binary::C::Cached.3 +NO_STAGE= yes .include Modified: head/converters/p5-Convert-IBM390/Makefile ============================================================================== --- head/converters/p5-Convert-IBM390/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Convert-IBM390/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -40,4 +40,5 @@ MAN3= Convert::IBM390.3 \ Convert::IBM390::CP01149.3 +NO_STAGE= yes .include Modified: head/converters/p5-Convert-Morse/Makefile ============================================================================== --- head/converters/p5-Convert-Morse/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Convert-Morse/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Convert::Morse.3 +NO_STAGE= yes .include Modified: head/converters/p5-Convert-NLS_DATE_FORMAT/Makefile ============================================================================== --- head/converters/p5-Convert-NLS_DATE_FORMAT/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Convert-NLS_DATE_FORMAT/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -16,4 +16,5 @@ USES= perl5 MAN3= Convert::NLS_DATE_FORMAT.3 +NO_STAGE= yes .include Modified: head/converters/p5-Convert-PEM/Makefile ============================================================================== --- head/converters/p5-Convert-PEM/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Convert-PEM/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Convert::PEM.3 Convert::PEM::CBC.3 +NO_STAGE= yes .include Modified: head/converters/p5-Convert-Recode/Makefile ============================================================================== --- head/converters/p5-Convert-Recode/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Convert-Recode/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -19,6 +19,7 @@ USE_PERL5= configure MAN3= Convert::Recode.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i '' -e 's|recode -\$$|${LOCALBASE}/bin/recode -\$$|' \ ${WRKSRC}/Recode.pm Modified: head/converters/p5-Convert-TNEF/Makefile ============================================================================== --- head/converters/p5-Convert-TNEF/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Convert-TNEF/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -22,4 +22,5 @@ USE_PERL5= configure MAN3= Convert::TNEF.3 +NO_STAGE= yes .include Modified: head/converters/p5-Convert-UU/Makefile ============================================================================== --- head/converters/p5-Convert-UU/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Convert-UU/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -17,4 +17,5 @@ USE_PERL5= configure MAN1= puuencode.1 puudecode.1 MAN3= Convert::UU.3 +NO_STAGE= yes .include Modified: head/converters/p5-Convert-UUlib/Makefile ============================================================================== --- head/converters/p5-Convert-UUlib/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Convert-UUlib/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -21,6 +21,7 @@ MAN3= Convert::UUlib.3 .if !defined(NOPORTDOCS) PORTDOCS= Changes README +NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} Modified: head/converters/p5-Cstools/Makefile ============================================================================== --- head/converters/p5-Cstools/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Cstools/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Cstools -# Date created: 12th October 2003 -# Whom: Pav Lucistnik -# +# Created by: Pav Lucistnik # $FreeBSD$ -# PORTNAME= Cstools PORTVERSION= 3.42 @@ -22,4 +18,5 @@ USE_PERL5= configure MAN1= cssort.1 cstocs.1 dbfcstocs.1 MAN3= Cz::Cstocs.3 Cz::Sort.3 Cz::Time.3 +NO_STAGE= yes .include Modified: head/converters/p5-Data-AMF/Makefile ============================================================================== --- head/converters/p5-Data-AMF/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Data-AMF/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -35,4 +35,5 @@ MAN3= Data::AMF.3 \ Data::AMF::Type::ByteArray.3 \ Data::AMF::Type::Null.3 +NO_STAGE= yes .include Modified: head/converters/p5-Encode-Detect-CJK/Makefile ============================================================================== --- head/converters/p5-Encode-Detect-CJK/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Encode-Detect-CJK/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -18,4 +18,5 @@ USES= perl5 MAN3= Encode::Detect::CJK.3 +NO_STAGE= yes .include Modified: head/converters/p5-Encode-Detect/Makefile ============================================================================== --- head/converters/p5-Encode-Detect/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Encode-Detect/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -18,4 +18,5 @@ USE_PERL5= modbuild MAN3= Encode::Detect.3 Encode::Detect::Detector.3 +NO_STAGE= yes .include Modified: head/converters/p5-Encode-DoubleEncodedUTF8/Makefile ============================================================================== --- head/converters/p5-Encode-DoubleEncodedUTF8/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Encode-DoubleEncodedUTF8/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -16,4 +16,5 @@ USE_PERL5= configure MAN3= Encode::DoubleEncodedUTF8.3 +NO_STAGE= yes .include Modified: head/converters/p5-Encode-IMAPUTF7/Makefile ============================================================================== --- head/converters/p5-Encode-IMAPUTF7/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Encode-IMAPUTF7/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Encode::IMAPUTF7.3 +NO_STAGE= yes .include Modified: head/converters/p5-Encode-JIS2K/Makefile ============================================================================== --- head/converters/p5-Encode-JIS2K/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Encode-JIS2K/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -13,4 +13,5 @@ COMMENT= JIS X 0212 (aka JIS 2000) Encod USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include Modified: head/converters/p5-Encode-Locale/Makefile ============================================================================== --- head/converters/p5-Encode-Locale/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Encode-Locale/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Encode::Locale.3 +NO_STAGE= yes .include Modified: head/converters/p5-Encode-Punycode/Makefile ============================================================================== --- head/converters/p5-Encode-Punycode/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Encode-Punycode/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -19,4 +19,5 @@ USE_PERL5= modbuild MAN3= Encode::Punycode.3 +NO_STAGE= yes .include Modified: head/converters/p5-Encode-compat/Makefile ============================================================================== --- head/converters/p5-Encode-compat/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Encode-compat/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Encode::compat.3 Encode::compat::Alias.3 +NO_STAGE= yes .include Modified: head/converters/p5-Encode/Makefile ============================================================================== --- head/converters/p5-Encode/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Encode/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -36,6 +36,7 @@ MAN3= Encode.3 \ Encode::Unicode::UTF7.3 \ encoding.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|bin/enc2xs||; s|bin/piconv||' ${WRKSRC}/Makefile.PL Modified: head/converters/p5-Encoding-FixLatin/Makefile ============================================================================== --- head/converters/p5-Encoding-FixLatin/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Encoding-FixLatin/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -17,4 +17,5 @@ USE_PERL5= configure MAN1= fix_latin.1 MAN3= Encoding::FixLatin.3 +NO_STAGE= yes .include Modified: head/converters/p5-Format-Human-Bytes/Makefile ============================================================================== --- head/converters/p5-Format-Human-Bytes/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-Format-Human-Bytes/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Format::Human::Bytes.3 +NO_STAGE= yes .include Modified: head/converters/p5-JSON-Any/Makefile ============================================================================== --- head/converters/p5-JSON-Any/Makefile Fri Sep 20 16:03:29 2013 (r327714) +++ head/converters/p5-JSON-Any/Makefile Fri Sep 20 16:05:24 2013 (r327715) @@ -21,4 +21,5 @@ USE_PERL5= configure MAN3= JSON::Any.3 +NO_STAGE= yes *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 16:07:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2EF61374; Fri, 20 Sep 2013 16:07:06 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wg0-x235.google.com (mail-wg0-x235.google.com [IPv6:2a00:1450:400c:c00::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3868420A3; Fri, 20 Sep 2013 16:07:05 +0000 (UTC) Received: by mail-wg0-f53.google.com with SMTP id x12so724566wgg.20 for ; Fri, 20 Sep 2013 09:07:03 -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:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=/zvT290KAi1rvAWWLsf2/Nf/9vaFkgSxbfp880RAslA=; b=u7bdoq83Oq4Xz/sl2AzvVu6J+a7whLZkh4XU0FMJsXDn1nE0R/jOgbYNReRQFLI+xB BD7UxXaSod2J3cNRWPhY7QgPYSgj/tWc28ivyTGNlNRPCfPPo/r+y12bWRL5mrAClwjy y9+Xd3qlKHbTh+h0M4WCOrwcq06hroMJ9n8Er6qnKw3JwjxLhLO3Pi1mfVwqVzgkDlq/ aquY1jPGMDNvs1ZYZjaEkuVnUXNoT5q/zMv7zrZhcKol9Nf+Ut6fk0hg4ioEW0J6Vk6P o9xZti2lWxdNB50oS9MSqGY9gwoWnKw8+qaJjA6ssp3YPAx2miVh/rhM9l70ZCAHRxk5 NB+Q== X-Received: by 10.194.71.72 with SMTP id s8mr2024706wju.52.1379693223771; Fri, 20 Sep 2013 09:07:03 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id e1sm5512082wij.6.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 20 Sep 2013 09:07:02 -0700 (PDT) Sender: Baptiste Daroussin Date: Fri, 20 Sep 2013 18:07:00 +0200 From: Baptiste Daroussin To: Pietro Cerutti Subject: Re: svn commit: r327601 - head/Mk Message-ID: <20130920160700.GN73535@ithaqua.etoilebsd.net> References: <201309190805.r8J855cW009011@svn.freebsd.org> <3D05DDAC-CF76-4109-9182-6DDAD924CCC5@gahr.ch> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rf72Gf+bfLC8kxKs" Content-Disposition: inline In-Reply-To: <3D05DDAC-CF76-4109-9182-6DDAD924CCC5@gahr.ch> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Sunpoet Po-Chuan Hsieh , "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 20 Sep 2013 16:07:06 -0000 --rf72Gf+bfLC8kxKs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 20, 2013 at 05:27:18PM +0200, Pietro Cerutti wrote: >=20 > On 20-set-2013, at 10:32, Sunpoet Po-Chuan Hsieh wr= ote: >=20 > > Hi Bapt, > >=20 > > May I suggest to change hard-coded sleep time to a settable variable de= faults to 10? It would save time while checking multiple ports with termina= l outputs redirected to a log file. >=20 > Definitely +1 >=20 I would be all for it, send me a patch and I will approve :) regards, Bapt --rf72Gf+bfLC8kxKs Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlI8cqQACgkQ8kTtMUmk6EwXAACgr7ovkKtiuFwM5NGccTdiIsXD FHkAmwY/kTNP/B0SUlMiEJERaDwDBFC/ =rm/U -----END PGP SIGNATURE----- --rf72Gf+bfLC8kxKs-- From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 16:07:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9EFC7453; Fri, 20 Sep 2013 16:07:35 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DB2520A8; Fri, 20 Sep 2013 16:07:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KG7ZSQ066713; Fri, 20 Sep 2013 16:07:35 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KG7XVo066696; Fri, 20 Sep 2013 16:07:33 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309201607.r8KG7XVo066696@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Fri, 20 Sep 2013 16:07:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327716 - in head: security/py-AccessControl textproc/py-zope.app.i18n www/zope213 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.14 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: Fri, 20 Sep 2013 16:07:35 -0000 Author: rm Date: Fri Sep 20 16:07:33 2013 New Revision: 327716 URL: http://svnweb.freebsd.org/changeset/ports/327716 Log: Update Zope to 2.13.21. This update also includes: - security/py-AccessControl 2.13.12 -> 2.13.13 - textproc/py-zope.app.i18n 3.6.3 -> 3.6.4 Modified: head/security/py-AccessControl/Makefile head/security/py-AccessControl/distinfo head/security/py-AccessControl/pkg-descr head/textproc/py-zope.app.i18n/Makefile head/textproc/py-zope.app.i18n/distinfo head/textproc/py-zope.app.i18n/pkg-descr head/www/zope213/Makefile head/www/zope213/distinfo Modified: head/security/py-AccessControl/Makefile ============================================================================== --- head/security/py-AccessControl/Makefile Fri Sep 20 16:05:24 2013 (r327715) +++ head/security/py-AccessControl/Makefile Fri Sep 20 16:07:33 2013 (r327716) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= AccessControl -PORTVERSION= 2.13.12 +PORTVERSION= 2.13.13 CATEGORIES= security python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -30,6 +30,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acqu ${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security \ ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing +NO_STAGE= yes PYEASYINSTALL_ARCHDEP= yes USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install Modified: head/security/py-AccessControl/distinfo ============================================================================== --- head/security/py-AccessControl/distinfo Fri Sep 20 16:05:24 2013 (r327715) +++ head/security/py-AccessControl/distinfo Fri Sep 20 16:07:33 2013 (r327716) @@ -1,2 +1,2 @@ -SHA256 (zope/AccessControl-2.13.12.zip) = 2e7d42402951c77d61d7f661cdbc8ce0748a6578ea15e90d43cffb66f084122a -SIZE (zope/AccessControl-2.13.12.zip) = 177295 +SHA256 (zope/AccessControl-2.13.13.zip) = 508fcdee6c3ee93170cb0dacf4d65dd0b6880ca925d3434efc2fadd5d32a345b +SIZE (zope/AccessControl-2.13.13.zip) = 132067 Modified: head/security/py-AccessControl/pkg-descr ============================================================================== --- head/security/py-AccessControl/pkg-descr Fri Sep 20 16:05:24 2013 (r327715) +++ head/security/py-AccessControl/pkg-descr Fri Sep 20 16:07:33 2013 (r327716) @@ -1,3 +1,3 @@ AccessControl provides a general security framework for use in Zope2. -WWW: http://pypi.python.org/pypi/AccessControl +WWW: https://pypi.python.org/pypi/AccessControl/ Modified: head/textproc/py-zope.app.i18n/Makefile ============================================================================== --- head/textproc/py-zope.app.i18n/Makefile Fri Sep 20 16:05:24 2013 (r327715) +++ head/textproc/py-zope.app.i18n/Makefile Fri Sep 20 16:07:33 2013 (r327716) @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-zope.app.i18n -# Date created: 18 December 2011 -# Whom: Ruslan Mahmatkhanov -# # $FreeBSD$ -# PORTNAME= zope.app.i18n -PORTVERSION= 3.6.3 +PORTVERSION= 3.6.4 CATEGORIES= textproc python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,5 +24,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include Modified: head/textproc/py-zope.app.i18n/distinfo ============================================================================== --- head/textproc/py-zope.app.i18n/distinfo Fri Sep 20 16:05:24 2013 (r327715) +++ head/textproc/py-zope.app.i18n/distinfo Fri Sep 20 16:07:33 2013 (r327716) @@ -1,2 +1,2 @@ -SHA256 (zope/zope.app.i18n-3.6.3.tar.gz) = 50730af7d587c55b2769b3502fcaf2f2c37d5c63f0a5b54e92af248bd4b2c436 -SIZE (zope/zope.app.i18n-3.6.3.tar.gz) = 20108 +SHA256 (zope/zope.app.i18n-3.6.4.tar.gz) = 55df6bdbccc8b4442068b63d358952abc68286afce26f6d72f380c6631ea1443 +SIZE (zope/zope.app.i18n-3.6.4.tar.gz) = 22214 Modified: head/textproc/py-zope.app.i18n/pkg-descr ============================================================================== --- head/textproc/py-zope.app.i18n/pkg-descr Fri Sep 20 16:05:24 2013 (r327715) +++ head/textproc/py-zope.app.i18n/pkg-descr Fri Sep 20 16:07:33 2013 (r327716) @@ -1,3 +1,3 @@ Persistent translation domains and message catalogs. -WWW: http://pypi.python.org/pypi/zope.app.i18n +WWW: https://pypi.python.org/pypi/zope.app.i18n/ Modified: head/www/zope213/Makefile ============================================================================== --- head/www/zope213/Makefile Fri Sep 20 16:05:24 2013 (r327715) +++ head/www/zope213/Makefile Fri Sep 20 16:07:33 2013 (r327716) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zope213 -PORTVERSION= 2.13.19 +PORTVERSION= 2.13.21 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP DISTNAME= Zope2-${PORTVERSION} @@ -90,6 +90,7 @@ SUB_LIST= ZOPEINSTANCEBASE=${ZOPEINSTANC ZOPE_USER=${ZOPE_USER} \ ZOPEINSTANCEDIR=${ZOPEINSTANCEDIR} +NO_STAGE= yes USE_RC_SUBR= ${PORTNAME} ZOPE_USER?= www ZOPEINSTANCEBASE?= ${PREFIX}/www/Zope213 Modified: head/www/zope213/distinfo ============================================================================== --- head/www/zope213/distinfo Fri Sep 20 16:05:24 2013 (r327715) +++ head/www/zope213/distinfo Fri Sep 20 16:07:33 2013 (r327716) @@ -1,2 +1,2 @@ -SHA256 (zope/Zope2-2.13.19.zip) = ccc073115a176944bb7e9ef14503dd00ab64d0581dda7fa07552bdd567783244 -SIZE (zope/Zope2-2.13.19.zip) = 1403625 +SHA256 (zope/Zope2-2.13.21.zip) = b008bfc85183962b9d81805c1e7e53a7f3dd030d05d8e2a5f10ce8861640f797 +SIZE (zope/Zope2-2.13.21.zip) = 1401043 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 16:14:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 81B8B592; Fri, 20 Sep 2013 16:14:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6CE1320FD; Fri, 20 Sep 2013 16:14:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KGE46K082020; Fri, 20 Sep 2013 16:14:04 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KGDnSU081911; Fri, 20 Sep 2013 16:13:49 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201613.r8KGDnSU081911@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 16:13:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327717 - in head/databases: R-cran-DBI R-cran-RMySQL R-cran-RSQLite R-cran-RSQLite.extfuns R-cran-sqldf WWWdb adminer adodb adodb5 akonadi akonadi-googledata animenfo-client animenfo-c... 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.14 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: Fri, 20 Sep 2013 16:14:04 -0000 Author: bapt Date: Fri Sep 20 16:13:47 2013 New Revision: 327717 URL: http://svnweb.freebsd.org/changeset/ports/327717 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: databases) Modified: head/databases/R-cran-DBI/Makefile head/databases/R-cran-RMySQL/Makefile head/databases/R-cran-RSQLite.extfuns/Makefile head/databases/R-cran-RSQLite/Makefile head/databases/R-cran-sqldf/Makefile head/databases/WWWdb/Makefile head/databases/adminer/Makefile head/databases/adodb/Makefile head/databases/adodb5/Makefile head/databases/akonadi-googledata/Makefile head/databases/akonadi/Makefile head/databases/animenfo-client-gtk/Makefile head/databases/animenfo-client/Makefile head/databases/aolserver-nsmysql/Makefile head/databases/aolserver-nspostgres/Makefile head/databases/autobackupmysql/Makefile head/databases/bbdb/Makefile head/databases/beansdb/Makefile head/databases/buzhug/Makefile head/databases/c3p0/Makefile head/databases/cassandra/Makefile head/databases/cdb/Makefile head/databases/cego/Makefile head/databases/couchdb/Makefile head/databases/courier-authlib-mysql/Makefile head/databases/courier-authlib-pgsql/Makefile head/databases/courier-authlib-userdb/Makefile head/databases/courier-authlib-usergdbm/Makefile head/databases/credis/Makefile head/databases/cyrus-imspd/Makefile head/databases/dalmp/Makefile head/databases/datamodeler/Makefile head/databases/db/Makefile head/databases/db4/Makefile head/databases/db41-nocrypto/Makefile head/databases/db41/Makefile head/databases/db42-nocrypto/Makefile head/databases/db42/Makefile head/databases/db43/Makefile head/databases/db44/Makefile head/databases/db46/Makefile head/databases/db47/Makefile head/databases/db48/Makefile head/databases/db4o-mono/Makefile head/databases/db5/Makefile head/databases/db6/Makefile head/databases/dbXML/Makefile head/databases/dbconnect/Makefile head/databases/dbf/Makefile head/databases/dbf2mysql/Makefile head/databases/dbh/Makefile head/databases/dbh10/Makefile head/databases/dbow/Makefile head/databases/dbtool/Makefile head/databases/dbview/Makefile head/databases/drizzle/Makefile head/databases/emma/Makefile head/databases/epgsql/Makefile head/databases/erlang-mysql/Makefile head/databases/evolution-data-server/Makefile head/databases/exist/Makefile head/databases/fastdb/Makefile head/databases/firebird20-client/Makefile head/databases/firebird20-server/Makefile head/databases/firebird21-client/Makefile head/databases/firebird21-server/Makefile head/databases/firebird25-client/Makefile head/databases/firebird25-server/Makefile head/databases/flamerobin/Makefile head/databases/flare/Makefile head/databases/fortytwo-bdb/Makefile head/databases/fpc-dblib/Makefile head/databases/fpc-fpindexer/Makefile head/databases/fpc-gdbm/Makefile head/databases/fpc-ibase/Makefile head/databases/fpc-mysql/Makefile head/databases/fpc-odbc/Makefile head/databases/fpc-oracle/Makefile head/databases/fpc-postgres/Makefile head/databases/fpc-pxlib/Makefile head/databases/fpc-sqlite/Makefile head/databases/freetds-devel/Makefile head/databases/freetds-msdblib/Makefile head/databases/freetds/Makefile head/databases/frontbase-jdbc/Makefile head/databases/frontbase/Makefile head/databases/gadfly/Makefile head/databases/gdbm/Makefile head/databases/geoserver-mysql-plugin/Makefile head/databases/gigabase/Makefile head/databases/glom/Makefile head/databases/gnats4/Makefile head/databases/gnatsweb4/Makefile head/databases/gnome-db/Makefile head/databases/godis/Makefile head/databases/gomysql/Makefile head/databases/gosqlite3/Makefile head/databases/gqlplus/Makefile head/databases/grass/Makefile head/databases/gtksql/Makefile head/databases/hamsterdb/Makefile head/databases/hashtypes/Makefile head/databases/hiredis/Makefile head/databases/hk_classes/Makefile head/databases/hs-mysql/Makefile head/databases/hs-persistent-sqlite/Makefile head/databases/hs-persistent-template/Makefile head/databases/hs-persistent/Makefile head/databases/hsqldb/Makefile head/databases/innotop/Makefile head/databases/ip4r/Makefile head/databases/ipa_sdb/Makefile head/databases/iplike/Makefile head/databases/isql-viewer/Makefile head/databases/jakarta-commons-dbutils/Makefile head/databases/jasperreports/Makefile head/databases/jasperserver/Makefile head/databases/java-mybatis/Makefile head/databases/jdb/Makefile head/databases/jdbc-oracle10g/Makefile head/databases/jdbc-oracle11g/Makefile head/databases/jdbc-oracle8i/Makefile head/databases/jdbc-oracle9i/Makefile head/databases/jdbm2/Makefile head/databases/jrobin/Makefile head/databases/jrrd/Makefile head/databases/kbibtex/Makefile head/databases/kinterbasdb/Makefile head/databases/kumofs/Makefile head/databases/kyotocabinet/Makefile head/databases/kyototycoon/Makefile head/databases/ldb/Makefile head/databases/leveldb/Makefile head/databases/libdbi-drivers/Makefile head/databases/libdbi/Makefile head/databases/libdrizzle/Makefile head/databases/libgda/Makefile head/databases/libgda2-reference/Makefile head/databases/libgda2/Makefile head/databases/libgda3-firebird/Makefile head/databases/libgda3-freetds/Makefile head/databases/libgda3-ldap/Makefile head/databases/libgda3-mdb/Makefile head/databases/libgda3-mysql/Makefile head/databases/libgda3-odbc/Makefile head/databases/libgda3-postgresql/Makefile head/databases/libgda3-reference/Makefile head/databases/libgda3/Makefile head/databases/libgda4-bdb/Makefile head/databases/libgda4-jdbc/Makefile head/databases/libgda4-ldap/Makefile head/databases/libgda4-mdb/Makefile head/databases/libgda4-mysql/Makefile head/databases/libgda4-postgresql/Makefile head/databases/libgda4-reference/Makefile head/databases/libgda4/Makefile head/databases/libgda5-bdb/Makefile head/databases/libgda5-jdbc/Makefile head/databases/libgda5-ldap/Makefile head/databases/libgda5-mdb/Makefile head/databases/libgda5-mysql/Makefile head/databases/libgda5-postgresql/Makefile head/databases/libgda5-ui/Makefile head/databases/libgda5/Makefile head/databases/libgdamm/Makefile head/databases/libgdamm5/Makefile head/databases/libgnomedb-reference/Makefile head/databases/libgnomedb/Makefile head/databases/libhsclient/Makefile head/databases/libiodbc/Makefile head/databases/libmemcache/Makefile head/databases/libmemcached/Makefile head/databases/libmongo-client/Makefile head/databases/libodbc++/Makefile head/databases/libpbl/Makefile head/databases/libsdb/Makefile head/databases/libzdb/Makefile head/databases/linux-f10-sqlite3/Makefile head/databases/linux-oracle-instantclient-basic/Makefile head/databases/linux-oracle-instantclient-sdk/Makefile head/databases/linux-oracle-instantclient-sqlplus/Makefile head/databases/liquibase/Makefile head/databases/lmdb/Makefile head/databases/lsdb/Makefile head/databases/luasql-mysql/Makefile head/databases/luasql-postgres/Makefile head/databases/luasql-sqlite3/Makefile head/databases/ludia/Makefile head/databases/mantis/Makefile head/databases/mariadb-client/Makefile head/databases/mariadb-scripts/Makefile head/databases/mariadb-server/Makefile head/databases/mariadb55-client/Makefile head/databases/mariadb55-server/Makefile head/databases/mdbtools/Makefile head/databases/mdcached/Makefile head/databases/memcached/Makefile head/databases/memcached12/Makefile head/databases/memcachedb/Makefile head/databases/memcacheq/Makefile head/databases/mergeant/Makefile head/databases/metakit/Makefile head/databases/mird/Makefile head/databases/mongodb/Makefile head/databases/mrtg-mysql-load/Makefile head/databases/msql/Makefile head/databases/msql3/Makefile head/databases/mtop/Makefile head/databases/my2cego/Makefile head/databases/mydbf2mysql/Makefile head/databases/mydumper/Makefile head/databases/mysac/Makefile head/databases/mysql++1/Makefile head/databases/mysql++3/Makefile head/databases/mysql-connector-c++/Makefile head/databases/mysql-connector-c/Makefile head/databases/mysql-connector-java/Makefile head/databases/mysql-connector-odbc/Makefile head/databases/mysql-proxy/Makefile head/databases/mysql-q4m/Makefile head/databases/mysql-udf-preg/Makefile head/databases/mysql-udf-sys/Makefile head/databases/mysql-udf/Makefile head/databases/mysql-workbench51/Makefile head/databases/mysql-workbench52/Makefile head/databases/mysql-xql/Makefile head/databases/mysql2odbc/Makefile head/databases/mysql2pgsql/Makefile head/databases/mysql51-client/Makefile head/databases/mysql51-scripts/Makefile head/databases/mysql51-server/Makefile head/databases/mysql55-client/Makefile head/databases/mysql55-server/Makefile head/databases/mysql56-client/Makefile head/databases/mysql56-server/Makefile head/databases/mysqlard/Makefile head/databases/mysqlbackup/Makefile head/databases/mysqlcppapi/Makefile head/databases/mysqldumper/Makefile head/databases/mysqlidxchk/Makefile head/databases/mysqlreport/Makefile head/databases/mysqlsla/Makefile head/databases/mysqlsniffer/Makefile head/databases/mysqltcl/Makefile head/databases/mysqltuner/Makefile head/databases/mytop/Makefile head/databases/mywwwatcher/Makefile head/databases/nagios-check_postgres_replication/Makefile head/databases/namazu2/Makefile head/databases/ocaml-mysql/Makefile head/databases/ocaml-pgocaml/Makefile head/databases/ocaml-sqlite3/Makefile head/databases/openark-kit/Makefile head/databases/openbase-jdbc/Makefile head/databases/opendbx/Makefile head/databases/oracle7-client/Makefile head/databases/oracle8-client/Makefile head/databases/oracle_odbc_driver/Makefile head/databases/p5-Amazon-SimpleDB/Makefile head/databases/p5-Amon2-DBI/Makefile head/databases/p5-AnyEvent-BDB/Makefile head/databases/p5-AnyEvent-CouchDB/Makefile head/databases/p5-AnyEvent-DBD-Pg/Makefile head/databases/p5-AnyEvent-Redis/Makefile head/databases/p5-AsciiDB-TagFile/Makefile head/databases/p5-BDB/Makefile head/databases/p5-BSON/Makefile head/databases/p5-BerkeleyDB/Makefile head/databases/p5-CDB_File-Generator/Makefile head/databases/p5-CDB_File/Makefile head/databases/p5-Cache-BDB/Makefile head/databases/p5-Cache-Memcached-Fast/Makefile head/databases/p5-Cache-Memcached-Managed/Makefile head/databases/p5-Cache-Memcached-XS/Makefile head/databases/p5-Cache-Memcached-libmemcached/Makefile head/databases/p5-Cache-Memcached/Makefile head/databases/p5-Class-DBI-AbstractSearch/Makefile head/databases/p5-Class-DBI-AsForm/Makefile head/databases/p5-Class-DBI-AutoLoader/Makefile head/databases/p5-Class-DBI-BaseDSN/Makefile head/databases/p5-Class-DBI-DATA-Schema/Makefile head/databases/p5-Class-DBI-DDL/Makefile head/databases/p5-Class-DBI-FromCGI/Makefile head/databases/p5-Class-DBI-LazyInflate/Makefile head/databases/p5-Class-DBI-Lite/Makefile head/databases/p5-Class-DBI-Loader-Relationship/Makefile head/databases/p5-Class-DBI-Loader/Makefile head/databases/p5-Class-DBI-Oracle/Makefile head/databases/p5-Class-DBI-Pager/Makefile head/databases/p5-Class-DBI-Pg/Makefile head/databases/p5-Class-DBI-Plugin-AbstractCount/Makefile head/databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile head/databases/p5-Class-DBI-Plugin-Iterator/Makefile head/databases/p5-Class-DBI-Plugin-Pager/Makefile head/databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile head/databases/p5-Class-DBI-Plugin-Senna/Makefile head/databases/p5-Class-DBI-Plugin-Type/Makefile head/databases/p5-Class-DBI-Plugin/Makefile head/databases/p5-Class-DBI-Replication/Makefile head/databases/p5-Class-DBI-SAK/Makefile head/databases/p5-Class-DBI-SQLite/Makefile head/databases/p5-Class-DBI-Sweet/Makefile head/databases/p5-Class-DBI-ToSax/Makefile head/databases/p5-Class-DBI-Untaint/Makefile head/databases/p5-Class-DBI-mysql/Makefile head/databases/p5-Class-DBI/Makefile head/databases/p5-Class-Inflate/Makefile head/databases/p5-CouchDB-View/Makefile head/databases/p5-DBD-AnyData/Makefile head/databases/p5-DBD-CSV/Makefile head/databases/p5-DBD-Excel/Makefile head/databases/p5-DBD-FrontBase/Makefile head/databases/p5-DBD-Google/Makefile head/databases/p5-DBD-InterBase/Makefile head/databases/p5-DBD-LDAP/Makefile head/databases/p5-DBD-Mock/Makefile head/databases/p5-DBD-Multi/Makefile head/databases/p5-DBD-ODBC/Makefile head/databases/p5-DBD-Oracle/Makefile head/databases/p5-DBD-Pg/Makefile head/databases/p5-DBD-PgLite/Makefile head/databases/p5-DBD-PgPP/Makefile head/databases/p5-DBD-SQLite/Makefile head/databases/p5-DBD-SQLite2/Makefile head/databases/p5-DBD-Sybase/Makefile head/databases/p5-DBD-XBase/Makefile head/databases/p5-DBD-cego/Makefile head/databases/p5-DBD-mysql/Makefile head/databases/p5-DBD-mysql51/Makefile head/databases/p5-DBD-mysql52/Makefile head/databases/p5-DBD-mysql55/Makefile head/databases/p5-DBI-Shell/Makefile head/databases/p5-DBI/Makefile head/databases/p5-DBICx-Deploy/Makefile head/databases/p5-DBICx-MapMaker/Makefile head/databases/p5-DBICx-TestDatabase/Makefile head/databases/p5-DBICx-TxnInsert/Makefile head/databases/p5-DBIWrapper/Makefile head/databases/p5-DBIx-Abstract/Makefile head/databases/p5-DBIx-AnyDBD/Makefile head/databases/p5-DBIx-Browse/Makefile head/databases/p5-DBIx-Class-AsFdat/Makefile head/databases/p5-DBIx-Class-Candy/Makefile head/databases/p5-DBIx-Class-Cursor-Cached/Makefile head/databases/p5-DBIx-Class-CustomPrefetch/Makefile head/databases/p5-DBIx-Class-DateTime-Epoch/Makefile head/databases/p5-DBIx-Class-DeploymentHandler/Makefile head/databases/p5-DBIx-Class-DigestColumns/Makefile head/databases/p5-DBIx-Class-DynamicDefault/Makefile head/databases/p5-DBIx-Class-DynamicSubclass/Makefile head/databases/p5-DBIx-Class-EncodeColumns/Makefile head/databases/p5-DBIx-Class-EncodedColumn/Makefile head/databases/p5-DBIx-Class-Fixtures/Makefile head/databases/p5-DBIx-Class-FrozenColumns/Makefile head/databases/p5-DBIx-Class-Helpers/Makefile head/databases/p5-DBIx-Class-InflateColumn-Authen-Passphrase/Makefile head/databases/p5-DBIx-Class-InflateColumn-FS/Makefile head/databases/p5-DBIx-Class-InflateColumn-IP/Makefile head/databases/p5-DBIx-Class-IntrospectableM2M/Makefile head/databases/p5-DBIx-Class-Loader/Makefile head/databases/p5-DBIx-Class-Migration/Makefile head/databases/p5-DBIx-Class-MooseColumns/Makefile head/databases/p5-DBIx-Class-PassphraseColumn/Makefile head/databases/p5-DBIx-Class-QueryLog/Makefile head/databases/p5-DBIx-Class-QueryProfiler/Makefile head/databases/p5-DBIx-Class-ResultSet-HashRef/Makefile head/databases/p5-DBIx-Class-ResultSet-RecursiveUpdate/Makefile head/databases/p5-DBIx-Class-Schema-Config/Makefile head/databases/p5-DBIx-Class-Schema-Loader/Makefile head/databases/p5-DBIx-Class-Schema-PopulateMore/Makefile head/databases/p5-DBIx-Class-TimeStamp/Makefile head/databases/p5-DBIx-Class-Tree-NestedSet/Makefile head/databases/p5-DBIx-Class-Tree/Makefile head/databases/p5-DBIx-Class-UUIDColumns/Makefile head/databases/p5-DBIx-Class-VirtualColumns/Makefile head/databases/p5-DBIx-Class-WebForm/Makefile head/databases/p5-DBIx-Class/Makefile head/databases/p5-DBIx-Connector/Makefile head/databases/p5-DBIx-ContextualFetch/Makefile head/databases/p5-DBIx-Custom/Makefile head/databases/p5-DBIx-DBHResolver/Makefile head/databases/p5-DBIx-DBSchema/Makefile head/databases/p5-DBIx-DataSource/Makefile head/databases/p5-DBIx-Dump/Makefile head/databases/p5-DBIx-Ease/Makefile head/databases/p5-DBIx-HA/Makefile head/databases/p5-DBIx-Inspector/Makefile head/databases/p5-DBIx-Log4perl/Makefile head/databases/p5-DBIx-MySQLSequence/Makefile head/databases/p5-DBIx-NoSQL/Makefile head/databases/p5-DBIx-Password/Makefile head/databases/p5-DBIx-Perlish/Makefile head/databases/p5-DBIx-QueryLog/Makefile head/databases/p5-DBIx-Recordset/Makefile head/databases/p5-DBIx-RetryOverDisconnects/Makefile head/databases/p5-DBIx-SQLEngine/Makefile head/databases/p5-DBIx-SQLite-Simple/Makefile head/databases/p5-DBIx-Safe/Makefile head/databases/p5-DBIx-SearchBuilder/Makefile head/databases/p5-DBIx-Sequence/Makefile head/databases/p5-DBIx-Simple/Makefile head/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile head/databases/p5-DBIx-Skinny-Mixin-DBHResolver/Makefile head/databases/p5-DBIx-Skinny-Pager/Makefile head/databases/p5-DBIx-Skinny-Schema-Loader/Makefile head/databases/p5-DBIx-Skinny/Makefile head/databases/p5-DBIx-Sunny/Makefile head/databases/p5-DBIx-TableHash/Makefile head/databases/p5-DBIx-TransactionManager/Makefile head/databases/p5-DBIx-Tree/Makefile head/databases/p5-DBIx-VersionedDDL/Makefile head/databases/p5-DBIx-Wrapper/Makefile head/databases/p5-DBIx-XHTML_Table/Makefile head/databases/p5-DBIx-XML_RDB/Makefile head/databases/p5-DBM-Deep/Makefile head/databases/p5-DBZ_File/Makefile head/databases/p5-DMOZ-ParseRDF/Makefile head/databases/p5-DR-Tarantool/Makefile head/databases/p5-DWH_File/Makefile head/databases/p5-Dancer-Plugin-DBIC/Makefile head/databases/p5-Dancer-Plugin-Database/Makefile head/databases/p5-Dancer-Plugin-Redis/Makefile head/databases/p5-Dancer-Session-Memcached/Makefile head/databases/p5-Data-Page/Makefile head/databases/p5-Data-Pageset/Makefile head/databases/p5-Exception-Class-DBI/Makefile head/databases/p5-GDBM/Makefile head/databases/p5-Genezzo/Makefile head/databases/p5-GraphViz-DBI/Makefile head/databases/p5-HTML-FormHandler-Model-DBIC/Makefile head/databases/p5-Ima-DBI-Contextual/Makefile head/databases/p5-Ima-DBI/Makefile head/databases/p5-Iterator-DBI/Makefile head/databases/p5-Jifty-DBI/Makefile head/databases/p5-KyotoCabinet/Makefile head/databases/p5-MLDBM-Sync/Makefile head/databases/p5-MLDBM/Makefile head/databases/p5-MR-Tarantool/Makefile head/databases/p5-Memcached-libmemcached/Makefile head/databases/p5-Metadata/Makefile head/databases/p5-MongoDB/Makefile head/databases/p5-MySQL-Diff/Makefile head/databases/p5-ORLite-Migrate/Makefile head/databases/p5-ORLite/Makefile head/databases/p5-Oryx/Makefile head/databases/p5-POE-Component-DBIAgent/Makefile head/databases/p5-POE-Component-EasyDBI/Makefile head/databases/p5-POE-Component-LaDBI/Makefile head/databases/p5-POE-Component-RRDTool/Makefile head/databases/p5-Pg/Makefile head/databases/p5-PostgreSQL-PLPerl-Call/Makefile head/databases/p5-PostgreSQL-PLPerl-Trace/Makefile head/databases/p5-Prophet/Makefile head/databases/p5-RRD-Simple/Makefile head/databases/p5-Redis-hiredis/Makefile head/databases/p5-Redis/Makefile head/databases/p5-Relations-Query/Makefile head/databases/p5-Relations/Makefile head/databases/p5-ResourcePool-Resource-DBI/Makefile head/databases/p5-Rose-DB-Object/Makefile head/databases/p5-Rose-DB/Makefile head/databases/p5-Rose-DBx-Object-MoreHelpers/Makefile head/databases/p5-Rose-DBx-Object-Renderer/Makefile head/databases/p5-SQL-Abstract-Limit/Makefile head/databases/p5-SQL-Abstract-More/Makefile head/databases/p5-SQL-Abstract-Plugin-InsertMulti/Makefile head/databases/p5-SQL-Abstract/Makefile head/databases/p5-SQL-Interp/Makefile head/databases/p5-SQL-Maker/Makefile head/databases/p5-SQL-ReservedWords/Makefile head/databases/p5-SQL-Statement/Makefile head/databases/p5-SQL-Translator/Makefile head/databases/p5-SQLite-Work/Makefile head/databases/p5-Search-InvertedIndex/Makefile head/databases/p5-Search-Namazu/Makefile head/databases/p5-Search-Xapian/Makefile head/databases/p5-Search-Xapian10/Makefile head/databases/p5-T2/Makefile head/databases/p5-Tangram/Makefile head/databases/p5-Template-DBI/Makefile head/databases/p5-Teng/Makefile head/databases/p5-Test-Cukes/Makefile head/databases/p5-Test-Database/Makefile head/databases/p5-Test-DatabaseRow/Makefile head/databases/p5-Test-Fixture-DBI/Makefile head/databases/p5-Test-mysqld/Makefile head/databases/p5-Test-postgresql/Makefile head/databases/p5-Text-Query-SQL/Makefile head/databases/p5-Text-xSV/Makefile head/databases/p5-Tie-DBI/Makefile head/databases/p5-Tie-LevelDB/Makefile head/databases/p5-Time-Piece-MySQL/Makefile head/databases/p5-TokyoCabinet/Makefile head/databases/p5-hp200lx-db/Makefile head/databases/p5-mysql-genocide/Makefile head/databases/p5-qdbm/Makefile head/databases/p5-tokyotyrant/Makefile head/databases/pear-DB/Makefile head/databases/pear-DBA/Makefile head/databases/pear-DBA_Relational/Makefile head/databases/pear-DB_DataObject/Makefile head/databases/pear-DB_DataObject_FormBuilder/Makefile head/databases/pear-DB_Pager/Makefile head/databases/pear-DB_QueryTool/Makefile head/databases/pear-DB_Sqlite_Tools/Makefile head/databases/pear-DB_Table/Makefile head/databases/pear-DB_ldap/Makefile head/databases/pear-DB_ldap2/Makefile head/databases/pear-Doctrine12/Makefile head/databases/pear-DoctrineCommon/Makefile head/databases/pear-DoctrineDBAL/Makefile head/databases/pear-DoctrineORM/Makefile head/databases/pear-Horde_Db/Makefile head/databases/pear-Horde_HashTable/Makefile head/databases/pear-Horde_Imsp/Makefile head/databases/pear-Horde_Memcache/Makefile head/databases/pear-MDB/Makefile head/databases/pear-MDB2/Makefile head/databases/pear-MDB2_Driver_mysql/Makefile head/databases/pear-MDB2_Driver_mysqli/Makefile head/databases/pear-MDB2_Driver_pgsql/Makefile head/databases/pear-MDB2_Driver_sqlite/Makefile head/databases/pear-MDB2_Schema/Makefile head/databases/pear-MDB_QueryTool/Makefile head/databases/pear-Structures_DataGrid_DataSource_Array/Makefile head/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile head/databases/pear-Structures_DataGrid_DataSource_DB/Makefile head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile head/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile head/databases/pear-XML_Query2XML/Makefile head/databases/pecl-chdb/Makefile head/databases/pecl-dbase/Makefile head/databases/pecl-drizzle/Makefile head/databases/pecl-handlersocket/Makefile head/databases/pecl-mdbtools/Makefile head/databases/pecl-memcache/Makefile head/databases/pecl-memcached/Makefile head/databases/pecl-mongo/Makefile head/databases/pecl-mysqlnd_ms/Makefile head/databases/pecl-mysqlnd_qc/Makefile head/databases/pecl-pdo_user/Makefile head/databases/pecl-rrd/Makefile head/databases/pecl-tokyo_tyrant/Makefile head/databases/percona-toolkit/Makefile head/databases/percona55-client/Makefile head/databases/percona55-server/Makefile head/databases/percona56-client/Makefile head/databases/percona56-server/Makefile head/databases/pg_activity/Makefile head/databases/pg_filedump/Makefile head/databases/pg_reorg/Makefile head/databases/pg_rman/Makefile head/databases/pg_statsinfo/Makefile head/databases/pgaccess/Makefile head/databases/pgadmin3/Makefile head/databases/pgagent/Makefile head/databases/pgbadger/Makefile head/databases/pgbouncer/Makefile head/databases/pgdbf/Makefile head/databases/pgfouine/Makefile head/databases/pglesslog/Makefile head/databases/pgloader/Makefile head/databases/pgpool-II-22/Makefile head/databases/pgpool-II-23/Makefile head/databases/pgpool-II-30/Makefile head/databases/pgpool-II/Makefile head/databases/pgpool/Makefile head/databases/pgpoolAdmin/Makefile head/databases/pgsphere/Makefile head/databases/pgtcl/Makefile head/databases/pgtop/Makefile head/databases/pgtune/Makefile head/databases/pgworksheet/Makefile head/databases/php-adodb-ext/Makefile head/databases/php-mdcached/Makefile head/databases/php5-creole/Makefile head/databases/php5-dba/Makefile head/databases/php5-interbase/Makefile head/databases/php5-mssql/Makefile head/databases/php5-mysql/Makefile head/databases/php5-mysqli/Makefile head/databases/php5-odbc/Makefile head/databases/php5-pdo/Makefile head/databases/php5-pdo_cassandra/Makefile head/databases/php5-pdo_dblib/Makefile head/databases/php5-pdo_firebird/Makefile head/databases/php5-pdo_mysql/Makefile head/databases/php5-pdo_odbc/Makefile head/databases/php5-pdo_pgsql/Makefile head/databases/php5-pdo_sqlite/Makefile head/databases/php5-pgsql/Makefile head/databases/php5-propel/Makefile head/databases/php5-redis/Makefile head/databases/php5-sqlite3/Makefile head/databases/php5-sybase_ct/Makefile head/databases/php52-dba/Makefile head/databases/php52-dbase/Makefile head/databases/php52-interbase/Makefile head/databases/php52-mssql/Makefile head/databases/php52-mysql/Makefile head/databases/php52-mysqli/Makefile head/databases/php52-oci8/Makefile head/databases/php52-odbc/Makefile head/databases/php52-pdo/Makefile head/databases/php52-pdo_dblib/Makefile head/databases/php52-pdo_firebird/Makefile head/databases/php52-pdo_mysql/Makefile head/databases/php52-pdo_oci/Makefile head/databases/php52-pdo_odbc/Makefile head/databases/php52-pdo_pgsql/Makefile head/databases/php52-pdo_sqlite/Makefile head/databases/php52-pgsql/Makefile head/databases/php52-sqlite/Makefile head/databases/php52-sybase_ct/Makefile head/databases/php53-dba/Makefile head/databases/php53-interbase/Makefile head/databases/php53-mssql/Makefile head/databases/php53-mysql/Makefile head/databases/php53-mysqli/Makefile head/databases/php53-odbc/Makefile head/databases/php53-pdo/Makefile head/databases/php53-pdo_dblib/Makefile head/databases/php53-pdo_firebird/Makefile head/databases/php53-pdo_mysql/Makefile head/databases/php53-pdo_odbc/Makefile head/databases/php53-pdo_pgsql/Makefile head/databases/php53-pdo_sqlite/Makefile head/databases/php53-pgsql/Makefile head/databases/php53-redis/Makefile head/databases/php53-sqlite/Makefile head/databases/php53-sqlite3/Makefile head/databases/php53-sybase_ct/Makefile head/databases/php55-dba/Makefile head/databases/php55-interbase/Makefile head/databases/php55-mssql/Makefile head/databases/php55-mysql/Makefile head/databases/php55-mysqli/Makefile head/databases/php55-odbc/Makefile head/databases/php55-pdo/Makefile head/databases/php55-pdo_dblib/Makefile head/databases/php55-pdo_firebird/Makefile head/databases/php55-pdo_mysql/Makefile head/databases/php55-pdo_odbc/Makefile head/databases/php55-pdo_pgsql/Makefile head/databases/php55-pdo_sqlite/Makefile head/databases/php55-pgsql/Makefile head/databases/php55-sqlite3/Makefile head/databases/php55-sybase_ct/Makefile head/databases/phpminiadmin/Makefile head/databases/phpmyadmin/Makefile head/databases/phppgadmin/Makefile head/databases/postgis-jdbc/Makefile head/databases/postgis/Makefile head/databases/postgis20/Makefile head/databases/postgis21/Makefile head/databases/postgresql-jdbc/Makefile head/databases/postgresql-libpgeasy/Makefile head/databases/postgresql-libpq++/Makefile head/databases/postgresql-libpqxx/Makefile head/databases/postgresql-libpqxx3/Makefile head/databases/postgresql-odbc/Makefile head/databases/postgresql-pllua/Makefile head/databases/postgresql-plproxy/Makefile head/databases/postgresql-plruby/Makefile head/databases/postgresql-plv8js/Makefile head/databases/postgresql-relay/Makefile head/databases/postgresql-repmgr/Makefile head/databases/postgresql84-client/Makefile head/databases/postgresql84-contrib/Makefile head/databases/postgresql84-docs/Makefile head/databases/postgresql84-plperl/Makefile head/databases/postgresql84-plpython/Makefile head/databases/postgresql84-pltcl/Makefile head/databases/postgresql84-server/Makefile head/databases/postgresql90-client/Makefile head/databases/postgresql90-contrib/Makefile head/databases/postgresql90-docs/Makefile head/databases/postgresql90-pgtcl/Makefile head/databases/postgresql90-plperl/Makefile head/databases/postgresql90-plpython/Makefile head/databases/postgresql90-pltcl/Makefile head/databases/postgresql90-server/Makefile head/databases/postgresql91-client/Makefile head/databases/postgresql91-contrib/Makefile head/databases/postgresql91-docs/Makefile head/databases/postgresql91-pgtcl/Makefile head/databases/postgresql91-plperl/Makefile head/databases/postgresql91-plpython/Makefile head/databases/postgresql91-pltcl/Makefile head/databases/postgresql91-server/Makefile head/databases/postgresql92-client/Makefile head/databases/postgresql92-contrib/Makefile head/databases/postgresql92-docs/Makefile head/databases/postgresql92-pgtcl/Makefile head/databases/postgresql92-plperl/Makefile head/databases/postgresql92-plpython/Makefile head/databases/postgresql92-pltcl/Makefile head/databases/postgresql92-server/Makefile head/databases/postgresql93-client/Makefile head/databases/postgresql93-contrib/Makefile head/databases/postgresql93-docs/Makefile head/databases/postgresql93-pgtcl/Makefile head/databases/postgresql93-plperl/Makefile head/databases/postgresql93-plpython/Makefile head/databases/postgresql93-pltcl/Makefile head/databases/postgresql93-server/Makefile head/databases/postgresql_autodoc/Makefile head/databases/powerarchitect/Makefile head/databases/proftpd-mod_sql_mysql/Makefile head/databases/proftpd-mod_sql_odbc/Makefile head/databases/proftpd-mod_sql_postgres/Makefile head/databases/proftpd-mod_sql_sqlite/Makefile head/databases/proftpd-mod_sql_tds/Makefile head/databases/pure-sql3/Makefile head/databases/puredb/Makefile head/databases/pxlib/Makefile head/databases/pxtools/Makefile head/databases/py-Elixir/Makefile head/databases/py-MySQLdb/Makefile head/databases/py-MySQLdb51/Makefile head/databases/py-MySQLdb55/Makefile head/databases/py-PyGreSQL/Makefile head/databases/py-apsw/Makefile head/databases/py-bsddb/Makefile head/databases/py-bsddb3/Makefile head/databases/py-carbon/Makefile head/databases/py-cdb/Makefile head/databases/py-cmemcache/Makefile head/databases/py-couchdb/Makefile head/databases/py-cql/Makefile head/databases/py-dbf/Makefile head/databases/py-dbutils/Makefile head/databases/py-fdb/Makefile head/databases/py-firebirdsql/Makefile head/databases/py-flask-sqlalchemy/Makefile head/databases/py-forgetsql/Makefile head/databases/py-gdbm/Makefile head/databases/py-hiredis/Makefile head/databases/py-htsql-mysql/Makefile head/databases/py-htsql-pgsql/Makefile head/databases/py-htsql/Makefile head/databases/py-kyotocabinet/Makefile head/databases/py-leveldb/Makefile head/databases/py-memcached/Makefile head/databases/py-mssql/Makefile head/databases/py-mysql2pgsql/Makefile head/databases/py-odbc/Makefile head/databases/py-oops/Makefile head/databases/py-pg8000/Makefile head/databases/py-pg_pqueue/Makefile head/databases/py-pgxnclient/Makefile head/databases/py-pickledb/Makefile head/databases/py-postgresql/Makefile head/databases/py-psycopg/Makefile head/databases/py-psycopg2/Makefile head/databases/py-pyPgSQL/Makefile head/databases/py-pyhs/Makefile head/databases/py-pylibmc/Makefile head/databases/py-pymysql/Makefile head/databases/py-pytc/Makefile head/databases/py-qt4-sql/Makefile head/databases/py-redis/Makefile head/databases/py-riak/Makefile head/databases/py-rrdtool_lgpl/Makefile head/databases/py-simplecouchdb/Makefile head/databases/py-south/Makefile head/databases/py-sqlalchemy-devel/Makefile head/databases/py-sqlalchemy-migrate/Makefile head/databases/py-sqlalchemy/Makefile head/databases/py-sqlalchemy06/Makefile head/databases/py-sqlite3/Makefile head/databases/py-sqlite3dbm/Makefile head/databases/py-sqlkit/Makefile head/databases/py-sqlobject/Makefile head/databases/py-sqlparse/Makefile head/databases/py-sqlrelay/Makefile head/databases/py-swift/Makefile head/databases/py-swiftclient/Makefile head/databases/py-sybase/Makefile head/databases/py-umemcache/Makefile head/databases/py-whisper/Makefile head/databases/pydbdesigner/Makefile head/databases/pydbx/Makefile head/databases/pymongo/Makefile head/databases/pyspatialite/Makefile head/databases/qdbm-plus/Makefile head/databases/qdbm/Makefile head/databases/qt4-ibase-plugin/Makefile head/databases/qt4-mysql-plugin/Makefile head/databases/qt4-odbc-plugin/Makefile head/databases/qt4-pgsql-plugin/Makefile head/databases/qt4-sql/Makefile head/databases/qt4-sqlite-plugin/Makefile head/databases/qt4-sqlite3-plugin/Makefile head/databases/rdb/Makefile head/databases/rdfdb/Makefile head/databases/recutils/Makefile head/databases/redigo/Makefile head/databases/redis-devel/Makefile head/databases/redis/Makefile head/databases/rrdman/Makefile head/databases/rrdmerge/Makefile head/databases/rrdtool/Makefile head/databases/rrdtool10/Makefile head/databases/rrdtool12/Makefile head/databases/ruby-bdb/Makefile head/databases/ruby-bdb1/Makefile head/databases/ruby-cdb/Makefile head/databases/ruby-dbd_mysql/Makefile head/databases/ruby-dbd_odbc/Makefile head/databases/ruby-dbd_pg/Makefile head/databases/ruby-dbd_sqlite/Makefile head/databases/ruby-dbd_sqlite3/Makefile head/databases/ruby-dbi/Makefile head/databases/ruby-frontbase/Makefile head/databases/ruby-gdbm/Makefile head/databases/ruby-interbase/Makefile head/databases/ruby-memcache/Makefile head/databases/ruby-msql/Makefile head/databases/ruby-mysql/Makefile head/databases/ruby-o_dbm/Makefile head/databases/ruby-oci8/Makefile head/databases/ruby-odbc/Makefile head/databases/ruby-qdbm/Makefile head/databases/ruby-rdbc1/Makefile head/databases/ruby-sybct/Makefile head/databases/ruby-tokyocabinet/Makefile head/databases/rubygem-activemodel/Makefile head/databases/rubygem-activerecord-jdbc-adapter/Makefile head/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile head/databases/rubygem-activerecord-mysql-adapter/Makefile head/databases/rubygem-activerecord/Makefile head/databases/rubygem-amalgalite/Makefile head/databases/rubygem-arel/Makefile head/databases/rubygem-bdb1/Makefile head/databases/rubygem-bigrecord/Makefile head/databases/rubygem-couchrest/Makefile head/databases/rubygem-data_objects/Makefile head/databases/rubygem-datamapper/Makefile head/databases/rubygem-delayed_job_data_mapper/Makefile head/databases/rubygem-dm-active_model/Makefile head/databases/rubygem-dm-aggregates/Makefile head/databases/rubygem-dm-chunked_query/Makefile head/databases/rubygem-dm-constraints/Makefile head/databases/rubygem-dm-core/Makefile head/databases/rubygem-dm-devise/Makefile head/databases/rubygem-dm-do-adapter/Makefile head/databases/rubygem-dm-migrations/Makefile head/databases/rubygem-dm-mysql-adapter/Makefile head/databases/rubygem-dm-observer/Makefile head/databases/rubygem-dm-pager/Makefile head/databases/rubygem-dm-paperclip/Makefile head/databases/rubygem-dm-postgres-adapter/Makefile head/databases/rubygem-dm-rails/Makefile head/databases/rubygem-dm-serializer/Makefile head/databases/rubygem-dm-timestamps/Makefile head/databases/rubygem-dm-transactions/Makefile head/databases/rubygem-dm-types/Makefile head/databases/rubygem-dm-validations/Makefile head/databases/rubygem-do_mysql/Makefile head/databases/rubygem-do_postgres/Makefile head/databases/rubygem-do_sqlite3/Makefile head/databases/rubygem-familia/Makefile head/databases/rubygem-jdbc-mysql/Makefile head/databases/rubygem-memcache-client/Makefile head/databases/rubygem-memcache/Makefile head/databases/rubygem-mysql/Makefile head/databases/rubygem-mysql2/Makefile head/databases/rubygem-pg/Makefile head/databases/rubygem-rbase/Makefile head/databases/rubygem-redis-namespace/Makefile head/databases/rubygem-redis/Makefile head/databases/rubygem-rubyrep/Makefile head/databases/rubygem-sqlite3-ruby/Makefile head/databases/rubygem-sqlite3/Makefile head/databases/rubygem-tarantool/Makefile head/databases/sharedance/Makefile head/databases/skytools/Makefile head/databases/slony1/Makefile head/databases/slony1v2/Makefile head/databases/soci/Makefile head/databases/spatialite/Makefile head/databases/spatialite_gui/Makefile head/databases/sqlbuddy/Makefile head/databases/sqlcached/Makefile head/databases/sqlcipher/Makefile head/databases/sqlclient/Makefile head/databases/sqldeveloper/Makefile head/databases/sqlite-ext-miscfuncs/Makefile head/databases/sqlite-ext-mobigroup/Makefile head/databases/sqlite2/Makefile head/databases/sqlite3/Makefile head/databases/sqliteman/Makefile head/databases/sqlitemanager/Makefile head/databases/sqlrelay/Makefile head/databases/sqsh/Makefile head/databases/squirrel-sql/Makefile head/databases/sybtcl/Makefile head/databases/tablelog/Makefile head/databases/tarantool/Makefile head/databases/tcl-Mysql/Makefile head/databases/tcl-sqlite3/Makefile head/databases/tdb/Makefile head/databases/tdbc/Makefile head/databases/tinycdb/Makefile head/databases/tokyocabinet/Makefile head/databases/tokyotyrant/Makefile head/databases/tora/Makefile head/databases/tuning-primer/Makefile head/databases/typhoon/Makefile head/databases/unixODBC/Makefile head/databases/useracc/Makefile head/databases/usogres/Makefile head/databases/vfront/Makefile head/databases/virtuoso/Makefile head/databases/wfb2sql/Makefile head/databases/wmjsql/Makefile head/databases/xapian-bindings/Makefile head/databases/xapian-core/Makefile head/databases/xapian-core10/Makefile head/databases/xmbase-grok/Makefile head/databases/xtrabackup/Makefile head/databases/yasql/Makefile head/databases/zodb3/Makefile Modified: head/databases/R-cran-DBI/Makefile ============================================================================== --- head/databases/R-cran-DBI/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/R-cran-DBI/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -16,4 +16,5 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/databases/R-cran-RMySQL/Makefile ============================================================================== --- head/databases/R-cran-RMySQL/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/R-cran-RMySQL/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -18,4 +18,5 @@ USE_MYSQL= yes USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/databases/R-cran-RSQLite.extfuns/Makefile ============================================================================== --- head/databases/R-cran-RSQLite.extfuns/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/R-cran-RSQLite.extfuns/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -18,4 +18,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/databases/R-cran-RSQLite/Makefile ============================================================================== --- head/databases/R-cran-RSQLite/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/R-cran-RSQLite/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -18,4 +18,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/databases/R-cran-sqldf/Makefile ============================================================================== --- head/databases/R-cran-sqldf/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/R-cran-sqldf/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -23,4 +23,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/databases/WWWdb/Makefile ============================================================================== --- head/databases/WWWdb/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/WWWdb/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: WWWdb -# Date created: Wed Nov 20 11:37:33 CET 2002 -# Whom: Jens Rehsack -# +# Created by: Jens Rehsack # $FreeBSD$ -# PORTNAME= WWWdb PORTVERSION= 0.8.3 @@ -20,4 +16,5 @@ MAN3= WWWdb::Base.3 WWWdb::DbSession.3 WWWdb::Session.3 WWWdb::Plugin.3 WWWdb::Hash.3 \ WWWdb::HTML.3 WWWdb::ConfigFile.3 WWWdb::ConfigPool.3 +NO_STAGE= yes .include Modified: head/databases/adminer/Makefile ============================================================================== --- head/databases/adminer/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/adminer/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -16,6 +16,7 @@ NO_BUILD= yes USE_PHP= mssql mysql odbc pgsql session pdo_sqlite SUB_FILES= pkg-message +NO_STAGE= yes do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} Modified: head/databases/adodb/Makefile ============================================================================== --- head/databases/adodb/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/adodb/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -25,6 +25,7 @@ ADODB_SUBDIRS= contrib datadict drivers OPTIONS_DEFINE= TESTS DOCS TESTS_DESC= Install tests +NO_STAGE= yes .include SUB_FILES+= pkg-message Modified: head/databases/adodb5/Makefile ============================================================================== --- head/databases/adodb5/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/adodb5/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -27,6 +27,7 @@ ADODB_SUBDIRS= contrib datadict drivers OPTIONS_DEFINE= TESTS TESTS_DESC= Install tests +NO_STAGE= yes .include SUB_FILES+= pkg-message Modified: head/databases/akonadi-googledata/Makefile ============================================================================== --- head/databases/akonadi-googledata/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/akonadi-googledata/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -17,4 +17,5 @@ USES= cmake gettext USE_QT4= qmake_build rcc_build moc_build uic_build dbus USE_KDE4= kdelibs kdeprefix pimlibs automoc4 akonadi +NO_STAGE= yes .include Modified: head/databases/akonadi/Makefile ============================================================================== --- head/databases/akonadi/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/akonadi/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -40,6 +40,7 @@ SQLITE_DESC= Enable SQLite backend OPTIONS_DEFAULT= MYSQL +NO_STAGE= yes .include .if ${PORT_OPTIONS:MMYSQL} Modified: head/databases/animenfo-client-gtk/Makefile ============================================================================== --- head/databases/animenfo-client-gtk/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/animenfo-client-gtk/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -23,4 +23,5 @@ CFLAGS+= ${CPPFLAGS} LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/animenfo-client-gtk +NO_STAGE= yes .include Modified: head/databases/animenfo-client/Makefile ============================================================================== --- head/databases/animenfo-client/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/animenfo-client/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -16,6 +16,7 @@ LICENSE= GPLv2 USE_GMAKE= yes PLIST_FILES= bin/animenfo-client +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/animenfo-client ${PREFIX}/bin/ Modified: head/databases/aolserver-nsmysql/Makefile ============================================================================== --- head/databases/aolserver-nsmysql/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/aolserver-nsmysql/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: aolserver-nsmysql -# Date created: 12 Oct 2006 -# Whom: Martin Matuska -# +# Created by: Martin Matuska # $FreeBSD$ -# PORTNAME= nsmysql PORTVERSION= 1.0 @@ -38,6 +34,7 @@ PLIST_FILES= ${AOLSERVERBASE}/bin/nsmysq PORTDOCS= ChangeLog README INSTALL .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/^MODLIBS =/MODLIBS +=/g' \ -e '/^OBJS =.*/{n;s/.*/MODOBJS = $$(OBJS)/g;G;}' \ Modified: head/databases/aolserver-nspostgres/Makefile ============================================================================== --- head/databases/aolserver-nspostgres/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/aolserver-nspostgres/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -37,6 +37,7 @@ PLIST_FILES= ${AOLSERVERBASE}/bin/nspost PORTDOCS= ChangeLog README .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e '/^MODOBJS =.*/{n;s/.*/OBJS = $$(MODOBJS)/g;G;}' \ Modified: head/databases/autobackupmysql/Makefile ============================================================================== --- head/databases/autobackupmysql/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/autobackupmysql/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: autobackupmysql -# Date created: 2009-12-21 -# Whom: Frank Wall -# +# Created by: Frank Wall # $FreeBSD$ -# PORTNAME= autobackupmysql PORTVERSION= 1.4 @@ -20,6 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:${POR NO_BUILD= yes PLIST_FILES= sbin/autobackupmysql.sh +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} Modified: head/databases/bbdb/Makefile ============================================================================== --- head/databases/bbdb/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/bbdb/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbdb (for emacs21) -# Date Created: 12 Dec 2001 -# Whom: Yoichi NAKAYAMA -# +# Created by: Yoichi NAKAYAMA # $FreeBSD$ -# PORTNAME= bbdb PORTVERSION= 2.35 @@ -29,6 +25,7 @@ MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/lisp/*.el ${WRKSRC}/lisp/*.elc ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} Modified: head/databases/beansdb/Makefile ============================================================================== --- head/databases/beansdb/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/beansdb/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -16,4 +16,5 @@ CFLAGS+= ${PTHREAD_LIBS} MAN1= beansdb.1 PLIST_FILES= bin/beansdb +NO_STAGE= yes .include Modified: head/databases/buzhug/Makefile ============================================================================== --- head/databases/buzhug/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/buzhug/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: buzhug -# Date created: 03 March 2009 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= buzhug PORTVERSION= 1.8 @@ -17,4 +13,5 @@ USE_ZIP= yes USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include Modified: head/databases/c3p0/Makefile ============================================================================== --- head/databases/c3p0/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/c3p0/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -15,6 +15,7 @@ NO_BUILD= yes JAVA_VERSION= 1.6+ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes do-install: @${INSTALL_DATA} ${WRKSRC}/lib/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar .if !defined(NOPORTDOCS) Modified: head/databases/cassandra/Makefile ============================================================================== --- head/databases/cassandra/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/cassandra/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -43,6 +43,7 @@ DOCS_DESC= Install javadoc documentation SUB_FILES= repaircluster +NO_STAGE= yes .include RUN_DEPENDS+= ${JAVALIBDIR}/snappy-java.jar:${PORTSDIR}/archivers/snappy-java Modified: head/databases/cdb/Makefile ============================================================================== --- head/databases/cdb/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/cdb/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# ports collection makefile for: Constant DataBase -# Date created: 18th July 1998 -# Whom: Gary Palmer -# +# Created by: Gary Palmer # $FreeBSD$ -# PORTNAME= cdb PORTVERSION= 0.75 @@ -15,6 +11,7 @@ COMMENT= A fast lookup database library ALL_TARGET= it +NO_STAGE= yes do-configure: @${MV} ${WRKSRC}/conf-home ${WRKSRC}/conf-home.orig ${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-home Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/cego/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -28,6 +28,7 @@ GROUPS= cego PLIST_SUB+= USER=${USERS} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,-O3,,g' \ ${WRKSRC}/src/Makefile.in \ Modified: head/databases/couchdb/Makefile ============================================================================== --- head/databases/couchdb/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/couchdb/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -41,6 +41,7 @@ STRIP= #empty MAN1= couchdb.1 couchjs.1 +NO_STAGE= yes .include # This stanza could be removed around version 1.7 Modified: head/databases/courier-authlib-mysql/Makefile ============================================================================== --- head/databases/courier-authlib-mysql/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/courier-authlib-mysql/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: courier-authlib-mysql -# Date created: 02 Apr 2005 -# Whom: Yarema -# +# Created by: Yarema # $FreeBSD$ -# PKGNAMESUFFIX= -mysql @@ -12,4 +8,5 @@ CATEGORIES= databases mail MASTERDIR= ${.CURDIR}/../../security/courier-authlib +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/databases/courier-authlib-pgsql/Makefile ============================================================================== --- head/databases/courier-authlib-pgsql/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/courier-authlib-pgsql/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: courier-authlib-pgsql -# Date created: 02 Apr 2005 -# Whom: Yarema -# +# Created by: Yarema # $FreeBSD$ -# PKGNAMESUFFIX= -pgsql @@ -12,4 +8,5 @@ CATEGORIES= databases mail MASTERDIR= ${.CURDIR}/../../security/courier-authlib +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/databases/courier-authlib-userdb/Makefile ============================================================================== --- head/databases/courier-authlib-userdb/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/courier-authlib-userdb/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: courier-authlib-userdb -# Date created: 02 Apr 2005 -# Whom: Yarema -# +# Created by: Yarema # $FreeBSD$ -# PKGNAMESUFFIX= -userdb @@ -12,4 +8,5 @@ CATEGORIES= databases mail MASTERDIR= ${.CURDIR}/../../security/courier-authlib +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/databases/courier-authlib-usergdbm/Makefile ============================================================================== --- head/databases/courier-authlib-usergdbm/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/courier-authlib-usergdbm/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: courier-authlib-usergdbm -# Date created: 02 Apr 2005 -# Whom: Yarema -# +# Created by: Yarema # $FreeBSD$ -# PKGNAMESUFFIX= -usergdbm @@ -12,4 +8,5 @@ CATEGORIES= databases mail MASTERDIR= ${.CURDIR}/../../security/courier-authlib +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/databases/credis/Makefile ============================================================================== --- head/databases/credis/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/credis/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: credis -# Date created: 2011-02-02 -# Whom: Steven Kreuzer -# +# Created by: Steven Kreuzer # $FreeBSD$ -# PORTNAME= credis PORTVERSION= 0.2.3 @@ -18,4 +14,5 @@ USE_LDCONFIG= yes PLIST_SUB= VERSION="${PORTVERSION}" +NO_STAGE= yes .include Modified: head/databases/cyrus-imspd/Makefile ============================================================================== --- head/databases/cyrus-imspd/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/cyrus-imspd/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cyrus-imspd -# Date created: Jan 4th 2001 -# Whom: damien@tougas.net -# +# Created by: damien@tougas.net # $FreeBSD$ -# PORTNAME= cyrus-imspd PORTVERSION= 1.8 @@ -28,6 +24,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ USE_RC_SUBR= imspd DOCSDIR= ${PREFIX}/share/doc/imspd +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s|||" \ ${WRKSRC}/configure Modified: head/databases/dalmp/Makefile ============================================================================== --- head/databases/dalmp/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/dalmp/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -18,6 +18,7 @@ DEFAULT_PHP_VER=5 NO_BUILD= YES USE_PHP= pcre mysql mysqli session memcache sqlite3 curl +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR} @${CP} -R ${WRKSRC}/ ${DATADIR} Modified: head/databases/datamodeler/Makefile ============================================================================== --- head/databases/datamodeler/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/datamodeler/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -28,6 +28,7 @@ NO_CDROM= Packaging prohibited by Oracle DATADIR= ${JAVASHAREDIR}/${PORTNAME} WRKSRC= ${WRKDIR}/opt/${PORTNAME} +NO_STAGE= yes .include .if !defined(NOPORTDOCS) Modified: head/databases/db/Makefile ============================================================================== --- head/databases/db/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/db/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: db-netbsd -# Date created: 1 January 2004 -# Whom: Edwin Groothuis (edwin@mavetju.org) -# +# Created by: Edwin Groothuis (edwin@mavetju.org) # $FreeBSD$ -# PORTNAME= db PORTVERSION= 1.14 @@ -27,6 +23,7 @@ DIST_DB1= http://cvsweb.netbsd.org/bsdwe DIST_DBC= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/usr.bin/db/db.c?rev=${PORTVERSION}&content-type=text/plain DIST_MAKEFILE= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/usr.bin/db/Makefile?rev=${MAKEVERSION}&content-type=text/plain +NO_STAGE= yes tarball: ${MKDIR} ${WRKSRC} fetch -o ${WRKSRC}/db.1 "${DIST_DB1}" Modified: head/databases/db4/Makefile ============================================================================== --- head/databases/db4/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/db4/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# ports collection makefile for: Berkeley DB v4 -# Date created: 16 August 2000 -# Whom: Sergey Osokin aka oZZ -# +# Created by: Sergey Osokin aka oZZ # $FreeBSD$ -# PORTNAME= db4 PORTVERSION= 4.0.14 @@ -32,6 +28,7 @@ PORTDOCS= * .endif # the db install_docs target installs an empty directory, kill it +NO_STAGE= yes # (it's not packaged and it's not needed): .if !defined(NOPORTDOCS) post-install: Modified: head/databases/db41-nocrypto/Makefile ============================================================================== --- head/databases/db41-nocrypto/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/db41-nocrypto/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# Ports collection makefile for: db41-nocrypto -# Date created: 2003-02-13 -# Whom: Matthias Andree -# +# Created by: Matthias Andree # $FreeBSD$ -# PKGNAMESUFFIX= -nocrypto DISTNAME= db-${PORTVERSION}.NC @@ -11,4 +7,5 @@ DISTNAME= db-${PORTVERSION}.NC MASTERDIR= ${.CURDIR}/../db41 DISTINFO_FILE= ${.CURDIR}/distinfo +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/databases/db41/Makefile ============================================================================== --- head/databases/db41/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/db41/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# ports collection makefile for: Berkeley DB v4 -# Date created: 2003-01-04 -# Whom: Matthias Andree -# +# Created by: Matthias Andree # $FreeBSD$ -# PORTNAME= db41 PORTVERSION= 4.1.25 @@ -35,6 +31,7 @@ INSTALL_TARGET= install install_docs PORTDOCS= * .endif +NO_STAGE= yes .include .if ${ARCH} == amd64 Modified: head/databases/db42-nocrypto/Makefile ============================================================================== --- head/databases/db42-nocrypto/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/db42-nocrypto/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# Ports collection makefile for: db42-nocrypto -# Date created: 2004-01-04 -# Whom: matthias.andree@gmx.de -# +# Created by: matthias.andree@gmx.de # $FreeBSD$ -# PKGNAMESUFFIX= -nocrypto DISTNAME= db-${PORTVERSION}.NC @@ -13,4 +9,5 @@ MAINTAINER= mandree@FreeBSD.org MASTERDIR= ${.CURDIR}/../db42 DISTINFO_FILE= ${.CURDIR}/distinfo +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/databases/db42/Makefile ============================================================================== --- head/databases/db42/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/db42/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# ports collection makefile for: Berkeley DB v4.2 -# Date created: 2003-11-26 -# Whom: Matthias Andree -# +# Created by: Matthias Andree # $FreeBSD$ -# PORTNAME= db42 PORTVERSION= 4.2.52 @@ -22,6 +18,7 @@ MASTERDIR?= ${.CURDIR} SLAVE_PORT= no +NO_STAGE= yes .include <${MASTERDIR}/Makefile.db> .include Modified: head/databases/db43/Makefile ============================================================================== --- head/databases/db43/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/db43/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# ports collection makefile for: Berkeley DB v4.3 -# Date created: 2004-11-10 -# Whom: Matthias Andree -# +# Created by: Matthias Andree # $FreeBSD$ -# PORTNAME= db43 PORTVERSION= 4.3.29 @@ -37,6 +33,7 @@ INSTALL_TARGET+= install_docs docdir=${D PORTDOCS= * .endif +NO_STAGE= yes pre-patch: ${REINPLACE_CMD} -Ee 's|-l?pthread|${PTHREAD_LIBS}|g; s,/usr/bin/objformat \|\| echo aout,/usr/bin/objformat || echo elf,' ${WRKSRC}/${CONFIGURE_SCRIPT} Modified: head/databases/db44/Makefile ============================================================================== --- head/databases/db44/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/db44/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# ports collection makefile for: Berkeley DB v4.4 -# Date created: 2005-11-21 -# Whom: Matthias Andree -# +# Created by: Matthias Andree # $FreeBSD$ -# PORTNAME= db44 PORTVERSION= 4.4.20.4 @@ -36,6 +32,7 @@ INSTALL_TARGET+= install_docs docdir=${D PORTDOCS= * .endif +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -Ee 's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT} Modified: head/databases/db46/Makefile ============================================================================== --- head/databases/db46/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/db46/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: db46 -# Date created: 2007-07-26 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= db46 PORTVERSION= 4.6.21.4 @@ -54,6 +50,7 @@ INSTALL_TARGET+= install_docs docdir=${D PORTDOCS= * .endif +NO_STAGE= yes post-install: .for i in libdb libdb_cxx ${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.0 ${PREFIX}/lib Modified: head/databases/db47/Makefile ============================================================================== --- head/databases/db47/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/db47/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: db47 -# Date created: 2008-06-23 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= db47 PORTVERSION= 4.7.25.4 @@ -52,6 +48,7 @@ INSTALL_TARGET+= install_docs docdir=${D PORTDOCS= * .endif +NO_STAGE= yes post-install: .for i in libdb libdb_cxx ${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.0 ${PREFIX}/lib Modified: head/databases/db48/Makefile ============================================================================== --- head/databases/db48/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/db48/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: db48 -# Date created: 2009-09-15 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= db48 PORTVERSION= 4.8.30.0 @@ -31,6 +27,7 @@ LIBTOOLFILES= ${CONFIGURE_SCRIPT} WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix USE_LDCONFIG= yes +NO_STAGE= yes post-install: .for i in libdb libdb_cxx ${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.0 ${PREFIX}/lib Modified: head/databases/db4o-mono/Makefile ============================================================================== --- head/databases/db4o-mono/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/db4o-mono/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,10 +1,5 @@ -# New ports collection makefile for: Castle.ActiveRecord -# Date created: 17 Dec 2005 -# Whom: pneumann@gmail.com -# +# Created by: pneumann@gmail.com # $FreeBSD$ -# $Id: Makefile,v 1.3 2006/10/09 16:27:03 killfill Exp $ -# PORTNAME= db4o PORTVERSION= ${REALVERSION}.20 @@ -25,6 +20,7 @@ REALVERSION= 5.5 NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${REALVERSION} +NO_STAGE= yes do-install: @(cd ${WRKSRC}/dll ; ${SETENV} MONO_SHARED_DIR=${WRKDIR} ${LOCALBASE}/bin/gacutil /root ${PREFIX}/lib /gacdir ${PREFIX}/lib /package 1.0 /i db4o.dll) Modified: head/databases/db5/Makefile ============================================================================== --- head/databases/db5/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/db5/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -6,6 +6,7 @@ PORTVERSION= 5.3.21.0 CATEGORIES= databases java MASTER_SITES= http://download.oracle.com/berkeley-db/ PKGNAMEPREFIX?= +NO_STAGE= yes # the distfiles aren't named db5-* but db-*: DISTNAME= db-${PORTVERSION:R} DIST_SUBDIR= bdb Modified: head/databases/db6/Makefile ============================================================================== --- head/databases/db6/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/db6/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -6,6 +6,7 @@ PORTVERSION= 6.0.19.0 CATEGORIES= databases java MASTER_SITES= http://download.oracle.com/berkeley-db/ PKGNAMEPREFIX?= +NO_STAGE= yes # the distfiles aren't named db6-* but db-*: DISTNAME= db-${PORTVERSION:R} DIST_SUBDIR= bdb Modified: head/databases/dbXML/Makefile ============================================================================== --- head/databases/dbXML/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/dbXML/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# Ports collection makefile for: dbXML -# Date created: 2001/18/10 -# Whom: Richard Stockley -# +# Created by: Richard Stockley # $FreeBSD$ -# PORTNAME= dbXML PORTVERSION= 2.0 @@ -31,6 +27,7 @@ USERS= ${PORTNAME:L} GROUPS= ${PORTNAME:L} SHAREMODE= 0644 +NO_STAGE= yes post-patch: .for f in bin/dbxml bin/dbxml-gui install/create-db startup @${REINPLACE_CMD} -e "s:%%DBXML_HOME%%:${DBXML_HOME}:" \ Modified: head/databases/dbconnect/Makefile ============================================================================== --- head/databases/dbconnect/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/dbconnect/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -21,6 +21,7 @@ LDFLAG+= ${PTHREAD_LIBS} OPTIONS_DEFINE= MYSQL PGSQL OPTIONS_DEFAULT= MYSQL +NO_STAGE= yes .include PLIST_SUB+= PORTVERSION=${PORTVERSION} Modified: head/databases/dbf/Makefile ============================================================================== --- head/databases/dbf/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/dbf/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -23,6 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_DOC_TO_MAN="" USE_LDCONFIG= yes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/databases/dbf2mysql/Makefile ============================================================================== --- head/databases/dbf2mysql/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/dbf2mysql/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dbf2mysql -# Date created: 02 October 1999 -# Whom: jedgar@fxp.org -# +# Created by: jedgar@fxp.org # $FreeBSD$ -# PORTNAME= dbf2mysql PORTVERSION= 1.14 @@ -19,6 +15,7 @@ USE_MYSQL= yes PORTDOCS= README PLIST_FILES= bin/dbf2mysql bin/mysql2dbf +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dbf2mysql ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/mysql2dbf ${PREFIX}/bin Modified: head/databases/dbh/Makefile ============================================================================== --- head/databases/dbh/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/dbh/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -31,6 +31,7 @@ MAN3= dbh_close.3 dbh_create.3 dbh_dest OPTIONS_DEFINE= GTKDOC EXAMPLES GTKDOC_DESC= Enable GTK html documentation +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGTKDOC} Modified: head/databases/dbh10/Makefile ============================================================================== --- head/databases/dbh10/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/dbh10/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -19,4 +19,5 @@ USE_LDCONFIG= yes LATEST_LINK= dbh10 +NO_STAGE= yes .include Modified: head/databases/dbow/Makefile ============================================================================== --- head/databases/dbow/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/dbow/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dbow -# Date created: 24 March 2004 -# Whom: Dermot Tynan -# +# Created by: Dermot Tynan # $FreeBSD$ -# PORTNAME= dbow PORTVERSION= 0.7 @@ -21,6 +17,7 @@ USE_MYSQL= yes MAN1= dbow.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|CFLAGS=|CFLAGS+=|g" \ -e "s|^MYSQL_INC=|MYSQL_INC?=|" \ Modified: head/databases/dbtool/Makefile ============================================================================== --- head/databases/dbtool/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/dbtool/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: dbtool -# Date created: Apr 29, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= dbtool PORTVERSION= 1.7 @@ -42,6 +37,7 @@ MAN1= dbtool.1 SH2BASH= samples/account-db/accdb UB2PFX= samples/locate/locate samples/locate/updatedb +NO_STAGE= yes post-extract: .if !defined(WITH_BERKELEY_DB) @${ECHO_MSG} Modified: head/databases/dbview/Makefile ============================================================================== --- head/databases/dbview/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/dbview/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dbview -# Date created: 7 May 1999 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= dbview PORTVERSION= 1.0.4 @@ -17,6 +13,7 @@ COMMENT= View dBase III files MAN1= dbview.1 DOCS= README dBASE +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|||; \ s|||; \ Modified: head/databases/drizzle/Makefile ============================================================================== --- head/databases/drizzle/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/drizzle/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -54,6 +54,7 @@ MAN8= drizzled.8 USE_RC_SUBR= drizzle-server +NO_STAGE= yes .include .if ${ARCH} == "i386" Modified: head/databases/emma/Makefile ============================================================================== --- head/databases/emma/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/emma/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: emma -# Date created: 2 December 2006 -# Whom: Junji NAKANISHI -# +# Created by: Junji NAKANISHI # $FreeBSD$ -# PORTNAME= emma PORTVERSION= 0.6 @@ -20,6 +16,7 @@ USE_GNOME= pygtk2 USE_PYTHON= yes USE_PYDISTUTILS=yes +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|python2.4|env python|' ${WRKSRC}/emma Modified: head/databases/epgsql/Makefile ============================================================================== --- head/databases/epgsql/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/epgsql/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -25,6 +25,7 @@ ALL_TARGET= app PORTDOCS= * +NO_STAGE= yes .include do-install: Modified: head/databases/erlang-mysql/Makefile ============================================================================== --- head/databases/erlang-mysql/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/erlang-mysql/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: erlang-mysql -# Date Created: 2006-05-04 -# Whom: Shaun Amott -# +# Created by: Shaun Amott # $FreeBSD$ -# PORTNAME= mysql PORTVERSION= 1.0 @@ -26,6 +22,7 @@ ERLANGDIR?= ${PREFIX}/lib/erlang/lib PLIST_SUB= PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION} \ ERLANGDIR=${ERLANGDIR:S/^${PREFIX}\///} +NO_STAGE= yes .include do-build: Modified: head/databases/evolution-data-server/Makefile ============================================================================== --- head/databases/evolution-data-server/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/evolution-data-server/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -43,6 +43,7 @@ OPTIONS_DEFINE= WEATHER KERBEROS OPTIONS_DEFAULT=WEATHER KERBEROS WEATHER_DESC= Weather calendar backend +NO_STAGE= yes .include .if ${PORT_OPTIONS:MKERBEROS} Modified: head/databases/exist/Makefile ============================================================================== --- head/databases/exist/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/exist/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -28,6 +28,7 @@ SUB_LIST= JAVA="${JAVA}" \ EXIST_USER=${EXIST_USER} \ EXIST_GROUP=${EXIST_GROUP} +NO_STAGE= yes do-install: @${JAVA} -Djava.awt.headless=true -jar ${DISTDIR}/${DISTFILES} \ -p ${DATADIR} Modified: head/databases/fastdb/Makefile ============================================================================== --- head/databases/fastdb/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/fastdb/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -21,6 +21,7 @@ USE_DOS2UNIX= ${MAKEFILE} PORTDOCS= FastDB.htm +NO_STAGE= yes .include post-install: Modified: head/databases/firebird20-client/Makefile ============================================================================== --- head/databases/firebird20-client/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/firebird20-client/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -12,4 +12,5 @@ PLIST= ${PKGDIR}/pkg-plist.client CLIENT_ONLY= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/databases/firebird20-server/Makefile ============================================================================== --- head/databases/firebird20-server/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/firebird20-server/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -91,6 +91,7 @@ FB_DOCS_DIRS= sql.extensions license upg MAKE_ENV+= FIREBIRD_TMP="${WRKDIR}" FIREBIRD_LOCK="${WRKDIR}" +NO_STAGE= yes post-extract: @${RM} -rf ${WRKSRC}/extern/icu Modified: head/databases/firebird21-client/Makefile ============================================================================== --- head/databases/firebird21-client/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/firebird21-client/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -12,4 +12,5 @@ PLIST= ${PKGDIR}/pkg-plist.client CLIENT_ONLY= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/databases/firebird21-server/Makefile ============================================================================== --- head/databases/firebird21-server/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/firebird21-server/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -95,6 +95,7 @@ FB_DOCS_DIRS= sql.extensions license upg MAKE_ENV+= FIREBIRD_TMP="${WRKDIR}" FIREBIRD_LOCK="${WRKDIR}" +NO_STAGE= yes post-extract: @${RM} -rf ${WRKSRC}/extern/icu Modified: head/databases/firebird25-client/Makefile ============================================================================== --- head/databases/firebird25-client/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/firebird25-client/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -12,4 +12,5 @@ PLIST= ${PKGDIR}/pkg-plist.client CLIENT_ONLY= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/databases/firebird25-server/Makefile ============================================================================== --- head/databases/firebird25-server/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/firebird25-server/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -102,6 +102,7 @@ FB_DOCS_DIRS= sql.extensions license upg MAKE_ENV+= FIREBIRD_TMP="${WRKDIR}" FIREBIRD_LOCK="${WRKDIR}" +NO_STAGE= yes post-extract: @${RM} -rf ${WRKSRC}/extern/icu Modified: head/databases/flamerobin/Makefile ============================================================================== --- head/databases/flamerobin/Makefile Fri Sep 20 16:07:33 2013 (r327716) +++ head/databases/flamerobin/Makefile Fri Sep 20 16:13:47 2013 (r327717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flamerobin -# Date created: 5 April 2006 -# Whom: dindin -# +# Created by: dindin # $FreeBSD$ -# PORTNAME= flamerobin PORTVERSION= 0.9.2 @@ -28,6 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib SUB_FILES= pkg-message MAN1= flamerobin.1 +NO_STAGE= yes .include *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 16:21:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B678C6EF; Fri, 20 Sep 2013 16:21:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1EA22164; Fri, 20 Sep 2013 16:21:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KGLuoi090242; Fri, 20 Sep 2013 16:21:56 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KGLcBE090124; Fri, 20 Sep 2013 16:21:38 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201621.r8KGLcBE090124@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 16:21:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327718 - in head/deskutils: adesklets affiche akamaru alacarte appwrapper aspostit autocutsel babytrans basket bigyear bitcollider blogtk bmp-docklet cairo-dock cairo-dock-plugins cal ... 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.14 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: Fri, 20 Sep 2013 16:21:56 -0000 Author: bapt Date: Fri Sep 20 16:21:37 2013 New Revision: 327718 URL: http://svnweb.freebsd.org/changeset/ports/327718 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: deskutils) Modified: head/deskutils/adesklets/Makefile head/deskutils/affiche/Makefile head/deskutils/akamaru/Makefile head/deskutils/alacarte/Makefile head/deskutils/appwrapper/Makefile head/deskutils/aspostit/Makefile head/deskutils/autocutsel/Makefile head/deskutils/babytrans/Makefile head/deskutils/basket/Makefile head/deskutils/bigyear/Makefile head/deskutils/bitcollider/Makefile head/deskutils/blogtk/Makefile head/deskutils/bmp-docklet/Makefile head/deskutils/cairo-dock-plugins/Makefile head/deskutils/cairo-dock/Makefile head/deskutils/cal/Makefile head/deskutils/calcurse/Makefile head/deskutils/calibre/Makefile head/deskutils/cartotheque/Makefile head/deskutils/cdcat/Makefile head/deskutils/charmap/Makefile head/deskutils/charmtimetracker/Makefile head/deskutils/checkrdf/Makefile head/deskutils/clipit/Makefile head/deskutils/conduit/Makefile head/deskutils/conkyemail/Makefile head/deskutils/conkyforecast/Makefile head/deskutils/cycle/Makefile head/deskutils/dailystrips/Makefile head/deskutils/deforaos-todo/Makefile head/deskutils/deskbar-applet/Makefile head/deskutils/devd-notifier/Makefile head/deskutils/displaycalibrator/Makefile head/deskutils/dlume/Makefile head/deskutils/docear/Makefile head/deskutils/dosage/Makefile head/deskutils/drivel/Makefile head/deskutils/easystroke/Makefile head/deskutils/ecru/Makefile head/deskutils/egroupware/Makefile head/deskutils/epoch/Makefile head/deskutils/etask/Makefile head/deskutils/everygui/Makefile head/deskutils/evolution-jescs/Makefile head/deskutils/fbreader/Makefile head/deskutils/fengoffice/Makefile head/deskutils/fet/Makefile head/deskutils/freemind/Makefile head/deskutils/fusenshi/Makefile head/deskutils/gaddr/Makefile head/deskutils/ganttproject/Makefile head/deskutils/ganyremote/Makefile head/deskutils/gbirthday/Makefile head/deskutils/gcal/Makefile head/deskutils/gcalcli/Makefile head/deskutils/gdesklets-recentlyused/Makefile head/deskutils/gdesklets-starterbar/Makefile head/deskutils/gdesklets/Makefile head/deskutils/genius/Makefile head/deskutils/gimmie/Makefile head/deskutils/gkrellm-reminder2/Makefile head/deskutils/glabels/Makefile head/deskutils/glipper/Makefile head/deskutils/global-menu/Makefile head/deskutils/gmcal/Makefile head/deskutils/gnochm/Makefile head/deskutils/gnome-blog/Makefile head/deskutils/gnome-main-menu/Makefile head/deskutils/gnome-utils/Makefile head/deskutils/gnote/Makefile head/deskutils/gnotime/Makefile head/deskutils/gnustep-notebook/Makefile head/deskutils/gnustep-wrapper/Makefile head/deskutils/google-gadgets/Makefile head/deskutils/gourmet/Makefile head/deskutils/griffith/Makefile head/deskutils/growl-for-linux/Makefile head/deskutils/gruler/Makefile head/deskutils/gtg/Makefile head/deskutils/gtimer/Makefile head/deskutils/gtkjournal/Makefile head/deskutils/gtodo/Makefile head/deskutils/gtweakui/Makefile head/deskutils/gucharmap/Makefile head/deskutils/gworkspace-clipbook/Makefile head/deskutils/gworkspace-gwmetadata/Makefile head/deskutils/gworkspace/Makefile head/deskutils/gxmessage/Makefile head/deskutils/gxneur/Makefile head/deskutils/hamster-applet/Makefile head/deskutils/hebcal/Makefile head/deskutils/helpviewer/Makefile head/deskutils/horde-groupware/Makefile head/deskutils/horde-kronolith/Makefile head/deskutils/horde-mnemo/Makefile head/deskutils/horde-nag/Makefile head/deskutils/horde3-hermes/Makefile head/deskutils/horde3-klutz/Makefile head/deskutils/horde3-kronolith/Makefile head/deskutils/horde3-mnemo/Makefile head/deskutils/horde3-nag/Makefile head/deskutils/hot-babe/Makefile head/deskutils/howm/Makefile head/deskutils/ical/Makefile head/deskutils/ithought/Makefile head/deskutils/jjclient/Makefile head/deskutils/jlj/Makefile head/deskutils/kcharselect/Makefile head/deskutils/kchmviewer-kde4/Makefile head/deskutils/kdepim4-runtime/Makefile head/deskutils/kdepim4/Makefile head/deskutils/kdepim44-runtime/Makefile head/deskutils/kdepim44/Makefile head/deskutils/kdepimlibs4/Makefile head/deskutils/kdeplasma-addons/Makefile head/deskutils/kruler/Makefile head/deskutils/ksshaskpass/Makefile head/deskutils/labyrinth/Makefile head/deskutils/launchy/Makefile head/deskutils/libgcal/Makefile head/deskutils/libopensync-plugin-evolution2-devel/Makefile head/deskutils/libopensync-plugin-evolution2/Makefile head/deskutils/libopensync-plugin-file/Makefile head/deskutils/libopensync-plugin-python-devel/Makefile head/deskutils/libopensync-plugin-python/Makefile head/deskutils/libopensync-plugin-sunbird/Makefile head/deskutils/libopensync-plugin-synce-devel/Makefile head/deskutils/libopensync-plugin-synce-legacy/Makefile head/deskutils/libopensync-plugin-synce/Makefile head/deskutils/libopensync-plugin-vformat-devel/Makefile head/deskutils/libstreamanalyzer/Makefile head/deskutils/libstreams/Makefile head/deskutils/ljcharm/Makefile head/deskutils/ljclive/Makefile head/deskutils/ljit/Makefile head/deskutils/logjam/Makefile head/deskutils/mcal/Makefile head/deskutils/mdh/Makefile head/deskutils/mencal/Makefile head/deskutils/menumaker/Makefile head/deskutils/moregroupware/Makefile head/deskutils/mrundlg/Makefile head/deskutils/msynctool/Makefile head/deskutils/multisync-backup/Makefile head/deskutils/multisync-syncml/Makefile head/deskutils/multisync/Makefile head/deskutils/myitcrm/Makefile head/deskutils/nagaina/Makefile head/deskutils/narval/Makefile head/deskutils/nautilus-actions/Makefile head/deskutils/nautilus-locked-folder/Makefile head/deskutils/nautilus-open-terminal/Makefile head/deskutils/nautilus-sendto/Makefile head/deskutils/notecase/Makefile head/deskutils/notification-daemon/Makefile head/deskutils/notify-osd/Makefile head/deskutils/ontv/Makefile head/deskutils/openproj/Makefile head/deskutils/orage/Makefile head/deskutils/org-mode.el/Makefile head/deskutils/osmo/Makefile head/deskutils/osynctool/Makefile head/deskutils/p5-Data-ICal/Makefile head/deskutils/p5-Goo/Makefile head/deskutils/p5-ZConf-BGSet/Makefile head/deskutils/p5-ZConf-Runner-GUI-GTK/Makefile head/deskutils/p5-ZConf-Runner/Makefile head/deskutils/pal/Makefile head/deskutils/parcellite/Makefile head/deskutils/phpcollab/Makefile head/deskutils/phpicalendar/Makefile head/deskutils/phprojekt/Makefile head/deskutils/pinot/Makefile head/deskutils/plan/Makefile head/deskutils/planner.el/Makefile head/deskutils/planner/Makefile head/deskutils/plans/Makefile head/deskutils/plasma-applet-cwp/Makefile head/deskutils/plasma-applet-daisy/Makefile head/deskutils/plasma-applet-fancytasks/Makefile head/deskutils/plasma-applet-panelspacer/Makefile head/deskutils/plasma-applet-playwolf/Makefile head/deskutils/plasma-applet-qstardict/Makefile head/deskutils/plasma-applet-serverstatuswidget/Makefile head/deskutils/plasma-applet-simpleweatherforecast/Makefile head/deskutils/plasma-applet-teacooker/Makefile head/deskutils/plasma-applet-yawp/Makefile head/deskutils/plopfolio/Makefile head/deskutils/preferencepanes/Makefile head/deskutils/preferences/Makefile head/deskutils/py-send2trash/Makefile head/deskutils/py-vobject/Makefile head/deskutils/pybookreader/Makefile head/deskutils/pypanel/Makefile head/deskutils/q4wine/Makefile head/deskutils/qlabels/Makefile head/deskutils/qorganizer/Makefile head/deskutils/qrfcview/Makefile head/deskutils/qtm/Makefile head/deskutils/recoll/Makefile head/deskutils/rednotebook/Makefile head/deskutils/remember.el/Makefile head/deskutils/remind/Makefile head/deskutils/rolo/Makefile head/deskutils/rox-memo/Makefile head/deskutils/rubrica/Makefile head/deskutils/semantik/Makefile head/deskutils/silence/Makefile head/deskutils/simpleagenda/Makefile head/deskutils/simplegroupware/Makefile head/deskutils/sliderule/Makefile head/deskutils/splashsetter/Makefile head/deskutils/steadyflow/Makefile head/deskutils/strigi/Makefile head/deskutils/strigiclient/Makefile head/deskutils/strigidaemon/Makefile head/deskutils/strigiutils/Makefile head/deskutils/sugarcrm/Makefile head/deskutils/superkaramba/Makefile head/deskutils/superswitcher/Makefile head/deskutils/surrealtodo/Makefile head/deskutils/systempreferences/Makefile head/deskutils/tagutils/Makefile head/deskutils/taskcoach/Makefile head/deskutils/taskjuggler/Makefile head/deskutils/taskwarrior/Makefile head/deskutils/teapot/Makefile head/deskutils/tel/Makefile head/deskutils/thinkingrock/Makefile head/deskutils/timer-applet/Makefile head/deskutils/tine20/Makefile head/deskutils/tnote/Makefile head/deskutils/todo/Makefile head/deskutils/tomboy-plugin-latex/Makefile head/deskutils/tomboy-plugin-reminder/Makefile head/deskutils/tomboy-plugin-todo/Makefile head/deskutils/tomboy-plugin-wordcount/Makefile head/deskutils/tomboy/Makefile head/deskutils/toolboxkit/Makefile head/deskutils/tpb/Makefile head/deskutils/treeline/Makefile head/deskutils/tuxcards/Makefile head/deskutils/vboxgtk/Makefile head/deskutils/virt-manager/Makefile head/deskutils/vnc2flv/Makefile head/deskutils/vym/Makefile head/deskutils/wammu/Makefile head/deskutils/when/Makefile head/deskutils/wmpinboard/Makefile head/deskutils/wyrd/Makefile head/deskutils/x-tile/Makefile head/deskutils/x026/Makefile head/deskutils/xcalendar/Makefile head/deskutils/xchm/Makefile head/deskutils/xfce4-generic-slider/Makefile head/deskutils/xfce4-notes-plugin/Makefile head/deskutils/xfce4-notification-daemon/Makefile head/deskutils/xfce4-notifyd/Makefile head/deskutils/xfce4-tumbler/Makefile head/deskutils/xfce4-xkb-plugin/Makefile head/deskutils/xmaddressbook/Makefile head/deskutils/xmdiary/Makefile head/deskutils/xneur/Makefile head/deskutils/xpad-current/Makefile head/deskutils/xpad/Makefile head/deskutils/xpostit/Makefile head/deskutils/xpostitPlus/Makefile head/deskutils/xrolo/Makefile head/deskutils/xwrits/Makefile head/deskutils/znotes/Makefile head/deskutils/zorro/Makefile Modified: head/deskutils/adesklets/Makefile ============================================================================== --- head/deskutils/adesklets/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/adesklets/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: adesklets -# Date created: 2005-05-25 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ -# PORTNAME= adesklets PORTVERSION= 0.6.1 @@ -46,6 +42,7 @@ PLIST_SUB+= PERL="@comment " CONFIGURE_ARGS+= --without-history .endif +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "You may specify the following on the command line:" @${ECHO_MSG} "" Modified: head/deskutils/affiche/Makefile ============================================================================== --- head/deskutils/affiche/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/affiche/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -19,4 +19,5 @@ USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/Affiche +NO_STAGE= yes .include Modified: head/deskutils/akamaru/Makefile ============================================================================== --- head/deskutils/akamaru/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/akamaru/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -19,6 +19,7 @@ USES= gmake pkgconfig USE_GNOME= gconf2 gnomehier GCONF_SCHEMAS= kiba.schemas +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/populate-dock.sh Modified: head/deskutils/alacarte/Makefile ============================================================================== --- head/deskutils/alacarte/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/alacarte/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|' \ ${WRKSRC}/Alacarte/MenuEditor.py Modified: head/deskutils/appwrapper/Makefile ============================================================================== --- head/deskutils/appwrapper/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/appwrapper/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -19,6 +19,7 @@ USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/AppWrapper +NO_STAGE= yes post-patch: ${RMDIR} ${WRKSRC}/AppWrapper.app/ix86/linux-gnu ${RMDIR} ${WRKSRC}/AppWrapper.app/ix86 Modified: head/deskutils/aspostit/Makefile ============================================================================== --- head/deskutils/aspostit/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/aspostit/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes MAN1= aspostit.1 PLIST_FILES= bin/aspostit +NO_STAGE= yes post-extract: @${LN} -sf aspostit.man ${WRKSRC}/aspostit.1 Modified: head/deskutils/autocutsel/Makefile ============================================================================== --- head/deskutils/autocutsel/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/autocutsel/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: autocutsel -# Date created: 13 November 2003 -# Whom: john@jnielsen.net -# +# Created by: john@jnielsen.net # $FreeBSD$ -# PORTNAME= autocutsel PORTVERSION= 0.9.0 @@ -22,4 +18,5 @@ USE_GMAKE= yes PLIST_FILES= bin/autocutsel \ bin/cutsel +NO_STAGE= yes .include Modified: head/deskutils/babytrans/Makefile ============================================================================== --- head/deskutils/babytrans/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/babytrans/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -19,6 +19,7 @@ USE_GMAKE= yes PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message +NO_STAGE= yes post-patch: .for file in de es fr pt_BR @${REINPLACE_CMD} -e "s|CHARSET|ISO-8859-1|" \ Modified: head/deskutils/basket/Makefile ============================================================================== --- head/deskutils/basket/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/basket/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -20,4 +20,5 @@ USE_QT4= moc_build qmake_build rcc_build USES= cmake USE_LDCONFIG= yes +NO_STAGE= yes .include Modified: head/deskutils/bigyear/Makefile ============================================================================== --- head/deskutils/bigyear/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/bigyear/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bigyear -# Date created: 26 February 2001 -# Whom: George Reid -# +# Created by: George Reid # $FreeBSD$ -# PORTNAME= bigyear PORTVERSION= 20010226 @@ -18,6 +14,7 @@ COMMENT= A program to print a large (one MAN1= bigyear.1 PLIST_FILES= bin/bigyear +NO_STAGE= yes post-extract: ${RM} ${WRKSRC}/bigyear Modified: head/deskutils/bitcollider/Makefile ============================================================================== --- head/deskutils/bitcollider/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/bitcollider/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bitcollider -# Date created: 7 January 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= bitcollider PORTVERSION= 0.6.0 @@ -18,6 +14,7 @@ CFLAGS+= -lm CONFIGURE_ARGS+= --prefix=${PREFIX} USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|g' ${WRKSRC}/configure Modified: head/deskutils/blogtk/Makefile ============================================================================== --- head/deskutils/blogtk/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/blogtk/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -25,6 +25,7 @@ MAKE_ENV+= PYTHON="${PYTHON_CMD}" DATADIR= ${PREFIX}/share/${PORTNAME}2 +NO_STAGE= yes post-install: @${RM} -f ${DATADIR}/lib/blogtk2/*.py~ Modified: head/deskutils/bmp-docklet/Makefile ============================================================================== --- head/deskutils/bmp-docklet/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/bmp-docklet/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -23,6 +23,7 @@ USE_GNOME= gnomehack intlhack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/deskutils/cairo-dock-plugins/Makefile ============================================================================== --- head/deskutils/cairo-dock-plugins/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/cairo-dock-plugins/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -44,6 +44,7 @@ WEBLETS_DESC= Weblets applet OPTIONS_SUB= yes +NO_STAGE= yes .include post-patch: Modified: head/deskutils/cairo-dock/Makefile ============================================================================== --- head/deskutils/cairo-dock/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/cairo-dock/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -30,6 +30,7 @@ CMAKE_ARGS+= -Dinstall-pc-path:STRING="$ MAN1= cairo-dock.1 MANCOMPRESSED= yes +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -type f -name "*" | ${XARGS} ${REINPLACE_CMD} -e \ 's|/usr/share/pixmaps/|${LOCALBASE}/share/pixmaps/|g; \ Modified: head/deskutils/cal/Makefile ============================================================================== --- head/deskutils/cal/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/cal/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cal -# Date created: 2 April 1997 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= cal PORTVERSION= 3.5 @@ -19,6 +15,7 @@ MAKEFILE= makefile.unx ALL_TARGET= cal MAN1= cal.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cal ${PREFIX}/bin/cal ${MV} ${WRKSRC}/cal.1 ${WRKSRC}/cal.1.orig Modified: head/deskutils/calcurse/Makefile ============================================================================== --- head/deskutils/calcurse/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/calcurse/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -19,6 +19,7 @@ USE_GMAKE= yes MAN1= calcurse.1 +NO_STAGE= yes .include .if empty(PORT_OPTIONS:MDOCS) Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/calibre/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -66,6 +66,7 @@ MAKE_ENV+= FC_INC_DIR="${LOCALBASE}/incl PODOFO_INC_DIR="${LOCALBASE}/include/podofo" \ WITH_USB=yes +NO_STAGE= yes do-build: @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} \ ${PYSETUP} build) Modified: head/deskutils/cartotheque/Makefile ============================================================================== --- head/deskutils/cartotheque/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/cartotheque/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -18,6 +18,7 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile Modified: head/deskutils/cdcat/Makefile ============================================================================== --- head/deskutils/cdcat/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/cdcat/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -63,6 +63,7 @@ L7Z_VERSION= 1.6.3 L7Z_DISTFILE= ${L7Z_NAME}-${L7Z_VERSION}.tar.gz L7Z_WRKSRC= ${WRKDIR}/${L7Z_NAME} +NO_STAGE= yes .include P7Z_WRKSRC= $$(cd ${PORTSDIR}/archivers/p7zip && ${MAKE} -V WRKSRC) Modified: head/deskutils/charmap/Makefile ============================================================================== --- head/deskutils/charmap/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/charmap/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: charmap -# Date created: 28 Aug 2006 -# Whom: gurkan@phys.ethz.ch -# +# Created by: gurkan@phys.ethz.ch # $FreeBSD$ -# PORTNAME= charmap PORTVERSION= 0.2 @@ -24,4 +20,5 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes +NO_STAGE= yes .include Modified: head/deskutils/charmtimetracker/Makefile ============================================================================== --- head/deskutils/charmtimetracker/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/charmtimetracker/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: charm -# Date created: 12 Feb 2012 -# Whom: Andriy Gapon -# +# Created by: Andriy Gapon # $FreeBSD$ -# PORTNAME= charmtimetracker PORTVERSION= 1.6.0 @@ -33,4 +29,5 @@ INSTALLS_ICONS= yes PORTDOCS= ReadMe.txt License.txt .endif +NO_STAGE= yes .include Modified: head/deskutils/checkrdf/Makefile ============================================================================== --- head/deskutils/checkrdf/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/checkrdf/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -25,6 +25,7 @@ PORTDOCS= README NEWS blog.news.css blue OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT= DOCS +NO_STAGE= yes .include .if empty(PORT_OPTIONS:MDOCS) Modified: head/deskutils/clipit/Makefile ============================================================================== --- head/deskutils/clipit/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/clipit/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -16,6 +16,7 @@ USE_GNOME= gtk20 OPTIONS_DEFINE= NLS XDOTOOL XDOTOOL_DESC= Automatic paste functionality +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/deskutils/conduit/Makefile ============================================================================== --- head/deskutils/conduit/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/conduit/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -38,6 +38,7 @@ OPTIONS_DEFAULT=NAUTILUS EOG NAUTILUS_DESC= Build Nautilus Plugin EOG_DESC= Build Eye-Of-Gnome Plugin +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNAUTILUS} Modified: head/deskutils/conkyemail/Makefile ============================================================================== --- head/deskutils/conkyemail/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/conkyemail/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: conkyemail -# Date created: 2010-05-08 -# Whom: Gvozdikov Veniamin -# +# Created by: Gvozdikov Veniamin # $FreeBSD$ -# PORTNAME= conkyemail PORTVERSION= 2.07 @@ -23,6 +19,7 @@ INSTALL_EGGINFO=yes WRKSRC= ${WRKDIR}/src +NO_STAGE= yes post-patch: cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,/usr/share/${PORTNAME},${DATADIR},g' \ conkyEmail conkyEmail.py setup.py example/conkyrc Modified: head/deskutils/conkyforecast/Makefile ============================================================================== --- head/deskutils/conkyforecast/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/conkyforecast/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: conkyforecast -# Date created: 2010-05-07 -# Whom: Gvozdikov Veniamin -# +# Created by: Gvozdikov Veniamin # $FreeBSD$ -# PORTNAME= conkyforecast PORTVERSION= 2.20 @@ -33,6 +29,7 @@ FONTSDIR= ${PREFIX}/lib/X11/fonts/${PORT WRKSRC= ${WRKDIR}/src +NO_STAGE= yes post-patch: @cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,/usr/share/${PORTNAME},${DATADIR},g' \ setup.py \ Modified: head/deskutils/cycle/Makefile ============================================================================== --- head/deskutils/cycle/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/cycle/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Cycle -# Date created: 30 Jun 2005 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= cycle PORTVERSION= 0.3.1 @@ -24,6 +20,7 @@ NO_BUILD= yes MAN1= ${PORTNAME}.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,"msg","${PREFIX}/share/locale",' \ -e 's,"","${DOCSDIR}", ; s,"icons","${DATADIR}/icons",' \ Modified: head/deskutils/dailystrips/Makefile ============================================================================== --- head/deskutils/dailystrips/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/dailystrips/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -28,6 +28,7 @@ PLIST_DIRS= share/dailystrips PORTSCOUT= limit:^1\.0\. +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|^#!/usr/bin/perl|#!${PERL}|; \ s!/usr/share/dailystrips/strips.def!${DATADIR}/strips.def!' \ Modified: head/deskutils/deforaos-todo/Makefile ============================================================================== --- head/deskutils/deforaos-todo/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/deforaos-todo/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -21,4 +21,5 @@ USE_GNOME= gtk20 desktopfileutils INSTALLS_ICONS= yes MAKE_ARGS+= PREFIX=${PREFIX} +NO_STAGE= yes .include Modified: head/deskutils/deskbar-applet/Makefile ============================================================================== --- head/deskutils/deskbar-applet/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/deskbar-applet/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -31,6 +31,7 @@ OPTIONS_DEFINE= EVO OPTIONS_DEFAULT=EVO EVO_DESC= Enable evolution support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MEVO} Modified: head/deskutils/devd-notifier/Makefile ============================================================================== --- head/deskutils/devd-notifier/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/devd-notifier/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -21,6 +21,7 @@ MAN1= devd-notifier.1 PLIST_FILES= bin/devd-notifier MANCOMPRESSED= yes +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "You can build devd-notifier with your own config.h using the DEVD-NOTIFIER_CONF knob:" @${ECHO_MSG} "make DEVD-NOTIFIER_CONF=/path/to/devd-notifier/config.h install clean" Modified: head/deskutils/displaycalibrator/Makefile ============================================================================== --- head/deskutils/displaycalibrator/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/displaycalibrator/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -14,4 +14,5 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes +NO_STAGE= yes .include Modified: head/deskutils/dlume/Makefile ============================================================================== --- head/deskutils/dlume/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/dlume/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -19,6 +19,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= ${PORTNAME}.1 PLIST_FILES= bin/dlume share/pixmaps/dlume.png +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/src/Makefile.in Modified: head/deskutils/docear/Makefile ============================================================================== --- head/deskutils/docear/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/docear/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -29,6 +29,7 @@ icon= ${DATADIR}/${PORTNAME}-icon48x48. WRKSRC= ${WRKDIR}/docear-1.0.0.15_rc_build213 SUB_FILES= docear.desktop +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's/readlink -mn/readlink -n/g' \ -e 's,#!/bin/bash,#!/bin/sh,' \ Modified: head/deskutils/dosage/Makefile ============================================================================== --- head/deskutils/dosage/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/dosage/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -19,6 +19,7 @@ PYDISTUTILS_PKGNAME=Dosage MAN1= dosage.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|share/man/man1|man/man1|' ${WRKSRC}/setup.py Modified: head/deskutils/drivel/Makefile ============================================================================== --- head/deskutils/drivel/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/drivel/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -30,6 +30,7 @@ GCONF_SCHEMAS= drivel.schemas CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGTKSPELL} Modified: head/deskutils/easystroke/Makefile ============================================================================== --- head/deskutils/easystroke/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/easystroke/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -26,6 +26,7 @@ INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/deskutils/ecru/Makefile ============================================================================== --- head/deskutils/ecru/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/ecru/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -23,6 +23,7 @@ USE_LDCONFIG= yes MAN1= ecru-config.1 ecru-delete.1 ecru-edit.1 \ ecru-info.1 ecru-list.1 ecru-post.1 +NO_STAGE= yes do-configure: @cd ${WRKSRC} && ./waf configure --prefix="${PREFIX}" Modified: head/deskutils/egroupware/Makefile ============================================================================== --- head/deskutils/egroupware/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/egroupware/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -38,6 +38,7 @@ MBSTRING_DESC= Support multi-byte charac POSTGRES_DESC= PostgreSQL database support ZIP_DESC= Install PHP zip extension +NO_STAGE= yes .include .if ${PORT_OPTIONS:MMYSQL} Modified: head/deskutils/epoch/Makefile ============================================================================== --- head/deskutils/epoch/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/epoch/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: epoch -# Date created: 2010-06-15 -# Whom: Gvozdikov Veniamin -# +# Created by: Gvozdikov Veniamin # $FreeBSD$ -# PORTNAME= epoch PORTVERSION= 1.6 @@ -29,6 +25,7 @@ DESKTOP_ENTRIES="Epoch" "Timeline applic "${PREFIX}/share/pixmaps/${PORTNAME}.png" "${PORTNAME}" \ "" false +NO_STAGE= yes do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} Modified: head/deskutils/etask/Makefile ============================================================================== --- head/deskutils/etask/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/etask/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: etask -# Date created: 15 December 2004 -# Whom: Dryice Liu -# +# Created by: Dryice Liu # $FreeBSD$ -# PORTNAME= etask PORTVERSION= 0.3.91 @@ -33,6 +29,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}a PORTDOCS= etasktut.pdf gpl.txt README .endif +NO_STAGE= yes do-build: cd ${WRKSRC}; ${EMACS_NAME} -batch -no-site-file\ --eval="(add-to-list 'load-path \"${WRKSRC}\")"\ Modified: head/deskutils/everygui/Makefile ============================================================================== --- head/deskutils/everygui/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/everygui/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -1,7 +1,4 @@ -# New ports collection makefile for: everygui -# Date Created: 09 Jan 2006 -# Whom: Remington Lang -# +# Created by: Remington Lang # $FreeBSD$ PORTNAME= everygui @@ -19,6 +16,7 @@ USE_GNOME= libglade2 pygnome2 WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "*.py" | ${XARGS} ${REINPLACE_CMD} -e\ 's,/usr/share,${PREFIX}/share,g' -e\ Modified: head/deskutils/evolution-jescs/Makefile ============================================================================== --- head/deskutils/evolution-jescs/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/evolution-jescs/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -1,10 +1,6 @@ -# New ports collection makefile for: evolution-jescs -# Date created: 08 September 2005 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.40 2009/11/28 05:58:58 mezz Exp $ -# PORTNAME= evolution-jescs PORTVERSION= 2.28.0 @@ -34,6 +30,7 @@ MAKE_JOBS_UNSAFE= yes EVO_VERSION= 2.28 PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" VERSION="2.28" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|libdir/bonobo/servers|prefix/libdata/bonobo/servers|g' \ ${WRKSRC}/configure Modified: head/deskutils/fbreader/Makefile ============================================================================== --- head/deskutils/fbreader/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/fbreader/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -47,6 +47,7 @@ MAKE_ENV+= TARGET_ARCH=desktop UI_TYPE=$ LD="${CXX}" MAKE_ARGS+= MAKE=${GMAKE} LIBDIR=${PREFIX}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^CFLAGS/s,-pipe.*$$,${CFLAGS} -DDO_ICONV_CAST -DLIBICONV_PLUG,' \ -e '/^CC/d;/^LD/d;/QTINCLUDE/s,-I.*$$,-I${QT_INCDIR},;s,libpng ,libpng15 ,' \ Modified: head/deskutils/fengoffice/Makefile ============================================================================== --- head/deskutils/fengoffice/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/fengoffice/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: opengoo -# Date created: 2009-08-19 -# Whom: Jose Alonso Cardenas Marquez -# +# Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ -# PORTNAME= fengoffice PORTVERSION= 2.0.0 @@ -28,6 +24,7 @@ SUB_FILES= pkg-message FENGOFFICE_DIR= www/${PORTNAME} FENGOFFICE_WWWDIR= ${PREFIX}/${FENGOFFICE_DIR} +NO_STAGE= yes post-extract: @${MKDIR} ${WRKDIR}/${PORTNAME}-docs @${MV} ${WRKSRC}/readme.txt ${WRKDIR}/${PORTNAME}-docs/README Modified: head/deskutils/fet/Makefile ============================================================================== --- head/deskutils/fet/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/fet/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -31,6 +31,7 @@ DESKTOP_ENTRIES="FET" \ "Education;Qt;" \ true +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/deskutils/freemind/Makefile ============================================================================== --- head/deskutils/freemind/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/freemind/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -30,6 +30,7 @@ ZIP_CMD= zip SUB_FILES= freemind.sh +NO_STAGE= yes do-build: (cd ${WRKSRC}; \ ${UNZIP_CMD} lib/freemind.jar freemind.properties; \ Modified: head/deskutils/fusenshi/Makefile ============================================================================== --- head/deskutils/fusenshi/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/fusenshi/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -24,6 +24,7 @@ MAKE_ARGS+= WITHOUT_SSL=yes LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls .endif +NO_STAGE= yes post-install: @${STRIP_CMD} ${PREFIX}/bin/fusenshi Modified: head/deskutils/gaddr/Makefile ============================================================================== --- head/deskutils/gaddr/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gaddr/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes USE_GNOME= gtk12 WANT_GNOME= yes +NO_STAGE= yes .include .if ${HAVE_GNOME:Mgnomelibs}!="" Modified: head/deskutils/ganttproject/Makefile ============================================================================== --- head/deskutils/ganttproject/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/ganttproject/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -22,6 +22,7 @@ CPIOARGS= --quiet -pdum -R SUB_FILES= ${PORTNAME}.sh +NO_STAGE= yes .include do-install: Modified: head/deskutils/ganyremote/Makefile ============================================================================== --- head/deskutils/ganyremote/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/ganyremote/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -23,6 +23,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include post-patch: Modified: head/deskutils/gbirthday/Makefile ============================================================================== --- head/deskutils/gbirthday/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gbirthday/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -20,6 +20,7 @@ USE_XZ= yes USE_PYTHON_RUN= -2.7 USE_GNOME= pygtk2 desktopfileutils +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/deskutils/gcal/Makefile ============================================================================== --- head/deskutils/gcal/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gcal/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -16,6 +16,7 @@ CONFIGURE_ENV= MAKEINFO="makeinfo --no-s INFO= gcal #MAN1= gcal.1 gcal2txt.1 tcal.1 txt2gcal.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/deskutils/gcalcli/Makefile ============================================================================== --- head/deskutils/gcalcli/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gcalcli/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -21,6 +21,7 @@ NO_BUILD= yes PLIST_FILES= bin/gcalcli +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,/usr/bin/python2,${SETENV} python," ${WRKSRC}/${PORTNAME} Modified: head/deskutils/gdesklets-recentlyused/Makefile ============================================================================== --- head/deskutils/gdesklets-recentlyused/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gdesklets-recentlyused/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -22,6 +22,7 @@ SUB_FILES= pkg-message DATADIR= ${PREFIX}/share/gdesklets NAME= RecentlyUsed +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR}/Displays/${NAME} ${INSTALL_DATA} ${WRKSRC}/*.display ${DATADIR}/Displays/${NAME} Modified: head/deskutils/gdesklets-starterbar/Makefile ============================================================================== --- head/deskutils/gdesklets-starterbar/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gdesklets-starterbar/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -24,6 +24,7 @@ NAME= StarterBar LANG= ca cs de en_CA en_GB es fr hr nl pt pt_BR sq sr sr@Latn sv +NO_STAGE= yes do-build: @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} Modified: head/deskutils/gdesklets/Makefile ============================================================================== --- head/deskutils/gdesklets/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gdesklets/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -30,6 +30,7 @@ MAN1= ${PORTNAME}.1 CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGDBM} Modified: head/deskutils/genius/Makefile ============================================================================== --- head/deskutils/genius/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/genius/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -29,6 +29,7 @@ USE_LDCONFIG= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/deskutils/gimmie/Makefile ============================================================================== --- head/deskutils/gimmie/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gimmie/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -26,6 +26,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/deskutils/gkrellm-reminder2/Makefile ============================================================================== --- head/deskutils/gkrellm-reminder2/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gkrellm-reminder2/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -22,6 +22,7 @@ USE_GNOME= gtk20 PLIST_FILES= libexec/gkrellm2/plugins/reminder.so PORTDOCS= README +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/reminder.so ${PREFIX}/libexec/gkrellm2/plugins/ Modified: head/deskutils/glabels/Makefile ============================================================================== --- head/deskutils/glabels/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/glabels/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -24,6 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= glabels.1 +NO_STAGE= yes .include .if ${HAVE_GNOME:Mevolutiondataserver}!="" Modified: head/deskutils/glipper/Makefile ============================================================================== --- head/deskutils/glipper/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/glipper/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -20,6 +20,7 @@ CONFIGURE_ARGS= --libdir=${PREFIX}/libex GCONF_SCHEMAS= glipper.schemas +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|glib/gtypes.h|glib.h|g' \ ${WRKSRC}/glipper/keybinder/tomboykeybinder.h Modified: head/deskutils/global-menu/Makefile ============================================================================== --- head/deskutils/global-menu/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/global-menu/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -26,6 +26,7 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= XFCE4_PANEL NLS XFCE4_PANEL_DESC= Xfce panel applet +NO_STAGE= yes .include .if ${PORT_OPTIONS:MXFCE4_PANEL} Modified: head/deskutils/gmcal/Makefile ============================================================================== --- head/deskutils/gmcal/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gmcal/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gmcal -# Date created: Mon Oct 15 09:09:46 GMT 2001 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= gmcal PORTVERSION= 0.0.1 @@ -22,6 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/gmcal USE_GNOME= gtk12 +NO_STAGE= yes post-extract: ${CHMOD} a-x ${WRKSRC}/* Modified: head/deskutils/gnochm/Makefile ============================================================================== --- head/deskutils/gnochm/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gnochm/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -24,6 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= gnochm.schemas INSTALLS_OMF= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$(prefix)/share/man|$(prefix)/man|' ${WRKSRC}/data/Makefile.in Modified: head/deskutils/gnome-blog/Makefile ============================================================================== --- head/deskutils/gnome-blog/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gnome-blog/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -22,4 +22,5 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= gnomeblog.schemas +NO_STAGE= yes .include Modified: head/deskutils/gnome-main-menu/Makefile ============================================================================== --- head/deskutils/gnome-main-menu/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gnome-main-menu/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -24,6 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= application-browser.schemas slab.schemas +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|glib/gmacros.h|glib.h|g' \ -e 's|glib/gfileutils.h|glib.h|g' \ Modified: head/deskutils/gnome-utils/Makefile ============================================================================== --- head/deskutils/gnome-utils/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gnome-utils/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -37,6 +37,7 @@ GCONF_SCHEMAS= gnome-dictionary.schemas gnome-search-tool.schemas baobab.schemas \ gnome-system-log.schemas +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' \ ${WRKSRC}/gsearchtool/libgnomeui-deprecated/Makefile.in Modified: head/deskutils/gnote/Makefile ============================================================================== --- head/deskutils/gnote/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gnote/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -46,6 +46,7 @@ PLIST_SUB+= APPLET="@comment " PLIST_SUB+= VERSION=${PORTVERSION} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/include/boost|${LOCALBASE}/include/boost|g' \ ${WRKSRC}/configure Modified: head/deskutils/gnotime/Makefile ============================================================================== --- head/deskutils/gnotime/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gnotime/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -41,6 +41,7 @@ QOF_WRKSRC= ${WRKDIR}/${QOF_DISTNAME} LIBQOF_CFLAGS= -I${QOF_WRKSRC}/qof LIBQOF_LIBS= -L${QOF_WRKSRC}/qof/.libs -lqof +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^AM_CFLAGS =/s|-g||' ${WRKSRC}/src/Makefile.in Modified: head/deskutils/gnustep-notebook/Makefile ============================================================================== --- head/deskutils/gnustep-notebook/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gnustep-notebook/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -19,4 +19,5 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes +NO_STAGE= yes .include Modified: head/deskutils/gnustep-wrapper/Makefile ============================================================================== --- head/deskutils/gnustep-wrapper/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gnustep-wrapper/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -25,6 +25,7 @@ ADDITIONAL_LIB_DIRS+= -L${WRKSRC}/libGSW MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM MAKE_FLAGS+= debug=no +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|cp -u|#cp -p|' \ ${WRKSRC}/WrapperFactory/GNUmakefile.postamble Modified: head/deskutils/google-gadgets/Makefile ============================================================================== --- head/deskutils/google-gadgets/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/google-gadgets/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -53,6 +53,7 @@ QT_DESC= Build Qt Host GTKWEBKIT_DESC= Build with GTK Webkit support MOZILLA_DESC= Build with Mozilla support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MQT} Modified: head/deskutils/gourmet/Makefile ============================================================================== --- head/deskutils/gourmet/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gourmet/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -30,6 +30,7 @@ USE_GNOME= pygnome2 pygnomeextras pygtk2 USE_PYTHON= -2.7 USE_PYDISTUTILS=yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ ${WRKSRC}/gourmet/backends/db.py \ Modified: head/deskutils/griffith/Makefile ============================================================================== --- head/deskutils/griffith/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/griffith/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -33,6 +33,7 @@ NO_BUILD= yes MANLANG= "" pl pt MAN1= ${PORTNAME}.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MLXML} Modified: head/deskutils/growl-for-linux/Makefile ============================================================================== --- head/deskutils/growl-for-linux/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/growl-for-linux/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -25,6 +25,7 @@ LIBNOTIFY_DESC= Use notify-osd for libno USES= pkgconfig +NO_STAGE= yes .include .if ${PORT_OPTIONS:MLIBNOTIFY} Modified: head/deskutils/gruler/Makefile ============================================================================== --- head/deskutils/gruler/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gruler/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -16,6 +16,7 @@ USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=""||' ${WRKSRC}/configure Modified: head/deskutils/gtg/Makefile ============================================================================== --- head/deskutils/gtg/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gtg/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -29,6 +29,7 @@ OPTIONS_DEFINE= CHEETAH CHEETAH_DESC= Needed for export plugin to work OPTIONS_EXCLUDE=NLS DOCS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCHEETAH} Modified: head/deskutils/gtimer/Makefile ============================================================================== --- head/deskutils/gtimer/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gtimer/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -24,6 +24,7 @@ MAN1= ${PORTNAME}.1 CPPFLAGS+= -I${LOCALBASE}/include -Wno-return-type LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|1.1.7|${PORTVERSION}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|"sensible-browser"|"xdg-open"|g' ${WRKSRC}/config.h Modified: head/deskutils/gtkjournal/Makefile ============================================================================== --- head/deskutils/gtkjournal/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gtkjournal/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -29,4 +29,5 @@ USE_LDCONFIG= yes MAN1= ${PORTNAME}.1 +NO_STAGE= yes .include Modified: head/deskutils/gtodo/Makefile ============================================================================== --- head/deskutils/gtodo/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gtodo/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -17,4 +17,5 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= gtodo.schemas +NO_STAGE= yes .include Modified: head/deskutils/gtweakui/Makefile ============================================================================== --- head/deskutils/gtweakui/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gtweakui/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -22,6 +22,7 @@ DESKTOP_FILES= gtweakui-galeon.desktop.i gtweakui-nautilus.desktop.in \ gtweakui-session.desktop.in +NO_STAGE= yes post-patch: .for FILE in ${DESKTOP_FILES} @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \ Modified: head/deskutils/gucharmap/Makefile ============================================================================== --- head/deskutils/gucharmap/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gucharmap/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -26,4 +26,5 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= gucharmap.schemas +NO_STAGE= yes .include Modified: head/deskutils/gworkspace-clipbook/Makefile ============================================================================== --- head/deskutils/gworkspace-clipbook/Makefile Fri Sep 20 16:13:47 2013 (r327717) +++ head/deskutils/gworkspace-clipbook/Makefile Fri Sep 20 16:21:37 2013 (r327718) @@ -20,4 +20,5 @@ USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/GWorkspace-${PORTVERSION}/ClipBook MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM +NO_STAGE= yes .include Modified: head/deskutils/gworkspace-gwmetadata/Makefile ============================================================================== --- head/deskutils/gworkspace-gwmetadata/Makefile Fri Sep 20 16:13:47 2013 (r327717) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 16:32:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7D5508E0; Fri, 20 Sep 2013 16:32:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 67C5521F7; Fri, 20 Sep 2013 16:32:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KGWDFC097610; Fri, 20 Sep 2013 16:32:13 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KGVwKm097351; Fri, 20 Sep 2013 16:31:58 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201631.r8KGVwKm097351@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 16:31:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327719 - in head/dns: adns adsuck ares autotrust bind-tools bind96 bind98 bind99 bindgraph c-ares checkdns credns crossip curvedns ddclient ddns dhisd djbdns djbdns-tools dlint dnrd dn... 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.14 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: Fri, 20 Sep 2013 16:32:13 -0000 Author: bapt Date: Fri Sep 20 16:31:57 2013 New Revision: 327719 URL: http://svnweb.freebsd.org/changeset/ports/327719 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: dns) Modified: head/dns/adns/Makefile head/dns/adsuck/Makefile head/dns/ares/Makefile head/dns/autotrust/Makefile head/dns/bind-tools/Makefile head/dns/bind96/Makefile head/dns/bind98/Makefile head/dns/bind99/Makefile head/dns/bindgraph/Makefile head/dns/c-ares/Makefile head/dns/checkdns/Makefile head/dns/credns/Makefile head/dns/crossip/Makefile head/dns/curvedns/Makefile head/dns/ddclient/Makefile head/dns/ddns/Makefile head/dns/dhisd/Makefile head/dns/djbdns-tools/Makefile head/dns/djbdns/Makefile head/dns/dlint/Makefile head/dns/dnrd/Makefile head/dns/dns2tcp/Makefile head/dns/dns_balance/Makefile head/dns/dns_mre/Makefile head/dns/dnscap/Makefile head/dns/dnscheck/Makefile head/dns/dnscheckengine/Makefile head/dns/dnscrypt-proxy/Makefile head/dns/dnsdoctor/Makefile head/dns/dnsflood/Makefile head/dns/dnshijacker/Makefile head/dns/dnsjava/Makefile head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq/Makefile head/dns/dnsmax-perl/Makefile head/dns/dnsperf/Makefile head/dns/dnsproxy/Makefile head/dns/dnsreflector/Makefile head/dns/dnstop/Makefile head/dns/dnstracer/Makefile head/dns/dnsutl/Makefile head/dns/dnswalk/Makefile head/dns/dnswall/Makefile head/dns/doc/Makefile head/dns/dualserver/Makefile head/dns/ez-ipupdate/Makefile head/dns/fastresolve/Makefile head/dns/firedns/Makefile head/dns/fpdns/Makefile head/dns/gdnsd/Makefile head/dns/geta/Makefile head/dns/ghtool/Makefile head/dns/hesiod/Makefile head/dns/hostdb/Makefile head/dns/idnkit/Makefile head/dns/idnkit2/Makefile head/dns/inadyn-mt/Makefile head/dns/inadyn/Makefile head/dns/ipcheck/Makefile head/dns/knot/Makefile head/dns/ldapdns/Makefile head/dns/ldns/Makefile head/dns/ldnsm/Makefile head/dns/libbind/Makefile head/dns/libdjbdns/Makefile head/dns/libidn/Makefile head/dns/linux-f10-libasyncns/Makefile head/dns/maradns/Makefile head/dns/mdnsd/Makefile head/dns/mydns-ng/Makefile head/dns/mydns/Makefile head/dns/noip/Makefile head/dns/nsd/Makefile head/dns/nslint/Makefile head/dns/nsping/Makefile head/dns/nss_mdns/Makefile head/dns/nss_resinit/Makefile head/dns/odsclient/Makefile head/dns/opendd/Makefile head/dns/opendnssec/Makefile head/dns/opendnssec13/Makefile head/dns/openresolv/Makefile head/dns/p5-BIND-Conf_Parser/Makefile head/dns/p5-BIND-Config-Parser/Makefile head/dns/p5-DNS-Config/Makefile head/dns/p5-DNS-EasyDNS/Makefile head/dns/p5-DNS-Zone/Makefile head/dns/p5-DNS-ZoneParse/Makefile head/dns/p5-Data-Validate-Domain/Makefile head/dns/p5-Mozilla-PublicSuffix/Makefile head/dns/p5-Net-Amazon-Route53/Makefile head/dns/p5-Net-Bonjour/Makefile head/dns/p5-Net-DNS-Async/Makefile head/dns/p5-Net-DNS-Check/Makefile head/dns/p5-Net-DNS-Codes/Makefile head/dns/p5-Net-DNS-Lite/Makefile head/dns/p5-Net-DNS-RR-SRV-Helper/Makefile head/dns/p5-Net-DNS-Resolver-Programmable/Makefile head/dns/p5-Net-DNS-SEC/Makefile head/dns/p5-Net-DNS-TestNS/Makefile head/dns/p5-Net-DNS-ToolKit/Makefile head/dns/p5-Net-DNS-Zone-Parser/Makefile head/dns/p5-Net-DNS-ZoneCheck/Makefile head/dns/p5-Net-DNS-ZoneFile-Fast/Makefile head/dns/p5-Net-DNS/Makefile head/dns/p5-Net-DNSBL-MultiDaemon/Makefile head/dns/p5-Net-DNSBL-Statistics/Makefile head/dns/p5-Net-DRI/Makefile head/dns/p5-Net-Domain-ExpireDate/Makefile head/dns/p5-Net-Domain-TLD/Makefile head/dns/p5-Net-LibIDN/Makefile head/dns/p5-Net-Nslookup/Makefile head/dns/p5-Net-RBLClient/Makefile head/dns/p5-POE-Component-Client-DNS-Recursive/Makefile head/dns/p5-POE-Component-Client-DNS/Makefile head/dns/p5-POE-Component-Client-DNSBL/Makefile head/dns/p5-POE-Component-Resolver/Makefile head/dns/p5-POE-Component-Server-DNS/Makefile head/dns/p5-POE-Filter-DNS-TCP/Makefile head/dns/p5-Stanford-DNSserver/Makefile head/dns/p5-Tie-DNS/Makefile head/dns/p5-pgeodns/Makefile head/dns/pdnsd/Makefile head/dns/pear-File_DNS/Makefile head/dns/pear-Net_DNS/Makefile head/dns/pear-Net_DNS2/Makefile head/dns/posadis/Makefile head/dns/poweradmin/Makefile head/dns/powerdns-devel/Makefile head/dns/powerdns-recursor/Makefile head/dns/powerdns/Makefile head/dns/py-adns/Makefile head/dns/py-dns/Makefile head/dns/py-dnspython/Makefile head/dns/py-easyzone/Makefile head/dns/py-idnkit2/Makefile head/dns/py-ldns/Makefile head/dns/py-namebench/Makefile head/dns/py-publicsuffix/Makefile head/dns/py-twistedNames/Makefile head/dns/radns/Makefile head/dns/rbldnsd/Makefile head/dns/rbllookup-ng/Makefile head/dns/rbllookup/Makefile head/dns/rubygem-dnsruby/Makefile head/dns/rubygem-net-dns/Makefile head/dns/rubygem-public_suffix/Makefile head/dns/rubygem-public_suffix_service/Makefile head/dns/samba-nsupdate/Makefile head/dns/scavenge/Makefile head/dns/sheerdns/Makefile head/dns/skadns/Makefile head/dns/sleuth/Makefile head/dns/sshfp/Makefile head/dns/tinystats/Makefile head/dns/totd/Makefile head/dns/udns/Makefile head/dns/unbound/Makefile head/dns/updatedd/Makefile head/dns/validns/Makefile head/dns/vizone/Makefile head/dns/walker/Makefile head/dns/zkt/Makefile head/dns/zonecheck/Makefile head/dns/zonenotify/Makefile Modified: head/dns/adns/Makefile ============================================================================== --- head/dns/adns/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/adns/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -20,6 +20,7 @@ PLIST_SUB+= LIBVERSION="${LIBVERSION}" DOCS= COPYING GPL-vs-LGPL INSTALL LICENCE.WAIVERS README README.html TODO changelog +NO_STAGE= yes .include post-install: Modified: head/dns/adsuck/Makefile ============================================================================== --- head/dns/adsuck/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/adsuck/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,7 +1,4 @@ -# New ports collection makefile for: adsuck -# Date created: 25 April 2011 -# Whom: Philippe Pepiot -# +# Created by: Philippe Pepiot # $FreeBSD$ PORTNAME= adsuck @@ -30,6 +27,7 @@ SUB_FILES+= pkg-message MAN8= adsuck.8 MANCOMPRESSED= yes +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/adsuck ${PREFIX}/sbin/ @${INSTALL_MAN} ${WRKSRC}/${MAN8}.gz ${MANPREFIX}/man/man8/ Modified: head/dns/ares/Makefile ============================================================================== --- head/dns/ares/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/ares/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ares -# Date created: 8 September 2003 -# Whom: roam@FreeBSD.org -# +# Created by: roam@FreeBSD.org # $FreeBSD$ -# PORTNAME= ares PORTVERSION= 1.1.1 @@ -28,4 +24,5 @@ MAN3= ares_destroy.3 ares_expand_name.3 PLIST_FILES= include/ares.h lib/libares.a +NO_STAGE= yes .include Modified: head/dns/autotrust/Makefile ============================================================================== --- head/dns/autotrust/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/autotrust/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: autotrust -# Date created: 2010-01-09 -# Whom: Jaap Akkerhuis -# +# Created by: Jaap Akkerhuis # $FreeBSD$ -# PORTNAME= autotrust PORTVERSION= 0.3.1 @@ -27,6 +23,7 @@ PLIST_FILES= sbin/autotrust \ etc/autotrust/autotrust.conf.sample PLIST_DIRS= etc/autotrust +NO_STAGE= yes do-patch: ${REINPLACE_CMD} \ '45s!=!\?=!; \ Modified: head/dns/bind-tools/Makefile ============================================================================== --- head/dns/bind-tools/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/bind-tools/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -17,6 +17,7 @@ BIND_TOOLS_SLAVE= YES MAN1= dig.1 host.1 nslookup.1 +NO_STAGE= yes post-patch: @${MV} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.presed @${SED} -e 's#^SUBDIRS.*#SUBDIRS = lib bin#' \ Modified: head/dns/bind96/Makefile ============================================================================== --- head/dns/bind96/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/bind96/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -47,6 +47,7 @@ DLZ_LDAP_DESC= DLZ LDAP driver DLZ_FILESYSTEM_DESC= DLZ filesystem driver DLZ_STUB_DESC= DLZ stub driver +NO_STAGE= yes .include .if (${ARCH} == "amd64") Modified: head/dns/bind98/Makefile ============================================================================== --- head/dns/bind98/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/bind98/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -50,6 +50,7 @@ DLZ_LDAP_DESC= DLZ LDAP driver DLZ_FILESYSTEM_DESC= DLZ filesystem driver DLZ_STUB_DESC= DLZ stub driver +NO_STAGE= yes .include .if (${ARCH} == "amd64") Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/bind99/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -59,6 +59,7 @@ DLZ_STUB_DESC= DLZ stub driver CONFLICTS+= bind-tools-9.* .endif # BIND_TOOLS_SLAVE +NO_STAGE= yes .include .if (${ARCH} == "amd64") Modified: head/dns/bindgraph/Makefile ============================================================================== --- head/dns/bindgraph/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/bindgraph/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -31,6 +31,7 @@ DOCS= README ChangeLog PORTDOCS= ${DOCS} .endif +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "You may set following options:" Modified: head/dns/c-ares/Makefile ============================================================================== --- head/dns/c-ares/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/c-ares/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -26,6 +26,7 @@ CONFLICTS= ares-1.* MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCONFIG_INFO} Modified: head/dns/checkdns/Makefile ============================================================================== --- head/dns/checkdns/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/checkdns/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: checkdns -# Date created: 9 May 2005 -# Whom: Ozkan KIRIK -# +# Created by: Ozkan KIRIK # $FreeBSD$ -# PORTNAME= checkdns PORTVERSION= 0.5 @@ -20,6 +16,7 @@ SUB_FILES= pkg-message PORTDOCS= AUTHORS COPYING ChangeLog INSTALL README THANKS TODO +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/main.c \ ${WRKSRC}/INSTALL ${WRKSRC}/README ${WRKSRC}/checkdns.conf-dist Modified: head/dns/credns/Makefile ============================================================================== --- head/dns/credns/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/credns/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -47,6 +47,7 @@ CHECKING_DESC= Internal runtime checks MMAP_DESC= Use mmap instead of malloc(experimental) MAXIPS_DESC= Raise max-ips from 8 to ${NSDMAX_IPS} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MROOT_SERVER} Modified: head/dns/crossip/Makefile ============================================================================== --- head/dns/crossip/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/crossip/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -20,6 +20,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} SUB_FILES= crossip.sh +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE.txt ${DATADIR} Modified: head/dns/curvedns/Makefile ============================================================================== --- head/dns/curvedns/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/curvedns/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: curvedns -# Date created: 11 Januari 2011 -# Whom: Leo Vandewoestijne -# +# Created by: Leo Vandewoestijne # $FreeBSD$ -# PORTNAME= curvedns PORTVERSION= 0.88.b @@ -30,6 +26,7 @@ CURVE_GID= 53 SUB_FILES= pkg-message +NO_STAGE= yes .include .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" Modified: head/dns/ddclient/Makefile ============================================================================== --- head/dns/ddclient/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/ddclient/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -21,6 +21,7 @@ USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= SSL OPTIONS_DEFAULT=SSL +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSSL} Modified: head/dns/ddns/Makefile ============================================================================== --- head/dns/ddns/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/ddns/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -20,6 +20,7 @@ SUB_FILES= pkg-message PLIST_FILES= sbin/ddns-server sbin/ddns-client \ etc/ddns_client.conf.sample etc/ddns_server.conf.sample +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ddns-client ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/ddns-server ${PREFIX}/sbin Modified: head/dns/dhisd/Makefile ============================================================================== --- head/dns/dhisd/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dhisd/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dhisd -# Date created: Sun Feb 25 21:13:59 CET 2001 -# Whom: Bas Kruit -# +# Created by: Bas Kruit # $FreeBSD$ -# PORTNAME= dhisd PORTVERSION= 5.1 @@ -21,6 +17,7 @@ LDFLAGS+= -L${PREFIX}/lib DOCFILES= CONTRIBUTORS COPYRIGHT INSTALL MODULES README +NO_STAGE= yes post-patch: ${CP} ${FILESDIR}/dhisd.sh ${WRKSRC}/dhisd.sh cd ${WRKSRC} && ${REINPLACE_CMD} -e "s^__PREFIX__^${PREFIX}^g" \ Modified: head/dns/djbdns-tools/Makefile ============================================================================== --- head/dns/djbdns-tools/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/djbdns-tools/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: djbdns-tools -# Date created: 2004-09-16 -# Whom: Sergei Kolobov -# +# Created by: Sergei Kolobov # $FreeBSD$ -# PORTNAME= djbdns PORTVERSION= 1.05 @@ -28,6 +24,7 @@ MAN1= dnsfilter.1 dnsip.1 dnsipq.1 dnsm ALL_TARGET= it +NO_STAGE= yes do-patch: @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc @${ECHO_CMD} "${CC} ${STRIP}" > ${WRKSRC}/conf-ld Modified: head/dns/djbdns/Makefile ============================================================================== --- head/dns/djbdns/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/djbdns/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -28,6 +28,7 @@ SRV_DESC= SRV record patch by Michael Ha DNSCURVE_DESC= DNSCurve support by Matthew Dempsky ADD_USERS_DESC= Add dnscache, tinydns and dnslog users/groups +NO_STAGE= yes .include .if ${PORT_OPTIONS:MADD_USERS} Modified: head/dns/dlint/Makefile ============================================================================== --- head/dns/dlint/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dlint/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: dlint -# Date created: Wed Dec 23, 1998 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= dlint PORTVERSION= 1.4.0 @@ -19,6 +14,7 @@ COMMENT= Lint for DNS zones (Domain Name NO_BUILD= yes MAN8= dlint.8 +NO_STAGE= yes do-configure: @${REINPLACE_CMD} -e 's:/usr/local/bin:${PREFIX}/sbin:g' ${WRKSRC}/dlint @${SED} -e 's:DLINT 1:DLINT 8:g' ${WRKSRC}/dlint.1 >${WRKSRC}/dlint.8 Modified: head/dns/dnrd/Makefile ============================================================================== --- head/dns/dnrd/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dnrd/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -31,6 +31,7 @@ DNRD_DIR?= ${ETCDIR} SUB_FILES= pkg-install SUB_LIST+= DNRD_DIR=${DNRD_DIR} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MTCP} Modified: head/dns/dns2tcp/Makefile ============================================================================== --- head/dns/dns2tcp/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dns2tcp/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dns2tcp -# Date created: 2008-11-23 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= dns2tcp PORTVERSION= 0.5.2 @@ -18,4 +14,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/dns2tcpc bin/dns2tcpd MAN1= dns2tcpc.1 dns2tcpd.1 +NO_STAGE= yes .include Modified: head/dns/dns_balance/Makefile ============================================================================== --- head/dns/dns_balance/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dns_balance/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# Ports collection makefile for: DNS Balance -# Date created: 5 March 2001 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= dns_balance PORTVERSION= 2.0 @@ -36,6 +32,7 @@ LIBS= as_search.rb \ PLIST_SUB+= ETCDIR=${ETCDIR} SUB_LIST+= RUBY=${RUBY} +NO_STAGE= yes post-patch: ${SED} -E -e "s,%%PREFIX%%,${PREFIX},g" \ -e "s,%%PORTNAME%%,${PORTNAME},g" \ Modified: head/dns/dns_mre/Makefile ============================================================================== --- head/dns/dns_mre/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dns_mre/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -15,6 +15,7 @@ NO_WRKSUBDIR= Yes PLIST_FILES= bin/dns_mre +NO_STAGE= yes do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -Wall main.c dns_mre.c -o dns_mre Modified: head/dns/dnscap/Makefile ============================================================================== --- head/dns/dnscap/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dnscap/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,8 +1,4 @@ -# -# Ports collection makefile for: dns/dnscap -# Whom: Edwin Groothuis -# Date created: 2008-09-17 -# +# Created by: Edwin Groothuis # $FreeBSD$ PORTNAME= dnscap @@ -18,6 +14,7 @@ HAS_CONFIGURE= yes MAN1= dnscap.1 PLIST_FILES= bin/dnscap +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dnscap ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/dnscap.1 ${PREFIX}/man/man1 Modified: head/dns/dnscheck/Makefile ============================================================================== --- head/dns/dnscheck/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dnscheck/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -13,6 +13,7 @@ USES= perl5 PLIST_FILES= bin/dnscheck +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|^#!/usr/bin/perl |#!${PERL} |' ${WRKSRC}/dnscheck.pl Modified: head/dns/dnscheckengine/Makefile ============================================================================== --- head/dns/dnscheckengine/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dnscheckengine/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -39,6 +39,7 @@ SUB_FILES= pkg-install pkg-deinstall pkg OPTIONS_DEFINE= MYSQL DOCS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MMYSQL} Modified: head/dns/dnscrypt-proxy/Makefile ============================================================================== --- head/dns/dnscrypt-proxy/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dnscrypt-proxy/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -28,6 +28,7 @@ PORTDOCS= AUTHORS COPYING ChangeLog INST OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include pre-install: Modified: head/dns/dnsdoctor/Makefile ============================================================================== --- head/dns/dnsdoctor/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dnsdoctor/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -32,6 +32,7 @@ PLIST_SUB+= DNSDOCTOR_CGI="" .else PLIST_SUB+= DNSDOCTOR_CGI="@comment " +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "Use WITH_DNSDOCTOR_CGI=yes to install with CGI support" .endif Modified: head/dns/dnsflood/Makefile ============================================================================== --- head/dns/dnsflood/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dnsflood/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dnsflood -# Date created: 17.10.2003 -# Whom: krion -# +# Created by: krion # $FreeBSD$ -# PORTNAME= dnsflood PORTVERSION= 1.20 @@ -24,6 +20,7 @@ PLIST_FILES= sbin/dns_flood_detector USE_RC_SUBR= dnsflood PORTDOCS= README +NO_STAGE= yes pre-patch: @${LN} -sf ${WRKSRC}/makefiles/Makefile-FreeBSD ${WRKSRC}/Makefile Modified: head/dns/dnshijacker/Makefile ============================================================================== --- head/dns/dnshijacker/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dnshijacker/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dnshijacker -# Date created: 2004-10-19 -# Whom: lx@redundancy.redundancy.org -# +# Created by: lx@redundancy.redundancy.org # $FreeBSD$ -# PORTNAME= dnshijacker PORTVERSION= 1.3 @@ -26,6 +22,7 @@ LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet1 PORTDOCS= README .endif +NO_STAGE= yes do-build: cd ${WRKSRC} && \ ${CC} ${PORTNAME}.c ${CFLAGS} -I${LOCALBASE}/include \ Modified: head/dns/dnsjava/Makefile ============================================================================== --- head/dns/dnsjava/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dnsjava/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -17,6 +17,7 @@ ALL_TARGET= jar OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include .if ${PORT_OPTIONS:MEXAMPLES} Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dnsmasq-devel/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -33,6 +33,7 @@ NLS_DESC= National Language Support (NLS IDN_DESC= International Domain Names (IDN) WITHOUT NLS LUA_DESC= Support lease-change scripts in LUA +NO_STAGE= yes .include .if empty(PORT_OPTIONS:MIPV6) Modified: head/dns/dnsmasq/Makefile ============================================================================== --- head/dns/dnsmasq/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dnsmasq/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -32,6 +32,7 @@ NLS_DESC= National Language Support (NLS IDN_DESC= International Domain Names (IDN) WITHOUT NLS LUA_DESC= Support lease-change scripts in LUA +NO_STAGE= yes .include .if empty(PORT_OPTIONS:MIPV6) Modified: head/dns/dnsmax-perl/Makefile ============================================================================== --- head/dns/dnsmax-perl/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dnsmax-perl/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -21,6 +21,7 @@ USES= perl5 PLIST_FILES= bin/dnsmax-perl PORTDOCS= LICENSE INSTALL README +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/dnsmax.pl ${PREFIX}/bin/dnsmax-perl .if !defined(NOPORTDOCS) Modified: head/dns/dnsperf/Makefile ============================================================================== --- head/dns/dnsperf/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dnsperf/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -28,6 +28,7 @@ CFLAGS+= -I. OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT=DOCS +NO_STAGE= yes .include # This is a workaround for broken isc/stat.h. Modified: head/dns/dnsproxy/Makefile ============================================================================== --- head/dns/dnsproxy/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dnsproxy/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dnsproxy -# Date created: 14 January 2004 -# Whom: Clement Laforet -# +# Created by: Clement Laforet # $FreeBSD$ -# PORTNAME= dnsproxy PORTVERSION= 1.16 @@ -25,6 +21,7 @@ PLIST_FILES= sbin/dnsproxy etc/${PORTNAM SUB_FILES= pkg-message PLIST_DIRS= %%ETCDIR%% +NO_STAGE= yes .include do-install: Modified: head/dns/dnsreflector/Makefile ============================================================================== --- head/dns/dnsreflector/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dnsreflector/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dnsreflector -# Date created: May 30 2009 -# Whom: ismail.yenigul@endersys.com.tr -# +# Created by: ismail.yenigul@endersys.com.tr # $FreeBSD$ -# PORTNAME= dnsreflector PORTVERSION= 1.02 @@ -20,6 +16,7 @@ PORTDOCS= README PLIST_FILES= sbin/dnsreflector +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dnsreflector ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/dnsreflector.1 ${MANPREFIX}/man/man1/ Modified: head/dns/dnstop/Makefile ============================================================================== --- head/dns/dnstop/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dnstop/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dnstop -# Date created: 31 October 2002 -# Whom: fenner -# +# Created by: fenner # $FreeBSD$ -# PORTNAME= dnstop PORTVERSION= 20121017 @@ -21,6 +17,7 @@ GNU_CONFIGURE= yes MAN8= dnstop.8 PLIST_FILES= bin/dnstop +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/dnstop.8 ${PREFIX}/man/man8/ Modified: head/dns/dnstracer/Makefile ============================================================================== --- head/dns/dnstracer/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dnstracer/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -18,6 +18,7 @@ PLIST_FILES= bin/dnstracer OPTIONS_DEFINE= IPV6 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIPV6} Modified: head/dns/dnsutl/Makefile ============================================================================== --- head/dns/dnsutl/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dnsutl/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# Ports collection makefile for: dnsutl -# Date created: Nov 05, 1998 -# Whom: Karl Dietz (Karl.Dietz@frankfurt.netsurf.de) -# +# Created by: Karl Dietz (Karl.Dietz@frankfurt.netsurf.de) # $FreeBSD$ -# PORTNAME= dnsutl PORTVERSION= 1.11 @@ -22,4 +18,5 @@ MAN1= dns-boot-check.1 dns-bootp.1 dns- dns-ethers.1 dns-filter.1 dns-hosts-import.1 \ dns-hosts.1 dns-license.1 dns-ng.1 dns-rev.1 +NO_STAGE= yes .include Modified: head/dns/dnswalk/Makefile ============================================================================== --- head/dns/dnswalk/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dnswalk/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -18,6 +18,7 @@ USES= perl5 MAN1= dnswalk.1 +NO_STAGE= yes pre-configure: ${MV} -f ${WRKDIR}/dnswalk ${WRKDIR}/dnswalk.orig ${SED} -e "s#/usr/contrib/bin/perl#${PERL5}#"\ Modified: head/dns/dnswall/Makefile ============================================================================== --- head/dns/dnswall/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dnswall/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -25,6 +25,7 @@ AUTOTOOLSFILES= aclocal.m4 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-patch: Modified: head/dns/doc/Makefile ============================================================================== --- head/dns/doc/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/doc/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: doc -# Date created: 28 November 1999 -# Whom: MIHIRA Yoshiro -# +# Created by: MIHIRA Yoshiro # $FreeBSD$ -# PORTNAME= doc PORTVERSION= 2.2.3 @@ -22,6 +18,7 @@ AUX_FILES= doc-1.awk doc-3.awk doc-4.awk MAN8= doc.8 +NO_STAGE= yes do-build: @${MV} ${WRKSRC}/doc ${WRKSRC}/doc.org @${SED} -e 's|$${PREFIX}|${PREFIX}|g' -e 's|$${AUX_DIR}|${AUX_DIR}|g' ${WRKSRC}/doc.org \ Modified: head/dns/dualserver/Makefile ============================================================================== --- head/dns/dualserver/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/dualserver/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -15,6 +15,7 @@ USE_DOS2UNIX= yes USE_RC_SUBR= dualserver PLIST_FILES= sbin/dualserver etc/dualserver.conf.sample +NO_STAGE= yes post-extract: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} Modified: head/dns/ez-ipupdate/Makefile ============================================================================== --- head/dns/ez-ipupdate/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/ez-ipupdate/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ez-ipupdate -# Date created: 24 July 2002 -# Whom: se -# +# Created by: se # $FreeBSD$ -# PORTNAME= ez-ipupdate PORTVERSION= 3.0.11b8 @@ -19,6 +15,7 @@ COMMENT= Update your host name on any dy USE_RC_SUBR= ez-ipupdate GNU_CONFIGURE= yes +NO_STAGE= yes post-install: ${MKDIR} ${PREFIX}/share/examples/${PORTNAME} for f in ${WRKSRC}/example-*.conf; \ Modified: head/dns/fastresolve/Makefile ============================================================================== --- head/dns/fastresolve/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/fastresolve/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -31,6 +31,7 @@ MAN1= dns-terror.1 btree-dump.1 convert- expire-ip-db.1 getdominfo.1 rebuild-dom-db.1 rebuild-ip-db.1 \ reresolve.1 make-report.1 +NO_STAGE= yes .include post-install: Modified: head/dns/firedns/Makefile ============================================================================== --- head/dns/firedns/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/firedns/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: firedns -# Date created: Sun 12 May 22:30:00 WST 2002 -# Whom: Dean Hollister -# +# Created by: Dean Hollister # $FreeBSD$ -# PORTNAME= firedns PORTVERSION= 0.9.12 @@ -41,6 +37,7 @@ MAN3= firedns_aton4.3 firedns_aton6.3 f firedns_resolvetxt.3 firedns_resolvetxtlist.3 \ libfiredns.3 +NO_STAGE= yes pre-configure: @-${RM} ${WRKSRC}/firemake/*.orig Modified: head/dns/fpdns/Makefile ============================================================================== --- head/dns/fpdns/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/fpdns/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -24,4 +24,5 @@ USE_PERL5= configure MAN1= fpdns.1 +NO_STAGE= yes .include Modified: head/dns/gdnsd/Makefile ============================================================================== --- head/dns/gdnsd/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/gdnsd/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -34,6 +34,7 @@ USE_RC_SUBR= gdnsd USERS?= gdnsd GROUPS?= gdnsd +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGEOIP} Modified: head/dns/geta/Makefile ============================================================================== --- head/dns/geta/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/geta/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -19,4 +19,5 @@ USE_PERL5= build NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/geta +NO_STAGE= yes .include Modified: head/dns/ghtool/Makefile ============================================================================== --- head/dns/ghtool/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/ghtool/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ghtool -# Date created: 19 September 2000 -# Whom: roam@orbitel.bg -# +# Created by: roam@orbitel.bg # $FreeBSD$ -# PORTNAME= ghtool PORTVERSION= 1.0 @@ -25,6 +21,7 @@ EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKSRC}/${SRC} PLIST_FILES= bin/gh +NO_STAGE= yes do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/${TGT} ${WRKSRC}/${SRC} Modified: head/dns/hesiod/Makefile ============================================================================== --- head/dns/hesiod/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/hesiod/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -32,6 +32,7 @@ MAN3= hesiod.3 hesiod_end.3 hesiod_free hesiod_free_string.3 hesiod_parse_result.3 MAN5= hesiod.conf.5 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIDN} Modified: head/dns/hostdb/Makefile ============================================================================== --- head/dns/hostdb/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/hostdb/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -15,6 +15,7 @@ NO_BUILD= yes HOSTDB_EXAMPLES_DIRS= example1/out example1/ example2 hiddenmaster HOSTDB_EXAMPLES_DIRS+= mailserverexample/out mailserverexample +NO_STAGE= yes .include pre-install: Modified: head/dns/idnkit/Makefile ============================================================================== --- head/dns/idnkit/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/idnkit/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: idnkit -# Date created: 19 March 2003 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= idnkit PORTVERSION= 1.0 @@ -36,6 +32,7 @@ MANCOMPRESSED= no DOCS_EN= ChangeLog NEWS README DOCS_JA= README.ja +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|mode=link $$(LD)|mode=link $$(CC)|' Modified: head/dns/idnkit2/Makefile ============================================================================== --- head/dns/idnkit2/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/idnkit2/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -33,6 +33,7 @@ MAN3= idn_checkname.3 idn_comparenames.3 MAN5= idn2.conf.5 idn2rc.5 idnalias.conf.5 idnlang.conf.5 MANCOMPRESSED= no +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB}|' \ ${WRKSRC}/configure Modified: head/dns/inadyn-mt/Makefile ============================================================================== --- head/dns/inadyn-mt/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/inadyn-mt/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -29,6 +29,7 @@ PLIST_FILES= bin/inadyn-mt etc/inadyn-mt OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include post-patch: Modified: head/dns/inadyn/Makefile ============================================================================== --- head/dns/inadyn/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/inadyn/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -27,6 +27,7 @@ PLIST_FILES= bin/inadyn OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-extract: Modified: head/dns/ipcheck/Makefile ============================================================================== --- head/dns/ipcheck/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/ipcheck/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ipcheck -# Date created: 24 Mar 2001 -# Whom: Mario Sergio Fujikawa Ferreira -# +# Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ -# PORTNAME= ipcheck PORTVERSION= 0.240 @@ -25,6 +21,7 @@ NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= bin/ipcheck.py +NO_STAGE= yes do-patch: @${SED} \ -e "s!/usr/bin/python!${LOCALBASE}/bin/python!" \ Modified: head/dns/knot/Makefile ============================================================================== --- head/dns/knot/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/knot/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -35,6 +35,7 @@ INFO= knot PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS +NO_STAGE= yes .include post-install: Modified: head/dns/ldapdns/Makefile ============================================================================== --- head/dns/ldapdns/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/ldapdns/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -28,6 +28,7 @@ PROGRAMS= ldapdns ldapaxfr SCRIPTS= ldapdns-conf ldapaxfr-conf domainname.sh DOCS= AUTHORS CHANGELOG FAQ INSTALL README README.[a-s]* +NO_STAGE= yes do-install: .for i in ${PROGRAMS} ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin Modified: head/dns/ldns/Makefile ============================================================================== --- head/dns/ldns/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/ldns/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -29,6 +29,7 @@ OPTIONS_DEFINE+= GOST GOST_DESC= GOST signatures enabled, requires openssl >= 1.0.0 +NO_STAGE= yes .include .if defined(BUILD_PYLDNS) Modified: head/dns/ldnsm/Makefile ============================================================================== --- head/dns/ldnsm/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/ldnsm/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -21,6 +21,7 @@ MAN5= dotldnsm.5 WRKSRC= ${WRKDIR}/${DISTNAME} #nothing to configure +NO_STAGE= yes do-configure: @${ECHO} -n Modified: head/dns/libbind/Makefile ============================================================================== --- head/dns/libbind/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/libbind/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -20,6 +20,7 @@ CONFIGURE_ARGS= --localstatedir=/var --w OPTIONS_DEFINE= IPV6 THREADS OPTIONS_DEFAULT= IPV6 THREADS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIPV6} Modified: head/dns/libdjbdns/Makefile ============================================================================== --- head/dns/libdjbdns/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/libdjbdns/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libdjbdns -# Date created: 01 Apr 2002 -# Whom: Sergei Kolobov -# +# Created by: Sergei Kolobov # $FreeBSD$ -# PORTNAME= libdjbdns PORTVERSION= 1.05 @@ -26,6 +22,7 @@ INCLUDES= alloc.h byte.h case.h dns.h en socket.h str.h stralloc.h tai.h taia.h uint16.h \ uint32.h uint64.h +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/include/libdjbdns cd ${WRKSRC} && \ Modified: head/dns/libidn/Makefile ============================================================================== --- head/dns/libidn/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/libidn/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -20,6 +20,7 @@ USES= iconv pathfix perl5 pkgconfig INFO= libidn +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/dns/linux-f10-libasyncns/Makefile ============================================================================== --- head/dns/linux-f10-libasyncns/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/linux-f10-libasyncns/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dns/libasyncns -# Date created: 2009-12-20 -# Whom: itetcu@ -# +# Created by: itetcu@ # $FreeBSD$ -# PORTNAME= libasyncns PORTVERSION= 0.7 @@ -20,4 +16,5 @@ RPMVERSION= 1.fc10 USE_LDCONFIG= yes AUTOMATIC_PLIST=yes +NO_STAGE= yes .include Modified: head/dns/maradns/Makefile ============================================================================== --- head/dns/maradns/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/maradns/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -25,6 +25,7 @@ MAN1= askmara.1 getzone.1 fetchzone.1 MAN5= mararc.5 csv1.5 csv2.5 csv2_txt.5 MAN8= maradns.8 zoneserver.8 duende.8 +NO_STAGE= yes .include post-patch: Modified: head/dns/mdnsd/Makefile ============================================================================== --- head/dns/mdnsd/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/mdnsd/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mdnsd -# Date created: 2003/05/24 -# Whom: Dan Pelleg -# +# Created by: Dan Pelleg # $FreeBSD$ -# PORTNAME= mdnsd PORTVERSION= 0.7G @@ -17,6 +13,7 @@ COMMENT= Advertise a service via Rendezv PLIST_FILES= bin/mhttp\ bin/mquery +NO_STAGE= yes do-install: @${ECHO_MSG} "Installing files" .for i in mhttp mquery Modified: head/dns/mydns-ng/Makefile ============================================================================== --- head/dns/mydns-ng/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/mydns-ng/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -30,6 +30,7 @@ OPTIONS_DEFINE= PGSQL ALIAS SSL NLS OPTIONS_DEFAULT= ALIAS ALIAS_DESC= Server side aliasas +NO_STAGE= yes .include .if ${PORT_OPTIONS:MALIAS} Modified: head/dns/mydns/Makefile ============================================================================== --- head/dns/mydns/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/mydns/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -26,6 +26,7 @@ MAN8= mydns.8 mydnscheck.8 mydnsexport. DOCS= AUTHORS COPYING ChangeLog NEWS QUICKSTART.mysql QUICKSTART.postgres README TODO +NO_STAGE= yes .include .if ${PORT_OPTIONS:MALIAS} Modified: head/dns/noip/Makefile ============================================================================== --- head/dns/noip/Makefile Fri Sep 20 16:21:37 2013 (r327718) +++ head/dns/noip/Makefile Fri Sep 20 16:31:57 2013 (r327719) @@ -1,9 +1,5 @@ -# New ports collection makefile for: No-IP Dynamic Update Client -# Date created: 28 March 2002 -# Whom: Eyal Soha -# +# Created by: Eyal Soha # $FreeBSD$ -# PORTNAME= noip PORTVERSION= 2.1.9 @@ -27,6 +23,7 @@ GROUPS= noip PLIST_SUB+= USER="${USERS}" +NO_STAGE= yes *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 16:36:42 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 32675A16; Fri, 20 Sep 2013 16:36:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1D9CE2220; Fri, 20 Sep 2013 16:36:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KGagYu002783; Fri, 20 Sep 2013 16:36:42 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KGaOSB002668; Fri, 20 Sep 2013 16:36:24 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201636.r8KGaOSB002668@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 16:36:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327720 - in head/editors: 2bsd-vi abiword abiword-docs aee aewan apel apel-emacs21 apel-emacs22 asedit axe beav biew bitedit bless boiling-egg bpatch bvi calligra calligra-l10n calligr... 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.14 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: Fri, 20 Sep 2013 16:36:42 -0000 Author: bapt Date: Fri Sep 20 16:36:23 2013 New Revision: 327720 URL: http://svnweb.freebsd.org/changeset/ports/327720 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: editors) Modified: head/editors/2bsd-vi/Makefile head/editors/abiword-docs/Makefile head/editors/abiword/Makefile head/editors/aee/Makefile head/editors/aewan/Makefile head/editors/apel-emacs21/Makefile head/editors/apel-emacs22/Makefile head/editors/apel/Makefile head/editors/asedit/Makefile head/editors/axe/Makefile head/editors/beav/Makefile head/editors/biew/Makefile head/editors/bitedit/Makefile head/editors/bless/Makefile head/editors/boiling-egg/Makefile head/editors/bpatch/Makefile head/editors/bvi/Makefile head/editors/calligra-l10n-bs/Makefile head/editors/calligra-l10n-ca/Makefile head/editors/calligra-l10n-ca_valencia/Makefile head/editors/calligra-l10n-cs/Makefile head/editors/calligra-l10n-da/Makefile head/editors/calligra-l10n-el/Makefile head/editors/calligra-l10n-en_GB/Makefile head/editors/calligra-l10n-es/Makefile head/editors/calligra-l10n-et/Makefile head/editors/calligra-l10n-fi/Makefile head/editors/calligra-l10n-gl/Makefile head/editors/calligra-l10n-it/Makefile head/editors/calligra-l10n-kk/Makefile head/editors/calligra-l10n-nb/Makefile head/editors/calligra-l10n-nds/Makefile head/editors/calligra-l10n-nl/Makefile head/editors/calligra-l10n-sk/Makefile head/editors/calligra-l10n-sl/Makefile head/editors/calligra-l10n-sv/Makefile head/editors/calligra-l10n-tr/Makefile head/editors/calligra-l10n/Makefile head/editors/calligra/Makefile head/editors/chexedit/Makefile head/editors/codelite/Makefile head/editors/color-mate/Makefile head/editors/conglomerate/Makefile head/editors/cooledit/Makefile head/editors/cream/Makefile head/editors/deforaos-editor/Makefile head/editors/dhex/Makefile head/editors/diakonos/Makefile head/editors/dkns/Makefile head/editors/drjava/Makefile head/editors/e3/Makefile head/editors/e93/Makefile head/editors/edith/Makefile head/editors/elvis/Makefile head/editors/emacs-devel/Makefile head/editors/emacs-nox11/Makefile head/editors/emacs/Makefile head/editors/emacs21/Makefile head/editors/emacs22/Makefile head/editors/emacs23/Makefile head/editors/fb/Makefile head/editors/flim-emacs21/Makefile head/editors/flim-emacs22/Makefile head/editors/flim-xemacs21-mule/Makefile head/editors/flim/Makefile head/editors/fpc-ide/Makefile head/editors/fte/Makefile head/editors/fxite/Makefile head/editors/gate/Makefile head/editors/gedit-plugins/Makefile head/editors/gedit/Makefile head/editors/ghex/Makefile head/editors/gmanedit/Makefile head/editors/gnome2-office/Makefile head/editors/gnotepad+/Makefile head/editors/gnuserv/Makefile head/editors/gobby/Makefile head/editors/gphpedit/Makefile head/editors/gummi/Makefile head/editors/gwrite/Makefile head/editors/heme/Makefile head/editors/hexcurse/Makefile head/editors/hexedit/Makefile head/editors/hexpert/Makefile head/editors/hnb/Makefile head/editors/hte/Makefile head/editors/impress/Makefile head/editors/jed/Makefile head/editors/jedit/Makefile head/editors/jext/Makefile head/editors/joe/Makefile head/editors/joe2/Makefile head/editors/jove/Makefile head/editors/jupp/Makefile head/editors/kate-plugin-pate/Makefile head/editors/kate/Makefile head/editors/kile-kde4/Makefile head/editors/klat4/Makefile head/editors/komodo-edit/Makefile head/editors/komodo-ide/Makefile head/editors/lazarus-lcl-gtk/Makefile head/editors/lazarus-lcl-gtk2/Makefile head/editors/lazarus-lcl-nogui/Makefile head/editors/lazarus-lcl-qt/Makefile head/editors/lazarus-lcl-units/Makefile head/editors/lazarus/Makefile head/editors/le/Makefile head/editors/leafpad/Makefile head/editors/led/Makefile head/editors/leo/Makefile head/editors/lfhex/Makefile head/editors/libreoffice-af/Makefile head/editors/libreoffice-am/Makefile head/editors/libreoffice-as/Makefile head/editors/libreoffice-ast/Makefile head/editors/libreoffice-be/Makefile head/editors/libreoffice-bg/Makefile head/editors/libreoffice-bn/Makefile head/editors/libreoffice-bn_IN/Makefile head/editors/libreoffice-bo/Makefile head/editors/libreoffice-br/Makefile head/editors/libreoffice-brx/Makefile head/editors/libreoffice-bs/Makefile head/editors/libreoffice-ca/Makefile head/editors/libreoffice-ca_XV/Makefile head/editors/libreoffice-cs/Makefile head/editors/libreoffice-cy/Makefile head/editors/libreoffice-da/Makefile head/editors/libreoffice-dgo/Makefile head/editors/libreoffice-dz/Makefile head/editors/libreoffice-el/Makefile head/editors/libreoffice-en_GB/Makefile head/editors/libreoffice-en_ZA/Makefile head/editors/libreoffice-eo/Makefile head/editors/libreoffice-es/Makefile head/editors/libreoffice-et/Makefile head/editors/libreoffice-eu/Makefile head/editors/libreoffice-fa/Makefile head/editors/libreoffice-fi/Makefile head/editors/libreoffice-ga/Makefile head/editors/libreoffice-gd/Makefile head/editors/libreoffice-gl/Makefile head/editors/libreoffice-gu/Makefile head/editors/libreoffice-hi/Makefile head/editors/libreoffice-hr/Makefile head/editors/libreoffice-i18n/Makefile head/editors/libreoffice-id/Makefile head/editors/libreoffice-is/Makefile head/editors/libreoffice-it/Makefile head/editors/libreoffice-ka/Makefile head/editors/libreoffice-kk/Makefile head/editors/libreoffice-km/Makefile head/editors/libreoffice-kn/Makefile head/editors/libreoffice-kok/Makefile head/editors/libreoffice-ks/Makefile head/editors/libreoffice-ku/Makefile head/editors/libreoffice-lb/Makefile head/editors/libreoffice-lo/Makefile head/editors/libreoffice-lt/Makefile head/editors/libreoffice-lv/Makefile head/editors/libreoffice-mai/Makefile head/editors/libreoffice-mk/Makefile head/editors/libreoffice-ml/Makefile head/editors/libreoffice-mn/Makefile head/editors/libreoffice-mni/Makefile head/editors/libreoffice-mr/Makefile head/editors/libreoffice-my/Makefile head/editors/libreoffice-nb/Makefile head/editors/libreoffice-ne/Makefile head/editors/libreoffice-nl/Makefile head/editors/libreoffice-nn/Makefile head/editors/libreoffice-nr/Makefile head/editors/libreoffice-nso/Makefile head/editors/libreoffice-oc/Makefile head/editors/libreoffice-om/Makefile head/editors/libreoffice-or/Makefile head/editors/libreoffice-pa_IN/Makefile head/editors/libreoffice-ro/Makefile head/editors/libreoffice-rw/Makefile head/editors/libreoffice-sa_IN/Makefile head/editors/libreoffice-sat/Makefile head/editors/libreoffice-sd/Makefile head/editors/libreoffice-sh/Makefile head/editors/libreoffice-si/Makefile head/editors/libreoffice-sid/Makefile head/editors/libreoffice-sk/Makefile head/editors/libreoffice-sl/Makefile head/editors/libreoffice-sq/Makefile head/editors/libreoffice-sr/Makefile head/editors/libreoffice-ss/Makefile head/editors/libreoffice-st/Makefile head/editors/libreoffice-sv/Makefile head/editors/libreoffice-sw_TZ/Makefile head/editors/libreoffice-ta/Makefile head/editors/libreoffice-te/Makefile head/editors/libreoffice-tg/Makefile head/editors/libreoffice-th/Makefile head/editors/libreoffice-tn/Makefile head/editors/libreoffice-tr/Makefile head/editors/libreoffice-ts/Makefile head/editors/libreoffice-tt/Makefile head/editors/libreoffice-ug/Makefile head/editors/libreoffice-uz/Makefile head/editors/libreoffice-ve/Makefile head/editors/libreoffice-xh/Makefile head/editors/libreoffice-zu/Makefile head/editors/libreoffice/Makefile head/editors/madedit/Makefile head/editors/manedit/Makefile head/editors/mg/Makefile head/editors/mined/Makefile head/editors/mlview/Makefile head/editors/mode-info/Makefile head/editors/morla/Makefile head/editors/mousepad/Makefile head/editors/mp/Makefile head/editors/nano-devel/Makefile head/editors/nano/Makefile head/editors/ne/Makefile head/editors/nedit/Makefile head/editors/nvi-devel/Makefile head/editors/nvi-m17n/Makefile head/editors/nxml/Makefile head/editors/omegaT/Makefile head/editors/openoffice-3/Makefile head/editors/openoffice-4/Makefile head/editors/openoffice-devel/Makefile head/editors/p5-Padre/Makefile head/editors/p5-Proc-InvokeEditor/Makefile head/editors/p5-Vimana/Makefile head/editors/paredit-mode.el/Makefile head/editors/pico-alpine/Makefile head/editors/poedit/Makefile head/editors/psgml/Makefile head/editors/puff/Makefile head/editors/py-room/Makefile head/editors/rox-edit/Makefile head/editors/scite/Makefile head/editors/scribes/Makefile head/editors/se/Makefile head/editors/semi-emacs21/Makefile head/editors/semi-emacs22/Makefile head/editors/semi-xemacs21-mule/Makefile head/editors/semi/Makefile head/editors/setedit/Makefile head/editors/slime/Makefile head/editors/softmaker-office/Makefile head/editors/spe/Makefile head/editors/speedbar/Makefile head/editors/ssam/Makefile head/editors/ssed/Makefile head/editors/sted/Makefile head/editors/tamago/Makefile head/editors/tea/Makefile head/editors/teco/Makefile head/editors/ted/Makefile head/editors/tetradraw/Makefile head/editors/texmacs/Makefile head/editors/texmaker/Makefile head/editors/texmakerx/Makefile head/editors/textedit/Makefile head/editors/textroom/Makefile head/editors/texworks/Makefile head/editors/the/Makefile head/editors/thoteditor/Makefile head/editors/tpad/Makefile head/editors/tree-widget/Makefile head/editors/treeform/Makefile head/editors/tweak/Makefile head/editors/uemacs/Makefile head/editors/uzap/Makefile head/editors/ved/Makefile head/editors/vigor/Makefile head/editors/vile/Makefile head/editors/vim-lite/Makefile head/editors/vim/Makefile head/editors/winefish/Makefile head/editors/wordgrinder/Makefile head/editors/xcoral/Makefile head/editors/xed/Makefile head/editors/xemacs-devel-mule/Makefile head/editors/xemacs-devel/Makefile head/editors/xemacs-mule-packages/Makefile head/editors/xemacs-packages/Makefile head/editors/xemacs/Makefile head/editors/xemacs21-mule/Makefile head/editors/xml2rfc-xxe/Makefile head/editors/xmlcopyeditor/Makefile head/editors/xmleditor/Makefile head/editors/xvile/Makefile head/editors/xxe/Makefile head/editors/yasnippet/Makefile head/editors/yudit/Makefile head/editors/yui/Makefile head/editors/yzis/Makefile head/editors/zile/Makefile head/editors/zim/Makefile head/editors/zoinks/Makefile Modified: head/editors/2bsd-vi/Makefile ============================================================================== --- head/editors/2bsd-vi/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/2bsd-vi/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,9 +1,5 @@ -# New ports collection makefile for: 2bsd-vi -# Date created: 2004-07-12 -# Whom: David Thiel -# +# Created by: David Thiel # $FreeBSD$ -# PORTNAME= vi PORTVERSION= 050325 @@ -30,6 +26,7 @@ MLINKS= ex.1 edit.1 vi.1 vedit.1 vi.1 post-extract: .SILENT ${RM} -fr ${WRKSRC}/libuxre ${WRKSRC}/regexp.h +NO_STAGE= yes post-patch: .for f in Makefile ex.1 expreserve.c exrecover.c vi.1 @${REINPLACE_CMD} -e 's|/var/preserve|${PRESERVEDIR}|' ${WRKSRC}/${f} Modified: head/editors/abiword-docs/Makefile ============================================================================== --- head/editors/abiword-docs/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/abiword-docs/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -21,4 +21,5 @@ USES= gmake pkgconfig CONFIGURE_ENV= DISPLAY="" MAKE_ENV= DISPLAY="" +NO_STAGE= yes .include Modified: head/editors/abiword/Makefile ============================================================================== --- head/editors/abiword/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/abiword/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -74,6 +74,7 @@ ABIWORD_PLUGINS= garble loadbindings opm # Plugins we don't support: # gda +NO_STAGE= yes .include .if ${PORT_OPTIONS:MMATHVIEW} Modified: head/editors/aee/Makefile ============================================================================== --- head/editors/aee/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/aee/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -21,6 +21,7 @@ MAN1= aee.1 PLIST_FILES= bin/aee bin/rae %%DATADIR%%/help.ae PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes .include .if ${PORT_OPTIONS:MXAE} Modified: head/editors/aewan/Makefile ============================================================================== --- head/editors/aewan/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/aewan/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,9 +1,5 @@ -# New ports collection makefile for: aewan -# Date created: 07.05.2004 -# Whom: krion -# +# Created by: krion # $FreeBSD$ -# PORTNAME= aewan PORTVERSION= 1.0.01 @@ -24,6 +20,7 @@ PLIST_FILES= bin/aecat bin/aewan bin/aem PORTDOCS= * .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|OSTYPE == |OSTYPE = |g' ${WRKSRC}/configure Modified: head/editors/apel-emacs21/Makefile ============================================================================== --- head/editors/apel-emacs21/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/apel-emacs21/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,9 +1,5 @@ -# New ports collection makefile for: apel for emacs21 -# Date created: 29 July 2007 -# Whom: MANTANI Nobutaka -# +# Created by: MANTANI Nobutaka # $FreeBSD$ -# MAINTAINER= nobutaka@FreeBSD.org COMMENT= A Portable Emacs Library for emacs21 @@ -17,4 +13,5 @@ MASTERDIR= ${.CURDIR}/../../editors/apel USE_EMACS= yes EMACS_PORT_NAME= emacs21 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/editors/apel-emacs22/Makefile ============================================================================== --- head/editors/apel-emacs22/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/apel-emacs22/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,9 +1,5 @@ -# New ports collection makefile for: apel for emacs22 -# Date created: 27 January 2010 -# Whom: MANTANI Nobutaka -# +# Created by: MANTANI Nobutaka # $FreeBSD$ -# MAINTAINER= nobutaka@FreeBSD.org COMMENT= A Portable Emacs Library for emacs22 @@ -17,4 +13,5 @@ MASTERDIR= ${.CURDIR}/../../editors/apel USE_EMACS= yes EMACS_PORT_NAME= emacs22 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/editors/apel/Makefile ============================================================================== --- head/editors/apel/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/apel/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -34,6 +34,7 @@ MAKE_ARGS+= PREFIX="${LOCALBASE}" \ OPTIONS_DEFINE= DOCS OPTINOS_DEFAULT= DOCS +NO_STAGE= yes .include .include Modified: head/editors/asedit/Makefile ============================================================================== --- head/editors/asedit/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/asedit/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -17,4 +17,5 @@ USE_XORG= ice sm x11 xext xmu xp xt MAN1= asedit.1 +NO_STAGE= yes .include Modified: head/editors/axe/Makefile ============================================================================== --- head/editors/axe/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/axe/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -21,4 +21,5 @@ MAN1= axe.1 axinfo.1 MAKE_JOBS_UNSAFE= yes CFLAGS= -Wno-return-type +NO_STAGE= yes .include Modified: head/editors/beav/Makefile ============================================================================== --- head/editors/beav/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/beav/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,9 +1,5 @@ -# New ports collection makefile for: beav -# Date created: 01 July 1995 -# Whom: Thomas Gellekum -# +# Created by: Thomas Gellekum # $FreeBSD$ -# PORTNAME= beav PORTVERSION= 1.40.18 @@ -25,6 +21,7 @@ ALL_TARGET= beav MAN1= beav.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=-DUNIX -DBSD -DNOPROTO#|g ; \ s|^CC=|CC?=|g ; \ Modified: head/editors/biew/Makefile ============================================================================== --- head/editors/biew/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/biew/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -33,6 +33,7 @@ OPTIONS_DEFAULT= SLANG SLANG_DESC= Use S-Lang based display renderer +NO_STAGE= yes .include .if ${ARCH} == "powerpc" || ${ARCH} == "sparc64" Modified: head/editors/bitedit/Makefile ============================================================================== --- head/editors/bitedit/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/bitedit/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,8 +1,4 @@ -# ex:ts=8 -# Ports collection makefile for: bitedit -# Date created: Tue Jul 18, 2002 -# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) -# +# Created by: Michael L. Hostbaek (mich@freebsdcluster.org) # $FreeBSD$ PORTNAME= bitedit @@ -17,6 +13,7 @@ MAKE_ARGS= CFLAGS="${CFLAGS} -DVERSION=\ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bitedit ${PREFIX}/bin/ .if !defined(NOPORTDOCS) Modified: head/editors/bless/Makefile ============================================================================== --- head/editors/bless/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/bless/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes INSTALLS_OMF= yes .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|tests$$||g' \ ${WRKSRC}/Makefile.in Modified: head/editors/boiling-egg/Makefile ============================================================================== --- head/editors/boiling-egg/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/boiling-egg/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,9 +1,5 @@ -# New ports collection makefile for: boiling-egg -# Date created: 9 January 2001 -# Whom: Yoichi NAKAYAMA -# +# Created by: Yoichi NAKAYAMA # $FreeBSD$ -# PORTNAME= boiling-egg PORTVERSION= 0.02 @@ -23,6 +19,7 @@ NO_BUILD= yes ELISPDIR= share/emacs/site-lisp PLIST_SUB+= ELISPDIR=${ELISPDIR} +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${ELISPDIR} ${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${PREFIX}/${ELISPDIR} Modified: head/editors/bpatch/Makefile ============================================================================== --- head/editors/bpatch/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/bpatch/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bpatch -# Date created: 18 March 1996 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= bpatch PORTVERSION= 1.0 @@ -19,4 +15,5 @@ MAN1= bpatch.1 NO_WRKSUBDIR= yes PLIST_FILES= bin/bpatch +NO_STAGE= yes .include Modified: head/editors/bvi/Makefile ============================================================================== --- head/editors/bvi/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/bvi/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bvi -# Date created: 05 November 1999 -# Whom: Chris D. Faulhaber -# +# Created by: Chris D. Faulhaber # $FreeBSD$ -# PORTNAME= bvi PORTVERSION= 1.3.2 @@ -21,4 +17,5 @@ MAN1= bvi.1 bmore.1 MLINKS= bvi.1 bview.1 \ bvi.1 bvedit.1 +NO_STAGE= yes .include Modified: head/editors/calligra-l10n-bs/Makefile ============================================================================== --- head/editors/calligra-l10n-bs/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n-bs/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -9,5 +9,6 @@ COMMENT= Bosnian messages and documentat CALLIGRA_L10N= bs +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-ca/Makefile ============================================================================== --- head/editors/calligra-l10n-ca/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n-ca/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -9,5 +9,6 @@ COMMENT= Catalan messages and documentat CALLIGRA_L10N= ca +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-ca_valencia/Makefile ============================================================================== --- head/editors/calligra-l10n-ca_valencia/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n-ca_valencia/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -9,5 +9,6 @@ COMMENT= Valencian (southern Catalan) me CALLIGRA_L10N= ca@valencia +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-cs/Makefile ============================================================================== --- head/editors/calligra-l10n-cs/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n-cs/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -9,5 +9,6 @@ COMMENT= Czech messages and documentatio CALLIGRA_L10N= cs +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-da/Makefile ============================================================================== --- head/editors/calligra-l10n-da/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n-da/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -9,5 +9,6 @@ COMMENT= Danish messages and documentati CALLIGRA_L10N= da +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-el/Makefile ============================================================================== --- head/editors/calligra-l10n-el/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n-el/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -9,5 +9,6 @@ COMMENT= Modern Greek messages and docum CALLIGRA_L10N= el +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-en_GB/Makefile ============================================================================== --- head/editors/calligra-l10n-en_GB/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n-en_GB/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -9,5 +9,6 @@ COMMENT= British messages and documentat CALLIGRA_L10N= en_GB +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-es/Makefile ============================================================================== --- head/editors/calligra-l10n-es/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n-es/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -9,5 +9,6 @@ COMMENT= Spanish messages and documentat CALLIGRA_L10N= es +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-et/Makefile ============================================================================== --- head/editors/calligra-l10n-et/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n-et/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -9,5 +9,6 @@ COMMENT= Estonian messages and documenta CALLIGRA_L10N= et +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-fi/Makefile ============================================================================== --- head/editors/calligra-l10n-fi/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n-fi/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -9,5 +9,6 @@ COMMENT= Finnish messages and documentat CALLIGRA_L10N= fi +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-gl/Makefile ============================================================================== --- head/editors/calligra-l10n-gl/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n-gl/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -9,5 +9,6 @@ COMMENT= Gallegan messages and documenta CALLIGRA_L10N= gl +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-it/Makefile ============================================================================== --- head/editors/calligra-l10n-it/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n-it/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -9,5 +9,6 @@ COMMENT= Italian messages and documentat CALLIGRA_L10N= it +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-kk/Makefile ============================================================================== --- head/editors/calligra-l10n-kk/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n-kk/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -9,5 +9,6 @@ COMMENT= Kazakh messages and documentati CALLIGRA_L10N= kk +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-nb/Makefile ============================================================================== --- head/editors/calligra-l10n-nb/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n-nb/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -9,5 +9,6 @@ COMMENT= Norwegian Bokmaal messages and CALLIGRA_L10N= nb +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-nds/Makefile ============================================================================== --- head/editors/calligra-l10n-nds/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n-nds/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -9,5 +9,6 @@ COMMENT= Low German messages and documen CALLIGRA_L10N= nds +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-nl/Makefile ============================================================================== --- head/editors/calligra-l10n-nl/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n-nl/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -9,5 +9,6 @@ COMMENT= Dutch messages and documentatio CALLIGRA_L10N= nl +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-sk/Makefile ============================================================================== --- head/editors/calligra-l10n-sk/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n-sk/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -9,5 +9,6 @@ COMMENT= Slovak messages and documentati CALLIGRA_L10N= sk +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-sl/Makefile ============================================================================== --- head/editors/calligra-l10n-sl/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n-sl/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -9,5 +9,6 @@ COMMENT= Slovenian messages and document CALLIGRA_L10N= sl +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-sv/Makefile ============================================================================== --- head/editors/calligra-l10n-sv/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n-sv/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -9,5 +9,6 @@ COMMENT= Swedish messages and documentat CALLIGRA_L10N= sv +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n-tr/Makefile ============================================================================== --- head/editors/calligra-l10n-tr/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n-tr/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -9,5 +9,6 @@ COMMENT= Turkish Bokmaal messages and do CALLIGRA_L10N= tr +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/editors/calligra-l10n/Makefile ============================================================================== --- head/editors/calligra-l10n/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra-l10n/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -30,6 +30,7 @@ uk_PORT= ukrainian/calligra-l10n zh_CN_PORT= chinese/calligra-l10n-zh_CN zh_TW_PORT= chinese/calligra-l10n-zh_TW +NO_STAGE= yes .include "${.CURDIR}/../../misc/kde4-l10n/files/kde4-lang-names" nb_NAME= Norwegian Bokmal Modified: head/editors/calligra/Makefile ============================================================================== --- head/editors/calligra/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/calligra/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -74,6 +74,7 @@ CMAKE_ARGS+= -DWITH_PACKAGERS_BUILD:BOOL CMAKE_ARGS+= -DWITH_PACKAGERS_BUILD:BOOL=FALSE .endif +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGTL} || exists(${LOCALBASE}/lib/libQtShiva.so) Modified: head/editors/chexedit/Makefile ============================================================================== --- head/editors/chexedit/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/chexedit/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -20,6 +20,7 @@ PLIST_FILES= bin/chexedit MAN1= chexedit.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/hexedit ${PREFIX}/bin/chexedit ${INSTALL_MAN} ${WRKSRC}/docs/hexedit.1 ${PREFIX}/man/man1/chexedit.1 Modified: head/editors/codelite/Makefile ============================================================================== --- head/editors/codelite/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/codelite/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -32,6 +32,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER SVN_REVISION= 6213 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCSCOPE} Modified: head/editors/color-mate/Makefile ============================================================================== --- head/editors/color-mate/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/color-mate/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -19,6 +19,7 @@ XELISPDIR= ${SITEPKGDIR}/lisp/color-mate THEME_DIR= ${ELISPDIR}/theme MANIFEST= MANIFEST.color-mate +NO_STAGE= yes do-build: # Create color-mate-rgb.el cd ${WRKSRC}; \ Modified: head/editors/conglomerate/Makefile ============================================================================== --- head/editors/conglomerate/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/conglomerate/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include .if exists(${LOCALBASE}/libdata/pkgconfig/enchant.pc) || defined(WITH_ENCHANT) Modified: head/editors/cooledit/Makefile ============================================================================== --- head/editors/cooledit/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/cooledit/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cooledit -# Date created: 18 November 1997 -# Whom: brett@peloton.physics.montana.edu -# +# Created by: brett@peloton.physics.montana.edu # $FreeBSD$ -# PORTNAME= cooledit PORTVERSION= 3.17.17 @@ -33,6 +29,7 @@ CFLAGS+= -DHAVE_MBRTOWC CONFIGURE_ARGS+= --enable-NeXT-look .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|po pixmap man|po man|g' ${WRKSRC}/Makefile.in Modified: head/editors/cream/Makefile ============================================================================== --- head/editors/cream/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/cream/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -15,6 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/gvim:${POR NO_BUILD= yes PLIST_SUB= VIMRUNTIME="${VIMRUNTIME:S/${PREFIX}\///}" +NO_STAGE= yes .include VIMRUNTIME!= cd ${PORTSDIR}/editors/vim && ${MAKE} -V DATADIR Modified: head/editors/deforaos-editor/Makefile ============================================================================== --- head/editors/deforaos-editor/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/deforaos-editor/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -20,4 +20,5 @@ MAKE_ARGS= PREFIX=${PREFIX} USES= pkgconfig gettext USE_GNOME= gtk20 desktopfileutils +NO_STAGE= yes .include Modified: head/editors/dhex/Makefile ============================================================================== --- head/editors/dhex/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/dhex/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -17,6 +17,7 @@ MAN1= dhex.1 MAN5= dhexrc.5 dhex_markers.5 dhex_searchlog.5 PLIST_FILES= bin/dhex +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 Modified: head/editors/diakonos/Makefile ============================================================================== --- head/editors/diakonos/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/diakonos/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -18,6 +18,7 @@ NO_BUILD= yes SUB_FILES= installation.rb SUB_LIST= RUBY_SITELIBDIR=${RUBY_SITELIBDIR} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|/usr/bin/env ruby|${RUBY}|g' ${WRKSRC}/bin/${PORTNAME} Modified: head/editors/dkns/Makefile ============================================================================== --- head/editors/dkns/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/dkns/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -16,4 +16,5 @@ MANCOMPRESSED= yes PLIST_FILES= bin/dkns +NO_STAGE= yes .include Modified: head/editors/drjava/Makefile ============================================================================== --- head/editors/drjava/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/drjava/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -25,6 +25,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} DRJAVAJAR= ${DISTFILES} +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${DATADIR}/${DRJAVAJAR} Modified: head/editors/e3/Makefile ============================================================================== --- head/editors/e3/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/e3/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,9 +1,5 @@ -# New ports collection makefile for: e3 -# Date created: Tue 5 Dec 2000 -# Whom: joseph@randomnetworks.com -# +# Created by: joseph@randomnetworks.com # $FreeBSD$ -# PORTNAME= e3 PORTVERSION= 2.8 @@ -26,6 +22,7 @@ PLIST_FILES= bin/e3 bin/e3em bin/e3ne bi FETCH_ARGS= -p -o ${DISTDIR}/${DISTFILES} +NO_STAGE= yes do-fetch: @if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \ ${FETCH_CMD} ${MASTER_SITES}${DISTFILES}?attredirects=0\&d=1 ; \ Modified: head/editors/e93/Makefile ============================================================================== --- head/editors/e93/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/e93/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,9 +1,5 @@ -# New ports collection makefile for: e93 -# Date created: 21 June 1995 -# Whom: Satoshi Asami (asami) -# +# Created by: Satoshi Asami (asami) # $FreeBSD$ -# PORTNAME= e93 PORTVERSION= 1.4.2 @@ -34,6 +30,7 @@ MAKE_ARGS= PREFIX="${PREFIX}" \ MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lstdc++||g ; \ s|;make|;$$(MAKE)|g' ${WRKSRC}/Makefile Modified: head/editors/edith/Makefile ============================================================================== --- head/editors/edith/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/edith/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -25,6 +25,7 @@ MANCOMPRESSED= no WRKSRC= ${WRKDIR}/edith EDITHDIR= ${PREFIX}/lib/edith +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/linux/edith ${PREFIX}/bin ${MKDIR} ${EDITHDIR} Modified: head/editors/elvis/Makefile ============================================================================== --- head/editors/elvis/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/elvis/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -20,6 +20,7 @@ ALL_TARGET= all doc/elvtags.man MAN1= elvfmt.1 elvis.1 elvtags.1 ref.1 +NO_STAGE= yes .include # Support building on systems with or without X11 installed. Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/emacs-devel/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -75,6 +75,7 @@ OPTIONS_SINGLE_X11TOOLKIT= GTK2 GTK3 XAW OPTIONS_DEFAULT=ACL DBUS GCONF GIF GTK2 JPEG M17N OTF PNG SOUND SOURCES SVG TIFF SYNC_INPUT \ SCROLLBARS XFT XIM XML XPM MAGICK GNUTLS GSETTINGS +NO_STAGE= yes .include DBUS_PTHREAD_LIBS= ${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} -e 's|^.*%{\!pg: %{pthread:||' -e 's|}.*$$||' || ${TRUE} Modified: head/editors/emacs-nox11/Makefile ============================================================================== --- head/editors/emacs-nox11/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/emacs-nox11/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,9 +1,5 @@ -# Ports collection makefile for: emacs-devel -# Date created: Sep 07 2008 -# Whom: phoffman@proper.com -# +# Created by: phoffman@proper.com # $FreeBSD$ -# PORTREVISION= 8 PKGNAMESUFFIX= -nox11 @@ -33,4 +29,5 @@ EMACS_NO_X11_SLAVE= yes MASTERDIR= ${.CURDIR}/../emacs LATEST_LINK= emacs-nox11 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/editors/emacs/Makefile ============================================================================== --- head/editors/emacs/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/emacs/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -70,6 +70,7 @@ OPTIONS_DEFAULT=DBUS GCONF GIF GTK2 JPEG SCROLLBARS XFT XIM XML XPM MAGICK GNUTLS GSETTINGS .endif +NO_STAGE= yes .include DBUS_PTHREAD_LIBS= ${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} -e 's|^.*%{\!pg: %{pthread:||' -e 's|}.*$$||' || ${TRUE} Modified: head/editors/emacs21/Makefile ============================================================================== --- head/editors/emacs21/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/emacs21/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -56,6 +56,7 @@ INFO= ada-mode autotype ccmode cl dired LATEST_LINK= emacs21 +NO_STAGE= yes .include .if ${ARCH} == "ia64" Modified: head/editors/emacs22/Makefile ============================================================================== --- head/editors/emacs22/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/emacs22/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -64,6 +64,7 @@ INFO= ada-mode autotype calc ccmode cl LATEST_LINK= emacs22 +NO_STAGE= yes .include .if ${ARCH} == "ia64" Modified: head/editors/emacs23/Makefile ============================================================================== --- head/editors/emacs23/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/emacs23/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -70,6 +70,7 @@ OPTIONS_SINGLE_X11TOOLKIT= GTK2 XAW XAW3 OPTIONS_DEFAULT=DBUS GCONF GIF GTK2 JPEG M17N OTF PNG SOUND SOURCES SVG TIFF SYNC_INPUT \ SCROLLBARS XFT XIM XPM +NO_STAGE= yes .include DBUS_PTHREAD_LIBS= ${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} -e 's|^.*%{\!pg: %{pthread:||' -e 's|}.*$$||' || ${TRUE} Modified: head/editors/fb/Makefile ============================================================================== --- head/editors/fb/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/fb/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fb -# Date created: Oct 15, 1999 -# Whom: Mikhail Teterin -# +# Created by: Mikhail Teterin # $FreeBSD$ -# PORTNAME= fb PORTVERSION= 1.5 @@ -23,4 +19,5 @@ PLIST_FILES= bin/fb MAKEFILE= ${FILESDIR}/Makefile.in MAKE_ARGS+= PREFIX="${PREFIX}" +NO_STAGE= yes .include Modified: head/editors/flim-emacs21/Makefile ============================================================================== --- head/editors/flim-emacs21/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/flim-emacs21/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flim for emacs21 -# Date created: 29 July 2007 -# Whom: MANTANI Nobutaka -# +# Created by: MANTANI Nobutaka # $FreeBSD$ -# MAINTAINER= nobutaka@FreeBSD.org COMMENT= FLIM, message representation or encoding elisp library for emacs21 @@ -17,4 +13,5 @@ MASTERDIR= ${.CURDIR}/../../editors/flim USE_EMACS= yes EMACS_PORT_NAME= emacs21 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/editors/flim-emacs22/Makefile ============================================================================== --- head/editors/flim-emacs22/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/flim-emacs22/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flim for emacs22 -# Date created: 27 January 2010 -# Whom: MANTANI Nobutaka -# +# Created by: MANTANI Nobutaka # $FreeBSD$ -# MAINTAINER= nobutaka@FreeBSD.org COMMENT= FLIM, message representation or encoding elisp library for emacs22 @@ -17,4 +13,5 @@ MASTERDIR= ${.CURDIR}/../../editors/flim USE_EMACS= yes EMACS_PORT_NAME= emacs22 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/editors/flim-xemacs21-mule/Makefile ============================================================================== --- head/editors/flim-xemacs21-mule/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/flim-xemacs21-mule/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flim for xemacs21-mule -# Date created: 25 July 1999 -# Whom: Shigeyuki FUKUSHIMA -# +# Created by: Shigeyuki FUKUSHIMA # $FreeBSD$ -# MAINTAINER= nobutaka@FreeBSD.org @@ -56,4 +52,5 @@ xemacs-package: install ${TAR} -zcf ${.CURDIR}/${XEMACS_PKG_TARBALL} ${XEMACS_PKG_CONTENTS} ;\ ) +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/editors/flim/Makefile ============================================================================== --- head/editors/flim/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/flim/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -43,6 +43,7 @@ MAKE_ARGS+= PREFIX="${LOCALBASE}" \ LISPDIR="${FLIM_LISPDIR}" \ VERSION_SPECIFIC_LISPDIR="${FLIM_VERSION_SPECIFIC_LISPDIR}" +NO_STAGE= yes .include .if defined(EMACS_PORT_NAME) Modified: head/editors/fpc-ide/Makefile ============================================================================== --- head/editors/fpc-ide/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/fpc-ide/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,4 +1,4 @@ -# Created by: John Merryweather Cooper et al +# Created by: John Merryweather Cooper et al # $FreeBSD$ PORTREVISION= 0 @@ -16,4 +16,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} ${FPCSRCDIR}/compiler ${FPCSRCDIR}/rtl ${FPCSRCDIR}/packages/fv +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/editors/fte/Makefile ============================================================================== --- head/editors/fte/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/fte/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -20,6 +20,7 @@ USE_ZIP= yes USES= perl5 USE_PERL5= build +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,^PREFIX=,PREFIX?=,' \ ${WRKSRC}/Makefile Modified: head/editors/fxite/Makefile ============================================================================== --- head/editors/fxite/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/fxite/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -35,6 +35,7 @@ CONFIGURE_ARGS+=--with-system-lua \ CONFIGURE_ENV+= FOX_CFLAGS="${FOX_CFLAGS}" \ FOX_LIBS="${FOX_LIBS}" +NO_STAGE= yes .include .if ${PORT_OPTIONS:MFOX16} Modified: head/editors/gate/Makefile ============================================================================== --- head/editors/gate/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/gate/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -19,6 +19,7 @@ ALL_TARGET= gate gate.1 MAN1= gate.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|$${res_datadir}|${DATADIR}|g' ${WRKSRC}/configure Modified: head/editors/gedit-plugins/Makefile ============================================================================== --- head/editors/gedit-plugins/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/gedit-plugins/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -33,6 +33,7 @@ GCONF_SCHEMAS= gedit-show-tabbar-plugin. OPTIONS_DEFINE= PYTHON +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPYTHON} Modified: head/editors/gedit/Makefile ============================================================================== --- head/editors/gedit/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/gedit/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -39,6 +39,7 @@ GCONF_SCHEMAS= gedit.schemas gedit-file- WITH_GNOME= yes .endif +NO_STAGE= yes .include .if ${HAVE_GNOME:Mpygtksourceview}!="" Modified: head/editors/ghex/Makefile ============================================================================== --- head/editors/ghex/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/ghex/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -24,4 +24,5 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= ghex2.schemas +NO_STAGE= yes .include Modified: head/editors/gmanedit/Makefile ============================================================================== --- head/editors/gmanedit/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/gmanedit/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -18,6 +18,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= gmanedit.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '//d' ${WRKSRC}/src/callbacks.c Modified: head/editors/gnome2-office/Makefile ============================================================================== --- head/editors/gnome2-office/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/gnome2-office/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome2-office -# Date created: 07 January 2004 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/editors/gnome2-office/Makefile,v 1.41 2006/04/12 22:11:33 marcus Exp $ -# PORTREVISION= 0 CATEGORIES= editors gnome @@ -24,4 +20,5 @@ GNOME_SLAVE= yes DESCR= ${.CURDIR}/pkg-descr +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/editors/gnotepad+/Makefile ============================================================================== --- head/editors/gnotepad+/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/gnotepad+/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnotepad+ -# Date created: 08 March 1999 -# Whom: brett@peloton.physics.montana.edu -# +# Created by: brett@peloton.physics.montana.edu # $FreeBSD$ -# PORTNAME= gnotepad+ PORTVERSION= 1.3.3 @@ -35,6 +31,7 @@ LDFLAGS+= -L${LOCALBASE}/lib DOCVERSION= 1.2.0 +NO_STAGE= yes .include .if ${HAVE_GNOME:Mgnomelibs}!="" Modified: head/editors/gnuserv/Makefile ============================================================================== --- head/editors/gnuserv/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/gnuserv/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnuserv -# Date created: 10 February 2001 -# Whom: ilya -# +# Created by: ilya # $FreeBSD$ -# PORTNAME= gnuserv PORTVERSION= 3.12.8 @@ -46,6 +42,7 @@ PLIST_SUB= EMACS_PORT_NAME=${EMACS_PORT_ lispdir= ${PREFIX}/${EMACS_SITE_LISPDIR}/gnuserv +NO_STAGE= yes post-patch: .for i in gnudoit gnuattach @${REINPLACE_CMD} 's/gnuclient/gnuclient${BINSUFFIX}/' ${WRKSRC}/${i} Modified: head/editors/gobby/Makefile ============================================================================== --- head/editors/gobby/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/gobby/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -26,6 +26,7 @@ INSTALLS_ICONS= yes MAN1= ${PORTNAME}.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGTKSPELL} Modified: head/editors/gphpedit/Makefile ============================================================================== --- head/editors/gphpedit/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/gphpedit/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -28,6 +28,7 @@ WANT_PHP_CLI= yes RUN_DEPENDS+= ${LOCALBASE}/share/doc/php-en/about.html:${PORTSDIR}/lang/php_doc .endif +NO_STAGE= yes pre-everything:: .if !defined(WITHOUT_PHP) || !defined(WITHOUT_PHPDOC) @${ECHO_MSG} "You may specify the following on the command line:" Modified: head/editors/gummi/Makefile ============================================================================== --- head/editors/gummi/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/gummi/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -32,6 +32,7 @@ LATEXMK_DESC= Use latexmk typesetter RUBBER_DESC= Use rubber typesetter TEXCOUNT_DESC= With texcount statistics +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/editors/gwrite/Makefile ============================================================================== --- head/editors/gwrite/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/gwrite/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gwrite -# Date created: 07 Mar 2010 -# Whom: Ju Pengfei -# +# Created by: Ju Pengfei # $FreeBSD$ -# PORTNAME= gwrite PORTVERSION= 0.5.1 @@ -30,4 +26,5 @@ USE_GNOME= pygtk2 USE_PYTHON= yes USE_PYDISTUTILS=yes +NO_STAGE= yes .include Modified: head/editors/heme/Makefile ============================================================================== --- head/editors/heme/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/heme/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -20,6 +20,7 @@ PORTDOCS= README OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-install: Modified: head/editors/hexcurse/Makefile ============================================================================== --- head/editors/hexcurse/Makefile Fri Sep 20 16:31:57 2013 (r327719) +++ head/editors/hexcurse/Makefile Fri Sep 20 16:36:23 2013 (r327720) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: hexcurse -# Date created: Jun 3, 2001 -# Whom: ijliao -# +# Created by: ijliao *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 16:44:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2A3E1B7F; Fri, 20 Sep 2013 16:44:08 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 15C92227C; Fri, 20 Sep 2013 16:44:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KGi87R009415; Fri, 20 Sep 2013 16:44:08 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KGhrla009121; Fri, 20 Sep 2013 16:43:53 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201643.r8KGhrla009121@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 16:43:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327721 - in head/emulators: adamem advancemame advancemenu advancemess aftp aqemu atari800 bfe bochs bsvc catapult cinc cingb cpmemu cpmtools cygne-sdl darcnes dboxfe desmume dgen-sdl ... 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.14 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: Fri, 20 Sep 2013 16:44:08 -0000 Author: bapt Date: Fri Sep 20 16:43:52 2013 New Revision: 327721 URL: http://svnweb.freebsd.org/changeset/ports/327721 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: emulators) Modified: head/emulators/adamem/Makefile head/emulators/advancemame/Makefile head/emulators/advancemenu/Makefile head/emulators/advancemess/Makefile head/emulators/aftp/Makefile head/emulators/aqemu/Makefile head/emulators/atari800/Makefile head/emulators/bfe/Makefile head/emulators/bochs/Makefile head/emulators/bsvc/Makefile head/emulators/catapult/Makefile head/emulators/cinc/Makefile head/emulators/cingb/Makefile head/emulators/cpmemu/Makefile head/emulators/cpmtools/Makefile head/emulators/cygne-sdl/Makefile head/emulators/darcnes/Makefile head/emulators/dboxfe/Makefile head/emulators/desmume/Makefile head/emulators/dgen-sdl/Makefile head/emulators/dolphin-emu-devel/Makefile head/emulators/dosbox/Makefile head/emulators/doscmd/Makefile head/emulators/dtcyber/Makefile head/emulators/dynagen/Makefile head/emulators/dynagui/Makefile head/emulators/dynamips-community/Makefile head/emulators/dynamips-devel/Makefile head/emulators/dynamips/Makefile head/emulators/e-uae/Makefile head/emulators/extract-xiso/Makefile head/emulators/fceux/Makefile head/emulators/fmsx/Makefile head/emulators/frodo/Makefile head/emulators/fuse-utils/Makefile head/emulators/fuse/Makefile head/emulators/gbe/Makefile head/emulators/generator-cbiere/Makefile head/emulators/generator/Makefile head/emulators/gens/Makefile head/emulators/gngb/Makefile head/emulators/gngeo/Makefile head/emulators/gns3/Makefile head/emulators/gnuboy/Makefile head/emulators/gsnes9x/Makefile head/emulators/gxemul/Makefile head/emulators/gxmame/Makefile head/emulators/hatari/Makefile head/emulators/hercules/Makefile head/emulators/hfs/Makefile head/emulators/higan/Makefile head/emulators/hugo/Makefile head/emulators/i386-wine-devel/Makefile head/emulators/i386-wine/Makefile head/emulators/ia64sim/Makefile head/emulators/ines/Makefile head/emulators/its/Makefile head/emulators/javatari/Makefile head/emulators/joytran/Makefile head/emulators/jzintv/Makefile head/emulators/kcemu/Makefile head/emulators/klh10/Makefile head/emulators/kqemu-kmod-devel/Makefile head/emulators/kqemu-kmod/Makefile head/emulators/lib765/Makefile head/emulators/libdsk/Makefile head/emulators/libspectrum/Makefile head/emulators/linux-ePSXe/Makefile head/emulators/linux-geepee32/Makefile head/emulators/linux-peops-softgpu/Makefile head/emulators/linux-peops-spu/Makefile head/emulators/linux-pete-mesagpu/Makefile head/emulators/linux-pete-xgl2gpu/Makefile head/emulators/linux-systemsimcell/Makefile head/emulators/linux_base-c6/Makefile head/emulators/linux_base-f10/Makefile head/emulators/linux_base-gentoo-stage3/Makefile head/emulators/linux_dist-gentoo-stage3/Makefile head/emulators/lisaem/Makefile head/emulators/loemu/Makefile head/emulators/m2000/Makefile head/emulators/mame/Makefile head/emulators/mastergear/Makefile head/emulators/mednafen/Makefile head/emulators/mess/Makefile head/emulators/minivmac/Makefile head/emulators/mtools/Makefile head/emulators/mupen64-base/Makefile head/emulators/mupen64-dummyaudio/Makefile head/emulators/mupen64-glide/Makefile head/emulators/mupen64-gln64/Makefile head/emulators/mupen64-input/Makefile head/emulators/mupen64-rice/Makefile head/emulators/mupen64-rsp/Makefile head/emulators/mupen64-sdlaudio/Makefile head/emulators/mupen64-sdlinput/Makefile head/emulators/mupen64-softgfx/Makefile head/emulators/mupen64-sound/Makefile head/emulators/mupen64-tr64/Makefile head/emulators/mupen64/Makefile head/emulators/mupen64plus-audio-sdl/Makefile head/emulators/mupen64plus-core/Makefile head/emulators/mupen64plus-input-sdl/Makefile head/emulators/mupen64plus-plugins/Makefile head/emulators/mupen64plus-rsp-hle/Makefile head/emulators/mupen64plus-rsp-z64/Makefile head/emulators/mupen64plus-ui-console/Makefile head/emulators/mupen64plus-video-arachnoid/Makefile head/emulators/mupen64plus-video-glide64/Makefile head/emulators/mupen64plus-video-rice/Makefile head/emulators/mupen64plus-video-z64/Makefile head/emulators/mupen64plus/Makefile head/emulators/nonpareil/Makefile head/emulators/o2em/Makefile head/emulators/ods2reader/Makefile head/emulators/open-vm-tools-nox11/Makefile head/emulators/open-vm-tools/Makefile head/emulators/openmsx/Makefile head/emulators/p5-Acme-6502/Makefile head/emulators/parallels-tools/Makefile head/emulators/pcemu/Makefile head/emulators/pcsxr/Makefile head/emulators/pearpc/Makefile head/emulators/prodosemu/Makefile head/emulators/psim-freebsd/Makefile head/emulators/pyxmame/Makefile head/emulators/qemu-devel/Makefile head/emulators/qemu-launcher/Makefile head/emulators/qemu/Makefile head/emulators/qmc2/Makefile head/emulators/qtemu/Makefile head/emulators/quasi88/Makefile head/emulators/raine/Makefile head/emulators/rtc/Makefile head/emulators/seabios-devel/Makefile head/emulators/sim6811/Makefile head/emulators/simh/Makefile head/emulators/ski/Makefile head/emulators/skyeye/Makefile head/emulators/snes9express/Makefile head/emulators/snes9x-gtk/Makefile head/emulators/snes9x/Makefile head/emulators/spim/Makefile head/emulators/stella/Makefile head/emulators/stonx/Makefile head/emulators/svr4_base/Makefile head/emulators/swine/Makefile head/emulators/tiemu3/Makefile head/emulators/tilem/Makefile head/emulators/tme/Makefile head/emulators/tpm-emulator/Makefile head/emulators/tuxnes/Makefile head/emulators/uae/Makefile head/emulators/ucon64/Makefile head/emulators/vMac/Makefile head/emulators/vba/Makefile head/emulators/vboxtool/Makefile head/emulators/vgb-bin/Makefile head/emulators/vgba-bin/Makefile head/emulators/vice/Makefile head/emulators/virtio-kmod/Makefile head/emulators/virtualbox-ose-additions/Makefile head/emulators/virtualbox-ose-kmod-legacy/Makefile head/emulators/virtualbox-ose-kmod/Makefile head/emulators/virtualbox-ose-legacy/Makefile head/emulators/virtualbox-ose/Makefile head/emulators/visualboyadvance-m/Makefile head/emulators/visualos/Makefile head/emulators/vmips/Makefile head/emulators/vmsbackup/Makefile head/emulators/vmw/Makefile head/emulators/vxtools/Makefile head/emulators/wine-devel/Makefile head/emulators/wine-doors/Makefile head/emulators/wine-gecko-devel/Makefile head/emulators/wine-gecko/Makefile head/emulators/wine-mono/Makefile head/emulators/wine/Makefile head/emulators/wxmupen64plus/Makefile head/emulators/x48/Makefile head/emulators/xbraitenberg/Makefile head/emulators/xcpc/Makefile head/emulators/xhomer/Makefile head/emulators/xmame/Makefile head/emulators/xmess/Makefile head/emulators/xsystem35/Makefile head/emulators/xzx/Makefile head/emulators/yabause/Makefile head/emulators/yape/Makefile head/emulators/zsnes/Makefile Modified: head/emulators/adamem/Makefile ============================================================================== --- head/emulators/adamem/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/adamem/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: adamem -# Date created: November 11, 2001 -# Whom: Jeremy Karlson -# +# Created by: Jeremy Karlson # $FreeBSD$ -# PORTNAME= adamem PORTVERSION= 1.0 @@ -21,6 +17,7 @@ ALL_TARGET= x PROGDIR= ${PREFIX}/${PORTNAME} +NO_STAGE= yes do-install: ${MKDIR} ${PROGDIR} ${INSTALL_PROGRAM} ${WRKSRC}/adamem ${PROGDIR} Modified: head/emulators/advancemame/Makefile ============================================================================== --- head/emulators/advancemame/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/advancemame/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -52,6 +52,7 @@ PLIST_DIRS= %%DATADIR%%/snap \ %%DATADIR%%/artwork \ %%DATADIR%% +NO_STAGE= yes .include .if ${PORT_OPTIONS:MFREETYPE} Modified: head/emulators/advancemenu/Makefile ============================================================================== --- head/emulators/advancemenu/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/advancemenu/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -30,6 +30,7 @@ MAN1= advmenu.1 PORTDOCS= * PLIST_FILES= bin/advmenu +NO_STAGE= yes .include .if ${PORT_OPTIONS:MFREETYPE} Modified: head/emulators/advancemess/Makefile ============================================================================== --- head/emulators/advancemess/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/advancemess/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: advancemess -# Date created: 2007-01-10 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD$ -# PORTNAME= advancemess PORTVERSION= 0.102.0.1 @@ -28,6 +24,7 @@ SLANG_DESC= Enable sLang support (for vi MAN1= advmess.1 +NO_STAGE= yes .include .if ${ARCH} == "i386" Modified: head/emulators/aftp/Makefile ============================================================================== --- head/emulators/aftp/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/aftp/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,10 +1,5 @@ -# New ports collection makefile for: aftp -# Date created: 18th Febuary 1997 -# Last updated: 2nd August, 1998 -# Whom: Joel Sutton -# +# Created by: Joel Sutton # $FreeBSD$ -# PORTNAME= aftp PORTVERSION= 1.0 @@ -19,6 +14,7 @@ COMMENT= A ftp-like shell for accessing MAN1= aftp.1 PLIST_FILES= bin/aftp +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|^CC=.*|CC=${CC} ${CPPFLAGS} ${CFLAGS}|' ${WRKSRC}/Makefile Modified: head/emulators/aqemu/Makefile ============================================================================== --- head/emulators/aqemu/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/aqemu/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,4 @@ -# New ports collection makefile for: aqemu -# Date created: 2008-09-03 -# Whom: Max Brazhnikov -# # $FreeBSD$ -# PORTNAME= aqemu PORTVERSION= 0.8.1 @@ -24,4 +19,5 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER MAN1= aqemu.1 +NO_STAGE= yes .include Modified: head/emulators/atari800/Makefile ============================================================================== --- head/emulators/atari800/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/atari800/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -64,6 +64,7 @@ CONFIGURE_ARGS+= --enable-bufferedlog CONFIGURE_ARGS+= --enable-veryslow .endif +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "Atari800 has the following tunable option(s):" Modified: head/emulators/bfe/Makefile ============================================================================== --- head/emulators/bfe/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/bfe/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -28,6 +28,7 @@ USE_GNOME+= gtk12 CONFIGURE_ARGS+= --gtk 1.2 .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|%%CFLAGS%%|"${CFLAGS}"|g ; \ Modified: head/emulators/bochs/Makefile ============================================================================== --- head/emulators/bochs/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/bochs/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -90,6 +90,7 @@ MAN5= bochsrc.5 SUB_FILES= pkg-message +NO_STAGE= yes .include .if empty(PORT_OPTIONS:MTERM) && empty(PORT_OPTIONS:MWXGTK) && empty(PORT_OPTIONS:MX11) Modified: head/emulators/bsvc/Makefile ============================================================================== --- head/emulators/bsvc/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/bsvc/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: bsvc -# Date created: 03-Mar-1997 -# Whom: tenser@spitfire.ecsel.psu.edu -# +# Created by: tenser@spitfire.ecsel.psu.edu # $FreeBSD$ -# PORTNAME= bsvc PORTVERSION= 2.1 @@ -21,6 +17,7 @@ MAKE_ENV= PROJECT_BASE=${PREFIX} WRKSRC= USE_TK_RUN= yes MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include pre-patch: Modified: head/emulators/catapult/Makefile ============================================================================== --- head/emulators/catapult/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/catapult/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -44,6 +44,7 @@ MAKE_ARGS= INSTALL_BASE="${PREFIX}" \ CATAPULT_OPENMSX_SHARE="${LOCALBASE}/share/openmsx" \ SYMLINK_FOR_BINARY="false" +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/emulators/cinc/Makefile ============================================================================== --- head/emulators/cinc/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/cinc/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cinc -# Date created: 28 May 2002 -# Whom: verm@drunkmonk.net -# +# Created by: verm@drunkmonk.net # $FreeBSD$ -# PORTNAME= cinc PORTVERSION= 2.1.3 @@ -20,6 +16,7 @@ USE_GMAKE= yes PLIST_FILES= bin/cinc \ bin/casm +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|-I-||g' ${WRKSRC}/Makefile.in Modified: head/emulators/cingb/Makefile ============================================================================== --- head/emulators/cingb/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/cingb/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cingb -# Date created: 16 April 2001 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ -# PORTNAME= cingb PORTVERSION= 0.31 @@ -29,6 +25,7 @@ PLIST_FILES= bin/cingb bin/cingb_conf CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} +NO_STAGE= yes .include .if ${ARCH} != "sparc64" && ${ARCH} != "powerpc" Modified: head/emulators/cpmemu/Makefile ============================================================================== --- head/emulators/cpmemu/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/cpmemu/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cpm-emulator -# Date created: 28 June 1995 -# Whom: janek@gaja.ipan.lublin.pl -# +# Created by: janek@gaja.ipan.lublin.pl # $FreeBSD$ -# PORTNAME= cpmemu PORTVERSION= 0.2.1.1 @@ -22,4 +18,5 @@ COMMENT= Cpm emulator ONLY_FOR_ARCHS= i386 +NO_STAGE= yes .include Modified: head/emulators/cpmtools/Makefile ============================================================================== --- head/emulators/cpmtools/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/cpmtools/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,6 +1,5 @@ # Created by: joerg # $FreeBSD$ -# PORTNAME= cpmtools PORTVERSION= 1.1 @@ -20,6 +19,7 @@ USE_GCC= any # # need our own build target to pass PREFIX down to the make command # +NO_STAGE= yes do-build: @(cd ${WRKSRC}; ${MAKE} PREFIX=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} all) Modified: head/emulators/cygne-sdl/Makefile ============================================================================== --- head/emulators/cygne-sdl/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/cygne-sdl/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Cygne/SDL -# Date created: 4 May 2006 -# Whom: Li-Lun Wang -# +# Created by: Li-Lun Wang # $FreeBSD$ -# PORTNAME= cygne-sdl PORTVERSION= 0.1 @@ -20,6 +16,7 @@ USE_GMAKE= yes ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/Cygne-SDL-${PORTVERSION}/src +NO_STAGE= yes post-patch: ${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC}/Makefile Modified: head/emulators/darcnes/Makefile ============================================================================== --- head/emulators/darcnes/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/darcnes/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: darcnes -# Date created: 22 April 2001 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ -# PORTNAME= darcnes PORTVERSION= 9b0401 @@ -25,6 +21,7 @@ USE_GMAKE= yes MAKE_ARGS= CC="${CC}" TARGET_CC="${CC}" CXX="${CXX}" TARGET_CXX="${CXX}" \ AS="${AS}" TARGET_AS="${CC}" LD="${LD}" TARGET_LD="${CC}" +NO_STAGE= yes .include .if ${ARCH} != "i386" || defined(WITHOUT_X86_ASM) Modified: head/emulators/dboxfe/Makefile ============================================================================== --- head/emulators/dboxfe/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/dboxfe/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -29,6 +29,7 @@ DESKTOP_ENTRIES= "DBoxFE" "DOSBox config PRO_DIRS= . dboxfetray +NO_STAGE= yes do-configure: .for dir in ${PRO_DIRS} @(cd ${WRKSRC}/${dir} && \ Modified: head/emulators/desmume/Makefile ============================================================================== --- head/emulators/desmume/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/desmume/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -33,6 +33,7 @@ MAN1= desmume-cli.1 \ desmume-glade.1 \ desmume.1 +NO_STAGE= yes .include .if ${ARCH} == "ia64" Modified: head/emulators/dgen-sdl/Makefile ============================================================================== --- head/emulators/dgen-sdl/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/dgen-sdl/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -19,6 +19,7 @@ PLIST_FILES= bin/dgen \ MAN1= dgen.1 dgen_tobin.1 MAN5= dgenrc.5 +NO_STAGE= yes .include .if ${ARCH} == i386 Modified: head/emulators/dolphin-emu-devel/Makefile ============================================================================== --- head/emulators/dolphin-emu-devel/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/dolphin-emu-devel/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -53,6 +53,7 @@ PORTAUDIO_DESC= Enable PortAudio (mic) s FRAMEDUMPS_DESC= Encode framedumps in AVI format OPTIONS_DEFAULT= PORTAUDIO FRAMEDUMPS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/emulators/dosbox/Makefile ============================================================================== --- head/emulators/dosbox/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/dosbox/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -32,6 +32,7 @@ OPTIONS_RADIO_DEBUGGER=DEBUGGER_ENABLE D DEBUGGER_ENABLE_DESC=Enable internal debugger DEBUGGER_HEAVY_DESC=Enable internal debugger with extra features +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDEBUGGER_ENABLE} Modified: head/emulators/doscmd/Makefile ============================================================================== --- head/emulators/doscmd/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/doscmd/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -22,6 +22,7 @@ MAKE_ARGS+= MANDIR="${PREFIX}/man/man" MAN1= doscmd.1 MANCOMPRESSED= yes +NO_STAGE= yes post-install: @${ECHO_MSG} NOTE: @${ECHO_MSG} ===== Modified: head/emulators/dtcyber/Makefile ============================================================================== --- head/emulators/dtcyber/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/dtcyber/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dtcyber -# Date created: 2006-09-03 -# Whom: trasz -# +# Created by: trasz # $FreeBSD$ -# PORTNAME= dtcyber PORTVERSION= 2.0b1 @@ -28,6 +24,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message PLIST_FILES= bin/dtcyber %%EXAMPLESDIR%%/cyber.ini %%EXAMPLESDIR%%/cos.tap PLIST_DIRS= %%EXAMPLESDIR%% +NO_STAGE= yes pre-patch: ${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.x11 ${REINPLACE_CMD} -e 's|CFLAGS = -O2|CFLAGS+= |' ${WRKSRC}/Makefile.x11 Modified: head/emulators/dynagen/Makefile ============================================================================== --- head/emulators/dynagen/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/dynagen/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dynagen -# Date created: 2006-11-07 -# Whom: trasz -# +# Created by: trasz # $FreeBSD$ -# PORTNAME= dynagen PORTVERSION= 0.11.0 @@ -50,6 +46,7 @@ USE_PYDISTUTILS= yes ALL_TARGET= # empty USE_DOS2UNIX= yes +NO_STAGE= yes post-install: ${INSTALL_SCRIPT} ${WRKSRC}/dynagen ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/dynagen.ini ${PREFIX}/etc/dynagen.ini.sample Modified: head/emulators/dynagui/Makefile ============================================================================== --- head/emulators/dynagui/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/dynagui/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -17,6 +17,7 @@ USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes IMGDIR= ${PREFIX}/share/${PORTNAME}/img +NO_STAGE= yes post-install: ${MKDIR} ${IMGDIR} ${INSTALL_DATA} ${WRKSRC}/img/* ${IMGDIR} Modified: head/emulators/dynamips-community/Makefile ============================================================================== --- head/emulators/dynamips-community/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/dynamips-community/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -31,6 +31,7 @@ MAKE_ENV= \ PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ PTHREAD_LIBS=${PTHREAD_LIBS} +NO_STAGE= yes .include PLIST_FILES= bin/${PORTNAME} bin/nvram_export Modified: head/emulators/dynamips-devel/Makefile ============================================================================== --- head/emulators/dynamips-devel/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/dynamips-devel/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dynamips -# Date created: 21 Mar 2007 -# Whom: Pavel I Volkov -# +# Created by: Pavel I Volkov # $FreeBSD$ -# PORTNAME= dynamips DISTVERSION= 0.2.8-RC2 @@ -36,6 +32,7 @@ MAN1= ${PORTNAME}.1 nvram_export.1 MAN7= hypervisor_mode.7 .endif +NO_STAGE= yes .include .if ${ARCH} == "sparc64" Modified: head/emulators/dynamips/Makefile ============================================================================== --- head/emulators/dynamips/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/dynamips/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dynamips -# Date created: 31 Jan 2006 -# Whom: Max Khon -# +# Created by: Max Khon # $FreeBSD$ -# PORTNAME= dynamips DISTVERSION= 0.2.7 @@ -32,6 +28,7 @@ MAN1= ${PORTNAME}.1 nvram_export.1 MAN7= hypervisor_mode.7 .endif +NO_STAGE= yes .include .if ${ARCH} == "i386" Modified: head/emulators/e-uae/Makefile ============================================================================== --- head/emulators/e-uae/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/e-uae/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -30,6 +30,7 @@ PORTDOCS= ChangeLog README bsdsocket.txt joystick.txt keyboard.txt scsi.txt PLIST_FILES= bin/readdisk bin/uae +NO_STAGE= yes .include post-patch: Modified: head/emulators/extract-xiso/Makefile ============================================================================== --- head/emulators/extract-xiso/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/extract-xiso/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: extract-xiso -# Date created: Sun Apr 20 18:28:16 CEST 2003 -# Whom: king@v2project.com -# +# Created by: king@v2project.com # $FreeBSD$ -# PORTNAME= extract-xiso DISTVERSION= 2.5 @@ -26,6 +22,7 @@ MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} PORTDOCS= * .endif +NO_STAGE= yes pre-configure: @${CP} ${FILESDIR}/Makefile ${WRKSRC} Modified: head/emulators/fceux/Makefile ============================================================================== --- head/emulators/fceux/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/fceux/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -39,6 +39,7 @@ LOGO_DESC= Enable a logoscreen when cre GTK2_DESC= Enable GTK2 GUI (SDL) GTK3_DESC= Enable GTK3 GUI (SDL) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MFRAMESKIP} Modified: head/emulators/fmsx/Makefile ============================================================================== --- head/emulators/fmsx/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/fmsx/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -34,6 +34,7 @@ BPP16_DESC= With BPP16 BPP24_DESC= With BPP24 BPP32_DESC= With BPP32 (see pkg-message) +NO_STAGE= yes .include post-patch: Modified: head/emulators/frodo/Makefile ============================================================================== --- head/emulators/frodo/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/frodo/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -23,6 +23,7 @@ USE_SDL= sdl ROM= 1541 Basic Char Kernal +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ ${WRKDIR}/${WRKNAME}/TkGui.tcl Modified: head/emulators/fuse-utils/Makefile ============================================================================== --- head/emulators/fuse-utils/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/fuse-utils/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -28,6 +28,7 @@ OPTIONS_DEFAULT= AUDIOTOOLS AUDIOTOOLS_DESC= Build audio <-> tape utilities +NO_STAGE= yes .include .if ${PORT_OPTIONS:MAUDIOTOOLS} Modified: head/emulators/fuse/Makefile ============================================================================== --- head/emulators/fuse/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/fuse/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -30,6 +30,7 @@ OPTIONS_DEFAULT= SAMPLERATE AO_DESC= Use libao for audio output SAMPLERATE_DESC= Better beeper sound quality +NO_STAGE= yes .include .if ${PORT_OPTIONS:MAO} Modified: head/emulators/gbe/Makefile ============================================================================== --- head/emulators/gbe/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/gbe/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gbe -# Date created: 16 April 2001 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ -# PORTNAME= gbe PORTVERSION= 0.0.22 @@ -24,6 +20,7 @@ PLIST_FILES= bin/gbe CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gbe ${PREFIX}/bin Modified: head/emulators/generator-cbiere/Makefile ============================================================================== --- head/emulators/generator-cbiere/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/generator-cbiere/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -38,6 +38,7 @@ PLIST_FILES= bin/${PORTNAME}${PKGNAMESUF LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} +NO_STAGE= yes .include .if empty(PORT_OPTIONS:MOPTIMIZED_CFLAGS) Modified: head/emulators/generator/Makefile ============================================================================== --- head/emulators/generator/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/generator/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: generator -# Date created: 16 April 2001 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ -# PORTNAME= generator PORTVERSION= 0.35 @@ -35,6 +31,7 @@ SDL_DESC= Use SDL for audio PLIST_FILES= bin/${PORTNAME}-gtk +NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} Modified: head/emulators/gens/Makefile ============================================================================== --- head/emulators/gens/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/gens/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gens -# Date created: 22 Jun 2005 -# Whom: Travis Poppe -# +# Created by: Travis Poppe # $FreeBSD$ -# PORTNAME= gens PORTVERSION= 2.12a @@ -25,6 +21,7 @@ USE_GMAKE= yes ONLY_FOR_ARCHS= i386 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile Modified: head/emulators/gngb/Makefile ============================================================================== --- head/emulators/gngb/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/gngb/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gngb -# Date created: 16 April 2001 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ -# PORTNAME= gngb PORTVERSION= 20060309 @@ -32,6 +28,7 @@ USE_GL= gl CONFIGURE_ARGS+= --disable-gl .endif +NO_STAGE= yes pre-everything:: .if !defined(WITH_GL) @${ECHO_MSG} Modified: head/emulators/gngeo/Makefile ============================================================================== --- head/emulators/gngeo/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/gngeo/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -35,6 +35,7 @@ STAR_DESC= Use Starscream as 68k emulato MAN1= gngeo.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MI386ASM} || ${PORT_OPTIONS:MRAZE} || \ Modified: head/emulators/gns3/Makefile ============================================================================== --- head/emulators/gns3/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/gns3/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -30,6 +30,7 @@ DESKTOP_ENTRIES= "GNS3" "${COMMENT}" "" OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT= MANPAGES +NO_STAGE= yes .include .if ${PORT_OPTIONS:MMANPAGES} Modified: head/emulators/gnuboy/Makefile ============================================================================== --- head/emulators/gnuboy/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/gnuboy/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: gnuboy -# Date created: Mar 11, 2001 -# Whom: Ying-Chieh Liao -# +# Created by: Ying-Chieh Liao # $FreeBSD$ -# PORTNAME= gnuboy PORTVERSION= 1.0.3 @@ -31,6 +26,7 @@ PLIST_FILES= bin/sdlgnuboy bin/sgnuboy b CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes do-install: .for file in sdlgnuboy sgnuboy xgnuboy ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin Modified: head/emulators/gsnes9x/Makefile ============================================================================== --- head/emulators/gsnes9x/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/gsnes9x/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|^SUBDIRS = intl|SUBDIRS =|g ; \ Modified: head/emulators/gxemul/Makefile ============================================================================== --- head/emulators/gxemul/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/gxemul/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -26,6 +26,7 @@ PLIST_FILES= bin/gxemul # a virtual VGA adaptor. CONFLICTS= svgalib-[0-9]* +NO_STAGE= yes .include .if ${PORT_OPTIONS:MX11} Modified: head/emulators/gxmame/Makefile ============================================================================== --- head/emulators/gxmame/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/gxmame/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-xmame-dir=${LOCALBASE}/share/xmame +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/emulators/hatari/Makefile ============================================================================== --- head/emulators/hatari/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/hatari/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -38,6 +38,7 @@ CFLAGS+= -I${LOCALBASE}/include/portaudi PA2_INCLUDE_DIR=-I${LOCALBASE}/include/portaudio2 PA2_LIBRARY= ${LOCALBASE}/lib/portaudio2/libportaudio.so +NO_STAGE= yes .include post-patch: Modified: head/emulators/hercules/Makefile ============================================================================== --- head/emulators/hercules/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/hercules/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -19,6 +19,7 @@ USE_LDCONFIG= yes PORTDOCS= * +NO_STAGE= yes .include post-extract: Modified: head/emulators/hfs/Makefile ============================================================================== --- head/emulators/hfs/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/hfs/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -28,6 +28,7 @@ PORTDOCS= README OPTIONS_DEFINE= ALIASES DOCS ALIASES_DESC= Install subcommand symbolic links +NO_STAGE= yes .include .if ${PORT_OPTIONS:MALIASES} Modified: head/emulators/higan/Makefile ============================================================================== --- head/emulators/higan/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/higan/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -46,6 +46,7 @@ PULSEAUDIO_DESC= Build Pulseaudio sound INPUT_SDL_DESC= Build SDL input driver INPUT_X_DESC= Build X input driver +NO_STAGE= yes .include .if ${PORT_OPTIONS:MACCURACY} Modified: head/emulators/hugo/Makefile ============================================================================== --- head/emulators/hugo/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/hugo/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -49,6 +49,7 @@ MAKE_ENV+= PORTDOCS=false MAKE_ENV+= PORTDOCS=true .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/configure Modified: head/emulators/i386-wine-devel/Makefile ============================================================================== --- head/emulators/i386-wine-devel/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/i386-wine-devel/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,6 +1,7 @@ # Created by: David Naylor (dbn@FreeBSD.org) # $FreeBSD$ +NO_STAGE= yes # Special bootstrapper to allow: # - i386 specific port to be slave to ${PORTSDIR}/emulators/wine-devel # - amd64 specific port to be normal port (based on binary package) Modified: head/emulators/i386-wine/Makefile ============================================================================== --- head/emulators/i386-wine/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/i386-wine/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,6 +1,7 @@ # Created by: David Naylor (dbn@FreeBSD.org) # $FreeBSD$ +NO_STAGE= yes # Special bootstrapper to allow: # - i386 specific port to be slave to ${PORTSDIR}/emulators/wine # - amd64 specific port to be normal port (based on binary package) Modified: head/emulators/ia64sim/Makefile ============================================================================== --- head/emulators/ia64sim/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/ia64sim/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -23,6 +23,7 @@ PORTDOCS= ia64user.txt readme OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include pre-build: Modified: head/emulators/ines/Makefile ============================================================================== --- head/emulators/ines/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/ines/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ines -# Date created: 02 November 1996 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ -# PORTNAME= ines PORTVERSION= 3.0 @@ -26,6 +22,7 @@ USE_XORG= x11 xext NO_BUILD= yes STRIP= +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin ${MKDIR} ${DATADIR} Modified: head/emulators/its/Makefile ============================================================================== --- head/emulators/its/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/its/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: its -# Date created: 11 January 2002 -# Whom: kstailey -# +# Created by: kstailey # $FreeBSD$ -# PORTNAME= its PORTVERSION= 1.0 @@ -38,6 +34,7 @@ IMAGE_BZ2= ${IMAGE_NAME}.bz2 DOCDIR= ${PREFIX}/share/doc/${KSITS_KLH10_DIR} PLIST_SUB+= IMAGE_HOME=${IMAGE_HOME} +NO_STAGE= yes do-install: @ ${ECHO} Installing compressed PI ITS RP06 disk image in ${IMAGE_HOME} .if (${IMAGE_HOME} == ${KLH10_HOME}) Modified: head/emulators/javatari/Makefile ============================================================================== --- head/emulators/javatari/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/javatari/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -25,6 +25,7 @@ JARFILE= ${DISTNAME}${EXTRACT_SUFX} DESKTOP_ENTRIES= "Javatari" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" "Application;Game;" ${FALSE} PLIST_FILES+= share/pixmaps/${PORTNAME}.png +NO_STAGE= yes post-extract: @(cd ${DISTDIR}/${DIST_SUBDIR} && ${UNZIP_CMD} -d ${WRKDIR} ${JARFILE} \ org/javatari/pc/screen/images/LogoIcon32.png) Modified: head/emulators/joytran/Makefile ============================================================================== --- head/emulators/joytran/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/joytran/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -22,6 +22,7 @@ USES= cmake pkgconfig CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" -DPREFIX="${PREFIX}" USE_XORG= x11 xtst +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/emulators/jzintv/Makefile ============================================================================== --- head/emulators/jzintv/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/jzintv/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -31,6 +31,7 @@ TOOLS= as1600 bin2rom cgc_update crc32 d SUB_FILES= pkg-message +NO_STAGE= yes .include .if ${PORT_OPTIONS:MTOOLS} Modified: head/emulators/kcemu/Makefile ============================================================================== --- head/emulators/kcemu/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/kcemu/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -41,4 +41,5 @@ DESKTOP_ENTRIES="KCemu" "${COMMENT}" \ "${LOCALBASE}/share/KCemu/icons/kcemu-icon.png" "kcemu" \ "System;Emulator;" "true" +NO_STAGE= yes .include Modified: head/emulators/klh10/Makefile ============================================================================== --- head/emulators/klh10/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/klh10/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: klh10 -# Date created: 11 January 2002 -# Whom: kstailey -# +# Created by: kstailey # $FreeBSD$ -# PORTNAME= klh10 PORTVERSION= 2.0a @@ -80,6 +76,7 @@ KSITS_DOCS= Intro.txt \ utils.txt \ vtape.txt +NO_STAGE= yes pre-install: @ ${MKDIR} ${KSITS_KLH10_HOME} @ ${MKDIR} ${KSITS_DRIVER_DIR} Modified: head/emulators/kqemu-kmod-devel/Makefile ============================================================================== --- head/emulators/kqemu-kmod-devel/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/kqemu-kmod-devel/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -30,6 +30,7 @@ CONFLICTS= kqemu-kmod-[0-9]* USE_RC_SUBR= kqemu +NO_STAGE= yes .include PORTDOCS= kqemu-doc.html kqemu-tech.html Modified: head/emulators/kqemu-kmod/Makefile ============================================================================== --- head/emulators/kqemu-kmod/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/kqemu-kmod/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -30,6 +30,7 @@ CONFLICTS= kqemu-kmod-devel-[0-9]* USE_RC_SUBR= kqemu +NO_STAGE= yes .include PORTDOCS= kqemu-doc.html kqemu-tech.html Modified: head/emulators/lib765/Makefile ============================================================================== --- head/emulators/lib765/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/lib765/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -20,6 +20,7 @@ LIBDSK_DESC= Include LibDSK support (rec OPTIONS_DEFAULT= LIBDSK +NO_STAGE= yes .include .if ${PORT_OPTIONS:MLIBDSK} Modified: head/emulators/libdsk/Makefile ============================================================================== --- head/emulators/libdsk/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/libdsk/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libdsk -# Date created: 31 January 2008 -# Whom: pixel -# +# Created by: pixel # $FreeBSD$ -# PORTNAME= libdsk PORTVERSION= 1.2.1 @@ -23,4 +19,5 @@ MAN5= libdskrc.5 NO_MANCOMPRESSED=yes +NO_STAGE= yes .include Modified: head/emulators/libspectrum/Makefile ============================================================================== --- head/emulators/libspectrum/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/libspectrum/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -23,6 +23,7 @@ MAN3= libspectrum.3 OPTIONS_DEFINE= AUDIOFILE AUDIOFILE_DESC= Support loading from .wav files +NO_STAGE= yes .include .if ${PORT_OPTIONS:MAUDIOFILE} Modified: head/emulators/linux-ePSXe/Makefile ============================================================================== --- head/emulators/linux-ePSXe/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/linux-ePSXe/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: linux-ePSXe -# Date created: 21 Dec 2002 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTNAME= epsxe PORTVERSION= 1.6.0 @@ -25,6 +21,7 @@ ONLY_FOR_ARCHS= i386 amd64 SUB_FILES= epsxe-wrapper +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/epsxe-wrapper ${PREFIX}/bin/epsxe ${INSTALL_PROGRAM} ${WRKSRC}/epsxe ${PREFIX}/libexec Modified: head/emulators/linux-geepee32/Makefile ============================================================================== --- head/emulators/linux-geepee32/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/linux-geepee32/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,7 +1,4 @@ -# New ports collection makefile for: geepee32 -# Date Created: 05 October 2003 -# Whom: -# +# Created by: # $FreeBSD$ PORTNAME= geepee32 @@ -25,6 +22,7 @@ REINPLACE_ARGS= TARGET_DIR= ${PREFIX}/${PORTNAME} +NO_STAGE= yes post-patch: ${REINPLACE_CMD}-e 's|%%GEEPEE32DIR%%|${PREFIX}/${PORTNAME}|' ${SCRIPTDIR}/wrapper.sh > \ ${WRKDIR}/wrapper.sh Modified: head/emulators/linux-peops-softgpu/Makefile ============================================================================== --- head/emulators/linux-peops-softgpu/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/linux-peops-softgpu/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -28,6 +28,7 @@ PSEMUPRO_PLUGINS_DIR= ${PREFIX}/lib/psem PSEMUPRO_CFGBINS_DIR= ${PREFIX}/libexec/psemupro/cfg PSEMUPRO_CFGFILES_DIR= ${PREFIX}/share/psemupro/cfg +NO_STAGE= yes .include .include "${.CURDIR}/../linux-pete-xgl2gpu/Makefile.inc" Modified: head/emulators/linux-peops-spu/Makefile ============================================================================== --- head/emulators/linux-peops-spu/Makefile Fri Sep 20 16:36:23 2013 (r327720) +++ head/emulators/linux-peops-spu/Makefile Fri Sep 20 16:43:52 2013 (r327721) @@ -1,9 +1,5 @@ -# New ports collection makefile for: linux-peops-spu -# Date created: 21 Dec 2002 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTNAME= peops-spu PORTVERSION= 1.9 @@ -27,6 +23,7 @@ MAJOR= ${PORTVERSION:R} MINOR= ${PORTVERSION:E} PLIST_SUB+= MAJOR=${MAJOR} MINOR=${MINOR} *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 17:03:42 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4F4CAF1E; Fri, 20 Sep 2013 17:03:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3A8FD23A4; Fri, 20 Sep 2013 17:03:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KH3gAg024753; Fri, 20 Sep 2013 17:03:42 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KH3R1D024661; Fri, 20 Sep 2013 17:03:27 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201703.r8KH3R1D024661@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 17:03:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327722 - in head/devel: aap abi-compliance-checker ace ace+tao-doc acme activitymail adabooch adabooch-doc-html adacurses adasdl adime aegis afay ahven aifad alabastra ald alf allegro ... 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.14 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: Fri, 20 Sep 2013 17:03:42 -0000 Author: bapt Date: Fri Sep 20 17:03:26 2013 New Revision: 327722 URL: http://svnweb.freebsd.org/changeset/ports/327722 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 1) Modified: head/devel/aap/Makefile head/devel/abi-compliance-checker/Makefile head/devel/ace+tao-doc/Makefile head/devel/ace/Makefile head/devel/acme/Makefile head/devel/activitymail/Makefile head/devel/adabooch-doc-html/Makefile head/devel/adabooch/Makefile head/devel/adacurses/Makefile head/devel/adasdl/Makefile head/devel/adime/Makefile head/devel/aegis/Makefile head/devel/afay/Makefile head/devel/ahven/Makefile head/devel/aifad/Makefile head/devel/alabastra/Makefile head/devel/ald/Makefile head/devel/alf/Makefile head/devel/allegro-devel/Makefile head/devel/allegro/Makefile head/devel/android-tools-adb/Makefile head/devel/anjuta-extras/Makefile head/devel/anjuta/Makefile head/devel/antlr/Makefile head/devel/antlrworks/Makefile head/devel/apache-ant/Makefile head/devel/api-sanity-autotest/Makefile head/devel/apiextractor/Makefile head/devel/apr1/Makefile head/devel/apr2/Makefile head/devel/arduino-glcd/Makefile head/devel/arduino-irremote/Makefile head/devel/arduino-mk/Makefile head/devel/arduino/Makefile head/devel/argouml/Makefile head/devel/argp-standalone/Makefile head/devel/argtable/Makefile head/devel/arm-eabi-binutils/Makefile head/devel/arm-eabi-gcc/Makefile head/devel/arm-elf-binutils/Makefile head/devel/aros-sdk/Makefile head/devel/art/Makefile head/devel/as31/Makefile head/devel/asdlgen/Makefile head/devel/asl/Makefile head/devel/asmutils/Makefile head/devel/asmx/Makefile head/devel/astah-community/Makefile head/devel/astyle/Makefile head/devel/atf/Makefile head/devel/atlas-devel/Makefile head/devel/atlas/Makefile head/devel/ats-contrib-testing/Makefile head/devel/autobook/Makefile head/devel/autoconf-archive/Makefile head/devel/autoconf-wrapper/Makefile head/devel/autoconf/Makefile head/devel/autoconf213/Makefile head/devel/autodia/Makefile head/devel/autodist/Makefile head/devel/autogen/Makefile head/devel/automake-wrapper/Makefile head/devel/automake/Makefile head/devel/automake14/Makefile head/devel/automoc4/Makefile head/devel/autotools/Makefile head/devel/avalon-framework/Makefile head/devel/avarice/Makefile head/devel/avce00/Makefile head/devel/avltree/Makefile head/devel/avr-binutils/Makefile head/devel/avr-gcc/Makefile head/devel/avr-gdb/Makefile head/devel/avr-libc/Makefile head/devel/avra/Makefile head/devel/avrdude/Makefile head/devel/avro-c/Makefile head/devel/avro-cpp/Makefile head/devel/avro/Makefile head/devel/awscli/Makefile head/devel/bam/Makefile head/devel/baz/Makefile head/devel/bcc/Makefile head/devel/bcpp/Makefile head/devel/beautifyphp/Makefile head/devel/bennugd-core/Makefile head/devel/bennugd-modules/Makefile head/devel/bglibs/Makefile head/devel/bicyclerepair/Makefile head/devel/bin86/Makefile head/devel/binutils/Makefile head/devel/bison/Makefile head/devel/bisoncpp/Makefile head/devel/blame/Makefile head/devel/bmake/Makefile head/devel/bmkdep/Makefile head/devel/bncsutil-ghost++/Makefile head/devel/bnf/Makefile head/devel/boaconstructor/Makefile head/devel/boehm-gc-redirect/Makefile head/devel/boehm-gc-threaded/Makefile head/devel/boehm-gc/Makefile head/devel/bonobo/Makefile head/devel/boost-all/Makefile head/devel/boost-docs/Makefile head/devel/boost-jam/Makefile head/devel/boost-libs/Makefile head/devel/boost-python-libs/Makefile head/devel/boost_build/Makefile head/devel/bouml-doc/Makefile head/devel/bpython/Makefile head/devel/bsdbuild/Makefile head/devel/bsdcflow/Makefile head/devel/bsdlibdwarf/Makefile head/devel/bufferpool/Makefile head/devel/bug-buddy/Makefile head/devel/bugzilla/Makefile head/devel/bugzilla42/Makefile head/devel/bugzilla44/Makefile head/devel/build/Makefile head/devel/buildapp/Makefile head/devel/buildbot-slave/Makefile head/devel/buildbot/Makefile head/devel/buildtool-doc/Makefile head/devel/buildtool/Makefile head/devel/bullet/Makefile head/devel/bunny/Makefile head/devel/busybee/Makefile head/devel/byaccj/Makefile head/devel/bzapi/Makefile head/devel/bzr-builder/Makefile head/devel/bzr-colo/Makefile head/devel/bzr-explorer/Makefile head/devel/bzr-externals/Makefile head/devel/bzr-fastimport/Makefile head/devel/bzr-git/Makefile head/devel/bzr-grep/Makefile head/devel/bzr-gtk/Makefile head/devel/bzr-loom/Makefile head/devel/bzr-pipeline/Makefile head/devel/bzr-rewrite/Makefile head/devel/bzr-scmproj/Makefile head/devel/bzr-stats/Makefile head/devel/bzr-svn/Makefile head/devel/bzr-upload/Makefile head/devel/bzr/Makefile head/devel/bzrtools/Makefile head/devel/c-unit/Makefile head/devel/c4/Makefile head/devel/calibrator/Makefile head/devel/cbind/Makefile head/devel/cbrowser/Makefile head/devel/cc65/Makefile head/devel/cccc/Makefile head/devel/ccdoc/Makefile head/devel/ccons/Makefile head/devel/ccrtp/Makefile head/devel/cdash/Makefile head/devel/cdecl/Makefile head/devel/cdialog/Makefile head/devel/cdk/Makefile head/devel/cedet/Makefile head/devel/cflow/Makefile head/devel/cflow2vcg/Makefile head/devel/cgdb/Makefile head/devel/cgilib/Makefile head/devel/cgit/Makefile head/devel/cgprof/Makefile head/devel/charva/Makefile head/devel/checkheaders/Makefile head/devel/chrpath/Makefile head/devel/chruby/Makefile head/devel/cil/Makefile head/devel/cityhash/Makefile head/devel/cl-alexandria-clisp/Makefile head/devel/cl-alexandria-sbcl/Makefile head/devel/cl-alexandria/Makefile head/devel/cl-asdf-clisp/Makefile head/devel/cl-asdf/Makefile head/devel/cl-cffi-clisp/Makefile head/devel/cl-cffi-sbcl/Makefile head/devel/cl-cffi/Makefile head/devel/cl-infix-clisp/Makefile head/devel/cl-infix-sbcl/Makefile head/devel/cl-infix/Makefile head/devel/cl-port-clisp/Makefile head/devel/cl-port-sbcl/Makefile head/devel/cl-port/Makefile head/devel/cl-split-sequence-clisp/Makefile head/devel/cl-split-sequence-sbcl/Makefile head/devel/cl-split-sequence/Makefile head/devel/cl-trivial-features-clisp/Makefile head/devel/cl-trivial-features-sbcl/Makefile head/devel/cl-trivial-features/Makefile head/devel/cl-trivial-gray-streams-clisp/Makefile head/devel/cl-trivial-gray-streams-sbcl/Makefile head/devel/cl-trivial-gray-streams/Makefile head/devel/cl-uffi-sbcl/Makefile head/devel/cl-uffi/Makefile head/devel/clanlib/Makefile head/devel/clanlib1/Makefile head/devel/clanlib22/Makefile head/devel/cld/Makefile head/devel/clewn/Makefile head/devel/clig/Makefile head/devel/clint/Makefile head/devel/clisp-hyperspec/Makefile head/devel/cmake-fedora/Makefile head/devel/cmake-gui/Makefile head/devel/cmake-modules/Makefile head/devel/cmake/Makefile head/devel/cmph/Makefile head/devel/cmunge/Makefile head/devel/cobf/Makefile head/devel/cocaine-core/Makefile head/devel/coccinelle/Makefile head/devel/codeblocks/Makefile head/devel/codeworker/Makefile head/devel/colorgcc/Makefile head/devel/colormake/Makefile head/devel/combat/Makefile head/devel/commit-patch/Makefile head/devel/common_lib/Makefile head/devel/commoncpp/Makefile head/devel/compiler-rt/Makefile head/devel/compiz-bcop/Makefile head/devel/concurrencykit/Makefile head/devel/configkit/Makefile head/devel/cons-test/Makefile head/devel/cons/Makefile head/devel/cook/Makefile head/devel/covtool/Makefile head/devel/cpan-upload-http/Makefile head/devel/cpan-upload/Makefile head/devel/cppcheck/Makefile head/devel/cppi/Makefile head/devel/cproto/Makefile head/devel/cpuflags/Makefile head/devel/creduce/Makefile head/devel/cross-binutils/Makefile head/devel/cross-gcc/Makefile head/devel/cross-gdb/Makefile head/devel/cscope/Makefile head/devel/cscout/Makefile head/devel/csmith/Makefile head/devel/csoap/Makefile head/devel/cssc/Makefile head/devel/cstringbuffer/Makefile head/devel/ctags/Makefile head/devel/cunit/Makefile head/devel/cut/Makefile head/devel/cutils/Makefile head/devel/cutter/Makefile head/devel/cvs+ipv6/Makefile head/devel/cvs-devel/Makefile head/devel/cvs-syncmail/Makefile head/devel/cvs/Makefile head/devel/cvs2cl/Makefile head/devel/cvs2darcs/Makefile head/devel/cvs2html/Makefile head/devel/cvs2p4/Makefile head/devel/cvs2svn/Makefile head/devel/cvsadmin/Makefile head/devel/cvsbook/Makefile head/devel/cvschangelogbuilder/Makefile head/devel/cvschk/Makefile head/devel/cvsd/Makefile head/devel/cvsdadm/Makefile head/devel/cvsdelta/Makefile head/devel/cvsdiff2patch/Makefile head/devel/cvsgraph/Makefile head/devel/cvslines/Makefile head/devel/cvsmonitor/Makefile head/devel/cvsplot/Makefile head/devel/cvsps-devel/Makefile head/devel/cvsps/Makefile head/devel/cvsspam/Makefile head/devel/cvsstat/Makefile head/devel/cvstrac/Makefile head/devel/cvsutils/Makefile head/devel/cvsweb/Makefile head/devel/cvsweb3/Makefile head/devel/cvswrap/Makefile head/devel/cweb/Makefile head/devel/cx_Freeze/Makefile head/devel/cxmon/Makefile head/devel/cxref/Makefile head/devel/cxxtest/Makefile head/devel/cxxtools/Makefile head/devel/czmq/Makefile head/devel/d-feet/Makefile head/devel/darts/Makefile head/devel/dasm/Makefile head/devel/datadraw/Makefile head/devel/dbus-glib/Makefile head/devel/dbus-qt4/Makefile head/devel/dbus-sharp-glib/Makefile head/devel/dbus-sharp/Makefile head/devel/dbus/Makefile head/devel/dcmtk/Makefile head/devel/dconf-editor/Makefile head/devel/dconf/Makefile head/devel/ddd/Makefile head/devel/deforaos-libsystem/Makefile head/devel/deheader/Makefile head/devel/delta/Makefile head/devel/desktop-file-utils/Makefile head/devel/dev86/Makefile head/devel/devhelp/Makefile head/devel/devtodo/Makefile head/devel/dfuife-curses/Makefile head/devel/dia2code/Makefile head/devel/diffuse/Makefile head/devel/ding-libs/Makefile head/devel/directfb/Makefile head/devel/dissy/Makefile head/devel/distcc/Makefile head/devel/distel/Makefile head/devel/distorm/Makefile head/devel/ditrack/Makefile head/devel/dits/Makefile head/devel/djgpp-binutils/Makefile head/devel/djgpp-crx/Makefile head/devel/dmake/Makefile head/devel/dmalloc/Makefile head/devel/dmucs/Makefile head/devel/doctorj/Makefile head/devel/dotconf++/Makefile head/devel/dotconf/Makefile head/devel/doxygen/Makefile head/devel/dparser/Makefile head/devel/dprog/Makefile head/devel/dragon/Makefile head/devel/dreampie/Makefile head/devel/drpython/Makefile head/devel/dulwich/Makefile head/devel/duplo/Makefile head/devel/dwarfdump/Makefile head/devel/dxa65/Makefile head/devel/dyncall/Makefile head/devel/e00compr/Makefile head/devel/e2fsprogs-libss/Makefile head/devel/e4graph/Makefile head/devel/e_dbus/Makefile head/devel/easygit/Makefile head/devel/eblob/Makefile head/devel/ebnf2yacc/Makefile head/devel/ecb/Makefile head/devel/eclipse-eclemma/Makefile head/devel/ecore-file/Makefile head/devel/ecore-ipc/Makefile head/devel/ecore-main/Makefile head/devel/ecore/Makefile head/devel/edb/Makefile head/devel/eet/Makefile head/devel/eggdbus/Makefile head/devel/egypt/Makefile head/devel/eieio/Makefile head/devel/eiffelstudio/Makefile head/devel/eina/Makefile head/devel/eio/Makefile head/devel/elf/Makefile head/devel/elfio/Makefile head/devel/elfkickers/Makefile head/devel/elfrc/Makefile head/devel/elfsh/Makefile head/devel/elftoaout/Makefile head/devel/elib-emacs21/Makefile head/devel/elib/Makefile head/devel/entity/Makefile head/devel/epm/Makefile head/devel/epydoc/Makefile head/devel/eric4/Makefile head/devel/eris/Makefile head/devel/esdl/Makefile head/devel/etl/Makefile head/devel/eventxx/Makefile head/devel/evolution-gconf-tools/Makefile head/devel/exercisix/Makefile Modified: head/devel/aap/Makefile ============================================================================== --- head/devel/aap/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/aap/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -20,6 +20,7 @@ USE_ZIP= yes USE_PYTHON= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/devel/abi-compliance-checker/Makefile ============================================================================== --- head/devel/abi-compliance-checker/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/abi-compliance-checker/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -30,6 +30,7 @@ NO_BUILD= yes PLIST_FILES= bin/${PORTNAME}.pl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes .include CPPFILT?= /usr/bin/c++filt Modified: head/devel/ace+tao-doc/Makefile ============================================================================== --- head/devel/ace+tao-doc/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/ace+tao-doc/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# Ports collection makefile for: ace+tao-doc -# Date created: 9 January 2004 -# Whom: Sergey Matveychuk -# +# Created by: Sergey Matveychuk # $FreeBSD$ -# PORTNAME= ace+tao-doc PORTVERSION= 5.5.0 @@ -23,6 +19,7 @@ PLIST= ${WRKDIR}/pkg-plist DIRLIST= ${WRKDIR}/dir-list INSTALL_DIR= share/doc/${PORTNAME} +NO_STAGE= yes pre-install: @${ECHO_MSG} "--> Generating a directories list"; \ cd ${WRKSRC}; \ Modified: head/devel/ace/Makefile ============================================================================== --- head/devel/ace/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/ace/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -34,6 +34,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION="${PORTVERSION}" +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSSL} Modified: head/devel/acme/Makefile ============================================================================== --- head/devel/acme/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/acme/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -34,6 +34,7 @@ PLIST_DIRSTRY= %%DATADIR%%/6502 \ %%DATADIR%%/Own \ %%DATADIR%% +NO_STAGE= yes .include do-install: Modified: head/devel/activitymail/Makefile ============================================================================== --- head/devel/activitymail/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/activitymail/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# New ports collection makefile for: activitymail -# Date created: 11 Nov 2003 -# Whom: Joseph Scott -# +# Created by: Joseph Scott # $FreeBSD$ -# PORTNAME= activitymail PORTVERSION= 1.26 @@ -20,4 +16,5 @@ USE_PERL5= modbuild PLIST_FILES= bin/activitymail MAN1= activitymail.1 +NO_STAGE= yes .include Modified: head/devel/adabooch-doc-html/Makefile ============================================================================== --- head/devel/adabooch-doc-html/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/adabooch-doc-html/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# New ports collection makefile for: adabooch -# Date created: 21 December 2002 -# Whom: David Holm -# +# Created by: David Holm # $FreeBSD$ -# PORTNAME= adabooch-doc PORTVERSION= 20030309 @@ -23,6 +19,7 @@ NO_MTREE= yes WRKSRC= ${WRKDIR}/adabooch-doc-html EXTRACT_AFTER_ARGS= -d ${WRKSRC} +NO_STAGE= yes pre-extract: @${MKDIR} ${WRKSRC} Modified: head/devel/adabooch/Makefile ============================================================================== --- head/devel/adabooch/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/adabooch/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# New ports collection makefile for: adabooch -# Date created: 21 December 2002 -# Whom: David Holm -# +# Created by: David Holm # $FreeBSD$ -# PORTNAME= adabooch PORTVERSION= 20030309 @@ -19,6 +15,7 @@ LICENSE= GPLv2 NO_BUILD= yes +NO_STAGE= yes do-install: @${ECHO} Installing library files @${MKDIR} ${PREFIX}/lib/adabooch Modified: head/devel/adacurses/Makefile ============================================================================== --- head/devel/adacurses/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/adacurses/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# New ports collection makefile for: adacurses -# Date created: 19 June 2002 -# Whom: olgeni@FreeBSD.org -# +# Created by: olgeni@FreeBSD.org # $FreeBSD$ -# PORTNAME= adacurses PORTVERSION= 5.9 @@ -27,6 +23,7 @@ CONFIGURE_ARGS= --datadir=${PREFIX}/shar CONFIGURE_ENV= ac_cv_path_LDCONFIG="${LDCONFIG} -m ${PREFIX}/lib" \ ADA_SUBDIRS="gen src" +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/adacurses @${INSTALL_DATA} ${WRKSRC}/Ada95/src/*.ads ${PREFIX}/lib/adacurses Modified: head/devel/adasdl/Makefile ============================================================================== --- head/devel/adasdl/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/adasdl/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -17,6 +17,7 @@ USE_SDL= mixer image sdl USES= ada gmake GMAKE= ${SETENV} ${MAKE_ENV} gmake +NO_STAGE= yes do-patch: for i in `${FIND} ${WRKSRC} -name 'Makefile'`; do \ ${REINPLACE_CMD} -e '/gnatmake/!s/make\ /gmake\ /' $${i}; \ Modified: head/devel/adime/Makefile ============================================================================== --- head/devel/adime/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/adime/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -14,6 +14,7 @@ LIB_DEPENDS= alleg:${PORTSDIR}/devel/all USES= gmake +NO_STAGE= yes .include "Makefile.man" MAKEFILE= makefile Modified: head/devel/aegis/Makefile ============================================================================== --- head/devel/aegis/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/aegis/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# New ports collection makefile for: aegis -# Date created: 2007-12-20 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD$ -# PORTNAME= aegis PORTVERSION= 4.24.3 @@ -52,6 +48,7 @@ MAN5= aecattr.5 aecstate.5 aedir.5 aefat PORTDATA= * PORTDOCS= * +NO_STAGE= yes .include post-patch: Modified: head/devel/afay/Makefile ============================================================================== --- head/devel/afay/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/afay/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -19,6 +19,7 @@ MAN1= aflex.1 ayacc.1 NO_WRKSUBDIR= yes OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include do-build: Modified: head/devel/ahven/Makefile ============================================================================== --- head/devel/ahven/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/ahven/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -19,6 +19,7 @@ MAKE_ENV+= DESTDIR=${DESTINY} OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/devel/aifad/Makefile ============================================================================== --- head/devel/aifad/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/aifad/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -27,6 +27,7 @@ PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes post-install: @${STRIP_CMD} ${PREFIX}/bin/${PORTNAME} .if !defined(NOPORTDOCS) Modified: head/devel/alabastra/Makefile ============================================================================== --- head/devel/alabastra/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/alabastra/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -24,6 +24,7 @@ ALL_TARGET= Alabastra PLIST_FILES= bin/alabastra +NO_STAGE= yes do-configure: @(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS}) Modified: head/devel/ald/Makefile ============================================================================== --- head/devel/ald/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/ald/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ald -# Date created: 11 July 2003 -# Whom: Patrick Alken -# +# Created by: Patrick Alken # $FreeBSD$ -# PORTNAME= ald PORTVERSION= 0.1.7 @@ -20,4 +16,5 @@ PLIST_FILES= bin/ald ONLY_FOR_ARCHS= i386 NOPRECIOUSMAKEVARS= yes +NO_STAGE= yes .include Modified: head/devel/alf/Makefile ============================================================================== --- head/devel/alf/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/alf/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: alf -# Date created: Sep 4, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= alf PORTVERSION= 0.1 @@ -20,4 +15,5 @@ USE_PYTHON= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include Modified: head/devel/allegro-devel/Makefile ============================================================================== --- head/devel/allegro-devel/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/allegro-devel/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,7 +1,5 @@ -# Created by: nemysis@gmx.ch -# +# Created by: nemysis@gmx.ch # $FreeBSD$ -# PORTNAME= allegro DISTVERSION= 5.0.7 @@ -47,6 +45,7 @@ OPTIONS_DEFINE= DEMOS OPTIONS_DEFAULT= DEMOS DEMOS_DESC= Install Demos programs +NO_STAGE= yes .include .include "Makefile.man" Modified: head/devel/allegro/Makefile ============================================================================== --- head/devel/allegro/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/allegro/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -33,6 +33,7 @@ LIB_DEPENDS+= asound.2:${PORTSDIR}/audio jack.0:${PORTSDIR}/audio/jack \ png15:${PORTSDIR}/graphics/png +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/devel/android-tools-adb/Makefile ============================================================================== --- head/devel/android-tools-adb/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/android-tools-adb/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -24,4 +24,5 @@ MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/adb +NO_STAGE= yes .include Modified: head/devel/anjuta-extras/Makefile ============================================================================== --- head/devel/anjuta-extras/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/anjuta-extras/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,10 +1,6 @@ -# New ports collection makefile for: anjuta-extras -# Date created: 8 May 2009 -# Whom: Koop Mast -# +# Created by: Koop Mast # $FreeBSD$ # $MCom: ports/devel/anjuta-extras/Makefile,v 1.11 2010/09/29 12:14:23 kwm Exp $ -# PORTNAME= anjuta-extras PORTVERSION= 2.32.1.1 @@ -29,4 +25,5 @@ CONFIGURE_ARGS+=--disable-plugin-valgrin GCONF_SCHEMAS= anjuta-editor-scintilla.schemas +NO_STAGE= yes .include Modified: head/devel/anjuta/Makefile ============================================================================== --- head/devel/anjuta/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/anjuta/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -65,6 +65,7 @@ OPTIONS_DEFINE= SVN DEVHELP OPTIONS_DEFAULT=DEVHELP DEVHELP_DESC= Devhelp support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSVN} Modified: head/devel/antlr/Makefile ============================================================================== --- head/devel/antlr/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/antlr/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -27,6 +27,7 @@ PORT_CLASSPATH= ${WRKSRC}/antlrall.jar:. EXAMPLES= cpp java +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} PORTDOCS= ANTLRException.gif closure.gif cpp-runtime.html \ Modified: head/devel/antlrworks/Makefile ============================================================================== --- head/devel/antlrworks/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/antlrworks/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -28,6 +28,7 @@ PLIST_FILES= bin/antlrworks \ ${JAVAJARDIR:C,${PREFIX}/?,,}/${PORTNAME}.jar \ share/pixmaps/antlrworks.png +NO_STAGE= yes do-install: ${SED} -e 's|%%JAVAJARDIR%%|${JAVAJARDIR}|' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ Modified: head/devel/apache-ant/Makefile ============================================================================== --- head/devel/apache-ant/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/apache-ant/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,4 +1,4 @@ -# Created by: Ernst de Haan +# Created by: Ernst de Haan # $FreeBSD$ PORTNAME= apache-ant @@ -45,6 +45,7 @@ MAN5= build.xml.5 SUB_FILES= ant.sh +NO_STAGE= yes post-extract: @${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${MANPAGE_DISTFILE} Modified: head/devel/api-sanity-autotest/Makefile ============================================================================== --- head/devel/api-sanity-autotest/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/api-sanity-autotest/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -31,6 +31,7 @@ NO_BUILD= yes PLIST_FILES= bin/${PORTNAME}.pl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes .include CPPFILT?= /usr/bin/c++filt Modified: head/devel/apiextractor/Makefile ============================================================================== --- head/devel/apiextractor/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/apiextractor/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# New ports collection makefile for: apiextractor -# Date created: 2011-03-21 -# Whom: Nicola Vitale -# +# Created by: Nicola Vitale # $FreeBSD$ -# PORTNAME= apiextractor PORTVERSION= 0.10.10 @@ -29,4 +25,5 @@ USE_BZIP2= yes USES= cmake USE_LDCONFIG= yes +NO_STAGE= yes .include Modified: head/devel/apr1/Makefile ============================================================================== --- head/devel/apr1/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/apr1/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -46,6 +46,7 @@ APU_CONF_ARGS= --with-apr=${APR_WRKDIR} --with-expat=${LOCALBASE} \ --with-iconv=${ICONV_PREFIX} +NO_STAGE= yes .include ########## APR Options Modified: head/devel/apr2/Makefile ============================================================================== --- head/devel/apr2/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/apr2/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,7 +1,4 @@ -# New ports collection makefile for: apr -# Date created: 19 February 2002 -# Whom: Garrett Rooney -# +# Created by: Garrett Rooney # $FreeBSD$ PORTNAME= apr @@ -29,6 +26,7 @@ NDBM_DESC= NDBM support in apr-util DEVRANDOM_DESC= Use /dev/random or compatible DEVELOPER_ONLY_DESC= I want to test apr2 not the maintainer +NO_STAGE= yes .include USES= iconv perl5 Modified: head/devel/arduino-glcd/Makefile ============================================================================== --- head/devel/arduino-glcd/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/arduino-glcd/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# New ports collection makefile for: arduino-lib-glcd -# Date created: 03 Apr 2011 -# Whom: Craig Leres -# +# Created by: Craig Leres # $FreeBSD$ -# PORTNAME= arduino-glcd PORTVERSION= 3.20111205 @@ -38,6 +34,7 @@ FILES= \ glcd_Buildinfo.h \ glcd_Config.h \ glcd_Device.cpp \ +NO_STAGE= yes include \ readme.txt Modified: head/devel/arduino-irremote/Makefile ============================================================================== --- head/devel/arduino-irremote/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/arduino-irremote/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# New ports collection makefile for: arduino-irremote -# Date created: 02 Apr 2011 -# Whom: Craig Leres -# +# Created by: Craig Leres # $FreeBSD$ -# PORTNAME= arduino-irremote PORTVERSION= 0.1 @@ -30,6 +26,7 @@ PLIST_FILES= arduino/libraries/IRremote/ arduino/libraries/IRremote/keywords.txt PLIST_DIRS= arduino/libraries/IRremote +NO_STAGE= yes .include .if ${PORT_OPTIONS:MEXAMPLES} Modified: head/devel/arduino-mk/Makefile ============================================================================== --- head/devel/arduino-mk/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/arduino-mk/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# New ports collection makefile for: arduino-mk -# Date created: 27 Feb 2011 -# Whom: Craig Leres -# +# Created by: Craig Leres # $FreeBSD$ -# PORTNAME= arduino-mk PORTVERSION= 0.10 @@ -28,6 +24,7 @@ NO_BUILD= yes OPTIONS_DEFINE+= DOCS EXAMPLES +NO_STAGE= yes .include .if empty(PORT_OPTIONS:MDOCS) Modified: head/devel/arduino/Makefile ============================================================================== --- head/devel/arduino/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/arduino/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -39,6 +39,7 @@ DOCS_DESC= Install the reference docume INSLIST= arduino hardware lib libraries logo.png revisions.txt tools +NO_STAGE= yes .include .if ${PORT_OPTIONS:MATMEGA644P} Modified: head/devel/argouml/Makefile ============================================================================== --- head/devel/argouml/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/argouml/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -34,6 +34,7 @@ PORTDOCS= manual-${PORTVERSION}.pdf quic OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include DESKTOP_ENTRIES= "ArgoUML" \ Modified: head/devel/argp-standalone/Makefile ============================================================================== --- head/devel/argp-standalone/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/argp-standalone/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -23,6 +23,7 @@ PLIST_FILES= lib/libargp.la lib/libargp. lib/libargp.so lib/libargp.so.0 \ include/argp.h +NO_STAGE= yes .include pre-configure: Modified: head/devel/argtable/Makefile ============================================================================== --- head/devel/argtable/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/argtable/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: argtable -# Date created: Dec 17, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= argtable PORTVERSION= 2.13 @@ -21,6 +16,7 @@ USE_LDCONFIG= yes MAN3= argtable2.3 MLINKS= argtable2.3 argtable.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g ; \ s|^install-data-am: |install-data-am: #|g' ${WRKSRC}/Makefile.in Modified: head/devel/arm-eabi-binutils/Makefile ============================================================================== --- head/devel/arm-eabi-binutils/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/arm-eabi-binutils/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -33,6 +33,7 @@ MAN1= ${PKGNAMEPREFIX}addr2line.1 ${PKG ${PKGNAMEPREFIX}elfedit.1 ${PKGNAMEPREFIX}windmc.1 \ ${PKGNAMEPREFIX}gprof.1 +NO_STAGE= yes post-install: .for F in addr2line c++filt elfedit gprof objcopy objdump readelf size strings ${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \ Modified: head/devel/arm-eabi-gcc/Makefile ============================================================================== --- head/devel/arm-eabi-gcc/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/arm-eabi-gcc/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -10,4 +10,5 @@ BUILD_DEPENDS= arm-eabi-as:${PORTSDIR}/d RUN_DEPENDS= arm-eabi-as:${PORTSDIR}/devel/arm-eabi-binutils MASTERDIR= ${.CURDIR}/../cross-gcc +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/arm-elf-binutils/Makefile ============================================================================== --- head/devel/arm-elf-binutils/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/arm-elf-binutils/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -29,6 +29,7 @@ MAN1= ${PKGNAMEPREFIX}addr2line.1 ${PKG ${PKGNAMEPREFIX}gprof.1 +NO_STAGE= yes post-install: .for F in addr2line c++filt elfedit gprof objcopy objdump readelf size strings ${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \ Modified: head/devel/aros-sdk/Makefile ============================================================================== --- head/devel/aros-sdk/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/aros-sdk/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# New ports collection makefile for: aros-sdk -# Date created: 11 Jan 2007 -# Whom: Jona Joachim -# +# Created by: Jona Joachim # $FreeBSD$ -# PORTNAME= aros-sdk PORTVERSION= 0.20060207 @@ -17,6 +13,7 @@ COMMENT= The Software development kit (S USE_BZIP2= yes USE_GMAKE= yes +NO_STAGE= yes .include LD!= ${CC} -print-prog-name=ld Modified: head/devel/art/Makefile ============================================================================== --- head/devel/art/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/art/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -16,6 +16,7 @@ LIB_DEPENDS= xml++-2.6:${PORTSDIR}/textp USES= gmake pkgconfig +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/artlibgen/src/artlibgen ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/artrepgen/artrepgen ${PREFIX}/bin Modified: head/devel/as31/Makefile ============================================================================== --- head/devel/as31/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/as31/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -23,6 +23,7 @@ PLIST_FILES= bin/as31 %%X11%%bin/as31_gt OPTIONS_DEFINE= X11 OPTIONS_SUB= yes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MX11} Modified: head/devel/asdlgen/Makefile ============================================================================== --- head/devel/asdlgen/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/asdlgen/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -20,6 +20,7 @@ CII_DESC= libcii for use by generated C OPTIONS_DEFAULT= CII +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCII} Modified: head/devel/asl/Makefile ============================================================================== --- head/devel/asl/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/asl/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# New ports collection makefile for: asl -# Date created: 18 June 1997 -# Whom: Thomas Gellekum -# +# Created by: Thomas Gellekum # $FreeBSD$ -# PORTNAME= asl PORTVERSION= 1.41r8 @@ -19,6 +15,7 @@ ONLY_FOR_ARCHS= i386 alpha amd64 MAN1= asl.1 p2bin.1 p2hex.1 pbind.1 plist.1 +NO_STAGE= yes post-extract: ${CP} ${FILESDIR}/Makefile.def ${WRKSRC} Modified: head/devel/asmutils/Makefile ============================================================================== --- head/devel/asmutils/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/asmutils/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# New ports collection makefile for: asmutils -# Date created: 22 January 2001 -# Whom: George Reid -# +# Created by: George Reid # $FreeBSD$ -# PORTNAME= asmutils PORTVERSION= 0.18 @@ -45,6 +41,7 @@ PLIST_FILES= ${BINS:S/^/bin\/asmutils\// PLIST_DIRS= bin/asmutils lib/asmutils PORTDOCS= * +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,^static ,,' ${WRKSRC}/lib/libm.c Modified: head/devel/asmx/Makefile ============================================================================== --- head/devel/asmx/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/asmx/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# New ports collection makefile for: asmx -# Date created: 28 October 2008 -# Whom: elbarto -# +# Created by: elbarto # $FreeBSD$ -# PORTNAME= asmx PORTVERSION= 1.8.2 @@ -34,6 +30,7 @@ USE_ZIP= yes PORTDOCS= README.txt +NO_STAGE= yes .include .if ${PORT_OPTIONS:M1802} Modified: head/devel/astah-community/Makefile ============================================================================== --- head/devel/astah-community/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/astah-community/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -42,6 +42,7 @@ REINPLACE_ARGS= -i "" OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) Modified: head/devel/astyle/Makefile ============================================================================== --- head/devel/astyle/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/astyle/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -19,6 +19,7 @@ USE_GCC= yes WRKSRC= ${WRKDIR}/astyle/build/gcc +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's,^CFLAGS,#CFLAGS,; s,g++,${CXX},;' ${WRKSRC}/Makefile Modified: head/devel/atf/Makefile ============================================================================== --- head/devel/atf/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/atf/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -29,6 +29,7 @@ OPTIONS_DEFINE= TOOLS OPTIONS_DEFAULT=TOOLS TOOLS_DESC= Enable deprecated tools +NO_STAGE= yes .include .if ${OSVERSION} >= 1000021 Modified: head/devel/atlas-devel/Makefile ============================================================================== --- head/devel/atlas-devel/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/atlas-devel/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Atlas -# Date created: 3 February 2005 -# Whom: Janni -# +# Created by: Janni # $FreeBSD$ -# PORTNAME= Atlas PORTVERSION= 0.6.2 @@ -22,6 +18,7 @@ NO_LATEST_LINK= YES CONFIGURE_ARGS+=--program-transform-name= +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} Modified: head/devel/atlas/Makefile ============================================================================== --- head/devel/atlas/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/atlas/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Atlas -# Date created: 29 March 2001 -# Whom: Oliver Lehmann -# +# Created by: Oliver Lehmann # $FreeBSD$ -# PORTNAME= Atlas PORTVERSION= 0.5.2 @@ -20,6 +16,7 @@ USE_LDCONFIG= YES USE_BZIP2= YES USES= pathfix +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's| install-docDATA | |g' ${WRKSRC}/Makefile.in Modified: head/devel/ats-contrib-testing/Makefile ============================================================================== --- head/devel/ats-contrib-testing/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/ats-contrib-testing/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ats-contrib-testing -# Date created: 2011-10-11 -# Whom: Jyun-Yan You -# +# Created by: Jyun-Yan You # $FreeBSD$ -# PORTNAME= testing PORTVERSION= ${ATS_VER} @@ -17,5 +13,6 @@ COMMENT= Facilitating construction of te NO_BUILD= yes ATS_CTRB= testing +NO_STAGE= yes .include "${.CURDIR}/../../lang/ats/bsd.ats.mk" .include Modified: head/devel/autobook/Makefile ============================================================================== --- head/devel/autobook/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/autobook/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# New ports collection makefile for: autobook -# Date created: 13 December 2001 -# Whom: Edwin Groothuis (edwin@mavetju.org) -# +# Created by: Edwin Groothuis (edwin@mavetju.org) # $FreeBSD$ -# PORTNAME= autobook PORTVERSION= 1.5 @@ -15,6 +11,7 @@ COMMENT= GNU autoconf, automake, and lib NO_BUILD= yes # it's only text! +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/share/doc/autobook ${CP} ${WRKSRC}/* ${PREFIX}/share/doc/autobook Modified: head/devel/autoconf-archive/Makefile ============================================================================== --- head/devel/autoconf-archive/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/autoconf-archive/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# New ports collection makefile for: autoconf-archive -# Date Created: 18 October 2006 -# Whom: Martin Kammerhofer -# +# Created by: Martin Kammerhofer # $FreeBSD$ -# PORTNAME= autoconf-archive PORTVERSION= 0.${DISTDATE:C/-/./g} @@ -21,4 +17,5 @@ INFO= ${PORTNAME} PLIST_SUB= MACRODIR=share/aclocal +NO_STAGE= yes .include Modified: head/devel/autoconf-wrapper/Makefile ============================================================================== --- head/devel/autoconf-wrapper/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/autoconf-wrapper/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -15,6 +15,7 @@ NO_BUILD= YES TOOL?= AUTOCONF WRAPPED_TOOLS?= autoconf autoheader autom4te autoreconf autoscan \ autoupdate ifnames +NO_STAGE= yes .include TOOLS_CASE!= ${ECHO_CMD} ${WRAPPED_TOOLS} | ${TR} ' ' '|' Modified: head/devel/autoconf/Makefile ============================================================================== --- head/devel/autoconf/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/autoconf/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -35,6 +35,7 @@ GENERIC_LINKS= autoconf autoheader autom MAN1_PAGES= ${GENERIC_LINKS} config.guess config.sub MAN1= ${MAN1_PAGES:S/$/-${BUILD_VERSION}.1/g} +NO_STAGE= yes post-patch: @(cd ${WRKSRC}/man && \ for file in *.[1x]; do \ Modified: head/devel/autoconf213/Makefile ============================================================================== --- head/devel/autoconf213/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/autoconf213/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -32,6 +32,7 @@ INFO= autoconf-${BUILD_VERSION} STRIP= # none +NO_STAGE= yes post-patch: @${RM} ${WRKSRC}/*.info* >/dev/null 2>&1 || true Modified: head/devel/autodia/Makefile ============================================================================== --- head/devel/autodia/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/autodia/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -46,6 +46,7 @@ MAN3= Autodia.3 autodia.3 \ Autodia::Handler::umbrello.3 PORTDOCS= CHANGES CREDITS DEVELOP FAQ INSTALL MANIFEST README TODO +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGRAPHVIZ} Modified: head/devel/autodist/Makefile ============================================================================== --- head/devel/autodist/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/autodist/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,9 +1,5 @@ -# New ports collection makefile for: autodist -# Date created: 2007-02-21 -# Whom: Peter Johnson -# +# Created by: Peter Johnson # $FreeBSD$ -# PORTNAME= autodist PORTVERSION= 1.5 @@ -21,6 +17,7 @@ USE_GMAKE= yes MAN1= autodist.1 INFO= autodist +NO_STAGE= yes .include post-patch: Modified: head/devel/autogen/Makefile ============================================================================== --- head/devel/autogen/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/autogen/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -35,4 +35,5 @@ MAN3= ao_string_tokenize.3 configFileLoa INFO= autogen +NO_STAGE= yes .include Modified: head/devel/automake-wrapper/Makefile ============================================================================== --- head/devel/automake-wrapper/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/automake-wrapper/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -10,4 +10,5 @@ PKGDIR= ${.CURDIR} TOOL= AUTOMAKE WRAPPED_TOOLS= aclocal automake +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/automake/Makefile ============================================================================== --- head/devel/automake/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/automake/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -28,6 +28,7 @@ MAN1= aclocal-${BUILD_VERSION}-${BUILD_ automake-${BUILD_VERSION}-${BUILD_VERSION}.1 \ automake-${BUILD_VERSION}.1 +NO_STAGE= yes post-patch: @${RM} ${WRKSRC}/doc/*.info Modified: head/devel/automake14/Makefile ============================================================================== --- head/devel/automake14/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/automake14/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -30,6 +30,7 @@ INFO= automake-${BUILD_VERSION} STRIP= # none +NO_STAGE= yes post-patch: @${RM} ${WRKSRC}/*.info* @${MV} ${WRKSRC}/automake.texi ${WRKSRC}/automake-${BUILD_VERSION}.texi Modified: head/devel/automoc4/Makefile ============================================================================== --- head/devel/automoc4/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/automoc4/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,7 +1,4 @@ -# New ports collection makefile for: automoc4 -# Date created: today -# Whom: miwi -# +# Created by: miwi # $FreeBSD$ PORTNAME= automoc4 @@ -20,4 +17,5 @@ USE_BZIP2= yes USES= cmake iconv MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include Modified: head/devel/autotools/Makefile ============================================================================== --- head/devel/autotools/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/autotools/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,7 +1,4 @@ -# New ports collection makefile for: autotools -# Date created: 14th April 2007 -# Whom: Ade Lovett -# +# Created by: Ade Lovett # $FreeBSD$ PORTNAME= autotools @@ -26,6 +23,7 @@ PLIST_FILES= share/${PORTNAME} NO_BUILD= yes NO_FETCH= yes +NO_STAGE= yes do-install: @${ECHO_CMD} "Placeholder file" > ${PREFIX}/${PLIST_FILES} Modified: head/devel/avalon-framework/Makefile ============================================================================== --- head/devel/avalon-framework/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/avalon-framework/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -27,6 +27,7 @@ PORTDOCS= api basics.html cop cvs-usage. JARFILES= ${PORTNAME}.jar ${PORTNAME}-api.jar ${PORTNAME}-impl.jar PLIST_FILES+= ${JARFILES:S,^,%%JAVAJARDIR%%/,} +NO_STAGE= yes do-install: @${ECHO_MSG} -n ">> Installing JARs in ${JAVAJARDIR}/..." .for jarfile in ${JARFILES} Modified: head/devel/avarice/Makefile ============================================================================== --- head/devel/avarice/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/avarice/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -22,4 +22,5 @@ GNU_CONFIGURE= yes MAN1= avarice.1 ice-gdb.1 ice-insight.1 +NO_STAGE= yes .include Modified: head/devel/avce00/Makefile ============================================================================== --- head/devel/avce00/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/avce00/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -21,6 +21,7 @@ PLIST_FILES= bin/avcimport bin/avcexport PORTDOCS= avce00.html +NO_STAGE= yes .include post-extract: Modified: head/devel/avltree/Makefile ============================================================================== --- head/devel/avltree/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/avltree/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,7 +1,4 @@ -# New ports collection makefile for: avltree -# Date created: 13 January 2000 -# Whom: Bill Ross -# +# Created by: Bill Ross # $FreeBSD$ PORTNAME= avltree @@ -16,4 +13,5 @@ COMMENT= An in-memory index w/ binary an MAN3= avltree.3 MANCOMPRESSED= yes +NO_STAGE= yes .include Modified: head/devel/avr-binutils/Makefile ============================================================================== --- head/devel/avr-binutils/Makefile Fri Sep 20 16:43:52 2013 (r327721) +++ head/devel/avr-binutils/Makefile Fri Sep 20 17:03:26 2013 (r327722) @@ -1,4 +1,4 @@ -# Created by: Joerg Wunsch +# Created by: Joerg Wunsch # $FreeBSD$ PORTNAME= binutils @@ -47,6 +47,7 @@ MAN1= \ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 17:05:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2BED877; Fri, 20 Sep 2013 17:05:00 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1762723AE; Fri, 20 Sep 2013 17:05:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KH4xkt030830; Fri, 20 Sep 2013 17:04:59 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KH4iDU030731; Fri, 20 Sep 2013 17:04:44 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201704.r8KH4iDU030731@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 17:04:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327723 - in head/devel: f77flow fam fampp fastcrc fb303 fc++ ffcall fga fhist fib firmware-utils fistgen flatzebra flex-sdk flex-sdk2 flex-sdk35 flex_compiler_shell flexdock flexjson f... 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.14 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: Fri, 20 Sep 2013 17:05:00 -0000 Author: bapt Date: Fri Sep 20 17:04:43 2013 New Revision: 327723 URL: http://svnweb.freebsd.org/changeset/ports/327723 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 2) Modified: head/devel/f77flow/Makefile head/devel/fam/Makefile head/devel/fampp/Makefile head/devel/fastcrc/Makefile head/devel/fb303/Makefile head/devel/fc++/Makefile head/devel/ffcall/Makefile head/devel/fga/Makefile head/devel/fhist/Makefile head/devel/fib/Makefile head/devel/firmware-utils/Makefile head/devel/fistgen/Makefile head/devel/flatzebra/Makefile head/devel/flex-sdk/Makefile head/devel/flex-sdk2/Makefile head/devel/flex-sdk35/Makefile head/devel/flex_compiler_shell/Makefile head/devel/flexdock/Makefile head/devel/flexjson/Makefile head/devel/flick/Makefile head/devel/flickrnet/Makefile head/devel/florist-gpl/Makefile head/devel/flowdesigner/Makefile head/devel/flyspray/Makefile head/devel/fmake/Makefile head/devel/fnccheck/Makefile head/devel/fnorb/Makefile head/devel/fortran-utils/Makefile head/devel/fortytwo-encore/Makefile head/devel/fossil/Makefile head/devel/fpc-bfd/Makefile head/devel/fpc-dbus/Makefile head/devel/fpc-fcl-async/Makefile head/devel/fpc-fcl-base/Makefile head/devel/fpc-fcl-db/Makefile head/devel/fpc-fcl-extra/Makefile head/devel/fpc-fcl-fpcunit/Makefile head/devel/fpc-fcl-image/Makefile head/devel/fpc-fcl-js/Makefile head/devel/fpc-fcl-json/Makefile head/devel/fpc-fcl-net/Makefile head/devel/fpc-fcl-passrc/Makefile head/devel/fpc-fcl-process/Makefile head/devel/fpc-fcl-registry/Makefile head/devel/fpc-fcl-res/Makefile head/devel/fpc-fcl-web/Makefile head/devel/fpc-fcl-xml/Makefile head/devel/fpc-fpmkunit/Makefile head/devel/fpc-fppkg/Makefile head/devel/fpc-fv/Makefile head/devel/fpc-gdbint/Makefile head/devel/fpc-newt/Makefile head/devel/fpc-pthreads/Makefile head/devel/fpc-regexpr/Makefile head/devel/fpc-sdl/Makefile head/devel/fpc-symbolic/Makefile head/devel/fpc-zlib/Makefile head/devel/fpp/Makefile head/devel/frama-c/Makefile head/devel/freeocl/Makefile head/devel/frink/Makefile head/devel/fsmgenerator/Makefile head/devel/ftjam/Makefile head/devel/ftnchek/Makefile head/devel/fuel/Makefile head/devel/fujaba/Makefile head/devel/funnelweb/Makefile head/devel/g-wrap/Makefile head/devel/gaa/Makefile head/devel/gamin/Makefile head/devel/gaphor/Makefile head/devel/gauche-readline/Makefile head/devel/gaul/Makefile head/devel/gazpacho/Makefile head/devel/gccmakedep/Makefile head/devel/gconf/Makefile head/devel/gconf2-reference/Makefile head/devel/gconf2/Makefile head/devel/gconfmm/Makefile head/devel/gconfmm26/Makefile head/devel/gcvs/Makefile head/devel/gdb/Makefile head/devel/gdb66/Makefile head/devel/gdbmods/Makefile head/devel/gdcm/Makefile head/devel/geany-plugin-addons/Makefile head/devel/geany-plugin-codenav/Makefile head/devel/geany-plugin-commander/Makefile head/devel/geany-plugin-debugger/Makefile head/devel/geany-plugin-devhelp/Makefile head/devel/geany-plugin-doc/Makefile head/devel/geany-plugin-extrasel/Makefile head/devel/geany-plugin-gendoc/Makefile head/devel/geany-plugin-geniuspaste/Makefile head/devel/geany-plugin-gproject/Makefile head/devel/geany-plugin-insertnum/Makefile head/devel/geany-plugin-latex/Makefile head/devel/geany-plugin-lipsum/Makefile head/devel/geany-plugin-lua/Makefile head/devel/geany-plugin-macro/Makefile head/devel/geany-plugin-miniscript/Makefile head/devel/geany-plugin-multiterm/Makefile head/devel/geany-plugin-numberedbookmarks/Makefile head/devel/geany-plugin-pg/Makefile head/devel/geany-plugin-pretty-printer/Makefile head/devel/geany-plugin-prj/Makefile head/devel/geany-plugin-scope/Makefile head/devel/geany-plugin-sendmail/Makefile head/devel/geany-plugin-shiftcolumn/Makefile head/devel/geany-plugin-spellcheck/Makefile head/devel/geany-plugin-tableconvert/Makefile head/devel/geany-plugin-treebrowser/Makefile head/devel/geany-plugin-updatechecker/Makefile head/devel/geany-plugin-vc/Makefile head/devel/geany-plugin-webhelper/Makefile head/devel/geany-plugin-xmlsnippets/Makefile head/devel/geany-plugins-l10n/Makefile head/devel/geany-plugins/Makefile head/devel/geany/Makefile head/devel/gearmand-devel/Makefile head/devel/gearmand/Makefile head/devel/gecode/Makefile head/devel/generate/Makefile head/devel/generatorrunner/Makefile head/devel/gengetopt/Makefile head/devel/genproto/Makefile head/devel/geoip-java/Makefile head/devel/gettext-lint/Makefile head/devel/gettext-msghack/Makefile head/devel/gettext/Makefile head/devel/getxml/Makefile head/devel/gflags/Makefile head/devel/giggle/Makefile head/devel/gindent/Makefile head/devel/gio-sharp/Makefile head/devel/git-merge-changelog/Makefile head/devel/git-review/Makefile head/devel/git-subversion/Makefile head/devel/git/Makefile head/devel/gitg/Makefile head/devel/gitolite/Makefile head/devel/gitolite2/Makefile head/devel/gitphp/Makefile head/devel/gittrac/Makefile head/devel/gjstest/Makefile head/devel/glade2/Makefile head/devel/glade3/Makefile head/devel/glademm/Makefile head/devel/glib-java/Makefile head/devel/glib12/Makefile head/devel/glib20-reference/Makefile head/devel/glib20/Makefile head/devel/glibmm-reference/Makefile head/devel/glibmm/Makefile head/devel/global/Makefile head/devel/glog/Makefile head/devel/glrparser/Makefile head/devel/glui/Makefile head/devel/gmake/Makefile head/devel/gnatpython/Makefile head/devel/gnome-common/Makefile head/devel/gnome-js-common/Makefile head/devel/gnome-vfs-monikers/Makefile head/devel/gnome-vfs-reference/Makefile head/devel/gnome-vfs/Makefile head/devel/gnome-vfsmm/Makefile head/devel/gnome2-hacker-tools/Makefile head/devel/gnucflow/Makefile head/devel/gnulib/Makefile head/devel/gnulibiberty/Makefile head/devel/gnustep-make/Makefile head/devel/gnustep/Makefile head/devel/go-pretty/Makefile head/devel/gob2/Makefile head/devel/gobject-introspection/Makefile head/devel/goffice/Makefile head/devel/goffice010/Makefile head/devel/gonzui/Makefile head/devel/google-gdata/Makefile head/devel/google-perftools/Makefile head/devel/google-sparsehash/Makefile head/devel/google-styleguide/Makefile head/devel/googlemock/Makefile head/devel/googletest/Makefile head/devel/goprotobuf/Makefile head/devel/gorm/Makefile head/devel/gperf/Makefile head/devel/gprbuild/Makefile head/devel/gps/Makefile head/devel/gpsim/Makefile head/devel/gputils/Makefile head/devel/grantlee/Makefile head/devel/gsettings-desktop-schemas/Makefile head/devel/gsoap/Makefile head/devel/gstreamer-plugins-gconf/Makefile head/devel/gstreamer-plugins-gio/Makefile head/devel/gstreamer-plugins-gnomevfs/Makefile head/devel/gstreamer-plugins-sdl/Makefile head/devel/gstreamer-plugins-soup/Makefile head/devel/gstreamer1-plugins-soup/Makefile head/devel/gtgt/Makefile head/devel/gtkparasite/Makefile head/devel/gtranslator/Makefile head/devel/guichan/Makefile head/devel/guikachu/Makefile head/devel/guile-lib/Makefile head/devel/guiloader-c++/Makefile head/devel/guiloader/Makefile head/devel/gvfs/Makefile head/devel/gwenhywfar-fox16/Makefile head/devel/gwenhywfar-gtk2/Makefile head/devel/gwenhywfar-qt4/Makefile head/devel/gwenhywfar/Makefile head/devel/gzstream/Makefile head/devel/hachoir-core/Makefile head/devel/hachoir-parser/Makefile head/devel/hachoir-regex/Makefile head/devel/hadoop/Makefile head/devel/happydoc/Makefile head/devel/hapy/Makefile head/devel/hcs12mem/Makefile head/devel/hexcompare/Makefile head/devel/hg-git/Makefile head/devel/hgsvn/Makefile head/devel/hgview/Makefile head/devel/highlighterkit/Makefile head/devel/horde-content/Makefile head/devel/horde-timeobjects/Makefile head/devel/horde-whups/Makefile head/devel/horde3-chora/Makefile head/devel/horde3-whups/Makefile head/devel/hp48cc/Makefile head/devel/hp48xgcc/Makefile head/devel/hs-BNFC/Makefile head/devel/hs-Boolean/Makefile head/devel/hs-ConfigFile/Makefile head/devel/hs-DeepArrow/Makefile head/devel/hs-HUnit/Makefile head/devel/hs-IORefCAS/Makefile head/devel/hs-IfElse/Makefile head/devel/hs-List/Makefile head/devel/hs-MaybeT/Makefile head/devel/hs-MemoTrie/Makefile head/devel/hs-MissingH/Makefile head/devel/hs-MonadCatchIO-mtl/Makefile head/devel/hs-MonadCatchIO-transformers/Makefile head/devel/hs-MonadRandom/Makefile head/devel/hs-ObjectName/Makefile head/devel/hs-PSQueue/Makefile head/devel/hs-QuickCheck/Makefile head/devel/hs-ReadArgs/Makefile head/devel/hs-SafeSemaphore/Makefile head/devel/hs-StateVar/Makefile head/devel/hs-Stream/Makefile head/devel/hs-Tensor/Makefile head/devel/hs-TypeCompose/Makefile head/devel/hs-abstract-deque/Makefile head/devel/hs-abstract-par/Makefile head/devel/hs-activehs-base/Makefile head/devel/hs-alex/Makefile head/devel/hs-ansi-terminal/Makefile head/devel/hs-ansi-wl-pprint/Makefile head/devel/hs-arrows/Makefile head/devel/hs-asn1-data/Makefile head/devel/hs-asn1-types/Makefile head/devel/hs-async/Makefile head/devel/hs-attempt/Makefile head/devel/hs-base-unicode-symbols/Makefile head/devel/hs-base16-bytestring/Makefile head/devel/hs-base64-bytestring/Makefile head/devel/hs-base64-conduit/Makefile head/devel/hs-basic-prelude/Makefile head/devel/hs-bifunctors/Makefile head/devel/hs-bits-atomic/Makefile head/devel/hs-blaze-builder-conduit/Makefile head/devel/hs-blaze-builder-enumerator/Makefile head/devel/hs-blaze-builder/Makefile head/devel/hs-blaze-textual/Makefile head/devel/hs-bloomfilter/Makefile head/devel/hs-bsd-sysctl/Makefile head/devel/hs-byteorder/Makefile head/devel/hs-bytestring-nums/Makefile head/devel/hs-bytestring-show/Makefile head/devel/hs-c2hs/Makefile head/devel/hs-cabal-install/Makefile head/devel/hs-cereal/Makefile head/devel/hs-checkers/Makefile head/devel/hs-classy-prelude-conduit/Makefile head/devel/hs-classy-prelude/Makefile head/devel/hs-cmdargs/Makefile head/devel/hs-conduit/Makefile head/devel/hs-configurator/Makefile head/devel/hs-convertible/Makefile head/devel/hs-cpphs/Makefile head/devel/hs-darcs/Makefile head/devel/hs-data-default-class/Makefile head/devel/hs-data-default-instances-base/Makefile head/devel/hs-data-default-instances-containers/Makefile head/devel/hs-data-default-instances-dlist/Makefile head/devel/hs-data-default-instances-old-locale/Makefile head/devel/hs-data-default/Makefile head/devel/hs-data-pprint/Makefile head/devel/hs-date-cache/Makefile head/devel/hs-datetime/Makefile head/devel/hs-directory-tree/Makefile head/devel/hs-dlist/Makefile head/devel/hs-drift/Makefile head/devel/hs-edit-distance/Makefile head/devel/hs-either/Makefile head/devel/hs-enumerator/Makefile head/devel/hs-errors/Makefile head/devel/hs-extensible-exceptions/Makefile head/devel/hs-failure/Makefile head/devel/hs-fast-logger/Makefile head/devel/hs-fgl/Makefile head/devel/hs-file-embed/Makefile head/devel/hs-filemanip/Makefile head/devel/hs-filestore/Makefile head/devel/hs-filesystem-conduit/Makefile head/devel/hs-fsnotify/Makefile head/devel/hs-gconf/Makefile head/devel/hs-generic-deriving/Makefile head/devel/hs-geniplate/Makefile head/devel/hs-ghc-events/Makefile head/devel/hs-ghc-mtl/Makefile head/devel/hs-ghc-paths/Makefile head/devel/hs-gio/Makefile head/devel/hs-git-annex/Makefile head/devel/hs-glade/Makefile head/devel/hs-glib/Makefile head/devel/hs-gtk2hs-buildtools/Makefile head/devel/hs-haddock/Makefile head/devel/hs-happy/Makefile head/devel/hs-hashable/Makefile head/devel/hs-hashed-storage/Makefile head/devel/hs-hashtables/Makefile head/devel/hs-haskeline/Makefile head/devel/hs-haskell-platform/Makefile head/devel/hs-haskell-src-exts/Makefile head/devel/hs-haskell-src/Makefile head/devel/hs-hasktags/Makefile head/devel/hs-hastache/Makefile head/devel/hs-hat/Makefile head/devel/hs-hdoc/Makefile head/devel/hs-hinotify/Makefile head/devel/hs-hint/Makefile head/devel/hs-hlibev/Makefile head/devel/hs-hlint/Makefile head/devel/hs-hoogle/Makefile head/devel/hs-hslogger/Makefile head/devel/hs-hspec-expectations/Makefile head/devel/hs-hspec/Makefile head/devel/hs-idoc/Makefile head/devel/hs-kqueue/Makefile head/devel/hs-language-c/Makefile head/devel/hs-language-javascript/Makefile head/devel/hs-largeword/Makefile head/devel/hs-lazysmallcheck/Makefile head/devel/hs-lens/Makefile head/devel/hs-lifted-base/Makefile head/devel/hs-logict/Makefile head/devel/hs-mmap/Makefile head/devel/hs-mmorph/Makefile head/devel/hs-monad-control/Makefile head/devel/hs-monad-logger/Makefile head/devel/hs-monad-par-extras/Makefile head/devel/hs-monad-par/Makefile head/devel/hs-mtl/Makefile head/devel/hs-mueval/Makefile head/devel/hs-murmur-hash/Makefile head/devel/hs-optparse-applicative/Makefile head/devel/hs-parallel/Makefile head/devel/hs-pcre-light/Makefile head/devel/hs-pool-conduit/Makefile head/devel/hs-primitive/Makefile head/devel/hs-profunctor-extras/Makefile head/devel/hs-profunctors/Makefile head/devel/hs-project-template/Makefile head/devel/hs-quickcheck-io/Makefile head/devel/hs-random/Makefile head/devel/hs-ranges/Makefile head/devel/hs-reactive/Makefile head/devel/hs-readline/Makefile head/devel/hs-reflection/Makefile head/devel/hs-resource-pool/Makefile head/devel/hs-resourcet/Makefile head/devel/hs-safe/Makefile head/devel/hs-setenv/Makefile head/devel/hs-show/Makefile head/devel/hs-silently/Makefile head/devel/hs-simple-reflect/Makefile head/devel/hs-smallcheck/Makefile head/devel/hs-split/Makefile head/devel/hs-stm/Makefile head/devel/hs-strict/Makefile head/devel/hs-syb-with-class-instances-text/Makefile head/devel/hs-syb-with-class/Makefile head/devel/hs-syb/Makefile head/devel/hs-system-fileio/Makefile head/devel/hs-system-filepath/Makefile head/devel/hs-tagged/Makefile head/devel/hs-temporary/Makefile head/devel/hs-terminfo/Makefile head/devel/hs-test-framework-hunit/Makefile head/devel/hs-test-framework-quickcheck2/Makefile head/devel/hs-test-framework/Makefile head/devel/hs-testpack/Makefile head/devel/hs-text/Makefile head/devel/hs-threads/Makefile head/devel/hs-threadscope/Makefile head/devel/hs-time-compat/Makefile head/devel/hs-timezone-olson/Makefile head/devel/hs-timezone-series/Makefile head/devel/hs-transformers-base/Makefile head/devel/hs-transformers/Makefile head/devel/hs-unamb/Makefile head/devel/hs-uniplate/Makefile head/devel/hs-unix-compat/Makefile head/devel/hs-unix-time/Makefile head/devel/hs-unordered-containers/Makefile head/devel/hs-utf8-light/Makefile head/devel/hs-utf8-string/Makefile head/devel/hs-utility-ht/Makefile head/devel/hs-uuagc-bootstrap/Makefile head/devel/hs-uuagc-cabal/Makefile head/devel/hs-uuagc/Makefile head/devel/hs-uuid/Makefile head/devel/hs-uulib/Makefile head/devel/hs-vault/Makefile head/devel/hs-vector-algorithms/Makefile head/devel/hs-vector/Makefile head/devel/hs-void/Makefile head/devel/hs-word8/Makefile head/devel/htable/Makefile head/devel/hub/Makefile head/devel/hwloc/Makefile head/devel/hyena/Makefile head/devel/hypersrc/Makefile head/devel/ice/Makefile head/devel/icmake/Makefile head/devel/icu/Makefile head/devel/idutils/Makefile head/devel/ifd-test/Makefile head/devel/imake/Makefile head/devel/inilib/Makefile head/devel/iniparser/Makefile head/devel/initutil/Makefile head/devel/insight/Makefile head/devel/ioncube/Makefile head/devel/ipython/Makefile head/devel/ireport/Makefile head/devel/itext/Makefile head/devel/ixlib/Makefile head/devel/jakarta-commons-configuration/Makefile head/devel/jakarta-commons-daemon/Makefile head/devel/jakarta-commons-io/Makefile head/devel/jakarta-commons-jxpath/Makefile head/devel/jakarta-commons-modeler/Makefile head/devel/jam/Makefile head/devel/jansson/Makefile head/devel/java-findbugs/Makefile head/devel/java-util-concurrent/Makefile head/devel/javolution/Makefile head/devel/jclassinfo/Makefile head/devel/jcmdline/Makefile head/devel/jech-dht/Makefile head/devel/jenkins/Makefile head/devel/jep/Makefile head/devel/jgoodies-common/Makefile head/devel/jiic/Makefile head/devel/jline/Makefile head/devel/jna/Makefile head/devel/jrtplib/Makefile head/devel/jsap/Makefile head/devel/jsl/Makefile head/devel/jsmin/Makefile head/devel/json-c/Makefile head/devel/json-glib/Makefile head/devel/jtag/Makefile head/devel/judy/Makefile head/devel/jwasm/Makefile head/devel/jzmq/Makefile Modified: head/devel/f77flow/Makefile ============================================================================== --- head/devel/f77flow/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/f77flow/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,9 +1,5 @@ -# New ports collection makefile for: f77flow -# Date created: 25 June 1997 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= f77flow PORTVERSION= 0.12 @@ -19,6 +15,7 @@ ALL_TARGET= MAN1= flow.1 PLIST_FILES= bin/flow +NO_STAGE= yes do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/flow ${PREFIX}/bin/flow @ ${INSTALL_MAN} ${WRKSRC}/flow.1 ${PREFIX}/man/man1 Modified: head/devel/fam/Makefile ============================================================================== --- head/devel/fam/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fam/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -25,6 +25,7 @@ MAN3= fam.3x CONFLICTS= gamin-[0-9]* +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s/-lstdc++//g" ${WRKSRC}/Makefile.am Modified: head/devel/fampp/Makefile ============================================================================== --- head/devel/fampp/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fampp/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,9 +1,5 @@ -# ports collection makefile for: fampp -# Date created: 18 March 2001 -# Whom: Jeremy Norris -# +# Created by: Jeremy Norris # $FreeBSD$ -# PORTNAME= fampp PORTVERSION= 1.1 @@ -18,6 +14,7 @@ NO_BUILD= yes USE_FAM= yes WANT_FAM_SYSTEM=fam +NO_STAGE= yes do-install: .for FILE in FamppEvents.hh FamppExceptions.hh fam.hh famStatic.hh handle.hh ${INSTALL_DATA} ${WRKSRC}/include/${FILE} ${PREFIX}/include Modified: head/devel/fastcrc/Makefile ============================================================================== --- head/devel/fastcrc/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fastcrc/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fastcrc -# Date created: 27 April 1999 -# Whom: G. Adam Stanislav -# +# Created by: G. Adam Stanislav # $FreeBSD$ -# PORTNAME= fastcrc PORTVERSION= 1.0 @@ -19,6 +15,7 @@ ONLY_FOR_ARCHS= i386 USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|gcc|$${CC}| ; \ Modified: head/devel/fb303/Makefile ============================================================================== --- head/devel/fb303/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fb303/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -30,6 +30,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/contrib/f PLIST_SUB+= PORTVERSION="${PORTVERSION}" PYTHON_VER="${PYTHON_VER}" +NO_STAGE= yes post-build: (cd ${WRKSRC} && ${LOCALBASE}/bin/thrift --gen perl ${WRKSRC}/if/fb303.thrift) Modified: head/devel/fc++/Makefile ============================================================================== --- head/devel/fc++/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fc++/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -14,6 +14,7 @@ OPTIONS_DEFINE= DOCS NO_BUILD= yes +NO_STAGE= yes .include do-install: Modified: head/devel/ffcall/Makefile ============================================================================== --- head/devel/ffcall/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/ffcall/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ffcall -# Date created: 21 February 2001 -# Whom: jagapen@home.com -# +# Created by: jagapen@home.com # $FreeBSD$ -# PORTNAME= ffcall PORTVERSION= 1.10 @@ -27,6 +23,7 @@ MAN3= avcall.3 callback.3 trampoline.3 MANCOMPRESSED= no CFLAGS+= -fPIC +NO_STAGE= yes .include .if ${ARCH} == "amd64" Modified: head/devel/fga/Makefile ============================================================================== --- head/devel/fga/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fga/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,10 +1,5 @@ -# New ports collection makefile for: fga -# Date created: 2006-11-29 -# Whom: Stanislav Sedov -# -# $MBSDlabs$ +# Created by: Stanislav Sedov # $FreeBSD$ -# PORTNAME= fga PORTVERSION= 1.4 @@ -24,6 +19,7 @@ EXAMPLES= graph_gen maxbit tsp tsp_bf PORTDOCS= * .endif +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/include/fga.hpp ${PREFIX}/include ${INSTALL_PROGRAM} ${EXAMPLES:S,^,${WRKSRC}/,} ${PREFIX}/bin Modified: head/devel/fhist/Makefile ============================================================================== --- head/devel/fhist/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fhist/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: +# Created by: # $FreeBSD$ PORTNAME= fhist @@ -31,6 +31,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= fcomp.1 fhist.1 fmerge.1 PLIST_FILES= bin/fcomp bin/fhist bin/fmerge +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/devel/fib/Makefile ============================================================================== --- head/devel/fib/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fib/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,7 +1,4 @@ -# New ports collection makefile for: fib -# Date created: 8 August 2002 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= fib @@ -17,6 +14,7 @@ USE_LDCONFIG= yes MAN3= fh_extractmin.3 fh_makeheap.3 fh_makekeyheap.3 +NO_STAGE= yes post-install: ${LN} -sf ${PREFIX}/lib/libfib.so.1 ${PREFIX}/lib/libfib.so .for mf in ${MAN3} Modified: head/devel/firmware-utils/Makefile ============================================================================== --- head/devel/firmware-utils/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/firmware-utils/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,9 +1,5 @@ -# New ports collection makefile for: firmware-utils -# Date created: 2011-12-22 -# Whom: Stefan Bethke -# +# Created by: Stefan Bethke # $FreeBSD$ -# PORTNAME= firmware-utils PORTVERSION= 20111222 @@ -18,4 +14,5 @@ USE_BZIP2= yes MAKEFILE= ${FILESDIR}/Makefile MAKE_ARGS+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" PREFIX=${PREFIX} +NO_STAGE= yes .include Modified: head/devel/fistgen/Makefile ============================================================================== --- head/devel/fistgen/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fistgen/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fistgen -# Date created: 2006-07-20 -# Whom: Stanislav Sedov -# +# Created by: Stanislav Sedov # $FreeBSD$ -# PORTNAME= fistgen PORTVERSION= 0.2.1 @@ -24,6 +20,7 @@ PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= sbin/fistgen +NO_STAGE= yes post-install: .if !defined(NOPORTDATA) @${MKDIR} ${DATADIR} Modified: head/devel/flatzebra/Makefile ============================================================================== --- head/devel/flatzebra/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/flatzebra/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -22,6 +22,7 @@ USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING INSTALL NEWS README TODO THANKS +NO_STAGE= yes .include post-patch: Modified: head/devel/flex-sdk/Makefile ============================================================================== --- head/devel/flex-sdk/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/flex-sdk/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,3 @@ -# Created by: Jun Kuriyama # $FreeBSD$ PORTNAME= flex-sdk @@ -24,6 +23,7 @@ SUB_LIST= PORTNAME=${PORTNAME} SCRIPTS= aasdoc acompc amxmlc asdoc compc copylocale digest \ fcsh fdb mxmlc optimizer +NO_STAGE= yes .include post-extract: Modified: head/devel/flex-sdk2/Makefile ============================================================================== --- head/devel/flex-sdk2/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/flex-sdk2/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,3 @@ -# Created by: Jun Kuriyama # $FreeBSD$ PORTNAME= flex-sdk @@ -27,6 +26,7 @@ NO_BUILD= YES PLIST_SUB= PORTNAME=${PORTNAME} SUB_LIST= PORTNAME=${PORTNAME} +NO_STAGE= yes .include .for i in ${DISTFILES} Modified: head/devel/flex-sdk35/Makefile ============================================================================== --- head/devel/flex-sdk35/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/flex-sdk35/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,3 @@ -# Created by: Jun Kuriyama # $FreeBSD$ PORTNAME= flex-sdk @@ -26,6 +25,7 @@ SUB_LIST= PORTNAME=${PORTNAME} SCRIPTS= aasdoc acompc amxmlc asdoc compc copylocale digest \ fcsh fdb mxmlc optimizer +NO_STAGE= yes .include post-extract: Modified: head/devel/flex_compiler_shell/Makefile ============================================================================== --- head/devel/flex_compiler_shell/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/flex_compiler_shell/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,3 @@ -# Created by: Jun Kuriyama # $FreeBSD$ PORTNAME= flex_compiler_shell @@ -24,6 +23,7 @@ WRKSRC= ${WRKDIR} NO_BUILD= YES SUB_FILES= fcsh +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/fcsh ${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/lib/fcsh.jar ${JAVAJARDIR}/flex-sdk/ Modified: head/devel/flexdock/Makefile ============================================================================== --- head/devel/flexdock/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/flexdock/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flexdock -# Date created: 25 Nov 2009 -# Whom: Otacilio de Araujo Ramos Neto -# +# Created by: Otacilio de Araujo Ramos Neto # $FreeBSD$ -# PORTNAME= flexdock PORTVERSION= 1.1 @@ -25,6 +21,7 @@ ALL_TARGET= dist PLIST_FILES= ${JAVAJARDIR:C^${PREFIX}/^^}/${PORTNAME}.jar PORTDOCS= "User Guide.pdf" api +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar Modified: head/devel/flexjson/Makefile ============================================================================== --- head/devel/flexjson/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/flexjson/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -22,6 +22,7 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}. PORTDOCS= LICENSE-2.0.txt docs .endif +NO_STAGE= yes do-install: @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..." @${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.jar \ Modified: head/devel/flick/Makefile ============================================================================== --- head/devel/flick/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/flick/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flick -# Date created: 21 Mar 1998 -# Whom: giffunip@asme.org -# +# Created by: giffunip@asme.org # $FreeBSD$ -# PORTNAME= flick PORTVERSION= 2.1 @@ -25,6 +21,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes MAKEFILE= GNUmakefile +NO_STAGE= yes .include post-patch: Modified: head/devel/flickrnet/Makefile ============================================================================== --- head/devel/flickrnet/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/flickrnet/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flickrnet -# Date created: 2008-10-09 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= flickrnet PORTVERSION= 2.2.0 @@ -22,6 +18,7 @@ USE_ZIP= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/FlickrNet +NO_STAGE= yes do-build: @cd ${WRKSRC} && ${LOCALBASE}/bin/gmcs -t:library -out:FlickrNet.dll -r:System.Data -r:System.Web -r:System.Drawing *.cs Modified: head/devel/florist-gpl/Makefile ============================================================================== --- head/devel/florist-gpl/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/florist-gpl/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes DESTINY= ${WRKDIR}/destino MAKE_ENV+= DESTDIR=${DESTINY} +NO_STAGE= yes post-extract: ${CP} ${FILESDIR}/pconfig.* ${WRKSRC}/configs Modified: head/devel/flowdesigner/Makefile ============================================================================== --- head/devel/flowdesigner/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/flowdesigner/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -27,6 +27,7 @@ CONFIGURE_ARGS= --with-fftw-includes=${L --with-fftw-libraries=${LOCALBASE}/lib USE_LDCONFIG= yes +NO_STAGE= yes .include .if ${ARCH} == "sparc64" Modified: head/devel/flyspray/Makefile ============================================================================== --- head/devel/flyspray/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/flyspray/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -54,6 +54,7 @@ SUB_LIST+= FLYSPRAYDIR="${FLYSPRAYDIR}" WWWGRP="${WWWGRP}" \ WWWOWN="${WWWOWN}" +NO_STAGE= yes .include .if ${PORT_OPTIONS:MMYSQL} Modified: head/devel/fmake/Makefile ============================================================================== --- head/devel/fmake/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fmake/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -14,6 +14,7 @@ MAN1= ${PORTNAME}.1 MAKE_ARGS+= PROG=fmake NO_MAN=yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/make.1 \ Modified: head/devel/fnccheck/Makefile ============================================================================== --- head/devel/fnccheck/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fnccheck/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,3 @@ -# Created by George Reid # $FreeBSD$ PORTNAME= fnccheck @@ -27,6 +26,7 @@ STRIP= # none INFO= libfc +NO_STAGE= yes .include # should be same as binutils Modified: head/devel/fnorb/Makefile ============================================================================== --- head/devel/fnorb/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fnorb/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -15,4 +15,5 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkin USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include Modified: head/devel/fortran-utils/Makefile ============================================================================== --- head/devel/fortran-utils/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fortran-utils/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -14,6 +14,7 @@ WRKSRC= ${WRKDIR}/fortran-utils MAN1= fpr.1 fsplit.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fpr/fpr ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/fsplit/fsplit ${PREFIX}/bin Modified: head/devel/fortytwo-encore/Makefile ============================================================================== --- head/devel/fortytwo-encore/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fortytwo-encore/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -24,6 +24,7 @@ USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LI WRKSRC= ${WRKDIR}/Encore DOCSDIR= ${GNUSTEP_PREFIX}/Local/Library/Documentation/Encore +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} Modified: head/devel/fossil/Makefile ============================================================================== --- head/devel/fossil/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fossil/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -23,6 +23,7 @@ JSON_DESC= JSON API support JSON_CONFIGURE_ON= --json STATIC_CONFIGURE_ON= --static +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/fossil ${PREFIX}/bin/fossil Modified: head/devel/fpc-bfd/Makefile ============================================================================== --- head/devel/fpc-bfd/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-bfd/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -18,4 +18,5 @@ OPTIONS_DEFINE= LIBBFD LIBBFD_DESC= Install Universal BFD library from GNU binutils OPTIONS_DEFAULT= LIBBFD +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-dbus/Makefile ============================================================================== --- head/devel/fpc-dbus/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-dbus/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -18,4 +18,5 @@ OPTIONS_DEFINE= DBUS DBUS_DESC= Install dbus library OPTIONS_DEFAULT= DBUS +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-fcl-async/Makefile ============================================================================== --- head/devel/fpc-fcl-async/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-fcl-async/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-fcl-base/Makefile ============================================================================== --- head/devel/fpc-fcl-base/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-fcl-base/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-fcl-db/Makefile ============================================================================== --- head/devel/fpc-fcl-db/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-fcl-db/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -15,4 +15,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-fcl-extra/Makefile ============================================================================== --- head/devel/fpc-fcl-extra/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-fcl-extra/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,3 @@ -# Create by: Alonso Cardenas Marquez # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +13,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-fcl-fpcunit/Makefile ============================================================================== --- head/devel/fpc-fcl-fpcunit/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-fcl-fpcunit/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-fcl-image/Makefile ============================================================================== --- head/devel/fpc-fcl-image/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-fcl-image/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-fcl-js/Makefile ============================================================================== --- head/devel/fpc-fcl-js/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-fcl-js/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-fcl-json/Makefile ============================================================================== --- head/devel/fpc-fcl-json/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-fcl-json/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-fcl-net/Makefile ============================================================================== --- head/devel/fpc-fcl-net/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-fcl-net/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-fcl-passrc/Makefile ============================================================================== --- head/devel/fpc-fcl-passrc/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-fcl-passrc/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-fcl-process/Makefile ============================================================================== --- head/devel/fpc-fcl-process/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-fcl-process/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-fcl-registry/Makefile ============================================================================== --- head/devel/fpc-fcl-registry/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-fcl-registry/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-fcl-res/Makefile ============================================================================== --- head/devel/fpc-fcl-res/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-fcl-res/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: Christopher Key +# Created by: Christopher Key # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-fcl-web/Makefile ============================================================================== --- head/devel/fpc-fcl-web/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-fcl-web/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTREVISION= 0 @@ -16,4 +16,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-fcl-xml/Makefile ============================================================================== --- head/devel/fpc-fcl-xml/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-fcl-xml/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-fpmkunit/Makefile ============================================================================== --- head/devel/fpc-fpmkunit/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-fpmkunit/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-fppkg/Makefile ============================================================================== --- head/devel/fpc-fppkg/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-fppkg/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-fv/Makefile ============================================================================== --- head/devel/fpc-fv/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-fv/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: John Merryweather Cooper +# Created by: John Merryweather Cooper # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-gdbint/Makefile ============================================================================== --- head/devel/fpc-gdbint/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-gdbint/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: John Merryweather Cooper et al +# Created by: John Merryweather Cooper et al # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-newt/Makefile ============================================================================== --- head/devel/fpc-newt/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-newt/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -18,4 +18,5 @@ OPTIONS_DEFINE= NEWT NEWT_DESC= Install newt library OPTIONS_DEFAULT= NEWT +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-pthreads/Makefile ============================================================================== --- head/devel/fpc-pthreads/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-pthreads/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-regexpr/Makefile ============================================================================== --- head/devel/fpc-regexpr/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-regexpr/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: John Merryweather Cooper et al +# Created by: John Merryweather Cooper et al # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-sdl/Makefile ============================================================================== --- head/devel/fpc-sdl/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-sdl/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -18,4 +18,5 @@ OPTIONS_DEFINE= SDL SDL_DESC= Install SDL library OPTIONS_DEFAULT= SDL +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-symbolic/Makefile ============================================================================== --- head/devel/fpc-symbolic/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-symbolic/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpc-zlib/Makefile ============================================================================== --- head/devel/fpc-zlib/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpc-zlib/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/fpp/Makefile ============================================================================== --- head/devel/fpp/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fpp/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -21,6 +21,7 @@ PORTDOCS= README fpp_spec fpp_license.ps PLIST_FILES= bin/fpp +NO_STAGE= yes .include do-install: Modified: head/devel/frama-c/Makefile ============================================================================== --- head/devel/frama-c/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/frama-c/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -29,6 +29,7 @@ GUI_DESC= Graphical User Interface (requ USE_GMAKE= yes USE_OCAML= yes +NO_STAGE= yes .include FRAMAC_DEFAULT_CPP?= ${CPP} -C -I${DATADIR}/libc -I. Modified: head/devel/freeocl/Makefile ============================================================================== --- head/devel/freeocl/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/freeocl/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -22,6 +22,7 @@ USES= cmake USE_LDCONFIG= yes CMAKE_BUILD_TYPE=Release +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's:%%PREFIX%%:${PREFIX}:g' ${WRKSRC}/src/icd/icd_loader.cpp \ ${WRKSRC}/CMakeLists.txt Modified: head/devel/frink/Makefile ============================================================================== --- head/devel/frink/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/frink/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,9 +1,5 @@ -# New ports collection makefile for: frink -# Date created: 8 May 2001 -# Whom: Mikhail Teterin -# +# Created by: Mikhail Teterin # $FreeBSD$ -# PORTNAME= frink PORTVERSION= 2.2.2p4 @@ -20,6 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-2.2.2 MAKEFILE= ${FILESDIR}/Makefile.bsd .ifndef NOPORTDOCS +NO_STAGE= yes post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${WRKSRC}/README ${DOCSDIR} Modified: head/devel/fsmgenerator/Makefile ============================================================================== --- head/devel/fsmgenerator/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fsmgenerator/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: FSMGenerator -# Date created: Jan 5, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= fsmgenerator PORTVERSION= 1.0.b.7 @@ -19,6 +14,7 @@ COMMENT= Finite State Machine generating PLIST_FILES= bin/fsmgenerator USE_GMAKE= yes +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} \ ${REINPLACE_CMD} -e "s|make$$|${GMAKE}|" \ Modified: head/devel/ftjam/Makefile ============================================================================== --- head/devel/ftjam/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/ftjam/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,9 +1,5 @@ -# New ports collection makefile for: FTJam -# Date created: Wed Oct 12 03:26:39 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira -# +# Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ -# PORTNAME= ftjam PORTVERSION= 2.5.2 @@ -31,6 +27,7 @@ PORTDOCS= \ PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-configure: @${REINPLACE_CMD} -E \ -e 's|^(CC[[:space:]]*=).*$$|\1${CC}|' \ Modified: head/devel/ftnchek/Makefile ============================================================================== --- head/devel/ftnchek/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/ftnchek/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -22,4 +22,5 @@ CONFIGURE_ARGS= --libdir=${PREFIX}/share CONFIGURE_ENV= ac_cv_path_CC="${CC}" ac_cv_path_EMACS="${TRUE}" MAKE_ARGS= OPT="${CFLAGS}" +NO_STAGE= yes .include Modified: head/devel/fuel/Makefile ============================================================================== --- head/devel/fuel/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fuel/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -20,6 +20,7 @@ HAS_CONFIGURE= yes PLIST_FILES+= bin/Fuel +NO_STAGE= yes do-configure: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} Modified: head/devel/fujaba/Makefile ============================================================================== --- head/devel/fujaba/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/fujaba/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -32,6 +32,7 @@ PLIST_FILES+= %%DATADIR%%/doc SUB_FILES= fujaba.sh SUB_LIST= LOCALBASE="${LOCALBASE}" DATADIR="${DATADIR}" +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/bin ${INSTALL_SCRIPT} ${WRKDIR}/fujaba.sh ${DATADIR}/bin/ Modified: head/devel/funnelweb/Makefile ============================================================================== --- head/devel/funnelweb/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/funnelweb/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,9 +1,5 @@ -# New ports collection makefile for: funnelweb -# Date created: 9 Jan 2001 -# Whom: jkoshy -# +# Created by: jkoshy # $FreeBSD$ -# PORTNAME= funnelweb PORTVERSION= 3.2 @@ -17,6 +13,7 @@ COMMENT= A powerful literate-programming PLIST_FILES= bin/fw WRKSRC= fw_src/source +NO_STAGE= yes do-build: cd ${WRKDIR}/${WRKSRC} && { \ ${CC} ${CFLAGS} -c *.c && \ Modified: head/devel/g-wrap/Makefile ============================================================================== --- head/devel/g-wrap/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/g-wrap/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -30,6 +30,7 @@ NOT_FOR_ARCHS= ia64 powerpc CFLAGS+= -fPIC CONFIGURE_ARGS= --disable-Werror +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|"glib"|"glib-2.0"|g ; \ Modified: head/devel/gaa/Makefile ============================================================================== --- head/devel/gaa/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/gaa/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gaa -# Date created: 2 February 1999 -# Whom: Dima Sivachenko -# +# Created by: Dima Sivachenko # $FreeBSD$ -# PORTNAME= gaa PORTVERSION= 1.6.6 @@ -15,4 +11,5 @@ COMMENT= GPL Argument Analyser GNU_CONFIGURE= yes +NO_STAGE= yes .include Modified: head/devel/gamin/Makefile ============================================================================== --- head/devel/gamin/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/gamin/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -32,6 +32,7 @@ LIBINOTIFY_DESC=Use libinotify as the FA RUN_AS_EUID_DESC=Drop privileges to effective user .endif +NO_STAGE= yes .include .if !defined(GAMIN_SLAVE) Modified: head/devel/gaphor/Makefile ============================================================================== --- head/devel/gaphor/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/gaphor/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -39,6 +39,7 @@ GAPHAS_DISTNAME= gaphas-0.7.2 GAPHAS_EGG= ${GAPHAS_DISTNAME}-py${PYTHON_VER}.egg SGENERIC_DISTNAME= simplegeneric-0.8.1 +NO_STAGE= yes post-extract: @${UNZIP_CMD} -qo ${DISTDIR}/${SGENERIC_DISTNAME}.zip -d ${WRKDIR} Modified: head/devel/gauche-readline/Makefile ============================================================================== --- head/devel/gauche-readline/Makefile Fri Sep 20 17:03:26 2013 (r327722) +++ head/devel/gauche-readline/Makefile Fri Sep 20 17:04:43 2013 (r327723) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gauche Readline -# Date created: 15 Jan 2004 -# Whom: Erik Greenwald -# +# Created by: Erik Greenwald # $FreeBSD$ -# PORTNAME= readline PORTVERSION= 0.1 @@ -25,6 +21,7 @@ GAUCHE_FILES= readline/history.scm readl *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 17:14:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5A38A48E; Fri, 20 Sep 2013 17:14:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 44FA92452; Fri, 20 Sep 2013 17:14:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KHE5Eu071965; Fri, 20 Sep 2013 17:14:05 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KHDlD5071784; Fri, 20 Sep 2013 17:13:47 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201713.r8KHDlD5071784@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 17:13:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327724 - in head/devel: k8048 kBuild kaptain kcachegrind kdbg kdebindings4 kdesdk4 kdesvn-kde4 kdevelop-kde4 kdevelop-pg-qt kdevelop-php kdevelop-php-docs kdevplatform kimwitu klee kyr... 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.14 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: Fri, 20 Sep 2013 17:14:05 -0000 Author: bapt Date: Fri Sep 20 17:13:42 2013 New Revision: 327724 URL: http://svnweb.freebsd.org/changeset/ports/327724 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 3) Modified: head/devel/k8048/Makefile head/devel/kBuild/Makefile head/devel/kaptain/Makefile head/devel/kcachegrind/Makefile head/devel/kdbg/Makefile head/devel/kdebindings4/Makefile head/devel/kdesdk4/Makefile head/devel/kdesvn-kde4/Makefile head/devel/kdevelop-kde4/Makefile head/devel/kdevelop-pg-qt/Makefile head/devel/kdevelop-php-docs/Makefile head/devel/kdevelop-php/Makefile head/devel/kdevplatform/Makefile head/devel/kimwitu/Makefile head/devel/klee/Makefile head/devel/kyra/Makefile head/devel/kyua-atf-compat/Makefile head/devel/kyua-testers/Makefile head/devel/kyua/Makefile head/devel/lasi/Makefile head/devel/lcov/Makefile head/devel/leaktracer/Makefile head/devel/lemon/Makefile head/devel/lfcbase/Makefile head/devel/lfcxml/Makefile head/devel/libIDL/Makefile head/devel/libPropList/Makefile head/devel/libXGP/Makefile head/devel/libYGP/Makefile head/devel/libafterbase/Makefile head/devel/libarena/Makefile head/devel/libassa/Makefile head/devel/libassetml/Makefile head/devel/libast/Makefile head/devel/libatomic_ops/Makefile head/devel/libaura/Makefile head/devel/libavl/Makefile head/devel/libbegemot/Makefile head/devel/libbfd/Makefile head/devel/libbinio/Makefile head/devel/libbnr/Makefile head/devel/libbobcat/Makefile head/devel/libbonobo-reference/Makefile head/devel/libbonobo/Makefile head/devel/libburn/Makefile head/devel/libc++/Makefile head/devel/libccid/Makefile head/devel/libcfg/Makefile head/devel/libcfu/Makefile head/devel/libcheck/Makefile head/devel/libchipcard/Makefile head/devel/libcidr/Makefile head/devel/libcii/Makefile head/devel/libclaw/Makefile head/devel/libcli/Makefile head/devel/libconfig/Makefile head/devel/libconfuse/Makefile head/devel/libcwd/Makefile head/devel/libdaemon/Makefile head/devel/libdap/Makefile head/devel/libdasm/Makefile head/devel/libdatrie/Makefile head/devel/libdbusmenu-qt/Makefile head/devel/libdfui/Makefile head/devel/libdict/Makefile head/devel/libdisasm/Makefile head/devel/libdisorder/Makefile head/devel/libdispatch/Makefile head/devel/libdlmalloc/Makefile head/devel/libdlna/Makefile head/devel/libdnsres/Makefile head/devel/libdombey/Makefile head/devel/libdouble-conversion/Makefile head/devel/libds/Makefile head/devel/libdsp/Makefile head/devel/libdwarf/Makefile head/devel/libe/Makefile head/devel/libedit/Makefile head/devel/libee/Makefile head/devel/libeio/Makefile head/devel/libelf/Makefile head/devel/libepp-nicbr/Makefile head/devel/libestr/Makefile head/devel/libev/Makefile head/devel/libevent-hiphop/Makefile head/devel/libevent/Makefile head/devel/libevent2/Makefile head/devel/libevt/Makefile head/devel/libevtx/Makefile head/devel/libewf/Makefile head/devel/libexecinfo/Makefile head/devel/libexplain/Makefile head/devel/libffi/Makefile head/devel/libfirm/Makefile head/devel/libfortuna/Makefile head/devel/libfreefare/Makefile head/devel/libftdi/Makefile head/devel/libg19/Makefile head/devel/libg19draw/Makefile head/devel/libgalago/Makefile head/devel/libgamepad/Makefile head/devel/libgconf-java/Makefile head/devel/libgdata/Makefile head/devel/libgee/Makefile head/devel/libgee06/Makefile head/devel/libgetline/Makefile head/devel/libghthash/Makefile head/devel/libgii/Makefile head/devel/libgit2/Makefile head/devel/libglade-java/Makefile head/devel/libglade/Makefile head/devel/libglade2-reference/Makefile head/devel/libglade2/Makefile head/devel/libglademm/Makefile head/devel/libglademm24/Makefile head/devel/libgpc/Makefile head/devel/libgsf/Makefile head/devel/libgta/Makefile head/devel/libgtop/Makefile head/devel/libgutenfetch/Makefile head/devel/libhash/Makefile head/devel/libhid/Makefile head/devel/libhoard/Makefile head/devel/libhtp/Makefile head/devel/libical/Makefile head/devel/libinotify/Makefile head/devel/libiqxmlrpc/Makefile head/devel/libisofs/Makefile head/devel/libixp/Makefile head/devel/libjson++/Makefile head/devel/libk8055/Makefile head/devel/libkgapi/Makefile head/devel/libklel/Makefile head/devel/libkolab/Makefile head/devel/liblangtag/Makefile head/devel/liblas/Makefile head/devel/liblcfg/Makefile head/devel/libleaftag/Makefile head/devel/liblnk/Makefile head/devel/liblogging/Makefile head/devel/liblognorm/Makefile head/devel/liblouis/Makefile head/devel/liblouisxml/Makefile head/devel/libltdl/Makefile head/devel/libmaa/Makefile head/devel/libmatheval/Makefile head/devel/libmba/Makefile head/devel/libmcs/Makefile head/devel/libmimedir/Makefile head/devel/libmonetra/Makefile head/devel/libmowgli/Makefile head/devel/libmpcbdm/Makefile head/devel/libmsiecf/Makefile head/devel/libmsocket/Makefile head/devel/libmtrie/Makefile head/devel/libnaji/Makefile head/devel/libnfc/Makefile head/devel/libnotify/Makefile head/devel/libnxt/Makefile head/devel/liboil/Makefile head/devel/libol/Makefile head/devel/libole2/Makefile head/devel/liboobs/Makefile head/devel/liboop/Makefile head/devel/libopendaap/Makefile head/devel/libopensync/Makefile head/devel/libopensync022/Makefile head/devel/libopkele/Makefile head/devel/liborcus/Makefile head/devel/libowfat/Makefile head/devel/libpafe-ruby/Makefile head/devel/libpafe/Makefile head/devel/libparserutils/Makefile head/devel/libpasori/Makefile head/devel/libpci/Makefile head/devel/libpciaccess/Makefile head/devel/libpdel/Makefile head/devel/libpeak/Makefile head/devel/libpeas/Makefile head/devel/libpff/Makefile head/devel/libphish/Makefile head/devel/libphk/Makefile head/devel/libplist/Makefile head/devel/libpo6/Makefile head/devel/libpthread-stubs/Makefile head/devel/libqxt/Makefile head/devel/librcc/Makefile head/devel/librcd/Makefile head/devel/libreadline-java/Makefile head/devel/libredblack/Makefile head/devel/libregf/Makefile head/devel/librelp/Makefile head/devel/librest/Makefile head/devel/libruin/Makefile head/devel/libs11n/Makefile head/devel/libserver/Makefile head/devel/libshbuf/Makefile head/devel/libshhmsg/Makefile head/devel/libshhopt/Makefile head/devel/libsigc++12/Makefile head/devel/libsigc++20/Makefile head/devel/libsigcx/Makefile head/devel/libsigsegv/Makefile head/devel/libslang2/Makefile head/devel/libslave/Makefile head/devel/libsoup-gnome/Makefile head/devel/libsoup-reference/Makefile head/devel/libsoup/Makefile head/devel/libstatgrab/Makefile head/devel/libstrfunc/Makefile head/devel/libstroke/Makefile head/devel/libsysinfo/Makefile head/devel/libtai/Makefile head/devel/libtap/Makefile head/devel/libtar/Makefile head/devel/libtecla/Makefile head/devel/libthai/Makefile head/devel/libtifiles2/Makefile head/devel/libtool/Makefile head/devel/libtpl/Makefile head/devel/libublio/Makefile head/devel/libukcprog/Makefile head/devel/libunicode/Makefile head/devel/libuninum/Makefile head/devel/libunistring/Makefile head/devel/libunwind/Makefile head/devel/libvanessa_adt/Makefile head/devel/libvanessa_logger/Makefile head/devel/libvanessa_socket/Makefile head/devel/libvc/Makefile head/devel/libvirt-glib/Makefile head/devel/libvirt-java/Makefile head/devel/libvirt/Makefile head/devel/libvolume_id/Makefile head/devel/libvshadow/Makefile head/devel/libwfut/Makefile head/devel/libx86/Makefile head/devel/libxalloc/Makefile head/devel/libxs/Makefile head/devel/libytnef/Makefile head/devel/libzrtpcpp/Makefile head/devel/libzvbi/Makefile head/devel/lightning/Makefile head/devel/linux-f10-allegro/Makefile head/devel/linux-f10-dbus-glib/Makefile head/devel/linux-f10-dbus-libs/Makefile head/devel/linux-f10-libglade/Makefile head/devel/linux-f10-libglade2/Makefile head/devel/linux-f10-libsigc++20/Makefile head/devel/linux-f10-ncurses-base/Makefile head/devel/linux-f10-nspr/Makefile head/devel/linux-f10-sdl12/Makefile head/devel/linux-kmod-compat/Makefile head/devel/linux_kdump/Makefile head/devel/lion/Makefile head/devel/llvm-devel/Makefile head/devel/llvm/Makefile head/devel/llvm31/Makefile head/devel/llvm33/Makefile head/devel/lmdbg/Makefile head/devel/lndir/Makefile head/devel/lockfree-malloc/Makefile head/devel/log4c/Makefile head/devel/log4cplus/Makefile head/devel/log4cpp/Makefile head/devel/log4cxx/Makefile head/devel/log4j/Makefile head/devel/log4net/Makefile head/devel/log4sh/Makefile head/devel/log4shib/Makefile head/devel/loki/Makefile head/devel/looks/Makefile head/devel/love/Makefile head/devel/love07/Makefile head/devel/love5/Makefile head/devel/lpc21isp/Makefile head/devel/lrmi/Makefile head/devel/lua-alien/Makefile head/devel/lua-bitlib/Makefile head/devel/lua-cjson/Makefile head/devel/lua-filename/Makefile head/devel/lua-gettext/Makefile head/devel/lua-lgi/Makefile head/devel/lua-lunit/Makefile head/devel/lua-posix/Makefile head/devel/lua-pty/Makefile head/devel/lua-rds-parser/Makefile head/devel/lua-redis-parser/Makefile head/devel/lua-sysctl/Makefile head/devel/lua50-app/Makefile head/devel/lua50-compat51/Makefile head/devel/lua50-dfui/Makefile head/devel/lua50-filename/Makefile head/devel/lua50-gettext/Makefile head/devel/lua50-posix/Makefile head/devel/lua50-pty/Makefile head/devel/luabind/Makefile head/devel/luafilesystem/Makefile head/devel/luajava/Makefile head/devel/lutok/Makefile head/devel/lwp/Makefile head/devel/lxr/Makefile head/devel/m17n-db/Makefile head/devel/m17n-docs/Makefile head/devel/m17n-lib/Makefile head/devel/m4/Makefile head/devel/m6811-binutils/Makefile head/devel/magit/Makefile head/devel/make++/Makefile head/devel/makedepend/Makefile head/devel/matreshka/Makefile head/devel/maven-ant-tasks/Makefile head/devel/maven-wrapper/Makefile head/devel/maven2/Makefile head/devel/maven3/Makefile head/devel/mcpp/Makefile head/devel/mdds/Makefile head/devel/meck/Makefile head/devel/memcheck/Makefile head/devel/menhir/Makefile head/devel/mercator/Makefile head/devel/mercurial/Makefile head/devel/mercurialeclipse/Makefile head/devel/meta-cvs/Makefile head/devel/mico/Makefile head/devel/mime/Makefile head/devel/mimir/Makefile head/devel/mingw32-bin-msvcrt/Makefile head/devel/mingw32-binutils/Makefile head/devel/mingw32-directx/Makefile head/devel/mingw32-gcc/Makefile head/devel/mingw32-libffi/Makefile head/devel/mingw32-libyaml/Makefile head/devel/mingw32-openssl/Makefile head/devel/mingw32-pdcurses/Makefile head/devel/mingw32-pthreads/Makefile head/devel/mingw32-zlib/Makefile head/devel/mingw64-binutils/Makefile head/devel/mk-configure/Makefile head/devel/mk/Makefile head/devel/mkcmd/Makefile head/devel/ml-doc/Makefile head/devel/mm-common/Makefile head/devel/mm/Makefile head/devel/mongo-c-driver/Makefile head/devel/mongo-cxx-driver/Makefile head/devel/mono-addins/Makefile head/devel/mono-tools/Makefile head/devel/monodevelop-database/Makefile head/devel/monodevelop-java/Makefile head/devel/monodevelop-python/Makefile head/devel/monodevelop-vala/Makefile head/devel/monodevelop/Makefile head/devel/monotone-viz/Makefile head/devel/monotone/Makefile head/devel/motor/Makefile head/devel/mpatrol/Makefile head/devel/mph/Makefile head/devel/mq4cpp/Makefile head/devel/msgpack/Makefile head/devel/msp430-binutils/Makefile head/devel/msp430-gcc/Makefile head/devel/msp430-gcc3/Makefile head/devel/msp430-gdb/Makefile head/devel/msp430-libc/Makefile head/devel/msp430mcu/Makefile head/devel/mspdebug/Makefile head/devel/msrc0/Makefile head/devel/nana/Makefile head/devel/nant/Makefile head/devel/nasm/Makefile head/devel/naturaldocs/Makefile head/devel/ncc/Makefile head/devel/ncnf/Makefile head/devel/ncurses-devel/Makefile head/devel/ncurses/Makefile head/devel/ndesk-dbus-glib/Makefile head/devel/ndesk-dbus/Makefile head/devel/ndesk-options/Makefile head/devel/nemiver/Makefile head/devel/netbsd-pkgsrc-mk-files/Makefile head/devel/netscape-java40/Makefile head/devel/newfile/Makefile head/devel/newt/Makefile head/devel/nglogc/Makefile head/devel/nini/Makefile head/devel/ninja-ide/Makefile head/devel/ninja/Makefile head/devel/node-thrift/Makefile head/devel/notify-sharp/Makefile head/devel/noweb/Makefile head/devel/npth/Makefile head/devel/nspr/Makefile head/devel/nxt-python/Makefile head/devel/oaf/Makefile head/devel/obby/Makefile head/devel/obfuscatejs/Makefile head/devel/ocaml-annexlib/Makefile head/devel/ocaml-calendar/Makefile head/devel/ocaml-camljava/Makefile head/devel/ocaml-camlp5/Makefile head/devel/ocaml-camomile-examples/Makefile head/devel/ocaml-camomile/Makefile head/devel/ocaml-cfg/Makefile head/devel/ocaml-classes/Makefile head/devel/ocaml-cppo/Makefile head/devel/ocaml-deriving-ocsigen/Makefile head/devel/ocaml-equeue/Makefile head/devel/ocaml-event/Makefile head/devel/ocaml-extlib/Makefile head/devel/ocaml-findlib/Makefile head/devel/ocaml-lacaml/Makefile head/devel/ocaml-lwt/Makefile head/devel/ocaml-magic/Makefile head/devel/ocaml-opam/Makefile head/devel/ocaml-ounit/Makefile head/devel/ocaml-pcre/Makefile head/devel/ocaml-pomap/Makefile head/devel/ocaml-react/Makefile head/devel/ocaml-res/Makefile head/devel/ocaml-sdl/Makefile head/devel/ocaml-sem/Makefile head/devel/ocaml-sexplib/Makefile head/devel/ocaml-typeconv/Makefile head/devel/ocaml-ulex/Makefile head/devel/ocaml-xstr/Makefile head/devel/ocaml-xstrp4/Makefile head/devel/ocamlweb/Makefile head/devel/ocfpcsc/Makefile head/devel/ode-devel/Makefile head/devel/ode/Makefile head/devel/ois/Makefile head/devel/omake/Makefile head/devel/omniNotify/Makefile head/devel/omniORB/Makefile head/devel/oniguruma/Makefile head/devel/oniguruma4/Makefile head/devel/oniguruma5/Makefile head/devel/open-beagle/Makefile head/devel/open-usp-tukubai/Makefile head/devel/opencl/Makefile head/devel/opencvs/Makefile head/devel/opengrok/Makefile head/devel/openocd/Makefile head/devel/openvex/Makefile head/devel/openwince-include/Makefile head/devel/openzz/Makefile head/devel/orbitcpp/Makefile head/devel/orc/Makefile head/devel/osc/Makefile head/devel/oserl/Makefile head/devel/ossp-al/Makefile head/devel/ossp-cfg/Makefile head/devel/ossp-ex/Makefile head/devel/ossp-l2/Makefile head/devel/ossp-val/Makefile head/devel/ossp-var/Makefile head/devel/ossp-xds/Makefile head/devel/otrs/Makefile head/devel/p4.el/Makefile head/devel/p4/Makefile head/devel/p4api/Makefile head/devel/p4d/Makefile head/devel/p4db/Makefile head/devel/p4delta/Makefile head/devel/p4ftpd/Makefile head/devel/p4genpatch/Makefile head/devel/p4p/Makefile head/devel/p4web/Makefile head/devel/p5-AI-Pathfinding-AStar/Makefile head/devel/p5-AI-Prolog/Makefile head/devel/p5-Acme-Comment/Makefile head/devel/p5-Acme-Damn/Makefile head/devel/p5-Acme-MetaSyntactic/Makefile head/devel/p5-Agent/Makefile head/devel/p5-Algorithm-Accounting/Makefile head/devel/p5-Algorithm-Annotate/Makefile head/devel/p5-Algorithm-Binpack/Makefile head/devel/p5-Algorithm-Bucketizer/Makefile head/devel/p5-Algorithm-C3/Makefile head/devel/p5-Algorithm-ChooseSubsets/Makefile head/devel/p5-Algorithm-Cluster/Makefile head/devel/p5-Algorithm-Dependency-Objects/Makefile head/devel/p5-Algorithm-Dependency/Makefile head/devel/p5-Algorithm-Diff/Makefile head/devel/p5-Algorithm-Evolutionary/Makefile head/devel/p5-Algorithm-FloodControl/Makefile head/devel/p5-Algorithm-IncludeExclude/Makefile head/devel/p5-Algorithm-Interval2Prefix/Makefile head/devel/p5-Algorithm-LCS/Makefile head/devel/p5-Algorithm-LUHN/Makefile head/devel/p5-Algorithm-MarkovChain/Makefile head/devel/p5-Algorithm-Merge/Makefile head/devel/p5-Algorithm-MinMax/Makefile head/devel/p5-Algorithm-NaiveBayes/Makefile head/devel/p5-Algorithm-Networksort/Makefile head/devel/p5-Algorithm-Numerical-Shuffle/Makefile head/devel/p5-Algorithm-Permute/Makefile head/devel/p5-Algorithm-SVM/Makefile head/devel/p5-Alias/Makefile head/devel/p5-Alzabo-GUI-Mason/Makefile head/devel/p5-Alzabo/Makefile head/devel/p5-Any-Moose-Convert/Makefile head/devel/p5-Any-Moose/Makefile head/devel/p5-AnyData/Makefile head/devel/p5-AnyEvent-AIO/Makefile head/devel/p5-AnyEvent-Connection/Makefile head/devel/p5-AnyEvent-DBI-Abstract/Makefile head/devel/p5-AnyEvent-DBI/Makefile head/devel/p5-AnyEvent-DBus/Makefile head/devel/p5-AnyEvent-Filesys-Notify/Makefile head/devel/p5-AnyEvent-Gearman/Makefile head/devel/p5-AnyEvent-Graphite/Makefile head/devel/p5-AnyEvent-I3/Makefile head/devel/p5-AnyEvent-MessagePack/Makefile head/devel/p5-AnyEvent-RPC/Makefile head/devel/p5-AnyEvent-Run/Makefile head/devel/p5-AnyEvent-Subprocess/Makefile head/devel/p5-AnyEvent-Worker/Makefile head/devel/p5-AnyEvent/Makefile head/devel/p5-AnyMQ/Makefile head/devel/p5-App-Build/Makefile head/devel/p5-App-CLI-Extension/Makefile head/devel/p5-App-CLI/Makefile head/devel/p5-App-Cache/Makefile head/devel/p5-App-Cmd/Makefile head/devel/p5-App-Control/Makefile head/devel/p5-App-GitGot/Makefile head/devel/p5-App-GitHub/Makefile head/devel/p5-App-Info/Makefile head/devel/p5-App-Options/Makefile head/devel/p5-App-Rad/Makefile head/devel/p5-App-SD/Makefile head/devel/p5-App-SVN-Bisect/Makefile head/devel/p5-App-Trace/Makefile head/devel/p5-App-cpanminus/Makefile head/devel/p5-App-cpanoutdated/Makefile head/devel/p5-AppConfig-Std/Makefile head/devel/p5-AppConfig/Makefile head/devel/p5-Array-Group/Makefile head/devel/p5-Array-Iterator/Makefile head/devel/p5-Array-Unique/Makefile head/devel/p5-Array-Window/Makefile head/devel/p5-Async-Interrupt/Makefile head/devel/p5-Async-MergePoint/Makefile head/devel/p5-AtExit/Makefile head/devel/p5-Attribute-Handlers-Prospective/Makefile head/devel/p5-Attribute-Handlers/Makefile head/devel/p5-Attribute-Persistent/Makefile head/devel/p5-AutoLoader/Makefile head/devel/p5-AutoXS-Header/Makefile head/devel/p5-B-Compiling/Makefile head/devel/p5-B-Deobfuscate/Makefile head/devel/p5-B-Generate/Makefile head/devel/p5-B-Graph/Makefile head/devel/p5-B-Hooks-EndOfScope/Makefile head/devel/p5-B-Hooks-OP-Annotation/Makefile head/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile head/devel/p5-B-Hooks-OP-Check/Makefile head/devel/p5-B-Hooks-OP-PPAddr/Makefile head/devel/p5-B-Hooks-Parser/Makefile head/devel/p5-B-Keywords/Makefile head/devel/p5-B-OPCheck/Makefile head/devel/p5-B-Size2/Makefile head/devel/p5-B-Utils/Makefile head/devel/p5-BFD/Makefile head/devel/p5-BS-Event/Makefile head/devel/p5-BSD-Resource/Makefile head/devel/p5-BSD-devstat/Makefile head/devel/p5-BSD-stat/Makefile head/devel/p5-BZ-Client/Makefile head/devel/p5-Badger/Makefile head/devel/p5-Benchmark-Timer/Makefile head/devel/p5-Best/Makefile head/devel/p5-Bread-Board-Declare/Makefile head/devel/p5-Bread-Board/Makefile head/devel/p5-Bundle-Perl6/Makefile head/devel/p5-C-Scan/Makefile head/devel/p5-CHI/Makefile head/devel/p5-CLASS/Makefile head/devel/p5-CPAN-Changes/Makefile head/devel/p5-CPAN-Checksums/Makefile head/devel/p5-CPAN-DistnameInfo/Makefile head/devel/p5-CPAN-Inject/Makefile head/devel/p5-CPAN-Meta-Check/Makefile head/devel/p5-CPAN-Meta-Requirements/Makefile head/devel/p5-CPAN-Meta-YAML/Makefile head/devel/p5-CPAN-Meta/Makefile head/devel/p5-CPAN-Mini/Makefile head/devel/p5-CPAN-Perl-Releases/Makefile head/devel/p5-CPAN-Recent-Uploads/Makefile head/devel/p5-CPAN-Reporter-Smoker/Makefile head/devel/p5-CPAN-Reporter/Makefile head/devel/p5-CPAN-SQLite/Makefile head/devel/p5-CPAN-Testers-Report/Makefile head/devel/p5-CPAN-Uploader/Makefile head/devel/p5-CPAN-YACSmoke/Makefile head/devel/p5-CPANPLUS-Dist-Build/Makefile head/devel/p5-CPANPLUS/Makefile head/devel/p5-CPS/Makefile head/devel/p5-Cache-AgainstFile/Makefile head/devel/p5-Cache-Cache/Makefile head/devel/p5-Cache-FastMmap/Makefile head/devel/p5-Cache-LRU/Makefile head/devel/p5-Cache-Memcached-Tie/Makefile head/devel/p5-Cache-Mmap/Makefile head/devel/p5-Cache-Simple-TimedExpiry/Makefile head/devel/p5-Cache/Makefile head/devel/p5-Cairo-GObject/Makefile head/devel/p5-Calendar-Simple/Makefile head/devel/p5-Capture-Tiny/Makefile head/devel/p5-Carp-Always-Color/Makefile head/devel/p5-Carp-Always/Makefile head/devel/p5-Carp-Assert-More/Makefile head/devel/p5-Carp-Assert/Makefile head/devel/p5-Carp-Clan-Share/Makefile head/devel/p5-Carp-Clan/Makefile head/devel/p5-Carp-Datum/Makefile head/devel/p5-Carp-REPL/Makefile head/devel/p5-Carp/Makefile head/devel/p5-Cdk/Makefile head/devel/p5-Check-ISA/Makefile head/devel/p5-Child/Makefile head/devel/p5-Chooser/Makefile head/devel/p5-Class-Accessor-Chained/Makefile head/devel/p5-Class-Accessor-Children/Makefile head/devel/p5-Class-Accessor-Complex/Makefile head/devel/p5-Class-Accessor-Constructor/Makefile head/devel/p5-Class-Accessor-Fast-Contained/Makefile head/devel/p5-Class-Accessor-Fast-XS/Makefile head/devel/p5-Class-Accessor-Grouped/Makefile head/devel/p5-Class-Accessor-Installer/Makefile head/devel/p5-Class-Accessor-Lite/Makefile head/devel/p5-Class-Accessor-Lvalue/Makefile head/devel/p5-Class-Accessor-Named/Makefile head/devel/p5-Class-Accessor/Makefile head/devel/p5-Class-Adapter/Makefile head/devel/p5-Class-AlzaboWrapper/Makefile head/devel/p5-Class-ArrayObjects/Makefile head/devel/p5-Class-AutoClass/Makefile head/devel/p5-Class-Autouse/Makefile head/devel/p5-Class-Base/Makefile head/devel/p5-Class-BlackHole/Makefile head/devel/p5-Class-C3-Adopt-NEXT/Makefile head/devel/p5-Class-C3-Componentised/Makefile head/devel/p5-Class-C3-XS/Makefile head/devel/p5-Class-C3/Makefile head/devel/p5-Class-Closure/Makefile head/devel/p5-Class-CodeStyler/Makefile head/devel/p5-Class-Component/Makefile head/devel/p5-Class-Constant/Makefile head/devel/p5-Class-Container/Makefile head/devel/p5-Class-Contract/Makefile head/devel/p5-Class-Data-ConfigHash/Makefile head/devel/p5-Class-Data-Inheritable/Makefile head/devel/p5-Class-Date/Makefile head/devel/p5-Class-Declare/Makefile head/devel/p5-Class-Default/Makefile head/devel/p5-Class-Delegation/Makefile head/devel/p5-Class-ErrorHandler/Makefile head/devel/p5-Class-Factory-Util/Makefile head/devel/p5-Class-Factory/Makefile head/devel/p5-Class-Field/Makefile head/devel/p5-Class-Forward/Makefile head/devel/p5-Class-Generate/Makefile head/devel/p5-Class-Gomor/Makefile head/devel/p5-Class-Handle/Makefile head/devel/p5-Class-Hook/Makefile head/devel/p5-Class-ISA/Makefile head/devel/p5-Class-Inner/Makefile head/devel/p5-Class-InsideOut/Makefile head/devel/p5-Class-Inspector/Makefile head/devel/p5-Class-Interfaces/Makefile head/devel/p5-Class-Load-XS/Makefile head/devel/p5-Class-Load/Makefile head/devel/p5-Class-Loader/Makefile head/devel/p5-Class-MakeMethods/Makefile head/devel/p5-Class-Measure/Makefile head/devel/p5-Class-Method-Modifiers-Fast/Makefile head/devel/p5-Class-Method-Modifiers/Makefile head/devel/p5-Class-MethodMaker/Makefile head/devel/p5-Class-MethodMapper/Makefile head/devel/p5-Class-Mix/Makefile head/devel/p5-Class-MixinFactory/Makefile head/devel/p5-Class-Multimethods-Pure/Makefile head/devel/p5-Class-Multimethods/Makefile head/devel/p5-Class-NamedParms/Makefile head/devel/p5-Class-Null/Makefile head/devel/p5-Class-OOorNO/Makefile head/devel/p5-Class-ObjectTemplate-DB/Makefile head/devel/p5-Class-ObjectTemplate/Makefile head/devel/p5-Class-Observable/Makefile head/devel/p5-Class-ParmList/Makefile head/devel/p5-Class-Prototyped/Makefile head/devel/p5-Class-ReturnValue/Makefile head/devel/p5-Class-Roles/Makefile head/devel/p5-Class-STL-Containers/Makefile head/devel/p5-Class-Singleton/Makefile head/devel/p5-Class-Spiffy/Makefile head/devel/p5-Class-StateMachine/Makefile head/devel/p5-Class-Std-Fast/Makefile head/devel/p5-Class-Std-Utils/Makefile head/devel/p5-Class-Std/Makefile head/devel/p5-Class-StrongSingleton/Makefile head/devel/p5-Class-Tangram/Makefile head/devel/p5-Class-Throwable/Makefile head/devel/p5-Class-Tom/Makefile head/devel/p5-Class-Trigger/Makefile head/devel/p5-Class-Unload/Makefile head/devel/p5-Class-Virtual/Makefile head/devel/p5-Class-WhiteHole/Makefile head/devel/p5-Class-Workflow/Makefile head/devel/p5-Class-XPath/Makefile head/devel/p5-Class-XSAccessor-Array/Makefile head/devel/p5-Class-XSAccessor/Makefile head/devel/p5-Clone-Fast/Makefile head/devel/p5-Clone-More/Makefile head/devel/p5-Clone-PP/Makefile head/devel/p5-Clone/Makefile head/devel/p5-Code-Perl/Makefile head/devel/p5-Commands-Guarded/Makefile head/devel/p5-CommitBit/Makefile head/devel/p5-Config-Any/Makefile head/devel/p5-Config-ApacheFormat/Makefile head/devel/p5-Config-Auto/Makefile head/devel/p5-Config-AutoConf/Makefile head/devel/p5-Config-Fast/Makefile head/devel/p5-Config-General/Makefile head/devel/p5-Config-GitLike/Makefile head/devel/p5-Config-Grammar/Makefile head/devel/p5-Config-INI-Simple/Makefile head/devel/p5-Config-INI/Makefile head/devel/p5-Config-IniFiles/Makefile head/devel/p5-Config-IniHash/Makefile head/devel/p5-Config-IniRegEx/Makefile head/devel/p5-Config-JFDI/Makefile head/devel/p5-Config-JSON/Makefile head/devel/p5-Config-MVP-Reader-INI/Makefile head/devel/p5-Config-MVP/Makefile head/devel/p5-Config-Model-Tester/Makefile head/devel/p5-Config-Model/Makefile head/devel/p5-Config-MySQL/Makefile head/devel/p5-Config-Objective/Makefile head/devel/p5-Config-Options/Makefile head/devel/p5-Config-Perl-V/Makefile head/devel/p5-Config-Properties/Makefile head/devel/p5-Config-Record/Makefile head/devel/p5-Config-Setting/Makefile head/devel/p5-Config-Simple/Makefile head/devel/p5-Config-Std/Makefile head/devel/p5-Config-Tiny/Makefile head/devel/p5-Config-Wrest/Makefile head/devel/p5-Config-YAML/Makefile head/devel/p5-ConfigReader-Simple/Makefile head/devel/p5-ConfigReader/Makefile head/devel/p5-Const-Fast/Makefile head/devel/p5-Context-Preserve/Makefile head/devel/p5-Contextual-Return/Makefile head/devel/p5-Coro/Makefile head/devel/p5-Curses-Application/Makefile head/devel/p5-Curses-Forms/Makefile head/devel/p5-Curses-UI/Makefile head/devel/p5-Curses-Widgets/Makefile head/devel/p5-Curses/Makefile head/devel/p5-Cvs/Makefile head/devel/p5-DB_File-Lock/Makefile head/devel/p5-Daemon-Control/Makefile head/devel/p5-Dancer-Debug/Makefile head/devel/p5-Danga-Socket-Callback/Makefile head/devel/p5-Danga-Socket/Makefile head/devel/p5-Data-ACL/Makefile head/devel/p5-Data-Alias/Makefile head/devel/p5-Data-Average/Makefile head/devel/p5-Data-Bind/Makefile head/devel/p5-Data-Capture/Makefile head/devel/p5-Data-ClearSilver-HDF/Makefile head/devel/p5-Data-Clone/Makefile head/devel/p5-Data-Compare/Makefile head/devel/p5-Data-Diver/Makefile head/devel/p5-Data-Domain/Makefile head/devel/p5-Data-Dump-Streamer/Makefile head/devel/p5-Data-Dump/Makefile head/devel/p5-Data-DumpXML/Makefile head/devel/p5-Data-Dumper-Concise/Makefile head/devel/p5-Data-Dumper-Perltidy/Makefile head/devel/p5-Data-Dumper-Simple/Makefile head/devel/p5-Data-Dumper/Makefile head/devel/p5-Data-Flow/Makefile head/devel/p5-Data-GUID/Makefile head/devel/p5-Data-Grouper/Makefile head/devel/p5-Data-HashArray/Makefile head/devel/p5-Data-HexDump/Makefile head/devel/p5-Data-Hexdumper/Makefile head/devel/p5-Data-Hexify/Makefile head/devel/p5-Data-Hierarchy/Makefile head/devel/p5-Data-Inherited/Makefile head/devel/p5-Data-Inspect/Makefile head/devel/p5-Data-Integer/Makefile head/devel/p5-Data-JavaScript-Anon/Makefile head/devel/p5-Data-Lazy/Makefile head/devel/p5-Data-Localize/Makefile head/devel/p5-Data-MessagePack-Stream/Makefile head/devel/p5-Data-MessagePack/Makefile head/devel/p5-Data-Miscellany/Makefile head/devel/p5-Data-Model/Makefile head/devel/p5-Data-ObjectDriver/Makefile head/devel/p5-Data-OptList/Makefile head/devel/p5-Data-Page-NoTotalEntries/Makefile head/devel/p5-Data-ParseBinary/Makefile head/devel/p5-Data-Path/Makefile head/devel/p5-Data-Peek/Makefile head/devel/p5-Data-Printer/Makefile head/devel/p5-Data-Properties/Makefile head/devel/p5-Data-Rand-Obscure/Makefile head/devel/p5-Data-Rand/Makefile head/devel/p5-Data-Random/Makefile head/devel/p5-Data-Range-Compare/Makefile head/devel/p5-Data-Record/Makefile head/devel/p5-Data-Recursive-Encode/Makefile head/devel/p5-Data-Remember/Makefile head/devel/p5-Data-Rmap/Makefile head/devel/p5-Data-RoundRobin/Makefile head/devel/p5-Data-Rx/Makefile head/devel/p5-Data-SExpression/Makefile head/devel/p5-Data-Section-Simple/Makefile head/devel/p5-Data-Section/Makefile head/devel/p5-Data-Serializer/Makefile head/devel/p5-Data-ShowTable/Makefile head/devel/p5-Data-Stag/Makefile head/devel/p5-Data-Stream-Bulk/Makefile head/devel/p5-Data-Structure-Util/Makefile head/devel/p5-Data-Swap/Makefile head/devel/p5-Data-Table/Makefile head/devel/p5-Data-Taxonomy-Tags/Makefile head/devel/p5-Data-TemporaryBag/Makefile head/devel/p5-Data-Throttler-Memcached/Makefile head/devel/p5-Data-Throttler/Makefile head/devel/p5-Data-Thunk/Makefile head/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile head/devel/p5-Data-TreeDumper/Makefile head/devel/p5-Data-Types/Makefile head/devel/p5-Data-UUID/Makefile head/devel/p5-Data-Uniqid/Makefile head/devel/p5-Data-Util/Makefile head/devel/p5-Data-Validate/Makefile head/devel/p5-Data-Validator/Makefile head/devel/p5-Data-Visitor-Encode/Makefile head/devel/p5-Data-Visitor/Makefile head/devel/p5-Data-Walk/Makefile head/devel/p5-Date-Business/Makefile head/devel/p5-Date-Calc-Iterator/Makefile head/devel/p5-Date-Calc-XS/Makefile head/devel/p5-Date-Calc/Makefile head/devel/p5-Date-DayOfWeek/Makefile head/devel/p5-Date-Easter/Makefile head/devel/p5-Date-EzDate/Makefile head/devel/p5-Date-Holidays-DK/Makefile head/devel/p5-Date-ICal/Makefile head/devel/p5-Date-ISO/Makefile head/devel/p5-Date-Leapyear/Makefile head/devel/p5-Date-Manip/Makefile head/devel/p5-Date-Pcalc/Makefile head/devel/p5-Date-Piece/Makefile head/devel/p5-Date-Range/Makefile head/devel/p5-Date-Roman/Makefile head/devel/p5-Date-Simple/Makefile head/devel/p5-DateConvert/Makefile head/devel/p5-DateTime-Astro/Makefile head/devel/p5-DateTime-Calendar-Chinese/Makefile head/devel/p5-DateTime-Calendar-Christian/Makefile head/devel/p5-DateTime-Calendar-Discordian/Makefile head/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile head/devel/p5-DateTime-Calendar-Hebrew/Makefile head/devel/p5-DateTime-Calendar-Japanese/Makefile head/devel/p5-DateTime-Calendar-Julian/Makefile head/devel/p5-DateTime-Calendar-Mayan/Makefile head/devel/p5-DateTime-Calendar-Pataphysical/Makefile head/devel/p5-DateTime-Cron-Simple/Makefile head/devel/p5-DateTime-Event-Chinese/Makefile head/devel/p5-DateTime-Event-Cron/Makefile head/devel/p5-DateTime-Event-Easter/Makefile head/devel/p5-DateTime-Event-ICal/Makefile head/devel/p5-DateTime-Event-Lunar/Makefile head/devel/p5-DateTime-Event-NameDay/Makefile head/devel/p5-DateTime-Event-Random/Makefile head/devel/p5-DateTime-Event-Recurrence/Makefile head/devel/p5-DateTime-Event-SolarTerm/Makefile head/devel/p5-DateTime-Event-Sunrise/Makefile head/devel/p5-DateTime-Event-Zodiac/Makefile head/devel/p5-DateTime-Fiscal-Year/Makefile head/devel/p5-DateTime-Format-Baby/Makefile head/devel/p5-DateTime-Format-Bork/Makefile head/devel/p5-DateTime-Format-Builder/Makefile head/devel/p5-DateTime-Format-DBI/Makefile head/devel/p5-DateTime-Format-DateManip/Makefile head/devel/p5-DateTime-Format-DateParse/Makefile head/devel/p5-DateTime-Format-Duration/Makefile head/devel/p5-DateTime-Format-Epoch/Makefile head/devel/p5-DateTime-Format-Excel/Makefile head/devel/p5-DateTime-Format-Flexible/Makefile head/devel/p5-DateTime-Format-HTTP/Makefile head/devel/p5-DateTime-Format-IBeat/Makefile head/devel/p5-DateTime-Format-ICal/Makefile head/devel/p5-DateTime-Format-ISO8601/Makefile head/devel/p5-DateTime-Format-Mail/Makefile head/devel/p5-DateTime-Format-MySQL/Makefile head/devel/p5-DateTime-Format-Natural/Makefile head/devel/p5-DateTime-Format-Oracle/Makefile head/devel/p5-DateTime-Format-Pg/Makefile head/devel/p5-DateTime-Format-RFC3339/Makefile head/devel/p5-DateTime-Format-Roman/Makefile head/devel/p5-DateTime-Format-SQLite/Makefile head/devel/p5-DateTime-Format-Strptime/Makefile head/devel/p5-DateTime-Format-W3CDTF/Makefile head/devel/p5-DateTime-Format-XSD/Makefile head/devel/p5-DateTime-Functions/Makefile head/devel/p5-DateTime-HiRes/Makefile head/devel/p5-DateTime-Incomplete/Makefile head/devel/p5-DateTime-Locale/Makefile head/devel/p5-DateTime-Precise/Makefile head/devel/p5-DateTime-Set/Makefile head/devel/p5-DateTime-TimeZone-Alias/Makefile head/devel/p5-DateTime-TimeZone-LMT/Makefile head/devel/p5-DateTime-TimeZone/Makefile head/devel/p5-DateTime-Util-Astro/Makefile head/devel/p5-DateTime-Util-Calc/Makefile head/devel/p5-DateTime/Makefile head/devel/p5-DateTimeX-Easy/Makefile head/devel/p5-Debug-Client/Makefile head/devel/p5-Decision-ACL/Makefile head/devel/p5-Declare-Constraints-Simple/Makefile head/devel/p5-Devel-ArgNames/Makefile head/devel/p5-Devel-Autoflush/Makefile head/devel/p5-Devel-Backtrace/Makefile head/devel/p5-Devel-BeginLift/Makefile head/devel/p5-Devel-CallChecker/Makefile head/devel/p5-Devel-Caller-IgnoreNamespaces/Makefile head/devel/p5-Devel-Caller-Perl/Makefile head/devel/p5-Devel-Caller/Makefile head/devel/p5-Devel-Callsite/Makefile head/devel/p5-Devel-CheckLib/Makefile head/devel/p5-Devel-CheckOS/Makefile head/devel/p5-Devel-Constants/Makefile head/devel/p5-Devel-CoreStack/Makefile head/devel/p5-Devel-Cover-Report-Clover/Makefile head/devel/p5-Devel-Cover/Makefile head/devel/p5-Devel-Cycle/Makefile head/devel/p5-Devel-DProfPP/Makefile head/devel/p5-Devel-Declare-Parser/Makefile head/devel/p5-Devel-Declare/Makefile head/devel/p5-Devel-Diagram/Makefile head/devel/p5-Devel-Ditto/Makefile head/devel/p5-Devel-Dumpvar/Makefile head/devel/p5-Devel-EvalContext/Makefile head/devel/p5-Devel-Events-Objects/Makefile head/devel/p5-Devel-Events/Makefile head/devel/p5-Devel-Gladiator/Makefile head/devel/p5-Devel-GlobalDestruction-XS/Makefile head/devel/p5-Devel-GlobalDestruction/Makefile head/devel/p5-Devel-Hide/Makefile head/devel/p5-Devel-KYTProf/Makefile head/devel/p5-Devel-Leak-Object/Makefile head/devel/p5-Devel-Leak/Makefile head/devel/p5-Devel-LeakGuard-Object/Makefile head/devel/p5-Devel-LeakTrace-Fast/Makefile head/devel/p5-Devel-LeakTrace/Makefile head/devel/p5-Devel-LexAlias/Makefile head/devel/p5-Devel-Messenger/Makefile head/devel/p5-Devel-Modlist/Makefile head/devel/p5-Devel-NYTProf/Makefile head/devel/p5-Devel-PPPort/Makefile head/devel/p5-Devel-PackagePath/Makefile head/devel/p5-Devel-PartialDump/Makefile head/devel/p5-Devel-PatchPerl/Makefile head/devel/p5-Devel-Pointer/Makefile head/devel/p5-Devel-Profile/Makefile head/devel/p5-Devel-Profiler/Makefile head/devel/p5-Devel-REPL/Makefile head/devel/p5-Devel-Refactor/Makefile head/devel/p5-Devel-Refcount/Makefile head/devel/p5-Devel-Required/Makefile head/devel/p5-Devel-RingBuffer/Makefile head/devel/p5-Devel-STrace/Makefile head/devel/p5-Devel-SimpleTrace/Makefile head/devel/p5-Devel-Size-Report/Makefile head/devel/p5-Devel-Size/Makefile head/devel/p5-Devel-SmallProf/Makefile head/devel/p5-Devel-StackTrace-AsHTML/Makefile head/devel/p5-Devel-StackTrace-WithLexicals/Makefile head/devel/p5-Devel-StackTrace/Makefile head/devel/p5-Devel-StealthDebug/Makefile head/devel/p5-Devel-Symdump/Makefile head/devel/p5-Devel-Timer/Makefile head/devel/p5-Devel-Trace/Makefile head/devel/p5-Devel-TraceCalls/Makefile head/devel/p5-Devel-TraceUse/Makefile head/devel/p5-Devel-ebug/Makefile head/devel/p5-Devel-ptkdb/Makefile head/devel/p5-Device-USB/Makefile head/devel/p5-Dialog/Makefile head/devel/p5-Digest-TransformPath/Makefile head/devel/p5-Dir-Project/Makefile head/devel/p5-Dir-Self/Makefile head/devel/p5-Dir-Watch/Makefile head/devel/p5-Directory-Queue/Makefile head/devel/p5-Directory-Scratch-Structured/Makefile head/devel/p5-Directory-Scratch/Makefile head/devel/p5-Dist-CheckConflicts/Makefile head/devel/p5-Dist-Joseki/Makefile head/devel/p5-Dist-Metadata/Makefile head/devel/p5-Dist-Zilla/Makefile head/devel/p5-DynaLoader-Functions/Makefile head/devel/p5-EV/Makefile head/devel/p5-Env-PS1/Makefile head/devel/p5-Env-Path/Makefile head/devel/p5-Errno/Makefile head/devel/p5-Error-Helper/Makefile head/devel/p5-Eval-Closure/Makefile head/devel/p5-Eval-Context/Makefile head/devel/p5-Eval-LineNumbers/Makefile head/devel/p5-Eval-WithLexicals/Makefile head/devel/p5-Event-ExecFlow/Makefile head/devel/p5-Event-Join/Makefile head/devel/p5-Event-Lib/Makefile head/devel/p5-Event-Notify/Makefile head/devel/p5-Event-RPC/Makefile head/devel/p5-Event/Makefile head/devel/p5-Every/Makefile head/devel/p5-Exception-Class-TryCatch/Makefile head/devel/p5-Exception-Class/Makefile head/devel/p5-Exception-Handler/Makefile head/devel/p5-Expect-Simple/Makefile head/devel/p5-Exporter-Declare/Makefile head/devel/p5-Exporter-Easy/Makefile head/devel/p5-Exporter-Lite/Makefile head/devel/p5-Exporter-Tidy/Makefile head/devel/p5-Exporter/Makefile head/devel/p5-ExtUtils-AutoInstall/Makefile head/devel/p5-ExtUtils-CBuilder/Makefile head/devel/p5-ExtUtils-CChecker/Makefile head/devel/p5-ExtUtils-Command/Makefile head/devel/p5-ExtUtils-Config/Makefile head/devel/p5-ExtUtils-Constant/Makefile head/devel/p5-ExtUtils-Depends/Makefile head/devel/p5-ExtUtils-Helpers/Makefile head/devel/p5-ExtUtils-Install/Makefile head/devel/p5-ExtUtils-InstallPaths/Makefile head/devel/p5-ExtUtils-LibBuilder/Makefile head/devel/p5-ExtUtils-MakeMaker-Coverage/Makefile head/devel/p5-ExtUtils-MakeMaker/Makefile head/devel/p5-ExtUtils-Manifest/Makefile head/devel/p5-ExtUtils-ParseXS/Makefile head/devel/p5-ExtUtils-PkgConfig/Makefile head/devel/p5-ExtUtils-XSBuilder/Makefile head/devel/p5-ExtUtils-XSpp/Makefile head/devel/p5-FSA-Rules/Makefile head/devel/p5-Fennec-Lite/Makefile head/devel/p5-File-Append-TempFile/Makefile head/devel/p5-File-Assets/Makefile head/devel/p5-File-Attributes-Recursive/Makefile head/devel/p5-File-Attributes/Makefile head/devel/p5-File-BOM/Makefile head/devel/p5-File-BaseDir/Makefile head/devel/p5-File-BasicFlock/Makefile head/devel/p5-File-Binary/Makefile head/devel/p5-File-Cache/Makefile head/devel/p5-File-Cat/Makefile head/devel/p5-File-ChangeNotify/Makefile head/devel/p5-File-Copy-Recursive/Makefile head/devel/p5-File-CountLines/Makefile head/devel/p5-File-CreationTime/Makefile head/devel/p5-File-DesktopEntry/Makefile head/devel/p5-File-Dir-Dumper/Makefile head/devel/p5-File-DirSync/Makefile head/devel/p5-File-ExtAttr/Makefile head/devel/p5-File-FcntlLock/Makefile head/devel/p5-File-Find-Closures/Makefile head/devel/p5-File-Find-Object/Makefile head/devel/p5-File-Find-Rule-Filesys-Virtual/Makefile head/devel/p5-File-Find-Rule-Perl/Makefile head/devel/p5-File-Find-Rule-VCS/Makefile head/devel/p5-File-Find-Rule/Makefile head/devel/p5-File-Finder/Makefile head/devel/p5-File-Flat/Makefile head/devel/p5-File-Flock/Makefile head/devel/p5-File-FnMatch/Makefile head/devel/p5-File-Grep/Makefile head/devel/p5-File-HStore/Makefile head/devel/p5-File-HomeDir-PathClass/Makefile head/devel/p5-File-HomeDir/Makefile head/devel/p5-File-Iterator/Makefile head/devel/p5-File-LibMagic/Makefile head/devel/p5-File-Lock/Makefile head/devel/p5-File-MMagic-XS/Makefile head/devel/p5-File-MMagic/Makefile head/devel/p5-File-Map/Makefile head/devel/p5-File-MimeInfo/Makefile head/devel/p5-File-Modified/Makefile head/devel/p5-File-Monitor/Makefile head/devel/p5-File-NCopy/Makefile head/devel/p5-File-NFSLock/Makefile head/devel/p5-File-Path-Expand/Makefile head/devel/p5-File-Path-Tiny/Makefile head/devel/p5-File-Path/Makefile head/devel/p5-File-PathConvert/Makefile head/devel/p5-File-Pid-Quick/Makefile head/devel/p5-File-Pid/Makefile head/devel/p5-File-Policy/Makefile head/devel/p5-File-Random/Makefile head/devel/p5-File-ReadBackwards/Makefile head/devel/p5-File-Remove/Makefile head/devel/p5-File-SafeDO/Makefile head/devel/p5-File-SearchPath/Makefile head/devel/p5-File-ShareDir-Install/Makefile head/devel/p5-File-ShareDir-PAR/Makefile head/devel/p5-File-ShareDir-PathClass/Makefile head/devel/p5-File-ShareDir-ProjectDistDir/Makefile head/devel/p5-File-ShareDir/Makefile head/devel/p5-File-Slurp-Tree/Makefile head/devel/p5-File-Slurp/Makefile head/devel/p5-File-Spec-Native/Makefile head/devel/p5-File-Stream/Makefile head/devel/p5-File-Sync/Makefile head/devel/p5-File-Tail-Dir/Makefile head/devel/p5-File-Tail/Makefile head/devel/p5-File-Temp/Makefile head/devel/p5-File-Tempdir/Makefile head/devel/p5-File-Touch/Makefile head/devel/p5-File-Type/Makefile head/devel/p5-File-Util/Makefile head/devel/p5-File-chdir/Makefile head/devel/p5-File-chmod/Makefile head/devel/p5-File-pushd/Makefile head/devel/p5-FileHandle-Fmode/Makefile head/devel/p5-FileHandle-Unget/Makefile head/devel/p5-Filesys-Notify-KQueue/Makefile head/devel/p5-Filesys-Notify-Simple/Makefile head/devel/p5-Filesys-Virtual-Plain/Makefile head/devel/p5-Filesys-Virtual/Makefile head/devel/p5-Filter-Template/Makefile head/devel/p5-Filter/Makefile head/devel/p5-Find-Lib/Makefile head/devel/p5-FindBin-libs/Makefile head/devel/p5-Forest/Makefile head/devel/p5-Form-Sensible/Makefile head/devel/p5-FreeBSD-i386-Ptrace/Makefile head/devel/p5-FreezeThaw/Makefile head/devel/p5-Function-Parameters/Makefile head/devel/p5-Future/Makefile head/devel/p5-Gearman-Client-Async/Makefile head/devel/p5-Gearman-Server/Makefile head/devel/p5-Gearman-XS/Makefile head/devel/p5-Gearman/Makefile head/devel/p5-Geo-ShapeFile/Makefile head/devel/p5-Getargs-Long/Makefile head/devel/p5-Getopt-ArgvFile/Makefile head/devel/p5-Getopt-Attribute/Makefile head/devel/p5-Getopt-Compact-WithCmd/Makefile head/devel/p5-Getopt-Compact/Makefile head/devel/p5-Getopt-Declare/Makefile head/devel/p5-Getopt-Euclid/Makefile head/devel/p5-Getopt-GUI-Long/Makefile head/devel/p5-Getopt-Long-Descriptive/Makefile head/devel/p5-Getopt-Long/Makefile head/devel/p5-Git-PurePerl/Makefile head/devel/p5-Git-Repository/Makefile head/devel/p5-Git-Wrapper/Makefile head/devel/p5-Glib-Object-Introspection/Makefile head/devel/p5-Glib2/Makefile head/devel/p5-Gnome2-GConf/Makefile head/devel/p5-Goo-Canvas/Makefile head/devel/p5-Google-Checkout/Makefile head/devel/p5-Google-ProtocolBuffers/Makefile head/devel/p5-Gravatar-URL/Makefile head/devel/p5-Gtk2-Notify/Makefile head/devel/p5-Gtk2-Spell/Makefile head/devel/p5-Guard/Makefile head/devel/p5-HOP-Lexer/Makefile head/devel/p5-HOP-Stream/Makefile head/devel/p5-Hash-AsObject/Makefile head/devel/p5-Hash-AutoHash-Args/Makefile head/devel/p5-Hash-AutoHash/Makefile head/devel/p5-Hash-Case/Makefile head/devel/p5-Hash-Diff/Makefile head/devel/p5-Hash-FieldHash/Makefile head/devel/p5-Hash-Flatten/Makefile head/devel/p5-Hash-Merge-Simple/Makefile head/devel/p5-Hash-MoreUtils/Makefile head/devel/p5-Hash-MultiKey/Makefile head/devel/p5-Hash-MultiValue/Makefile head/devel/p5-Hash-NoRef/Makefile head/devel/p5-Hash-Union/Makefile head/devel/p5-Hash-Util-FieldHash-Compat/Makefile head/devel/p5-Hash-WithDefaults/Makefile head/devel/p5-Heap-Simple-Perl/Makefile head/devel/p5-Heap-Simple-XS/Makefile head/devel/p5-Heap-Simple/Makefile head/devel/p5-Heap/Makefile head/devel/p5-Hook-LexWrap/Makefile head/devel/p5-IO-AIO/Makefile head/devel/p5-IO-All-LWP/Makefile head/devel/p5-IO-All/Makefile head/devel/p5-IO-Any/Makefile head/devel/p5-IO-Async/Makefile head/devel/p5-IO-BufferedSelect/Makefile head/devel/p5-IO-Callback/Makefile head/devel/p5-IO-Capture/Makefile head/devel/p5-IO-CaptureOutput/Makefile head/devel/p5-IO-Detect/Makefile head/devel/p5-IO-Digest/Makefile head/devel/p5-IO-Event/Makefile head/devel/p5-IO-FDPass/Makefile head/devel/p5-IO-HTML/Makefile head/devel/p5-IO-Handle-Util/Makefile head/devel/p5-IO-Interactive/Makefile head/devel/p5-IO-KQueue/Makefile head/devel/p5-IO-Lambda/Makefile head/devel/p5-IO-LockedFile/Makefile head/devel/p5-IO-MultiPipe/Makefile head/devel/p5-IO-Multiplex/Makefile head/devel/p5-IO-NestedCapture/Makefile head/devel/p5-IO-Null/Makefile head/devel/p5-IO-Pager/Makefile head/devel/p5-IO-Pipely/Makefile head/devel/p5-IO-Prompt-Tiny/Makefile head/devel/p5-IO-Prompt/Makefile head/devel/p5-IO-Pty-Easy/Makefile head/devel/p5-IO-SessionData/Makefile head/devel/p5-IO-String/Makefile head/devel/p5-IO-Stty/Makefile head/devel/p5-IO-Tee/Makefile head/devel/p5-IO-TieCombine/Makefile head/devel/p5-IO-Toolkit/Makefile head/devel/p5-IO-Tty/Makefile head/devel/p5-IO-Util/Makefile head/devel/p5-IO-YAML/Makefile head/devel/p5-IO-stringy/Makefile head/devel/p5-IO/Makefile head/devel/p5-IOC/Makefile head/devel/p5-IPC-Cache/Makefile head/devel/p5-IPC-Cmd/Makefile head/devel/p5-IPC-DirQueue/Makefile head/devel/p5-IPC-Locker/Makefile head/devel/p5-IPC-MM/Makefile head/devel/p5-IPC-MMA/Makefile head/devel/p5-IPC-Mmap-Share/Makefile head/devel/p5-IPC-Mmap/Makefile head/devel/p5-IPC-Open3-Simple/Makefile head/devel/p5-IPC-PubSub/Makefile head/devel/p5-IPC-Run-SafeHandles/Makefile head/devel/p5-IPC-Run/Makefile head/devel/p5-IPC-Run3/Makefile head/devel/p5-IPC-ShareLite/Makefile head/devel/p5-IPC-Shareable/Makefile head/devel/p5-IPC-SharedCache/Makefile head/devel/p5-IPC-Signal/Makefile head/devel/p5-IPC-System-Simple/Makefile head/devel/p5-Import-Into/Makefile head/devel/p5-Inline-ASM/Makefile head/devel/p5-Inline-CPP/Makefile head/devel/p5-Inline-Files/Makefile head/devel/p5-Inline-Filters/Makefile head/devel/p5-Inline-Java/Makefile head/devel/p5-Inline-TT/Makefile head/devel/p5-Inline-Tcl/Makefile head/devel/p5-Inline/Makefile head/devel/p5-InlineX-C2XS/Makefile head/devel/p5-InlineX-CPP2XS/Makefile head/devel/p5-Ioctl/Makefile head/devel/p5-Iterator-IO/Makefile head/devel/p5-Iterator-Misc/Makefile head/devel/p5-Iterator-Simple/Makefile head/devel/p5-Iterator-Util/Makefile head/devel/p5-Iterator/Makefile head/devel/p5-JIRA-Client/Makefile head/devel/p5-JQuery/Makefile head/devel/p5-JSON-Path/Makefile head/devel/p5-JSON-RPC-Common/Makefile head/devel/p5-JSON-RPC-Dispatcher/Makefile head/devel/p5-JSON-RPC/Makefile head/devel/p5-Java/Makefile head/devel/p5-Jonk/Makefile head/devel/p5-Lexical-Alias/Makefile head/devel/p5-Lexical-Import/Makefile head/devel/p5-Lexical-Persistence/Makefile head/devel/p5-Lexical-SealRequireHints/Makefile head/devel/p5-Lexical-Var/Makefile head/devel/p5-Lingua-JA-Fold/Makefile head/devel/p5-List-AllUtils/Makefile head/devel/p5-List-Cycle/Makefile head/devel/p5-List-Gen/Makefile head/devel/p5-List-Group/Makefile head/devel/p5-List-Permutor/Makefile head/devel/p5-List-PowerSet/Makefile head/devel/p5-List-Rotation-Cycle/Makefile head/devel/p5-List-Uniq/Makefile head/devel/p5-List-UtilsBy/Makefile head/devel/p5-Locale-Maketext-Fuzzy/Makefile head/devel/p5-Locale-Maketext-Gettext/Makefile head/devel/p5-Locale-Maketext-Lexicon/Makefile head/devel/p5-Locale-Maketext-Simple/Makefile head/devel/p5-Locale-Maketext/Makefile head/devel/p5-Locale-Msgfmt/Makefile head/devel/p5-Locale-PGetText/Makefile head/devel/p5-Locale-PO/Makefile head/devel/p5-Locale-gettext/Makefile head/devel/p5-Locale-libintl/Makefile head/devel/p5-LockFile-Simple/Makefile head/devel/p5-Log-Accounting-SVK/Makefile head/devel/p5-Log-Accounting-SVN/Makefile head/devel/p5-Log-Agent-Logger/Makefile head/devel/p5-Log-Agent/Makefile head/devel/p5-Log-Any-Adapter-Dispatch/Makefile head/devel/p5-Log-Any-Adapter-Log4perl/Makefile head/devel/p5-Log-Any-Adapter-Syslog/Makefile head/devel/p5-Log-Any-Adapter/Makefile head/devel/p5-Log-Any-App/Makefile head/devel/p5-Log-Any/Makefile head/devel/p5-Log-Contextual/Makefile head/devel/p5-Log-Dispatch-Array/Makefile head/devel/p5-Log-Dispatch-Colorful/Makefile head/devel/p5-Log-Dispatch-Config/Makefile head/devel/p5-Log-Dispatch-Configurator-Any/Makefile head/devel/p5-Log-Dispatch-Configurator-YAML/Makefile head/devel/p5-Log-Dispatch-DBI/Makefile head/devel/p5-Log-Dispatch-Dir/Makefile head/devel/p5-Log-Dispatch-Email-EmailSend/Makefile head/devel/p5-Log-Dispatch-File-Rolling/Makefile head/devel/p5-Log-Dispatch-File-Stamped/Makefile head/devel/p5-Log-Dispatch-FileRotate/Makefile head/devel/p5-Log-Dispatch-FileShared/Makefile head/devel/p5-Log-Dispatch-Perl/Makefile head/devel/p5-Log-Dispatch-Screen-Color/Makefile head/devel/p5-Log-Dispatch-Scribe/Makefile head/devel/p5-Log-Dispatch/Makefile head/devel/p5-Log-Dispatchouli/Makefile head/devel/p5-Log-Handler/Makefile head/devel/p5-Log-Log4perl-Appender-RabbitMQ/Makefile head/devel/p5-Log-Log4perl/Makefile head/devel/p5-Log-Message-Simple/Makefile head/devel/p5-Log-Message/Makefile head/devel/p5-Log-Minimal/Makefile head/devel/p5-Log-Report/Makefile head/devel/p5-Log-Simple/Makefile head/devel/p5-Log-Trace/Makefile head/devel/p5-Log-TraceMessages/Makefile head/devel/p5-Logfile-Rotate/Makefile head/devel/p5-Luka/Makefile head/devel/p5-Lvalue/Makefile head/devel/p5-MRO-Compat/Makefile head/devel/p5-MRO-Define/Makefile head/devel/p5-Mac-FileSpec-Unixish/Makefile head/devel/p5-Mac-PropertyList/Makefile head/devel/p5-Make/Makefile head/devel/p5-Media-Type-Simple/Makefile head/devel/p5-Memoize-ExpireLRU/Makefile head/devel/p5-Memoize/Makefile head/devel/p5-Meta-Builder/Makefile head/devel/p5-MetaCPAN-API/Makefile head/devel/p5-Metabase-Client-Simple/Makefile head/devel/p5-Metabase-Fact/Makefile head/devel/p5-Method-Alias/Makefile head/devel/p5-Method-Signatures-Simple/Makefile head/devel/p5-Mixin-Linewise/Makefile head/devel/p5-Mknod/Makefile head/devel/p5-Mo/Makefile head/devel/p5-Mock-Quick/Makefile head/devel/p5-Module-Build-Convert/Makefile head/devel/p5-Module-Build-Kwalitee/Makefile head/devel/p5-Module-Build-Tiny/Makefile head/devel/p5-Module-Build/Makefile head/devel/p5-Module-CPANTS-Analyse/Makefile head/devel/p5-Module-CPANfile/Makefile head/devel/p5-Module-CheckDeps/Makefile head/devel/p5-Module-Collect/Makefile head/devel/p5-Module-Compile/Makefile head/devel/p5-Module-CoreList/Makefile head/devel/p5-Module-Dependency/Makefile head/devel/p5-Module-Depends/Makefile head/devel/p5-Module-Extract/Makefile head/devel/p5-Module-ExtractUse/Makefile head/devel/p5-Module-Find/Makefile head/devel/p5-Module-Functions/Makefile head/devel/p5-Module-Implementation/Makefile head/devel/p5-Module-Info-File/Makefile head/devel/p5-Module-Info/Makefile head/devel/p5-Module-Inspector/Makefile head/devel/p5-Module-Install-AuthorRequires/Makefile head/devel/p5-Module-Install-AuthorTests/Makefile head/devel/p5-Module-Install-Repository/Makefile head/devel/p5-Module-Install-Template/Makefile head/devel/p5-Module-Install-XSUtil/Makefile head/devel/p5-Module-Install/Makefile head/devel/p5-Module-List/Makefile head/devel/p5-Module-Load-Conditional/Makefile head/devel/p5-Module-Load/Makefile head/devel/p5-Module-Loaded/Makefile head/devel/p5-Module-Manifest/Makefile head/devel/p5-Module-Math-Depends/Makefile head/devel/p5-Module-Metadata/Makefile head/devel/p5-Module-Pluggable-Fast/Makefile head/devel/p5-Module-Pluggable-Ordered/Makefile head/devel/p5-Module-Pluggable/Makefile head/devel/p5-Module-Recursive-Require/Makefile head/devel/p5-Module-Refresh/Makefile head/devel/p5-Module-Release/Makefile head/devel/p5-Module-Reload-Sel/Makefile head/devel/p5-Module-Reload/Makefile head/devel/p5-Module-Runtime/Makefile head/devel/p5-Module-ScanDeps/Makefile head/devel/p5-Module-Setup/Makefile head/devel/p5-Module-Starter-PBP/Makefile head/devel/p5-Module-Starter-Plugin-SimpleStore/Makefile head/devel/p5-Module-Starter-Plugin-TT2/Makefile head/devel/p5-Module-Starter/Makefile head/devel/p5-Module-Used/Makefile head/devel/p5-Module-Util/Makefile head/devel/p5-Module-Version/Makefile head/devel/p5-Module-Versions-Report/Makefile head/devel/p5-Module-Versions/Makefile head/devel/p5-Moo/Makefile head/devel/p5-MooX-Options/Makefile head/devel/p5-MooX-Types-MooseLike-Numeric/Makefile head/devel/p5-MooX-Types-MooseLike/Makefile head/devel/p5-Moos/Makefile head/devel/p5-Moose-Autobox/Makefile head/devel/p5-Moose-Policy/Makefile head/devel/p5-Moose-Test/Makefile head/devel/p5-Moose/Makefile head/devel/p5-MooseX-Aliases/Makefile head/devel/p5-MooseX-App-Cmd/Makefile head/devel/p5-MooseX-App/Makefile head/devel/p5-MooseX-Async/Makefile head/devel/p5-MooseX-Attribute-Chained/Makefile head/devel/p5-MooseX-Attribute-ENV/Makefile head/devel/p5-MooseX-AttributeHelpers/Makefile head/devel/p5-MooseX-AttributeShortcuts/Makefile head/devel/p5-MooseX-AuthorizedMethods/Makefile head/devel/p5-MooseX-ChainedAccessors/Makefile head/devel/p5-MooseX-ClassAttribute/Makefile head/devel/p5-MooseX-Clone/Makefile head/devel/p5-MooseX-CompileTime-Traits/Makefile head/devel/p5-MooseX-ConfigFromFile/Makefile head/devel/p5-MooseX-Daemonize/Makefile head/devel/p5-MooseX-Declare/Makefile head/devel/p5-MooseX-Emulate-Class-Accessor-Fast/Makefile head/devel/p5-MooseX-FollowPBP/Makefile head/devel/p5-MooseX-Getopt/Makefile head/devel/p5-MooseX-Has-Options/Makefile head/devel/p5-MooseX-Has-Sugar/Makefile head/devel/p5-MooseX-HasDefaults/Makefile head/devel/p5-MooseX-IOC/Makefile head/devel/p5-MooseX-InsideOut/Makefile head/devel/p5-MooseX-LazyRequire/Makefile head/devel/p5-MooseX-Lists/Makefile head/devel/p5-MooseX-Log-Log4perl/Makefile head/devel/p5-MooseX-MarkAsMethods/Makefile head/devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion/Makefile head/devel/p5-MooseX-MetaDescription/Makefile head/devel/p5-MooseX-Method-Signatures/Makefile head/devel/p5-MooseX-MethodAttributes/Makefile head/devel/p5-MooseX-MultiInitArg/Makefile head/devel/p5-MooseX-MultiMethods/Makefile head/devel/p5-MooseX-NonMoose/Makefile head/devel/p5-MooseX-Object-Pluggable/Makefile head/devel/p5-MooseX-OneArgNew/Makefile head/devel/p5-MooseX-POE/Makefile head/devel/p5-MooseX-Params-Validate/Makefile head/devel/p5-MooseX-RelatedClassRoles/Makefile head/devel/p5-MooseX-Role-Loggable/Makefile head/devel/p5-MooseX-Role-Parameterized/Makefile head/devel/p5-MooseX-Role-Strict/Makefile head/devel/p5-MooseX-Role-WithOverloading/Makefile head/devel/p5-MooseX-Runnable/Makefile head/devel/p5-MooseX-SemiAffordanceAccessor/Makefile head/devel/p5-MooseX-SetOnce/Makefile head/devel/p5-MooseX-SimpleConfig/Makefile head/devel/p5-MooseX-Singleton/Makefile head/devel/p5-MooseX-Storage/Makefile head/devel/p5-MooseX-StrictConstructor/Makefile head/devel/p5-MooseX-Traits-Pluggable/Makefile head/devel/p5-MooseX-Traits/Makefile head/devel/p5-MooseX-TransactionalMethods/Makefile head/devel/p5-MooseX-Types-Common/Makefile head/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile head/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile head/devel/p5-MooseX-Types-DateTime/Makefile head/devel/p5-MooseX-Types-DateTimeX/Makefile head/devel/p5-MooseX-Types-ISO8601/Makefile head/devel/p5-MooseX-Types-JSON/Makefile head/devel/p5-MooseX-Types-LoadableClass/Makefile head/devel/p5-MooseX-Types-Path-Class/Makefile head/devel/p5-MooseX-Types-Path-Tiny/Makefile head/devel/p5-MooseX-Types-Perl/Makefile head/devel/p5-MooseX-Types-PortNumber/Makefile head/devel/p5-MooseX-Types-Set-Object/Makefile head/devel/p5-MooseX-Types-Signal/Makefile head/devel/p5-MooseX-Types-Stringlike/Makefile head/devel/p5-MooseX-Types-Structured/Makefile head/devel/p5-MooseX-Types-URI/Makefile head/devel/p5-MooseX-Types-VariantTable/Makefile head/devel/p5-MooseX-Types/Makefile head/devel/p5-Mouse/Makefile head/devel/p5-MouseX-App-Cmd/Makefile head/devel/p5-MouseX-AttributeHelpers/Makefile head/devel/p5-MouseX-ConfigFromFile/Makefile head/devel/p5-MouseX-Foreign/Makefile head/devel/p5-MouseX-Getopt/Makefile head/devel/p5-MouseX-NativeTraits/Makefile head/devel/p5-MouseX-StrictConstructor/Makefile head/devel/p5-MouseX-Traits/Makefile head/devel/p5-MouseX-Types-Path-Class/Makefile head/devel/p5-MouseX-Types/Makefile head/devel/p5-Multiplex-CMD/Makefile head/devel/p5-NEXT/Makefile head/devel/p5-Net-DBus/Makefile head/devel/p5-Net-ZooKeeper/Makefile head/devel/p5-No-Worries/Makefile head/devel/p5-Number-Bytes-Human/Makefile head/devel/p5-Number-Tolerant/Makefile head/devel/p5-OLE-Storage_Lite/Makefile head/devel/p5-OOTools/Makefile head/devel/p5-Object-Accessor/Makefile head/devel/p5-Object-Array/Makefile head/devel/p5-Object-Authority/Makefile head/devel/p5-Object-Container/Makefile head/devel/p5-Object-Declare/Makefile head/devel/p5-Object-Destroyer/Makefile head/devel/p5-Object-Enum/Makefile head/devel/p5-Object-Event/Makefile head/devel/p5-Object-InsideOut/Makefile head/devel/p5-Object-MultiType/Makefile head/devel/p5-Object-Pluggable/Makefile head/devel/p5-Object-Realize-Later/Makefile head/devel/p5-Object-Role/Makefile head/devel/p5-Object-Signature/Makefile head/devel/p5-Object-Simple/Makefile head/devel/p5-Object-Tiny-Lvalue/Makefile head/devel/p5-Object-Tiny/Makefile head/devel/p5-Olson-Abbreviations/Makefile head/devel/p5-Ouch/Makefile head/devel/p5-PAR-Dist/Makefile head/devel/p5-PAR-Packer/Makefile head/devel/p5-PAR/Makefile head/devel/p5-PCSC-Card/Makefile head/devel/p5-PHP-Serialization/Makefile head/devel/p5-POE-API-Hooks/Makefile head/devel/p5-POE-API-Peek/Makefile head/devel/p5-POE-Component-Child/Makefile head/devel/p5-POE-Component-Cron/Makefile head/devel/p5-POE-Component-Daemon/Makefile head/devel/p5-POE-Component-DebugShell/Makefile head/devel/p5-POE-Component-DirWatch/Makefile head/devel/p5-POE-Component-Hailo/Makefile head/devel/p5-POE-Component-IKC/Makefile head/devel/p5-POE-Component-JobQueue/Makefile head/devel/p5-POE-Component-Logger/Makefile head/devel/p5-POE-Component-Pluggable/Makefile head/devel/p5-POE-Component-RSS/Makefile head/devel/p5-POE-Component-RSSAggregator/Makefile head/devel/p5-POE-Component-Schedule/Makefile head/devel/p5-POE-Component-Server-XMLRPC/Makefile head/devel/p5-POE-Component-Syndicator/Makefile head/devel/p5-POE-Component-TSTP/Makefile head/devel/p5-POE-Devel-Profiler/Makefile head/devel/p5-POE-Loop-Glib/Makefile head/devel/p5-POE-Loop-Tk/Makefile head/devel/p5-POE-Quickie/Makefile head/devel/p5-POE-Session-MultiDispatch/Makefile head/devel/p5-POE-Stage/Makefile head/devel/p5-POE-Test-Loops/Makefile head/devel/p5-POE-XS-Loop-Poll/Makefile head/devel/p5-POE-XS-Queue-Array/Makefile head/devel/p5-POE/Makefile head/devel/p5-POEx-Role-SessionInstantiation/Makefile head/devel/p5-POEx-Role-Streaming/Makefile head/devel/p5-POEx-Types/Makefile head/devel/p5-POSIX-strptime/Makefile head/devel/p5-PPerl/Makefile head/devel/p5-PV/Makefile head/devel/p5-Package-Constants/Makefile head/devel/p5-Package-DeprecationManager/Makefile head/devel/p5-Package-Generator/Makefile head/devel/p5-Package-Stash-XS/Makefile head/devel/p5-Package-Stash/Makefile head/devel/p5-Package-Variant/Makefile head/devel/p5-PadWalker/Makefile head/devel/p5-Parallel-ForkManager/Makefile head/devel/p5-Parallel-Iterator/Makefile head/devel/p5-Parallel-Prefork/Makefile head/devel/p5-Parallel-Scoreboard/Makefile head/devel/p5-Params-CallbackRequest/Makefile head/devel/p5-Params-Check/Makefile head/devel/p5-Params-Classify/Makefile head/devel/p5-Params-Coerce/Makefile head/devel/p5-Params-Util/Makefile head/devel/p5-Params-Validate-Dependencies/Makefile head/devel/p5-Params-Validate/Makefile head/devel/p5-Paranoid/Makefile head/devel/p5-Parse-CPAN-Meta/Makefile head/devel/p5-Parse-CPAN-Packages-Fast/Makefile head/devel/p5-Parse-CPAN-Packages/Makefile head/devel/p5-Parse-ErrorString-Perl/Makefile head/devel/p5-Parse-ExuberantCTags/Makefile head/devel/p5-Parse-Method-Signatures/Makefile head/devel/p5-Parse-PerlConfig/Makefile head/devel/p5-Parse-Pidl/Makefile head/devel/p5-Parse-PlainConfig/Makefile head/devel/p5-Parse-RecDescent/Makefile head/devel/p5-Parse-Win32Registry/Makefile head/devel/p5-Parse-Yapp/Makefile head/devel/p5-ParseLex/Makefile head/devel/p5-ParseTemplate/Makefile head/devel/p5-PatchReader/Makefile head/devel/p5-Path-Abstract/Makefile head/devel/p5-Path-Class-File-Lockable/Makefile head/devel/p5-Path-Class/Makefile head/devel/p5-Path-Dispatcher-Declarative/Makefile head/devel/p5-Path-Dispatcher/Makefile head/devel/p5-Path-Iterator-Rule/Makefile head/devel/p5-Path-Resource/Makefile head/devel/p5-Path-Tiny/Makefile head/devel/p5-PathTools/Makefile head/devel/p5-Penguin-Easy/Makefile head/devel/p5-Penguin/Makefile head/devel/p5-Perl-Critic-Deprecated/Makefile head/devel/p5-Perl-Metrics-Lite/Makefile head/devel/p5-Perl-Metrics-Simple/Makefile head/devel/p5-Perl-OSType/Makefile head/devel/p5-Perl-PrereqScanner/Makefile head/devel/p5-Perl-Unsafe-Signals/Makefile head/devel/p5-Perl-Version/Makefile head/devel/p5-Perl6-Builtins/Makefile head/devel/p5-Perl6-Export-Attrs/Makefile head/devel/p5-Perl6-Export/Makefile head/devel/p5-Perl6-Form/Makefile head/devel/p5-Perl6-Junction/Makefile head/devel/p5-Perl6-Rules/Makefile head/devel/p5-Perl6-Say/Makefile head/devel/p5-Perl6-Slurp/Makefile head/devel/p5-PerlIO-Layers/Makefile head/devel/p5-PerlIO-Util/Makefile head/devel/p5-PerlIO-eol/Makefile head/devel/p5-PerlIO-locale/Makefile head/devel/p5-PerlIO-via-MD5/Makefile head/devel/p5-PerlIO-via-dynamic/Makefile head/devel/p5-PerlIO-via-symlink/Makefile head/devel/p5-Pid-File-Flock/Makefile head/devel/p5-Pipeline/Makefile head/devel/p5-Pithub/Makefile head/devel/p5-Pod-Coverage-Moose/Makefile head/devel/p5-Pod-Coverage-TrustPod/Makefile head/devel/p5-Pod-Coverage/Makefile head/devel/p5-Pod-Tests/Makefile head/devel/p5-Pragmatic/Makefile head/devel/p5-Proc-Background/Makefile head/devel/p5-Proc-Daemon/Makefile head/devel/p5-Proc-Fork/Makefile head/devel/p5-Proc-Guard/Makefile head/devel/p5-Proc-PID-File/Makefile head/devel/p5-Proc-ProcessTable/Makefile head/devel/p5-Proc-Queue/Makefile head/devel/p5-Proc-Reliable/Makefile head/devel/p5-Proc-SafeExec/Makefile head/devel/p5-Proc-Simple/Makefile head/devel/p5-Proc-Wait3/Makefile head/devel/p5-Proc-WaitStat/Makefile head/devel/p5-Project-Gantt/Makefile head/devel/p5-Qudo/Makefile head/devel/p5-RRDTool-OO/Makefile head/devel/p5-Range-String/Makefile head/devel/p5-Rcs-Agent/Makefile head/devel/p5-Rcs/Makefile head/devel/p5-ReadLine-Gnu/Makefile head/devel/p5-ReadLine-Perl/Makefile head/devel/p5-ReadLine-TTYtter/Makefile head/devel/p5-Readonly/Makefile head/devel/p5-Reflex/Makefile head/devel/p5-Regexp-Assemble-Compressed/Makefile head/devel/p5-Regexp-Assemble/Makefile head/devel/p5-Regexp-Bind/Makefile head/devel/p5-Regexp-Compare/Makefile head/devel/p5-Regexp-Grammars/Makefile head/devel/p5-Regexp-RegGrp/Makefile head/devel/p5-Regexp-Shellish/Makefile head/devel/p5-Regexp-Subst-Parallel/Makefile head/devel/p5-Religion/Makefile head/devel/p5-ResourcePool/Makefile head/devel/p5-Resources/Makefile head/devel/p5-Return-Value/Makefile head/devel/p5-Role-HasMessage/Makefile head/devel/p5-Role-Identifiable/Makefile head/devel/p5-Role-Tiny/Makefile head/devel/p5-Rose-DateTime/Makefile head/devel/p5-Rose-Object/Makefile head/devel/p5-RunApp/Makefile head/devel/p5-SDL/Makefile head/devel/p5-SNMP-Persist/Makefile head/devel/p5-SOAP-WSDL/Makefile head/devel/p5-SSN-Validate/Makefile head/devel/p5-SUPER/Makefile head/devel/p5-SVN-ACL/Makefile head/devel/p5-SVN-Access/Makefile head/devel/p5-SVN-Agent/Makefile head/devel/p5-SVN-Dump/Makefile head/devel/p5-SVN-Dumpfile/Makefile head/devel/p5-SVN-Hook/Makefile head/devel/p5-SVN-Hooks/Makefile head/devel/p5-SVN-Log/Makefile head/devel/p5-SVN-Look/Makefile head/devel/p5-SVN-Mirror/Makefile head/devel/p5-SVN-Notify-Config/Makefile head/devel/p5-SVN-Notify-Filter-AuthZMail/Makefile head/devel/p5-SVN-Notify-Filter-EmailFlatFileDB/Makefile head/devel/p5-SVN-Notify-Filter-Markdown/Makefile head/devel/p5-SVN-Notify-Filter-Watchers/Makefile head/devel/p5-SVN-Notify-Mirror/Makefile head/devel/p5-SVN-Notify-Snapshot/Makefile head/devel/p5-SVN-Notify/Makefile head/devel/p5-SVN-S4/Makefile head/devel/p5-SVN-Simple/Makefile head/devel/p5-SVN-Statistics/Makefile head/devel/p5-SVN-Web/Makefile head/devel/p5-Safe-Isa/Makefile head/devel/p5-Scalar-Defer/Makefile head/devel/p5-Scalar-Does/Makefile head/devel/p5-Scalar-Listify/Makefile head/devel/p5-Scalar-String/Makefile head/devel/p5-Scope-Guard/Makefile head/devel/p5-Scope-Upper/Makefile head/devel/p5-Search-Binary/Makefile head/devel/p5-Sepia/Makefile head/devel/p5-Set-Array/Makefile head/devel/p5-Set-ConsistentHash/Makefile head/devel/p5-Set-Crontab/Makefile head/devel/p5-Set-CrossProduct/Makefile head/devel/p5-Set-Infinite/Makefile head/devel/p5-Set-NestedGroups/Makefile head/devel/p5-Set-Object/Makefile head/devel/p5-Set-Scalar/Makefile head/devel/p5-Shape/Makefile head/devel/p5-Shell-Base/Makefile head/devel/p5-Shell-EnvImporter/Makefile head/devel/p5-Shell-Parser/Makefile head/devel/p5-Shell-Source/Makefile head/devel/p5-ShipIt-Step-Manifest/Makefile head/devel/p5-ShipIt/Makefile head/devel/p5-Slurp/Makefile head/devel/p5-Smart-Comments/Makefile head/devel/p5-Sort-Array/Makefile head/devel/p5-Sort-ArrayOfArrays/Makefile head/devel/p5-Sort-Key-DateTime/Makefile head/devel/p5-Sort-Key-Top/Makefile head/devel/p5-Sort-Key/Makefile head/devel/p5-Sort-Maker/Makefile head/devel/p5-Sort-Tree/Makefile head/devel/p5-Sort-Versions/Makefile head/devel/p5-Specio/Makefile head/devel/p5-Spiffy/Makefile head/devel/p5-Spoon/Makefile head/devel/p5-Storable/Makefile head/devel/p5-Stream-Buffered/Makefile head/devel/p5-Stream-Reader/Makefile head/devel/p5-Stream/Makefile head/devel/p5-String-Approx/Makefile head/devel/p5-String-CRC32/Makefile head/devel/p5-String-Checker/Makefile head/devel/p5-String-Diff/Makefile head/devel/p5-String-Dump/Makefile head/devel/p5-String-Ediff/Makefile head/devel/p5-String-Errf/Makefile head/devel/p5-String-Formatter/Makefile head/devel/p5-String-LRC/Makefile head/devel/p5-String-Parity/Makefile head/devel/p5-String-Random/Makefile head/devel/p5-String-RexxParse/Makefile head/devel/p5-String-Similarity/Makefile head/devel/p5-String-TT/Makefile head/devel/p5-Sub-Alias/Makefile head/devel/p5-Sub-Current/Makefile head/devel/p5-Sub-Delete/Makefile head/devel/p5-Sub-Exporter-ForMethods/Makefile head/devel/p5-Sub-Exporter-GlobExporter/Makefile head/devel/p5-Sub-Exporter-Lexical/Makefile head/devel/p5-Sub-Exporter-Progressive/Makefile head/devel/p5-Sub-Exporter/Makefile head/devel/p5-Sub-Identify/Makefile head/devel/p5-Sub-Install/Makefile head/devel/p5-Sub-Installer/Makefile head/devel/p5-Sub-Multi/Makefile head/devel/p5-Sub-Name/Makefile head/devel/p5-Sub-Override/Makefile head/devel/p5-Sub-Prototype/Makefile head/devel/p5-Sub-Signatures/Makefile head/devel/p5-Sub-Uplevel/Makefile head/devel/p5-Sub-WrapPackages/Makefile head/devel/p5-Symbol-Util/Makefile head/devel/p5-Syntax-Keyword-Junction/Makefile head/devel/p5-Sys-Cpu/Makefile head/devel/p5-Sys-Info-Base/Makefile head/devel/p5-Sys-Info-Driver-BSD/Makefile head/devel/p5-Sys-Info/Makefile head/devel/p5-Sys-MemInfo/Makefile head/devel/p5-Sys-Mmap/Makefile head/devel/p5-Sys-RunAlone/Makefile head/devel/p5-Sys-RunAlways/Makefile head/devel/p5-Sys-Sendfile-FreeBSD/Makefile head/devel/p5-Sys-Sig/Makefile head/devel/p5-Sys-SigAction/Makefile head/devel/p5-Sys-Syscall/Makefile head/devel/p5-Sys-Trace/Makefile head/devel/p5-Sys-Virt/Makefile head/devel/p5-System-Command/Makefile head/devel/p5-System2/Makefile head/devel/p5-TAP-Formatter-JUnit/Makefile head/devel/p5-TAP-Harness-JUnit/Makefile head/devel/p5-TAP-SimpleOutput/Makefile head/devel/p5-Taint-Runtime/Makefile head/devel/p5-Taint-Util/Makefile head/devel/p5-Task-Weaken/Makefile head/devel/p5-Tee/Makefile head/devel/p5-Template-Provider-Encode/Makefile head/devel/p5-Term-ANSIColor/Makefile head/devel/p5-Term-ANSIScreen/Makefile head/devel/p5-Term-Animation/Makefile head/devel/p5-Term-CallEditor/Makefile head/devel/p5-Term-Clui/Makefile head/devel/p5-Term-Encoding/Makefile head/devel/p5-Term-Menus/Makefile head/devel/p5-Term-ProgressBar-Quiet/Makefile head/devel/p5-Term-ProgressBar/Makefile head/devel/p5-Term-Prompt/Makefile head/devel/p5-Term-Query/Makefile head/devel/p5-Term-RawInput/Makefile head/devel/p5-Term-ReadKey/Makefile head/devel/p5-Term-ReadLine-Zoid/Makefile head/devel/p5-Term-ReadPassword/Makefile head/devel/p5-Term-Screen/Makefile head/devel/p5-Term-Shell/Makefile head/devel/p5-Term-Size/Makefile head/devel/p5-Term-Sk/Makefile head/devel/p5-Term-Title/Makefile head/devel/p5-Term-UI/Makefile head/devel/p5-Term-VT102-Boundless/Makefile head/devel/p5-Term-VT102/Makefile head/devel/p5-Term-Visual/Makefile head/devel/p5-Test-Aggregate/Makefile head/devel/p5-Test-Assertions/Makefile head/devel/p5-Test-Base/Makefile head/devel/p5-Test-Benchmark/Makefile head/devel/p5-Test-BinaryData/Makefile head/devel/p5-Test-Block/Makefile head/devel/p5-Test-CPAN-Meta-YAML/Makefile head/devel/p5-Test-CheckDeps/Makefile head/devel/p5-Test-CheckManifest/Makefile head/devel/p5-Test-Class-Most/Makefile head/devel/p5-Test-Class/Makefile head/devel/p5-Test-ClassAPI/Makefile head/devel/p5-Test-Classy/Makefile head/devel/p5-Test-Cmd/Makefile head/devel/p5-Test-Command-Simple/Makefile head/devel/p5-Test-Command/Makefile head/devel/p5-Test-Compile/Makefile head/devel/p5-Test-DBIx-Class/Makefile head/devel/p5-Test-Data/Makefile head/devel/p5-Test-Debugger/Makefile head/devel/p5-Test-Declare/Makefile head/devel/p5-Test-Deep/Makefile head/devel/p5-Test-Dependencies/Makefile head/devel/p5-Test-DependentModules/Makefile head/devel/p5-Test-Differences/Makefile head/devel/p5-Test-Distribution/Makefile head/devel/p5-Test-EOL/Makefile head/devel/p5-Test-Exception-LessClever/Makefile head/devel/p5-Test-Exception/Makefile head/devel/p5-Test-Expect/Makefile head/devel/p5-Test-FailWarnings/Makefile head/devel/p5-Test-Fatal/Makefile head/devel/p5-Test-File-Contents/Makefile head/devel/p5-Test-File-ShareDir/Makefile head/devel/p5-Test-File/Makefile head/devel/p5-Test-Filename/Makefile head/devel/p5-Test-Fixme/Makefile head/devel/p5-Test-Fixture-DBIC-Schema/Makefile head/devel/p5-Test-Group/Makefile head/devel/p5-Test-HTML-Tidy/Makefile head/devel/p5-Test-Harness-Straps/Makefile head/devel/p5-Test-Harness/Makefile head/devel/p5-Test-HasVersion/Makefile head/devel/p5-Test-HexString/Makefile head/devel/p5-Test-Identity/Makefile head/devel/p5-Test-InDistDir/Makefile head/devel/p5-Test-Inline/Makefile head/devel/p5-Test-Inter/Makefile head/devel/p5-Test-JSON/Makefile head/devel/p5-Test-Kwalitee/Makefile head/devel/p5-Test-Lazy/Makefile head/devel/p5-Test-LeakTrace/Makefile head/devel/p5-Test-LectroTest/Makefile head/devel/p5-Test-LoadAllModules/Makefile head/devel/p5-Test-Log4perl/Makefile head/devel/p5-Test-LongString/Makefile head/devel/p5-Test-Manifest/Makefile head/devel/p5-Test-ManyParams/Makefile head/devel/p5-Test-Memory-Cycle/Makefile head/devel/p5-Test-Mini-Unit/Makefile head/devel/p5-Test-Mini/Makefile head/devel/p5-Test-Mock-Guard/Makefile head/devel/p5-Test-Mock-LWP-Dispatch/Makefile head/devel/p5-Test-Mock-LWP/Makefile head/devel/p5-Test-MockModule/Makefile head/devel/p5-Test-MockObject/Makefile head/devel/p5-Test-MockRandom/Makefile head/devel/p5-Test-MockTime/Makefile head/devel/p5-Test-Module-Used/Makefile head/devel/p5-Test-Moose-More/Makefile head/devel/p5-Test-More-UTF8/Makefile head/devel/p5-Test-Most/Makefile head/devel/p5-Test-Net-RabbitMQ/Makefile head/devel/p5-Test-NoTabs/Makefile head/devel/p5-Test-NoWarnings/Makefile head/devel/p5-Test-Number-Delta/Makefile head/devel/p5-Test-Object/Makefile head/devel/p5-Test-Output/Makefile head/devel/p5-Test-POE-Client-TCP/Makefile head/devel/p5-Test-POE-Server-TCP/Makefile head/devel/p5-Test-Parser/Makefile head/devel/p5-Test-PerlTidy/Makefile head/devel/p5-Test-Pod-Coverage-Permissive/Makefile head/devel/p5-Test-Pod-Coverage/Makefile head/devel/p5-Test-Pod/Makefile head/devel/p5-Test-Portability-Files/Makefile head/devel/p5-Test-RandomResults/Makefile head/devel/p5-Test-Refcount/Makefile head/devel/p5-Test-Reporter-Transport-Metabase/Makefile head/devel/p5-Test-Reporter/Makefile head/devel/p5-Test-Requires/Makefile head/devel/p5-Test-Script-Run/Makefile head/devel/p5-Test-Script/Makefile head/devel/p5-Test-SharedFork/Makefile head/devel/p5-Test-Signature/Makefile head/devel/p5-Test-Simple/Makefile head/devel/p5-Test-Singleton/Makefile head/devel/p5-Test-Spec/Makefile head/devel/p5-Test-Spelling/Makefile head/devel/p5-Test-Strict/Makefile head/devel/p5-Test-SubCalls/Makefile head/devel/p5-Test-Synopsis/Makefile head/devel/p5-Test-Sys-Info/Makefile head/devel/p5-Test-TAP-HTMLMatrix/Makefile head/devel/p5-Test-TAP-Model/Makefile head/devel/p5-Test-TCP/Makefile head/devel/p5-Test-TableDriven/Makefile head/devel/p5-Test-Taint/Makefile head/devel/p5-Test-TempDir/Makefile head/devel/p5-Test-Tester/Makefile head/devel/p5-Test-Timer/Makefile head/devel/p5-Test-TinyMocker/Makefile head/devel/p5-Test-Trap/Makefile head/devel/p5-Test-Unit/Makefile head/devel/p5-Test-UseAllModules/Makefile head/devel/p5-Test-WWW-Declare/Makefile head/devel/p5-Test-WWW-Mechanize-CGI/Makefile head/devel/p5-Test-WWW-Mechanize-CGIApp/Makefile head/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile head/devel/p5-Test-WWW-Mechanize-PSGI/Makefile head/devel/p5-Test-WWW-Mechanize/Makefile head/devel/p5-Test-WWW-Selenium/Makefile head/devel/p5-Test-Warn/Makefile head/devel/p5-Test-Warnings/Makefile head/devel/p5-Test-Weaken/Makefile head/devel/p5-Test-Without-Module/Makefile head/devel/p5-Test-XML-Valid/Makefile head/devel/p5-Test-XML/Makefile head/devel/p5-Test-YAML-Meta/Makefile head/devel/p5-Test-YAML-Valid/Makefile head/devel/p5-Test-use-ok/Makefile head/devel/p5-Test-utf8/Makefile head/devel/p5-Text-Levenshtein/Makefile head/devel/p5-Text-LevenshteinXS/Makefile head/devel/p5-Text-Outdent/Makefile head/devel/p5-Text-vFile-asData/Makefile head/devel/p5-TheSchwartz-Simple/Makefile head/devel/p5-TheSchwartz-Worker-SendEmail/Makefile head/devel/p5-TheSchwartz/Makefile head/devel/p5-Thread-Apartment/Makefile head/devel/p5-Thread-Cancel/Makefile head/devel/p5-Thread-Pool-Simple/Makefile head/devel/p5-Thread-Queue-Duplex/Makefile head/devel/p5-Thread-Queue/Makefile head/devel/p5-Thread-Suspend/Makefile head/devel/p5-Thrift-XS/Makefile head/devel/p5-Thrift/Makefile head/devel/p5-Throwable/Makefile head/devel/p5-Tie-Array-Pack/Makefile head/devel/p5-Tie-Array-Sorted/Makefile head/devel/p5-Tie-CPHash/Makefile head/devel/p5-Tie-Cache/Makefile head/devel/p5-Tie-DB_File-SplitHash/Makefile head/devel/p5-Tie-DB_FileLock/Makefile head/devel/p5-Tie-File-AsHash/Makefile head/devel/p5-Tie-File/Makefile head/devel/p5-Tie-FileLRUCache/Makefile head/devel/p5-Tie-Function/Makefile head/devel/p5-Tie-Hash-Indexed/Makefile head/devel/p5-Tie-Hash-MultiValue/Makefile head/devel/p5-Tie-Hash-Regex/Makefile head/devel/p5-Tie-Hash-Sorted/Makefile head/devel/p5-Tie-Hash-TwoWay/Makefile head/devel/p5-Tie-IxHash/Makefile head/devel/p5-Tie-LLHash/Makefile head/devel/p5-Tie-RefHash-Weak/Makefile head/devel/p5-Tie-RefHash/Makefile head/devel/p5-Tie-RegexpHash/Makefile head/devel/p5-Tie-Restore/Makefile head/devel/p5-Tie-ShareLite/Makefile head/devel/p5-Tie-Simple/Makefile head/devel/p5-Tie-ToObject/Makefile head/devel/p5-Tie-Util/Makefile head/devel/p5-Tie-iCal/Makefile head/devel/p5-Time-Clock/Makefile head/devel/p5-Time-Duration-Parse/Makefile head/devel/p5-Time-Duration/Makefile head/devel/p5-Time-Format/Makefile head/devel/p5-Time-HiRes/Makefile head/devel/p5-Time-Interval/Makefile head/devel/p5-Time-Local/Makefile head/devel/p5-Time-Mock/Makefile head/devel/p5-Time-Object/Makefile head/devel/p5-Time-Out/Makefile head/devel/p5-Time-Period/Makefile head/devel/p5-Time-Piece-Range/Makefile head/devel/p5-Time-Piece/Makefile head/devel/p5-Time-Progress/Makefile head/devel/p5-Time-Stopwatch/Makefile head/devel/p5-Time-Warp/Makefile head/devel/p5-Time-modules/Makefile head/devel/p5-TimeDate/Makefile head/devel/p5-ToolSet/Makefile head/devel/p5-TraceFuncs/Makefile head/devel/p5-Tree-Binary-Dictionary/Makefile head/devel/p5-Tree-Binary/Makefile head/devel/p5-Tree-DAG_Node/Makefile head/devel/p5-Tree-Node/Makefile head/devel/p5-Tree-Parser/Makefile head/devel/p5-Tree-R/Makefile head/devel/p5-Tree-RedBlack/Makefile head/devel/p5-Tree-Simple-View/Makefile head/devel/p5-Tree-Simple-VisitorFactory/Makefile head/devel/p5-Tree-Simple/Makefile head/devel/p5-Type-Tie/Makefile head/devel/p5-Type-Tiny/Makefile head/devel/p5-UDCode/Makefile head/devel/p5-UI-Dialog/Makefile head/devel/p5-UNIVERSAL-can/Makefile head/devel/p5-UNIVERSAL-isa/Makefile head/devel/p5-UNIVERSAL-moniker/Makefile head/devel/p5-UNIVERSAL-ref/Makefile head/devel/p5-UNIVERSAL-require/Makefile head/devel/p5-UNIVERSAL-which/Makefile head/devel/p5-UUID-Tiny/Makefile head/devel/p5-UUID/Makefile head/devel/p5-Uniq/Makefile head/devel/p5-Unix-Statgrab/Makefile head/devel/p5-Unix-Uptime/Makefile head/devel/p5-User-Identity/Makefile head/devel/p5-VCP-Dest-svk/Makefile head/devel/p5-VCP-Source-cvsbk/Makefile head/devel/p5-VCP-autrijus/Makefile head/devel/p5-VCS-CVS/Makefile head/devel/p5-VCS-Lite/Makefile head/devel/p5-VCS/Makefile head/devel/p5-Validation-Class/Makefile head/devel/p5-Variable-Magic/Makefile head/devel/p5-Want/Makefile head/devel/p5-WeakRef/Makefile head/devel/p5-Workflow/Makefile head/devel/p5-XML-Compile-Tester/Makefile head/devel/p5-XML-Pastor/Makefile head/devel/p5-XS-Object-Magic/Makefile head/devel/p5-XSLoader/Makefile head/devel/p5-YAML-AppConfig/Makefile head/devel/p5-Yada-Yada-Yada/Makefile head/devel/p5-ZConf-GUI/Makefile head/devel/p5-ZML/Makefile head/devel/p5-accessors/Makefile head/devel/p5-aliased/Makefile head/devel/p5-asa/Makefile head/devel/p5-autobox-Core/Makefile head/devel/p5-autobox/Makefile head/devel/p5-autodie/Makefile head/devel/p5-base/Makefile head/devel/p5-boolean/Makefile head/devel/p5-capitalization/Makefile head/devel/p5-carton/Makefile head/devel/p5-common-sense/Makefile head/devel/p5-constant-boolean/Makefile head/devel/p5-constant-def/Makefile head/devel/p5-constant-lexical/Makefile head/devel/p5-constant/Makefile head/devel/p5-cpan-listchanges/Makefile head/devel/p5-doxygenfilter/Makefile head/devel/p5-enum/Makefile head/devel/p5-ex-lib/Makefile head/devel/p5-experimental/Makefile head/devel/p5-forks/Makefile head/devel/p5-github_creator/Makefile head/devel/p5-iCal-Parser/Makefile head/devel/p5-indirect/Makefile head/devel/p5-interface/Makefile head/devel/p5-latest/Makefile head/devel/p5-lexical-underscore/Makefile head/devel/p5-lib-abs/Makefile head/devel/p5-libalarm/Makefile head/devel/p5-libxml-enno/Makefile head/devel/p5-local-lib/Makefile head/devel/p5-mixin/Makefile head/devel/p5-mocked/Makefile head/devel/p5-namespace-autoclean/Makefile head/devel/p5-namespace-clean/Makefile head/devel/p5-namespace-sweep/Makefile head/devel/p5-orz/Makefile head/devel/p5-parent/Makefile head/devel/p5-perlbrew/Makefile head/devel/p5-perlkde/Makefile head/devel/p5-perlqt/Makefile head/devel/p5-pip/Makefile head/devel/p5-prefork/Makefile head/devel/p5-reaper/Makefile head/devel/p5-relative/Makefile head/devel/p5-rpm-build-perl/Makefile head/devel/p5-self-init/Makefile head/devel/p5-self/Makefile head/devel/p5-strictures/Makefile head/devel/p5-subatom/Makefile head/devel/p5-subversion/Makefile head/devel/p5-syntax/Makefile head/devel/p5-threads-shared/Makefile head/devel/p5-threads/Makefile head/devel/p5-true/Makefile head/devel/p5-uni-perl/Makefile head/devel/p5-version/Makefile head/devel/p65/Makefile head/devel/paexec/Makefile head/devel/papi/Makefile head/devel/papp/Makefile head/devel/pas2dox/Makefile head/devel/pasm/Makefile head/devel/patch/Makefile head/devel/pccts/Makefile head/devel/pcl/Makefile head/devel/pcre++/Makefile head/devel/pcre/Makefile head/devel/pcsc-lite/Makefile head/devel/pdcurses-the/Makefile head/devel/pdcurses/Makefile head/devel/pear-Config/Makefile head/devel/pear-Console_Color/Makefile head/devel/pear-Console_CommandLine/Makefile head/devel/pear-Console_Getargs/Makefile head/devel/pear-Console_Table/Makefile head/devel/pear-Date/Makefile head/devel/pear-Date_Holidays/Makefile head/devel/pear-Date_Holidays_Austria/Makefile head/devel/pear-Date_Holidays_Brazil/Makefile head/devel/pear-Date_Holidays_Denmark/Makefile head/devel/pear-Date_Holidays_Discordian/Makefile head/devel/pear-Date_Holidays_EnglandWales/Makefile head/devel/pear-Date_Holidays_Germany/Makefile head/devel/pear-Date_Holidays_Iceland/Makefile head/devel/pear-Date_Holidays_Ireland/Makefile head/devel/pear-Date_Holidays_Italy/Makefile head/devel/pear-Date_Holidays_Japan/Makefile head/devel/pear-Date_Holidays_Netherlands/Makefile head/devel/pear-Date_Holidays_Norway/Makefile head/devel/pear-Date_Holidays_PHPdotNet/Makefile head/devel/pear-Date_Holidays_Romania/Makefile head/devel/pear-Date_Holidays_Slovenia/Makefile head/devel/pear-Date_Holidays_Sweden/Makefile head/devel/pear-Date_Holidays_UNO/Makefile head/devel/pear-Date_Holidays_USA/Makefile head/devel/pear-Date_Holidays_Ukraine/Makefile head/devel/pear-Event_Dispatcher/Makefile head/devel/pear-FSM/Makefile head/devel/pear-File_Iterator/Makefile head/devel/pear-HTML_BBCodeParser/Makefile head/devel/pear-HTML_CSS/Makefile head/devel/pear-HTML_Common/Makefile head/devel/pear-HTML_Common2/Makefile head/devel/pear-HTML_Form/Makefile head/devel/pear-HTML_Javascript/Makefile head/devel/pear-HTML_Page2/Makefile head/devel/pear-HTML_QuickForm/Makefile head/devel/pear-HTML_QuickForm2/Makefile head/devel/pear-HTML_QuickForm_Controller/Makefile head/devel/pear-HTML_QuickForm_Livesearch/Makefile head/devel/pear-HTML_QuickForm_Renderer_Tableless/Makefile head/devel/pear-HTML_QuickForm_SelectFilter/Makefile head/devel/pear-HTML_QuickForm_advmultiselect/Makefile head/devel/pear-HTML_Select/Makefile head/devel/pear-HTML_Select_Common/Makefile head/devel/pear-HTML_Table/Makefile head/devel/pear-HTML_Template_Flexy/Makefile head/devel/pear-HTML_Template_IT/Makefile head/devel/pear-HTML_Template_PHPLIB/Makefile head/devel/pear-HTML_Template_Sigma/Makefile head/devel/pear-HTML_TreeMenu/Makefile head/devel/pear-Horde_Alarm/Makefile head/devel/pear-Horde_Argv/Makefile head/devel/pear-Horde_Autoloader/Makefile head/devel/pear-Horde_Autoloader_Cache/Makefile head/devel/pear-Horde_Cache/Makefile head/devel/pear-Horde_Cli/Makefile head/devel/pear-Horde_Constraint/Makefile head/devel/pear-Horde_Controller/Makefile head/devel/pear-Horde_Core/Makefile head/devel/pear-Horde_Data/Makefile head/devel/pear-Horde_Date/Makefile head/devel/pear-Horde_Date_Parser/Makefile head/devel/pear-Horde_Exception/Makefile head/devel/pear-Horde_History/Makefile head/devel/pear-Horde_Icalendar/Makefile head/devel/pear-Horde_Injector/Makefile head/devel/pear-Horde_Itip/Makefile head/devel/pear-Horde_Lock/Makefile head/devel/pear-Horde_LoginTasks/Makefile head/devel/pear-Horde_Nls/Makefile head/devel/pear-Horde_Notification/Makefile head/devel/pear-Horde_Prefs/Makefile head/devel/pear-Horde_Queue/Makefile head/devel/pear-Horde_Rdo/Makefile head/devel/pear-Horde_Role/Makefile head/devel/pear-Horde_Scheduler/Makefile head/devel/pear-Horde_Serialize/Makefile head/devel/pear-Horde_Stream/Makefile head/devel/pear-Horde_Stream_Filter/Makefile head/devel/pear-Horde_Stream_Wrapper/Makefile head/devel/pear-Horde_Support/Makefile head/devel/pear-Horde_Thrift/Makefile head/devel/pear-Horde_Timezone/Makefile head/devel/pear-Horde_Token/Makefile head/devel/pear-Horde_Translation/Makefile head/devel/pear-Horde_Tree/Makefile head/devel/pear-Horde_Util/Makefile head/devel/pear-Horde_View/Makefile head/devel/pear-I18N/Makefile head/devel/pear-IO_Bit/Makefile head/devel/pear-Math_Fraction/Makefile head/devel/pear-Net_Gearman/Makefile head/devel/pear-OLE/Makefile head/devel/pear-PEAR_Info/Makefile head/devel/pear-PEAR_PackageFileManager/Makefile head/devel/pear-PEAR_PackageFileManager2/Makefile head/devel/pear-PEAR_PackageFileManager_Plugins/Makefile head/devel/pear-PHPDoc/Makefile head/devel/pear-PHPTAL/Makefile head/devel/pear-PHPUnit/Makefile head/devel/pear-PHPUnit2/Makefile head/devel/pear-PHPUnit3/Makefile head/devel/pear-PHPUnit_MockObject/Makefile head/devel/pear-PHP_ArrayOf/Makefile head/devel/pear-PHP_Beautifier/Makefile head/devel/pear-PHP_CodeBrowser/Makefile head/devel/pear-PHP_CodeCoverage/Makefile head/devel/pear-PHP_CodeSniffer/Makefile head/devel/pear-PHP_Compat/Makefile head/devel/pear-PHP_CompatInfo/Makefile head/devel/pear-PHP_Depend/Makefile head/devel/pear-PHP_PMD/Makefile head/devel/pear-PHP_Parser/Makefile head/devel/pear-PHP_ParserGenerator/Makefile head/devel/pear-PHP_Timer/Makefile head/devel/pear-PHP_TokenStream/Makefile head/devel/pear-PHP_UML/Makefile head/devel/pear-PPW/Makefile head/devel/pear-Pager/Makefile head/devel/pear-PhpDocumentor/Makefile head/devel/pear-Pirum/Makefile head/devel/pear-SebastianBergmann_FinderFacade/Makefile head/devel/pear-SebastianBergmann_PHPCPD/Makefile head/devel/pear-SebastianBergmann_PHPLOC/Makefile head/devel/pear-Structure_LinkedList/Makefile head/devel/pear-Structures_DataGrid/Makefile head/devel/pear-Structures_DataGrid_Renderer_Console/Makefile head/devel/pear-Structures_DataGrid_Renderer_HTMLSortForm/Makefile head/devel/pear-Structures_DataGrid_Renderer_HTMLTable/Makefile head/devel/pear-Structures_DataGrid_Renderer_XUL/Makefile head/devel/pear-Symfony_Component_Console/Makefile head/devel/pear-Symfony_Component_Finder/Makefile head/devel/pear-System_Command/Makefile head/devel/pear-Testing_Selenium/Makefile head/devel/pear-Text_Diff/Makefile head/devel/pear-TheSeer_DirectoryScanner/Makefile head/devel/pear-TheSeer_fDOMDocument/Makefile head/devel/pear-TheSeer_fXSL/Makefile head/devel/pear-TheSeer_phpDox/Makefile head/devel/pear-VFS/Makefile head/devel/pear-Validate/Makefile head/devel/pear-Validate_AU/Makefile head/devel/pear-Validate_Finance/Makefile head/devel/pear-Validate_Finance_CreditCard/Makefile head/devel/pear-Validate_US/Makefile head/devel/pear-Var_Dump/Makefile head/devel/pear-VersionControl_Git/Makefile head/devel/pear-VersionControl_SVN/Makefile head/devel/pear-XML_NITF/Makefile head/devel/pear-XML_Parser/Makefile head/devel/pear-XML_RSS/Makefile head/devel/pear-XML_SVG/Makefile head/devel/pear-XML_Serializer/Makefile head/devel/pear-XML_Transformer/Makefile head/devel/pear-XML_Tree/Makefile head/devel/pear-XML_Util/Makefile head/devel/pear-channel-doctrine/Makefile head/devel/pear-channel-ezc/Makefile head/devel/pear-channel-horde/Makefile head/devel/pear-channel-openpear/Makefile head/devel/pear-channel-pdepend/Makefile head/devel/pear-channel-phing/Makefile head/devel/pear-channel-phpdoc/Makefile head/devel/pear-channel-phpmd/Makefile head/devel/pear-channel-phpunit/Makefile head/devel/pear-channel-pirum/Makefile head/devel/pear-channel-symfony/Makefile head/devel/pear-channel-symfony2/Makefile head/devel/pear-channel-theseer/Makefile head/devel/pear-codegen/Makefile head/devel/pear-ezc_Base/Makefile head/devel/pear-ezc_ConsoleTools/Makefile head/devel/pear-pdepend-staticReflection/Makefile head/devel/pear-phing/Makefile head/devel/pear/Makefile head/devel/pecl-APCu/Makefile head/devel/pecl-automap/Makefile head/devel/pecl-bbcode/Makefile head/devel/pecl-bcompiler/Makefile head/devel/pecl-dio/Makefile head/devel/pecl-eio/Makefile head/devel/pecl-ev/Makefile head/devel/pecl-expect/Makefile head/devel/pecl-gearman/Makefile head/devel/pecl-hidef/Makefile head/devel/pecl-htscanner/Makefile head/devel/pecl-inclued/Makefile head/devel/pecl-inotify/Makefile head/devel/pecl-intl/Makefile head/devel/pecl-judy/Makefile head/devel/pecl-libevent/Makefile head/devel/pecl-mcve/Makefile head/devel/pecl-ncurses/Makefile head/devel/pecl-newt/Makefile head/devel/pecl-operator/Makefile head/devel/pecl-params/Makefile head/devel/pecl-parsekit/Makefile head/devel/pecl-pthreads/Makefile head/devel/pecl-runkit/Makefile head/devel/pecl-scream/Makefile head/devel/pecl-shape/Makefile head/devel/pecl-spl_types/Makefile head/devel/pecl-spread/Makefile head/devel/pecl-statgrab/Makefile head/devel/pecl-svn/Makefile head/devel/pecl-test_helpers/Makefile head/devel/pecl-uploadprogress/Makefile head/devel/pecl-uuid/Makefile head/devel/pecl-vld/Makefile head/devel/pecl-xhprof/Makefile head/devel/pecl-yac/Makefile head/devel/pecl-zookeeper/Makefile head/devel/pep8/Makefile head/devel/performance/Makefile head/devel/perlconsole/Makefile head/devel/perltidy/Makefile head/devel/pharmacy/Makefile head/devel/php-java-bridge/Makefile head/devel/php-libawl/Makefile head/devel/php-xdebug/Makefile head/devel/php5-blitz-devel/Makefile head/devel/php5-blitz/Makefile head/devel/php5-dav/Makefile head/devel/php5-geshi/Makefile head/devel/php5-gettext/Makefile head/devel/php5-ice/Makefile head/devel/php5-json/Makefile head/devel/php5-msgpack/Makefile head/devel/php5-pcntl/Makefile head/devel/php5-pinba/Makefile head/devel/php5-readline/Makefile head/devel/php5-shmop/Makefile head/devel/php5-sysvmsg/Makefile head/devel/php5-sysvsem/Makefile head/devel/php5-sysvshm/Makefile head/devel/php5-thrift/Makefile head/devel/php5-tokenizer/Makefile head/devel/php52-gettext/Makefile head/devel/php52-json/Makefile head/devel/php52-ncurses/Makefile head/devel/php52-pcntl/Makefile head/devel/php52-pcre/Makefile head/devel/php52-readline/Makefile head/devel/php52-shmop/Makefile head/devel/php52-spl/Makefile head/devel/php52-sysvmsg/Makefile head/devel/php52-sysvsem/Makefile head/devel/php52-sysvshm/Makefile head/devel/php52-tokenizer/Makefile head/devel/php53-gettext/Makefile head/devel/php53-json/Makefile head/devel/php53-pcntl/Makefile head/devel/php53-readline/Makefile head/devel/php53-shmop/Makefile head/devel/php53-sysvmsg/Makefile head/devel/php53-sysvsem/Makefile head/devel/php53-sysvshm/Makefile head/devel/php53-tokenizer/Makefile head/devel/php55-gettext/Makefile head/devel/php55-json/Makefile head/devel/php55-pcntl/Makefile head/devel/php55-readline/Makefile head/devel/php55-shmop/Makefile head/devel/php55-sysvmsg/Makefile head/devel/php55-sysvsem/Makefile head/devel/php55-sysvshm/Makefile head/devel/php55-tokenizer/Makefile head/devel/phpbt/Makefile head/devel/phpsh/Makefile head/devel/phptags/Makefile head/devel/physfs-devel/Makefile head/devel/physfs/Makefile head/devel/picasm/Makefile head/devel/picp/Makefile head/devel/picprog/Makefile head/devel/piklab/Makefile head/devel/pinba_engine/Makefile head/devel/pipestatus/Makefile head/devel/pire/Makefile head/devel/pit/Makefile head/devel/pkgconf/Makefile head/devel/plan9port/Makefile head/devel/pmccabe/Makefile head/devel/pmd/Makefile head/devel/pmk/Makefile head/devel/poco-ssl/Makefile head/devel/poco/Makefile head/devel/popt/Makefile head/devel/poslib/Makefile head/devel/ppl/Makefile head/devel/premake/Makefile head/devel/premake4/Makefile head/devel/preps-gui/Makefile head/devel/prepstools/Makefile head/devel/projectcenter/Makefile head/devel/protobuf-c/Makefile head/devel/protobuf/Makefile head/devel/prototype/Makefile head/devel/psptoolchain-binutils/Makefile head/devel/psptoolchain-gcc-stage1/Makefile head/devel/psptoolchain-gcc-stage2/Makefile head/devel/psptoolchain-gdb/Makefile head/devel/psptoolchain-newlib/Makefile head/devel/psptoolchain-pspsdk-stage1/Makefile head/devel/psptoolchain-pspsdk-stage2/Makefile head/devel/psptoolchain/Makefile head/devel/pstreams/Makefile head/devel/psvn/Makefile head/devel/pth-hard/Makefile head/devel/pth/Makefile head/devel/pthsem/Makefile head/devel/ptlib/Makefile head/devel/ptlib26/Makefile head/devel/ptmalloc/Makefile head/devel/ptmalloc2/Makefile head/devel/pty/Makefile head/devel/ptypes/Makefile head/devel/publib/Makefile head/devel/pure-ffi/Makefile head/devel/pure-gen/Makefile head/devel/pure-readline/Makefile head/devel/pure-stldict/Makefile head/devel/pure-stlvec/Makefile head/devel/pushmi/Makefile head/devel/pwlib/Makefile head/devel/py-Acquisition/Makefile head/devel/py-AddOns/Makefile head/devel/py-Breve/Makefile head/devel/py-BytecodeAssembler/Makefile head/devel/py-DateTime/Makefile head/devel/py-DocumentTemplate/Makefile head/devel/py-EnthoughtBase/Makefile head/devel/py-ExtensionClass/Makefile head/devel/py-InlineEgg/Makefile head/devel/py-Jinja/Makefile head/devel/py-Jinja2-doc/Makefile head/devel/py-Jinja2/Makefile head/devel/py-Missing/Makefile head/devel/py-MultiMapping/Makefile head/devel/py-PEAK-Rules/Makefile head/devel/py-Persistence/Makefile head/devel/py-Products.ATContentTypes/Makefile head/devel/py-Products.ATReferenceBrowserWidget/Makefile head/devel/py-Products.Archetypes/Makefile head/devel/py-Products.BTreeFolder2/Makefile head/devel/py-Products.CMFActionIcons/Makefile head/devel/py-Products.CMFCalendar/Makefile head/devel/py-Products.CMFCore/Makefile head/devel/py-Products.CMFDefault/Makefile head/devel/py-Products.CMFDiffTool/Makefile head/devel/py-Products.CMFDynamicViewFTI/Makefile head/devel/py-Products.CMFEditions/Makefile head/devel/py-Products.CMFFormController/Makefile head/devel/py-Products.CMFPlacefulWorkflow/Makefile head/devel/py-Products.CMFQuickInstallerTool/Makefile head/devel/py-Products.CMFTestCase/Makefile head/devel/py-Products.CMFUid/Makefile head/devel/py-Products.DCWorkflow/Makefile head/devel/py-Products.ExtendedPathIndex/Makefile head/devel/py-Products.ExternalEditor/Makefile head/devel/py-Products.ExternalMethod/Makefile head/devel/py-Products.GenericSetup/Makefile head/devel/py-Products.LDAPMultiPlugins/Makefile head/devel/py-Products.LDAPUserFolder/Makefile head/devel/py-Products.MIMETools/Makefile head/devel/py-Products.Marshall/Makefile head/devel/py-Products.MimetypesRegistry/Makefile head/devel/py-Products.OFSP/Makefile head/devel/py-Products.PasswordResetTool/Makefile head/devel/py-Products.PlacelessTranslationService/Makefile head/devel/py-Products.PloneLanguageTool/Makefile head/devel/py-Products.PloneTestCase/Makefile head/devel/py-Products.PluginRegistry/Makefile head/devel/py-Products.PortalTransforms/Makefile head/devel/py-Products.PythonScripts/Makefile head/devel/py-Products.ResourceRegistries/Makefile head/devel/py-Products.StandardCacheManagers/Makefile head/devel/py-Products.ZCTextIndex/Makefile head/devel/py-Products.ZCatalog/Makefile head/devel/py-Products.ZSQLMethods/Makefile head/devel/py-Products.ZopeVersionControl/Makefile head/devel/py-Products.contentmigration/Makefile head/devel/py-Products.statusmessages/Makefile head/devel/py-Products.validation/Makefile head/devel/py-RPyC/Makefile head/devel/py-Record/Makefile head/devel/py-ScriptTest/Makefile head/devel/py-SymbolType/Makefile head/devel/py-TGScheduler/Makefile head/devel/py-ToscaWidgets/Makefile head/devel/py-TurboJinja/Makefile head/devel/py-ZopeUndo/Makefile head/devel/py-akismet/Makefile head/devel/py-anonfunc/Makefile head/devel/py-anyjson/Makefile head/devel/py-apipkg/Makefile head/devel/py-application/Makefile head/devel/py-archetypes.kss/Makefile head/devel/py-archetypes.querywidget/Makefile head/devel/py-archetypes.referencebrowserwidget/Makefile head/devel/py-archetypes.schemaextender/Makefile head/devel/py-argh/Makefile head/devel/py-argparse/Makefile head/devel/py-asn1-modules/Makefile head/devel/py-asn1/Makefile head/devel/py-aspects/Makefile head/devel/py-aspyct/Makefile head/devel/py-astroid/Makefile head/devel/py-async/Makefile head/devel/py-avro/Makefile head/devel/py-babel/Makefile head/devel/py-bcdoc/Makefile head/devel/py-billiard/Makefile head/devel/py-binplist/Makefile head/devel/py-biplist/Makefile head/devel/py-bison/Makefile head/devel/py-bitarray/Makefile head/devel/py-bitstring/Makefile head/devel/py-blinker/Makefile head/devel/py-bluelet/Makefile head/devel/py-boto/Makefile head/devel/py-botocore/Makefile head/devel/py-cclib/Makefile head/devel/py-celery/Makefile head/devel/py-cfgparse/Makefile head/devel/py-cheetah/Makefile head/devel/py-ciphon/Makefile head/devel/py-circuits/Makefile head/devel/py-cjson/Makefile head/devel/py-cld/Makefile head/devel/py-clonedigger/Makefile head/devel/py-cmdln/Makefile head/devel/py-cog/Makefile head/devel/py-coil/Makefile head/devel/py-collective.monkeypatcher/Makefile head/devel/py-collective.z3cform.datetimewidget/Makefile head/devel/py-colorama/Makefile head/devel/py-configobj/Makefile head/devel/py-construct/Makefile head/devel/py-country/Makefile head/devel/py-coverage/Makefile head/devel/py-crcmod/Makefile head/devel/py-ctags/Makefile head/devel/py-cxx/Makefile head/devel/py-d2to1/Makefile head/devel/py-daemon/Makefile head/devel/py-dal/Makefile head/devel/py-darcsver/Makefile head/devel/py-dateutil/Makefile head/devel/py-dbus/Makefile head/devel/py-decorator/Makefile head/devel/py-decoratortools/Makefile head/devel/py-defusedxml/Makefile head/devel/py-deliciousapi/Makefile head/devel/py-demjson/Makefile head/devel/py-dexml/Makefile head/devel/py-dialog/Makefile head/devel/py-diazo/Makefile head/devel/py-dirspec/Makefile head/devel/py-distorm/Makefile head/devel/py-distribute/Makefile head/devel/py-distutils-extra/Makefile head/devel/py-docopt/Makefile head/devel/py-durus/Makefile head/devel/py-dynrules/Makefile head/devel/py-eggtestinfo/Makefile head/devel/py-elementtree/Makefile head/devel/py-epsilon/Makefile head/devel/py-event/Makefile head/devel/py-experimental.cssselect/Makefile head/devel/py-extremes/Makefile head/devel/py-ezpyinline/Makefile head/devel/py-fabric/Makefile head/devel/py-fam/Makefile head/devel/py-fastimport/Makefile head/devel/py-fileutils/Makefile head/devel/py-five.customerize/Makefile head/devel/py-five.formlib/Makefile head/devel/py-five.globalrequest/Makefile head/devel/py-five.localsitemanager/Makefile head/devel/py-flake8/Makefile head/devel/py-flask-babel/Makefile head/devel/py-flexmock/Makefile head/devel/py-foolscap/Makefile head/devel/py-fortran/Makefile head/devel/py-freebsd/Makefile head/devel/py-fs/Makefile head/devel/py-fsm/Makefile head/devel/py-fudge/Makefile head/devel/py-funcparserlib/Makefile head/devel/py-fusefs/Makefile head/devel/py-game/Makefile head/devel/py-gamin/Makefile head/devel/py-gdata/Makefile head/devel/py-gearman/Makefile head/devel/py-generate/Makefile head/devel/py-geojson/Makefile head/devel/py-geotypes/Makefile head/devel/py-gevent-zeromq/Makefile head/devel/py-gevent/Makefile head/devel/py-gflags/Makefile head/devel/py-gitdb/Makefile head/devel/py-gitosis/Makefile head/devel/py-gitpython/Makefile head/devel/py-gobject/Makefile head/devel/py-gobject3/Makefile head/devel/py-grab/Makefile head/devel/py-greenlet/Makefile head/devel/py-grizzled/Makefile head/devel/py-grouch/Makefile head/devel/py-gyp-devel/Makefile head/devel/py-hashring/Makefile head/devel/py-hghooks/Makefile head/devel/py-hgsubversion/Makefile head/devel/py-hgtools/Makefile head/devel/py-icalendar/Makefile head/devel/py-ice/Makefile head/devel/py-icu/Makefile head/devel/py-importlib/Makefile head/devel/py-iniparse/Makefile head/devel/py-initgroups/Makefile head/devel/py-instant/Makefile head/devel/py-interface/Makefile head/devel/py-ipaddr/Makefile head/devel/py-isodate/Makefile head/devel/py-iterpipes/Makefile head/devel/py-itools/Makefile head/devel/py-jcc/Makefile head/devel/py-jira/Makefile head/devel/py-jmespath/Makefile head/devel/py-jsmin/Makefile head/devel/py-json-py/Makefile head/devel/py-jsonlib/Makefile head/devel/py-jsonlib2/Makefile head/devel/py-jsonrpclib/Makefile head/devel/py-jsonschema/Makefile head/devel/py-kazoo/Makefile head/devel/py-kid/Makefile head/devel/py-kjbuckets/Makefile head/devel/py-kqueue/Makefile head/devel/py-krosspython/Makefile head/devel/py-kss-core/Makefile head/devel/py-levenshtein/Makefile head/devel/py-liblarch/Makefile head/devel/py-libplist/Makefile head/devel/py-ll-core/Makefile head/devel/py-lock_file/Makefile head/devel/py-lockfile/Makefile head/devel/py-log4py/Makefile head/devel/py-logilab-common/Makefile head/devel/py-lxml/Makefile head/devel/py-magic/Makefile head/devel/py-manuel/Makefile head/devel/py-mccabe/Makefile head/devel/py-meliae/Makefile head/devel/py-memoryprofiler/Makefile head/devel/py-mercurialserver/Makefile head/devel/py-mez_xml/Makefile head/devel/py-mimeparse/Makefile head/devel/py-minimongo/Makefile head/devel/py-mock/Makefile head/devel/py-mongoengine/Makefile head/devel/py-mongokit/Makefile head/devel/py-mox/Makefile head/devel/py-msgpack/Makefile head/devel/py-mwlib.ext/Makefile head/devel/py-mwlib.rl/Makefile head/devel/py-mwlib/Makefile head/devel/py-mx-experimental/Makefile head/devel/py-mygpoclient/Makefile head/devel/py-ncurses/Makefile head/devel/py-nose/Makefile head/devel/py-notifier/Makefile head/devel/py-notify/Makefile head/devel/py-ocempgui/Makefile head/devel/py-ode/Makefile head/devel/py-odfpy/Makefile head/devel/py-olefileio_pl/Makefile head/devel/py-omniorb/Makefile head/devel/py-optik/Makefile head/devel/py-orbit/Makefile head/devel/py-ordereddict/Makefile head/devel/py-parsedatetime/Makefile head/devel/py-parsing/Makefile head/devel/py-pathtools/Makefile head/devel/py-paver/Makefile head/devel/py-pbr/Makefile head/devel/py-pefile/Makefile head/devel/py-period/Makefile head/devel/py-phpserialize/Makefile head/devel/py-pika/Makefile head/devel/py-pip/Makefile head/devel/py-plex/Makefile head/devel/py-ply/Makefile head/devel/py-pmock/Makefile head/devel/py-polib/Makefile head/devel/py-posix_ipc/Makefile head/devel/py-pp/Makefile head/devel/py-pqueue/Makefile head/devel/py-prettytable/Makefile head/devel/py-prioritized_methods/Makefile head/devel/py-protobuf/Makefile head/devel/py-protocols-devel/Makefile head/devel/py-protocols/Makefile head/devel/py-psyco/Makefile head/devel/py-ptrace/Makefile head/devel/py-pudb/Makefile head/devel/py-px/Makefile head/devel/py-pycalendar/Makefile head/devel/py-pycallgraph/Makefile head/devel/py-pycerberus/Makefile head/devel/py-pydasm/Makefile head/devel/py-pyechonest/Makefile head/devel/py-pyev/Makefile head/devel/py-pyflakes/Makefile head/devel/py-pygit2/Makefile head/devel/py-pygithub/Makefile head/devel/py-pygpx/Makefile head/devel/py-pykde4/Makefile head/devel/py-pykdeuic4/Makefile head/devel/py-pyke/Makefile head/devel/py-pylib/Makefile head/devel/py-pymarc/Makefile head/devel/py-pyro/Makefile head/devel/py-pyshapelib/Makefile head/devel/py-pytemplate/Makefile head/devel/py-pytest-runner/Makefile head/devel/py-pytest/Makefile head/devel/py-pythonbrew/Makefile head/devel/py-pytz/Makefile head/devel/py-pyutil/Makefile head/devel/py-pyxml2obj/Makefile head/devel/py-pyzmq/Makefile head/devel/py-qserve/Makefile head/devel/py-qt4-assistant/Makefile head/devel/py-qt4-core/Makefile head/devel/py-qt4-dbus/Makefile head/devel/py-qt4-dbussupport/Makefile head/devel/py-qt4-declarative/Makefile head/devel/py-qt4-designer/Makefile head/devel/py-qt4-designerplugin/Makefile head/devel/py-qt4-help/Makefile head/devel/py-qt4-qscintilla2/Makefile head/devel/py-qt4-script/Makefile head/devel/py-qt4-scripttools/Makefile head/devel/py-qt4-test/Makefile head/devel/py-qt4/Makefile head/devel/py-rauth/Makefile head/devel/py-repl/Makefile head/devel/py-repoze.lru/Makefile head/devel/py-repoze.tm2/Makefile head/devel/py-repoze.what-pylons/Makefile head/devel/py-repoze.what/Makefile head/devel/py-repoze.who-friendlyform/Makefile head/devel/py-repoze.who-testutil/Makefile head/devel/py-repoze.who/Makefile head/devel/py-repoze.xmliter/Makefile head/devel/py-resolver/Makefile head/devel/py-resourcepackage/Makefile head/devel/py-rlcompleter2/Makefile head/devel/py-robotframework-ride/Makefile head/devel/py-robotframework-selenium2library/Makefile head/devel/py-robotframework/Makefile head/devel/py-rope/Makefile head/devel/py-rose/Makefile head/devel/py-roxlib/Makefile head/devel/py-rtree/Makefile head/devel/py-ruledispatch/Makefile head/devel/py-sanetime/Makefile head/devel/py-sdl2/Makefile head/devel/py-serpent/Makefile head/devel/py-setproctitle/Makefile head/devel/py-setuptools-git/Makefile head/devel/py-setuptools_darcs/Makefile head/devel/py-setuptools_hg/Makefile head/devel/py-shapely/Makefile head/devel/py-simplejson/Makefile head/devel/py-simpleparse/Makefile head/devel/py-simpletal/Makefile head/devel/py-simpy/Makefile head/devel/py-sip/Makefile head/devel/py-six/Makefile head/devel/py-smmap/Makefile head/devel/py-spark/Makefile head/devel/py-speaklater/Makefile head/devel/py-sqlcc/Makefile head/devel/py-statgrab/Makefile head/devel/py-stevedore/Makefile head/devel/py-subversion/Makefile head/devel/py-subvertpy/Makefile head/devel/py-sysctl/Makefile head/devel/py-sysv_ipc/Makefile head/devel/py-tables/Makefile head/devel/py-tconfpy/Makefile head/devel/py-tempstorage/Makefile head/devel/py-termcolor/Makefile head/devel/py-testgears/Makefile head/devel/py-testoob/Makefile head/devel/py-testtools/Makefile head/devel/py-tgMochiKit/Makefile head/devel/py-thrift/Makefile head/devel/py-timelib/Makefile head/devel/py-tox/Makefile head/devel/py-trace2html/Makefile head/devel/py-traits/Makefile head/devel/py-transaction/Makefile head/devel/py-turbocheetah/Makefile head/devel/py-turbojson/Makefile head/devel/py-turbojson11/Makefile head/devel/py-turbokid/Makefile head/devel/py-tvrage/Makefile head/devel/py-tw.forms/Makefile head/devel/py-twisted/Makefile head/devel/py-twistedCore/Makefile head/devel/py-twistedFlow/Makefile head/devel/py-twistedRunner/Makefile head/devel/py-ujson/Makefile head/devel/py-uncompyle2/Makefile head/devel/py-unittest2/Makefile head/devel/py-unittestplus/Makefile head/devel/py-urlimport/Makefile head/devel/py-urwid/Makefile head/devel/py-usb/Makefile head/devel/py-utils/Makefile head/devel/py-venusian/Makefile head/devel/py-versiontools/Makefile head/devel/py-virtualenv-clone/Makefile head/devel/py-virtualenv/Makefile head/devel/py-virtualenvwrapper/Makefile head/devel/py-watchdog/Makefile head/devel/py-wheel/Makefile head/devel/py-wsgi_xmlrpc/Makefile head/devel/py-wsgitools/Makefile head/devel/py-wsgiutils/Makefile head/devel/py-xattr/Makefile head/devel/py-xcaplib/Makefile head/devel/py-xdg/Makefile head/devel/py-xmltodict/Makefile head/devel/py-xoltar-toolkit/Makefile head/devel/py-yaml/Makefile head/devel/py-yapps2/Makefile head/devel/py-ydbf/Makefile head/devel/py-yum-metadata-parser/Makefile head/devel/py-z3c.autoinclude/Makefile head/devel/py-z3c.batching/Makefile head/devel/py-z3c.caching/Makefile head/devel/py-z3c.form/Makefile head/devel/py-z3c.formwidget.query/Makefile head/devel/py-z3c.zcmlhook/Makefile head/devel/py-zExceptions/Makefile head/devel/py-zLOG/Makefile head/devel/py-zc.buildout/Makefile head/devel/py-zclockfile/Makefile head/devel/py-zope.annotation/Makefile head/devel/py-zope.app.applicationcontrol/Makefile head/devel/py-zope.app.appsetup/Makefile head/devel/py-zope.app.basicskin/Makefile head/devel/py-zope.app.broken/Makefile head/devel/py-zope.app.cache/Makefile head/devel/py-zope.app.component/Makefile head/devel/py-zope.app.container/Makefile head/devel/py-zope.app.content/Makefile head/devel/py-zope.app.debug/Makefile head/devel/py-zope.app.dependable/Makefile head/devel/py-zope.app.error/Makefile head/devel/py-zope.app.exception/Makefile head/devel/py-zope.app.folder/Makefile head/devel/py-zope.app.form/Makefile head/devel/py-zope.app.generations/Makefile head/devel/py-zope.app.http/Makefile head/devel/py-zope.app.pagetemplate/Makefile head/devel/py-zope.app.publication/Makefile head/devel/py-zope.app.publisher/Makefile head/devel/py-zope.app.renderer/Makefile head/devel/py-zope.app.rotterdam/Makefile head/devel/py-zope.app.schema/Makefile head/devel/py-zope.app.testing/Makefile head/devel/py-zope.app.zcmlfiles/Makefile head/devel/py-zope.app.zopeappgenerations/Makefile head/devel/py-zope.applicationcontrol/Makefile head/devel/py-zope.broken/Makefile head/devel/py-zope.browser/Makefile head/devel/py-zope.browsermenu/Makefile head/devel/py-zope.browserpage/Makefile head/devel/py-zope.browserresource/Makefile head/devel/py-zope.cachedescriptors/Makefile head/devel/py-zope.component/Makefile head/devel/py-zope.componentvocabulary/Makefile head/devel/py-zope.configuration/Makefile head/devel/py-zope.container/Makefile head/devel/py-zope.contentprovider/Makefile head/devel/py-zope.contenttype/Makefile head/devel/py-zope.copy/Makefile head/devel/py-zope.copypastemove/Makefile head/devel/py-zope.datetime/Makefile head/devel/py-zope.deferredimport/Makefile head/devel/py-zope.deprecation/Makefile head/devel/py-zope.dottedname/Makefile head/devel/py-zope.dublincore/Makefile head/devel/py-zope.error/Makefile head/devel/py-zope.event/Makefile head/devel/py-zope.exceptions/Makefile head/devel/py-zope.filerepresentation/Makefile head/devel/py-zope.formlib/Makefile head/devel/py-zope.generations/Makefile head/devel/py-zope.globalrequest/Makefile head/devel/py-zope.i18n/Makefile head/devel/py-zope.interface/Makefile head/devel/py-zope.lifecycleevent/Makefile head/devel/py-zope.location/Makefile head/devel/py-zope.minmax/Makefile head/devel/py-zope.pagetemplate/Makefile head/devel/py-zope.processlifetime/Makefile head/devel/py-zope.ptresource/Makefile head/devel/py-zope.publisher/Makefile head/devel/py-zope.ramcache/Makefile head/devel/py-zope.schema/Makefile head/devel/py-zope.sequencesort/Makefile head/devel/py-zope.site/Makefile head/devel/py-zope.size/Makefile head/devel/py-zope.tales/Makefile head/devel/py-zope.testbrowser/Makefile head/devel/py-zope.testing/Makefile head/devel/py-zope.traversing/Makefile head/devel/py-zope.viewlet/Makefile head/devel/py_static_check/Makefile head/devel/pybaz/Makefile head/devel/pybugz/Makefile head/devel/pychecker/Makefile head/devel/pycount/Makefile head/devel/pylint/Makefile head/devel/pymacs/Makefile head/devel/pyobfuscate/Makefile head/devel/pypersrc/Makefile head/devel/pyrex/Makefile head/devel/pyside-tools/Makefile head/devel/pyside/Makefile head/devel/pyst/Makefile head/devel/pysvn/Makefile head/devel/pythk/Makefile head/devel/pythontidy/Makefile Modified: head/devel/k8048/Makefile ============================================================================== --- head/devel/k8048/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/k8048/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -20,6 +20,7 @@ PLIST_FILES= bin/${PORTNAME} bin/kio ${B BIN_SYMLINKS= bin/k12 bin/k14 bin/k16 bin/ktest +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|^CC=|CC?=| ; \ Modified: head/devel/kBuild/Makefile ============================================================================== --- head/devel/kBuild/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/kBuild/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,4 +1,4 @@ -# Created by: Bruce Simpson +# Created by: Bruce Simpson # $FreeBSD$ PORTNAME= kBuild @@ -44,6 +44,7 @@ ENV= .SHELL: path="/bin/sh" unsetenv=true .endif +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '11269d;11274d' ${WRKSRC}/src/sed/configure ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/Config.kmk Modified: head/devel/kaptain/Makefile ============================================================================== --- head/devel/kaptain/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/kaptain/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,4 +1,4 @@ -# Created by: Alan Eldridge +# Created by: Alan Eldridge # $FreeBSD$ PORTNAME= kaptain @@ -22,6 +22,7 @@ PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/kaptain +NO_STAGE= yes .include post-patch: Modified: head/devel/kcachegrind/Makefile ============================================================================== --- head/devel/kcachegrind/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/kcachegrind/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -24,6 +24,7 @@ OPTIONS_DEFAULT= DOT DOT_DESC= Use GraphViz/dot to render call graphs VALGRIND_DESC= Install devel/valgrind +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOT} Modified: head/devel/kdbg/Makefile ============================================================================== --- head/devel/kdbg/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/kdbg/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -19,6 +19,7 @@ INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS OPTIONS_DEFAULT=NLS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/devel/kdebindings4/Makefile ============================================================================== --- head/devel/kdebindings4/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/kdebindings4/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -19,6 +19,7 @@ PERL_DESC= Perl bindings PYTHON_DESC= Python bindings RUBY_DESC= Ruby bindings +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPERL} Modified: head/devel/kdesdk4/Makefile ============================================================================== --- head/devel/kdesdk4/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/kdesdk4/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -64,6 +64,7 @@ ANTLR_DESC= Support for po2xml and swapp KATE_DESC= Install Kate advanced text editor KATE_PATE_DESC= Support for Python plugins in Kate +NO_STAGE= yes .include .if ${PORT_OPTIONS:MANTLR} Modified: head/devel/kdesvn-kde4/Makefile ============================================================================== --- head/devel/kdesvn-kde4/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/kdesvn-kde4/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -26,6 +26,7 @@ USE_QT4= corelib gui xml network dbus sv MAN1= kdesvn.1 kdesvnaskpass.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/devel/kdevelop-kde4/Makefile ============================================================================== --- head/devel/kdevelop-kde4/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/kdevelop-kde4/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -27,6 +27,7 @@ OPTIONS_DEFAULT= ${OPTIONS_DEFINE} OKTETA_DESC= Hex editing support via Okteta +NO_STAGE= yes .include .if ${PORT_OPTIONS:MOKTETA} Modified: head/devel/kdevelop-pg-qt/Makefile ============================================================================== --- head/devel/kdevelop-pg-qt/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/kdevelop-pg-qt/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -22,4 +22,5 @@ USES= bison cmake:outsource USE_KDE4= automoc4 kdehier kdelibs kdeprefix USE_QT4= qmake_build moc_build uic_build rcc_build +NO_STAGE= yes .include Modified: head/devel/kdevelop-php-docs/Makefile ============================================================================== --- head/devel/kdevelop-php-docs/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/kdevelop-php-docs/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -17,6 +17,7 @@ USE_QT4= moc_build qmake_build rcc_build USE_BZIP2= yes USES= cmake +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/devel/kdevelop-php/Makefile ============================================================================== --- head/devel/kdevelop-php/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/kdevelop-php/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -25,6 +25,7 @@ OPTIONS_DEFAULT= ${OPTIONS_DEFINE} PHPDOCS_DESC= Integrate with PHP.net documentation +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPHPDOCS} Modified: head/devel/kdevplatform/Makefile ============================================================================== --- head/devel/kdevplatform/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/kdevplatform/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -26,6 +26,7 @@ USE_LDCONFIG= yes PLIST_SUB+= SHLIB_VER=7.0.0 \ SHLIB_SHVER=7 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/devel/kimwitu/Makefile ============================================================================== --- head/devel/kimwitu/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/kimwitu/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: kimwitu -# Date created: Apr 23, 2001 -# Whom: Ying-Chieh Liao -# +# Created by: Ying-Chieh Liao # $FreeBSD$ -# PORTNAME= kimwitu PORTVERSION= 4.6.1 @@ -22,6 +17,7 @@ MAKE_JOBS_UNSAFE= yes MAN1= kc.1 PLIST_FILES= bin/kc +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/Gen/kc ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/../man/kc.1 ${MAN1PREFIX}/man/man1 Modified: head/devel/klee/Makefile ============================================================================== --- head/devel/klee/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/klee/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -22,6 +22,7 @@ USES= cmake:outsource CMAKE_ARGS= -DCMAKE_MODULE_PATH=${WRKSRC}/cmake/llvm-3.1-modules \ -DKLEE_PATH_TO_LLVM_BUILD=${LOCALBASE} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDEBUG} Modified: head/devel/kyra/Makefile ============================================================================== --- head/devel/kyra/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/kyra/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -27,6 +27,7 @@ MAKE_ENV= MAKE_KYRA=RELEASE KYRA_OPENGL= MAKE_ARGS= CC="${CC}" CXX="${CXX}" LD="${CXX}" \ RELEASE_CFLAGS="${CFLAGS}" RELEASE_CXXFLAGS="${CXXFLAGS}" +NO_STAGE= yes do-install: .for i in encoder spriteed (cd ${WRKSRC}/${i} && ${INSTALL_PROGRAM} kr${i} ${PREFIX}/bin) Modified: head/devel/kyua-atf-compat/Makefile ============================================================================== --- head/devel/kyua-atf-compat/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/kyua-atf-compat/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,4 +1,4 @@ -# Created by: Alan Somers +# Created by: Alan Somers # $FreeBSD$ PORTNAME= kyua-atf-compat @@ -19,6 +19,7 @@ USES= pkgconfig OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include CONFIGURE_ARGS+= --docdir=${DOCSDIR} Modified: head/devel/kyua-testers/Makefile ============================================================================== --- head/devel/kyua-testers/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/kyua-testers/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,4 +1,4 @@ -# Created by: Alan Somers +# Created by: Alan Somers # $FreeBSD$ PORTNAME= kyua-testers @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include CONFIGURE_ARGS+= --docdir=${DOCSDIR} Modified: head/devel/kyua/Makefile ============================================================================== --- head/devel/kyua/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/kyua/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,4 +1,4 @@ -# Created by: Alan Somers +# Created by: Alan Somers # $FreeBSD$ PORTNAME= kyua @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes USES= pkgconfig OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include CONFIGURE_ARGS+= --without-doxygen Modified: head/devel/lasi/Makefile ============================================================================== --- head/devel/lasi/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/lasi/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -28,6 +28,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen EXTRA_PATCHES+= ${FILESDIR}/extra-patch-cmake+modules+lasi.cmake .endif +NO_STAGE= yes pre-install: .if defined(NOPORTEXAMPLES) @${REINPLACE_CMD} 's/^\(add_subdirectory(examples)\)/#\1/' ${WRKSRC}/CMakeLists.txt Modified: head/devel/lcov/Makefile ============================================================================== --- head/devel/lcov/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/lcov/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -22,6 +22,7 @@ PLIST_FILES= bin/lcov bin/gendesc bin/ge MAN1= gendesc.1 genhtml.1 geninfo.1 genpng.1 lcov.1 MAN5= lcovrc.5 +NO_STAGE= yes do-install: cd ${WRKSRC}/bin && ${COPYTREE_BIN} "gendesc genhtml geninfo genpng lcov" ${PREFIX}/bin cd ${WRKSRC}/man && ${INSTALL_MAN} *.1 ${MANPREFIX}/man/man1 Modified: head/devel/leaktracer/Makefile ============================================================================== --- head/devel/leaktracer/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/leaktracer/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,9 +1,5 @@ -# New ports collection makefile for: LeakTracer -# Date created: 04 Feb 2004 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= leaktracer PORTVERSION= 2.4 @@ -22,6 +18,7 @@ USE_PERL5= run PLIST_FILES= bin/LeakCheck bin/leak-analyze lib/LeakTracer.so PORTDOCS= README README.html +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/LeakCheck ${WRKSRC}/leak-analyze \ ${PREFIX}/bin Modified: head/devel/lemon/Makefile ============================================================================== --- head/devel/lemon/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/lemon/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,9 +1,5 @@ -# Ports collection makefile for: lemon -# Date created: June 4, 2001 -# Whom: Mikhail Teterin -# +# Created by: Mikhail Teterin # $FreeBSD$ -# PORTNAME= lemon PORTVERSION= 1.69 @@ -18,6 +14,7 @@ USE_BZIP2= yes MAKEFILE= /dev/null ALL_TARGET= ${PORTNAME} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's| = pathsearch(.*| = "${DATADIR}/lempar.c";|' \ ${WRKSRC}/lemon.c Modified: head/devel/lfcbase/Makefile ============================================================================== --- head/devel/lfcbase/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/lfcbase/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -15,6 +15,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf:env +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in Modified: head/devel/lfcxml/Makefile ============================================================================== --- head/devel/lfcxml/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/lfcxml/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -19,4 +19,5 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf:env +NO_STAGE= yes .include Modified: head/devel/libIDL/Makefile ============================================================================== --- head/devel/libIDL/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libIDL/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -24,4 +24,5 @@ LDFLAGS+= -L${LOCALBASE}/lib INFO= libIDL2 +NO_STAGE= yes .include Modified: head/devel/libPropList/Makefile ============================================================================== --- head/devel/libPropList/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libPropList/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libPropList -# Date Created: 6 December 1998 -# Whom: Glenn Johnson -# +# Created by: Glenn Johnson # $FreeBSD$ -# PORTNAME= libproplist PORTVERSION= 0.10.1 @@ -20,6 +16,7 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s,mkdir rmdir,mkdir mkstemp rmdir," \ ${WRKSRC}/configure Modified: head/devel/libXGP/Makefile ============================================================================== --- head/devel/libXGP/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libXGP/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -4,4 +4,5 @@ PORTNAME= libXGP MASTERDIR= ${.CURDIR}/../libYGP +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/libYGP/Makefile ============================================================================== --- head/devel/libYGP/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libYGP/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -36,6 +36,7 @@ MKIN_PATCH= s/@MYSUBDIRS@/YGP/; BROKEN= Does not build with recent boost .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/test.*==/s|==|=|g;/LIBRELEASE=/s|=.*|=0|;${CFG_PATCH}' ${WRKSRC}/configure @${REINPLACE_CMD} -Ee '${XGP_PATCH}' ${WRKSRC}/XGP/Makefile.in Modified: head/devel/libafterbase/Makefile ============================================================================== --- head/devel/libafterbase/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libafterbase/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: libAfterBase -# Date created: Oct 7, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= libafterbase PORTVERSION= 0.92 @@ -21,6 +16,7 @@ CONFIGURE_ARGS= --disable-staticlibs --e USE_LDCONFIG= yes PLIST_SUB= STATIC="@comment " +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \ 's|||g' Modified: head/devel/libarena/Makefile ============================================================================== --- head/devel/libarena/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libarena/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -23,6 +23,7 @@ PLIST_FILES= include/arena/align.h \ lib/libarena.a PLIST_DIRS= include/arena +NO_STAGE= yes post-patch: .for i in Epilogue.mk Prologue.mk @${REINPLACE_CMD} -e \ Modified: head/devel/libassa/Makefile ============================================================================== --- head/devel/libassa/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libassa/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER MAN1= assa-genesis.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s: doc : :g' ${WRKSRC}/Makefile.in Modified: head/devel/libassetml/Makefile ============================================================================== --- head/devel/libassetml/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libassetml/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -23,6 +23,7 @@ CPPFLAGS+= -I${LOCALBASE}/include INFO= libassetml +NO_STAGE= yes post-install: @${MKDIR} ${PREFIX}/share/assetml Modified: head/devel/libast/Makefile ============================================================================== --- head/devel/libast/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libast/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -21,6 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes +NO_STAGE= yes .include .if defined(WITH_MMX) && (${ARCH} == "i386") Modified: head/devel/libatomic_ops/Makefile ============================================================================== --- head/devel/libatomic_ops/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libatomic_ops/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -18,6 +18,7 @@ USES= pathfix OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-patch: Modified: head/devel/libaura/Makefile ============================================================================== --- head/devel/libaura/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libaura/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -28,6 +28,7 @@ PORTDOCS= README MAKE_ENV= SONAME=${SONAME} SOLINK=${SOLINK} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${SONAME} ${PREFIX}/lib/${SONAME} ${LN} -s ${PREFIX}/lib/${SONAME} ${PREFIX}/lib/${SOLINK} Modified: head/devel/libavl/Makefile ============================================================================== --- head/devel/libavl/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libavl/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -15,4 +15,5 @@ GNU_CONFIGURE= yes INFO= avl +NO_STAGE= yes .include Modified: head/devel/libbegemot/Makefile ============================================================================== --- head/devel/libbegemot/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libbegemot/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libbegemot -# Date created: Sep 15 2005 -# Whom: Andrey V. Elsukov -# +# Created by: Andrey V. Elsukov # $FreeBSD$ -# PORTNAME= libbegemot PORTVERSION= 1.11 @@ -25,6 +21,7 @@ MAN1= cstrc.1 frame.1 getfields.1 intro. rpoll.1 strnchr.1 strnlen.1 strsave.1 strtrimsp.1 verb.1 xalloc.1 MLINKS= xalloc.1 xrealloc.1 +NO_STAGE= yes run-autotools:: @(cd ${CONFIGURE_WRKSRC} && ${ACLOCAL} -I ${LIBTOOL_SHAREDIR}/libltdl/) @(cd ${CONFIGURE_WRKSRC} && ${AUTOCONF}) Modified: head/devel/libbfd/Makefile ============================================================================== --- head/devel/libbfd/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libbfd/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libbfd -# Date created: 26 Feb 2004 -# Whom: Joerg Wunsch -# +# Created by: Joerg Wunsch # $FreeBSD$ -# PORTNAME= libbfd PORTVERSION= 2.19.1 @@ -32,6 +28,7 @@ CONFIGURE_ARGS= --enable-install-libbfd --disable-werror INFO= bfd +NO_STAGE= yes .include .if ${ARCH} == "amd64" Modified: head/devel/libbinio/Makefile ============================================================================== --- head/devel/libbinio/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libbinio/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -23,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= ${CPPFLAGS} CXXFLAGS+= ${CPPFLAGS} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|' ${WRKSRC}/Makefile.in Modified: head/devel/libbnr/Makefile ============================================================================== --- head/devel/libbnr/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libbnr/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libbnr -# Date created: 2005-02-27 -# Whom: Ion-Mihai "IOnut" Tetcu -# +# Created by: Ion-Mihai "IOnut" Tetcu # $FreeBSD$ -# PORTNAME= libbnr PORTVERSION= 2.0.3 @@ -26,6 +22,7 @@ CFLAGS+= -g -DDEBUG PORTDOCS= README +NO_STAGE= yes post-install: ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example.c ${EXAMPLESDIR} Modified: head/devel/libbobcat/Makefile ============================================================================== --- head/devel/libbobcat/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libbobcat/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -56,6 +56,7 @@ USE_GCC= 4.6 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/bobcat-${PORTVERSION} +NO_STAGE= yes .include post-patch: Modified: head/devel/libbonobo-reference/Makefile ============================================================================== --- head/devel/libbonobo-reference/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libbonobo-reference/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,13 +1,10 @@ -# New ports collection makefile for: libbonobo-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTREVISION= 0 REFERENCE_SRC= ${WRKSRC}/doc BOOKS= activation-api api +NO_STAGE= yes .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" Modified: head/devel/libbonobo/Makefile ============================================================================== --- head/devel/libbonobo/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libbonobo/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -30,6 +30,7 @@ MAKE_ENV= gnomelocaledir=${PREFIX}/share MAN1= bonobo-activation-server.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ ${WRKSRC}/configure \ Modified: head/devel/libburn/Makefile ============================================================================== --- head/devel/libburn/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libburn/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -17,4 +17,5 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER MAN1= cdrskin.1 +NO_STAGE= yes .include Modified: head/devel/libc++/Makefile ============================================================================== --- head/devel/libc++/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libc++/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -23,6 +23,7 @@ CC= clang33 CXX= clang++33 CPP= clang-cpp33 +NO_STAGE= yes .include .if ${OSVERSION} < 901502 Modified: head/devel/libccid/Makefile ============================================================================== --- head/devel/libccid/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libccid/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -30,6 +30,7 @@ PLIST_SUB= VER=${PORTVERSION} MAN1= RSA_SecurID_getpasswd.1 +NO_STAGE= yes .include .if ${OSVERSION} < 801000 Modified: head/devel/libcfg/Makefile ============================================================================== --- head/devel/libcfg/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libcfg/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -32,6 +32,7 @@ PORTDOCS= * OPTIONS_DEFINE= EXAMPLES DOCS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MEXAMPLES} Modified: head/devel/libcfu/Makefile ============================================================================== --- head/devel/libcfu/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libcfu/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -25,6 +25,7 @@ INFO= ${PORTNAME} # XXX: work around an issue with automake-1.13 erroring out on a # non-existent m4 directory before libtoolize creates it +NO_STAGE= yes pre-configure:: @${MKDIR} ${WRKSRC}/m4 Modified: head/devel/libcheck/Makefile ============================================================================== --- head/devel/libcheck/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libcheck/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -22,6 +22,7 @@ USES= gmake pathfix INFO= check MAN1= checkmk.1 +NO_STAGE= yes .include post-patch: Modified: head/devel/libchipcard/Makefile ============================================================================== --- head/devel/libchipcard/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libchipcard/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -36,6 +36,7 @@ USE_LDCONFIG= yes GWEN_SHLIB_VER= 60 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOXYGEN} Modified: head/devel/libcidr/Makefile ============================================================================== --- head/devel/libcidr/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libcidr/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,4 +1,4 @@ -# Created by: Ryan Steinmetz +# Created by: Ryan Steinmetz # $FreeBSD$ PORTNAME= libcidr @@ -28,4 +28,5 @@ MAKE_ENV+= NO_DOCS=yes MAKE_ENV+= NO_EXAMPLES=yes .endif +NO_STAGE= yes .include Modified: head/devel/libcii/Makefile ============================================================================== --- head/devel/libcii/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libcii/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -26,6 +26,7 @@ SAMPLES= double calc ids mpcalc wf xref idents words basename dirname I386_SAMPLES= sort spin sieve +NO_STAGE= yes .include .if ${ARCH} != "i386" Modified: head/devel/libclaw/Makefile ============================================================================== --- head/devel/libclaw/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libclaw/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -18,6 +18,7 @@ CMAKE_ARGS= -DCLAW_CMAKE_MODULES_INSTALL USE_LDCONFIG= yes #USE_GCC= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/subdirs/ s|doc||' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e '/install.*COPYING/ d' ${WRKSRC}/CMakeLists.txt Modified: head/devel/libcli/Makefile ============================================================================== --- head/devel/libcli/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libcli/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -20,4 +20,5 @@ PLIST_FILES= lib/libcli.so \ lib/libcli.so.19 \ include/libcli.h +NO_STAGE= yes .include Modified: head/devel/libconfig/Makefile ============================================================================== --- head/devel/libconfig/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libconfig/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -18,4 +18,5 @@ USE_GMAKE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH} INFO= libconfig +NO_STAGE= yes .include Modified: head/devel/libconfuse/Makefile ============================================================================== --- head/devel/libconfuse/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libconfuse/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libconfuse -# Date created: 18 September 2004 -# Whom: Juraj Lutter -# +# Created by: Juraj Lutter # $FreeBSD$ -# PORTNAME= libconfuse PORTVERSION= 2.7 @@ -29,4 +25,5 @@ CONFIGURE_ARGS+= --with-check=${LOCALBAS CFLAGS+= -I${LOCALBASE}/include .endif +NO_STAGE= yes .include Modified: head/devel/libcwd/Makefile ============================================================================== --- head/devel/libcwd/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libcwd/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -18,6 +18,7 @@ USE_LDCONFIG= yes CFLAGS+= -D__GNU_LIBRARY__ +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g ; \ s|localtime(|localtime((const time_t *)|g' ${WRKSRC}/debugmalloc.cc Modified: head/devel/libdaemon/Makefile ============================================================================== --- head/devel/libdaemon/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libdaemon/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libdaemon -# Date created: 2005-10-17 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ -# PORTNAME= libdaemon PORTVERSION= 0.14 @@ -18,4 +14,5 @@ USE_AUTOTOOLS= libtool USE_GNOME= gnomehack ltverhack USE_LDCONFIG= yes +NO_STAGE= yes .include Modified: head/devel/libdap/Makefile ============================================================================== --- head/devel/libdap/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libdap/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -24,6 +24,7 @@ USES= gmake pathfix MAN1= dap-config.1 \ getdap.1 +NO_STAGE= yes post-patch: # do not alter ${PREFIX}/lib/charset.alias @${REINPLACE_CMD} -e '/^install-exec-am: / s|install-exec-local||' ${WRKSRC}/gl/Makefile.in Modified: head/devel/libdasm/Makefile ============================================================================== --- head/devel/libdasm/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libdasm/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -19,6 +19,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES PORTDOCS= HISTORY.txt README.txt PORTEXAMPLES= README.txt das.c simple.c +NO_STAGE= yes .include .if ${ARCH} == "amd64" || ${ARCH} == "ia64" Modified: head/devel/libdatrie/Makefile ============================================================================== --- head/devel/libdatrie/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libdatrie/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -22,4 +22,5 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= trietool-0.2.1 PORTDOCS= README.migration +NO_STAGE= yes .include Modified: head/devel/libdbusmenu-qt/Makefile ============================================================================== --- head/devel/libdbusmenu-qt/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libdbusmenu-qt/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -25,6 +25,7 @@ GENDOCS_DESC= Build documentation (requi OPTIONS_DEFAULT+= GENDOCS .endif +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGENDOCS} Modified: head/devel/libdfui/Makefile ============================================================================== --- head/devel/libdfui/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libdfui/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -33,6 +33,7 @@ PORTDOCS= README MAKE_ENV= SONAME=${SONAME} SOLINK=${SOLINK} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Makefile Modified: head/devel/libdict/Makefile ============================================================================== --- head/devel/libdict/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libdict/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -17,6 +17,7 @@ USE_GMAKE= yes MAKEFILE= GNUmakefile USE_LDCONFIG= yes +NO_STAGE= yes post-extract: . for ___f in avl_insert.pdf empty.pdf treap_insert.pdf @${CP} ${DISTDIR}/${___f} ${WRKSRC}/ Modified: head/devel/libdisasm/Makefile ============================================================================== --- head/devel/libdisasm/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libdisasm/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libdisasm -# Date created: 18 January 2006 -# Whom: Lutz Boehne -# +# Created by: Lutz Boehne # $FreeBSD$ -# PORTNAME= libdisasm PORTVERSION= 0.23 @@ -26,6 +22,7 @@ MAN1= x86dis.1 MAN3= x86_disasm.3 x86_format_insn.3 x86_init.3 MAN7= libdisasm.7 +NO_STAGE= yes post-install: .ifndef(NOPORTDOCS) ${MKDIR} ${DOCSDIR} Modified: head/devel/libdisorder/Makefile ============================================================================== --- head/devel/libdisorder/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libdisorder/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -13,6 +13,7 @@ LICENSE= GPLv2 USE_LDCONFIG= yes +NO_STAGE= yes .include .if ${OSVERSION} < 900027 Modified: head/devel/libdispatch/Makefile ============================================================================== --- head/devel/libdispatch/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libdispatch/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -72,6 +72,7 @@ MLINKS= dispatch_after.3 dispatch_after_ # # Get rid of .la and static library files # +NO_STAGE= yes post-configure: @${REINPLACE_CMD} -E -e \ '/Install the pseudo-library/,/staticlibs=/s,^,#,' ${WRKSRC}/libtool Modified: head/devel/libdlmalloc/Makefile ============================================================================== --- head/devel/libdlmalloc/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libdlmalloc/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Doug Lea malloc library -# Date created: 3 June 1995 -# Whom: roberto -# +# Created by: roberto # $FreeBSD$ -# PORTNAME= dlmalloc PORTVERSION= 2.8.6 @@ -17,6 +13,7 @@ COMMENT= Small, fast malloc library by D NO_WRKSUBDIR= yes USE_LDCONFIG= yes +NO_STAGE= yes do-extract: @${MKDIR} ${WRKDIR} .for f in ${DISTFILES} Modified: head/devel/libdlna/Makefile ============================================================================== --- head/devel/libdlna/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libdlna/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -27,6 +27,7 @@ CONFIGURE_ARGS+= --prefix="${PREFIX}" -- CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's#\(PKGCONFIG_DIR = \).*#\1${LOCALBASE}/libdata/pkgconfig#' \ Modified: head/devel/libdnsres/Makefile ============================================================================== --- head/devel/libdnsres/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libdnsres/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libdnsres -# Date created: Fri Feb 3 18:15:51 MST 2006 -# Whom: Phil Oleson -# +# Created by: Phil Oleson # $FreeBSD$ -# PORTNAME= libdnsres PORTVERSION= 0.1a @@ -29,6 +25,7 @@ MLINKS= dnsres.3 dnsres_init.3 dnsres.3 dnsres.3 dnsres_gethostbyname2.3 dnsres.3 dnsres_gethostbyaddr.3 \ dnsres.3 dnsres_getaddrinfo.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,CFLAGS =,CFLAGS +=, ; s|top_buildir|top_builddir|g' \ ${WRKSRC}/Makefile.in Modified: head/devel/libdombey/Makefile ============================================================================== --- head/devel/libdombey/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libdombey/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -16,4 +16,5 @@ USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} +NO_STAGE= yes .include Modified: head/devel/libdouble-conversion/Makefile ============================================================================== --- head/devel/libdouble-conversion/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libdouble-conversion/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -21,4 +21,5 @@ GH_ACCOUNT= waitman GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= e9b9e5a +NO_STAGE= yes .include Modified: head/devel/libds/Makefile ============================================================================== --- head/devel/libds/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libds/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libds -# Date created: 25 October 2002 -# Whom: Peter Bozarov (kingofgib@users.sourceforge.net) -# +# Created by: Peter Bozarov (kingofgib@users.sourceforge.net) # $FreeBSD$ -# PORTNAME= libds PORTVERSION= 1.0 @@ -17,6 +13,7 @@ COMMENT= ANSI Generic Data Structures L USE_LDCONFIG= yes ALL_TARGET= gcc +NO_STAGE= yes .include MAN3= libds.3 Modified: head/devel/libdsp/Makefile ============================================================================== --- head/devel/libdsp/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libdsp/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libdsp -# Date created: Jan 16, 2001 -# Whom: Ying-Chieh Liao -# +# Created by: Ying-Chieh Liao # $FreeBSD$ -# PORTNAME= libdsp PORTVERSION= 5.0.2 @@ -26,6 +22,7 @@ USE_LDCONFIG= yes INLINE_VER= 1.4.0 +NO_STAGE= yes do-configure: @${DO_NADA} Modified: head/devel/libdwarf/Makefile ============================================================================== --- head/devel/libdwarf/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libdwarf/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libdwarf -# Date created: 11 Feb 2005 -# Whom: joerg@FreeBSD.org -# +# Created by: joerg@FreeBSD.org # $FreeBSD$ -# PORTNAME= libdwarf PORTVERSION= 20130207 @@ -25,6 +21,7 @@ USE_DOS2UNIX= *.h PS_FILES= dwarf.v2.pdf index.v2.pdf libdwarf2.1.pdf libdwarf2p.1.pdf mips_extensions.pdf +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/libdwarf.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/dwarf.h ${PREFIX}/include Modified: head/devel/libe/Makefile ============================================================================== --- head/devel/libe/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libe/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -19,4 +19,5 @@ USE_LDCONFIG= yes ONLY_FOR_ARCHS= amd64 +NO_STAGE= yes .include Modified: head/devel/libedit/Makefile ============================================================================== --- head/devel/libedit/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libedit/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -35,6 +35,7 @@ MLINKS= editline.3 el_init.3 \ editline.3 history.3 MANCOMPRESSED= no +NO_STAGE= yes post-extract: ${MV} ${WRKSRC}/readline ${WRKSRC}/editline Modified: head/devel/libee/Makefile ============================================================================== --- head/devel/libee/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libee/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -19,4 +19,5 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBESTR_CFLAGS="-I${LOCALBASE}/include" LIBESTR_LIBS="-L${LOCALBASE}/lib -lestr" CONFIGURE_ARGS+= --prefix="${PREFIX}" --disable-testbench +NO_STAGE= yes .include Modified: head/devel/libeio/Makefile ============================================================================== --- head/devel/libeio/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libeio/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -23,4 +23,5 @@ AUTOMAKE_ARGS= --add-missing PLIST_FILES= include/eio.h lib/libeio.a lib/libeio.la \ lib/libeio.so lib/libeio.so.1 +NO_STAGE= yes .include Modified: head/devel/libelf/Makefile ============================================================================== --- head/devel/libelf/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libelf/Makefile Fri Sep 20 17:13:42 2013 (r327724) @@ -18,6 +18,7 @@ OPTIONS_DEFAULT= EXTENDED SANITY EXTENDED_DESC= ELF format extensions SANITY_DESC= Avoid loading invalid ELF files +NO_STAGE= yes .include GNU_CONFIGURE= yes Modified: head/devel/libepp-nicbr/Makefile ============================================================================== --- head/devel/libepp-nicbr/Makefile Fri Sep 20 17:04:43 2013 (r327723) +++ head/devel/libepp-nicbr/Makefile Fri Sep 20 17:13:42 2013 (r327724) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 17:15:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 409D46D0; Fri, 20 Sep 2013 17:15:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2EC7A246F; Fri, 20 Sep 2013 17:15:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KHFl0c072864; Fri, 20 Sep 2013 17:15:47 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KHFl0W072861; Fri, 20 Sep 2013 17:15:47 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201715.r8KHFl0W072861@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 17:15:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327725 - head/devel/arduino-glcd 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.14 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: Fri, 20 Sep 2013 17:15:47 -0000 Author: bapt Date: Fri Sep 20 17:15:46 2013 New Revision: 327725 URL: http://svnweb.freebsd.org/changeset/ports/327725 Log: Fix a fallout in the convertion script Modified: head/devel/arduino-glcd/Makefile Modified: head/devel/arduino-glcd/Makefile ============================================================================== --- head/devel/arduino-glcd/Makefile Fri Sep 20 17:13:42 2013 (r327724) +++ head/devel/arduino-glcd/Makefile Fri Sep 20 17:15:46 2013 (r327725) @@ -19,6 +19,7 @@ USE_ZIP= yes USE_DOS2UNIX= yes NO_BUILD= yes +NO_STAGE= yes FILES= \ Buildinfo.txt \ @@ -34,7 +35,6 @@ FILES= \ glcd_Buildinfo.h \ glcd_Config.h \ glcd_Device.cpp \ -NO_STAGE= yes include \ readme.txt From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 17:18:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6385C7D5; Fri, 20 Sep 2013 17:18:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4F8C12483; Fri, 20 Sep 2013 17:18:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KHI3MQ081077; Fri, 20 Sep 2013 17:18:03 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KHHjj5080942; Fri, 20 Sep 2013 17:17:45 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201717.r8KHHjj5080942@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 17:17:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327726 - in head/devel: 9base ChipmunkPhysics ElectricFence ORBit ORBit2 ORBit2-reference R-cran-Defaults R-cran-Hmisc R-cran-RUnit R-cran-Rcpp R-cran-bitops R-cran-caTools R-cran-care... 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.14 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: Fri, 20 Sep 2013 17:18:03 -0000 Author: bapt Date: Fri Sep 20 17:17:44 2013 New Revision: 327726 URL: http://svnweb.freebsd.org/changeset/ports/327726 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 4) Modified: head/devel/9base/Makefile head/devel/ChipmunkPhysics/Makefile head/devel/ElectricFence/Makefile head/devel/ORBit/Makefile head/devel/ORBit2-reference/Makefile head/devel/ORBit2/Makefile head/devel/R-cran-Defaults/Makefile head/devel/R-cran-Hmisc/Makefile head/devel/R-cran-RUnit/Makefile head/devel/R-cran-Rcpp/Makefile head/devel/R-cran-bitops/Makefile head/devel/R-cran-caTools/Makefile head/devel/R-cran-caret/Makefile head/devel/R-cran-chron/Makefile head/devel/R-cran-foreach/Makefile head/devel/R-cran-gbm/Makefile head/devel/R-cran-gdata/Makefile head/devel/R-cran-glmnet/Makefile head/devel/R-cran-gsubfn/Makefile head/devel/R-cran-gtools/Makefile head/devel/R-cran-iterators/Makefile head/devel/R-cran-itertools/Makefile head/devel/R-cran-memoise/Makefile head/devel/R-cran-plyr/Makefile head/devel/R-cran-proto/Makefile head/devel/R-cran-randomForest/Makefile head/devel/R-cran-reshape/Makefile head/devel/R-cran-reshape2/Makefile head/devel/SpecTcl/Makefile head/devel/qbzr/Makefile head/devel/qca/Makefile head/devel/qconf/Makefile head/devel/qct/Makefile head/devel/qdevelop/Makefile head/devel/qgit/Makefile head/devel/qjson/Makefile head/devel/qmake/Makefile head/devel/qmake4/Makefile head/devel/qprog/Makefile head/devel/qross/Makefile head/devel/qscintilla2-designerplugin/Makefile head/devel/qscintilla2/Makefile head/devel/qsvn/Makefile head/devel/qt4-assistant-adp/Makefile head/devel/qt4-assistant/Makefile head/devel/qt4-corelib/Makefile head/devel/qt4-declarative/Makefile head/devel/qt4-designer/Makefile head/devel/qt4-help-tools/Makefile head/devel/qt4-help/Makefile head/devel/qt4-libqtassistantclient/Makefile head/devel/qt4-linguist/Makefile head/devel/qt4-makeqpf/Makefile head/devel/qt4-moc/Makefile head/devel/qt4-porting/Makefile head/devel/qt4-qdbusviewer/Makefile head/devel/qt4-qdoc3/Makefile head/devel/qt4-qmlviewer/Makefile head/devel/qt4-qt3support/Makefile head/devel/qt4-qtestlib/Makefile head/devel/qt4-qtsolutions-singleapplication/Makefile head/devel/qt4-qtsolutions-soap/Makefile head/devel/qt4-qvfb/Makefile head/devel/qt4-rcc/Makefile head/devel/qt4-script/Makefile head/devel/qt4-scripttools/Makefile head/devel/qt4-uic/Makefile head/devel/qt4-uic3/Makefile head/devel/qt4/Makefile head/devel/qtcreator/Makefile head/devel/qtscriptgenerator/Makefile head/devel/quickcheck++/Makefile head/devel/quilt/Makefile head/devel/radare2/Makefile head/devel/ragel/Makefile head/devel/raknet/Makefile head/devel/rapidsvn/Makefile head/devel/rbenv/Makefile head/devel/rbtools/Makefile head/devel/rclint/Makefile head/devel/rcs/Makefile head/devel/re2/Makefile head/devel/re2c/Makefile head/devel/readline/Makefile head/devel/rebar/Makefile head/devel/regexx/Makefile head/devel/regexxer/Makefile head/devel/remake/Makefile head/devel/replay/Makefile head/devel/rhtvision/Makefile head/devel/ri-emacs/Makefile head/devel/rlog/Makefile head/devel/rlwrap/Makefile head/devel/roboctl/Makefile head/devel/robodoc/Makefile head/devel/root-doc/Makefile head/devel/ros-common_msgs/Makefile head/devel/ros-documentation/Makefile head/devel/ros-nxt/Makefile head/devel/ros-rx/Makefile head/devel/ros/Makefile head/devel/ros_comm/Makefile head/devel/ros_tutorials/Makefile head/devel/rote/Makefile head/devel/rpc2/Makefile head/devel/rpm-spec-mode.el/Makefile head/devel/rsvndump/Makefile head/devel/rth/Makefile head/devel/ruby-amstd/Makefile head/devel/ruby-aspectr/Makefile head/devel/ruby-avl/Makefile head/devel/ruby-bsearch/Makefile head/devel/ruby-build/Makefile head/devel/ruby-byaccr/Makefile head/devel/ruby-cache/Makefile head/devel/ruby-calendar/Makefile head/devel/ruby-cvs/Makefile head/devel/ruby-date2/Makefile head/devel/ruby-dialogs/Makefile head/devel/ruby-event-loop/Makefile head/devel/ruby-fam/Makefile head/devel/ruby-fastri/Makefile head/devel/ruby-flexmock/Makefile head/devel/ruby-gemfinder/Makefile head/devel/ruby-gems/Makefile head/devel/ruby-gettext/Makefile head/devel/ruby-gio2/Makefile head/devel/ruby-glib2/Makefile head/devel/ruby-intl/Makefile head/devel/ruby-io-reactor/Makefile head/devel/ruby-jttui/Makefile head/devel/ruby-korundum/Makefile head/devel/ruby-krossruby/Makefile head/devel/ruby-langscan/Makefile head/devel/ruby-locale/Makefile head/devel/ruby-locale2/Makefile head/devel/ruby-memoize/Makefile head/devel/ruby-mmap/Makefile head/devel/ruby-multi/Makefile head/devel/ruby-ncurses/Makefile head/devel/ruby-property/Makefile head/devel/ruby-qtruby/Makefile head/devel/ruby-racc/Makefile head/devel/ruby-rbbr/Makefile head/devel/ruby-rbison/Makefile head/devel/ruby-rbprof/Makefile head/devel/ruby-rcov/Makefile head/devel/ruby-robjectteam/Makefile head/devel/ruby-rreadline/Makefile head/devel/ruby-rudl/Makefile head/devel/ruby-sdl/Makefile head/devel/ruby-setup.rb/Makefile head/devel/ruby-sexp/Makefile head/devel/ruby-slang/Makefile head/devel/ruby-statgrab/Makefile head/devel/ruby-subversion/Makefile head/devel/ruby-sysvipc/Makefile head/devel/ruby-tzfile/Makefile head/devel/ruby-wirble/Makefile head/devel/rubygem-abstract/Makefile head/devel/rubygem-active_scaffold/Makefile head/devel/rubygem-activemessaging/Makefile head/devel/rubygem-activesupport/Makefile head/devel/rubygem-allison/Makefile head/devel/rubygem-analogger/Makefile head/devel/rubygem-annoy/Makefile head/devel/rubygem-ansi/Makefile head/devel/rubygem-app_config/Makefile head/devel/rubygem-arrayfields/Makefile head/devel/rubygem-ascii85/Makefile head/devel/rubygem-atoulme-antwrap/Makefile head/devel/rubygem-attic/Makefile head/devel/rubygem-authlogic/Makefile head/devel/rubygem-awesome_print/Makefile head/devel/rubygem-backports/Makefile head/devel/rubygem-bacon/Makefile head/devel/rubygem-benelux/Makefile head/devel/rubygem-bin_utils/Makefile head/devel/rubygem-bioruby/Makefile head/devel/rubygem-blockenspiel/Makefile head/devel/rubygem-bson/Makefile head/devel/rubygem-bugspots/Makefile head/devel/rubygem-builder/Makefile head/devel/rubygem-caesars/Makefile head/devel/rubygem-cairo-gobject/Makefile head/devel/rubygem-capybara/Makefile head/devel/rubygem-celluloid/Makefile head/devel/rubygem-childprocess/Makefile head/devel/rubygem-chronic/Makefile head/devel/rubygem-classifier/Makefile head/devel/rubygem-climate_control/Makefile head/devel/rubygem-clio/Makefile head/devel/rubygem-cloudfiles/Makefile head/devel/rubygem-cocaine/Makefile head/devel/rubygem-coffee-rails/Makefile head/devel/rubygem-coffee-script-source/Makefile head/devel/rubygem-coffee-script/Makefile head/devel/rubygem-columnize/Makefile head/devel/rubygem-commander/Makefile head/devel/rubygem-configuration/Makefile head/devel/rubygem-cool.io/Makefile head/devel/rubygem-crack/Makefile head/devel/rubygem-cri/Makefile head/devel/rubygem-daemon_controller/Makefile head/devel/rubygem-daemons/Makefile head/devel/rubygem-deeptest/Makefile head/devel/rubygem-delayed_job/Makefile head/devel/rubygem-dep_selector/Makefile head/devel/rubygem-deprecated/Makefile head/devel/rubygem-deprecated2/Makefile head/devel/rubygem-devise/Makefile head/devel/rubygem-directory_watcher/Makefile head/devel/rubygem-ditz/Makefile head/devel/rubygem-docile/Makefile head/devel/rubygem-drydock/Makefile head/devel/rubygem-echoe/Makefile head/devel/rubygem-edavis10-object_daddy/Makefile head/devel/rubygem-elif/Makefile head/devel/rubygem-errand/Makefile head/devel/rubygem-eventmachine/Makefile head/devel/rubygem-excon/Makefile head/devel/rubygem-execjs/Makefile head/devel/rubygem-extlib/Makefile head/devel/rubygem-facets/Makefile head/devel/rubygem-fast-stemmer/Makefile head/devel/rubygem-fastercsv/Makefile head/devel/rubygem-fastri/Makefile head/devel/rubygem-fastthread/Makefile head/devel/rubygem-fattr/Makefile head/devel/rubygem-ffi/Makefile head/devel/rubygem-file-tail/Makefile head/devel/rubygem-filemagic/Makefile head/devel/rubygem-fog/Makefile head/devel/rubygem-formatador/Makefile head/devel/rubygem-gdata/Makefile head/devel/rubygem-gem_plugin/Makefile head/devel/rubygem-gemcutter/Makefile head/devel/rubygem-georuby/Makefile head/devel/rubygem-getopt-declare/Makefile head/devel/rubygem-getopt/Makefile head/devel/rubygem-gettext/Makefile head/devel/rubygem-gibbler/Makefile head/devel/rubygem-gio2/Makefile head/devel/rubygem-git/Makefile head/devel/rubygem-github_api/Makefile head/devel/rubygem-glib2/Makefile head/devel/rubygem-gobject-introspection/Makefile head/devel/rubygem-graf/Makefile head/devel/rubygem-grit/Makefile head/devel/rubygem-hashery/Makefile head/devel/rubygem-hashie/Makefile head/devel/rubygem-highline/Makefile head/devel/rubygem-hike/Makefile head/devel/rubygem-hoe/Makefile head/devel/rubygem-holidays/Makefile head/devel/rubygem-i18n/Makefile head/devel/rubygem-icalendar/Makefile head/devel/rubygem-igraph/Makefile head/devel/rubygem-inline/Makefile head/devel/rubygem-interact/Makefile head/devel/rubygem-io-like/Makefile head/devel/rubygem-iobuffer/Makefile head/devel/rubygem-jammit/Makefile head/devel/rubygem-jeweler/Makefile head/devel/rubygem-jquery-ui-themes/Makefile head/devel/rubygem-jruby-jars/Makefile head/devel/rubygem-json/Makefile head/devel/rubygem-json146/Makefile head/devel/rubygem-json_pure/Makefile head/devel/rubygem-kgio/Makefile head/devel/rubygem-launchy/Makefile head/devel/rubygem-linecache/Makefile head/devel/rubygem-listen/Makefile head/devel/rubygem-little_plugger/Makefile head/devel/rubygem-locale/Makefile head/devel/rubygem-lockfile/Makefile head/devel/rubygem-logging/Makefile head/devel/rubygem-loquacious/Makefile head/devel/rubygem-lumberjack/Makefile head/devel/rubygem-main/Makefile head/devel/rubygem-map/Makefile head/devel/rubygem-mash/Makefile head/devel/rubygem-metaclass/Makefile head/devel/rubygem-metaid/Makefile head/devel/rubygem-method_source/Makefile head/devel/rubygem-minitest/Makefile head/devel/rubygem-mirror/Makefile head/devel/rubygem-mixlib-authentication/Makefile head/devel/rubygem-mixlib-cli/Makefile head/devel/rubygem-mixlib-config/Makefile head/devel/rubygem-mixlib-log/Makefile head/devel/rubygem-mixlib-shellout/Makefile head/devel/rubygem-mkrf/Makefile head/devel/rubygem-mocha/Makefile head/devel/rubygem-moneta/Makefile head/devel/rubygem-mongo/Makefile head/devel/rubygem-msgpack/Makefile head/devel/rubygem-mspec/Makefile head/devel/rubygem-multi_json/Makefile head/devel/rubygem-murmurhash3/Makefile head/devel/rubygem-mutter/Makefile head/devel/rubygem-ncurses/Makefile head/devel/rubygem-needle/Makefile head/devel/rubygem-nice-ffi/Makefile head/devel/rubygem-notify/Makefile head/devel/rubygem-open4/Makefile head/devel/rubygem-orm_adapter/Makefile head/devel/rubygem-paint/Makefile head/devel/rubygem-paperclip/Makefile head/devel/rubygem-parsetree/Makefile head/devel/rubygem-piston/Makefile head/devel/rubygem-pkg-config/Makefile head/devel/rubygem-platform/Makefile head/devel/rubygem-polyglot/Makefile head/devel/rubygem-popen4/Makefile head/devel/rubygem-posix-spawn/Makefile head/devel/rubygem-prototype-rails/Makefile head/devel/rubygem-pry-remote-em/Makefile head/devel/rubygem-pry/Makefile head/devel/rubygem-ptreloaded/Makefile head/devel/rubygem-pygments.rb/Makefile head/devel/rubygem-racc/Makefile head/devel/rubygem-railsless-deploy/Makefile head/devel/rubygem-rainbow/Makefile head/devel/rubygem-rake-compiler/Makefile head/devel/rubygem-rake/Makefile head/devel/rubygem-rapt/Makefile head/devel/rubygem-rascut/Makefile head/devel/rubygem-rash/Makefile head/devel/rubygem-rb-inotify/Makefile head/devel/rubygem-rb-kqueue/Makefile head/devel/rubygem-rcov/Makefile head/devel/rubygem-rdoc/Makefile head/devel/rubygem-redmine_plugin_support/Makefile head/devel/rubygem-require_all/Makefile head/devel/rubygem-rgl/Makefile head/devel/rubygem-ripper/Makefile head/devel/rubygem-rparsec/Makefile head/devel/rubygem-rr/Makefile head/devel/rubygem-rscm/Makefile head/devel/rubygem-rspec-core/Makefile head/devel/rubygem-rspec-expectations/Makefile head/devel/rubygem-rspec-mocks/Makefile head/devel/rubygem-rspec/Makefile head/devel/rubygem-rubigen/Makefile head/devel/rubygem-ruby-bugzilla/Makefile head/devel/rubygem-ruby-debug-base/Makefile head/devel/rubygem-ruby-debug-ide/Makefile head/devel/rubygem-ruby-debug/Makefile head/devel/rubygem-ruby-ole/Makefile head/devel/rubygem-ruby-prof/Makefile head/devel/rubygem-ruby-sdl-ffi/Makefile head/devel/rubygem-ruby-statsd/Makefile head/devel/rubygem-ruby2ruby/Makefile head/devel/rubygem-ruby_parser/Makefile head/devel/rubygem-rubyforge/Makefile head/devel/rubygem-rubygame/Makefile head/devel/rubygem-rubyinlineaccel/Makefile head/devel/rubygem-rubytree/Makefile head/devel/rubygem-runt/Makefile head/devel/rubygem-ruport/Makefile head/devel/rubygem-safe_yaml/Makefile head/devel/rubygem-sdl/Makefile head/devel/rubygem-sequel/Makefile head/devel/rubygem-sequel3/Makefile head/devel/rubygem-sexp_processor/Makefile head/devel/rubygem-shoulda-context/Makefile head/devel/rubygem-shoulda-matchers/Makefile head/devel/rubygem-shoulda/Makefile head/devel/rubygem-simple_form/Makefile head/devel/rubygem-slop/Makefile head/devel/rubygem-soap4r/Makefile head/devel/rubygem-sprockets/Makefile head/devel/rubygem-spruz/Makefile head/devel/rubygem-state_machine/Makefile head/devel/rubygem-stella/Makefile head/devel/rubygem-stemmer/Makefile head/devel/rubygem-stomp/Makefile head/devel/rubygem-storable/Makefile head/devel/rubygem-stream/Makefile head/devel/rubygem-streetaddress/Makefile head/devel/rubygem-stringex/Makefile head/devel/rubygem-structured_warnings/Makefile head/devel/rubygem-subexec/Makefile head/devel/rubygem-sugar-high/Makefile head/devel/rubygem-sumbur/Makefile head/devel/rubygem-sundawg_country_codes/Makefile head/devel/rubygem-sysinfo/Makefile head/devel/rubygem-systemu/Makefile head/devel/rubygem-templater/Makefile head/devel/rubygem-term-ansicolor/Makefile head/devel/rubygem-test-unit/Makefile head/devel/rubygem-test/Makefile head/devel/rubygem-thor/Makefile head/devel/rubygem-thrift/Makefile head/devel/rubygem-tilt/Makefile head/devel/rubygem-timers/Makefile head/devel/rubygem-tins/Makefile head/devel/rubygem-transactionsimple/Makefile head/devel/rubygem-treetop/Makefile head/devel/rubygem-trollop/Makefile head/devel/rubygem-turn/Makefile head/devel/rubygem-typed-array/Makefile head/devel/rubygem-tzinfo/Makefile head/devel/rubygem-unicode/Makefile head/devel/rubygem-uuid/Makefile head/devel/rubygem-uuidtools/Makefile head/devel/rubygem-validatable/Makefile head/devel/rubygem-versionomy/Makefile head/devel/rubygem-warbler/Makefile head/devel/rubygem-warden/Makefile head/devel/rubygem-webby/Makefile head/devel/rubygem-xpath/Makefile head/devel/rubygem-yajl-ruby/Makefile head/devel/rubygem-yajl-ruby077/Makefile head/devel/rubygem-yui-compressor/Makefile head/devel/rubygem-zentest/Makefile head/devel/rubygem-zoom/Makefile head/devel/rudeconfig/Makefile head/devel/rudiments/Makefile head/devel/runsnakerun/Makefile head/devel/rvi/Makefile head/devel/rvm/Makefile head/devel/sabre/Makefile head/devel/safe-iop/Makefile head/devel/sbt/Makefile head/devel/scala-ide/Makefile head/devel/scalatest/Makefile head/devel/scandoc/Makefile head/devel/scons/Makefile head/devel/scsh-install-lib/Makefile head/devel/sdl12/Makefile head/devel/sdl20/Makefile head/devel/sdl_console/Makefile head/devel/sdl_sge/Makefile head/devel/sdlmm/Makefile head/devel/sdts++/Makefile head/devel/sedsed/Makefile head/devel/seed/Makefile head/devel/seed3/Makefile head/devel/semantic/Makefile head/devel/serdisplib/Makefile head/devel/sfio/Makefile head/devel/sfml/Makefile head/devel/sfslite-dbg/Makefile head/devel/sfslite-noopt/Makefile head/devel/sfslite/Makefile head/devel/sgb/Makefile head/devel/sgl/Makefile head/devel/shapelib/Makefile head/devel/shflags/Makefile head/devel/shiboken/Makefile head/devel/shmap/Makefile head/devel/showgrammar/Makefile head/devel/shtool/Makefile head/devel/sigslot/Makefile head/devel/silc-toolkit/Makefile head/devel/silentbob/Makefile head/devel/simgear/Makefile head/devel/simian/Makefile head/devel/simpletest/Makefile head/devel/simulavr/Makefile head/devel/skalibs/Makefile head/devel/slf4j/Makefile head/devel/smack/Makefile head/devel/smake/Makefile head/devel/smc/Makefile head/devel/sml_tk/Makefile head/devel/smokegen/Makefile head/devel/smokekde/Makefile head/devel/smokeqt/Makefile head/devel/smv/Makefile head/devel/soapui/Makefile head/devel/sourcenav/Makefile head/devel/spatialindex/Makefile head/devel/spdict/Makefile head/devel/spin/Makefile head/devel/splint/Makefile head/devel/srecord/Makefile head/devel/st/Makefile head/devel/statcvs/Makefile head/devel/statsvn/Makefile head/devel/stfl/Makefile head/devel/stlfilt/Makefile head/devel/stlport/Makefile head/devel/stormlib-ghost++/Makefile head/devel/str/Makefile head/devel/strace/Makefile head/devel/streamhtmlparser/Makefile head/devel/stringencoders/Makefile head/devel/styx/Makefile head/devel/subclipse/Makefile head/devel/subcommander2/Makefile head/devel/subversion-static/Makefile head/devel/subversion/Makefile head/devel/subversion16/Makefile head/devel/subversion17/Makefile head/devel/subversive/Makefile head/devel/sunterlib/Makefile head/devel/svk/Makefile head/devel/svn2git/Makefile head/devel/svn_load_dirs/Makefile head/devel/svndelta/Makefile head/devel/svnkit/Makefile head/devel/svnmerge/Makefile head/devel/svntrac/Makefile head/devel/swank-clojure/Makefile head/devel/swig13/Makefile head/devel/swig20/Makefile head/devel/synfig/Makefile head/devel/sysconftool/Makefile head/devel/sysfsutils/Makefile head/devel/t1lib/Makefile head/devel/ta-lib/Makefile head/devel/tailor/Makefile head/devel/talloc/Makefile head/devel/tbb/Makefile head/devel/tcl-memchan/Makefile head/devel/tcl-mmap/Makefile head/devel/tcl-signal/Makefile head/devel/tcl-trf/Makefile head/devel/tclap/Makefile head/devel/tclcheck/Makefile head/devel/tclcl/Makefile head/devel/tclgetopts/Makefile head/devel/tcllib/Makefile head/devel/tclmore/Makefile head/devel/tcloo/Makefile head/devel/tclreadline/Makefile head/devel/tclthread/Makefile head/devel/tcltls/Makefile head/devel/tclxml/Makefile head/devel/tdl/Makefile head/devel/terminality/Makefile head/devel/tevent/Makefile head/devel/tex-kpathsea/Makefile head/devel/tex-web2c/Makefile head/devel/thrift/Makefile head/devel/thunar-vcs-plugin/Makefile head/devel/tide/Makefile head/devel/tig/Makefile head/devel/tigcc/Makefile head/devel/tijmp/Makefile head/devel/tinylaf/Makefile head/devel/tinyq/Makefile head/devel/tkcon/Makefile head/devel/tkcvs/Makefile head/devel/tkinspect/Makefile head/devel/tkmerge/Makefile head/devel/tkp4/Makefile head/devel/tla/Makefile head/devel/tmake/Makefile head/devel/tnt/Makefile head/devel/toh/Makefile head/devel/tokamak/Makefile head/devel/tortoisehg2/Makefile head/devel/tpasm/Makefile head/devel/trac-bitten/Makefile head/devel/tradcpp/Makefile head/devel/trio/Makefile head/devel/truc/Makefile head/devel/uatraits/Makefile head/devel/uboot-mkimage/Makefile head/devel/uclmmbase/Makefile head/devel/ucommon/Makefile head/devel/ucpp/Makefile head/devel/udis86/Makefile head/devel/ultragetopt/Makefile head/devel/umem/Makefile head/devel/umlgraph/Makefile head/devel/universalindentgui/Makefile head/devel/upnp/Makefile head/devel/upp/Makefile head/devel/uppaal/Makefile head/devel/upslug/Makefile head/devel/urjtag/Makefile head/devel/ustl/Makefile head/devel/uthash/Makefile head/devel/valide/Makefile head/devel/varconf/Makefile head/devel/vera++/Makefile head/devel/viewvc/Makefile head/devel/violet/Makefile head/devel/vstr/Makefile head/devel/vtcl/Makefile head/devel/vtg/Makefile head/devel/vxlog/Makefile head/devel/wand-libconfig/Makefile head/devel/websvn/Makefile head/devel/wininfo/Makefile head/devel/winpdb/Makefile head/devel/wizardkit/Makefile head/devel/wxGlade/Makefile head/devel/xa65/Makefile head/devel/xc3sprog/Makefile head/devel/xdg-user-dirs/Makefile head/devel/xdg-utils/Makefile head/devel/xfce4-dev-tools/Makefile head/devel/xmake/Makefile head/devel/xmltooling/Makefile head/devel/xorg-macros/Makefile head/devel/xparam/Makefile head/devel/xsd/Makefile head/devel/xtl/Makefile head/devel/xtla/Makefile head/devel/xwpe/Makefile head/devel/xxgdb/Makefile head/devel/xxl/Makefile head/devel/yajl-tcl/Makefile head/devel/yajl/Makefile head/devel/yaml-cpp/Makefile head/devel/yasm/Makefile head/devel/z80-asm/Makefile head/devel/z80asm/Makefile head/devel/z80ex/Makefile head/devel/zmq-devel/Makefile head/devel/zmq/Makefile head/devel/zookeeper/Makefile head/devel/zpu-binutils/Makefile head/devel/zpu-gcc/Makefile head/devel/ztcl/Makefile head/devel/zthread/Makefile head/devel/zziplib/Makefile Modified: head/devel/9base/Makefile ============================================================================== --- head/devel/9base/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/9base/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -27,6 +27,7 @@ MAN1= ${APPS:S|$|.1|} ONLY_FOR_ARCHS= i386 amd64 sparc64 ONLY_FOR_ARCHS_REASON= has low-level code unavailable for ${ARCH} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|PREFIX|"${PREFIX}/9"|' ${WRKSRC}/lib9/get9root.c @${REINPLACE_CMD} -e '/OBJTYPE!=/s|!=.*|=${ARCH:S,i386,386,:S,amd64,x86_64,:S,sparc64,sun4u,}|' ${WRKSRC}/lib9/Makefile Modified: head/devel/ChipmunkPhysics/Makefile ============================================================================== --- head/devel/ChipmunkPhysics/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/ChipmunkPhysics/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -20,4 +20,5 @@ CMAKE_ARGS= -DBUILD_DEMOS=OFF USE_LDCONFIG= yes +NO_STAGE= yes .include Modified: head/devel/ElectricFence/Makefile ============================================================================== --- head/devel/ElectricFence/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/ElectricFence/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: Electric Fence -# Date created: 13 November 1997 -# Whom: jraynard -# +# Created by: jraynard # $FreeBSD$ -# PORTNAME= electricfence PORTVERSION= 2.2.2 @@ -24,6 +19,7 @@ MAN3= efence.3 MAKE_ARGS= CC="${CC}" PLIST_FILES= bin/ef.sh lib/libefence.a lib/libefence.so.0 +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/libefence.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/libefence.so.0.0 ${PREFIX}/lib/libefence.so.0 Modified: head/devel/ORBit/Makefile ============================================================================== --- head/devel/ORBit/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/ORBit/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,9 +1,5 @@ -# New ports collection makefile for: orbit -# Date Created: 16 Aug 1998 -# Whom: Chia-liang Kao -# +# Created by: Chia-liang Kao # $FreeBSD$ -# PORTNAME= ORBit PORTVERSION= 0.5.17 @@ -26,6 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib INFO= libIDL +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure ${WRKSRC}/libIDL/configure ${WRKSRC}/popt/configure @${TOUCH} ${WRKSRC}/configure Modified: head/devel/ORBit2-reference/Makefile ============================================================================== --- head/devel/ORBit2-reference/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/ORBit2-reference/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,12 +1,9 @@ -# New ports collection makefile for: ORBit2-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTREVISION= 0 REFERENCE_SRC= ${WRKSRC}/docs/api +NO_STAGE= yes .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" Modified: head/devel/ORBit2/Makefile ============================================================================== --- head/devel/ORBit2/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/ORBit2/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -26,6 +26,7 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/src/orb/orb-core/orbit-typelib.c Modified: head/devel/R-cran-Defaults/Makefile ============================================================================== --- head/devel/R-cran-Defaults/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-Defaults/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -16,4 +16,5 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-Hmisc/Makefile ============================================================================== --- head/devel/R-cran-Hmisc/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-Hmisc/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -14,4 +14,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-RUnit/Makefile ============================================================================== --- head/devel/R-cran-RUnit/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-RUnit/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -15,4 +15,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-Rcpp/Makefile ============================================================================== --- head/devel/R-cran-Rcpp/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-Rcpp/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -15,4 +15,5 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-bitops/Makefile ============================================================================== --- head/devel/R-cran-bitops/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-bitops/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -15,4 +15,5 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-caTools/Makefile ============================================================================== --- head/devel/R-cran-caTools/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-caTools/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -17,4 +17,5 @@ RUN_DEPENDS= R-cran-bitops>0:${PORTSDIR} USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-caret/Makefile ============================================================================== --- head/devel/R-cran-caret/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-caret/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -18,4 +18,5 @@ RUN_DEPENDS= R-cran-reshape2>0:${PORTSDI USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-chron/Makefile ============================================================================== --- head/devel/R-cran-chron/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-chron/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -15,4 +15,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-foreach/Makefile ============================================================================== --- head/devel/R-cran-foreach/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-foreach/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -16,4 +16,5 @@ RUN_DEPENDS= R-cran-iterators>=1.0.0:${P USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-gbm/Makefile ============================================================================== --- head/devel/R-cran-gbm/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-gbm/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -14,4 +14,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-gdata/Makefile ============================================================================== --- head/devel/R-cran-gdata/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-gdata/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -18,4 +18,5 @@ USE_PERL5= run USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-glmnet/Makefile ============================================================================== --- head/devel/R-cran-glmnet/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-glmnet/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -14,4 +14,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-gsubfn/Makefile ============================================================================== --- head/devel/R-cran-gsubfn/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-gsubfn/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -17,4 +17,5 @@ RUN_DEPENDS= R-cran-proto>=0.3.9.2_6: USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-gtools/Makefile ============================================================================== --- head/devel/R-cran-gtools/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-gtools/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -14,4 +14,5 @@ LICENSE= LGPL21 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-iterators/Makefile ============================================================================== --- head/devel/R-cran-iterators/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-iterators/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -15,4 +15,5 @@ LICENSE= AL2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-itertools/Makefile ============================================================================== --- head/devel/R-cran-itertools/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-itertools/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -15,4 +15,5 @@ RUN_DEPENDS= R-cran-iterators>=1.0.0:${P USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-memoise/Makefile ============================================================================== --- head/devel/R-cran-memoise/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-memoise/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -15,4 +15,5 @@ RUN_DEPENDS= R-cran-digest>=0:${PORTSDIR USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-plyr/Makefile ============================================================================== --- head/devel/R-cran-plyr/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-plyr/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -16,4 +16,5 @@ RUN_DEPENDS= R-cran-itertools>0:${PORTSD USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-proto/Makefile ============================================================================== --- head/devel/R-cran-proto/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-proto/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -15,4 +15,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-randomForest/Makefile ============================================================================== --- head/devel/R-cran-randomForest/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-randomForest/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -14,4 +14,5 @@ RUN_DEPENDS= R-cran-RColorBrewer>=1.0.5_ USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-reshape/Makefile ============================================================================== --- head/devel/R-cran-reshape/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-reshape/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -17,4 +17,5 @@ RUN_DEPENDS= R-cran-plyr>0:${PORTSDIR}/d USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/R-cran-reshape2/Makefile ============================================================================== --- head/devel/R-cran-reshape2/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/R-cran-reshape2/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -18,4 +18,5 @@ RUN_DEPENDS= R-cran-plyr>=1.5:${PORTSDIR USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/devel/SpecTcl/Makefile ============================================================================== --- head/devel/SpecTcl/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/SpecTcl/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,9 +1,5 @@ -# New ports collection makefile for: SpecTcl1.1 -# Date created: Fri Oct 3 18:50:53 CEST 1997 -# Whom: Andreas Klemm -# +# Created by: Andreas Klemm # $FreeBSD$ -# PORTNAME= SpecTcl PORTVERSION= 1.2.2a @@ -19,6 +15,7 @@ NO_BUILD= yes USE_TK_WRAPPER= yes +NO_STAGE= yes post-patch: .for file in specJava specTcl @${REINPLACE_CMD} -e \ Modified: head/devel/qbzr/Makefile ============================================================================== --- head/devel/qbzr/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qbzr/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,9 +1,5 @@ -# Ports collection makefile for: qbzr -# Date created: 26 May 2010 -# Whom: Carlo Strub -# +# Created by: Carlo Strub # $FreeBSD$ -# PORTNAME= qbzr PORTVERSION= 0.23.0 @@ -31,4 +27,5 @@ USE_PYDISTUTILS= yes USES= gettext INSTALLS_ICONS= yes +NO_STAGE= yes .include Modified: head/devel/qca/Makefile ============================================================================== --- head/devel/qca/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qca/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,9 +1,5 @@ -# New ports collection makefile for: qca -# Date created: 27 March 2005 -# Whom: Vsevolod Stakhov -# +# Created by: Vsevolod Stakhov # $FreeBSD$ -# PORTNAME= qca PORTVERSION= 2.0.3 @@ -44,6 +40,7 @@ CONFIGURE_ARGS+=--debug PLIST_SUB+= DEBUG="" .endif +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/configure ${MKDIR} ${WRKSRC}/libdata/pkgconfig Modified: head/devel/qconf/Makefile ============================================================================== --- head/devel/qconf/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qconf/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,9 +1,5 @@ -# New ports collection makefile for: qconf -# Date created: 2010-10-28 -# Whom: Andreev Maxim -# +# Created by: Andreev Maxim # $FreeBSD$ -# PORTNAME= qconf PORTVERSION= 1.4 @@ -23,4 +19,5 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --qtdir=${QT_PREFIX} \ --verbose +NO_STAGE= yes .include Modified: head/devel/qct/Makefile ============================================================================== --- head/devel/qct/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qct/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -20,6 +20,7 @@ USE_PYDISTUTILS= yes WRKSRC= ${WRKDIR}/qct OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-install: Modified: head/devel/qdevelop/Makefile ============================================================================== --- head/devel/qdevelop/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qdevelop/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -33,6 +33,7 @@ OPTIONS_DEFINE= TOOLS DOCS NLS OPTIONS_DEFAULT= ${OPTIONS_DEFINE} TOOLS_DESC= Install Qt4 dev. tools (qmake, moc, etc.) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/devel/qgit/Makefile ============================================================================== --- head/devel/qgit/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qgit/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,7 +1,4 @@ -# New ports collection makefile for: qgit -# Date created: 2009-04-19 -# Whom: Ion-Mihai "IOnut" Tetcu -# +# Created by: Ion-Mihai "IOnut" Tetcu # $FreeBSD$ PORTNAME= qgit @@ -22,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-configure: @cd ${WRKSRC} && ${QMAKE} ${PORTNAME}.pro Modified: head/devel/qjson/Makefile ============================================================================== --- head/devel/qjson/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qjson/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -17,6 +17,7 @@ USE_LDCONFIG= yes PORTDOCS= * +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/devel/qmake/Makefile ============================================================================== --- head/devel/qmake/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qmake/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -30,6 +30,7 @@ EXTRACT_AFTER_ARGS= \ EXTRACT_AFTER_ARGS+='${DISTNAME}/doc/html/qmake*' DOCSDIR=${PREFIX}/share/doc/qt PLIST_SUB+= DOCSDIR='${DOCSDIR}' +NO_STAGE= yes post-install: ${MKDIR} '${DOCSDIR}' ${CP} -Rp '${WRKSRC:H}/doc/html' '${DOCSDIR}' Modified: head/devel/qmake4/Makefile ============================================================================== --- head/devel/qmake4/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qmake4/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org, mi@aldan.algebra.com +# Created by: lofi@FreeBSD.org, mi@aldan.algebra.com # $FreeBSD$ PORTNAME= qmake @@ -37,6 +37,7 @@ EXTRACT_AFTER_ARGS= \ '${DISTNAME}/tools/shared/symbian' \ '${DISTNAME}/tools/shared/windows' +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2|${CXXFLAGS}|' \ -e 's|/usr/local|${LOCALBASE}|' \ Modified: head/devel/qprog/Makefile ============================================================================== --- head/devel/qprog/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qprog/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,7 +1,4 @@ -# New ports collection makefile for: qprog -# Date created: 2007/07/20 -# Whom: Brandon Fosdick -# +# Created by: Brandon Fosdick # $FreeBSD$ PORTNAME= qprog @@ -21,6 +18,7 @@ WRKSRC= ${WRKDIR}/QProg PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-configure: ( cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} -unix PREFIX=${PREFIX} QProg.pro ) Modified: head/devel/qross/Makefile ============================================================================== --- head/devel/qross/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qross/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER OPTIONS_DEFINE= PYTHON OPTIONS_DEFAULT=PYTHON +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPYTHON} Modified: head/devel/qscintilla2-designerplugin/Makefile ============================================================================== --- head/devel/qscintilla2-designerplugin/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qscintilla2-designerplugin/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -22,6 +22,7 @@ QMAKE_ARGS= -unix PREFIX=${PREFIX} WRKSRC= ${WRKDIR}/${DISTNAME}/designer-Qt4Qt5 +NO_STAGE= yes .include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" .include Modified: head/devel/qscintilla2/Makefile ============================================================================== --- head/devel/qscintilla2/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qscintilla2/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -23,6 +23,7 @@ QMAKE_ARGS= -unix PREFIX=${PREFIX} PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes .include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" .include Modified: head/devel/qsvn/Makefile ============================================================================== --- head/devel/qsvn/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qsvn/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -24,6 +24,7 @@ DESKTOP_ENTRIES="QSvn" "SVN client" "${P SVNQT_INCLUDE_DIR= include/svnqt4 PLIST_SUB= SVNQT_INCLUDE_DIR="${SVNQT_INCLUDE_DIR}" +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's,include/svnqt,${SVNQT_INCLUDE_DIR},g' \ ${WRKSRC}/svnqt/CMakeLists.txt Modified: head/devel/qt4-assistant-adp/Makefile ============================================================================== --- head/devel/qt4-assistant-adp/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-assistant-adp/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= assistant @@ -24,6 +24,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:C/src/vers PLIST_FILES= bin/assistant_adp +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's|$$$$\[QT_INSTALL_BINS]|${PREFIX}/bin|g' \ ${WRKSRC}/compat.pro Modified: head/devel/qt4-assistant/Makefile ============================================================================== --- head/devel/qt4-assistant/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-assistant/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= assistant @@ -42,6 +42,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} \ -e 's|^TARGET.*|TARGET=assistant-qt4|g' \ Modified: head/devel/qt4-corelib/Makefile ============================================================================== --- head/devel/qt4-corelib/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-corelib/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= corelib @@ -43,6 +43,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes .include "${.CURDIR}/../../devel/qt4/files/Makefile.options" .if empty(QT4_OPTIONS:MCUPS) Modified: head/devel/qt4-declarative/Makefile ============================================================================== --- head/devel/qt4-declarative/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-declarative/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -37,6 +37,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake Modified: head/devel/qt4-designer/Makefile ============================================================================== --- head/devel/qt4-designer/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-designer/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= designer @@ -44,6 +44,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's|^TARGET.*|TARGET=designer-qt4|g' \ ${BUILD_WRKSRC}/src/${PORTNAME}/${PORTNAME}.pro Modified: head/devel/qt4-help-tools/Makefile ============================================================================== --- head/devel/qt4-help-tools/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-help-tools/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -39,6 +39,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's|assistant||' \ ${BUILD_WRKSRC}/tools.pro Modified: head/devel/qt4-help/Makefile ============================================================================== --- head/devel/qt4-help/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-help/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -39,6 +39,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake Modified: head/devel/qt4-libqtassistantclient/Makefile ============================================================================== --- head/devel/qt4-libqtassistantclient/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-libqtassistantclient/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= libQtAssistantClient @@ -24,6 +24,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:C/src/vers BUILD_WRKSRC= ${WRKSRC}/lib INSTALL_WRKSRC= ${BUILD_WRKSRC} +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's|$$$$\[QT_INSTALL_HEADERS]|${PREFIX}/${QT_INCDIR_REL}|g' \ -e 's|$$$$\[QT_INSTALL_LIBS]|${PREFIX}/${QT_LIBDIR_REL}|g' \ Modified: head/devel/qt4-linguist/Makefile ============================================================================== --- head/devel/qt4-linguist/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-linguist/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= linguist @@ -42,6 +42,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -E -e 's|^TARGET[[:blank:]]*=[[:blank:]]*([a-z]+)|TARGET=\1-qt4|g' \ ${BUILD_WRKSRC}/${PORTNAME}.pro ${BUILD_WRKSRC}/${PORTNAME}/${PORTNAME}.pro \ Modified: head/devel/qt4-makeqpf/Makefile ============================================================================== --- head/devel/qt4-makeqpf/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-makeqpf/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= makeqpf @@ -37,6 +37,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes .include .if ${OSVERSION} < 802502 Modified: head/devel/qt4-moc/Makefile ============================================================================== --- head/devel/qt4-moc/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-moc/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= moc @@ -37,6 +37,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/bin|g' \ -e 's|^TARGET.*|TARGET=moc-qt4|g' \ Modified: head/devel/qt4-porting/Makefile ============================================================================== --- head/devel/qt4-porting/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-porting/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= porting @@ -37,6 +37,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake Modified: head/devel/qt4-qdbusviewer/Makefile ============================================================================== --- head/devel/qt4-qdbusviewer/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-qdbusviewer/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= qdbusviewer @@ -45,6 +45,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes post-patch: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake Modified: head/devel/qt4-qdoc3/Makefile ============================================================================== --- head/devel/qt4-qdoc3/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-qdoc3/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -32,6 +32,7 @@ EXTRA_PATCHES= ${.CURDIR}/../../devel/qt BUILD_WRKSRC= ${WRKSRC}/tools/${PORTNAME} INSTALL_WRKSRC= ${BUILD_WRKSRC} +NO_STAGE= yes pre-configure: ${MKDIR} ${WRKSRC}/mkspecs/modules ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake Modified: head/devel/qt4-qmlviewer/Makefile ============================================================================== --- head/devel/qt4-qmlviewer/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-qmlviewer/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -43,6 +43,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes post-patch: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake Modified: head/devel/qt4-qt3support/Makefile ============================================================================== --- head/devel/qt4-qt3support/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-qt3support/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= qt3support @@ -38,6 +38,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake Modified: head/devel/qt4-qtestlib/Makefile ============================================================================== --- head/devel/qt4-qtestlib/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-qtestlib/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= qtestlib @@ -38,6 +38,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake Modified: head/devel/qt4-qtsolutions-singleapplication/Makefile ============================================================================== --- head/devel/qt4-qtsolutions-singleapplication/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-qtsolutions-singleapplication/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,9 +1,5 @@ -# New ports collection makefile for: qt4-qtsolutions-singleapplication -# Date created: 19 July 2011 -# Whom: Yuri Momotiuk -# +# Created by: Yuri Momotiuk # $FreeBSD$ -# PORTNAME= qt4-qtsolutions-singleapplication PORTVERSION= 20110722 @@ -33,6 +29,7 @@ QMAKE_PRO= buildlib.pro LIBRARY_NAME= libQtSolutions_SingleApplication-head.so LIBRARY_HEADERS= qtsingleapplication.h qtsinglecoreapplication.h +NO_STAGE= yes do-configure: cd ${BUILD_WRKSRC} && ${QMAKE} ${QMAKEFLAGS} ${QMAKE_PRO} Modified: head/devel/qt4-qtsolutions-soap/Makefile ============================================================================== --- head/devel/qt4-qtsolutions-soap/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-qtsolutions-soap/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,14 +1,11 @@ -# New ports collection Makefile for: qt4-qtsolutions-soap -# Date created: 26 June 2012 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# MASTERDIR= ${.CURDIR}/../qt4-qtsolutions-singleapplication USE_QT4= qmake_build moc_build rcc_build uic_build network xml gui +NO_STAGE= yes .include "${MASTERDIR}/Makefile" PORTNAME= qt4-qtsolutions-soap Modified: head/devel/qt4-qvfb/Makefile ============================================================================== --- head/devel/qt4-qvfb/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-qvfb/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= qvfb @@ -44,6 +44,7 @@ CONFIGURE_ARGS+= -I../../include/Qt -I.. EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${REINPLACE_CMD} -e 's|^TARGET.*|TARGET=qvfb-qt4|g' \ Modified: head/devel/qt4-rcc/Makefile ============================================================================== --- head/devel/qt4-rcc/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-rcc/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= rcc @@ -37,6 +37,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/bin|g' \ ${BUILD_WRKSRC}/${PORTNAME}.pro Modified: head/devel/qt4-script/Makefile ============================================================================== --- head/devel/qt4-script/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-script/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= script @@ -40,6 +40,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake Modified: head/devel/qt4-scripttools/Makefile ============================================================================== --- head/devel/qt4-scripttools/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-scripttools/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -37,6 +37,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake Modified: head/devel/qt4-uic/Makefile ============================================================================== --- head/devel/qt4-uic/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-uic/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= uic @@ -37,6 +37,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/bin|g' \ -e 's|^TARGET.*|TARGET=uic-qt4|g' \ Modified: head/devel/qt4-uic3/Makefile ============================================================================== --- head/devel/qt4-uic3/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4-uic3/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= uic3 @@ -36,6 +36,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake Modified: head/devel/qt4/Makefile ============================================================================== --- head/devel/qt4/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qt4/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -26,6 +26,7 @@ CODECS_DESC= CN, JP, KR, TW codecs suppo SQL_PLUGINS_DESC= Install database plugins for QtSql TOOLS_DESC= Install Qt tools (qmake, moc, etc.) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCODECS} Modified: head/devel/qtcreator/Makefile ============================================================================== --- head/devel/qtcreator/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qtcreator/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -51,6 +51,7 @@ INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} DESKTOP_ENTRIES= "Qt Creator" "${COMMENT}" "QtProject-qtcreator" \ "${PREFIX}/bin/${PORTNAME}" "Development;Qt;" true +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|lrelease|lrelease-qt4|' \ ${WRKSRC}/share/qtcreator/translations/translations.pro Modified: head/devel/qtscriptgenerator/Makefile ============================================================================== --- head/devel/qtscriptgenerator/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/qtscriptgenerator/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -24,6 +24,7 @@ USE_QT4= corelib declarative designer do USE_GMAKE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPHONON} Modified: head/devel/quickcheck++/Makefile ============================================================================== --- head/devel/quickcheck++/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/quickcheck++/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -25,6 +25,7 @@ PORTEXAMPLES= examples.cc OPTIONS_DEFINE= DOXYGEN DOXYGEN_DESC= Build documentation with doxygen +NO_STAGE= yes .include .if !defined(NOPORTDOCS) && ${PORT_OPTIONS:MDOXYGEN} Modified: head/devel/quilt/Makefile ============================================================================== --- head/devel/quilt/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/quilt/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -34,6 +34,7 @@ CONFIGURE_ARGS= --with-sed=${LOCALBASE}/ MAN1= guards.1 quilt.1 PORTDOCS= README README.MAIL quilt.pdf +NO_STAGE= yes .include .if ${PORT_OPTIONS:MRPMBUILD} Modified: head/devel/radare2/Makefile ============================================================================== --- head/devel/radare2/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/radare2/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -27,6 +27,7 @@ BROKEN= does not build when compiled wi MAN1= r2.1 rabin2.1 radiff2.1 rafind2.1 ranal2.1 rarc2-tool.1 \ rarc2.1 rasc2.1 rasm2.1 rax2.1 rsc2.1 radare2.1 rahash2.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|..LIBDIR./pkgconfig|libdata/pkgconfig|g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|..LFX./pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ Modified: head/devel/ragel/Makefile ============================================================================== --- head/devel/ragel/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/ragel/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -19,6 +19,7 @@ MAN1= ${PORTNAME}.1 OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/devel/raknet/Makefile ============================================================================== --- head/devel/raknet/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/raknet/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -32,6 +32,7 @@ USE_GCC= yes USE_GMAKE= yes USES= cmake +NO_STAGE= yes # XXX Do not provide Samples for the following reason : # - potential licensing problems # XXX Disable build of DependentExtensions for the following reasons : Modified: head/devel/rapidsvn/Makefile ============================================================================== --- head/devel/rapidsvn/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/rapidsvn/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -31,6 +31,7 @@ CONFIGURE_ARGS= --with-apr-config=apr-1- USE_LDCONFIG= yes MAN1= rapidsvn.1 +NO_STAGE= yes post-install: ${INSTALL_DATA} ${WRKSRC}/doc/manpage/rapidsvn.1 ${MAN1PREFIX}/man/man1/ Modified: head/devel/rbenv/Makefile ============================================================================== --- head/devel/rbenv/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/rbenv/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -26,6 +26,7 @@ NO_BUILD= yes REINPLACE_ARGS= -i '' +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|\$$root/completions|${DATADIR}/completions|g" ${WRKSRC}/libexec/rbenv-init Modified: head/devel/rbtools/Makefile ============================================================================== --- head/devel/rbtools/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/rbtools/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,4 +1,3 @@ -# Created by: Florent Thoumie # $FreeBSD$ PORTNAME= ${ORIGNAME:L} @@ -23,4 +22,5 @@ PLIST_FILES= bin/post-review \ bin/rbt \ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +NO_STAGE= yes .include Modified: head/devel/rclint/Makefile ============================================================================== --- head/devel/rclint/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/rclint/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -18,6 +18,7 @@ SUB_FILES= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} PORTDATA= ${PORTNAME}.py errors.en +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s,\(DATADIR = \)'\.',\1'${DATADIR}'," \ ${WRKSRC}/${PORTNAME}.py Modified: head/devel/rcs/Makefile ============================================================================== --- head/devel/rcs/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/rcs/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -17,4 +17,5 @@ MAN1= ci.1 co.1 ident.1 merge.1 rcs.1 rc MAN5= rcsfile.5 INFO= rcs +NO_STAGE= yes .include Modified: head/devel/re2/Makefile ============================================================================== --- head/devel/re2/Makefile Fri Sep 20 17:15:46 2013 (r327725) +++ head/devel/re2/Makefile Fri Sep 20 17:17:44 2013 (r327726) @@ -1,9 +1,5 @@ -# New ports collection makefile for: re2 -# Date created: 2010-09-01 -# Whom: Julien Laffaye -# +# Created by: Julien Laffaye # $FreeBSD$ -# PORTNAME= re2 PORTVERSION= 20120226 @@ -20,4 +16,5 @@ USE_GMAKE= yes MAKE_ENV= prefix=${PREFIX} MAKE_ARGS+= -e +NO_STAGE= yes .include *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 17:18:58 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 44C538C1; Fri, 20 Sep 2013 17:18:58 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2FC63248D; Fri, 20 Sep 2013 17:18:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KHIw6i083324; Fri, 20 Sep 2013 17:18:58 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KHIdOi083185; Fri, 20 Sep 2013 17:18:39 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201718.r8KHIdOi083185@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 17:18:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327727 - in head/finance: R-cran-PerformanceAnalytics R-cran-RFinanceYJ R-cran-TTR R-cran-ccgarch R-cran-fBasics R-cran-fGarch R-cran-gmm R-cran-lmtest R-cran-plm R-cran-quantmod R-cra... 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.14 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: Fri, 20 Sep 2013 17:18:58 -0000 Author: bapt Date: Fri Sep 20 17:18:38 2013 New Revision: 327727 URL: http://svnweb.freebsd.org/changeset/ports/327727 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: finance) Modified: head/finance/R-cran-PerformanceAnalytics/Makefile head/finance/R-cran-RFinanceYJ/Makefile head/finance/R-cran-TTR/Makefile head/finance/R-cran-ccgarch/Makefile head/finance/R-cran-fBasics/Makefile head/finance/R-cran-fGarch/Makefile head/finance/R-cran-gmm/Makefile head/finance/R-cran-lmtest/Makefile head/finance/R-cran-plm/Makefile head/finance/R-cran-quantmod/Makefile head/finance/R-cran-strucchange/Makefile head/finance/R-cran-timeDate/Makefile head/finance/R-cran-timeSeries/Makefile head/finance/R-cran-tseries/Makefile head/finance/R-cran-urca/Makefile head/finance/R-cran-vars/Makefile head/finance/aqbanking/Makefile head/finance/aqmoney/Makefile head/finance/beanie/Makefile head/finance/cbb/Makefile head/finance/electrum/Makefile head/finance/eqonomize-kde4/Makefile head/finance/expense/Makefile head/finance/frontaccounting/Makefile head/finance/gnofin/Makefile head/finance/gnucash-docs/Makefile head/finance/gnucash/Makefile head/finance/grisbi/Makefile head/finance/homebank/Makefile head/finance/jgnash/Makefile head/finance/kmymoney-kde4/Makefile head/finance/ktoblzcheck/Makefile head/finance/ledger/Makefile head/finance/ledgersmb/Makefile head/finance/ledgersmb12/Makefile head/finance/libalkimia/Makefile head/finance/libofx/Makefile head/finance/libstocks/Makefile head/finance/moneymanagerex/Makefile head/finance/mybudget/Makefile head/finance/myphpmoney/Makefile head/finance/openerp-server/Makefile head/finance/openerp-web/Makefile head/finance/openhbci/Makefile head/finance/opentaxsolver/Makefile head/finance/p5-Business-CreditCard/Makefile head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile head/finance/p5-Business-OCV/Makefile head/finance/p5-Business-OnlinePayment-2CheckOut/Makefile head/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile head/finance/p5-Business-OnlinePayment-BankOfAmerica/Makefile head/finance/p5-Business-OnlinePayment-Beanstream/Makefile head/finance/p5-Business-OnlinePayment-Cardstream/Makefile head/finance/p5-Business-OnlinePayment-Jettis/Makefile head/finance/p5-Business-OnlinePayment-LinkPoint/Makefile head/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile head/finance/p5-Business-OnlinePayment-Network1Financial/Makefile head/finance/p5-Business-OnlinePayment-OCV/Makefile head/finance/p5-Business-OnlinePayment-PayConnect/Makefile head/finance/p5-Business-OnlinePayment-PaymenTech/Makefile head/finance/p5-Business-OnlinePayment-PaymentsGateway/Makefile head/finance/p5-Business-OnlinePayment-SurePay/Makefile head/finance/p5-Business-OnlinePayment-TCLink/Makefile head/finance/p5-Business-OnlinePayment-VirtualNet/Makefile head/finance/p5-Business-OnlinePayment-eSec/Makefile head/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile head/finance/p5-Business-OnlinePayment/Makefile head/finance/p5-Business-PayPal-IPN/Makefile head/finance/p5-Business-Stripe/Makefile head/finance/p5-Business-TW-Invoice-U420/Makefile head/finance/p5-Business-TW-TSIB-CStorePayment/Makefile head/finance/p5-Business-TW-TSIB-VirtualAccount/Makefile head/finance/p5-Business-WorldPay-Junior/Makefile head/finance/p5-Data-Currency/Makefile head/finance/p5-Finance-Amortization/Makefile head/finance/p5-Finance-Bitcoin/Makefile head/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile head/finance/p5-Finance-Currency-Convert-XE/Makefile head/finance/p5-Finance-Currency-Convert/Makefile head/finance/p5-Finance-Quote/Makefile head/finance/p5-Finance-QuoteHist/Makefile head/finance/p5-Finance-QuoteTW/Makefile head/finance/p5-Finance-TW-EmergingQuote/Makefile head/finance/p5-Finance-TW-TSEQuote/Makefile head/finance/p5-Finance-YahooQuote/Makefile head/finance/p5-Locale-Currency-Format/Makefile head/finance/p5-Math-Financial/Makefile head/finance/p5-PayflowPro/Makefile head/finance/pear_Payment_DTA/Makefile head/finance/php-tclink/Makefile head/finance/prestashop/Makefile head/finance/py-vatnumber/Makefile head/finance/qhacc/Makefile head/finance/quantlib/Makefile head/finance/rubygem-money/Makefile head/finance/sabernetdcs-client/Makefile head/finance/skrooge/Makefile head/finance/sql-ledger/Makefile head/finance/tryton/Makefile head/finance/trytond/Makefile head/finance/trytond_account/Makefile head/finance/trytond_account_be/Makefile head/finance/trytond_account_invoice/Makefile head/finance/trytond_account_invoice_history/Makefile head/finance/trytond_account_invoice_line_standalone/Makefile head/finance/trytond_account_product/Makefile head/finance/trytond_account_statement/Makefile head/finance/trytond_account_stock_anglo_saxon/Makefile head/finance/trytond_account_stock_continental/Makefile head/finance/trytond_analytic_account/Makefile head/finance/trytond_analytic_invoice/Makefile head/finance/trytond_analytic_purchase/Makefile head/finance/trytond_analytic_sale/Makefile head/finance/trytond_calendar/Makefile head/finance/trytond_calendar_classification/Makefile head/finance/trytond_calendar_scheduling/Makefile head/finance/trytond_calendar_todo/Makefile head/finance/trytond_carrier/Makefile head/finance/trytond_carrier_percentage/Makefile head/finance/trytond_carrier_weight/Makefile head/finance/trytond_company/Makefile head/finance/trytond_company_work_time/Makefile head/finance/trytond_country/Makefile head/finance/trytond_currency/Makefile head/finance/trytond_dashboard/Makefile head/finance/trytond_ldap_authentication/Makefile head/finance/trytond_ldap_connection/Makefile head/finance/trytond_party/Makefile head/finance/trytond_party_siret/Makefile head/finance/trytond_party_vcarddav/Makefile head/finance/trytond_product/Makefile head/finance/trytond_product_cost_fifo/Makefile head/finance/trytond_product_cost_history/Makefile head/finance/trytond_product_measurements/Makefile head/finance/trytond_product_price_list/Makefile head/finance/trytond_production/Makefile head/finance/trytond_project/Makefile head/finance/trytond_project_plan/Makefile head/finance/trytond_project_revenue/Makefile head/finance/trytond_purchase/Makefile head/finance/trytond_purchase_invoice_line_standalone/Makefile head/finance/trytond_purchase_shipment_cost/Makefile head/finance/trytond_sale/Makefile head/finance/trytond_sale_opportunity/Makefile head/finance/trytond_sale_price_list/Makefile head/finance/trytond_sale_shipment_cost/Makefile head/finance/trytond_stock/Makefile head/finance/trytond_stock_forecast/Makefile head/finance/trytond_stock_inventory_location/Makefile head/finance/trytond_stock_location_sequence/Makefile head/finance/trytond_stock_lot/Makefile head/finance/trytond_stock_product_location/Makefile head/finance/trytond_stock_split/Makefile head/finance/trytond_stock_supply/Makefile head/finance/trytond_stock_supply_day/Makefile head/finance/trytond_stock_supply_forecast/Makefile head/finance/trytond_stock_supply_production/Makefile head/finance/trytond_timesheet/Makefile head/finance/venice/Makefile head/finance/weberp/Makefile head/finance/wmstock/Makefile head/finance/xtrader/Makefile Modified: head/finance/R-cran-PerformanceAnalytics/Makefile ============================================================================== --- head/finance/R-cran-PerformanceAnalytics/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/R-cran-PerformanceAnalytics/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -18,4 +18,5 @@ RUN_DEPENDS= R-cran-zoo>0:${PORTSDIR}/ma USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/finance/R-cran-RFinanceYJ/Makefile ============================================================================== --- head/finance/R-cran-RFinanceYJ/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/R-cran-RFinanceYJ/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -17,4 +17,5 @@ RUN_DEPENDS= R-cran-XML>0:${PORTSDIR}/te USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/finance/R-cran-TTR/Makefile ============================================================================== --- head/finance/R-cran-TTR/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/R-cran-TTR/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -17,4 +17,5 @@ RUN_DEPENDS= R-cran-xts>=0.9.3:${PORTSDI USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/finance/R-cran-ccgarch/Makefile ============================================================================== --- head/finance/R-cran-ccgarch/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/R-cran-ccgarch/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -15,4 +15,5 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/finance/R-cran-fBasics/Makefile ============================================================================== --- head/finance/R-cran-fBasics/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/R-cran-fBasics/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -21,4 +21,5 @@ RUN_DEPENDS= R-cran-timeDate>0:${PORTSDI USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/finance/R-cran-fGarch/Makefile ============================================================================== --- head/finance/R-cran-fGarch/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/R-cran-fGarch/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -20,4 +20,5 @@ RUN_DEPENDS= R-cran-timeDate>0:${PORTSDI USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/finance/R-cran-gmm/Makefile ============================================================================== --- head/finance/R-cran-gmm/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/R-cran-gmm/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -18,4 +18,5 @@ RUN_DEPENDS= R-cran-sandwich>0:${PORTSDI USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/finance/R-cran-lmtest/Makefile ============================================================================== --- head/finance/R-cran-lmtest/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/R-cran-lmtest/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -19,4 +19,5 @@ RUN_DEPENDS= R-cran-zoo>=0:${PORTSDIR}/m USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/finance/R-cran-plm/Makefile ============================================================================== --- head/finance/R-cran-plm/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/R-cran-plm/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -21,4 +21,5 @@ RUN_DEPENDS= R-cran-bdsmatrix>0:${PORTSD USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/finance/R-cran-quantmod/Makefile ============================================================================== --- head/finance/R-cran-quantmod/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/R-cran-quantmod/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -20,4 +20,5 @@ RUN_DEPENDS= R-cran-Defaults>0:${PORTSDI USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/finance/R-cran-strucchange/Makefile ============================================================================== --- head/finance/R-cran-strucchange/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/R-cran-strucchange/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -18,4 +18,5 @@ RUN_DEPENDS= R-cran-zoo>0:${PORTSDIR}/ma USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/finance/R-cran-timeDate/Makefile ============================================================================== --- head/finance/R-cran-timeDate/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/R-cran-timeDate/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -16,4 +16,5 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/finance/R-cran-timeSeries/Makefile ============================================================================== --- head/finance/R-cran-timeSeries/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/R-cran-timeSeries/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -18,4 +18,5 @@ RUN_DEPENDS= R-cran-timeDate>=2150.95:${ USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/finance/R-cran-tseries/Makefile ============================================================================== --- head/finance/R-cran-tseries/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/R-cran-tseries/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -21,4 +21,5 @@ RUN_DEPENDS= R-cran-quadprog>0:${PORTSDI USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/finance/R-cran-urca/Makefile ============================================================================== --- head/finance/R-cran-urca/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/R-cran-urca/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -15,4 +15,5 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/finance/R-cran-vars/Makefile ============================================================================== --- head/finance/R-cran-vars/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/R-cran-vars/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -20,4 +20,5 @@ RUN_DEPENDS= R-cran-strucchange>0:${PORT USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/finance/aqbanking/Makefile ============================================================================== --- head/finance/aqbanking/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/aqbanking/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -38,6 +38,7 @@ USE_LDCONFIG= yes AQB_SHLIB_VER= 34 GWEN_SHLIB_VER= 60 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOXYGEN} Modified: head/finance/aqmoney/Makefile ============================================================================== --- head/finance/aqmoney/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/aqmoney/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,7 +1,4 @@ -# Ports collection makefile for: aqmoney -# Date created: April 15, 2003 -# Whom: Heiner Strauss -# +# Created by: Heiner Strauss # $FreeBSD$ PORTNAME= aqmoney @@ -18,4 +15,5 @@ GNU_CONFIGURE= yes MAN1= aqmoney.1 PLIST_FILES= bin/aqmoney +NO_STAGE= yes .include Modified: head/finance/beanie/Makefile ============================================================================== --- head/finance/beanie/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/beanie/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,9 +1,5 @@ -# New ports collection makefile for: beanie -# Date created: 15 October 2008 -# Whom: Dermot Tynan -# +# Created by: Dermot Tynan # $FreeBSD$ -# PORTNAME= beanie PORTVERSION= 0.8.2 @@ -18,6 +14,7 @@ BUILD_DEPENDS= dbow:${PORTSDIR}/database MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes post-patch: @${CP} ${WRKSRC}/beanie.mk.sample $(WRKSRC)/beanie.mk @${CP} ${WRKSRC}/tmac/lhead.sample.r ${WRKSRC}/tmac/lhead.r Modified: head/finance/cbb/Makefile ============================================================================== --- head/finance/cbb/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/cbb/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: cbb -# Date created: 24 September, 1998 -# Whom: kline -# +# Created by: kline # $FreeBSD$ -# PORTNAME= cbb DISTVERSION= 0.9.5b @@ -24,6 +20,7 @@ CONFIGURE_ARGS+=--with-perl=${PERL} \ WRKSRC= ${WRKDIR}/${PKGNAME:R} PLIST_SUB+= VERSION=${PORTVERSION:R:R} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|.aboutwin.frame.a.l6 ||' \ ${WRKSRC}/tcl/help.tcl Modified: head/finance/electrum/Makefile ============================================================================== --- head/finance/electrum/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/electrum/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -20,6 +20,7 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= Electrum +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \ ${WRKSRC}/setup.py ${WRKSRC}/lib/util.py Modified: head/finance/eqonomize-kde4/Makefile ============================================================================== --- head/finance/eqonomize-kde4/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/eqonomize-kde4/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -19,6 +19,7 @@ INSTALLS_ICONS= yes DATADIR= ${PREFIX}/share/apps/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc +NO_STAGE= yes post-patch: #Fix build with kdelibs>=4.5.0 ${REINPLACE_CMD} -e 's,V4.1.2-Based,V4.2-Based,g' \ Modified: head/finance/expense/Makefile ============================================================================== --- head/finance/expense/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/expense/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -21,4 +21,5 @@ WRKSRC= ${WRKDIR}/Expense PORTSCOUT= ignore:1 +NO_STAGE= yes .include Modified: head/finance/frontaccounting/Makefile ============================================================================== --- head/finance/frontaccounting/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/frontaccounting/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -29,6 +29,7 @@ SHAREGRP= ${WWWGRP} OPTIONS_DEFINE= APACHE LIGHTTPD MYSQL OPTIONS_DEFAULT= APACHE MYSQL +NO_STAGE= yes .include .if ${PORT_OPTIONS:MAPACHE} Modified: head/finance/gnofin/Makefile ============================================================================== --- head/finance/gnofin/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/gnofin/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/finance/gnucash-docs/Makefile ============================================================================== --- head/finance/gnucash-docs/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/gnucash-docs/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnucash-doc -# Date created: Sun Feb 16 2003 -# Whom: Glenn Johnson -# +# Created by: Glenn Johnson # $FreeBSD$ # $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $ -# PORTNAME= gnucash-docs PORTVERSION= 2.4.1 @@ -27,4 +23,5 @@ USE_GNOME= libxml2 gnomehier GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes .include Modified: head/finance/gnucash/Makefile ============================================================================== --- head/finance/gnucash/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/gnucash/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -58,6 +58,7 @@ GCONF_SCHEMAS= apps_gnucash_dialog_busin apps_gnucash_window_pages_account_tree.schemas \ apps_gnucash_window_pages_register.schemas +NO_STAGE= yes .include .if ${PORT_OPTIONS:MAQBANKING} Modified: head/finance/grisbi/Makefile ============================================================================== --- head/finance/grisbi/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/grisbi/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -27,6 +27,7 @@ MAN1= grisbi.1 CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/homebank/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -29,6 +29,7 @@ OPTIONS_DEFAULT=OFX OFX_LIB_DEPENDS= libofx.so:${PORTSDIR}/finance/libofx OFX_CONFIGURE_OFF= --without-ofx +NO_STAGE= yes .include post-extract: Modified: head/finance/jgnash/Makefile ============================================================================== --- head/finance/jgnash/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/jgnash/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,9 +1,5 @@ -# New ports collection makefile for: jgnash -# Date created: 2009-12-27 -# Whom: Bernhard Froehlich -# +# Created by: Bernhard Froehlich # $FreeBSD$ -# PORTNAME= jgnash PORTVERSION= 2.10.0 @@ -27,6 +23,7 @@ JAVA_VENDOR= openjdk NO_BUILD= yes +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR} @${CP} ${WRKSRC}/jgnash2.jar ${DATADIR} Modified: head/finance/kmymoney-kde4/Makefile ============================================================================== --- head/finance/kmymoney-kde4/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/kmymoney-kde4/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -32,6 +32,7 @@ USE_LDCONFIG= yes MAN1= kmymoney.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/finance/ktoblzcheck/Makefile ============================================================================== --- head/finance/ktoblzcheck/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/ktoblzcheck/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -19,6 +19,7 @@ MAN1= ktoblzcheck.1 OPTIONS_DEFINE= PYTHON +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPYTHON} Modified: head/finance/ledger/Makefile ============================================================================== --- head/finance/ledger/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/ledger/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ledger -# Date created: June 25th, 2005 -# Whom: wcarey -# +# Created by: wcarey # $FreeBSD$ -# PORTNAME= ledger PORTVERSION= 2.6.3 @@ -30,6 +26,7 @@ LDFLAGS+= -L${LOCALBASE}/lib NO_INSTALL_MANPAGES= yes INFO= ledger +NO_STAGE= yes post-install: ${MKDIR} ${EXAMPLESDIR} ${MKDIR} ${EXAMPLESDIR}/scripts Modified: head/finance/ledgersmb/Makefile ============================================================================== --- head/finance/ledgersmb/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/ledgersmb/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -20,6 +20,7 @@ USES= shebangfix perl5 SHEBANG_FILES= *.pl locale/*/*.pl bin/*/*.pl utils/*/*.pl SUB_FILES= ${PORTNAME}-httpd.conf pkg-message +NO_STAGE= yes do-install: @cd ${WRKDIR} ; \ ${TAR} -cf - ${PORTNAME} | ( cd ${PREFIX} ; ${TAR} xf - ) Modified: head/finance/ledgersmb12/Makefile ============================================================================== --- head/finance/ledgersmb12/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/ledgersmb12/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -23,6 +23,7 @@ USE_PERL5= run build patch SUB_FILES= pkg-message +NO_STAGE= yes .include post-patch: Modified: head/finance/libalkimia/Makefile ============================================================================== --- head/finance/libalkimia/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/libalkimia/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,4 +1,3 @@ -# Created by: Jason E. Hale # $FreeBSD$ PORTNAME= libalkimia @@ -24,6 +23,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|pkgconfig|../libdata/pkgconfig|' \ Modified: head/finance/libofx/Makefile ============================================================================== --- head/finance/libofx/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/libofx/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -38,6 +38,7 @@ PORTDOCS= * OPTIONS_DEFINE= APIDOC APIDOC_DESC= Install full API documentation +NO_STAGE= yes .include post-install: Modified: head/finance/libstocks/Makefile ============================================================================== --- head/finance/libstocks/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/libstocks/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -13,6 +13,7 @@ USE_LDCONFIG= yes REINPLACE_ARGS= -i "" MAKE_ENV= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's///' \ -e 's/__UNIX__/__unix__/' \ Modified: head/finance/moneymanagerex/Makefile ============================================================================== --- head/finance/moneymanagerex/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/moneymanagerex/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -27,6 +27,7 @@ CPPFLAGS+= -I${LOCALBASE}/include # he MAN1= ${PORTNAME}.1 MANCOMPRESSED= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/man1/s,$$(datadir),${MANPREFIX},' \ ${WRKSRC}/Makefile.in Modified: head/finance/mybudget/Makefile ============================================================================== --- head/finance/mybudget/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/mybudget/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,9 +1,5 @@ -# New ports collection makefile for: myBudget -# Date created: 2004 05 July -# Whom: Adam Weinberger -# +# Created by: Adam Weinberger # $FreeBSD$ -# PORTNAME= myBudget PORTVERSION= 0.60 @@ -18,6 +14,7 @@ NO_BUILD= yes USE_PYTHON= yes USE_GNOME= pygnome2 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|gobject.so|_gobject.so|' \ ${WRKSRC}/install.py Modified: head/finance/myphpmoney/Makefile ============================================================================== --- head/finance/myphpmoney/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/myphpmoney/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,7 +1,4 @@ -# New ports collection makefile for: myphpmoney -# Date created: Sun Mar 09, 2003 -# Whom: courou -# +# Created by: courou # $FreeBSD$ PORTNAME= myphpmoney @@ -25,6 +22,7 @@ NO_BUILD= yes PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,} +NO_STAGE= yes do-install: ${MKDIR} ${INSTALLDIR} cd ${WRKSRC}; ${FIND} . \ Modified: head/finance/openerp-server/Makefile ============================================================================== --- head/finance/openerp-server/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/openerp-server/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,9 +1,5 @@ -# New ports collection makefile for: openerp-server -# Date created: 27 February 2009 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= openerp-server PORTVERSION= 6.0.3 @@ -46,6 +42,7 @@ GROUPS= openerpd MAN1= openerp-server.1 MAN5= openerp_serverrc.5 +NO_STAGE= yes .include post-patch: Modified: head/finance/openerp-web/Makefile ============================================================================== --- head/finance/openerp-web/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/openerp-web/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,9 +1,5 @@ -# New ports collection makefile for: openerp-web -# Date created: 11 January 2010 -# Whom: Borja Lopez -# +# Created by: Borja Lopez # $FreeBSD$ -# PORTNAME= openerp-web PORTVERSION= 5.0.11 @@ -35,6 +31,7 @@ USE_RC_SUBR= openerp-web WRKSRC= ${WRKDIR}/openerp-web-${PORTVERSION} +NO_STAGE= yes post-install: @${INSTALL_DATA} ${FILESDIR}/openerp-web.conf ${PREFIX}/etc/openerp-web.conf.sample @${INSTALL_SCRIPT} ${FILESDIR}/openerp-web.wrapper ${PREFIX}/bin/openerp-web Modified: head/finance/openhbci/Makefile ============================================================================== --- head/finance/openhbci/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/openhbci/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,7 +1,4 @@ -# Ports collection makefile for: openhbci -# Date created: Jan 3, 2003 -# Whom: Heiner Strauss -# +# Created by: Heiner Strauss # $FreeBSD$ PORTNAME= openhbci @@ -18,4 +15,5 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-0.9.17 GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include Modified: head/finance/opentaxsolver/Makefile ============================================================================== --- head/finance/opentaxsolver/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/opentaxsolver/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -28,6 +28,7 @@ MAKE_ENV+= WITHOUT_X11=yes SUB_LIST+= X11="@comment " .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/%%PREFIX%%/${PREFIX:C,/,\/,g}/' \ ${WRKSRC}/src/GUI/ots_gui.c Modified: head/finance/p5-Business-CreditCard/Makefile ============================================================================== --- head/finance/p5-Business-CreditCard/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-CreditCard/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Business::CreditCard.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile ============================================================================== --- head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Business-MaxMind-CreditCardFraudDetection -# Date created: Thu Jan 10 16:13:05 EST 2008 -# Whom: Vivek Khera -# +# Created by: Vivek Khera # $FreeBSD$ -# PORTNAME= Business-MaxMind-CreditCardFraudDetection PORTVERSION= 1.54 @@ -42,4 +38,5 @@ PLIST_DIRS= \ %%SITE_PERL%%/Business/MaxMind \ %%SITE_PERL%%/Business +NO_STAGE= yes .include Modified: head/finance/p5-Business-OCV/Makefile ============================================================================== --- head/finance/p5-Business-OCV/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-OCV/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -14,4 +14,5 @@ COMMENT= Interface to the Ingenico OCV S USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include Modified: head/finance/p5-Business-OnlinePayment-2CheckOut/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment-2CheckOut/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-OnlinePayment-2CheckOut/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -21,6 +21,7 @@ USE_PERL5= configure patch MAN3= Business::OnlinePayment::2CheckOut.3 +NO_STAGE= yes post-patch: ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \ -e '$$_="" if /use 5/;' \ Modified: head/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -25,4 +25,5 @@ MAN3= Business::OnlinePayment::Authoriz Business::OnlinePayment::AuthorizeNet::AIM::ErrorCodes.3 \ Business::OnlinePayment::AuthorizeNet::ARB.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-OnlinePayment-BankOfAmerica/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment-BankOfAmerica/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-OnlinePayment-BankOfAmerica/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Business::OnlinePayment::BankOfAmerica.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-OnlinePayment-Beanstream/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment-Beanstream/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-OnlinePayment-Beanstream/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Business::OnlinePayment::Beanstream.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-OnlinePayment-Cardstream/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment-Cardstream/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-OnlinePayment-Cardstream/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Business::OnlinePayment::Cardstream.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-OnlinePayment-Jettis/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment-Jettis/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-OnlinePayment-Jettis/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Business::OnlinePayment::Jettis.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-OnlinePayment-LinkPoint/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment-LinkPoint/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-OnlinePayment-LinkPoint/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Business::OnlinePayment::LinkPoint.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Business::OnlinePayment::MerchantCommerce.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-OnlinePayment-Network1Financial/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment-Network1Financial/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-OnlinePayment-Network1Financial/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Business::OnlinePayment::Network1Financial.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-OnlinePayment-OCV/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment-OCV/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-OnlinePayment-OCV/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Business::OnlinePayment::OCV -# Date created: 17 December 2003 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ -# PORTNAME= Business-OnlinePayment-OCV PORTVERSION= 0.01 @@ -24,4 +20,5 @@ USE_PERL5= configure MAN3= Business::OnlinePayment::OCV.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-OnlinePayment-PayConnect/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment-PayConnect/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-OnlinePayment-PayConnect/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Business::OnlinePayment::PayConnect.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-OnlinePayment-PaymenTech/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment-PaymenTech/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-OnlinePayment-PaymenTech/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -21,4 +21,5 @@ USE_PERL5= configure MAN3= Business::OnlinePayment::PaymenTech.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-OnlinePayment-PaymentsGateway/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment-PaymentsGateway/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-OnlinePayment-PaymentsGateway/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Business::OnlinePayment::PaymentsGateway.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-OnlinePayment-SurePay/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment-SurePay/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-OnlinePayment-SurePay/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -19,6 +19,7 @@ USE_PERL5= configure patch MAN3= Business::OnlinePayment::SurePay.3 +NO_STAGE= yes post-patch: ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \ -e '$$_="" if /use 5/;' \ Modified: head/finance/p5-Business-OnlinePayment-TCLink/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment-TCLink/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-OnlinePayment-TCLink/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -21,4 +21,5 @@ USE_PERL5= configure MAN3= Business::OnlinePayment::TCLink.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-OnlinePayment-VirtualNet/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment-VirtualNet/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-OnlinePayment-VirtualNet/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -24,4 +24,5 @@ USE_PERL5= configure MAN3= Business::OnlinePayment::VirtualNet.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-OnlinePayment-eSec/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment-eSec/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-OnlinePayment-eSec/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Business::OnlinePayment::eSec.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Business::OnlinePayment::iAuthorizer -# Date created: 17 December 2003 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ -# PORTNAME= Business-OnlinePayment-iAuthorizer PORTVERSION= 0.2.1 @@ -25,4 +21,5 @@ USE_PERL5= configure MAN3= Business::OnlinePayment::iAuthorizer.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-OnlinePayment/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-OnlinePayment/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -26,4 +26,5 @@ MAN3= Business::OnlinePayment.3 \ Business::FraudDetect::preCharge.3 \ Business::OnlinePayment::HTTPS.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-PayPal-IPN/Makefile ============================================================================== --- head/finance/p5-Business-PayPal-IPN/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-PayPal-IPN/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Business-PayPal-IPN -# Date created: 08 September 2008 -# Whom: TAKAHASHI Kaoru -# +# Created by: TAKAHASHI Kaoru # $FreeBSD$ -# PORTNAME= Business-PayPal-IPN PORTVERSION= 1.94 @@ -24,4 +20,5 @@ USE_PERL5= configure MAN3= Business::PayPal::IPN.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-Stripe/Makefile ============================================================================== --- head/finance/p5-Business-Stripe/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-Stripe/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -22,4 +22,5 @@ USE_PERL5= configure MAN3= Business::Stripe.3 Business::README.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-TW-Invoice-U420/Makefile ============================================================================== --- head/finance/p5-Business-TW-Invoice-U420/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-TW-Invoice-U420/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Business::TW::Invoice::U420.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-TW-TSIB-CStorePayment/Makefile ============================================================================== --- head/finance/p5-Business-TW-TSIB-CStorePayment/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-TW-TSIB-CStorePayment/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Business::TW::TSIB::CStorePayment.3 +NO_STAGE= yes .include Modified: head/finance/p5-Business-TW-TSIB-VirtualAccount/Makefile ============================================================================== --- head/finance/p5-Business-TW-TSIB-VirtualAccount/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-TW-TSIB-VirtualAccount/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -22,4 +22,5 @@ MAN3= Business::TW::TSIB::VirtualAccoun WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/b//} +NO_STAGE= yes .include Modified: head/finance/p5-Business-WorldPay-Junior/Makefile ============================================================================== --- head/finance/p5-Business-WorldPay-Junior/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Business-WorldPay-Junior/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -20,6 +20,7 @@ USE_PERL5= configure patch MAN3= Business::WorldPay::Junior.3 +NO_STAGE= yes post-patch: @${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \ -e '$$_="" if /use 5/;' \ Modified: head/finance/p5-Data-Currency/Makefile ============================================================================== --- head/finance/p5-Data-Currency/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Data-Currency/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -26,4 +26,5 @@ USE_PERL5= configure MAN3= Data::Currency.3 +NO_STAGE= yes .include Modified: head/finance/p5-Finance-Amortization/Makefile ============================================================================== --- head/finance/p5-Finance-Amortization/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Finance-Amortization/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Class-Gomor -# Date created: 3 Jan 2007 -# Whom: Christopher Boumenot -# +# Created by: Christopher Boumenot # $FreeBSD$ -# PORTNAME= Finance-Amortization PORTVERSION= 0.5 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= Finance::Amortization.3 +NO_STAGE= yes .include Modified: head/finance/p5-Finance-Bitcoin/Makefile ============================================================================== --- head/finance/p5-Finance-Bitcoin/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Finance-Bitcoin/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Finance-Bitcoin -# Date created: 2011-04-02 -# Whom: Steven Kreuzer -# +# Created by: Steven Kreuzer # $FreeBSD$ -# PORTNAME= Finance-Bitcoin PORTVERSION= 0.004 @@ -30,6 +26,7 @@ MAN3= Finance::Bitcoin::API.3 \ Finance::Bitcoin::Wallet.3 \ Finance::Bitcoin.3 +NO_STAGE= yes .include post-patch: Modified: head/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile ============================================================================== --- head/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Finance::Currency::Convert::WebserviceX.3 +NO_STAGE= yes .include Modified: head/finance/p5-Finance-Currency-Convert-XE/Makefile ============================================================================== --- head/finance/p5-Finance-Currency-Convert-XE/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Finance-Currency-Convert-XE/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -24,6 +24,7 @@ USE_PERL5= configure MAN3= Finance::Currency::Convert::XE.3 PORTDOCS= Changes README +NO_STAGE= yes .include post-install: Modified: head/finance/p5-Finance-Currency-Convert/Makefile ============================================================================== --- head/finance/p5-Finance-Currency-Convert/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Finance-Currency-Convert/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Finance::Currency::Convert.3 +NO_STAGE= yes .include Modified: head/finance/p5-Finance-Quote/Makefile ============================================================================== --- head/finance/p5-Finance-Quote/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Finance-Quote/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -70,6 +70,7 @@ MAN3= Finance::Quote.3 \ Finance::Quote::Yahoo::USA.3 \ Finance::Quote::ZA.3 +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC}/lib/Finance/ -name '*.orig' -delete Modified: head/finance/p5-Finance-QuoteHist/Makefile ============================================================================== --- head/finance/p5-Finance-QuoteHist/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Finance-QuoteHist/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -37,4 +37,5 @@ MAN3= Finance::QuoteHist.3 \ Finance::QuoteHist::Yahoo.3 \ Finance::QuoteHist::Yahoo::Australia.3 +NO_STAGE= yes .include Modified: head/finance/p5-Finance-QuoteTW/Makefile ============================================================================== --- head/finance/p5-Finance-QuoteTW/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Finance-QuoteTW/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,4 +1,3 @@ -# Ports collection makefile for: p5-Finance-QuoteTW # Created by: chinsan # $FreeBSD$ @@ -35,4 +34,5 @@ MAN3= Finance::QuoteTW.3 \ Finance::QuoteTW::Schroders.3 \ Finance::QuoteTW::Tisc.3 +NO_STAGE= yes .include Modified: head/finance/p5-Finance-TW-EmergingQuote/Makefile ============================================================================== --- head/finance/p5-Finance-TW-EmergingQuote/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Finance-TW-EmergingQuote/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,5 +1,3 @@ -# ex:ts=8 -# Ports collection makefile for: Finance::TW::EmergingQuote # Created by: ijliao # $FreeBSD$ @@ -20,4 +18,5 @@ USE_PERL5= configure MAN3= Finance::TW::EmergingQuote.3 +NO_STAGE= yes .include Modified: head/finance/p5-Finance-TW-TSEQuote/Makefile ============================================================================== --- head/finance/p5-Finance-TW-TSEQuote/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Finance-TW-TSEQuote/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,5 +1,3 @@ -# ex:ts=8 -# Ports collection makefile for: Finance::TW::TSEQuote # Created by: ijliao # $FreeBSD$ @@ -28,4 +26,5 @@ USE_PERL5= configure MAN1= pfq.1 MAN3= Finance::TW::TSEQuote.3 +NO_STAGE= yes .include Modified: head/finance/p5-Finance-YahooQuote/Makefile ============================================================================== --- head/finance/p5-Finance-YahooQuote/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Finance-YahooQuote/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Finance::YahooQuote -# Date created: 2009-10-06 -# Whom: Yen-Ming Lee -# +# Created by: Yen-Ming Lee # $FreeBSD$ -# PORTNAME= Finance-YahooQuote PORTVERSION= 0.24 @@ -24,4 +20,5 @@ USE_PERL5= configure MAN1= yahooquote.1 MAN3= Finance::YahooQuote.3 +NO_STAGE= yes .include Modified: head/finance/p5-Locale-Currency-Format/Makefile ============================================================================== --- head/finance/p5-Locale-Currency-Format/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Locale-Currency-Format/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -18,4 +18,5 @@ LICENSE= ART20 GPLv1 MAN3= Locale::Currency::Format.3 +NO_STAGE= yes .include Modified: head/finance/p5-Math-Financial/Makefile ============================================================================== --- head/finance/p5-Math-Financial/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-Math-Financial/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Math-Financial -# Date created: Wed Jan 3 11:00:59 2001 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= Math-Financial PORTVERSION= 0.76 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= Math::Financial.3 +NO_STAGE= yes .include Modified: head/finance/p5-PayflowPro/Makefile ============================================================================== --- head/finance/p5-PayflowPro/Makefile Fri Sep 20 17:17:44 2013 (r327726) +++ head/finance/p5-PayflowPro/Makefile Fri Sep 20 17:18:38 2013 (r327727) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-PayflowPro -# Date created: Wed Oct 24 10:09:12 EDT 2007 -# Whom: Vivek Khera -# +# Created by: Vivek Khera # $FreeBSD$ -# PORTNAME= PayflowPro PORTVERSION= 3101 @@ -21,6 +17,7 @@ BUILD_DEPENDS+= p5-libwww>0.0:${PORTSDIR USES= perl5 USE_PERL5= configure *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 17:21:26 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 90AE59CC; Fri, 20 Sep 2013 17:21:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C1F324C9; Fri, 20 Sep 2013 17:21:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KHLQbe086413; Fri, 20 Sep 2013 17:21:26 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KHLKV3086344; Fri, 20 Sep 2013 17:21:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201721.r8KHLKV3086344@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 17:21:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327728 - in head/french: acroread8 acroread9 alphabet_sounds_fr aspell aster belote calligra-l10n dico eficas eric4 facturier fortune-mod-zarathoustra geonext gfaim gimp-help homard hu... 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.14 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: Fri, 20 Sep 2013 17:21:26 -0000 Author: bapt Date: Fri Sep 20 17:21:20 2013 New Revision: 327728 URL: http://svnweb.freebsd.org/changeset/ports/327728 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: french) Modified: head/french/acroread8/Makefile head/french/acroread9/Makefile head/french/alphabet_sounds_fr/Makefile head/french/aspell/Makefile head/french/aster/Makefile head/french/belote/Makefile head/french/calligra-l10n/Makefile head/french/dico/Makefile head/french/eficas/Makefile head/french/eric4/Makefile head/french/facturier/Makefile head/french/fortune-mod-zarathoustra/Makefile head/french/geonext/Makefile head/french/gfaim/Makefile head/french/gimp-help/Makefile head/french/homard/Makefile head/french/hunspell/Makefile head/french/hyphen/Makefile head/french/ispell/Makefile head/french/jdictionary-fre-hun/Makefile head/french/kde4-l10n/Makefile head/french/libreoffice/Makefile head/french/med/Makefile head/french/mythes/Makefile head/french/php_doc/Makefile head/french/trytond_account_fr/Makefile head/french/tvdownloader/Makefile head/french/verbiste/Makefile Modified: head/french/acroread8/Makefile ============================================================================== --- head/french/acroread8/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/acroread8/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: french/acroread8 -# Date created: 27 December 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# CATEGORIES= french print linux @@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= FRA +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/french/acroread9/Makefile ============================================================================== --- head/french/acroread9/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/acroread9/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: french/acroread9 -# Date created: 28 March 2009 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PORTVERSION= 9.4.2 PORTREVISION= 1 @@ -14,4 +10,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= FRA +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/french/alphabet_sounds_fr/Makefile ============================================================================== --- head/french/alphabet_sounds_fr/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/alphabet_sounds_fr/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -1,6 +1,4 @@ -# New ports collection makefile for: alphabet_sounds_fr -# Date created: 6 July 2004 -# Whom: bruno +# Created by: bruno # $FreeBSD$ PORTNAME= alphabet_sounds_fr @@ -18,6 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g " ${WRKSRC}/install.sh Modified: head/french/aspell/Makefile ============================================================================== --- head/french/aspell/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/aspell/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fr-aspell -# Date created: 15 January 2002 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= aspell DISTVERSION= -fr-0.50-3 @@ -16,5 +12,6 @@ COMMENT= Aspell French dictionaries DICT= fr +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/french/aster/Makefile ============================================================================== --- head/french/aster/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/aster/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -9,6 +9,7 @@ MAINTAINER= thierry@FreeBSD.org COMMENT= Code_Aster finite element method solver #----------------------------------------------------------------------- +NO_STAGE= yes # You may define these options: # # - FFLAGS: fortan compiler's flags (-O2 by default); Modified: head/french/belote/Makefile ============================================================================== --- head/french/belote/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/belote/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -27,6 +27,7 @@ DESKTOP_ENTRIES="Belote" \ "" \ false +NO_STAGE= yes post-extract: @${UNZIP_CMD} -qo ${WRKSRC}/data.bin rsc/vp.gif -d ${WRKSRC} Modified: head/french/calligra-l10n/Makefile ============================================================================== --- head/french/calligra-l10n/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/calligra-l10n/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -9,5 +9,6 @@ COMMENT= French messages and documentati CALLIGRA_L10N= fr +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/french/dico/Makefile ============================================================================== --- head/french/dico/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/dico/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dico -# Date created: 11 October 2000 -# Whom: Cyrille Lefevre -# +# Created by: Cyrille Lefevre # $FreeBSD$ -# PORTNAME= dico PORTVERSION= 1.1 @@ -32,6 +28,7 @@ REINPLACE_SUB= PREFIX=${PREFIX} # Post-patch # +NO_STAGE= yes post-patch: @${REINPLACE_CMD} ${REINPLACE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${WRKSRC}/sources/dico.c Modified: head/french/eficas/Makefile ============================================================================== --- head/french/eficas/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/eficas/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -44,6 +44,7 @@ FIXUBIN= Openturns_Study/prefs_OPENTURNS Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py.in \ Aster/prefs_ASTER.py +NO_STAGE= yes pre-configure: .for FILE in ${FIXSHQT4} ${REINPLACE_CMD} -e "s|/usr/bin/sh|/bin/sh|" ${WRKSRC}/InterfaceQT4/${FILE} Modified: head/french/eric4/Makefile ============================================================================== --- head/french/eric4/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/eric4/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -5,4 +5,5 @@ CATEGORIES= french devel python I18N_LANG= fr +NO_STAGE= yes .include "${.CURDIR}/../../devel/eric4/Makefile.inc" Modified: head/french/facturier/Makefile ============================================================================== --- head/french/facturier/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/facturier/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -46,6 +46,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message TRASHFILES= lib/Conf.pm~ cgi-bin/.articlemodif.cgi.swp lib/.Conf.pm.swp \ html/UNGI/Editfacturemaj.pm.back html/temp/log_facture.gif.back +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "Vous pouvez définir trois variables :" Modified: head/french/fortune-mod-zarathoustra/Makefile ============================================================================== --- head/french/fortune-mod-zarathoustra/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/fortune-mod-zarathoustra/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -14,6 +14,7 @@ SUB_FILES= pkg-message STRCMD= /usr/games/strfile +NO_STAGE= yes pre-build: .if !exists(${STRCMD}) @${ECHO_MSG} "Please install the games distribution" Modified: head/french/geonext/Makefile ============================================================================== --- head/french/geonext/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/geonext/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fr-geonext -# Date created: 24 July 2003 -# Whom: Andreas Fehlner (fehlner@gmx.de) -# +# Created by: Andreas Fehlner (fehlner@gmx.de) # $FreeBSD$ -# PORTREVISION= 1 CATEGORIES= french @@ -14,4 +10,5 @@ COMMENT= Interactive (dynamic) elementar WITH_LANG= fr MASTERDIR= ${.CURDIR}/../../math/geonext +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/french/gfaim/Makefile ============================================================================== --- head/french/gfaim/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/gfaim/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gfaim -# Date created: Monday 27 May 2002 -# Whom: Clement Laforet -# +# Created by: Clement Laforet # $FreeBSD$ -# PORTNAME= gfaim PORTVERSION= 0.30 @@ -29,4 +25,5 @@ PORTDOCS= legal.txt lisezmoi.txt MAKE_ENV+= NOPORTDOCS=yes .endif +NO_STAGE= yes .include Modified: head/french/gimp-help/Makefile ============================================================================== --- head/french/gimp-help/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/gimp-help/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gimp-help -# Date created: 10th April 2010 -# Whom: SimaMoto,RyoTa -# +# Created by: SimaMoto,RyoTa # $FreeBSD$ -# CATEGORIES= french graphics @@ -15,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../../misc/gimp-he DOCLANG= fr AMPLE= "@comment " +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/french/homard/Makefile ============================================================================== --- head/french/homard/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/homard/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -40,6 +40,7 @@ DOCS= A_Lire.txt Readme.txt PLIST_SUB= HOMARDDIR=${LHOMARDDIR} AHPY=${LHOMARDDIR}/${AHPY} \ UNAMES=${OPSYS} HOMARDPG=${HOMARDPG} ASTER_TOOLS=${ASTER_TOOLS} +NO_STAGE= yes .include pre-configure: Modified: head/french/hunspell/Makefile ============================================================================== --- head/french/hunspell/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/hunspell/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -1,9 +1,4 @@ -# New ports collection makefile for: hunspell -# Date created: 2011-07-20 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= hunspell PORTVERSION= 4.6 @@ -29,6 +24,7 @@ PLIST_FILES+= %%DATADIR%%/${ALIAS}.aff \ %%DATADIR%%/${ALIAS}.dic .endfor +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/fr-moderne.aff ${DATADIR}/fr_FR.aff Modified: head/french/hyphen/Makefile ============================================================================== --- head/french/hyphen/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/hyphen/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -22,6 +22,7 @@ FRALIASES= fr_FR fr_BE fr_CA fr_CH fr_LU PLIST_FILES+= %%DATADIR%%/hyph_${ALIAS}.dic .endfor +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hyph_fr.dic ${DATADIR}/ Modified: head/french/ispell/Makefile ============================================================================== --- head/french/ispell/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/ispell/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fr-ispell -# Date created: 10 February 2000 -# Whom: Alexander Langer -# +# Created by: Alexander Langer # $FreeBSD$ -# MAINTAINER= office@FreeBSD.org @@ -12,4 +8,5 @@ PORTVERSION= 1.4 CATEGORIES= french MASTERDIR= ${.CURDIR}/../../textproc/ispell +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/french/jdictionary-fre-hun/Makefile ============================================================================== --- head/french/jdictionary-fre-hun/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/jdictionary-fre-hun/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -12,4 +12,5 @@ COMMENT= JDictionary plugin: French-Hung MASTERDIR= ${.CURDIR}/../../textproc/jdictionary +NO_STAGE= yes .include "${MASTERDIR}/Makefile.plugin" Modified: head/french/kde4-l10n/Makefile ============================================================================== --- head/french/kde4-l10n/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/kde4-l10n/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -11,6 +11,7 @@ COMMENT= French messages and documentati KDE4_L10N= fr MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" Modified: head/french/libreoffice/Makefile ============================================================================== --- head/french/libreoffice/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/libreoffice/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -4,6 +4,7 @@ LO_I18N= fr LO_HAS_HELPPACK= yes CATEGORIES= french editors +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include Modified: head/french/med/Makefile ============================================================================== --- head/french/med/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/med/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -37,6 +37,7 @@ TST2FIX= c f PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes pre-configure: .for ext in am in . if defined(NOPORTDOCS) Modified: head/french/mythes/Makefile ============================================================================== --- head/french/mythes/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/mythes/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -26,6 +26,7 @@ PLIST_FILES+= %%DATADIR%%/th_${ALIAS}_v2 %%DATADIR%%/th_${ALIAS}_v2.idx .endfor +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/thes_fr.dat ${DATADIR}/th_fr_FR_v2.dat Modified: head/french/php_doc/Makefile ============================================================================== --- head/french/php_doc/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/php_doc/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -1,13 +1,10 @@ -# New ports collection makefile for: fr-php_doc -# Date created: Sun Apr 29 15:38:47 CEST 2001 -# Whom: Dirk Froemberg -# +# Created by: Dirk Froemberg # $FreeBSD$ -# CATEGORIES= french lang PKGNAMEPREFIX= PHP_LANG= fr MASTERDIR= ${.CURDIR}/../../lang/php_doc +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/french/trytond_account_fr/Makefile ============================================================================== --- head/french/trytond_account_fr/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/trytond_account_fr/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -18,4 +18,5 @@ CONFLICTS= trytond_account_fr-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install +NO_STAGE= yes .include Modified: head/french/tvdownloader/Makefile ============================================================================== --- head/french/tvdownloader/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/tvdownloader/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tvdownloader -# Date created: Fri 19 dec 2010 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= tvdownloader PORTVERSION= 0.7.2 @@ -29,6 +25,7 @@ ALL_TARGET= build LICENSE= GPLv2 +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' \ ${WRKSRC}/tvdownloader.sh Modified: head/french/verbiste/Makefile ============================================================================== --- head/french/verbiste/Makefile Fri Sep 20 17:18:38 2013 (r327727) +++ head/french/verbiste/Makefile Fri Sep 20 17:21:20 2013 (r327728) @@ -25,6 +25,7 @@ MAN1= french-conjugator.1 french-deconj MAN3= verbiste.3 MANLANG= "" fr +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGTK2} From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 17:23:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1CB9CACB; Fri, 20 Sep 2013 17:23:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 07FA424DE; Fri, 20 Sep 2013 17:23:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KHNXKN088423; Fri, 20 Sep 2013 17:23:33 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KHNJhF088273; Fri, 20 Sep 2013 17:23:19 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201723.r8KHNJhF088273@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 17:23:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327729 - in head/ftp: R-cran-RCurl atftp axel bareftp bbftp bftpd bsdftpd-ssl cftp cmdftp curl curl-hiphop curlpp dmachine fget filezilla fmirror fpc-libcurl frox ftpcopy ftpcube ftpfi... 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.14 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: Fri, 20 Sep 2013 17:23:34 -0000 Author: bapt Date: Fri Sep 20 17:23:18 2013 New Revision: 327729 URL: http://svnweb.freebsd.org/changeset/ports/327729 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: ftp) Modified: head/ftp/R-cran-RCurl/Makefile head/ftp/atftp/Makefile head/ftp/axel/Makefile head/ftp/bareftp/Makefile head/ftp/bbftp/Makefile head/ftp/bftpd/Makefile head/ftp/bsdftpd-ssl/Makefile head/ftp/cftp/Makefile head/ftp/cmdftp/Makefile head/ftp/curl-hiphop/Makefile head/ftp/curl/Makefile head/ftp/curlpp/Makefile head/ftp/dmachine/Makefile head/ftp/fget/Makefile head/ftp/filezilla/Makefile head/ftp/fmirror/Makefile head/ftp/fpc-libcurl/Makefile head/ftp/frox/Makefile head/ftp/ftpcopy/Makefile head/ftp/ftpcube/Makefile head/ftp/ftpfind/Makefile head/ftp/ftplib/Makefile head/ftp/ftplocate/Makefile head/ftp/ftpmirror/Makefile head/ftp/ftpproxy/Makefile head/ftp/ftpsesame/Makefile head/ftp/ftpsync/Makefile head/ftp/gftp/Makefile head/ftp/gnusget/Makefile head/ftp/gnustep-ftp/Makefile head/ftp/gstreamer1-plugins-curl/Makefile head/ftp/gwget/Makefile head/ftp/horde-gollem/Makefile head/ftp/horde3-gollem/Makefile head/ftp/hs-curl/Makefile head/ftp/hsftp/Makefile head/ftp/jftp/Makefile head/ftp/jftpgw/Makefile head/ftp/lftp/Makefile head/ftp/linux-f10-curl/Makefile head/ftp/llnlxdir/Makefile head/ftp/llnlxftp/Makefile head/ftp/mirror/Makefile head/ftp/multiget/Makefile head/ftp/ncftp1/Makefile head/ftp/ncftp2/Makefile head/ftp/ncftp3/Makefile head/ftp/ncftpd/Makefile head/ftp/net2ftp/Makefile head/ftp/ocaml-ocurl/Makefile head/ftp/oftpd/Makefile head/ftp/omi/Makefile head/ftp/p5-File-Fetch/Makefile head/ftp/p5-Net-FTP-Common/Makefile head/ftp/p5-Net-FTP-Recursive/Makefile head/ftp/p5-Net-FTPSSL/Makefile head/ftp/p5-Net-FTPServer/Makefile head/ftp/p5-POE-Component-Client-FTP/Makefile head/ftp/p5-SOAP-Transport-FTP/Makefile head/ftp/paraget/Makefile head/ftp/pavuk/Makefile head/ftp/pear-Net_FTP/Makefile head/ftp/pftpd/Makefile head/ftp/php5-curl/Makefile head/ftp/php5-ftp/Makefile head/ftp/php52-curl/Makefile head/ftp/php52-ftp/Makefile head/ftp/php53-curl/Makefile head/ftp/php53-ftp/Makefile head/ftp/php55-curl/Makefile head/ftp/php55-ftp/Makefile head/ftp/phpwebftp/Makefile head/ftp/plasma-applet-ftpmonitor/Makefile head/ftp/proftpd/Makefile head/ftp/profxp/Makefile head/ftp/puf/Makefile head/ftp/pure-ftpd/Makefile head/ftp/pureadmin/Makefile head/ftp/py-curl/Makefile head/ftp/py-ftputil/Makefile head/ftp/py-pyftpdlib/Makefile head/ftp/py-tftpy/Makefile head/ftp/quftp/Makefile head/ftp/rexx-curl/Makefile head/ftp/rubygem-curb/Makefile head/ftp/scythia/Makefile head/ftp/smbftpd/Makefile head/ftp/spegla/Makefile head/ftp/tftp-hpa/Makefile head/ftp/tnftp/Makefile head/ftp/tnftpd/Makefile head/ftp/twoftpd/Makefile head/ftp/uftp/Makefile head/ftp/urlgfe/Makefile head/ftp/vsftpd-ext/Makefile head/ftp/vsftpd/Makefile head/ftp/waiho/Makefile head/ftp/weex/Makefile head/ftp/wget/Makefile head/ftp/wmget/Makefile head/ftp/wput/Makefile head/ftp/wxdfast/Makefile head/ftp/wzdftpd/Makefile head/ftp/yafc/Makefile Modified: head/ftp/R-cran-RCurl/Makefile ============================================================================== --- head/ftp/R-cran-RCurl/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/R-cran-RCurl/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -19,4 +19,5 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/ftp/atftp/Makefile ============================================================================== --- head/ftp/atftp/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/atftp/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -22,4 +22,5 @@ PLIST_FILES= bin/atftp \ MAN1= atftp.1 MAN8= atftpd.8 +NO_STAGE= yes .include Modified: head/ftp/axel/Makefile ============================================================================== --- head/ftp/axel/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/axel/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -18,6 +18,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --man OPTIONS_DEFINE= NLS DEBUG +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/ftp/bareftp/Makefile ============================================================================== --- head/ftp/bareftp/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/bareftp/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -27,6 +27,7 @@ MAN1= bareftp.1 OPTIONS_DEFINE= GNOMEKEYRING NLS OPTIONS_DEFAULT= GNOMEKEYRING +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGNOMEKEYRING} Modified: head/ftp/bbftp/Makefile ============================================================================== --- head/ftp/bbftp/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/bbftp/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -19,6 +19,7 @@ USE_RC_SUBR= bbftpd MAN1= bbftp.1 bbftpd.1 +NO_STAGE= yes do-configure: ${CP} -f ${TEMPLATES}/config.guess ${WRKSRC} ${CP} -f ${TEMPLATES}/config.sub ${WRKSRC} Modified: head/ftp/bftpd/Makefile ============================================================================== --- head/ftp/bftpd/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/bftpd/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -20,6 +20,7 @@ PLIST_FILES= sbin/${PORTNAME} etc/${PORT MAN8= bftpd.8 PORTDOCS= en pl sk +NO_STAGE= yes .include .if ${OSVERSION} < 900000 Modified: head/ftp/bsdftpd-ssl/Makefile ============================================================================== --- head/ftp/bsdftpd-ssl/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/bsdftpd-ssl/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -21,6 +21,7 @@ USE_OPENSSL= yes MAKE_ENV+= OBJFORMAT=elf +NO_STAGE= yes .include # Client only part Modified: head/ftp/cftp/Makefile ============================================================================== --- head/ftp/cftp/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/cftp/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cftp -# Date created: 14 October 1997 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= cftp PORTVERSION= 0.12 @@ -21,4 +17,5 @@ CONFIGURE_ARGS= --enable-sftp PLIST_FILES= bin/cftp INFO= cftp +NO_STAGE= yes .include Modified: head/ftp/cmdftp/Makefile ============================================================================== --- head/ftp/cmdftp/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/cmdftp/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -16,4 +16,5 @@ MAN1= ${PORTNAME}.1 PLIST_FILES= bin/cmdftp +NO_STAGE= yes .include Modified: head/ftp/curl-hiphop/Makefile ============================================================================== --- head/ftp/curl-hiphop/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/curl-hiphop/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -21,6 +21,7 @@ DESCR= ${.CURDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../curl +NO_STAGE= yes do-install: .for dir in include lib @cd ${WRKSRC}/${dir} && \ Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/curl/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -71,6 +71,7 @@ MAN3= curl_easy_cleanup.3 curl_easy_dup SLAVEDIRS= ftp/curl-hiphop +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCA_BUNDLE} && !${PORT_OPTIONS:MOPENSSL} Modified: head/ftp/curlpp/Makefile ============================================================================== --- head/ftp/curlpp/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/curlpp/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -26,6 +26,7 @@ BOOST_RUN_DEPENDS= ${BOOST_BUILD_DEPENDS BOOST_CONFIGURE_ON= --with-boost=${LOCALBASE} BOOST_CONFIGURE_OFF= --without-boost +NO_STAGE= yes .include post-patch: Modified: head/ftp/dmachine/Makefile ============================================================================== --- head/ftp/dmachine/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/dmachine/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: dmachine -# Date Created: Dec 15, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= dmachine PORTVERSION= 0.24 @@ -20,6 +15,7 @@ USE_JAVA= yes NO_BUILD= yes SUB_FILES= dmachine.sh +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/dmachine.sh ${PREFIX}/bin/dmachine @${MKDIR} ${DATADIR} Modified: head/ftp/fget/Makefile ============================================================================== --- head/ftp/fget/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/fget/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# Ports collection makefile for: fget -# Date created: 27 January 2002 -# Whom: Dmitry Sivachenko -# +# Created by: Dmitry Sivachenko # $FreeBSD$ -# PORTNAME= fget PORTVERSION= 1.3.3 @@ -30,4 +26,5 @@ MLINKS= ftp_connect.3 ftp_login.3 ftp_co ftp_site.3 ftp_site_open.3 ftp_stat.3 ftp_lstat.3 \ ftp_systype.3 ftp_status.3 ftp_whoami.3 ftp_get_host.3 +NO_STAGE= yes .include Modified: head/ftp/filezilla/Makefile ============================================================================== --- head/ftp/filezilla/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/filezilla/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,6 +1,5 @@ # Created by: alepulver # $FreeBSD$ -# PORTNAME= filezilla PORTVERSION= 3.6.0.2 @@ -40,6 +39,7 @@ MAN5= fzdefaults.xml.5 OPTIONS_DEFINE= DBUS NLS OPTIONS_DEFAULT=DBUS NLS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDBUS} Modified: head/ftp/fmirror/Makefile ============================================================================== --- head/ftp/fmirror/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/fmirror/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fmirror -# Date created: 26 June 2002 -# Whom: Xavier Beaudouin -# +# Created by: Xavier Beaudouin # $FreeBSD$ -# PORTNAME= fmirror PORTVERSION= 0.8.4 @@ -19,6 +15,7 @@ GNU_CONFIGURE= yes MAN1= fmirror.1 +NO_STAGE= yes do-install: cd ${WRKSRC} && \ ${INSTALL_PROGRAM} fmirror ${PREFIX}/bin && \ Modified: head/ftp/fpc-libcurl/Makefile ============================================================================== --- head/ftp/fpc-libcurl/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/fpc-libcurl/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -18,4 +18,5 @@ OPTIONS_DEFINE= LIBCURL LIBCURL_DESC= Install curl tools and library OPTIONS_DEFAULT= LIBCURL +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/ftp/frox/Makefile ============================================================================== --- head/ftp/frox/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/frox/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# New ports collection makefile for: frox -# Date created: 11 June 2002 -# Whom: Sergey Matveychuk -# +# Created by: Sergey Matveychuk # $FreeBSD$ -# PORTNAME= frox PORTVERSION= 0.7.18 @@ -49,6 +45,7 @@ LOCAL_CACHE_DESC= Enable use of local ca CCP_DESC= Ftp-proxy style command control programs ROOT_RUN_DESC= Allow frox running as root (not recomended) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIPFILTER} Modified: head/ftp/ftpcopy/Makefile ============================================================================== --- head/ftp/ftpcopy/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/ftpcopy/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ftpcopy -# Date created: 5 June 2000 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ -# PORTNAME= ftpcopy PORTVERSION= 0.6.7 @@ -20,6 +16,7 @@ WRKSRC= ${WRKDIR}/web/${DISTNAME} MAN1= ftpcopy.1 ftpcp.1 ftpls.1 +NO_STAGE= yes pre-build: ${ECHO} "${CC}" >${WRKSRC}/src/conf-cc ${ECHO} "${CPPFLAGS} ${CFLAGS}" >${WRKSRC}/src/conf-cflags Modified: head/ftp/ftpcube/Makefile ============================================================================== --- head/ftp/ftpcube/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/ftpcube/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ftpcube -# Date created: Dec 13, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= ftpcube PORTVERSION= 0.5.1 @@ -22,6 +18,7 @@ USE_WX= 2.6+ WX_COMPS= python WX_UNICODE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's,/usr/local,${PREFIX},' ${WRKSRC}/setup.cfg @${ECHO_CMD} record=installed-files.log >> ${WRKSRC}/setup.cfg Modified: head/ftp/ftpfind/Makefile ============================================================================== --- head/ftp/ftpfind/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/ftpfind/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -11,4 +11,5 @@ COMMENT= Find directory&file on a ftp se PLIST_FILES= bin/ftpfind +NO_STAGE= yes .include Modified: head/ftp/ftplib/Makefile ============================================================================== --- head/ftp/ftplib/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/ftplib/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -18,6 +18,7 @@ PLIST_FILES= bin/ftpdir bin/ftpget bin/f bin/qftp include/ftplib.h \ lib/libftp.a lib/libftp.so lib/libftp.so.4 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^SOVERSION/s|=.*|= $$(SONAME)| ; \ Modified: head/ftp/ftplocate/Makefile ============================================================================== --- head/ftp/ftplocate/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/ftplocate/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -16,6 +16,7 @@ USES= shebangfix perl5 NO_BUILD= yes SHEBANG_FILES= bin/*.pl template/ftplocate +NO_STAGE= yes post-extract: @${REINPLACE_CMD} -i '' -e 's|/usr/local/www|${PREFIX}/www|' \ -e 's|/usr/local/apache/share|${PREFIX}/www|' ${WRKSRC}/install.pl Modified: head/ftp/ftpmirror/Makefile ============================================================================== --- head/ftp/ftpmirror/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/ftpmirror/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -23,6 +23,7 @@ CONFIGURE_ENV+= PERL="${PERL}" INSTALL_P PORTDOCS= README.jis RELEASE.jis +NO_STAGE= yes post-configure: @${REINPLACE_CMD} -i '' -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/Fan/Fan.pm Modified: head/ftp/ftpproxy/Makefile ============================================================================== --- head/ftp/ftpproxy/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/ftpproxy/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ftpproxy -# Date created: 15 May 2001 -# Whom: Philippe Le Berre -# +# Created by: Philippe Le Berre # $FreeBSD$ -# PORTNAME= ftpproxy PORTVERSION= 1.2.3 @@ -23,6 +19,7 @@ MAN1= ftp.proxy.1 MANCOMPRESSED= no PLIST_FILES= sbin/ftp.proxy +NO_STAGE= yes pre-build: @${REINPLACE_CMD} -e 's|^CFLAGS.*|CFLAGS=${CFLAGS} \ -DVERSION=\\"${PORTVERSION}\\"|' ${WRKSRC}/src/Makefile Modified: head/ftp/ftpsesame/Makefile ============================================================================== --- head/ftp/ftpsesame/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/ftpsesame/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ftpsesame -# Date created: 1 May 2006 -# Whom: Sergey Matveychuk -# +# Created by: Sergey Matveychuk # $FreeBSD$ -# PORTNAME= ftpsesame PORTVERSION= 0.95 @@ -21,4 +17,5 @@ USE_RC_SUBR= ftpsesame MAKE_ARGS= PREFIX=${PREFIX} MANPREFIX=${MANPREFIX} +NO_STAGE= yes .include Modified: head/ftp/ftpsync/Makefile ============================================================================== --- head/ftp/ftpsync/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/ftpsync/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ftpsync -# Date created: 31 August 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= ftpsync PORTVERSION= 1.3.03 @@ -23,6 +19,7 @@ USES= perl5 PLIST_FILES= bin/${PORTNAME}.pl PORTDOCS= README +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/ Modified: head/ftp/gftp/Makefile ============================================================================== --- head/ftp/gftp/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/gftp/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -25,6 +25,7 @@ BROKEN= Dumps core when connecting to a OPTIONS_DEFINE= X11 NLS OPTIONS_DEFAULT= X11 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MX11} Modified: head/ftp/gnusget/Makefile ============================================================================== --- head/ftp/gnusget/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/gnusget/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnusget -# Date created: 19 January 2006 -# Whom: Ilya A. Otyutskiy -# +# Created by: Ilya A. Otyutskiy # $FreeBSD$ -# PORTNAME= gnusget PORTVERSION= 0.5.1 @@ -20,6 +16,7 @@ NO_BUILD= yes PLIST_FILES= bin/gnusget +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/gnusget ${PREFIX}/bin Modified: head/ftp/gnustep-ftp/Makefile ============================================================================== --- head/ftp/gnustep-ftp/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/gnustep-ftp/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -18,6 +18,7 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile Modified: head/ftp/gstreamer1-plugins-curl/Makefile ============================================================================== --- head/ftp/gstreamer1-plugins-curl/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/gstreamer1-plugins-curl/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -10,4 +10,5 @@ DIST= bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/ftp/gwget/Makefile ============================================================================== --- head/ftp/gwget/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/gwget/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -29,6 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= ${PORTNAME}.schemas +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNOTIFY} Modified: head/ftp/horde-gollem/Makefile ============================================================================== --- head/ftp/horde-gollem/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/horde-gollem/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# Ports collection makefile for: horde-gollem -# Date created: Oct 11, 2011 -# Whom: Martin Matuska (mm@FreeBSD.org) -# +# Created by: Martin Matuska (mm@FreeBSD.org) # $FreeBSD$ -# PORTNAME= gollem PORTVERSION= 3.0.1 @@ -42,6 +38,7 @@ USE_HORDE_RUN= Horde_Role \ USE_HORDE_RUN+= Horde_Db \ Horde_Share +NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include Modified: head/ftp/horde3-gollem/Makefile ============================================================================== --- head/ftp/horde3-gollem/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/horde3-gollem/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# Ports collection makefile for: Gollem -# Date created: Sun Dec 16, 2001 -# Whom: Thierry Thomas () -# +# Created by: Thierry Thomas () # $FreeBSD$ -# PORTNAME= gollem PORTVERSION= 1.1.2 @@ -17,5 +13,6 @@ USE_HORDE= base USES= gettext PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES +NO_STAGE= yes .include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" .include Modified: head/ftp/hs-curl/Makefile ============================================================================== --- head/ftp/hs-curl/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/hs-curl/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -14,5 +14,6 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_GHC_NATIVE= yes +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/ftp/hsftp/Makefile ============================================================================== --- head/ftp/hsftp/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/hsftp/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -24,6 +24,7 @@ MAKEFILE= makefile MAN1= hsftp.1 PLIST_FILES= bin/hsftp +NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPENSSH} Modified: head/ftp/jftp/Makefile ============================================================================== --- head/ftp/jftp/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/jftp/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -25,6 +25,7 @@ PLIST_DIRS= %%DATADIR%% PLIST_FILES= bin/jftp %%DATADIR%%/jftp.jar SUB_FILES= jftp.sh +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_SCRIPT} ${WRKDIR}/jftp.sh ${PREFIX}/bin/jftp Modified: head/ftp/jftpgw/Makefile ============================================================================== --- head/ftp/jftpgw/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/jftpgw/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# New ports collection makefile for: jftpgw -# Date created: Sun Jul 15 13:19:01 CEST 2001 -# Whom: se -# +# Created by: se # $FreeBSD$ -# PORTNAME= jftpgw PORTVERSION= 0.13.5 @@ -24,6 +20,7 @@ MAN1= jftpgw.1 USE_RC_SUBR= ${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jftpgw ${PREFIX}/sbin/ ${INSTALL_DATA} ${WRKSRC}/jftpgw.conf.sample ${PREFIX}/etc/ Modified: head/ftp/lftp/Makefile ============================================================================== --- head/ftp/lftp/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/lftp/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -38,6 +38,7 @@ OPTIONS_RADIO= SSL OPTIONS_RADIO_SSL= OPENSSL GNUTLS OPTIONS_DEFAULT= SSL OPENSSL NLS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPENSSL} Modified: head/ftp/linux-f10-curl/Makefile ============================================================================== --- head/ftp/linux-f10-curl/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/linux-f10-curl/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ftp/linux-f10-curl -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= curl PORTVERSION= 7.19.6 @@ -39,4 +35,5 @@ MANPREFIX= ${PREFIX}/usr/share MAN1= curl.1 MANCOMPRESSED= yes +NO_STAGE= yes .include Modified: head/ftp/llnlxdir/Makefile ============================================================================== --- head/ftp/llnlxdir/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/llnlxdir/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -19,4 +19,5 @@ WRKSRC= ${WRKDIR}/llnlxdir2_1_2/sources USES= imake motif USE_XORG= ice sm x11 xext xp xt +NO_STAGE= yes .include Modified: head/ftp/llnlxftp/Makefile ============================================================================== --- head/ftp/llnlxftp/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/llnlxftp/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -23,4 +23,5 @@ CFLAGS+= -Wno-implicit-int \ MAN1= xftp.1 +NO_STAGE= yes .include Modified: head/ftp/mirror/Makefile ============================================================================== --- head/ftp/mirror/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/mirror/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mirror -# Date created: 15 May 1995 -# Whom: torstenb -# +# Created by: torstenb # $FreeBSD$ -# PORTNAME= mirror PORTVERSION= 2.9 @@ -36,6 +32,7 @@ NO_WRKSUBDIR= yes MAKEFILE= makefile MAN1= mirror.1 mirror-master.1 +NO_STAGE= yes pre-install: @${MKDIR} ${PREFIX}/lib/mirror Modified: head/ftp/multiget/Makefile ============================================================================== --- head/ftp/multiget/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/multiget/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# New ports collection makefile for: multiget -# Date created: 2006-11-03 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD$ -# PORTNAME= multiget PORTVERSION= 1.1.3 @@ -21,6 +17,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|g++|${CXX}|; \ Modified: head/ftp/ncftp1/Makefile ============================================================================== --- head/ftp/ncftp1/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/ncftp1/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: ncftp -# Date created: 20 Jun 1996 -# Whom: jkh -# +# Created by: jkh # $FreeBSD$ -# PORTNAME= ncftp PORTVERSION= 1.9.5 @@ -23,6 +18,7 @@ LATEST_LINK= ncftp1 PLIST_FILES= bin/${LATEST_LINK} MAN1= ncftp.1 +NO_STAGE= yes pre-fetch: @${ECHO} "" @${ECHO} "Use INSTALL_AS_NCFTP=yes to install ncftp1 as ${PREFIX}/bin/ncftp" Modified: head/ftp/ncftp2/Makefile ============================================================================== --- head/ftp/ncftp2/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/ncftp2/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -23,6 +23,7 @@ CONFIGURE_ENV= ac_cv_func_getmaxyx=yes MAN1= ncftp2.1 PLIST_FILES= bin/${LATEST_LINK} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MREADLINE} Modified: head/ftp/ncftp3/Makefile ============================================================================== --- head/ftp/ncftp3/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/ncftp3/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: ncftp3 -# Date created: 4 Nov 1994 -# Whom: ache -# +# Created by: ache # $FreeBSD$ -# PORTNAME= ncftp PORTVERSION= 3.2.5 @@ -25,6 +20,7 @@ COMMENT= ftp replacement with advanced u USE_BZIP2= yes +NO_STAGE= yes .include .if defined(INSTALL_AS_NCFTP3) Modified: head/ftp/ncftpd/Makefile ============================================================================== --- head/ftp/ncftpd/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/ncftpd/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: ncftpd -# Date created: 19 June 2001 -# Whom: Justin Stanford -# +# Created by: Justin Stanford # $FreeBSD$ -# PORTNAME= ncftpd PORTVERSION= 2.8.7 @@ -27,6 +23,7 @@ SUB_FILES= pkg-message PORTDOCS= install.html README README.freebsd LICENSE +NO_STAGE= yes .include .if ${OSVERSION} >= 900000 Modified: head/ftp/net2ftp/Makefile ============================================================================== --- head/ftp/net2ftp/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/net2ftp/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# New ports collection makefile for: net2ftp -# Date created: 14 Apr 2009 -# Whom: Alexander Kriventsov -# +# Created by: Alexander Kriventsov # $FreeBSD$ -# PORTNAME= net2ftp PORTVERSION= 0.98 @@ -31,6 +27,7 @@ SUB_FILES+= pkg-message # When creating a package, empty directories will not be generated # from the pkg tarball. Therefore make sure no directories are empty. +NO_STAGE= yes post-patch: @cd ${WRKSRC}/files_to_upload ; \ for emptydir in $$( ${FIND} . -type d -empty -print ) ; do \ Modified: head/ftp/ocaml-ocurl/Makefile ============================================================================== --- head/ftp/ocaml-ocurl/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/ocaml-ocurl/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,6 +1,4 @@ -# Ports collection makefile for: ocurl -# Date created: Aug 6, 2004 -# Whom: Marwan BURELLE +# Created by: Marwan BURELLE # $FreeBSD$ PORTNAME= ocurl @@ -30,4 +28,5 @@ USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAML_LDCONFIG= yes +NO_STAGE= yes .include Modified: head/ftp/oftpd/Makefile ============================================================================== --- head/ftp/oftpd/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/oftpd/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# Ports collection makefile for: oftpd -# Date created: 31 March 2001 -# Whom: Anders Nordby -# +# Created by: Anders Nordby # $FreeBSD$ -# PORTNAME= oftpd PORTVERSION= 0.3.7 @@ -20,6 +16,7 @@ MAN8= oftpd.8 PORTDOCS= README AUTHORS ChangeLog NEWS TODO BUGS PLIST_FILES= sbin/oftpd +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \ s|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure Modified: head/ftp/omi/Makefile ============================================================================== --- head/ftp/omi/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/omi/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# New ports collection makefile for: omi -# Date created: 19 August 1995 -# Whom: ache -# +# Created by: ache # $FreeBSD$ -# PORTNAME= omi PORTVERSION= 20030719 @@ -19,6 +15,7 @@ COMMENT= "mirror" subtrees of FTP server WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= freebsd +NO_STAGE= yes pre-patch: ${REINPLACE_CMD} -E -e "s@^(OPTFLAGS).*@\1=${CFLAGS}@" \ ${WRKSRC}/Makefile Modified: head/ftp/p5-File-Fetch/Makefile ============================================================================== --- head/ftp/p5-File-Fetch/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/p5-File-Fetch/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= File::Fetch.3 +NO_STAGE= yes .include Modified: head/ftp/p5-Net-FTP-Common/Makefile ============================================================================== --- head/ftp/p5-Net-FTP-Common/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/p5-Net-FTP-Common/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,4 @@ -# New ports collection makefile for: p5-Net-FTP-Common -# Date Created: 17 May, 2003 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Net-FTP-Common PORTVERSION= 7.0.d @@ -21,4 +16,5 @@ USE_PERL5= configure MAN3= Net::FTP::Common.3 +NO_STAGE= yes .include Modified: head/ftp/p5-Net-FTP-Recursive/Makefile ============================================================================== --- head/ftp/p5-Net-FTP-Recursive/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/p5-Net-FTP-Recursive/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,4 @@ -# New ports collection makefile for: p5-Net-FTP-Recursive -# Date Created: 11 April, 2005 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Net-FTP-Recursive PORTVERSION= 2.04 @@ -24,4 +19,5 @@ USE_PERL5= configure MAN3= Net::FTP::Recursive.3 +NO_STAGE= yes .include Modified: head/ftp/p5-Net-FTPSSL/Makefile ============================================================================== --- head/ftp/p5-Net-FTPSSL/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/p5-Net-FTPSSL/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= Net::FTPSSL.3 +NO_STAGE= yes .include Modified: head/ftp/p5-Net-FTPServer/Makefile ============================================================================== --- head/ftp/p5-Net-FTPServer/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/p5-Net-FTPServer/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -50,6 +50,7 @@ DOCS= README TODO doc/* PORTDOCS= * PORTEXAMPLES= ftpd.conf +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s/root,root/root,wheel/" \ -e "s,/usr/sbin,${PREFIX}/sbin," \ Modified: head/ftp/p5-POE-Component-Client-FTP/Makefile ============================================================================== --- head/ftp/p5-POE-Component-Client-FTP/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/p5-POE-Component-Client-FTP/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -19,6 +19,7 @@ CONFIGURE_ENV= PERL_MM_USE_DEFAULT=yes MAN3= POE::Component::Client::FTP.3 +NO_STAGE= yes post-install: .ifndef(NOPORTDOCS) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" Modified: head/ftp/p5-SOAP-Transport-FTP/Makefile ============================================================================== --- head/ftp/p5-SOAP-Transport-FTP/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/p5-SOAP-Transport-FTP/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -18,4 +18,5 @@ USES= perl5 MAN3= SOAP::Transport::FTP.3 +NO_STAGE= yes .include Modified: head/ftp/paraget/Makefile ============================================================================== --- head/ftp/paraget/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/paraget/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -20,4 +20,5 @@ USE_PERL5= configure MAN1= paraget.1 +NO_STAGE= yes .include Modified: head/ftp/pavuk/Makefile ============================================================================== --- head/ftp/pavuk/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/pavuk/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -23,6 +23,7 @@ MAN1= pavuk.1 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/ftp/pear-Net_FTP/Makefile ============================================================================== --- head/ftp/pear-Net_FTP/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/pear-Net_FTP/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -15,6 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS USE_PHP= ftp PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/ftp/pftpd/Makefile ============================================================================== --- head/ftp/pftpd/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/pftpd/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -15,6 +15,7 @@ MAKE_JOBS_UNSAFE= yes MAN1= pftpd.1 rpad.1 PLIST_FILES= sbin/pftpd +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "configure" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-lpthread|${PTHREAD_LIBS}|g' Modified: head/ftp/php5-curl/Makefile ============================================================================== --- head/ftp/php5-curl/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/php5-curl/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# New ports collection makefile for: php5-curl -# Date created: 7 Jul 2004 -# Whom: Alex Dupre -# +# Created by: Alex Dupre # $FreeBSD$ -# CATEGORIES= ftp PORTREVISION= 1 @@ -12,4 +8,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php5 PKGNAMESUFFIX= -curl +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/ftp/php5-ftp/Makefile ============================================================================== --- head/ftp/php5-ftp/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/php5-ftp/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# New ports collection makefile for: php5-ftp -# Date created: 7 Jul 2004 -# Whom: Alex Dupre -# +# Created by: Alex Dupre # $FreeBSD$ -# CATEGORIES= ftp @@ -11,6 +7,7 @@ MASTERDIR= ${.CURDIR}/../../lang/php5 PKGNAMESUFFIX= -ftp +NO_STAGE= yes post-patch: @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \ ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.* Modified: head/ftp/php52-curl/Makefile ============================================================================== --- head/ftp/php52-curl/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/php52-curl/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# New ports collection makefile for: php52-curl -# Date created: 17 Apr 2010 -# Whom: Alex Keda -# +# Created by: Alex Keda # $FreeBSD$ -# CATEGORIES= ftp PORTREVISION= 15 @@ -12,4 +8,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php52 PKGNAMESUFFIX= -curl +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/ftp/php52-ftp/Makefile ============================================================================== --- head/ftp/php52-ftp/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/php52-ftp/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,5 @@ -# New ports collection makefile for: php52-ftp -# Date created: 17 Apr 2010 -# Whom: Alex Keda -# +# Created by: Alex Keda # $FreeBSD$ -# CATEGORIES= ftp @@ -11,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php52 PKGNAMESUFFIX= -ftp +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/ftp/php53-curl/Makefile ============================================================================== --- head/ftp/php53-curl/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/php53-curl/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -1,9 +1,4 @@ -# New ports collection makefile for: php53-curl -# Date created: 12 Apr 2012 -# Whom: Florian Smeets -# # $FreeBSD$ -# CATEGORIES= ftp PORTREVISION= 1 @@ -12,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -curl +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/ftp/php53-ftp/Makefile ============================================================================== --- head/ftp/php53-ftp/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/php53-ftp/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -6,6 +6,7 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -ftp +NO_STAGE= yes post-patch: @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \ ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.* Modified: head/ftp/php55-curl/Makefile ============================================================================== --- head/ftp/php55-curl/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/php55-curl/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -7,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../../lang/php55 PKGNAMESUFFIX= -curl +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/ftp/php55-ftp/Makefile ============================================================================== --- head/ftp/php55-ftp/Makefile Fri Sep 20 17:21:20 2013 (r327728) +++ head/ftp/php55-ftp/Makefile Fri Sep 20 17:23:18 2013 (r327729) @@ -7,6 +7,7 @@ MASTERDIR= ${.CURDIR}/../../lang/php55 PKGNAMESUFFIX= -ftp *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 17:36:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 512F4D64; Fri, 20 Sep 2013 17:36:51 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3CAFD2592; Fri, 20 Sep 2013 17:36:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KHaow0008943; Fri, 20 Sep 2013 17:36:50 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KHaawp008846; Fri, 20 Sep 2013 17:36:36 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201736.r8KHaawp008846@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 17:36:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327730 - in head/games: 0ad 0verkill 3dc 3dpong 4stattack 54321 BillardGL CaribbeanStud HeroesOfMightAndMagic KnightCap abe abuse_sdl acm actx adgali adom adonthell aestats affenspiel ... 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.14 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: Fri, 20 Sep 2013 17:36:51 -0000 Author: bapt Date: Fri Sep 20 17:36:33 2013 New Revision: 327730 URL: http://svnweb.freebsd.org/changeset/ports/327730 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: games) Modified: head/games/0ad/Makefile head/games/0verkill/Makefile head/games/3dc/Makefile head/games/3dpong/Makefile head/games/4stattack/Makefile head/games/54321/Makefile head/games/BillardGL/Makefile head/games/CaribbeanStud/Makefile head/games/HeroesOfMightAndMagic/Makefile head/games/KnightCap/Makefile head/games/abe/Makefile head/games/abuse_sdl/Makefile head/games/acm/Makefile head/games/actx/Makefile head/games/adgali/Makefile head/games/adom/Makefile head/games/adonthell/Makefile head/games/aestats/Makefile head/games/affenspiel/Makefile head/games/afternoonstalker/Makefile head/games/agame/Makefile head/games/alephone-data/Makefile head/games/alephone-scenarios/Makefile head/games/alephone/Makefile head/games/alienarena-data/Makefile head/games/alienarena/Makefile head/games/alienblaster/Makefile head/games/alienwave/Makefile head/games/allacrost/Makefile head/games/amoebax/Makefile head/games/an/Makefile head/games/angband/Makefile head/games/anki/Makefile head/games/annelid/Makefile head/games/antipolix/Makefile head/games/aop/Makefile head/games/apoolGL/Makefile head/games/apricots/Makefile head/games/armagetron/Makefile head/games/arx-libertatis/Makefile head/games/asc/Makefile head/games/asciiquarium/Makefile head/games/assaultcube/Makefile head/games/asteroid/Makefile head/games/asteroids3d/Makefile head/games/atanks/Makefile head/games/atitd/Makefile head/games/atomix/Makefile head/games/atr3d/Makefile head/games/atris-sounds/Makefile head/games/atris/Makefile head/games/avanor/Makefile head/games/avoision/Makefile head/games/avp-demo/Makefile head/games/awale/Makefile head/games/awele/Makefile head/games/balazar/Makefile head/games/balazarbrothers/Makefile head/games/banihstypos/Makefile head/games/barbie_seahorse_adventures/Makefile head/games/barrage/Makefile head/games/bass/Makefile head/games/bastet/Makefile head/games/battalion/Makefile head/games/battletanks/Makefile head/games/belooted/Makefile head/games/biloba/Makefile head/games/biniax2/Makefile head/games/biorythm/Makefile head/games/bitefusion/Makefile head/games/black-box/Makefile head/games/blackjackclient/Makefile head/games/blackshadeselite/Makefile head/games/blinken/Makefile head/games/blinkensisters/Makefile head/games/blobby/Makefile head/games/bloboats/Makefile head/games/block/Makefile head/games/blockade/Makefile head/games/blockout/Makefile head/games/blockrage/Makefile head/games/blokish/Makefile head/games/bloodfrontier/Makefile head/games/blue/Makefile head/games/bogged/Makefile head/games/bomber/Makefile head/games/bomberclone/Makefile head/games/bomberinstinct/Makefile head/games/bombermaze/Makefile head/games/bombherman/Makefile head/games/bomns/Makefile head/games/boswars/Makefile head/games/bovo/Makefile head/games/braincurses/Makefile head/games/brainparty/Makefile head/games/brainworkshop/Makefile head/games/brickshooter/Makefile head/games/brikx/Makefile head/games/briquolo/Makefile head/games/brutalchess/Makefile head/games/bs/Makefile head/games/bsdgames/Makefile head/games/bsdrain/Makefile head/games/bsdtris/Makefile head/games/bsp/Makefile head/games/bubble-chains/Makefile head/games/bubbros/Makefile head/games/bugsquish/Makefile head/games/bugsx/Makefile head/games/bumprace/Makefile head/games/burgerspace/Makefile head/games/burrtools/Makefile head/games/bygfoot/Makefile head/games/bzflag/Makefile head/games/cake/Makefile head/games/caph/Makefile head/games/capicity/Makefile head/games/capitalism/Makefile head/games/cardpics/Makefile head/games/castlevox/Makefile head/games/cave9/Makefile head/games/cavezofphear/Makefile head/games/ceferino/Makefile head/games/cgoban/Makefile head/games/chanta/Makefile head/games/chapping/Makefile head/games/cheech/Makefile head/games/chessx/Makefile head/games/childsplay/Makefile head/games/childsplay_plugins/Makefile head/games/chocolate-doom/Makefile head/games/chroma/Makefile head/games/chromium-bsu/Makefile head/games/circuslinux/Makefile head/games/cleanq3/Makefile head/games/colorcode/Makefile head/games/columns/Makefile head/games/concentration/Makefile head/games/connectagram/Makefile head/games/connectfive/Makefile head/games/conquest/Makefile head/games/construo/Makefile head/games/corewars/Makefile head/games/corsix-th/Makefile head/games/cosmo/Makefile head/games/cosmosmash/Makefile head/games/cowsay/Makefile head/games/crack-attack/Makefile head/games/crafty-open-enormous/Makefile head/games/crafty-open-large/Makefile head/games/crafty-open-medium/Makefile head/games/crafty-tablebase-no-pawn/Makefile head/games/crafty-tablebase-pawn/Makefile head/games/crafty/Makefile head/games/cre/Makefile head/games/cretan-hubris/Makefile head/games/crimson/Makefile head/games/criticalmass/Makefile head/games/critterding/Makefile head/games/crossfire-client/Makefile head/games/crossfire-server/Makefile head/games/crrcsim/Makefile head/games/cryptoslam/Makefile head/games/csmash/Makefile head/games/ctris/Makefile head/games/cube/Makefile head/games/cultivation/Makefile head/games/cursive/Makefile head/games/cutemaze/Makefile head/games/cuyo/Makefile head/games/d2x-xl/Makefile head/games/d2x/Makefile head/games/daimonin-music/Makefile head/games/daimonin/Makefile head/games/dangen/Makefile head/games/dangerdeep-data/Makefile head/games/dangerdeep/Makefile head/games/darkplaces/Makefile head/games/deal/Makefile head/games/defendguin/Makefile head/games/deng/Makefile head/games/diameter/Makefile head/games/digger-vgl/Makefile head/games/djgame2/Makefile head/games/dmjava/Makefile head/games/dodgindiamond2/Makefile head/games/domination/Makefile head/games/dontspace/Makefile head/games/doom-data/Makefile head/games/doom-freedoom/Makefile head/games/doom-hacx/Makefile head/games/doom-hr/Makefile head/games/doom-hr2/Makefile head/games/doom-wolfendoom/Makefile head/games/doom/Makefile head/games/doomlegacy/Makefile head/games/dopewars/Makefile head/games/drcreep/Makefile head/games/drm/Makefile head/games/dsnake/Makefile head/games/duel/Makefile head/games/duke3d-data/Makefile head/games/dungeon/Makefile head/games/dungeoncrawl/Makefile head/games/eboard/Makefile head/games/edge/Makefile head/games/editss/Makefile head/games/eduke32/Makefile head/games/egl/Makefile head/games/egoboo/Makefile head/games/eif/Makefile head/games/eights/Makefile head/games/einstein/Makefile head/games/el-data/Makefile head/games/el/Makefile head/games/ember/Makefile head/games/empire/Makefile head/games/endgame-singularity-music/Makefile head/games/endgame-singularity/Makefile head/games/enigma/Makefile head/games/ensemblist/Makefile head/games/enygma/Makefile head/games/epiar/Makefile head/games/etracer/Makefile head/games/euchre/Makefile head/games/evilfinder/Makefile head/games/evq3/Makefile head/games/excido/Makefile head/games/exhaust-doc/Makefile head/games/exhaust-ma/Makefile head/games/exhaust/Makefile head/games/exmars/Makefile head/games/exult/Makefile head/games/ezquake/Makefile head/games/f1lt/Makefile head/games/f1spirit-remake/Makefile head/games/fairymax/Makefile head/games/falconseye/Makefile head/games/farblazer/Makefile head/games/fargoal/Makefile head/games/fbg2/Makefile head/games/fgkicker/Makefile head/games/fgrun/Makefile head/games/fillets-ng/Makefile head/games/filters/Makefile head/games/fishsupper/Makefile head/games/fkiss/Makefile head/games/flare/Makefile head/games/flightgear-aircraft/Makefile head/games/flightgear-data/Makefile head/games/flightgear-mb339-pan/Makefile head/games/flightgear/Makefile head/games/flobopuyo/Makefile head/games/flyhard/Makefile head/games/flying/Makefile head/games/fmars/Makefile head/games/foobillard/Makefile head/games/formido/Makefile head/games/fortunate/Makefile head/games/fotaq/Makefile head/games/freecell-solver/Makefile head/games/freeciv-nox11/Makefile head/games/freeciv-sounds/Makefile head/games/freeciv/Makefile head/games/freecol/Makefile head/games/freedink-data/Makefile head/games/freedink-dfarc/Makefile head/games/freedink-engine/Makefile head/games/freedink/Makefile head/games/freedoko/Makefile head/games/freedroid/Makefile head/games/freedroidrpg/Makefile head/games/freera/Makefile head/games/freesweep/Makefile head/games/freesynd/Makefile head/games/freetennis/Makefile head/games/fretsonfire-data/Makefile head/games/fretsonfire/Makefile head/games/frikqcc/Makefile head/games/frobtads/Makefile head/games/frogatto/Makefile head/games/frotz/Makefile head/games/frozenbubble/Makefile head/games/fteqw/Makefile head/games/ftjava/Makefile head/games/fuhquake/Makefile head/games/funnyboat/Makefile head/games/fxsudoku/Makefile head/games/galaxis/Makefile head/games/galaxyhack/Makefile head/games/galaxymage/Makefile head/games/garith/Makefile head/games/gbottler/Makefile head/games/gbrainy/Makefile head/games/gcompris/Makefile head/games/gdado/Makefile head/games/gemdropx/Makefile head/games/gemrb/Makefile head/games/ggz-client-libs/Makefile head/games/ggz-gtk-client/Makefile head/games/ggz-gtk-games/Makefile head/games/ggz-sdl-games/Makefile head/games/ggz-txt-client/Makefile head/games/gigalomania/Makefile head/games/gillo/Makefile head/games/gish-demo/Makefile head/games/gl-117/Makefile head/games/glaxium/Makefile head/games/glbsp/Makefile head/games/glchess/Makefile head/games/glest-data/Makefile head/games/glest/Makefile head/games/glife/Makefile head/games/glightoff/Makefile head/games/glmaze/Makefile head/games/glob2/Makefile head/games/glsfcave/Makefile head/games/gltron/Makefile head/games/gma/Makefile head/games/gmastermind/Makefile head/games/gmines/Makefile head/games/gnake/Makefile head/games/gnarr/Makefile head/games/gnmm/Makefile head/games/gno3dtet/Makefile head/games/gnome-games-extra-data/Makefile head/games/gnome-games/Makefile head/games/gnomeattacks/Makefile head/games/gnomebreakout/Makefile head/games/gnomechess/Makefile head/games/gnomekiss/Makefile head/games/gnomermind/Makefile head/games/gnomesudoku/Makefile head/games/gnono/Makefile head/games/gnubg/Makefile head/games/gnuchess/Makefile head/games/gnudoku/Makefile head/games/gnugo/Makefile head/games/gnurobbo/Makefile head/games/gnurobots/Makefile head/games/gnushogi/Makefile head/games/gnustep-ladder/Makefile head/games/gnustep-sudoku/Makefile head/games/golddig/Makefile head/games/golly/Makefile head/games/gomoku/Makefile head/games/gondola/Makefile head/games/goonies/Makefile head/games/gottet/Makefile head/games/gracer/Makefile head/games/granatier/Makefile head/games/greed/Makefile head/games/gretools/Makefile head/games/grhino/Makefile head/games/gru/Makefile head/games/grubik/Makefile head/games/gshisen/Makefile head/games/gtetrinet/Makefile head/games/gti/Makefile head/games/gtkatlantic/Makefile head/games/gtkballs/Makefile head/games/gtkevemon/Makefile head/games/gtklife/Makefile head/games/gtkpool/Makefile head/games/gtkradiant/Makefile head/games/gtktetcolor/Makefile head/games/gturing/Makefile head/games/gtypist/Makefile head/games/gunfudeadlands/Makefile head/games/gweled/Makefile head/games/hangman/Makefile head/games/hedgewars/Makefile head/games/help_hannahs_horse/Makefile head/games/heretic/Makefile head/games/heroes/Makefile head/games/hex-a-hop/Makefile head/games/hex/Makefile head/games/hexalate/Makefile head/games/hexglass/Makefile head/games/hexxagon/Makefile head/games/highmoon/Makefile head/games/hinversi/Makefile head/games/hitori/Makefile head/games/hllib/Makefile head/games/hlstats/Makefile head/games/hlstatsx/Makefile head/games/hohlin/Makefile head/games/holotz-castle/Makefile head/games/icbm3d/Makefile head/games/icebreaker/Makefile head/games/iceicepenguin/Makefile head/games/ifm/Makefile head/games/imaze/Makefile head/games/impossible_mission_puzzle/Makefile head/games/inform/Makefile head/games/inform7/Makefile head/games/instead/Makefile head/games/intensityengine/Makefile head/games/interlogic/Makefile head/games/ioquake3-devel-server/Makefile head/games/ioquake3-devel/Makefile head/games/ioquake3-server/Makefile head/games/ioquake3/Makefile head/games/iourbanterror-server/Makefile head/games/iourbanterror/Makefile head/games/irrlamb/Makefile head/games/ishido/Makefile head/games/ivan/Makefile head/games/jag/Makefile head/games/jaggedalliance2/Makefile head/games/java-games-suite/Makefile head/games/jchessboard/Makefile head/games/jfk/Makefile head/games/jfsw/Makefile head/games/jigsaw/Makefile head/games/jigzo/Makefile head/games/jin/Makefile head/games/jinput/Makefile head/games/joequake/Makefile head/games/jools/Makefile head/games/jtans/Makefile head/games/jutils/Makefile head/games/jvgs/Makefile head/games/jzip/Makefile head/games/kajaani-kombat/Makefile head/games/kajongg/Makefile head/games/kanagram/Makefile head/games/kanatest/Makefile head/games/kapman/Makefile head/games/kardsgt/Makefile head/games/kartofel/Makefile head/games/katomic/Makefile head/games/kblackbox/Makefile head/games/kblocks/Makefile head/games/kbounce/Makefile head/games/kbreakout/Makefile head/games/kcheckers/Makefile head/games/kdegames4/Makefile head/games/kdiamond/Makefile head/games/kevedit/Makefile head/games/kfourinline/Makefile head/games/kgoldrunner/Makefile head/games/khangman/Makefile head/games/kigo/Makefile head/games/kiki/Makefile head/games/killbots/Makefile head/games/kiriki/Makefile head/games/kjumpingcube/Makefile head/games/klavaro/Makefile head/games/klines/Makefile head/games/klondike/Makefile head/games/kmahjongg/Makefile head/games/kmancala/Makefile head/games/kmines/Makefile head/games/knavalbattle/Makefile head/games/knetwalk/Makefile head/games/knights-kde4/Makefile head/games/kobodeluxe/Makefile head/games/kolf/Makefile head/games/kollision/Makefile head/games/konquest/Makefile head/games/kpat/Makefile head/games/krank/Makefile head/games/kreversi/Makefile head/games/kshisen/Makefile head/games/ksirk/Makefile head/games/ksnakeduel/Makefile head/games/kspaceduel/Makefile head/games/ksquares/Makefile head/games/ksudoku/Makefile head/games/ktuberling/Makefile head/games/kubrick/Makefile head/games/kuklomenos/Makefile head/games/kye/Makefile head/games/ladder/Makefile head/games/lander/Makefile head/games/lapispuzzle/Makefile head/games/latrine/Makefile head/games/lbreakout/Makefile head/games/lbreakout2/Makefile head/games/ldmud/Makefile head/games/legends/Makefile head/games/legesmotus/Makefile head/games/lexter/Makefile head/games/lgeneral/Makefile head/games/lianliankan/Makefile head/games/libdungeonmaker/Makefile head/games/libfov/Makefile head/games/libggz/Makefile head/games/libkdegames/Makefile head/games/libkmahjongg/Makefile head/games/libmaitretarot/Makefile head/games/libmt_client/Makefile head/games/libshhcards/Makefile head/games/lincity-ng/Makefile head/games/lincity/Makefile head/games/linux-americasarmy/Makefile head/games/linux-candycruncher-demo/Makefile head/games/linux-coldwar-demo/Makefile head/games/linux-darwinia-demo/Makefile head/games/linux-defcon/Makefile head/games/linux-doom3-demo/Makefile head/games/linux-doom3/Makefile head/games/linux-enemyterritory-etpro/Makefile head/games/linux-enemyterritory-jaymod-21/Makefile head/games/linux-enemyterritory-jaymod/Makefile head/games/linux-enemyterritory-omni-bot-0660/Makefile head/games/linux-enemyterritory-omni-bot/Makefile head/games/linux-enemyterritory-shrub/Makefile head/games/linux-enemyterritory-tce/Makefile head/games/linux-enemyterritory/Makefile head/games/linux-etqw-demo-server/Makefile head/games/linux-etqw-server/Makefile head/games/linux-gorky17-demo/Makefile head/games/linux-hdb-demo/Makefile head/games/linux-majesty-demo/Makefile head/games/linux-nerogame/Makefile head/games/linux-ningpo-demo/Makefile head/games/linux-nwnclient/Makefile head/games/linux-nwserver/Makefile head/games/linux-quake3-demo/Makefile head/games/linux-quake3/Makefile head/games/linux-quake4-demo/Makefile head/games/linux-quake4/Makefile head/games/linux-rtcw/Makefile head/games/linux-savage-samuraiwars/Makefile head/games/linux-savage/Makefile head/games/linux-skulltag/Makefile head/games/linux-sof/Makefile head/games/linux-spheresofchaos-demo/Makefile head/games/linux-ssamtfe/Makefile head/games/linux-ssamtse/Makefile head/games/linux-steam/Makefile head/games/linux-unrealgold/Makefile head/games/linux-uplink-demo/Makefile head/games/linux-ut/Makefile head/games/linux-ut2003-demo/Makefile head/games/linux-ut2004-demo/Makefile head/games/linux-virtual-jay-peak/Makefile head/games/linux-warsow/Makefile head/games/linux-worldofgoo-demo/Makefile head/games/linwarrior/Makefile head/games/liquidwar/Makefile head/games/live-f1/Makefile head/games/lm-solve/Makefile head/games/lmarbles/Makefile head/games/lmpc/Makefile head/games/lolcat/Makefile head/games/lordsawar/Makefile head/games/lpairs/Makefile head/games/lskat/Makefile head/games/ltris/Makefile head/games/lucidlife/Makefile head/games/luola/Makefile head/games/lwjgl/Makefile head/games/macopix/Makefile head/games/madbomber/Makefile head/games/maelstrom/Makefile head/games/magiccube4d/Makefile head/games/magicmaze/Makefile head/games/magicor/Makefile head/games/mahjong/Makefile head/games/maitretarot/Makefile head/games/mangband/Makefile head/games/mangos/Makefile head/games/marsnomercy/Makefile head/games/masterserver/Makefile head/games/maxr/Makefile head/games/meandmyshadow/Makefile head/games/megaglest-data/Makefile head/games/megaglest/Makefile head/games/megamario/Makefile head/games/memonix/Makefile head/games/meqcc/Makefile head/games/meritous/Makefile head/games/mindfocus/Makefile head/games/mindguard/Makefile head/games/minecraft-client/Makefile head/games/minecraft-server/Makefile head/games/minetest/Makefile head/games/minetest_game/Makefile head/games/mirrormagic/Makefile head/games/miscom/Makefile head/games/mkgichessclub/Makefile head/games/mkhexgrid/Makefile head/games/moagg/Makefile head/games/monkeybubble/Makefile head/games/monster-masher/Makefile head/games/monsterz/Makefile head/games/moon-buggy/Makefile head/games/moonlander/Makefile head/games/mopesnake/Makefile head/games/moria/Makefile head/games/motogt/Makefile head/games/mt_dolphin_ia/Makefile head/games/mt_gtk_client/Makefile head/games/mtaserver/Makefile head/games/mudmagic/Makefile head/games/mvdsv/Makefile head/games/nInvaders/Makefile head/games/nadar/Makefile head/games/naev-data/Makefile head/games/naev/Makefile head/games/nazghul/Makefile head/games/nehquake/Makefile head/games/nelly/Makefile head/games/nethack32/Makefile head/games/nethack33-gnome/Makefile head/games/nethack33-nox11/Makefile head/games/nethack33/Makefile head/games/nethack34-gnome/Makefile head/games/nethack34-nox11/Makefile head/games/nethack34/Makefile head/games/netherearth/Makefile head/games/netpanzer/Makefile head/games/netradiant/Makefile head/games/netrek-BRMH-bin/Makefile head/games/netrek-client-cow/Makefile head/games/netris/Makefile head/games/netspades/Makefile head/games/nettoe/Makefile head/games/netwalk/Makefile head/games/neverball/Makefile head/games/newvox/Makefile head/games/nextgo/Makefile head/games/nexuiz/Makefile head/games/nibbles/Makefile head/games/nighthawk/Makefile head/games/nil/Makefile head/games/nimuh/Makefile head/games/ninix-aya/Makefile head/games/njam/Makefile head/games/nlarn/Makefile head/games/noegnud-addons/Makefile head/games/noegnud-data/Makefile head/games/noegnud-littlehack/Makefile head/games/noegnud-nethack-deet/Makefile head/games/noegnud-nethack/Makefile head/games/noegnud-slashem/Makefile head/games/nonsense/Makefile head/games/npush/Makefile head/games/nsnake/Makefile head/games/nuclearchess/Makefile head/games/numptyphysics-npcomplete/Makefile head/games/numptyphysics/Makefile head/games/nwndata/Makefile head/games/odamex/Makefile head/games/oldrunner/Makefile head/games/omega/Makefile head/games/oneko-sakura/Makefile head/games/oneko/Makefile head/games/oolite/Makefile head/games/oonsoo/Makefile head/games/openalchemist/Makefile head/games/openarena-data/Makefile head/games/openarena-oax/Makefile head/games/openarena-server/Makefile head/games/openarena/Makefile head/games/openastromenace/Makefile head/games/opencity/Makefile head/games/opengfx/Makefile head/games/openglad/Makefile head/games/openjazz/Makefile head/games/openlierox/Makefile head/games/openmortal/Makefile head/games/openmsx/Makefile head/games/openpref/Makefile head/games/opensfx/Makefile head/games/opensonic/Makefile head/games/openssn/Makefile head/games/openttd/Makefile head/games/openxcom/Makefile head/games/openyahtzee/Makefile head/games/optimax/Makefile head/games/orbital_eunuchs_sniper/Makefile head/games/osgg/Makefile head/games/outerspace/Makefile head/games/p5-Acme-GuessNumber/Makefile head/games/p5-Algorithm-Pair-Best/Makefile head/games/p5-Algorithm-Pair-Best2/Makefile head/games/p5-Algorithm-Pair-Swiss/Makefile head/games/p5-Baseball-Sabermetrics/Makefile head/games/p5-Games-Alak/Makefile head/games/p5-Games-AlphaBeta/Makefile head/games/p5-Games-Bingo-Bot/Makefile head/games/p5-Games-Bingo-Print/Makefile head/games/p5-Games-Bingo/Makefile head/games/p5-Games-Dice/Makefile head/games/p5-Games-GuessWord/Makefile head/games/p5-Games-Tournament-RoundRobin/Makefile head/games/pachi/Makefile head/games/pacmanarena/Makefile head/games/paintown/Makefile head/games/pairs/Makefile head/games/palapeli/Makefile head/games/palomino/Makefile head/games/passage/Makefile head/games/patapizza-tetris/Makefile head/games/pathological/Makefile head/games/pcgen/Makefile head/games/pear-Games_Chess/Makefile head/games/peg-e/Makefile head/games/pengpong/Makefile head/games/penguin-command/Makefile head/games/pengupop/Makefile head/games/phalanx/Makefile head/games/phlipple/Makefile head/games/pinball/Makefile head/games/pingus/Makefile head/games/pink-pony/Makefile head/games/pioneers/Makefile head/games/pipenightdreams/Makefile head/games/pipepanic/Makefile head/games/pipewalker/Makefile head/games/plee-the-bear/Makefile head/games/plonx/Makefile head/games/plutocracy/Makefile head/games/pmars-sdl/Makefile head/games/pmars/Makefile head/games/poker-engine/Makefile head/games/poker-eval/Makefile head/games/pokerth/Makefile head/games/polypuzzle/Makefile head/games/pongix/Makefile head/games/pouetchess/Makefile head/games/powder/Makefile head/games/powermanga/Makefile head/games/powwow/Makefile head/games/ppracer/Makefile head/games/prboom/Makefile head/games/primateplunge/Makefile head/games/ptkei/Makefile head/games/ptools/Makefile head/games/puckman/Makefile head/games/pushover/Makefile head/games/pvpgn/Makefile head/games/py-fife/Makefile head/games/py-mnemosyne/Makefile head/games/py-poker-eval/Makefile head/games/py-pychess/Makefile head/games/py-sgflib/Makefile head/games/py-sgfsummary/Makefile head/games/py-ski/Makefile head/games/pyawale/Makefile head/games/pycadia/Makefile head/games/pyching/Makefile head/games/pydance/Makefile head/games/pykawari/Makefile head/games/pysol-cardsets/Makefile head/games/pysol-music/Makefile head/games/pysol/Makefile head/games/pysolfc/Makefile head/games/pyspacewar/Makefile head/games/pysycache-lang/Makefile head/games/pysycache-themes/Makefile head/games/pysycache/Makefile head/games/pythonchess/Makefile head/games/q2p/Makefile head/games/q2pro/Makefile head/games/q3cellshading/Makefile head/games/qcc/Makefile head/games/qccx/Makefile head/games/qgo/Makefile head/games/qix/Makefile head/games/qmars/Makefile head/games/qnetwalk/Makefile head/games/qonk/Makefile head/games/qstat/Makefile head/games/qtads/Makefile head/games/qtv/Makefile head/games/quackle/Makefile head/games/quadra/Makefile head/games/quake-data/Makefile head/games/quake-dpmod/Makefile head/games/quake-extras/Makefile head/games/quake-reaper/Makefile head/games/quake-source/Makefile head/games/quake2-3zb2/Makefile head/games/quake2-ctf/Makefile head/games/quake2-data/Makefile head/games/quake2-extras/Makefile head/games/quake2-lights/Makefile head/games/quake2-matrix/Makefile head/games/quake2-psychomod/Makefile head/games/quake2-relay/Makefile head/games/quake2-rogue/Makefile head/games/quake2-source/Makefile head/games/quake2-xatrix/Makefile head/games/quake2-zaero/Makefile head/games/quake2lnx/Makefile head/games/quake2max/Makefile head/games/quake3-data/Makefile head/games/quake3-excessive/Makefile head/games/quake3-freezetag/Makefile head/games/quake3-osp/Makefile head/games/quake3-ra3/Makefile head/games/quake3-rq3/Makefile head/games/quake3-ut/Makefile head/games/quake3-wfa/Makefile head/games/quake3/Makefile head/games/quakeforge/Makefile head/games/quantumminigolf/Makefile head/games/quaqut/Makefile head/games/qudos/Makefile head/games/quetoo/Makefile head/games/quit/Makefile head/games/qwdtools/Makefile head/games/r1q2/Makefile head/games/railroad-rampage/Makefile head/games/redeclipse/Makefile head/games/reminiscence/Makefile head/games/rescue/Makefile head/games/residualvm/Makefile head/games/rezerwar/Makefile head/games/rfksay/Makefile head/games/rftg/Makefile head/games/ri-li/Makefile head/games/rnd_jue/Makefile head/games/robocode/Makefile head/games/robotfindskitten/Makefile head/games/rockdodger/Makefile head/games/rocksndiamonds-data/Makefile head/games/rocksndiamonds/Makefile head/games/rottdc/Makefile head/games/rt2-demo/Makefile head/games/rtb/Makefile head/games/rubix/Makefile head/games/ruby-exmars/Makefile head/games/sampsvr/Makefile head/games/sarien/Makefile head/games/sauerbraten/Makefile head/games/scare/Makefile head/games/scid/Makefile head/games/scorched3d/Makefile head/games/scourge-data/Makefile head/games/scourge/Makefile head/games/scramble/Makefile head/games/scummvm-tools/Makefile head/games/scummvm/Makefile head/games/sdb/Makefile head/games/sdl-ball/Makefile head/games/sdlCC/Makefile head/games/sdl_jewels/Makefile head/games/sdl_lopan/Makefile head/games/sdl_scavenger/Makefile head/games/sdlquake2/Makefile head/games/sdlroids/Makefile head/games/sdlsand/Makefile head/games/sea-defender/Makefile head/games/seabattle/Makefile head/games/seahaven/Makefile head/games/searchandrescue-data/Makefile head/games/searchandrescue/Makefile head/games/secretmaryochronicles-music/Makefile head/games/secretmaryochronicles/Makefile head/games/senken/Makefile head/games/sets/Makefile head/games/sex/Makefile head/games/shaaft/Makefile head/games/shootingstar/Makefile head/games/simplevaders/Makefile head/games/simsu/Makefile head/games/simutrans/Makefile head/games/sjeng/Makefile head/games/sl/Makefile head/games/slashem-tty/Makefile head/games/slump/Makefile head/games/slune/Makefile head/games/smashbattle/Makefile head/games/smiley/Makefile head/games/sokoban/Makefile head/games/sol/Makefile head/games/solarconquest/Makefile head/games/solarwolf/Makefile head/games/sopwith/Makefile head/games/spacejunk/Makefile head/games/speak/Makefile head/games/species/Makefile head/games/spellathon/Makefile head/games/spellcast/Makefile head/games/speyes/Makefile head/games/spicetrade/Makefile head/games/spider/Makefile head/games/spring/Makefile head/games/springlobby/Makefile head/games/starfighter/Makefile head/games/starlanes/Makefile head/games/steelstorm/Makefile head/games/stepmania-devel/Makefile head/games/stockfish/Makefile head/games/stonesoup-sdl/Makefile head/games/stonesoup/Makefile head/games/stormbaancoureur/Makefile head/games/stransball2/Makefile head/games/stratagus/Makefile head/games/sudoku/Makefile head/games/sudoku_solver/Makefile head/games/sudsol/Makefile head/games/sumwars/Makefile head/games/super_methane_brothers/Makefile head/games/supertux-devel/Makefile head/games/supertux/Makefile head/games/supertuxkart/Makefile head/games/sxsame/Makefile head/games/syobon/Makefile head/games/tads/Makefile head/games/taipan/Makefile head/games/tanglet/Makefile head/games/tank/Makefile head/games/tbclock/Makefile head/games/tbe/Makefile head/games/tecnoballz/Makefile head/games/teeworlds/Makefile head/games/teg/Makefile head/games/tenebrae/Makefile head/games/tetrinet-x/Makefile head/games/tetrinet/Makefile head/games/tetrons/Makefile head/games/tetzle/Makefile head/games/textmaze/Makefile head/games/thegrind/Makefile head/games/thevalley/Makefile head/games/thudboard/Makefile head/games/tileworld/Makefile head/games/timeseal/Makefile head/games/tinymux/Makefile head/games/tkmoo/Makefile head/games/tksol/Makefile head/games/tmw/Makefile head/games/tomatoes/Makefile head/games/tomenet/Makefile head/games/tong/Makefile head/games/toppler/Makefile head/games/torcs/Makefile head/games/tornado/Makefile head/games/torrent/Makefile head/games/toycars/Makefile head/games/trackballs/Makefile head/games/tractorgen/Makefile head/games/traindirector/Makefile head/games/tremulous/Makefile head/games/trigger/Makefile head/games/trimines/Makefile head/games/triplane/Makefile head/games/trojka/Makefile head/games/trophy/Makefile head/games/tsito/Makefile head/games/tt/Makefile head/games/ttraffic/Makefile head/games/ttt/Makefile head/games/tux-aqfh/Makefile head/games/tuxfighter/Makefile head/games/tuxkart/Makefile head/games/tuxmath/Makefile head/games/tuxpaint-config/Makefile head/games/tuxpaint-fonts/Makefile head/games/tuxpaint-stamps/Makefile head/games/tuxpaint/Makefile head/games/tuxpuck/Makefile head/games/tuxracer/Makefile head/games/tuxtype/Makefile head/games/twind/Makefile head/games/twitch/Makefile head/games/tycho/Makefile head/games/typespeed/Makefile head/games/tyrquake/Makefile head/games/ufoai-data/Makefile head/games/ufoai/Makefile head/games/uhexen/Makefile head/games/uhexen2-extras/Makefile head/games/uhexen2/Makefile head/games/ultimatestunts/Makefile head/games/umark/Makefile head/games/unknown-horizons/Makefile head/games/unnethack/Makefile head/games/untahris/Makefile head/games/uqm/Makefile head/games/urbanterror-data/Makefile head/games/utserver/Makefile head/games/valyriatear/Makefile head/games/vamos/Makefile head/games/vavoom-extras/Makefile head/games/vavoom/Makefile head/games/vdrift-data/Makefile head/games/vdrift/Makefile head/games/vectoroids/Makefile head/games/vegastrike-data/Makefile head/games/vegastrike/Makefile head/games/violetland/Makefile head/games/viruskiller/Makefile head/games/vitetris/Makefile head/games/volleyball/Makefile head/games/vor/Makefile head/games/vultures-eye/Makefile head/games/wanderer/Makefile head/games/wargus/Makefile head/games/warmux/Makefile head/games/warsow-data/Makefile head/games/warsow/Makefile head/games/warzone2100/Makefile head/games/wesnoth/Makefile head/games/whichwayisup/Makefile head/games/widelands/Makefile head/games/windstille/Makefile head/games/wmeyes/Makefile head/games/wmfortune/Makefile head/games/wmminichess/Makefile head/games/wmpuzzle/Makefile head/games/wmqstat/Makefile head/games/wmquake/Makefile head/games/wmshuffle/Makefile head/games/wmtictactoe/Makefile head/games/wolfpack/Makefile head/games/wop/Makefile head/games/wordplay/Makefile head/games/worldofpadman/Makefile head/games/wtf/Makefile head/games/xabacus/Makefile head/games/xarchon/Makefile head/games/xasteroids/Makefile head/games/xataxx/Makefile head/games/xbat/Makefile head/games/xbattle/Makefile head/games/xbill/Makefile head/games/xbl/Makefile head/games/xblackjack/Makefile head/games/xblast/Makefile head/games/xblood/Makefile head/games/xboard/Makefile head/games/xboing/Makefile head/games/xbomb/Makefile head/games/xbomber/Makefile head/games/xbubble/Makefile head/games/xchadance/Makefile head/games/xcheckers/Makefile head/games/xchomp/Makefile head/games/xconq/Makefile head/games/xcowsay/Makefile head/games/xcubes/Makefile head/games/xdeblock/Makefile head/games/xdemineur/Makefile head/games/xdesktopwaves/Makefile head/games/xdigger/Makefile head/games/xdino/Makefile head/games/xevil/Makefile head/games/xeyesplus/Makefile head/games/xfireworks/Makefile head/games/xflame/Makefile head/games/xfrisk/Makefile head/games/xgalaga++/Makefile head/games/xgalaga/Makefile head/games/xglk/Makefile head/games/xgospel/Makefile head/games/xhexagons/Makefile head/games/xhime/Makefile head/games/xinfocom/Makefile head/games/xinvaders/Makefile head/games/xinvaders3d/Makefile head/games/xisola/Makefile head/games/xjewel/Makefile head/games/xjig/Makefile head/games/xjump/Makefile head/games/xjumpx/Makefile head/games/xkobo/Makefile head/games/xkoules/Makefile head/games/xlaby/Makefile head/games/xlife/Makefile head/games/xlogical/Makefile head/games/xmahjongg/Makefile head/games/xmastermind/Makefile head/games/xmball/Makefile head/games/xmemory/Makefile head/games/xmille/Makefile head/games/xmine/Makefile head/games/xminehunter/Makefile head/games/xmines/Makefile head/games/xminesweep/Makefile head/games/xmlink/Makefile head/games/xmoto/Makefile head/games/xmris/Makefile head/games/xmulti/Makefile head/games/xneko/Makefile head/games/xoct/Makefile head/games/xoids/Makefile head/games/xoj/Makefile head/games/xonix/Makefile head/games/xonotic/Makefile head/games/xorgramana/Makefile head/games/xosmulti/Makefile head/games/xpacman/Makefile head/games/xpanex/Makefile head/games/xpat2/Makefile head/games/xpenguins/Makefile head/games/xpilot-ng-client/Makefile head/games/xpilot-ng-server/Makefile head/games/xpilot/Makefile head/games/xpipeman/Makefile head/games/xpired/Makefile head/games/xpuyopuyo/Makefile head/games/xpuzzletama/Makefile head/games/xpyraminx/Makefile head/games/xqf/Makefile head/games/xrally/Makefile head/games/xrick/Makefile head/games/xrisk/Makefile head/games/xroach/Makefile head/games/xroads/Makefile head/games/xrobots/Makefile head/games/xrot/Makefile head/games/xrubik/Makefile head/games/xsc/Makefile head/games/xscavenger/Makefile head/games/xscorch/Makefile head/games/xscrabble/Makefile head/games/xshisen/Makefile head/games/xshogi/Makefile head/games/xskat/Makefile head/games/xskewb/Makefile head/games/xsokoban/Makefile head/games/xsoldier/Makefile head/games/xspacewarp/Makefile head/games/xspringies/Makefile head/games/xteddy/Makefile head/games/xtet42/Makefile head/games/xtic/Makefile head/games/xtriangles/Makefile head/games/xtris/Makefile head/games/xtrojka/Makefile head/games/xtron/Makefile head/games/xtruco/Makefile head/games/xtux/Makefile head/games/xvier/Makefile head/games/xvmahjongg/Makefile head/games/xvmines/Makefile head/games/xwelltris/Makefile head/games/xwordpy/Makefile head/games/xworm/Makefile head/games/xye/Makefile head/games/xzip/Makefile head/games/yadex/Makefile head/games/yahtzee/Makefile head/games/yamsweeper/Makefile head/games/zangband/Makefile head/games/zatacka/Makefile head/games/zaz/Makefile head/games/zephulor/Makefile head/games/znibbles/Makefile head/games/zoom/Makefile head/games/ztrack/Makefile Modified: head/games/0ad/Makefile ============================================================================== --- head/games/0ad/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/0ad/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -42,6 +42,7 @@ MANUAL_PACKAGE_BUILD= yes # huge PORTDATA= * +NO_STAGE= yes .include # Taken from Mk/bsd.gnustep.mk Modified: head/games/0verkill/Makefile ============================================================================== --- head/games/0verkill/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/0verkill/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: 0verkill -# Date created: 5 May 2001 -# Whom: Kris Kennaway -# +# Created by: Kris Kennaway # $FreeBSD$ -# PORTNAME= 0verkill PORTVERSION= 0.16 @@ -27,6 +23,7 @@ CONFIGURE_ARGS+= --with-x PLIST_SUB= X11="" .endif +NO_STAGE= yes pre-everything:: .if !defined(WITHOUT_X11) @${ECHO_MSG} Modified: head/games/3dc/Makefile ============================================================================== --- head/games/3dc/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/3dc/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -21,6 +21,7 @@ USE_PERL5= build USE_XORG= x11 xaw xext xmu xpm xt WRKSRC= ${WRKDIR}/3Dc/src +NO_STAGE= yes post-patch: .for file in init.c main.c piece.c stack.c xif.c @${REINPLACE_CMD} -i '' -e 's|malloc.h|stdlib.h|' \ Modified: head/games/3dpong/Makefile ============================================================================== --- head/games/3dpong/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/3dpong/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -37,6 +37,7 @@ PORTEXAMPLES= * DESKTOP_ENTRIES="3D Pong" "${COMMENT}" "${PORTNAME}" \ "${PORTNAME}" "Game;ArcadeGame;" false +NO_STAGE= yes .include post-patch: Modified: head/games/4stattack/Makefile ============================================================================== --- head/games/4stattack/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/4stattack/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: 4stAttack -# Date created: 26 Jan 2004 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTNAME= 4stattack PORTVERSION= 2.1.4 @@ -24,6 +20,7 @@ NO_BUILD= yes PYC= PYTHON="${PYTHON_CMD}" ${SH} ${SCRIPTDIR}/py-compile +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|; s|%%PYTHON%%|${PYTHON_CMD}|' \ ${WRKSRC}/4stattack Modified: head/games/54321/Makefile ============================================================================== --- head/games/54321/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/54321/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: 54321 -# Date created: 22 November 2001 -# Whom: Leland Wang -# +# Created by: Leland Wang # $FreeBSD$ -# PORTNAME= 54321 PORTVERSION= 1.0.2001.11.16 @@ -23,6 +19,7 @@ USE_GMAKE= yes MAKEFILE= GNUmakefile ALL_TARGET= all size +NO_STAGE= yes post-extract: @${MKDIR} ${WRKSRC}/archs/FreeBSD @${CP} ${FILESDIR}/variables.GNU ${WRKSRC}/archs/FreeBSD Modified: head/games/BillardGL/Makefile ============================================================================== --- head/games/BillardGL/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/BillardGL/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -39,6 +39,7 @@ OPTIONS_DEFINE= LANG OPTIONS_DEFAULT=LANG LANG_DESC= Install Language +NO_STAGE= yes .include .if ${PORT_OPTIONS:MLANG} Modified: head/games/CaribbeanStud/Makefile ============================================================================== --- head/games/CaribbeanStud/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/CaribbeanStud/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,7 +1,5 @@ # Created by: Andrey Zakhvatov -# # $FreeBSD$ -# PORTNAME= CaribbeanStud PORTVERSION= 1.0 @@ -18,6 +16,7 @@ MAKEFILE= Xmakefile USES= motif CFLAGS+= -Wno-deprecated +NO_STAGE= yes do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/CaribbeanStud ${PREFIX}/bin @ ${INSTALL_DATA} ${WRKSRC}/CaribbeanStud.res ${PREFIX}/lib/X11/app-defaults/CaribbeanStud Modified: head/games/HeroesOfMightAndMagic/Makefile ============================================================================== --- head/games/HeroesOfMightAndMagic/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/HeroesOfMightAndMagic/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: HeroesOfMightAndMagic3 -# Date created: 24 Feb 2001 -# Whom: Holger Lamm -# +# Created by: Holger Lamm # $FreeBSD$ -# PORTNAME= HeroesOfMightAndMagic PORTVERSION= 3 @@ -29,6 +25,7 @@ GAMESUBDIR= games/Heroes3 GAMEDIR= ${PREFIX}/${GAMESUBDIR} SCRIPTS_ENV+= INSTALL_DATA="${INSTALL_DATA}" PLIST=${PLIST} PKGDIR=${PKGDIR} +NO_STAGE= yes do-install: @cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/do-install Modified: head/games/KnightCap/Makefile ============================================================================== --- head/games/KnightCap/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/KnightCap/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: KnightCap -# Date created: 10 May 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= knightcap PORTVERSION= 3.6 @@ -25,6 +21,7 @@ DOCSDIR= ${PREFIX}/share/doc/KnightCap PORTDOCS= README PLIST_FILES= bin/KnightCap +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/KnightCap ${PREFIX}/bin .if !defined(NOPORTDOCS) Modified: head/games/abe/Makefile ============================================================================== --- head/games/abe/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/abe/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -35,6 +35,7 @@ OPTIONS_DEFINE= GOD_MODE OPTIMIZED_CFLAG OPTIONS_DEFAULT= OPTIMIZED_CFLAGS GOD_MODE_DESC= Enable God Mode (toggle with 'g') +NO_STAGE= yes .include post-patch: Modified: head/games/abuse_sdl/Makefile ============================================================================== --- head/games/abuse_sdl/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/abuse_sdl/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -29,6 +29,7 @@ PORTDOCS= AUTHORS ChangeLog NEWS README DESKTOP_ENTRIES="Abuse-SDL" "${COMMENT}" "abuse" \ "abuse" "Game;StrategyGame;" false +NO_STAGE= yes .include post-install: Modified: head/games/acm/Makefile ============================================================================== --- head/games/acm/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/acm/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: acm -# Date created: 5 March 1995 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= acm PORTVERSION= 5.0 @@ -23,6 +19,7 @@ USE_PERL5= build MAN6= acm.6 +NO_STAGE= yes .include # Include sound support (Use network audio server (nas)) Modified: head/games/actx/Makefile ============================================================================== --- head/games/actx/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/actx/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -19,6 +19,7 @@ MANLANG= "" ja ACTXDIR= ${PREFIX}/share/examples/actx +NO_STAGE= yes .include post-extract: Modified: head/games/adgali/Makefile ============================================================================== --- head/games/adgali/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/adgali/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: adgali -# Date created: Sep 23, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= adgali PORTVERSION= 0.2.4 @@ -34,6 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo CONFIGURE_ARGS= --enable-compile-optim=no USE_LDCONFIG= yes +NO_STAGE= yes .include .if ${ARCH} == "alpha" Modified: head/games/adom/Makefile ============================================================================== --- head/games/adom/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/adom/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: adom -# Date created: 22 July 1999 -# Whom: Oleg V. Volkov -# +# Created by: Oleg V. Volkov # $FreeBSD$ -# PORTNAME= adom PORTVERSION= 1.1.1 @@ -30,6 +26,7 @@ WRKSRC= ${WRKDIR}/adom NO_BUILD= yes STRIP= # empty: do not strip linux binary! +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/adom ${PREFIX}/bin .if !defined(NOPORTDOCS) Modified: head/games/adonthell/Makefile ============================================================================== --- head/games/adonthell/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/adonthell/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,7 +1,4 @@ -# New ports collection makefile for: adonthell -# Date created: Sat May 10 15:26:09 CEST 2003 -# Whom: Miguel Mendez -# +# Created by: Miguel Mendez # $FreeBSD$ # $MCom: ports/games/adonthell/Makefile,v 1.1 2006/10/04 20:13:33 ahze Exp $ @@ -37,6 +34,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_L WEDGE_VERSION= 0.3.5 +NO_STAGE= yes .include .if ${ARCH} == "sparc64" Modified: head/games/aestats/Makefile ============================================================================== --- head/games/aestats/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/aestats/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -33,6 +33,7 @@ post-extract: .SILENT # us Linux .o files instead. With some hacking, we can build native FreeBSD # executables from those .o files. Pretty neat, huh? :-) # +NO_STAGE= yes pre-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -c fbsd_stub.c ${OBJCOPY} --redefine-sym stdout=__stdoutp ${WRKSRC}/aespages.o Modified: head/games/affenspiel/Makefile ============================================================================== --- head/games/affenspiel/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/affenspiel/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: affenspiel -# Date created: 2 May 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= affenspiel PORTVERSION= 1.0 @@ -30,6 +26,7 @@ MAKE_ARGS= CC="${CC}" LIBS="-L${LOCALBAS PORTDOCS= COPYRIGHT README PLIST_FILES= bin/affenspiel +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/affenspiel ${PREFIX}/bin .if !defined(NOPORTDOCS) Modified: head/games/afternoonstalker/Makefile ============================================================================== --- head/games/afternoonstalker/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/afternoonstalker/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -23,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN6= afternoonstalker.6 PORTDOCS= AUTHORS COPYING INSTALL NEWS README THANKS TODO +NO_STAGE= yes .include post-patch: Modified: head/games/agame/Makefile ============================================================================== --- head/games/agame/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/agame/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -30,6 +30,7 @@ DESKTOP_ENTRIES="game" \ "Game;BlocksGame;" \ false +NO_STAGE= yes .include post-patch: Modified: head/games/alephone-data/Makefile ============================================================================== --- head/games/alephone-data/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/alephone-data/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -30,6 +30,7 @@ INFINITY_DESC= Install Marathon Infinity SUB_FILES= wrapper +NO_STAGE= yes .include DATADIR!= cd ${PORTSDIR}/games/alephone && ${MAKE} -V DATADIR Modified: head/games/alephone-scenarios/Makefile ============================================================================== --- head/games/alephone-scenarios/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/alephone-scenarios/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -38,6 +38,7 @@ GRAY_DESC= Install The gray incident dat SUB_FILES= wrapper +NO_STAGE= yes .include DATADIR!= cd ${PORTSDIR}/games/alephone && ${MAKE} -V DATADIR Modified: head/games/alephone/Makefile ============================================================================== --- head/games/alephone/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/alephone/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -34,6 +34,7 @@ ZZIP_DESC= Enable zziplib support OPTIONS_DEFAULT= MAD OGG SPEEX SMPEG TTF ZZIP +NO_STAGE= yes .include .if ${PORT_OPTIONS:MMAD} Modified: head/games/alienarena-data/Makefile ============================================================================== --- head/games/alienarena-data/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/alienarena-data/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: alienarena-data -# Date created: 11 May 2005 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD$ -# PORTNAME= alienarena PORTVERSION= 2011.753 @@ -26,6 +22,7 @@ NO_PACKAGE= Package will be 370MB, set F PLIST= ${WRKDIR}/pkg-plist WRKSRC= ${WRKDIR}/${PORTNAME}-7.53 +NO_STAGE= yes .include pre-install: Modified: head/games/alienarena/Makefile ============================================================================== --- head/games/alienarena/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/alienarena/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -47,6 +47,7 @@ PLIST_SUB= LIBDIR=${LIBDIR:S/${PREFIX}\/ LIBDIR= ${PREFIX}/lib/${PORTNAME} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCLIENT} Modified: head/games/alienblaster/Makefile ============================================================================== --- head/games/alienblaster/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/alienblaster/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: games/alienblaster -# Date created: 8 Aug 2005 -# Whom: Alejandro Pulver -# +# Created by: Alejandro Pulver # $FreeBSD$ -# PORTNAME= alienblaster PORTVERSION= 1.1.0 @@ -23,6 +19,7 @@ REINPLACE_ARGS= -i '' WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes post-patch: # Fix make command @${REINPLACE_CMD} -e 's|make|${GMAKE}|g' ${WRKSRC}/${MAKEFILE} Modified: head/games/alienwave/Makefile ============================================================================== --- head/games/alienwave/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/alienwave/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -27,6 +27,7 @@ ALL_TARGET= ${PORTNAME} PORTDOCS= README STORY TO_DO PLIST_FILES= bin/alienwave +NO_STAGE= yes .include .if ${PORT_OPTIONS:MLEVEL_EASY} Modified: head/games/allacrost/Makefile ============================================================================== --- head/games/allacrost/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/allacrost/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -39,6 +39,7 @@ PORTDOCS= MANUAL OPTIONS_DEFINE= EDITOR DOCS EDITOR_DESC= Enable editor +NO_STAGE= yes .include .if ${PORT_OPTIONS:MEDITOR} Modified: head/games/amoebax/Makefile ============================================================================== --- head/games/amoebax/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/amoebax/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -26,6 +26,7 @@ MAN6= amoebax.6 PORTDOCS= * +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s|doc||' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|datarootdir|datadir|' ${WRKSRC}/data/Makefile.in Modified: head/games/an/Makefile ============================================================================== --- head/games/an/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/an/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: an -# Date created: 28 Feb 1997 -# Whom: proff -# +# Created by: proff # $FreeBSD$ -# PORTNAME= an PORTVERSION= 0.95 @@ -19,6 +15,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER MAN6= an.6 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '//d' ${WRKSRC}/an.c Modified: head/games/angband/Makefile ============================================================================== --- head/games/angband/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/angband/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -21,6 +21,7 @@ X11_DESC= Enable X11 (graphical) backend OPTIONS_DEFAULT=X11 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MX11} Modified: head/games/anki/Makefile ============================================================================== --- head/games/anki/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/anki/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -28,6 +28,7 @@ USE_QT4= network_run webkit_run MAN1= ${PORTNAME}.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/share/|${PREFIX}/share/|' \ ${WRKSRC}/runanki Modified: head/games/annelid/Makefile ============================================================================== --- head/games/annelid/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/annelid/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -30,6 +30,7 @@ DATAFILES= annelid.dat apple.tga apple.w score.wav segment.tga shrink.wav slow.wav speed.wav title.tga \ vortex.wav +NO_STAGE= yes .include post-patch: Modified: head/games/antipolix/Makefile ============================================================================== --- head/games/antipolix/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/antipolix/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -17,6 +17,7 @@ USES= imake USE_XORG= x11 NO_INSTALL_MANPAGES= yes +NO_STAGE= yes .include pre-build: @${TOUCH} ${WRKSRC}/client.man ${WRKSRC}/server.man Modified: head/games/aop/Makefile ============================================================================== --- head/games/aop/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/aop/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -20,6 +20,7 @@ ALL_TARGET= #empty PORTDOCS= README +NO_STAGE= yes .include post-patch: Modified: head/games/apoolGL/Makefile ============================================================================== --- head/games/apoolGL/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/apoolGL/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: apoolGL -# Date created: 26 Aug 2005 -# Whom: Igor Pokrovsky -# +# Created by: Igor Pokrovsky # $FreeBSD$ -# PORTNAME= apoolGL PORTVERSION= 0.99.22 @@ -20,6 +16,7 @@ USE_GL= gl PORTDOCS= ApoolGL.txt CHANGELOG OpenGL-Features +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|`${PRINTF} '\r'`$$||" ${WRKSRC}/ApoolGL.txt @${REINPLACE_CMD} -e 's|SDL/||' ${WRKSRC}/*.c Modified: head/games/apricots/Makefile ============================================================================== --- head/games/apricots/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/apricots/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -32,6 +32,7 @@ DESKTOP_ENTRIES="Apricots" \ OPTIONS_DEFINE= OPENAL OPTIONS_DEFAULT=OPENAL +NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPENAL} Modified: head/games/armagetron/Makefile ============================================================================== --- head/games/armagetron/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/armagetron/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -28,6 +28,7 @@ ARMA_SERVER_ONLY_DESC= Build dedicated s OPTIONS_DEFAULT= MUSIC +NO_STAGE= yes .include .if ${PORT_OPTIONS:MARMA_SERVER_ONLY} Modified: head/games/arx-libertatis/Makefile ============================================================================== --- head/games/arx-libertatis/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/arx-libertatis/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -35,6 +35,7 @@ PORTDOCS= AUTHORS CHANGELOG README.md OPTIONS_DEFINE= CRASHREPORTER CRASHREPORTER_DESC= Build crash reporter (requires Qt4) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCRASHREPORTER} Modified: head/games/asc/Makefile ============================================================================== --- head/games/asc/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/asc/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -49,6 +49,7 @@ CFLAGS+= -D_UNICODE_BROKEN_ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include .if ${PORT_OPTIONS:MMUSIC} Modified: head/games/asciiquarium/Makefile ============================================================================== --- head/games/asciiquarium/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/asciiquarium/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -17,6 +17,7 @@ NO_BUILD= yes USES= perl5 PLIST_FILES= bin/asciiquarium +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} Modified: head/games/assaultcube/Makefile ============================================================================== --- head/games/assaultcube/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/assaultcube/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -45,6 +45,7 @@ CLIENT_DESC= Build client DEDICATED_DESC= Build dedicated server MASTER_DESC= Build master server +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCLIENT} Modified: head/games/asteroid/Makefile ============================================================================== --- head/games/asteroid/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/asteroid/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -25,6 +25,7 @@ USES= cmake PORTDOCS= AUTHORS NEWS README.md +NO_STAGE= yes .include post-install: Modified: head/games/asteroids3d/Makefile ============================================================================== --- head/games/asteroids3d/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/asteroids3d/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -33,6 +33,7 @@ ICON_SIZES= 32x32 48x48 64x64 72x72 96x9 DESKTOP_ENTRIES="Asteroids3D" "${COMMENT}" "${PORTNAME}" \ "${PORTNAME}" "Game;ArcadeGame;" false +NO_STAGE= yes pre-configure: @(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh) Modified: head/games/atanks/Makefile ============================================================================== --- head/games/atanks/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/atanks/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: atanks -# Date created: 10 June 2010 -# Whom: Jesse Smith -# +# Created by: Jesse Smith # $FreeBSD$ -# PORTNAME= atanks PORTVERSION= 5.1 @@ -19,6 +15,7 @@ USE_GMAKE= yes MAKE_ARGS+= PREFIX=${PREFIX}/ PATCH_DEBUG= 1 +NO_STAGE= yes .include post-patch: Modified: head/games/atitd/Makefile ============================================================================== --- head/games/atitd/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/atitd/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: atitd -# Date created: 17 Jul 2003 -# Whom: Matthew N. Dodd -# +# Created by: Matthew N. Dodd # $FreeBSD$ -# PORTNAME= atitd PORTVERSION= 1.0 @@ -19,6 +15,7 @@ COMMENT= The Linux "A Tale in the Desert RUN_DEPENDS= ${LOCALBASE}/bin/xhost:${PORTSDIR}/x11/xhost +NO_STAGE= yes .include .ifdef(WITH_NVIDIA_GL) Modified: head/games/atomix/Makefile ============================================================================== --- head/games/atomix/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/atomix/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/games\.games/games:games/' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^$$/d' ${WRKSRC}/po/POTFILES.in Modified: head/games/atr3d/Makefile ============================================================================== --- head/games/atr3d/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/atr3d/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -30,6 +30,7 @@ USE_AUTOTOOLS= automake autoconf CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPENAL} Modified: head/games/atris-sounds/Makefile ============================================================================== --- head/games/atris-sounds/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/atris-sounds/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: games/atris-sounds -# Date created: 9 Aug 2005 -# Whom: Alejandro Pulver -# +# Created by: Alejandro Pulver # $FreeBSD$ -# PORTNAME= atris PORTVERSION= 1.0.1 @@ -22,6 +18,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes NO_WRKSUBDIR= yes +NO_STAGE= yes post-patch: # Fix path to ${DATADIR} ${REINPLACE_CMD} -e 's|\(GAME_INSTALLDIR=\).*|\1"${DATADIR}"|' \ Modified: head/games/atris/Makefile ============================================================================== --- head/games/atris/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/atris/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: games/atris -# Date created: 9 Aug 2005 -# Whom: Alejandro Pulver -# +# Created by: Alejandro Pulver # $FreeBSD$ -# PORTNAME= atris PORTVERSION= 1.0.7 @@ -23,6 +19,7 @@ CONFIGURE_ARGS= --program-transform-name MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" +NO_STAGE= yes post-patch: # Fix path to ${DATADIR} ${REINPLACE_CMD} -e 's|\(GAME_INSTALLDIR=\).*|\1"${DATADIR}"|' \ Modified: head/games/avanor/Makefile ============================================================================== --- head/games/avanor/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/avanor/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: avanor -# Date created: 2007-02-27 -# Whom: Martin Tournoij -# +# Created by: Martin Tournoij # $FreeBSD$ -# PORTNAME= avanor PORTVERSION= 0.5.8 @@ -19,6 +15,7 @@ USE_GMAKE= yes MAKE_ARGS+= VERSION=${PORTVERSION} DATA_DIR=${DATADIR}/ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|g++|${CXX}|; \ s|CFLAGS =|CFLAGS+=|;" \ Modified: head/games/avoision/Makefile ============================================================================== --- head/games/avoision/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/avoision/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -40,6 +40,7 @@ PORTDOCS= ChangeLog OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-install: Modified: head/games/avp-demo/Makefile ============================================================================== --- head/games/avp-demo/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/avp-demo/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: games/avp-demo -# Date created: 11 Sep 2009 -# Whom: Stas Timokhin -# +# Created by: Stas Timokhin # $FreeBSD$ -# PORTNAME= avp-demo PORTVERSION= 0.1 @@ -23,6 +19,7 @@ WRKSRC= ${WRKDIR} BUILD_WRKSRC= ${WRKDIR}/avp_git USE_OPENAL= yes +NO_STAGE= yes .include .if !(${ARCH} == i386 || ${ARCH} == pc98) Modified: head/games/awale/Makefile ============================================================================== --- head/games/awale/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/awale/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: awale -# Date created: 15 August 2007 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= awale PORTVERSION= 1.5 @@ -19,6 +15,7 @@ GUI_DESC= Installs Tcl/Tk GUI MAN6= ${PORTNAME}.6 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGUI} Modified: head/games/awele/Makefile ============================================================================== --- head/games/awele/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/awele/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -24,6 +24,7 @@ USE_TK= yes MAN6= xawele.6 PLIST_FILES= bin/awelewish bin/xawele +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|%%LOCALBASE%%|${LOCALBASE}|; \ Modified: head/games/balazar/Makefile ============================================================================== --- head/games/balazar/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/balazar/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: balazar -# Date created: 2005-10-06 -# Whom: Jose Alonso Cardenas Marquez -# +# Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ -# PORTNAME= balazar PORTVERSION= 0.3.4 @@ -34,6 +30,7 @@ USES= gettext PYDISTUTILS_PKGNAME= Balazar PYDISTUTILS_EGGINFODIR= ${PREFIX}/share +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/setup.cfg Modified: head/games/balazarbrothers/Makefile ============================================================================== --- head/games/balazarbrothers/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/balazarbrothers/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -33,6 +33,7 @@ DATADIR= share/balazar_brothers OPTIONS_DEFINE= OPENAL OPTIONS_DEFAULT= OPENAL +NO_STAGE= yes .include .include Modified: head/games/banihstypos/Makefile ============================================================================== --- head/games/banihstypos/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/banihstypos/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,6 +1,4 @@ -# New ports collection makefile for: banihstypos -# Date created: 05 October 2007 -# Whom: Philippe Audeoud +# Created by: Philippe Audeoud # $FreeBSD$ PORTNAME= banihstypos @@ -20,6 +18,7 @@ PLIST_FILES= bin/banihstypos PORTDOCS= readme.txt +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/banihstypos ${PREFIX}/bin .if !defined(NOPORTDOCS) Modified: head/games/barbie_seahorse_adventures/Makefile ============================================================================== --- head/games/barbie_seahorse_adventures/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/barbie_seahorse_adventures/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,4 +1,4 @@ -# Created by: nemysis@gmx.ch +# Created by: nemysis@gmx.ch # $FreeBSD$ PORTNAME= barbie_seahorse_adventures @@ -33,6 +33,7 @@ SUB_FILES= ${PORTNAME} DESKTOP_ENTRIES="Barbie Seahorse Adventures" "${COMMENT}" "${PORTNAME}" \ "${PORTNAME}" "Game;ArcadeGame;" ${FALSE} +NO_STAGE= yes .include post-patch: Modified: head/games/barrage/Makefile ============================================================================== --- head/games/barrage/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/barrage/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: barrage -# Date created: 23 April 2003 -# Whom: Kirill Ponomarew -# +# Created by: Kirill Ponomarew # $FreeBSD$ -# PORTNAME= barrage PORTVERSION= 1.0.4 @@ -19,6 +15,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-profile-path=/var/games +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/games/|/|g' ${WRKSRC}/configure Modified: head/games/bass/Makefile ============================================================================== --- head/games/bass/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/bass/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bass (Beneath a Steel Sky) -# Date created: Tue Sep 2 23:34:32 BST 2003 -# Whom: Alex Trull -# +# Created by: Alex Trull # $FreeBSD$ -# PORTNAME= bass PORTVERSION= 1.2 @@ -28,6 +24,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/${DISTNAME} SUB_FILES= pkg-message +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/sky.dnr ${DATADIR} Modified: head/games/bastet/Makefile ============================================================================== --- head/games/bastet/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/bastet/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,4 +1,4 @@ -# Created by: Michael Nottebrock +# Created by: Michael Nottebrock # $FreeBSD$ PORTNAME= bastet @@ -24,6 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN6= bastet.6 PLIST_FILES= bin/bastet +NO_STAGE= yes .include .if ${ARCH} != "i386" Modified: head/games/battalion/Makefile ============================================================================== --- head/games/battalion/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/battalion/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: battalion -# Date created: 17 May 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= battalion PORTVERSION= 1.4b @@ -26,6 +22,7 @@ LDFLAGS= -L${LOCALBASE}/lib MAN6= battalion.6 +NO_STAGE= yes post-extract: @${GZCAT} ${DISTDIR}/battalionSUN4.tar.gz | \ (cd ${WRKDIR} && ${TAR} --unlink -xf -) Modified: head/games/battletanks/Makefile ============================================================================== --- head/games/battletanks/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/battletanks/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -38,6 +38,7 @@ PORTDOCS= LICENSE LICENSE.EXCEPTION READ DESKTOP_ENTRIES="Battle Tanks" "${COMMENT}" "" "${PORTNAME}" \ "Game;ArcadeGame;" false +NO_STAGE= yes pre-build: # Regenerate `sl08.h' after we patch `sl08.py' (as patching the header itself # would have resulted in a larger diff and gratuitous difference with Debian) Modified: head/games/belooted/Makefile ============================================================================== --- head/games/belooted/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/belooted/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -22,6 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO +NO_STAGE= yes .include post-install: Modified: head/games/biloba/Makefile ============================================================================== --- head/games/biloba/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/biloba/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -21,6 +21,7 @@ DESKTOP_ENTRIES="Biloba" \ "Game;LogicGame;" \ false +NO_STAGE= yes post-install: ${INSTALL_DATA} ${WRKSRC}/biloba_icon.png ${DATADIR}/ Modified: head/games/biniax2/Makefile ============================================================================== --- head/games/biniax2/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/biniax2/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -16,6 +16,7 @@ USE_SDL= sdl mixer image USE_DOS2UNIX= yes NO_WRKSUBDIR= yes +NO_STAGE= yes post-patch: @${RM} -f ${WRKSRC}/data/Thumbs.db @${REINPLACE_CMD} -e 's|data/|${DATADIR}/|g' \ Modified: head/games/biorythm/Makefile ============================================================================== --- head/games/biorythm/Makefile Fri Sep 20 17:23:18 2013 (r327729) +++ head/games/biorythm/Makefile Fri Sep 20 17:36:33 2013 (r327730) @@ -1,9 +1,5 @@ -# New ports collection makefile for: biorythm -# Date created: 4 May 1999 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= biorythm PORTVERSION= 1.1.4 @@ -20,6 +16,7 @@ MAN6= ${PORTNAME}.6 PORTDOCS= ChangeLog README PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 17:46:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EFCB11000; Fri, 20 Sep 2013 17:46:05 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DD20B2619; Fri, 20 Sep 2013 17:46:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KHk5Mp014520; Fri, 20 Sep 2013 17:46:05 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KHk5tb014519; Fri, 20 Sep 2013 17:46:05 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201309201746.r8KHk5tb014519@svn.freebsd.org> From: Jung-uk Kim Date: Fri, 20 Sep 2013 17:46:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327731 - head/editors/libreoffice 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.14 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: Fri, 20 Sep 2013 17:46:06 -0000 Author: jkim Date: Fri Sep 20 17:46:05 2013 New Revision: 327731 URL: http://svnweb.freebsd.org/changeset/ports/327731 Log: Make sure to build with MDDS 0.9.0 and later. It is necessary since r327493 but the configure script does not check its version, unfortunately. Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Fri Sep 20 17:36:33 2013 (r327730) +++ head/editors/libreoffice/Makefile Fri Sep 20 17:46:05 2013 (r327731) @@ -14,7 +14,7 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTS ${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit \ dmake:${PORTSDIR}/devel/dmake \ ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ - ${LOCALBASE}/include/mdds/global.hpp:${PORTSDIR}/devel/mdds \ + mdds>=0.9.0:${PORTSDIR}/devel/mdds \ gpatch:${PORTSDIR}/devel/patch \ ucpp:${PORTSDIR}/devel/ucpp \ vigra-config:${PORTSDIR}/graphics/vigra \ From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 18:30:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 13D86A38; Fri, 20 Sep 2013 18:30:10 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E6A4B28EB; Fri, 20 Sep 2013 18:30:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KIU99o037129; Fri, 20 Sep 2013 18:30:09 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KIU1c4037034; Fri, 20 Sep 2013 18:30:01 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201830.r8KIU1c4037034@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 18:30:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327732 - in head/german: BBBike acroread8 acroread9 alt-aspell aspell bsdforen-firefox-searchplugin bsdgroup-firefox-searchplugin bsdpaste bugzilla bugzilla42 bugzilla44 calligra-l10n ... 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.14 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: Fri, 20 Sep 2013 18:30:10 -0000 Author: bapt Date: Fri Sep 20 18:30:00 2013 New Revision: 327732 URL: http://svnweb.freebsd.org/changeset/ports/327732 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: german) Modified: head/german/BBBike/Makefile head/german/acroread8/Makefile head/german/acroread9/Makefile head/german/alt-aspell/Makefile head/german/aspell/Makefile head/german/bsdforen-firefox-searchplugin/Makefile head/german/bsdgroup-firefox-searchplugin/Makefile head/german/bsdpaste/Makefile head/german/bugzilla/Makefile head/german/bugzilla42/Makefile head/german/bugzilla44/Makefile head/german/calligra-l10n/Makefile head/german/dict/Makefile head/german/ding/Makefile head/german/dtaus/Makefile head/german/eric4/Makefile head/german/geonext/Makefile head/german/gimp-help/Makefile head/german/hunspell/Makefile head/german/hyphen/Makefile head/german/ispell-alt/Makefile head/german/ispell-neu/Makefile head/german/ispell/Makefile head/german/jdictionary-eng-ger/Makefile head/german/jdictionary-ger-hun/Makefile head/german/kde4-l10n/Makefile head/german/libreoffice/Makefile head/german/manpages/Makefile head/german/mediathek/Makefile head/german/mythes/Makefile head/german/pecl-konto_check/Makefile head/german/phone/Makefile head/german/php_doc/Makefile head/german/schwobifyer/Makefile head/german/selfhtml/Makefile head/german/steak/Makefile head/german/tipp10/Makefile head/german/trytond_account_de_skr03/Makefile head/german/unix-connect/Makefile head/german/vtiger/Makefile head/german/webalizer2/Makefile head/german/wordpress/Makefile Modified: head/german/BBBike/Makefile ============================================================================== --- head/german/BBBike/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/BBBike/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -25,6 +25,7 @@ MYDESTDIR= ${PREFIX}/BBBike LOCAL_PERL_ARCH= ${PERL_ARCH} PLIST_SUB= LOCAL_PERL_ARCH=${LOCAL_PERL_ARCH} +NO_STAGE= yes do-build: cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} all install cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} clean Modified: head/german/acroread8/Makefile ============================================================================== --- head/german/acroread8/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/acroread8/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: german/acroread8 -# Date created: 27 December 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# CATEGORIES= german print linux @@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= DEU +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/german/acroread9/Makefile ============================================================================== --- head/german/acroread9/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/acroread9/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: german/acroread9 -# Date created: 28 March 2009 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PORTVERSION= 9.4.2 PORTREVISION= 1 @@ -14,4 +10,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= DEU +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/german/alt-aspell/Makefile ============================================================================== --- head/german/alt-aspell/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/alt-aspell/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: de-alt-aspell -# Date created: 14 July 2006 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= alt-aspell DISTVERSION= 6-de-20030222-1 @@ -15,5 +11,6 @@ COMMENT= Aspell German Old Spelling (Deu DICT= de +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/german/aspell/Makefile ============================================================================== --- head/german/aspell/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/aspell/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: de-aspell -# Date created: 1 September 2002 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= aspell DISTVERSION= 6-de-20030222-1 @@ -15,5 +11,6 @@ COMMENT= Aspell German dictionary DICT= de +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/german/bsdforen-firefox-searchplugin/Makefile ============================================================================== --- head/german/bsdforen-firefox-searchplugin/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/bsdforen-firefox-searchplugin/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsdforen-firefox-searchplugin -# Date created: 2006-03-24 -# Whom: Stefan 'Steve' Tell -# +# Created by: Stefan 'Steve' Tell # $FreeBSD$ -# PORTNAME= bsdforen-firefox-searchplugin PORTVERSION= 0.3 @@ -21,6 +17,7 @@ USE_FIREFOX= yes NO_BUILD= yes +NO_STAGE= yes .include do-extract: Modified: head/german/bsdgroup-firefox-searchplugin/Makefile ============================================================================== --- head/german/bsdgroup-firefox-searchplugin/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/bsdgroup-firefox-searchplugin/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsdgroup-firefox-searchplugin -# Date created: 2007-01-17 -# Whom: Stefan 'Steve' Tell -# +# Created by: Stefan 'Steve' Tell # $FreeBSD$ -# PORTNAME= bsdgroup-firefox-searchplugin PORTVERSION= 0.2 @@ -21,6 +17,7 @@ USE_FIREFOX= yes NO_BUILD= yes +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdgroup.src ${WRKSRC} Modified: head/german/bsdpaste/Makefile ============================================================================== --- head/german/bsdpaste/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/bsdpaste/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: nopastectl -# Date created: 12 January 2007 -# Whom: Aron Schlesinger -# +# Created by: Aron Schlesinger # $FreeBSD$ -# PORTNAME= bsdpaste PORTVERSION= 1.0.1 @@ -20,6 +16,7 @@ USE_RUBY_FEATURES= ruby18 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bsdpaste.rb ${PREFIX}/bin/bsdpaste Modified: head/german/bugzilla/Makefile ============================================================================== --- head/german/bugzilla/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/bugzilla/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -16,6 +16,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}bugzilla NO_WRKSUBDIR= yes +NO_STAGE= yes .include "${.CURDIR}/../../devel/bugzilla/Makefile.common" LANGDIR= ${WWWDIR}/template/de Modified: head/german/bugzilla42/Makefile ============================================================================== --- head/german/bugzilla42/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/bugzilla42/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -16,6 +16,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}bugzilla42 NO_WRKSUBDIR= yes +NO_STAGE= yes .include "${.CURDIR}/../../devel/bugzilla42/Makefile.common" LANGDIR= ${WWWDIR}/template/de Modified: head/german/bugzilla44/Makefile ============================================================================== --- head/german/bugzilla44/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/bugzilla44/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -17,6 +17,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}bugzilla44 NO_WRKSUBDIR= yes +NO_STAGE= yes .include "${.CURDIR}/../../devel/bugzilla44/Makefile.common" LANGDIR= ${WWWDIR}/template/de Modified: head/german/calligra-l10n/Makefile ============================================================================== --- head/german/calligra-l10n/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/calligra-l10n/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -9,5 +9,6 @@ COMMENT= German messages and documentati CALLIGRA_L10N= de +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/german/dict/Makefile ============================================================================== --- head/german/dict/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/dict/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dict -# Date created: 6 August 1997 -# Whom: wosch -# +# Created by: wosch # $FreeBSD$ -# PORTNAME= dict PORTVERSION= 1.2 @@ -21,6 +17,7 @@ RUN_DEPENDS= agrep:${PORTSDIR}/textproc/ dict= ger-eng.txt post-extract: ${dict} +NO_STAGE= yes ${dict}: ${GZCAT} < ${DISTDIR}/${dict}.gz > ${WRKSRC}/${.TARGET} Modified: head/german/ding/Makefile ============================================================================== --- head/german/ding/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/ding/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -20,6 +20,7 @@ MAN1= ding.1 DICTFILE= de-en.txt SWISSDICT= de_ch-en.txt +NO_STAGE= yes do-build: ${SED} -E -e '1,/^exec/ s!wish!wish8.4!' \ -e 's!/usr/share/dict/de-en.txt!${PREFIX}/share/ding/de-en.txt!' \ Modified: head/german/dtaus/Makefile ============================================================================== --- head/german/dtaus/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/dtaus/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -18,6 +18,7 @@ PORTEXAMPLES= dtaus.cls sample.ctl MAN1= dtaus.1 MAN5= dtaus.5 +NO_STAGE= yes do-configure: ${REINPLACE_CMD} -e 's|||g' \ ${WRKSRC}/bigint.c ${WRKSRC}/dtaus.c Modified: head/german/eric4/Makefile ============================================================================== --- head/german/eric4/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/eric4/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -5,4 +5,5 @@ CATEGORIES= german devel python I18N_LANG= de +NO_STAGE= yes .include "${.CURDIR}/../../devel/eric4/Makefile.inc" Modified: head/german/geonext/Makefile ============================================================================== --- head/german/geonext/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/geonext/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: de-geonext -# Date created: 24 July 2003 -# Whom: Andreas Fehlner (fehlner@gmx.de) -# +# Created by: Andreas Fehlner (fehlner@gmx.de) # $FreeBSD$ -# PORTREVISION= 1 CATEGORIES= german @@ -14,4 +10,5 @@ COMMENT= Interactive (dynamic) elementar WITH_LANG= de MASTERDIR= ${.CURDIR}/../../math/geonext +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/german/gimp-help/Makefile ============================================================================== --- head/german/gimp-help/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/gimp-help/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gimp-help -# Date created: 10th April 2010 -# Whom: SimaMoto,RyoTa -# +# Created by: SimaMoto,RyoTa # $FreeBSD$ -# CATEGORIES= german graphics @@ -15,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../../misc/gimp-he DOCLANG= de AMPLE= "@comment " +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/german/hunspell/Makefile ============================================================================== --- head/german/hunspell/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/hunspell/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -35,6 +35,7 @@ PLIST_FILES+= %%DATADIR%%/${ALIAS}.aff \ %%DATADIR%%/${ALIAS}.dic .endfor +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hunspell/de_AT.aff ${WRKSRC}/hunspell/de_AT.dic \ Modified: head/german/hyphen/Makefile ============================================================================== --- head/german/hyphen/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/hyphen/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,4 @@ -# New ports collection makefile for: de-hyphen -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= hyphen PORTVERSION= 2007.02.17 @@ -30,6 +25,7 @@ DEALIASES= de_AT de_BE de_CH de_LI de_LU PLIST_FILES+= %%DATADIR%%/hyph_${ALIAS}.dic .endfor +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hyph_de_DE.dic ${DATADIR}/ Modified: head/german/ispell-alt/Makefile ============================================================================== --- head/german/ispell-alt/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/ispell-alt/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dealt-ispell -# Date created: 10 February 2000 -# Whom: Alexander Langer -# +# Created by: Alexander Langer # $FreeBSD$ -# PORTNAME= ispell CATEGORIES= german @@ -15,6 +11,7 @@ ISPELL_DEALT= yes MASTERDIR= ${.CURDIR}/../../textproc/ispell .if exists(${.CURDIR}/Makefile.local) +NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif Modified: head/german/ispell-neu/Makefile ============================================================================== --- head/german/ispell-neu/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/ispell-neu/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -12,6 +12,7 @@ MASTERDIR= ${.CURDIR}/../../textproc/isp USES= perl5 .if exists(${.CURDIR}/Makefile.local) +NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif Modified: head/german/ispell/Makefile ============================================================================== --- head/german/ispell/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/ispell/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -14,6 +14,7 @@ ISPELL_DENEU= yes MASTERDIR= ${.CURDIR}/../../textproc/ispell .if exists(${.CURDIR}/Makefile.local) +NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif Modified: head/german/jdictionary-eng-ger/Makefile ============================================================================== --- head/german/jdictionary-eng-ger/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/jdictionary-eng-ger/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -12,4 +12,5 @@ COMMENT= JDictionary plugin: English-Ger MASTERDIR= ${.CURDIR}/../../textproc/jdictionary +NO_STAGE= yes .include "${MASTERDIR}/Makefile.plugin" Modified: head/german/jdictionary-ger-hun/Makefile ============================================================================== --- head/german/jdictionary-ger-hun/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/jdictionary-ger-hun/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -12,4 +12,5 @@ COMMENT= JDictionary plugin: German-Hung MASTERDIR= ${.CURDIR}/../../textproc/jdictionary +NO_STAGE= yes .include "${MASTERDIR}/Makefile.plugin" Modified: head/german/kde4-l10n/Makefile ============================================================================== --- head/german/kde4-l10n/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/kde4-l10n/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -11,6 +11,7 @@ COMMENT= German messages and documentati KDE4_L10N= de MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" Modified: head/german/libreoffice/Makefile ============================================================================== --- head/german/libreoffice/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/libreoffice/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -4,6 +4,7 @@ LO_I18N= de LO_HAS_HELPPACK= yes CATEGORIES= german editors +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include Modified: head/german/manpages/Makefile ============================================================================== --- head/german/manpages/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/manpages/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: German manpages -# Date created: 29 September 1997 -# Whom: wosch -# +# Created by: wosch # $FreeBSD$ -# PORTNAME= manpages-de PORTVERSION= 0.5 @@ -21,6 +17,7 @@ PLIST= ${WRKSRC}/PLIST mandir= ${PREFIX}/man/${LANG} manpages= ${PORTNAME}-${PORTVERSION} +NO_STAGE= yes do-build: makewhatis ${WRKSRC}/${manpages} .if !defined(NO_MANCOMPRESS) Modified: head/german/mediathek/Makefile ============================================================================== --- head/german/mediathek/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/mediathek/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mediathek -# Date created: 2010-10-17 -# Whom: Lars Engels -# +# Created by: Lars Engels # $FreeBSD$ -# PORTNAME= mediathek PORTVERSION= 3.1.0 @@ -34,6 +30,7 @@ VLC_DESC= VLC support OPTIONS_DEFAULT= VLC +NO_STAGE= yes .include .if ${PORT_OPTIONS:MMPLAYER} Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/mythes/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,4 +1,3 @@ -# Created by: Baptiste Daroussin # $FreeBSD$ PORTNAME= mythes @@ -29,6 +28,7 @@ PLIST_FILES+= %%DATADIR%%/th_${ALIAS}_v2 %%DATADIR%%/th_${ALIAS}_v2.dat .endfor +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/th_de_DE_v2.dat ${WRKSRC}/th_de_DE_v2.idx ${DATADIR}/ Modified: head/german/pecl-konto_check/Makefile ============================================================================== --- head/german/pecl-konto_check/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/pecl-konto_check/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -20,6 +20,7 @@ DEFAULT_PHP_VER=53 WRKSRC= ${WRKDIR}/php +NO_STAGE= yes .include post-extract: Modified: head/german/phone/Makefile ============================================================================== --- head/german/phone/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/phone/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: German phone codes -# Date created: 1997-12-30 -# Whom: wosch -# +# Created by: wosch # $FreeBSD$ -# PORTNAME= phone PORTVERSION= 1.0 @@ -22,6 +18,7 @@ EXTRACT_BEFORE_ARGS= # None EXTRACT_AFTER_ARGS= > ${WRKSRC}/de.phone NO_BUILD= YES +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/de.phone ${PREFIX}/share/misc Modified: head/german/php_doc/Makefile ============================================================================== --- head/german/php_doc/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/php_doc/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,13 +1,10 @@ -# New ports collection makefile for: de-php_doc -# Date created: Sun Apr 29 15:33:03 CEST 2001 -# Whom: Dirk Froemberg -# +# Created by: Dirk Froemberg # $FreeBSD$ -# CATEGORIES= german lang PKGNAMEPREFIX= PHP_LANG= de MASTERDIR= ${.CURDIR}/../../lang/php_doc +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/german/schwobifyer/Makefile ============================================================================== --- head/german/schwobifyer/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/schwobifyer/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -13,6 +13,7 @@ MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/schwobifyer +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin Modified: head/german/selfhtml/Makefile ============================================================================== --- head/german/selfhtml/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/selfhtml/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: selfhtml -# Date created: January 7th 2005 -# Whom: Frerich Raabe -# +# Created by: Frerich Raabe # $FreeBSD$ -# PORTNAME= selfhtml PORTVERSION= 8.1.2 @@ -55,6 +51,7 @@ PORTDOCS= \ src \ xml +NO_STAGE= yes do-install: @${MKDIR} ${DOCSDIR} # line taken from textproc/xerces-j maintained by hq@FreeBSD.org Modified: head/german/steak/Makefile ============================================================================== --- head/german/steak/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/steak/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: steak -# Date created: 2003/01/02 -# Whom: Heiner -# +# Created by: Heiner # $FreeBSD$ -# PORTNAME= steak PORTVERSION= 1.7.3 @@ -36,6 +32,7 @@ PLIST_SUB+= NOXSTEAK:="@comment " PLIST_SUB+= NOXSTEAK:="" .endif +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s,\$$HOME/bin/Steak/Datensatz,${PREFIX}/share/steak/Datensatz,; \ s,BINDIR=\$$HOME/bin/Steak,BINDIR=${DATADIR},; \ Modified: head/german/tipp10/Makefile ============================================================================== --- head/german/tipp10/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/tipp10/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tipp10 -# Date created: 2007-11-26 -# Whom: Heiner -# +# Created by: Heiner # $FreeBSD$ -# PORTNAME= tipp10 PORTVERSION= 2.1.0 @@ -26,6 +22,7 @@ USE_QT4= gui sql corelib network script qmake_build rcc_build uic_build moc_build WRKSRC= ${WRKDIR}/tipp10_source_v2-1-0 +NO_STAGE= yes pre-configure: @cd ${WRKSRC} \ && for i in `grep -lR 'QCoreApplication::applicationDirPath()' *`; do ${REINPLACE_CMD} -e 's/QCoreApplication::applicationDirPath()/QString(DATADIR)/g' $$i ; done Modified: head/german/trytond_account_de_skr03/Makefile ============================================================================== --- head/german/trytond_account_de_skr03/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/trytond_account_de_skr03/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -18,4 +18,5 @@ CONFLICTS= trytond_account_de_skr03-2.[6 USE_PYTHON= yes USE_PYDISTUTILS=easy_install +NO_STAGE= yes .include Modified: head/german/unix-connect/Makefile ============================================================================== --- head/german/unix-connect/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/unix-connect/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -31,6 +31,7 @@ CFLAGS:= ${CFLAGS:S/-O[0-9]*//g} # gcc g MANUAL_PACKAGE_BUILD= needs hostname +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} Modified: head/german/vtiger/Makefile ============================================================================== --- head/german/vtiger/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/vtiger/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -1,7 +1,4 @@ -# New ports collection makefile for: german/vtiger -# Date created: 22 September 2007 -# Whom: Aron Schlesinger -# +# Created by: Aron Schlesinger # $FreeBSD$ PORTNAME= vtiger @@ -25,6 +22,7 @@ USE_ZIP= YES SUB_FILES= pkg-message +NO_STAGE= yes do-install: @${FIND} ${WRKSRC} -type f -exec ${SH} -c '${INSTALL_DATA} -v {} \ $$(${ECHO} {} | ${SED} -e "s,^${WRKSRC},${WWWDIR},")' \; Modified: head/german/webalizer2/Makefile ============================================================================== --- head/german/webalizer2/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/webalizer2/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -8,6 +8,7 @@ MASTERDIR?= ${.CURDIR}/../../www/webaliz WEBALIZER_LANG= german .if exists(${.CURDIR}/Makefile.local) +NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif Modified: head/german/wordpress/Makefile ============================================================================== --- head/german/wordpress/Makefile Fri Sep 20 17:46:05 2013 (r327731) +++ head/german/wordpress/Makefile Fri Sep 20 18:30:00 2013 (r327732) @@ -28,6 +28,7 @@ PORTDOCS= license.txt readme.html OPTIONS_DEFINE= DOCS +NO_STAGE= yes pre-everything:: @${ECHO_CMD} "If you want to upgrade, you must read upgrade document." @${ECHO_CMD} "" From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 18:36:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B0064C5E; Fri, 20 Sep 2013 18:36:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9BBE0294E; Fri, 20 Sep 2013 18:36:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KIa3la053944; Fri, 20 Sep 2013 18:36:03 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KIZk1p053821; Fri, 20 Sep 2013 18:35:46 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201835.r8KIZk1p053821@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 18:35:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327733 - in head/graphics: 4va Cgraph Coin EZWGL GraphicsMagick GraphicsMagick12 GraphicsMagick13 Hermes IPA ImageMagick ImageMagick-nox11 O2-tools OpenEXR R-cran-GDD R-cran-RColorBrew... 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.14 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: Fri, 20 Sep 2013 18:36:03 -0000 Author: bapt Date: Fri Sep 20 18:35:44 2013 New Revision: 327733 URL: http://svnweb.freebsd.org/changeset/ports/327733 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) Modified: head/graphics/4va/Makefile head/graphics/Cgraph/Makefile head/graphics/Coin/Makefile head/graphics/EZWGL/Makefile head/graphics/GraphicsMagick/Makefile head/graphics/GraphicsMagick12/Makefile head/graphics/GraphicsMagick13/Makefile head/graphics/Hermes/Makefile head/graphics/IPA/Makefile head/graphics/ImageMagick-nox11/Makefile head/graphics/ImageMagick/Makefile head/graphics/O2-tools/Makefile head/graphics/OpenEXR/Makefile head/graphics/R-cran-GDD/Makefile head/graphics/R-cran-RColorBrewer/Makefile head/graphics/R-cran-colorspace/Makefile head/graphics/R-cran-diagram/Makefile head/graphics/R-cran-dichromat/Makefile head/graphics/R-cran-ggplot2/Makefile head/graphics/R-cran-munsell/Makefile head/graphics/R-cran-pixmap/Makefile head/graphics/R-cran-png/Makefile head/graphics/R-cran-rgdal/Makefile head/graphics/R-cran-rtiff/Makefile head/graphics/R-cran-scales/Makefile head/graphics/R-cran-shape/Makefile head/graphics/SciPlot/Makefile head/graphics/a2png/Makefile head/graphics/aalib/Makefile head/graphics/aaphoto/Makefile head/graphics/acidwarp/Makefile head/graphics/aeskulap/Makefile head/graphics/agave/Makefile head/graphics/agg/Makefile head/graphics/alpng/Makefile head/graphics/amide/Makefile head/graphics/ampasCTL/Makefile head/graphics/animorph/Makefile head/graphics/aoi/Makefile head/graphics/aolserver-nsgd/Makefile head/graphics/apngasm/Makefile head/graphics/apngdis/Makefile head/graphics/apvlv/Makefile head/graphics/aqsis/Makefile head/graphics/asciio/Makefile head/graphics/autopano-sift-c/Makefile head/graphics/autoq3d/Makefile head/graphics/autotrace/Makefile head/graphics/aview/Makefile head/graphics/ayam/Makefile head/graphics/backfract/Makefile head/graphics/barbecue/Makefile head/graphics/barcode/Makefile head/graphics/batik/Makefile head/graphics/bbrb/Makefile head/graphics/blender-doc/Makefile head/graphics/blender/Makefile head/graphics/bmeps/Makefile head/graphics/bmp-rootvis/Makefile head/graphics/bmp2html/Makefile head/graphics/box/Makefile head/graphics/boxer/Makefile head/graphics/bugle/Makefile head/graphics/burplex/Makefile head/graphics/c-a-i-r/Makefile head/graphics/cadubi/Makefile head/graphics/cairo-java/Makefile head/graphics/cairo-reference/Makefile head/graphics/cairo/Makefile head/graphics/cairomm/Makefile head/graphics/cal3d-devel/Makefile head/graphics/cal3d/Makefile head/graphics/camediaplay/Makefile head/graphics/camera/Makefile head/graphics/camerakit/Makefile head/graphics/cbrpager/Makefile head/graphics/cbview/Makefile head/graphics/cbviewer/Makefile head/graphics/cegui/Makefile head/graphics/cenon/Makefile head/graphics/cfdg/Makefile head/graphics/chbg/Makefile head/graphics/cimg/Makefile head/graphics/cinepaint/Makefile head/graphics/claraocr/Makefile head/graphics/clutter-box2d/Makefile head/graphics/clutter-gtk/Makefile head/graphics/clutter/Makefile head/graphics/colord-gtk/Makefile head/graphics/colord/Makefile head/graphics/comical/Makefile head/graphics/comix/Makefile head/graphics/commons-utilities/Makefile head/graphics/compupic/Makefile head/graphics/converseen/Makefile head/graphics/corona/Makefile head/graphics/cosmoplayer/Makefile head/graphics/crw/Makefile head/graphics/cthumb/Makefile head/graphics/cuneiform/Makefile head/graphics/curator/Makefile head/graphics/cuttlefish/Makefile head/graphics/danpei/Makefile head/graphics/darknock/Makefile head/graphics/darktable/Makefile head/graphics/dataplot/Makefile head/graphics/dc20ctrl/Makefile head/graphics/dc20pack/Makefile head/graphics/dcraw/Makefile head/graphics/deegree-csw/Makefile head/graphics/deegree-igeoportal/Makefile head/graphics/deegree-wcs/Makefile head/graphics/deegree-wfs/Makefile head/graphics/deegree-wms/Makefile head/graphics/deegree-wps/Makefile head/graphics/deegree-wpvs/Makefile head/graphics/delaboratory/Makefile head/graphics/devil/Makefile head/graphics/dia/Makefile head/graphics/diacanvas2/Makefile head/graphics/digikam-kde4-doc/Makefile head/graphics/digikam-kde4-l10n/Makefile head/graphics/digikam-kde4/Makefile head/graphics/ditaa/Makefile head/graphics/djview4/Makefile head/graphics/djvulibre/Makefile head/graphics/dmtx-utils/Makefile head/graphics/dri/Makefile head/graphics/driconf/Makefile head/graphics/duhdraw/Makefile head/graphics/dynamechs/Makefile head/graphics/easypaint/Makefile head/graphics/ecore-evas/Makefile head/graphics/ecore-sdl/Makefile head/graphics/edje/Makefile head/graphics/edje_viewer/Makefile head/graphics/electriceyes/Makefile head/graphics/electrix/Makefile head/graphics/enblend/Makefile head/graphics/ender/Makefile head/graphics/enesim/Makefile head/graphics/enfle/Makefile head/graphics/entangle/Makefile head/graphics/eog-plugins/Makefile head/graphics/eog/Makefile head/graphics/eos-movrec/Makefile head/graphics/epdfview/Makefile head/graphics/epeg/Makefile head/graphics/epix/Makefile head/graphics/eps2png/Makefile head/graphics/epstool/Makefile head/graphics/etch/Makefile head/graphics/eterm-bg/Makefile head/graphics/ethumb/Makefile head/graphics/evas-core/Makefile head/graphics/evas-engine-buffer/Makefile head/graphics/evas-engine-opengl/Makefile head/graphics/evas-engine-sdl/Makefile head/graphics/evas-engine-x11/Makefile head/graphics/evas-loader-bmp/Makefile head/graphics/evas-loader-eet/Makefile head/graphics/evas-loader-generic/Makefile head/graphics/evas-loader-gif/Makefile head/graphics/evas-loader-ico/Makefile head/graphics/evas-loader-jpeg/Makefile head/graphics/evas-loader-pmaps/Makefile head/graphics/evas-loader-png/Makefile head/graphics/evas-loader-psd/Makefile head/graphics/evas-loader-svg/Makefile head/graphics/evas-loader-tga/Makefile head/graphics/evas-loader-tiff/Makefile head/graphics/evas-loader-wbmp/Makefile head/graphics/evas-loader-xpm/Makefile head/graphics/evas/Makefile head/graphics/evas_generic_loaders-gst/Makefile head/graphics/evas_generic_loaders-pdf/Makefile head/graphics/evas_generic_loaders-ps/Makefile head/graphics/evas_generic_loaders-raw/Makefile head/graphics/evas_generic_loaders-svg/Makefile head/graphics/evas_generic_loaders-xcf/Makefile head/graphics/evince/Makefile head/graphics/evolvotron/Makefile head/graphics/exact-image/Makefile head/graphics/exif/Makefile head/graphics/exifprobe/Makefile head/graphics/exiftags/Makefile head/graphics/exiftran/Makefile head/graphics/exiv2/Makefile head/graphics/exrtools/Makefile head/graphics/f-spot/Makefile head/graphics/fbm/Makefile head/graphics/feh/Makefile head/graphics/ffff/Makefile head/graphics/fig2sxd/Makefile head/graphics/figurine/Makefile head/graphics/flam3/Makefile head/graphics/flasm/Makefile head/graphics/fli2gif/Makefile head/graphics/flphoto/Makefile head/graphics/fly/Makefile head/graphics/fortytwo/Makefile head/graphics/fotofix/Makefile head/graphics/fotoxx/Makefile head/graphics/founts/Makefile head/graphics/fpc-cairo/Makefile head/graphics/fpc-fpgtk/Makefile head/graphics/fpc-ggi/Makefile head/graphics/fpc-graph/Makefile head/graphics/fpc-hermes/Makefile head/graphics/fpc-imagemagick/Makefile head/graphics/fpc-imlib/Makefile head/graphics/fpc-libgd/Makefile head/graphics/fpc-libpng/Makefile head/graphics/fpc-ncurses/Makefile head/graphics/fpc-opengl/Makefile head/graphics/fpc-pasjpeg/Makefile head/graphics/fpc-proj4/Makefile head/graphics/fpc-rsvg/Makefile head/graphics/fpc-svgalib/Makefile head/graphics/fracplanet/Makefile head/graphics/fraqtive/Makefile head/graphics/freeglut/Makefile head/graphics/freeimage/Makefile head/graphics/frei0r-plugins-gavl/Makefile head/graphics/frei0r-plugins-opencv/Makefile head/graphics/frei0r-plugins/Makefile head/graphics/frei0r/Makefile head/graphics/frontline/Makefile head/graphics/ftgl/Makefile head/graphics/fujiplay/Makefile head/graphics/fusefs-gphotofs/Makefile head/graphics/fv/Makefile head/graphics/fyre/Makefile head/graphics/g2/Makefile head/graphics/gauche-gl/Makefile head/graphics/gcolor/Makefile head/graphics/gcolor2/Makefile head/graphics/gd/Makefile head/graphics/gdal-grass/Makefile head/graphics/gdal/Makefile head/graphics/gdchart/Makefile head/graphics/gdk-pixbuf/Makefile head/graphics/gdk-pixbuf2/Makefile head/graphics/gdtclft/Makefile head/graphics/geeqie/Makefile head/graphics/gegl/Makefile head/graphics/geoapi/Makefile head/graphics/geomorph/Makefile head/graphics/geomview/Makefile head/graphics/geos/Makefile head/graphics/geoserver/Makefile head/graphics/gexiv2/Makefile head/graphics/giblib/Makefile head/graphics/gif2png/Makefile head/graphics/giflib/Makefile head/graphics/gifmerge/Makefile head/graphics/gifsicle/Makefile head/graphics/giftool/Makefile head/graphics/gimageview/Makefile head/graphics/gimmage/Makefile head/graphics/gimp-app/Makefile head/graphics/gimp-data-extras/Makefile head/graphics/gimp-focusblur-plugin/Makefile head/graphics/gimp-gap/Makefile head/graphics/gimp-help/Makefile head/graphics/gimp-lqr-plugin/Makefile head/graphics/gimp-manual-html/Makefile head/graphics/gimp-resynthesizer/Makefile head/graphics/gimp-save-for-web/Makefile head/graphics/gimp/Makefile head/graphics/gimpfx-foundry/Makefile head/graphics/giram/Makefile head/graphics/gkrellkam/Makefile head/graphics/gkrellkam2/Makefile head/graphics/gle-graphics/Makefile head/graphics/gle/Makefile head/graphics/glew/Makefile head/graphics/glexcess/Makefile head/graphics/glfw/Makefile head/graphics/glide3/Makefile head/graphics/glitz/Makefile head/graphics/gliv/Makefile head/graphics/glosm/Makefile head/graphics/glpng/Makefile head/graphics/gltt/Makefile head/graphics/gmt/Makefile head/graphics/gnash/Makefile head/graphics/gnofract4d/Makefile head/graphics/gnomecanvas/Makefile head/graphics/gnomeiconedit/Makefile head/graphics/gnustep-slideshow/Makefile head/graphics/gnustep-slideshowkit/Makefile head/graphics/gocr/Makefile head/graphics/goocanvas/Makefile head/graphics/goocanvas2/Makefile head/graphics/goocanvasmm/Makefile head/graphics/goocanvasmm2/Makefile head/graphics/goom/Makefile head/graphics/gource/Makefile head/graphics/gozer/Makefile head/graphics/gpaint/Makefile head/graphics/gphoto2/Makefile head/graphics/gpicview/Makefile head/graphics/gplot/Makefile head/graphics/gpsmanshp/Makefile head/graphics/gqview-devel/Makefile head/graphics/gqview/Makefile head/graphics/gracula/Makefile head/graphics/grads/Makefile head/graphics/grafx2/Makefile head/graphics/graphite2/Makefile head/graphics/graphopt/Makefile head/graphics/graphviz/Makefile head/graphics/grx/Makefile head/graphics/gscan2pdf/Makefile head/graphics/gsculpt/Makefile head/graphics/gsnapshot/Makefile head/graphics/gstreamer-plugins-aalib/Makefile head/graphics/gstreamer-plugins-cairo/Makefile head/graphics/gstreamer-plugins-gdkpixbuf/Makefile head/graphics/gstreamer-plugins-gl/Makefile head/graphics/gstreamer-plugins-jpeg/Makefile head/graphics/gstreamer-plugins-libcaca/Makefile head/graphics/gstreamer-plugins-libpng/Makefile head/graphics/gstreamer-plugins-libvisual/Makefile head/graphics/gstreamer-plugins-opencv/Makefile head/graphics/gstreamer1-plugins-aalib/Makefile head/graphics/gstreamer1-plugins-cairo/Makefile head/graphics/gstreamer1-plugins-gdkpixbuf/Makefile head/graphics/gstreamer1-plugins-jpeg/Makefile head/graphics/gstreamer1-plugins-libcaca/Makefile head/graphics/gstreamer1-plugins-libvisual/Makefile head/graphics/gstreamer1-plugins-opencv/Makefile head/graphics/gstreamer1-plugins-png/Makefile head/graphics/gstreamer1-plugins-zbar/Makefile head/graphics/gthumb/Makefile head/graphics/gtimelapse/Makefile head/graphics/gtk-update-icon-cache/Makefile head/graphics/gtkam/Makefile head/graphics/gtkdps/Makefile head/graphics/gtkgraph/Makefile head/graphics/gts/Makefile head/graphics/guilib/Makefile head/graphics/gwenview-kde4/Makefile head/graphics/gx/Makefile head/graphics/hobbes-icons-xpm/Makefile head/graphics/hppsmtools/Makefile head/graphics/hs-HGL/Makefile head/graphics/hs-cairo/Makefile head/graphics/hs-dia-base/Makefile head/graphics/hs-dia-functions/Makefile head/graphics/hs-soegtk/Makefile head/graphics/hs-svgcairo/Makefile head/graphics/hsetroot/Makefile head/graphics/hugin-devel/Makefile head/graphics/hugin/Makefile head/graphics/icat/Makefile head/graphics/icc-profiles-basiccolor/Makefile head/graphics/icc-profiles-openicc/Makefile head/graphics/iccexamin/Makefile head/graphics/iccxml/Makefile head/graphics/icoconvert/Makefile head/graphics/icon-slicer/Makefile head/graphics/icontact/Makefile head/graphics/icoutils/Makefile head/graphics/ida/Makefile head/graphics/iec16022/Makefile head/graphics/iiview/Makefile head/graphics/ilmbase/Makefile head/graphics/imageindex/Makefile head/graphics/imagesort/Makefile head/graphics/imageviewer/Makefile head/graphics/imc/Makefile head/graphics/imgtops/Makefile head/graphics/imgv/Makefile head/graphics/imlib/Makefile head/graphics/imlib2/Makefile head/graphics/imlib2_loaders/Makefile head/graphics/import-pictures/Makefile head/graphics/impressive/Makefile head/graphics/inkscape/Makefile head/graphics/intergif/Makefile head/graphics/inventor/Makefile head/graphics/ipe/Makefile head/graphics/iulib/Makefile head/graphics/ivtools/Makefile head/graphics/jalbum/Makefile head/graphics/jasper/Makefile head/graphics/jave6/Makefile head/graphics/jbig2dec/Makefile head/graphics/jbigkit/Makefile head/graphics/jdraw/Makefile head/graphics/jgraph/Makefile head/graphics/jhead/Makefile head/graphics/jogamp-jogl/Makefile head/graphics/jogl/Makefile head/graphics/jp2a/Makefile head/graphics/jpatch/Makefile head/graphics/jpeg/Makefile head/graphics/jpeg2ps/Makefile head/graphics/jpeginfo/Makefile head/graphics/jpegoptim/Makefile head/graphics/jpg2pdf/Makefile head/graphics/jpgraph2/Makefile head/graphics/jpgtn/Makefile head/graphics/jslice/Makefile head/graphics/jumpgis-postgis/Makefile head/graphics/jumpgis/Makefile head/graphics/k3d/Makefile head/graphics/kamera-kde4/Makefile head/graphics/kcolorchooser/Makefile head/graphics/kcoloredit/Makefile head/graphics/kdc2tiff/Makefile head/graphics/kdegraphics4-mobipocket/Makefile head/graphics/kdegraphics4-strigi-analyzer/Makefile head/graphics/kdegraphics4-svgpart/Makefile head/graphics/kdegraphics4-thumbnailers/Makefile head/graphics/kdegraphics4/Makefile head/graphics/kgraphviewer/Makefile head/graphics/kiconedit/Makefile head/graphics/kipi-plugin-acquireimages/Makefile head/graphics/kipi-plugin-advancedslideshow/Makefile head/graphics/kipi-plugin-batchprocess/Makefile head/graphics/kipi-plugin-calendar/Makefile head/graphics/kipi-plugin-debianscreenshots/Makefile head/graphics/kipi-plugin-dngconverter/Makefile head/graphics/kipi-plugin-expoblending/Makefile head/graphics/kipi-plugin-facebook/Makefile head/graphics/kipi-plugin-flashexport/Makefile head/graphics/kipi-plugin-flickrexport/Makefile head/graphics/kipi-plugin-galleryexport/Makefile head/graphics/kipi-plugin-gpssync/Makefile head/graphics/kipi-plugin-htmlexport/Makefile head/graphics/kipi-plugin-imageshackexport/Makefile head/graphics/kipi-plugin-imageviewer/Makefile head/graphics/kipi-plugin-imgurexport/Makefile head/graphics/kipi-plugin-ipodexport/Makefile head/graphics/kipi-plugin-jpeglossless/Makefile head/graphics/kipi-plugin-kioexport/Makefile head/graphics/kipi-plugin-kmlexport/Makefile head/graphics/kipi-plugin-kopete/Makefile head/graphics/kipi-plugin-mediawiki/Makefile head/graphics/kipi-plugin-metadataedit/Makefile head/graphics/kipi-plugin-panorama/Makefile head/graphics/kipi-plugin-photolayoutseditor/Makefile head/graphics/kipi-plugin-picasawebexport/Makefile head/graphics/kipi-plugin-piwigoexport/Makefile head/graphics/kipi-plugin-printimages/Makefile head/graphics/kipi-plugin-rajceexport/Makefile head/graphics/kipi-plugin-rawconverter/Makefile head/graphics/kipi-plugin-removeredeyes/Makefile head/graphics/kipi-plugin-sendimages/Makefile head/graphics/kipi-plugin-shwup/Makefile head/graphics/kipi-plugin-smug/Makefile head/graphics/kipi-plugin-timeadjust/Makefile head/graphics/kipi-plugin-videoslideshow/Makefile head/graphics/kipi-plugin-vkontakte/Makefile head/graphics/kipi-plugin-yandexfotki/Makefile head/graphics/kipi-plugins-kde4/Makefile head/graphics/kix-kmod/Makefile head/graphics/klatexformula/Makefile head/graphics/kludge3d/Makefile head/graphics/kolourpaint/Makefile head/graphics/kphotoalbum-kde4/Makefile head/graphics/kpovmodeler/Makefile head/graphics/ksaneplugin/Makefile head/graphics/ksnapshot/Makefile head/graphics/kudu/Makefile head/graphics/kuickshow-kde4/Makefile head/graphics/l2p/Makefile head/graphics/laternamagica/Makefile head/graphics/lcdtest/Makefile head/graphics/lcms-python/Makefile head/graphics/lcms/Makefile head/graphics/lcms2/Makefile head/graphics/leafpak/Makefile head/graphics/lensfun/Makefile head/graphics/leptonica/Makefile head/graphics/lfview/Makefile head/graphics/lib3ds/Makefile head/graphics/libGL/Makefile head/graphics/libGLU/Makefile head/graphics/libGLw/Makefile head/graphics/libafterimage/Makefile head/graphics/libart_lgpl/Makefile head/graphics/libaux/Makefile head/graphics/libboard/Makefile head/graphics/libcaca/Makefile head/graphics/libcdr/Makefile head/graphics/libchamplain/Makefile head/graphics/libdmtx/Makefile head/graphics/libdrm/Makefile head/graphics/libecwj2/Makefile head/graphics/libemf/Makefile head/graphics/libexif-gtk/Makefile head/graphics/libexif/Makefile head/graphics/libfpx/Makefile head/graphics/libgaiagraphics/Makefile head/graphics/libgeotiff/Makefile head/graphics/libgfx/Makefile head/graphics/libggi/Makefile head/graphics/libgltext/Makefile head/graphics/libgnomecanvas-reference/Makefile head/graphics/libgnomecanvas/Makefile head/graphics/libgnomecanvasmm/Makefile head/graphics/libgnomecanvasmm26/Makefile head/graphics/libgphoto2/Makefile head/graphics/libimg/Makefile head/graphics/libiptcdata/Makefile head/graphics/libjpeg-turbo/Makefile head/graphics/libkdcraw-kde4/Makefile head/graphics/libkexiv2-kde4/Makefile head/graphics/libkface/Makefile head/graphics/libkipi-kde4/Makefile head/graphics/libkipiplugins/Makefile head/graphics/libksane/Makefile head/graphics/liblqr-1/Makefile head/graphics/liblug/Makefile head/graphics/libmng/Makefile head/graphics/libmorph/Makefile head/graphics/libopenraw/Makefile head/graphics/libosmesa/Makefile head/graphics/libpano12/Makefile head/graphics/libpano13/Makefile head/graphics/libpcd/Makefile head/graphics/libpgf/Makefile head/graphics/libprojectm/Makefile head/graphics/libpuzzle/Makefile head/graphics/libqrencode/Makefile head/graphics/librasterlite/Makefile head/graphics/libraw/Makefile head/graphics/libreatlas/Makefile head/graphics/librsvg2/Makefile head/graphics/libspiro/Makefile head/graphics/libsvg-cairo/Makefile head/graphics/libsvg/Makefile head/graphics/libvisual/Makefile head/graphics/libvisual04-plugins/Makefile head/graphics/libvisual04/Makefile head/graphics/libwmf-nox11/Makefile head/graphics/libwmf/Makefile head/graphics/libwpg/Makefile head/graphics/libwpg01/Makefile head/graphics/linplasma/Makefile head/graphics/linux-XnViewMP/Makefile head/graphics/linux-adobesvg/Makefile head/graphics/linux-f10-cairo/Makefile head/graphics/linux-f10-dri/Makefile head/graphics/linux-f10-gdk-pixbuf/Makefile head/graphics/linux-f10-glew/Makefile head/graphics/linux-f10-imlib/Makefile head/graphics/linux-f10-jpeg/Makefile head/graphics/linux-f10-libGLU/Makefile head/graphics/linux-f10-libmng/Makefile head/graphics/linux-f10-png/Makefile head/graphics/linux-f10-png10/Makefile head/graphics/linux-f10-sdl_image/Makefile head/graphics/linux-f10-tiff/Makefile head/graphics/linux-f10-ungif/Makefile head/graphics/linux-panorama-tools/Makefile head/graphics/linux-sdl_ttf/Makefile head/graphics/linux_glide/Makefile head/graphics/lprof-devel/Makefile head/graphics/lua-gd/Makefile head/graphics/luminance/Makefile head/graphics/luxrays/Makefile head/graphics/luxrender/Makefile head/graphics/mahotas/Makefile head/graphics/makehuman/Makefile head/graphics/mandelbulber/Makefile head/graphics/mapnik/Makefile head/graphics/mapserver/Makefile head/graphics/mapyrus/Makefile head/graphics/maverik/Makefile head/graphics/megapov/Makefile head/graphics/mesa-demos/Makefile head/graphics/mesagl/Makefile head/graphics/meshviewer/Makefile head/graphics/metacam/Makefile head/graphics/metapixel/Makefile head/graphics/mhgui/Makefile head/graphics/ming/Makefile head/graphics/mingplot/Makefile head/graphics/mirage/Makefile head/graphics/mmrecover/Makefile head/graphics/mscgen/Makefile head/graphics/mtpaint/Makefile head/graphics/multican/Makefile head/graphics/mupdf/Makefile head/graphics/mxp/Makefile head/graphics/mypaint/Makefile head/graphics/nathive/Makefile head/graphics/netpbm/Makefile head/graphics/nip2/Makefile head/graphics/nomacs/Makefile head/graphics/npretty/Makefile head/graphics/nurbs++/Makefile head/graphics/nvidia-texture-tools/Makefile head/graphics/ocaml-images/Makefile head/graphics/ocaml-lablgl/Makefile head/graphics/ocrad/Makefile head/graphics/ocre/Makefile head/graphics/ocrfeeder/Makefile head/graphics/ocropus/Makefile head/graphics/ogre3d/Makefile head/graphics/okular/Makefile head/graphics/openclipart/Makefile head/graphics/opencolorio-tools/Makefile head/graphics/opencolorio/Makefile head/graphics/opencsg/Makefile head/graphics/opencv-core/Makefile head/graphics/opencv/Makefile head/graphics/opendis/Makefile head/graphics/opendx/Makefile head/graphics/openexr_ctl/Makefile head/graphics/opengl-man/Makefile head/graphics/opengtl/Makefile head/graphics/openimageio/Makefile head/graphics/openjpeg/Makefile head/graphics/openjump/Makefile head/graphics/opennurbs/Makefile head/graphics/openrm/Makefile head/graphics/openshadinglanguage/Makefile head/graphics/optar/Makefile head/graphics/optipng/Makefile head/graphics/orca/Makefile head/graphics/osg-devel/Makefile head/graphics/osg/Makefile head/graphics/oyranos/Makefile head/graphics/p5-Acme-Steganography-Image-Png/Makefile head/graphics/p5-CAD-Drawing-Template/Makefile head/graphics/p5-CAD-Drawing/Makefile head/graphics/p5-Cairo/Makefile head/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile head/graphics/p5-Captcha-reCAPTCHA/Makefile head/graphics/p5-Chart-Clicker/Makefile head/graphics/p5-Chart-Graph/Makefile head/graphics/p5-Chart-PNGgraph/Makefile head/graphics/p5-Chart/Makefile head/graphics/p5-Color-Library/Makefile head/graphics/p5-Color-Palette/Makefile head/graphics/p5-Color-Rgb/Makefile head/graphics/p5-Color-Scheme/Makefile head/graphics/p5-Convert-Color/Makefile head/graphics/p5-GD-Arrow/Makefile head/graphics/p5-GD-Barcode/Makefile head/graphics/p5-GD-Graph-histogram/Makefile head/graphics/p5-GD-Graph-ohlc/Makefile head/graphics/p5-GD-Graph/Makefile head/graphics/p5-GD-Graph3d/Makefile head/graphics/p5-GD-SVG/Makefile head/graphics/p5-GD-TextUtil/Makefile head/graphics/p5-GD-Thumbnail/Makefile head/graphics/p5-GD/Makefile head/graphics/p5-Geo-EOP/Makefile head/graphics/p5-Geo-GDAL/Makefile head/graphics/p5-Geo-GML/Makefile head/graphics/p5-Geo-Gpx/Makefile head/graphics/p5-Geo-KML/Makefile head/graphics/p5-Geo-Point/Makefile head/graphics/p5-Geo-Proj4/Makefile head/graphics/p5-Geometry-Primitive/Makefile head/graphics/p5-Google-Chart/Makefile head/graphics/p5-Graph-Easy/Makefile head/graphics/p5-Graph-ReadWrite/Makefile head/graphics/p5-Graph-SocialMap/Makefile head/graphics/p5-Graph-Writer-GraphViz/Makefile head/graphics/p5-GraphViz-Data-Structure/Makefile head/graphics/p5-GraphViz-Traverse/Makefile head/graphics/p5-GraphViz/Makefile head/graphics/p5-GraphViz2/Makefile head/graphics/p5-Graphics-Color/Makefile head/graphics/p5-Graphics-ColorNames-WWW/Makefile head/graphics/p5-Graphics-ColorNames/Makefile head/graphics/p5-Graphics-GnuplotIF/Makefile head/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile head/graphics/p5-Graphics-Primitive/Makefile head/graphics/p5-Image-Base-SVG/Makefile head/graphics/p5-Image-Base/Makefile head/graphics/p5-Image-Caa/Makefile head/graphics/p5-Image-Compare/Makefile head/graphics/p5-Image-ExifTool-devel/Makefile head/graphics/p5-Image-ExifTool/Makefile head/graphics/p5-Image-Grab/Makefile head/graphics/p5-Image-Heatmap/Makefile head/graphics/p5-Image-IPTCInfo/Makefile head/graphics/p5-Image-Imgur/Makefile head/graphics/p5-Image-Imlib2/Makefile head/graphics/p5-Image-Info/Makefile head/graphics/p5-Image-Magick-Iterator/Makefile head/graphics/p5-Image-Math-Constrain/Makefile head/graphics/p5-Image-MetaData-GQview/Makefile head/graphics/p5-Image-MetaData-JPEG/Makefile head/graphics/p5-Image-PBMlib/Makefile head/graphics/p5-Image-Pngslimmer/Makefile head/graphics/p5-Image-Scale/Makefile head/graphics/p5-Image-Size-FillFullSelect/Makefile head/graphics/p5-Image-Size/Makefile head/graphics/p5-Imager-AverageGray/Makefile head/graphics/p5-Imager-Graph/Makefile head/graphics/p5-Imager-Plot/Makefile head/graphics/p5-Imager-QRCode/Makefile head/graphics/p5-Imager/Makefile head/graphics/p5-Imlib2/Makefile head/graphics/p5-Layout-Manager/Makefile head/graphics/p5-OpenGL/Makefile head/graphics/p5-PGPLOT/Makefile head/graphics/p5-SVG-DOM2/Makefile head/graphics/p5-SVG-Graph/Makefile head/graphics/p5-SVG-Metadata/Makefile head/graphics/p5-SWF-Builder/Makefile head/graphics/p5-SWF-File/Makefile head/graphics/p5-Sane/Makefile head/graphics/p5-SpringGraph/Makefile head/graphics/p5-Tk-JPEG-Lite/Makefile head/graphics/p5-URI-GoogleChart/Makefile head/graphics/p5-VCG/Makefile head/graphics/p5-Visio/Makefile head/graphics/p5-ming/Makefile head/graphics/panoglview/Makefile head/graphics/panomatic/Makefile head/graphics/passepartout/Makefile head/graphics/pdf2svg/Makefile head/graphics/pear-Horde_Image/Makefile head/graphics/pear-IO_SWF/Makefile head/graphics/pear-Image_3D/Makefile head/graphics/pear-Image_Barcode/Makefile head/graphics/pear-Image_Barcode2/Makefile head/graphics/pear-Image_Canvas/Makefile head/graphics/pear-Image_Color/Makefile head/graphics/pear-Image_Graph/Makefile head/graphics/pear-Image_GraphViz/Makefile head/graphics/pear-Image_Transform/Makefile head/graphics/pecl-gmagick/Makefile head/graphics/pecl-imagick/Makefile head/graphics/pecl-imlib2/Makefile head/graphics/pecl-qrencode/Makefile head/graphics/pecomato/Makefile head/graphics/pencil/Makefile head/graphics/peps/Makefile head/graphics/pfscalibration/Makefile head/graphics/pfstmo/Makefile head/graphics/pfstools/Makefile head/graphics/pgplot/Makefile head/graphics/pho/Makefile head/graphics/photopc/Makefile head/graphics/php-facedetect/Makefile head/graphics/php-gdal/Makefile head/graphics/php-libpuzzle/Makefile head/graphics/php-magickwand/Makefile head/graphics/php5-chartdirector/Makefile head/graphics/php5-exif/Makefile head/graphics/php5-ffmpeg/Makefile head/graphics/php5-gd/Makefile head/graphics/php5-swfed/Makefile head/graphics/php52-exif/Makefile head/graphics/php52-gd/Makefile head/graphics/php52-ming/Makefile head/graphics/php53-exif/Makefile head/graphics/php53-gd/Makefile head/graphics/php55-exif/Makefile head/graphics/php55-gd/Makefile head/graphics/phplot/Makefile head/graphics/picpuz/Makefile head/graphics/picturebook/Makefile head/graphics/picviz/Makefile head/graphics/piddle/Makefile head/graphics/pinpoint/Makefile head/graphics/pinta/Makefile head/graphics/pixelize/Makefile head/graphics/pixen/Makefile head/graphics/pixie/Makefile head/graphics/pixmap/Makefile head/graphics/plasma-kmod/Makefile head/graphics/plotmtv/Makefile head/graphics/plotutils/Makefile head/graphics/png/Makefile head/graphics/png2html/Makefile head/graphics/png2ico/Makefile head/graphics/pngcheck/Makefile head/graphics/pngcrush/Makefile head/graphics/pngnq/Makefile head/graphics/pngquant/Makefile head/graphics/pngrewrite/Makefile head/graphics/pngwriter/Makefile head/graphics/podofo/Makefile head/graphics/poppler-data/Makefile head/graphics/poppler-glib/Makefile head/graphics/poppler-qt4/Makefile head/graphics/poppler-utils/Makefile head/graphics/poppler/Makefile head/graphics/pornview/Makefile head/graphics/potrace/Makefile head/graphics/povray-meta/Makefile head/graphics/povray31/Makefile head/graphics/povray36/Makefile head/graphics/povray37/Makefile head/graphics/ppmcaption/Makefile head/graphics/ppminfo/Makefile head/graphics/ppsei/Makefile head/graphics/pqiv/Makefile head/graphics/preview/Makefile head/graphics/price/Makefile head/graphics/prison/Makefile head/graphics/processing/Makefile head/graphics/proj/Makefile head/graphics/projectm-libvisual/Makefile head/graphics/pstoedit/Makefile head/graphics/pstoepsi/Makefile head/graphics/pure-gl/Makefile head/graphics/pvmpov/Makefile head/graphics/py-PyX/Makefile head/graphics/py-aafigure/Makefile head/graphics/py-actdiag/Makefile head/graphics/py-blockdiag/Makefile head/graphics/py-blockdiagcontrib-cisco/Makefile head/graphics/py-cairo/Makefile head/graphics/py-chart/Makefile head/graphics/py-clutter-gtk/Makefile head/graphics/py-clutter/Makefile head/graphics/py-django-easy-thumbnails/Makefile head/graphics/py-editobj/Makefile head/graphics/py-exif/Makefile head/graphics/py-exiv2/Makefile head/graphics/py-freeimagepy/Makefile head/graphics/py-gchartwrapper/Makefile head/graphics/py-gd/Makefile head/graphics/py-gdal/Makefile head/graphics/py-gimp/Makefile head/graphics/py-glewpy/Makefile head/graphics/py-goocanvas/Makefile head/graphics/py-graph-core/Makefile head/graphics/py-graph-dot/Makefile head/graphics/py-graph/Makefile head/graphics/py-graphviz/Makefile head/graphics/py-graphy/Makefile head/graphics/py-gvgen/Makefile head/graphics/py-imaging/Makefile head/graphics/py-mcomix/Makefile head/graphics/py-ming/Makefile head/graphics/py-nwdiag/Makefile head/graphics/py-opencv/Makefile head/graphics/py-openexr/Makefile head/graphics/py-opengl/Makefile head/graphics/py-openimageio/Makefile head/graphics/py-paint/Makefile head/graphics/py-pillow/Makefile head/graphics/py-png/Makefile head/graphics/py-poppler-qt4/Makefile head/graphics/py-poppler/Makefile head/graphics/py-pycha/Makefile head/graphics/py-pydot/Makefile head/graphics/py-pyglet/Makefile head/graphics/py-pygooglechart/Makefile head/graphics/py-pyproj/Makefile head/graphics/py-qt4-svg/Makefile head/graphics/py-rabbyt/Makefile head/graphics/py-sane/Makefile head/graphics/py-seqdiag/Makefile head/graphics/py-sorl-thumbnail/Makefile head/graphics/py-soya3d/Makefile head/graphics/py-stl/Makefile head/graphics/py-wand/Makefile head/graphics/py-webcolors/Makefile head/graphics/pygts/Makefile head/graphics/pymorph/Makefile head/graphics/pyro/Makefile head/graphics/pysvg/Makefile head/graphics/qcomicbook/Makefile head/graphics/qcread/Makefile head/graphics/qgis/Makefile head/graphics/qiv/Makefile head/graphics/qiviewer/Makefile head/graphics/qslim/Makefile head/graphics/qt4-iconengines/Makefile head/graphics/qt4-imageformats/Makefile head/graphics/qt4-pixeltool/Makefile head/graphics/qt4-svg/Makefile head/graphics/qtgtl/Makefile head/graphics/quat-gui/Makefile head/graphics/quat/Makefile head/graphics/quesa/Makefile head/graphics/quesoglc/Makefile head/graphics/qvplay/Makefile head/graphics/qxv/Makefile head/graphics/radius-engine/Makefile head/graphics/raster3d/Makefile head/graphics/rawstudio/Makefile head/graphics/rawtherapee/Makefile head/graphics/rayshade/Makefile head/graphics/reallyslick/Makefile head/graphics/recoverjpeg/Makefile head/graphics/renrot/Makefile head/graphics/repng2jpeg/Makefile head/graphics/rgbpaint/Makefile head/graphics/ristretto/Makefile head/graphics/ruby-cairo/Makefile head/graphics/ruby-gd/Makefile head/graphics/ruby-gdal/Makefile head/graphics/ruby-gdk_pixbuf2/Makefile head/graphics/ruby-image_size/Makefile head/graphics/ruby-imlib2/Makefile head/graphics/ruby-ming/Makefile head/graphics/ruby-opengl/Makefile head/graphics/ruby-pgplot/Makefile head/graphics/ruby-rmagick/Makefile head/graphics/ruby-rsvg2/Makefile head/graphics/ruby-svg/Makefile head/graphics/ruby-tgif/Makefile head/graphics/rubygem-cairo/Makefile head/graphics/rubygem-captcha/Makefile head/graphics/rubygem-chunky_png/Makefile head/graphics/rubygem-clutter-gtk/Makefile head/graphics/rubygem-clutter/Makefile head/graphics/rubygem-dragonfly/Makefile head/graphics/rubygem-exifr/Makefile head/graphics/rubygem-ezprint/Makefile head/graphics/rubygem-gd2/Makefile head/graphics/rubygem-gdk_pixbuf2/Makefile head/graphics/rubygem-geokit/Makefile head/graphics/rubygem-goocanvas/Makefile head/graphics/rubygem-graphviz/Makefile head/graphics/rubygem-gruff/Makefile head/graphics/rubygem-image_science/Makefile head/graphics/rubygem-imagesize/Makefile head/graphics/rubygem-objectdetect/Makefile head/graphics/rubygem-opengl/Makefile head/graphics/rubygem-pdfkit/Makefile head/graphics/rubygem-png/Makefile head/graphics/rubygem-railroad/Makefile head/graphics/rubygem-rmagick/Makefile head/graphics/rubygem-rsvg2/Makefile head/graphics/rubygem-scruffy/Makefile head/graphics/rubygem-turing/Makefile head/graphics/rubyphoto/Makefile head/graphics/s10sh/Makefile head/graphics/sage/Makefile head/graphics/sam2p/Makefile head/graphics/sampleicc/Makefile head/graphics/sane-backends/Makefile head/graphics/sane-epkowa/Makefile head/graphics/sane-frontends/Makefile head/graphics/scale2x/Makefile head/graphics/scantailor/Makefile head/graphics/scr2png/Makefile head/graphics/scrot/Makefile head/graphics/scwm-icons/Makefile head/graphics/sdl2_image/Makefile head/graphics/sdl2_ttf/Makefile head/graphics/sdl_gfx/Makefile head/graphics/sdl_image/Makefile head/graphics/sdl_ttf/Makefile head/graphics/seam-carving-gui/Makefile head/graphics/seejpeg/Makefile head/graphics/seom/Makefile head/graphics/separate/Makefile head/graphics/sharpconstruct/Makefile head/graphics/shiva-collections/Makefile head/graphics/shotwell/Makefile head/graphics/show/Makefile head/graphics/showimage/Makefile head/graphics/silgraphite/Makefile head/graphics/simage/Makefile head/graphics/simpleviewer/Makefile head/graphics/sk1libs/Makefile head/graphics/skanlite/Makefile head/graphics/skencil/Makefile head/graphics/sketch/Makefile head/graphics/sng/Makefile head/graphics/sodipodi/Makefile head/graphics/springgraph/Makefile head/graphics/squish/Makefile head/graphics/sswf/Makefile head/graphics/stamp/Makefile head/graphics/structuresynth/Makefile head/graphics/svg2pdf/Makefile head/graphics/svg2png/Makefile head/graphics/svg2swf/Makefile head/graphics/svgalib/Makefile head/graphics/svgfig/Makefile head/graphics/swfdec/Makefile head/graphics/swfmill/Makefile head/graphics/swftools/Makefile head/graphics/synaesthesia/Makefile head/graphics/synfigstudio/Makefile head/graphics/telak/Makefile head/graphics/tesseract-data/Makefile head/graphics/tesseract/Makefile head/graphics/tgif/Makefile head/graphics/tif22pnm/Makefile head/graphics/tiff/Makefile head/graphics/tiff2png/Makefile head/graphics/tifmerge/Makefile head/graphics/tilecache/Makefile head/graphics/tiled/Makefile head/graphics/timeless/Makefile head/graphics/tintfu/Makefile head/graphics/tinyows/Makefile head/graphics/tkpng/Makefile head/graphics/togl/Makefile head/graphics/truevision/Makefile head/graphics/tulip/Makefile head/graphics/tumble/Makefile head/graphics/uDrawGraph/Makefile head/graphics/ufraw/Makefile head/graphics/uniconvertor/Makefile head/graphics/uniconvw/Makefile head/graphics/unpaper/Makefile head/graphics/urt/Makefile head/graphics/vcg/Makefile head/graphics/viewnior/Makefile head/graphics/vigra/Makefile head/graphics/vips/Makefile head/graphics/visionworkbench/Makefile head/graphics/visprint/Makefile head/graphics/volpack/Makefile head/graphics/vp/Makefile head/graphics/webp/Makefile head/graphics/whirlgif/Makefile head/graphics/white_dune/Makefile head/graphics/wings-devel/Makefile head/graphics/wings/Makefile head/graphics/wmgrabimage/Makefile head/graphics/wmicons/Makefile head/graphics/wxsvg/Makefile head/graphics/xaos/Makefile head/graphics/xbmbrowser/Makefile head/graphics/xd3d/Makefile head/graphics/xdgagrab/Makefile head/graphics/xface.el/Makefile head/graphics/xfig/Makefile head/graphics/xfpovray/Makefile head/graphics/xfractint/Makefile head/graphics/xglurbules/Makefile head/graphics/xgrasp/Makefile head/graphics/xli/Makefile head/graphics/xmagv/Makefile head/graphics/xmandel/Makefile head/graphics/xmedcon/Makefile head/graphics/xmfract/Makefile head/graphics/xmlgraphics-commons/Makefile head/graphics/xmms-blursk/Makefile head/graphics/xmms-dancingparticles/Makefile head/graphics/xmms-dflowers/Makefile head/graphics/xmms-dscope/Makefile head/graphics/xmms-dspectogram/Makefile head/graphics/xmms-dspectral/Makefile head/graphics/xmms-finespectrum/Makefile head/graphics/xmms-fishmatic/Makefile head/graphics/xmms-gdancer/Makefile head/graphics/xmms-iris/Makefile head/graphics/xmms-jess/Makefile head/graphics/xmms-nebulus/Makefile head/graphics/xmms-paranormal/Makefile head/graphics/xmms-scivi/Makefile head/graphics/xmms-vumeter/Makefile head/graphics/xmms-waterfall/Makefile head/graphics/xmorph/Makefile head/graphics/xmountains/Makefile head/graphics/xnview/Makefile head/graphics/xoris/Makefile head/graphics/xournal/Makefile head/graphics/xpaint/Makefile head/graphics/xpdf/Makefile head/graphics/xpx/Makefile head/graphics/xsane/Makefile head/graphics/xsvg/Makefile head/graphics/xtexcad/Makefile head/graphics/xv-m17n/Makefile head/graphics/xv/Makefile head/graphics/xwpick/Makefile head/graphics/xzgv/Makefile head/graphics/yafray/Makefile head/graphics/yagf/Makefile head/graphics/yed/Makefile head/graphics/yukon/Makefile head/graphics/zathura-djvu/Makefile head/graphics/zathura-pdf-poppler/Makefile head/graphics/zathura/Makefile head/graphics/zbar/Makefile head/graphics/zgv/Makefile head/graphics/zimg/Makefile head/graphics/zint/Makefile head/graphics/zphoto/Makefile Modified: head/graphics/4va/Makefile ============================================================================== --- head/graphics/4va/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/4va/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,9 +1,5 @@ -# New ports collection makefile for: 4va -# Date created: 26 July 1998 -# Whom: Malte Lance -# +# Created by: Malte Lance # $FreeBSD$ -# PORTNAME= 4va PORTVERSION= 1.21 @@ -26,6 +22,7 @@ MAN1= 4va.1 4VA_DATA_FILES= 16cell.4vd 24cell.4vd 5cell.4vd 600cell.4vd ctor.4vd \ ctor2.4vd hcube.4vd hsph.4vd sin.4vd tripris.4vd +NO_STAGE= yes post-extract: @${CHMOD} -R go-x ${WRKSRC}/ Modified: head/graphics/Cgraph/Makefile ============================================================================== --- head/graphics/Cgraph/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/Cgraph/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cgraph -# Date created: 25 September 1998 -# Whom: Anton Berezin -# +# Created by: Anton Berezin # $FreeBSD$ -# PORTNAME= Cgraph PORTVERSION= 2.04 @@ -21,6 +17,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/${ USE_LDCONFIG= yes +NO_STAGE= yes post-extract: @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile Modified: head/graphics/Coin/Makefile ============================================================================== --- head/graphics/Coin/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/Coin/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Coin -# Date created: 10 May 2002 -# Whom: roland.jesse@gmx.net -# +# Created by: roland.jesse@gmx.net # $FreeBSD$ -# PORTNAME= Coin PORTVERSION= 3.1.3 @@ -30,6 +26,7 @@ MAKE_ENV= LANG=C MAN1= coin-config.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|DATA install-data-local|DATA|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure Modified: head/graphics/EZWGL/Makefile ============================================================================== --- head/graphics/EZWGL/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/EZWGL/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,9 +1,5 @@ -# New ports collection makefile for: EZWGL -# Date created: 4 May 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= EZWGL PORTVERSION= 1.50 @@ -25,6 +21,7 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken +NO_STAGE= yes .include .include "${FILESDIR}/manpages" Modified: head/graphics/GraphicsMagick/Makefile ============================================================================== --- head/graphics/GraphicsMagick/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/GraphicsMagick/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,9 +1,5 @@ -# New ports collection makefile for: GraphicsMagick -# Date created: 25 july 2005 -# Whom: Ron van Daal -# +# Created by: Ron van Daal # $FreeBSD$ -# PORTNAME= GraphicsMagick PORTVERSION= 1.1.15 @@ -63,6 +59,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LO CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes test check: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check Modified: head/graphics/GraphicsMagick12/Makefile ============================================================================== --- head/graphics/GraphicsMagick12/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/GraphicsMagick12/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,9 +1,5 @@ -# New ports collection makefile for: GraphicsMagick -# Date created: 25 july 2005 -# Whom: Ron van Daal -# +# Created by: Ron van Daal # $FreeBSD$ -# PORTNAME= GraphicsMagick PORTVERSION= 1.2.10 @@ -61,6 +57,7 @@ CFLAGS+= -DPNG_DEPSTRUCT= CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes test check: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check Modified: head/graphics/GraphicsMagick13/Makefile ============================================================================== --- head/graphics/GraphicsMagick13/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/GraphicsMagick13/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,9 +1,5 @@ -# New ports collection makefile for: GraphicsMagick -# Date created: 25 july 2005 -# Whom: Ron van Daal -# +# Created by: Ron van Daal # $FreeBSD$ -# PORTNAME= GraphicsMagick PORTVERSION= 1.3.16 @@ -62,6 +58,7 @@ ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes test check: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check Modified: head/graphics/Hermes/Makefile ============================================================================== --- head/graphics/Hermes/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/Hermes/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Hermes -# Date created: 29 April 1999 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= Hermes PORTVERSION= 1.3.3 @@ -26,6 +22,7 @@ USE_LDCONFIG= yes PORTDOCS= * +NO_STAGE= yes .include .if ${ARCH} == sparc64 Modified: head/graphics/IPA/Makefile ============================================================================== --- head/graphics/IPA/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/IPA/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,5 +1,3 @@ -# ex:ts=8 -# Ports collection makefile for: ipa # Created by: ijliao # $FreeBSD$ @@ -24,4 +22,5 @@ MAN1= iterm.1 MAN3= IPA.3 IPA::Geometry.3 IPA::Global.3 IPA::Local.3 IPA::Misc.3 \ IPA::Morphology.3 IPA::Point.3 IPA::Region.3 +NO_STAGE= yes .include Modified: head/graphics/ImageMagick-nox11/Makefile ============================================================================== --- head/graphics/ImageMagick-nox11/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/ImageMagick-nox11/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,13 +1,10 @@ -# New ports collection makefile for: ImageMagick-nox11 -# Date created: 14 May 2011 -# Whom: mm@FreeBSD.org -# +# Created by: mm@FreeBSD.org # $FreeBSD$ -# WITHOUT_X11= yes PORTSCOUT= ignore:1 MASTERDIR= ${.CURDIR}/../ImageMagick +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/ImageMagick/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -38,6 +38,7 @@ USE_XZ= yes USE_PERL5= run build patch WANT_GNOME= yes USE_AUTOTOOLS= libltdl +NO_STAGE= yes # For some reason, using our libtool breaks the build into pieces: #USE_AUTOTOOLS+= libtool GNU_CONFIGURE= yes Modified: head/graphics/O2-tools/Makefile ============================================================================== --- head/graphics/O2-tools/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/O2-tools/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,9 +1,5 @@ -# New ports collection makefile for: O2-tools -# Date created: 2009-05-20 -# Whom: Hiroto Kagotani -# +# Created by: Hiroto Kagotani # $FreeBSD$ -# PORTNAME= O2-tools PORTVERSION= 2.00 @@ -18,4 +14,5 @@ GNU_CONFIGURE= yes MAN1= bmptopnm-O2.1 breduce.1 lpsmooth.1 makecr.1 makepr.1 prlst2ps.1 MAN4= d4file.4 +NO_STAGE= yes .include Modified: head/graphics/OpenEXR/Makefile ============================================================================== --- head/graphics/OpenEXR/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/OpenEXR/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -37,6 +37,7 @@ DOC_FILES2= MultiViewOpenEXR.pdf OpenEXR OPTIONS_DEFINE= LARGE_STACK LARGE_STACK_DESC= Enable sys-dependant large stack optimizations +NO_STAGE= yes .include .if ${PORT_OPTIONS:MLARGE_STACK} Modified: head/graphics/R-cran-GDD/Makefile ============================================================================== --- head/graphics/R-cran-GDD/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/R-cran-GDD/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -20,4 +20,5 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/graphics/R-cran-RColorBrewer/Makefile ============================================================================== --- head/graphics/R-cran-RColorBrewer/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/R-cran-RColorBrewer/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -15,4 +15,5 @@ LICENSE= AL2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/graphics/R-cran-colorspace/Makefile ============================================================================== --- head/graphics/R-cran-colorspace/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/R-cran-colorspace/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -15,4 +15,5 @@ LICENSE= BSD USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/graphics/R-cran-diagram/Makefile ============================================================================== --- head/graphics/R-cran-diagram/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/R-cran-diagram/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -18,4 +18,5 @@ RUN_DEPENDS= R-cran-shape>0:${PORTSDIR}/ USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/graphics/R-cran-dichromat/Makefile ============================================================================== --- head/graphics/R-cran-dichromat/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/R-cran-dichromat/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -15,4 +15,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/graphics/R-cran-ggplot2/Makefile ============================================================================== --- head/graphics/R-cran-ggplot2/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/R-cran-ggplot2/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -21,4 +21,5 @@ RUN_DEPENDS= R-cran-plyr>=1.7.1:${PORTSD USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/graphics/R-cran-munsell/Makefile ============================================================================== --- head/graphics/R-cran-munsell/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/R-cran-munsell/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -20,4 +20,5 @@ RUN_DEPENDS= R-cran-colorspace>0:${PORTS USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/graphics/R-cran-pixmap/Makefile ============================================================================== --- head/graphics/R-cran-pixmap/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/R-cran-pixmap/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -15,4 +15,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/graphics/R-cran-png/Makefile ============================================================================== --- head/graphics/R-cran-png/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/R-cran-png/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -17,4 +17,5 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/graphics/R-cran-rgdal/Makefile ============================================================================== --- head/graphics/R-cran-rgdal/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/R-cran-rgdal/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -21,4 +21,5 @@ R_MOD_AUTOPLIST= yes R_POSTCMD_INSTALL_OPTIONS+= --configure-args="--with-proj-lib=${LOCALBASE}/lib" +NO_STAGE= yes .include Modified: head/graphics/R-cran-rtiff/Makefile ============================================================================== --- head/graphics/R-cran-rtiff/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/R-cran-rtiff/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -18,4 +18,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/graphics/R-cran-scales/Makefile ============================================================================== --- head/graphics/R-cran-scales/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/R-cran-scales/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -21,4 +21,5 @@ RUN_DEPENDS= R-cran-RColorBrewer>=0:${PO USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/graphics/R-cran-shape/Makefile ============================================================================== --- head/graphics/R-cran-shape/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/R-cran-shape/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -15,4 +15,5 @@ LICENSE= GPLv3 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/graphics/SciPlot/Makefile ============================================================================== --- head/graphics/SciPlot/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/SciPlot/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -26,6 +26,7 @@ PORTDOCS= README SciPlot.html SciPlotDem EXDATA= data.txt EXBINS= realtime sciplot +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/include/${PORTNAME} ${INSTALL_DATA} ${INCLUDES:S|^|${WRKSRC}/|} ${PREFIX}/include/${PORTNAME} Modified: head/graphics/a2png/Makefile ============================================================================== --- head/graphics/a2png/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/a2png/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,9 +1,5 @@ -# New ports collection makefile for: a2png -# Date created: 07 Oct 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= a2png PORTVERSION= 0.1.5 @@ -25,6 +21,7 @@ PLIST_FILES= bin/${PORTNAME} FONTROOTDIR?= ${LOCALBASE}/lib/X11/fonts +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/ @${INSTALL_MAN} ${WRKSRC}/man/${MAN1} ${MAN1PREFIX}/man/man1/ Modified: head/graphics/aalib/Makefile ============================================================================== --- head/graphics/aalib/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/aalib/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes INFO= aalib +NO_STAGE= yes .include .if ${PORT_OPTIONS:MX11} Modified: head/graphics/aaphoto/Makefile ============================================================================== --- head/graphics/aaphoto/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/aaphoto/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,9 +1,5 @@ -# New ports collection makefile for: aaphoto -# Date created: 2009-12-24 -# Whom: Andras Horvath -# +# Created by: Andras Horvath # $FreeBSD$ -# PORTNAME= aaphoto PORTVERSION= 0.41 @@ -32,6 +28,7 @@ PLIST_FILES= bin/aaphoto PORTDOCS= AUTHORS ChangeLog COPYING COPYRIGHT INSTALL LICENSE \ NEWS README TODO +NO_STAGE= yes .include .if (${ARCH} == "amd64" || ${ARCH} == "i386") && ${OSVERSION} >= 700000 Modified: head/graphics/acidwarp/Makefile ============================================================================== --- head/graphics/acidwarp/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/acidwarp/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -23,6 +23,7 @@ OPTIONS_DEFINE= SETUID DOCS OPTIONS_DEFAULT= SETUID SETUID_DESC= Install with setuid bit set +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSETUID} Modified: head/graphics/aeskulap/Makefile ============================================================================== --- head/graphics/aeskulap/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/aeskulap/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -23,6 +23,7 @@ CXXFLAGS+= -fPIC \ -I${LOCALBASE}/include GNU_CONFIGURE= yes +NO_STAGE= yes .include .if ${OSVERSION} >= 701000 Modified: head/graphics/agave/Makefile ============================================================================== --- head/graphics/agave/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/agave/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -26,6 +26,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include #.if defined(WITHOUT_GNOME) Modified: head/graphics/agg/Makefile ============================================================================== --- head/graphics/agg/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/agg/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -28,6 +28,7 @@ MAKE_JOBS_UNSAFE= yes CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -I../include -L./ +NO_STAGE= yes .include .if ${ARCH} == "sparc64" Modified: head/graphics/alpng/Makefile ============================================================================== --- head/graphics/alpng/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/alpng/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -23,6 +23,7 @@ CFLAGS+= -I${LOCALBASE}/include PLIST_FILES= include/alpng.h \ lib/libalpng.a +NO_STAGE= yes do-configure: @${REINPLACE_CMD} -e "s/gcc/${CC}/g" ${WRKSRC}/makefile Modified: head/graphics/amide/Makefile ============================================================================== --- head/graphics/amide/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/amide/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -36,6 +36,7 @@ GSL_DESC= Use gsl VOLPACK_DESC= Use volpack XMEDCON_DESC= Use xmedcon +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDCMTK} Modified: head/graphics/ampasCTL/Makefile ============================================================================== --- head/graphics/ampasCTL/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/ampasCTL/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -21,6 +21,7 @@ USE_AUTOTOOLS= libtool PORTDOCS= AUTHORS ChangeLog NEWS README +NO_STAGE= yes .include test check: build Modified: head/graphics/animorph/Makefile ============================================================================== --- head/graphics/animorph/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/animorph/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -22,6 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * +NO_STAGE= yes .include post-patch: Modified: head/graphics/aoi/Makefile ============================================================================== --- head/graphics/aoi/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/aoi/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -34,6 +34,7 @@ DESKTOP_ENTRIES="Art of Illusion" "3D mo "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ "${PORTNAME}" "Graphics;3DGraphics;" false +NO_STAGE= yes .include do-install: Modified: head/graphics/aolserver-nsgd/Makefile ============================================================================== --- head/graphics/aolserver-nsgd/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/aolserver-nsgd/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,9 +1,5 @@ -# New ports collection makefile for: aolserver-nsgd -# Date created: 12 Oct 2006 -# Whom: Martin Matuska -# +# Created by: Martin Matuska # $FreeBSD$ -# PORTNAME= nsgd PORTVERSION= 2.0 @@ -31,6 +27,7 @@ USE_GMAKE= yes USE_TCL= 84+ +NO_STAGE= yes .include CFLAGS+= "-I${LOCALBASE}/include" Modified: head/graphics/apngasm/Makefile ============================================================================== --- head/graphics/apngasm/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/apngasm/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -26,6 +26,7 @@ PORTDOCS= readme.txt OPTIONS_DEFINE= DOCS STATIC +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSTATIC} Modified: head/graphics/apngdis/Makefile ============================================================================== --- head/graphics/apngdis/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/apngdis/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -25,6 +25,7 @@ PORTDOCS= readme.txt OPTIONS_DEFINE= DOCS STATIC +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSTATIC} Modified: head/graphics/apvlv/Makefile ============================================================================== --- head/graphics/apvlv/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/apvlv/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -29,6 +29,7 @@ OPTIONS_DEFINE= DJVU WEBKIT DJVU_DESC= Build with DjVu support WEBKIT_DESC= Build with WebKit support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDJVU} Modified: head/graphics/aqsis/Makefile ============================================================================== --- head/graphics/aqsis/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/aqsis/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -29,4 +29,5 @@ PLIST_SUB+= LIBVERS=${PORTVERSION:R} INSTALLS_ICONS= yes +NO_STAGE= yes .include Modified: head/graphics/asciio/Makefile ============================================================================== --- head/graphics/asciio/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/asciio/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -41,4 +41,5 @@ MAN3= App::Asciio::setup::import_export App::Asciio::setup::hooks::canonize_connections.3 \ App::Asciio::Undo.3 +NO_STAGE= yes .include Modified: head/graphics/autopano-sift-c/Makefile ============================================================================== --- head/graphics/autopano-sift-c/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/autopano-sift-c/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -30,6 +30,7 @@ PORTDOCS= * MAN1= autopano-c-complete.1 autopano.1 generatekeys.1 MAN7= autopano-sift-c.7 +NO_STAGE= yes .include post-patch: Modified: head/graphics/autoq3d/Makefile ============================================================================== --- head/graphics/autoq3d/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/autoq3d/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -29,6 +29,7 @@ DESKTOP_ENTRIES="AutoQ3D" \ "Graphics;3DGraphics;Qt;" \ false +NO_STAGE= yes .include post-patch: .for file in src/main.cpp src/fgui/cadform.cpp src/dialogs/prgsettings.cpp Modified: head/graphics/autotrace/Makefile ============================================================================== --- head/graphics/autotrace/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/autotrace/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -28,6 +28,7 @@ LDFLAGS+= $$(libpng-config --L_opts) ${P MAN1= autotrace.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIMAGEMAGICK} Modified: head/graphics/aview/Makefile ============================================================================== --- head/graphics/aview/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/aview/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: aview -# Date created: Dec 18 1997 -# Whom: frankch@waru.life.nthu.edu.tw -# +# Created by: frankch@waru.life.nthu.edu.tw # $FreeBSD$ -# PORTNAME= aview PORTVERSION= 1.3.0.r1 @@ -26,6 +22,7 @@ CONFIGURE_ARGS= --with-x=no MAN1= asciiview.1 aview.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/bash|/sh|g' ${WRKSRC}/asciiview @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \ Modified: head/graphics/ayam/Makefile ============================================================================== --- head/graphics/ayam/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/ayam/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Ayam -# Date created: 19 Apr 2003 -# Whom: Igor Pokrovsky -# +# Created by: Igor Pokrovsky # $FreeBSD$ -# PORTNAME= ayam PORTVERSION= 1.20 @@ -29,6 +25,7 @@ MAKE_JOBS_UNSAFE= yes AYAM_PLUGINS= csphere mfio PLUGINS_DIR= ${PREFIX}/lib/${PORTNAME} +NO_STAGE= yes .include .if ${ARCH} == "alpha" Modified: head/graphics/backfract/Makefile ============================================================================== --- head/graphics/backfract/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/backfract/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,4 +1,4 @@ -# Created by: Patrick Gardella +# Created by: Patrick Gardella # $FreeBSD$ PORTNAME= backfract @@ -19,6 +19,7 @@ MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/backfract +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ "/'-O3'/s|^|#| ; \ Modified: head/graphics/barbecue/Makefile ============================================================================== --- head/graphics/barbecue/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/barbecue/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -33,6 +33,7 @@ OPTIONS_SINGLE= AS OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7 OPTIONS_DEFAULT= TOMCAT6 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MTOMCAT6} Modified: head/graphics/barcode/Makefile ============================================================================== --- head/graphics/barcode/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/barcode/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,9 +1,5 @@ -# New ports collection makefile for: barcode -# Date created: Sun Sep 23 11:07:00 IST 2001 -# Whom: Emil J.V. Björsell (Jev) -# +# Created by: Emil J.V. Björsell (Jev) # $FreeBSD$ -# PORTNAME= barcode PORTVERSION= 0.98 @@ -21,4 +17,5 @@ MAN3= barcode.3 GNU_CONFIGURE= yes INFO= barcode +NO_STAGE= yes .include Modified: head/graphics/batik/Makefile ============================================================================== --- head/graphics/batik/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/batik/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -26,6 +26,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} PORTDOCS= CHANGES NOTICE README +NO_STAGE= yes .include do-install: Modified: head/graphics/bbrb/Makefile ============================================================================== --- head/graphics/bbrb/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/bbrb/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbrb -# Date created: 19 February 2002 -# Whom: Dan Peck -# +# Created by: Dan Peck # $FreeBSD$ -# PORTNAME= bbrb PORTVERSION= 0.4.1 @@ -20,4 +16,5 @@ RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv USE_GNOME= imlib GNU_CONFIGURE= yes +NO_STAGE= yes .include Modified: head/graphics/blender-doc/Makefile ============================================================================== --- head/graphics/blender-doc/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/blender-doc/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,9 +1,5 @@ -# New ports collection makefile for: blender-doc -# Date created: 09-10-2007 -# Whom: Alex Ivasyuv -# +# Created by: Alex Ivasyuv # $FreeBSD$ -# PORTNAME= blender PORTVERSION= 2.3 @@ -21,6 +17,7 @@ NO_BUILD= yes SUB_FILES= pkg-message +NO_STAGE= yes post-extract: @${CHMOD} u+rwx ${WRKSRC}/* && ${CHMOD} u+rwx ${WRKSRC}/*/* && \ ${CHMOD} u+rwx ${WRKSRC}/*/*/* && ${CHMOD} u+rwx ${WRKSRC}/*/*/*/* Modified: head/graphics/blender/Makefile ============================================================================== --- head/graphics/blender/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/blender/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -29,6 +29,7 @@ MAN1= blender.1 OUTDIR= ${INSTALL_WRKSRC}/bin/2.68 +NO_STAGE= yes .include "${.CURDIR}/Makefile.options" .include Modified: head/graphics/bmeps/Makefile ============================================================================== --- head/graphics/bmeps/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/bmeps/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -41,6 +41,7 @@ PLIST_FILES= bin/bmeps \ PLIST_DIRS= %%DATADIR%%/de \ %%DATADIR%% +NO_STAGE= yes post-build: @(cd ${WRKSRC} && ./stc --/log/stderr/level=error \ --log/stdout/level=none --/log/file/keep=none \ Modified: head/graphics/bmp-rootvis/Makefile ============================================================================== --- head/graphics/bmp-rootvis/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/bmp-rootvis/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -22,4 +22,5 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool +NO_STAGE= yes .include Modified: head/graphics/bmp2html/Makefile ============================================================================== --- head/graphics/bmp2html/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/bmp2html/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -20,6 +20,7 @@ DEFINES= -D_REENTRANT PLIST_FILES= bin/bmp2html +NO_STAGE= yes post-patch: @${RM} ${WRKSRC}/${PORTNAME} Modified: head/graphics/box/Makefile ============================================================================== --- head/graphics/box/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/box/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -31,6 +31,7 @@ PLIST_SUB+= PLIST_VER=${PORTVERSION:R} OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include post-patch: Modified: head/graphics/boxer/Makefile ============================================================================== --- head/graphics/boxer/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/boxer/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -31,6 +31,7 @@ DESKTOP_ENTRIES="Boxer" "${COMMENT}" "${ OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include post-install: Modified: head/graphics/bugle/Makefile ============================================================================== --- head/graphics/bugle/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/bugle/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -35,6 +35,7 @@ MAN7= bugle-camera.7 bugle-checks.7 bugl bugle-stats_nv.7 bugle-stats_primitives.7 bugle-trace.7 \ bugle-unwindstack.7 bugle-wireframe.7 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MAVCODEC} Modified: head/graphics/burplex/Makefile ============================================================================== --- head/graphics/burplex/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/burplex/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -26,6 +26,7 @@ PLIST_FILES= bin/${PORTNAME} DESKTOP_ENTRIES= "burplex" "${COMMENT}" "" \ "burplex" "" "false" +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},' \ ${WRKSRC}/mainwindow.cpp Modified: head/graphics/c-a-i-r/Makefile ============================================================================== --- head/graphics/c-a-i-r/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/c-a-i-r/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR} PLIST_FILES= bin/cair +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cair ${PREFIX}/bin Modified: head/graphics/cadubi/Makefile ============================================================================== --- head/graphics/cadubi/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/cadubi/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -22,6 +22,7 @@ PLIST_FILES= bin/${PORTNAME} PORTDATA= * PORTDOCS= * +NO_STAGE= yes .include do-configure: Modified: head/graphics/cairo-java/Makefile ============================================================================== --- head/graphics/cairo-java/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/cairo-java/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -34,6 +34,7 @@ SUB_LIST= JAVAJARDIR=${JAVAJARDIR} CAIRO CONFIGURE_ENV+= BOOTCLASSPATH=${JAVA_CLASSES} MAKE_ENV+= BOOTCLASSPATH=${JAVA_CLASSES} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ ${WRKSRC}/configure Modified: head/graphics/cairo-reference/Makefile ============================================================================== --- head/graphics/cairo-reference/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/cairo-reference/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,12 +1,9 @@ -# New ports collection makefile for: cairo-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTREVISION= 0 REFERENCE_SRC= ${WRKSRC}/doc/public +NO_STAGE= yes .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" Modified: head/graphics/cairo/Makefile ============================================================================== --- head/graphics/cairo/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/cairo/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -35,6 +35,7 @@ OPTIONS_DEFAULT= XCB GLIB X11 XCB_DESC= Enable XCB (X C-language Binding) Support GLIB_DESC= Enable GObject Functions Feature +NO_STAGE= yes .include .if ${ARCH} == "arm" Modified: head/graphics/cairomm/Makefile ============================================================================== --- head/graphics/cairomm/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/cairomm/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -28,6 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --disable-documentation .else +NO_STAGE= yes post-configure: @${TOUCH} -f ${WRKSRC}/docs/reference/html/index.html .endif Modified: head/graphics/cal3d-devel/Makefile ============================================================================== --- head/graphics/cal3d-devel/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/cal3d-devel/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -23,6 +23,7 @@ AUTOMAKE_ARGS= --add-missing MAN1= cal3d_converter.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e 's|^\(pkgconfigdir\ =\).*|\1 $$(prefix)/libdata/pkgconfig|' \ Modified: head/graphics/cal3d/Makefile ============================================================================== --- head/graphics/cal3d/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/cal3d/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -23,6 +23,7 @@ AUTOTOOLSFILES= aclocal.m4 MAN1= cal3d_converter.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e 's|^\(pkgconfigdir\ =\).*|\1 $$(prefix)/libdata/pkgconfig|' \ Modified: head/graphics/camediaplay/Makefile ============================================================================== --- head/graphics/camediaplay/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/camediaplay/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,9 +1,5 @@ -# New ports collection makefile for: camediaplay -# Date created: 2 May 1997 -# Whom: Jun-ichiro itojun Itoh -# +# Created by: Jun-ichiro itojun Itoh # $FreeBSD$ -# PORTNAME= camediaplay PORTVERSION= 20010211 @@ -21,6 +17,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= OPTFLAG="" MAN1= camediaplay.1 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/camediaplay Modified: head/graphics/camera/Makefile ============================================================================== --- head/graphics/camera/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/camera/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,9 +1,5 @@ -# New ports collection makefile for: camera -# Date created: 11 Sep 2006 -# Whom: gurkan@phys.ethz.ch -# +# Created by: gurkan@phys.ethz.ch # $FreeBSD$ -# PORTNAME= camera PORTVERSION= 0.8 @@ -28,4 +24,5 @@ USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/Camera +NO_STAGE= yes .include Modified: head/graphics/camerakit/Makefile ============================================================================== --- head/graphics/camerakit/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/camerakit/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -21,4 +21,5 @@ USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LI WRKSRC= ${WRKDIR}/CameraKit +NO_STAGE= yes .include Modified: head/graphics/cbrpager/Makefile ============================================================================== --- head/graphics/cbrpager/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/cbrpager/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -33,6 +33,7 @@ DESKTOP_ENTRIES="cbrPager" "Comic book v "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ "${PORTNAME}" "Graphics;Viewer;GNOME;" true +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/graphics/cbview/Makefile ============================================================================== --- head/graphics/cbview/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/cbview/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -23,6 +23,7 @@ PLIST_FILES= bin/${PORTNAME} PORTDOCS= Changes README TODO +NO_STAGE= yes .include post-patch: Modified: head/graphics/cbviewer/Makefile ============================================================================== --- head/graphics/cbviewer/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/cbviewer/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -41,6 +41,7 @@ DESKTOP_ENTRIES="CBViewer" "Comic book v "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ "${PORTNAME}" "Graphics;Viewer;Java;" true +NO_STAGE= yes .include do-install: Modified: head/graphics/cegui/Makefile ============================================================================== --- head/graphics/cegui/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/cegui/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -36,6 +36,7 @@ USE_PYTHON= 2.6+ USES= pathfix pkgconfig PLIST_SUB+= WITH_OGRE="" +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/graphics/cenon/Makefile ============================================================================== --- head/graphics/cenon/Makefile Fri Sep 20 18:30:00 2013 (r327732) +++ head/graphics/cenon/Makefile Fri Sep 20 18:35:44 2013 (r327733) @@ -1,6 +1,5 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= cenon PORTVERSION= 4.0.2 @@ -28,6 +27,7 @@ CENON_LIB_DIR= ${GNUSTEP_LOCAL_ROOT}/Lib OPTIONS_DEFINE= FULL_LIBRARY FULL_LIBRARY_DESC= Install complete Cenon Library +NO_STAGE= yes .include .if ${PORT_OPTIONS:MFULL_LIBRARY} || make(makesum) || defined(FETCH_ALL) Modified: head/graphics/cfdg/Makefile ============================================================================== --- head/graphics/cfdg/Makefile Fri Sep 20 18:30:00 2013 (r327732) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 18:41:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 32659F8D; Fri, 20 Sep 2013 18:41:55 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 10E1429CD; Fri, 20 Sep 2013 18:41:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KIfsDs058539; Fri, 20 Sep 2013 18:41:54 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KIfrlB058524; Fri, 20 Sep 2013 18:41:53 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201841.r8KIfrlB058524@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 18:41:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327734 - in head/hebrew: aspell culmus elmar-fonts he2 hspell hunspell kde4-l10n libreoffice 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.14 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: Fri, 20 Sep 2013 18:41:55 -0000 Author: bapt Date: Fri Sep 20 18:41:52 2013 New Revision: 327734 URL: http://svnweb.freebsd.org/changeset/ports/327734 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: hebrew) Modified: head/hebrew/aspell/Makefile head/hebrew/culmus/Makefile head/hebrew/elmar-fonts/Makefile head/hebrew/he2/Makefile head/hebrew/hspell/Makefile head/hebrew/hunspell/Makefile head/hebrew/kde4-l10n/Makefile head/hebrew/libreoffice/Makefile Modified: head/hebrew/aspell/Makefile ============================================================================== --- head/hebrew/aspell/Makefile Fri Sep 20 18:35:44 2013 (r327733) +++ head/hebrew/aspell/Makefile Fri Sep 20 18:41:52 2013 (r327734) @@ -1,9 +1,5 @@ -# New ports collection makefile for: he-aspell -# Date created: 28 August 2004 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= aspell DISTVERSION= 6-he-1.0-0 @@ -16,5 +12,6 @@ COMMENT= Aspell Hebrew dictionaries DICT= he +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/hebrew/culmus/Makefile ============================================================================== --- head/hebrew/culmus/Makefile Fri Sep 20 18:35:44 2013 (r327733) +++ head/hebrew/culmus/Makefile Fri Sep 20 18:41:52 2013 (r327734) @@ -1,9 +1,5 @@ -# Ports collection makefile for: culmus -# Date created: 11 Apr 2003 -# Whom: Yonatan -# +# Created by: Yonatan # $FreeBSD$ -# PORTNAME= culmus PORTVERSION= 0.101 @@ -20,6 +16,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11- NO_BUILD= yes +NO_STAGE= yes do-install: ${MKDIR} ${LOCALBASE}/lib/X11/fonts/culmus . for filename in AharoniCLM-Bold AharoniCLM-BoldOblique AharoniCLM-Book AharoniCLM-BookOblique CaladingsCLM DavidCLM-Bold DavidCLM-Medium DavidCLM-MediumItalic DrugulinCLM-Bold DrugulinCLM-BoldItalic ElliniaCLM-Bold ElliniaCLM-BoldItalic ElliniaCLM-Light ElliniaCLM-LightItalic FrankRuehlCLM-Bold FrankRuehlCLM-BoldOblique FrankRuehlCLM-Medium FrankRuehlCLM-MediumOblique MiriamCLM-Bold MiriamCLM-Book MiriamMonoCLM-Bold MiriamMonoCLM-BoldOblique MiriamMonoCLM-Book MiriamMonoCLM-BookOblique NachlieliCLM-Bold NachlieliCLM-BoldOblique NachlieliCLM-Light NachlieliCLM-LightOblique YehudaCLM-Bold YehudaCLM-Light Modified: head/hebrew/elmar-fonts/Makefile ============================================================================== --- head/hebrew/elmar-fonts/Makefile Fri Sep 20 18:35:44 2013 (r327733) +++ head/hebrew/elmar-fonts/Makefile Fri Sep 20 18:41:52 2013 (r327734) @@ -1,9 +1,5 @@ -# New ports collection makefile for: elmar-fonts -# Date created: 23 March 2000 -# Whom: nadav@cs.technion.ac.il -# +# Created by: nadav@cs.technion.ac.il # $FreeBSD$ -# PORTNAME= elmar-fonts PORTVERSION= 3.3 @@ -19,6 +15,7 @@ COMMENT= A collection of Hebrew fonts fr NO_WRKSUBDIR= yes NO_BUILD= yes +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/lib/X11/fonts/hebrew ${TAR} -C ${PREFIX}/lib/X11/fonts/hebrew -xZpf \ Modified: head/hebrew/he2/Makefile ============================================================================== --- head/hebrew/he2/Makefile Fri Sep 20 18:35:44 2013 (r327733) +++ head/hebrew/he2/Makefile Fri Sep 20 18:41:52 2013 (r327734) @@ -1,9 +1,5 @@ -# New ports collection makefile for: he2 -# Date created: 3 August 2001 -# Whom: nadav@libagent.org -# +# Created by: nadav@libagent.org # $FreeBSD$ -# PORTNAME= he2 PORTVERSION= 0.61 @@ -20,6 +16,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} Modified: head/hebrew/hspell/Makefile ============================================================================== --- head/hebrew/hspell/Makefile Fri Sep 20 18:35:44 2013 (r327733) +++ head/hebrew/hspell/Makefile Fri Sep 20 18:41:52 2013 (r327734) @@ -22,6 +22,7 @@ MAN3= hspell.3 SUB_FILES= pkg-message SUB_LIST= PORTSDIR=${PORTSDIR} +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} Modified: head/hebrew/hunspell/Makefile ============================================================================== --- head/hebrew/hunspell/Makefile Fri Sep 20 18:35:44 2013 (r327733) +++ head/hebrew/hunspell/Makefile Fri Sep 20 18:41:52 2013 (r327734) @@ -1,4 +1,3 @@ -# Created by: Baptiste Daroussin # $FreeBSD$ PORTNAME= hunspell @@ -22,6 +21,7 @@ PLIST_FILES= %%DATADIR%%/he.aff \ %%DATADIR%%/he.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/pmerge Modified: head/hebrew/kde4-l10n/Makefile ============================================================================== --- head/hebrew/kde4-l10n/Makefile Fri Sep 20 18:35:44 2013 (r327733) +++ head/hebrew/kde4-l10n/Makefile Fri Sep 20 18:41:52 2013 (r327734) @@ -9,5 +9,6 @@ COMMENT= Hebrew messages and documentati KDE4_L10N= he +NO_STAGE= yes .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/hebrew/libreoffice/Makefile ============================================================================== --- head/hebrew/libreoffice/Makefile Fri Sep 20 18:35:44 2013 (r327733) +++ head/hebrew/libreoffice/Makefile Fri Sep 20 18:41:52 2013 (r327734) @@ -4,6 +4,7 @@ LO_I18N= he LO_HAS_HELPPACK= yes CATEGORIES= hebrew editors +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 18:43:04 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E8C7F114; Fri, 20 Sep 2013 18:43:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D512329E0; Fri, 20 Sep 2013 18:43:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KIh4kM058997; Fri, 20 Sep 2013 18:43:04 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KIh2p0058984; Fri, 20 Sep 2013 18:43:02 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201843.r8KIh2p0058984@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 18:43:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327735 - in head/hungarian: aspell calligra-l10n hu-phone hu-zipcodes hunspell hyphen ispell jdictionary-eng-hun jdictionary-eng-hun-expr kde4-l10n libreoffice mythes 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.14 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: Fri, 20 Sep 2013 18:43:05 -0000 Author: bapt Date: Fri Sep 20 18:43:02 2013 New Revision: 327735 URL: http://svnweb.freebsd.org/changeset/ports/327735 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: hungarian) Modified: head/hungarian/aspell/Makefile head/hungarian/calligra-l10n/Makefile head/hungarian/hu-phone/Makefile head/hungarian/hu-zipcodes/Makefile head/hungarian/hunspell/Makefile head/hungarian/hyphen/Makefile head/hungarian/ispell/Makefile head/hungarian/jdictionary-eng-hun-expr/Makefile head/hungarian/jdictionary-eng-hun/Makefile head/hungarian/kde4-l10n/Makefile head/hungarian/libreoffice/Makefile head/hungarian/mythes/Makefile Modified: head/hungarian/aspell/Makefile ============================================================================== --- head/hungarian/aspell/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/aspell/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -1,9 +1,5 @@ -# New ports collection makefile for: hu-aspell -# Date created: 28 August 2004 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= aspell DISTVERSION= 6-hu-0.99.4.2-0 @@ -16,5 +12,6 @@ COMMENT= Aspell Hungarian dictionaries DICT= hu +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/hungarian/calligra-l10n/Makefile ============================================================================== --- head/hungarian/calligra-l10n/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/calligra-l10n/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -9,5 +9,6 @@ COMMENT= Hungarian messages and document CALLIGRA_L10N= hu +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/hungarian/hu-phone/Makefile ============================================================================== --- head/hungarian/hu-phone/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/hu-phone/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -19,6 +19,7 @@ EXTRACT_BEFORE_ARGS= # None EXTRACT_AFTER_ARGS= > ${WRKSRC}/hu.phone NO_BUILD= YES +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/hu.phone ${PREFIX}/share/misc Modified: head/hungarian/hu-zipcodes/Makefile ============================================================================== --- head/hungarian/hu-zipcodes/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/hu-zipcodes/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -19,6 +19,7 @@ EXTRACT_BEFORE_ARGS= # None EXTRACT_AFTER_ARGS= > ${WRKSRC}/hu.zipcodes NO_BUILD= yes +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/hu.zipcodes ${PREFIX}/share/misc/ Modified: head/hungarian/hunspell/Makefile ============================================================================== --- head/hungarian/hunspell/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/hunspell/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -20,6 +20,7 @@ PLIST_FILES= %%DATADIR%%/hu_HU.aff \ %%DATADIR%%/hu_HU.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hu_HU.aff ${WRKSRC}/hu_HU.dic ${DATADIR}/ Modified: head/hungarian/hyphen/Makefile ============================================================================== --- head/hungarian/hyphen/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/hyphen/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -1,9 +1,4 @@ -# New ports collection makefile for: hyphen -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= hyphen PORTVERSION= 2007.05.17 @@ -25,6 +20,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_hu_HU.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hyph_hu_HU.dic ${DATADIR}/ Modified: head/hungarian/ispell/Makefile ============================================================================== --- head/hungarian/ispell/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/ispell/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -19,6 +19,7 @@ USE_GMAKE= yes DOCSDIR= ${PREFIX}/share/doc/hu-ispell DOCS= OLVASSEL README GYIK ChangeLog +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/tmp/magyar4ispell.hash ${DATADIR}/magyar.hash Modified: head/hungarian/jdictionary-eng-hun-expr/Makefile ============================================================================== --- head/hungarian/jdictionary-eng-hun-expr/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/jdictionary-eng-hun-expr/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -12,4 +12,5 @@ COMMENT= JDictionary plugin: English-Hun MASTERDIR= ${.CURDIR}/../../textproc/jdictionary +NO_STAGE= yes .include "${MASTERDIR}/Makefile.plugin" Modified: head/hungarian/jdictionary-eng-hun/Makefile ============================================================================== --- head/hungarian/jdictionary-eng-hun/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/jdictionary-eng-hun/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -12,4 +12,5 @@ COMMENT= JDictionary plugin: Hungarian-E MASTERDIR= ${.CURDIR}/../../textproc/jdictionary +NO_STAGE= yes .include "${MASTERDIR}/Makefile.plugin" Modified: head/hungarian/kde4-l10n/Makefile ============================================================================== --- head/hungarian/kde4-l10n/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/kde4-l10n/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -10,5 +10,6 @@ COMMENT= Hungarian messages and document KDE4_L10N= hu +NO_STAGE= yes .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/hungarian/libreoffice/Makefile ============================================================================== --- head/hungarian/libreoffice/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/libreoffice/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -4,6 +4,7 @@ LO_I18N= hu LO_HAS_HELPPACK= yes CATEGORIES= hungarian editors +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include Modified: head/hungarian/mythes/Makefile ============================================================================== --- head/hungarian/mythes/Makefile Fri Sep 20 18:41:52 2013 (r327734) +++ head/hungarian/mythes/Makefile Fri Sep 20 18:43:02 2013 (r327735) @@ -1,9 +1,4 @@ -# New ports collection makefile for: mythes -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= mythes PORTVERSION= 2003.09.29 @@ -26,6 +21,7 @@ PLIST_FILES= %%DATADIR%%/th_hu_HU.dat \ %%DATADIR%%/th_hu_HU.idx PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/th_hu_HU.dat ${WRKSRC}/th_hu_HU.idx ${DATADIR}/ From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 18:45:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1CFC7219; Fri, 20 Sep 2013 18:45:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0889529F3; Fri, 20 Sep 2013 18:45:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KIj7uq061207; Fri, 20 Sep 2013 18:45:07 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KIiotN061026; Fri, 20 Sep 2013 18:44:50 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201844.r8KIiotN061026@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 18:44:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327736 - in head/irc: anope bip bitchx bitlbee bnc bobot++ bopm cgiirc charybdis ctrlproxy cwirc dancer darkbot dcc dircproxy dxirc eggdrop eggdrop-devel epic4 epic5 evangeline ezbounc... 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.14 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: Fri, 20 Sep 2013 18:45:07 -0000 Author: bapt Date: Fri Sep 20 18:44:49 2013 New Revision: 327736 URL: http://svnweb.freebsd.org/changeset/ports/327736 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: irc) Modified: head/irc/anope/Makefile head/irc/bip/Makefile head/irc/bitchx/Makefile head/irc/bitlbee/Makefile head/irc/bnc/Makefile head/irc/bobot++/Makefile head/irc/bopm/Makefile head/irc/cgiirc/Makefile head/irc/charybdis/Makefile head/irc/ctrlproxy/Makefile head/irc/cwirc/Makefile head/irc/dancer/Makefile head/irc/darkbot/Makefile head/irc/dcc/Makefile head/irc/dircproxy/Makefile head/irc/dxirc/Makefile head/irc/eggdrop-devel/Makefile head/irc/eggdrop/Makefile head/irc/epic4/Makefile head/irc/epic5/Makefile head/irc/evangeline/Makefile head/irc/ezbounce/Makefile head/irc/fisg/Makefile head/irc/gruftistats/Makefile head/irc/hexchat/Makefile head/irc/hybserv/Makefile head/irc/icbirc/Makefile head/irc/ii/Makefile head/irc/infobot/Makefile head/irc/inspircd/Makefile head/irc/inspircd12/Makefile head/irc/insub/Makefile head/irc/irc/Makefile head/irc/irc2dc/Makefile head/irc/ircII/Makefile head/irc/ircd-hybrid/Makefile head/irc/ircd-ratbox-devel/Makefile head/irc/ircd-ratbox/Makefile head/irc/ircd-ru/Makefile head/irc/irchat-pj-emacs21/Makefile head/irc/irchat-pj-xemacs21-mule/Makefile head/irc/ircproxy/Makefile head/irc/ircservices/Makefile head/irc/iroffer-dinoex/Makefile head/irc/iroffer-lamm/Makefile head/irc/iroffer/Makefile head/irc/irssi-dcc_send_limiter/Makefile head/irc/irssi-devel/Makefile head/irc/irssi-fish/Makefile head/irc/irssi-otr/Makefile head/irc/irssi-scripts/Makefile head/irc/irssi-xmpp/Makefile head/irc/irssi/Makefile head/irc/irssistats/Makefile head/irc/keitairc/Makefile head/irc/keitairc2/Makefile head/irc/konversation-kde4/Makefile head/irc/kvirc-qt4/Makefile head/irc/kvirc/Makefile head/irc/libircclient/Makefile head/irc/lostirc/Makefile head/irc/miau/Makefile head/irc/minbif/Makefile head/irc/muh/Makefile head/irc/nefarious/Makefile head/irc/nethirc/Makefile head/irc/netwalker-ircc/Makefile head/irc/ngircd/Makefile head/irc/ninja/Makefile head/irc/onis/Makefile head/irc/p5-AnyEvent-IRC/Makefile head/irc/p5-Bot-BasicBot/Makefile head/irc/p5-IRC-Bot-Hangman/Makefile head/irc/p5-IRC-Utils/Makefile head/irc/p5-POE-Component-IRC-Object/Makefile head/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile head/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile head/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile head/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile head/irc/p5-POE-Component-IRC/Makefile head/irc/p5-POE-Component-Server-IRC/Makefile head/irc/p5-POE-Filter-IRCD/Makefile head/irc/p5-POE-Session-Irssi/Makefile head/irc/p5-Parse-IRC/Makefile head/irc/pear-Net_SmartIRC/Makefile head/irc/pircbot/Makefile head/irc/pisg/Makefile head/irc/psybnc/Makefile head/irc/pure-emacs21/Makefile head/irc/pure-xemacs21-mule/Makefile head/irc/py-gozerbot/Makefile head/irc/py-irc/Makefile head/irc/py-supybot-plugins/Makefile head/irc/py-supybot/Makefile head/irc/quassel/Makefile head/irc/quirc/Makefile head/irc/qwebirc/Makefile head/irc/ratbox-respond/Makefile head/irc/ratbox-services/Makefile head/irc/riece-emacs21/Makefile head/irc/riece/Makefile head/irc/roxirc/Makefile head/irc/ruby-irc/Makefile head/irc/ruby-rica/Makefile head/irc/ruby-rice/Makefile head/irc/rubygem-cinch/Makefile head/irc/rubygem-net-irc/Makefile head/irc/scrollz/Makefile head/irc/sic/Makefile head/irc/simpleirc/Makefile head/irc/sirc/Makefile head/irc/slirc/Makefile head/irc/smartirc4net/Makefile head/irc/solid-ircd/Makefile head/irc/srvx/Makefile head/irc/thales/Makefile head/irc/tircd/Makefile head/irc/tircproxy/Makefile head/irc/trickyirc/Makefile head/irc/undernet-ircu/Makefile head/irc/unreal/Makefile head/irc/weechat-devel/Makefile head/irc/weechat/Makefile head/irc/xaric/Makefile head/irc/xchat-fish/Makefile head/irc/xchat-gnome/Makefile head/irc/xchat-mircryption/Makefile head/irc/xchat-ruby/Makefile head/irc/xchat/Makefile head/irc/znc/Makefile Modified: head/irc/anope/Makefile ============================================================================== --- head/irc/anope/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/anope/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -27,6 +27,7 @@ USE_RC_SUBR= anope OPTIONS_DEFINE= MYSQL OPTIONS_DEFAULT= MYSQL +NO_STAGE= yes .include # XXX Add here other arch which needs -fPIC :-) Modified: head/irc/bip/Makefile ============================================================================== --- head/irc/bip/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/bip/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bip -# Date created: 23 October 2007 -# Whom: Chess Griffin -# +# Created by: Chess Griffin # $FreeBSD$ -# PORTNAME= bip PORTVERSION= 0.8.8 @@ -33,6 +29,7 @@ PORTDOCS= AUTHORS BUGS ChangeLog NEWS RE PORTEXAMPLES= bip.conf bip.vim +NO_STAGE= yes .include post-install: Modified: head/irc/bitchx/Makefile ============================================================================== --- head/irc/bitchx/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/bitchx/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -34,6 +34,7 @@ PLUGINS_DESC= Build a handful of BitchX OPTIONS_DEFAULT=PLUGINS SSL +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIPV6} Modified: head/irc/bitlbee/Makefile ============================================================================== --- head/irc/bitlbee/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/bitlbee/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -48,6 +48,7 @@ CONFIGURE_ARGS= --config=/var/db/bitlbee USERS= bitlbee GROUPS= bitlbee +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDEBUG} Modified: head/irc/bnc/Makefile ============================================================================== --- head/irc/bnc/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/bnc/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bnc -# Date created: 06 July 1998 -# Whom: Bill Fumerola -# +# Created by: Bill Fumerola # $FreeBSD$ -# PORTNAME= bnc PORTVERSION= 2.9.4 @@ -22,6 +18,7 @@ DOCS= COPYING Changelog README example. BINS= bnc mkpasswd SCRIPTS= bncchk bncsetup +NO_STAGE= yes .include post-patch: Modified: head/irc/bobot++/Makefile ============================================================================== --- head/irc/bobot++/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/bobot++/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: bobot++ -# Date created: Sep 7, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= bobotpp PORTVERSION= 2.2.3 @@ -31,6 +26,7 @@ PLIST_FILES= bin/${PORTNAME} CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGUILE} Modified: head/irc/bopm/Makefile ============================================================================== --- head/irc/bopm/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/bopm/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bopm -# Date Created: 2004.08.06 -# Whom: Evgueni V. Gavrilov -# +# Created by: Evgueni V. Gavrilov # $FreeBSD$ -# PORTNAME= bopm PORTVERSION= 3.1.3 @@ -31,6 +27,7 @@ SUB_LIST= LOGDIR=${LOGDIR} USERS= bopm GROUPS= bopm +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e 's,data_DATA = bopm.conf.sample,data_DATA =,g' \ Modified: head/irc/cgiirc/Makefile ============================================================================== --- head/irc/cgiirc/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/cgiirc/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -15,6 +15,7 @@ LICENSE= GPLv2 USES= perl5 NO_BUILD= yes +NO_STAGE= yes pre-install: @${MV} ${WRKSRC}/cgiirc.config ${WRKSRC}/cgiirc.config.sample 2>/dev/null || true Modified: head/irc/charybdis/Makefile ============================================================================== --- head/irc/charybdis/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/charybdis/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -40,6 +40,7 @@ CONFIGURE_ARGS= --with-confdir=${ETCDIR} --with-moduledir=${DATADIR}/modules \ --enable-kqueue +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/irc/ctrlproxy/Makefile ============================================================================== --- head/irc/ctrlproxy/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/ctrlproxy/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: ctrlproxy -# Date created: Oct 22, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= ctrlproxy PORTVERSION= 3.0.8 @@ -30,6 +25,7 @@ MAN5= ctrlproxy_config.5 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-install: ${INSTALL_MAN} ${WRKSRC}/doc/ctrlproxy.1 ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/ctrlproxy_config.5 ${MANPREFIX}/man/man5 Modified: head/irc/cwirc/Makefile ============================================================================== --- head/irc/cwirc/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/cwirc/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -17,6 +17,7 @@ BUILD_DEPENDS= xchat:${PORTSDIR}/irc/xch USES= pkgconfig +NO_STAGE= yes post-patch: ${CP} ${FILESDIR}/Makefile ${WRKSRC} ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ Modified: head/irc/dancer/Makefile ============================================================================== --- head/irc/dancer/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/dancer/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dancer -# Date created: 02/01/2003 -# Whom: Dominic Marks -# +# Created by: Dominic Marks # $FreeBSD$ -# PORTNAME= dancer PORTVERSION= 4.16 @@ -22,6 +18,7 @@ LDFLAGS+= -lm CPP= # USE_CSTD= gnu89 +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/../${PORTNAME} ${PREFIX}/bin/ Modified: head/irc/darkbot/Makefile ============================================================================== --- head/irc/darkbot/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/darkbot/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -20,6 +20,7 @@ MANCOMPRESSED= yes PORTDOCS= README PLIST_FILES= bin/darkbot %%ETCDIR%%/logs/.pkgcreate +NO_STAGE= yes .include post-patch: Modified: head/irc/dcc/Makefile ============================================================================== --- head/irc/dcc/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/dcc/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -26,6 +26,7 @@ LDFLAGS+= -pthread PLIST_FILES= bin/dcc +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dcc ${PREFIX}/bin Modified: head/irc/dircproxy/Makefile ============================================================================== --- head/irc/dircproxy/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/dircproxy/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dircproxy -# Date created: 11 January 2001 -# Whom: George Reid -# +# Created by: George Reid # $FreeBSD$ -# PORTNAME= dircproxy DISTVERSION= 1.2.0-RC1 @@ -25,6 +21,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message MAN1= dircproxy.1 dircproxy-crypt.1 .endif +NO_STAGE= yes post-install: .if !defined(NO_INSTALL_MANPAGES) @cd ${WRKSRC}/doc && make install-man Modified: head/irc/dxirc/Makefile ============================================================================== --- head/irc/dxirc/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/dxirc/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -29,6 +29,7 @@ NOTIFY_DESC= Libnotify support PORTDOCS= README +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/irc/eggdrop-devel/Makefile ============================================================================== --- head/irc/eggdrop-devel/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/eggdrop-devel/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -28,6 +28,7 @@ SUB_FILES= pkg-message CONFLICTS= eggdrop-[0-9]* +NO_STAGE= yes .include post-patch: Modified: head/irc/eggdrop/Makefile ============================================================================== --- head/irc/eggdrop/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/eggdrop/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -24,6 +24,7 @@ MAN1= eggdrop.1 SUB_FILES= pkg-message +NO_STAGE= yes .include post-patch: Modified: head/irc/epic4/Makefile ============================================================================== --- head/irc/epic4/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/epic4/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -29,6 +29,7 @@ OPTIONS_DEFINE= IPV6 TCL PERL SSL TERMCA OPTIONS_DEFAULT= TCL PERL SSL TERMCAP_DESC= Refuse to use terminfo/ncurses +NO_STAGE= yes .include .if ! ${PORT_OPTIONS:MIPV6} Modified: head/irc/epic5/Makefile ============================================================================== --- head/irc/epic5/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/epic5/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -31,6 +31,7 @@ TERMCAP_DESC= Refuse to use terminfo/ncu CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX} USES= iconv +NO_STAGE= yes .include .if ! ${PORT_OPTIONS:MIPV6} Modified: head/irc/evangeline/Makefile ============================================================================== --- head/irc/evangeline/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/evangeline/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -24,6 +24,7 @@ OPTIONS_DEFINE= IPV6 CRYPT OPTIONS_DEFAULT= CRYPT CRYPT_DESC= Enable Encryption +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIPV6} Modified: head/irc/ezbounce/Makefile ============================================================================== --- head/irc/ezbounce/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/ezbounce/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -27,6 +27,7 @@ PLIST_SUB+= SSL="" PLIST_SUB+= SSL="@comment " .endif +NO_STAGE= yes .include pre-everything:: Modified: head/irc/fisg/Makefile ============================================================================== --- head/irc/fisg/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/fisg/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fisg -# Date created: 29 Nov 2004 -# Whom: Pasi Hirvonen -# +# Created by: Pasi Hirvonen # $FreeBSD$ -# PORTNAME= fisg PORTVERSION= 0.3.12 @@ -19,6 +15,7 @@ BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}-${PO PORTDOCS= README FAQ MAN1= fisg.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^PREFIX|PREFIX?|' \ -e 's|^CC|CC?|' -e 's|^CFLAGS|CFLAGS?|' ${WRKSRC}/src/Makefile Modified: head/irc/gruftistats/Makefile ============================================================================== --- head/irc/gruftistats/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/gruftistats/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gruftistats -# Date created: 29 October 2001 -# Whom: Matthew West -# +# Created by: Matthew West # $FreeBSD$ -# PORTNAME= gruftistats PORTVERSION= 0.2.4 @@ -23,6 +19,7 @@ MAKE_ARGS= NOPORTDOCS=1 MAN1= gruftistats.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's,strcasestr,strcasestr_x,g' ${WRKSRC}/ircstats.h \ Modified: head/irc/hexchat/Makefile ============================================================================== --- head/irc/hexchat/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/hexchat/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -62,6 +62,7 @@ DBUS_CONFIGURE_ENABLE= dbus NOTIFY_RUN_DEPENDS= notify-send:${PORTSDIR}/devel/libnotify NOTIFY_CONFIGURE_ENABLE= libnotify +NO_STAGE= yes .include .if ! ${PORT_OPTIONS:MLIBSEXY} && ! ${PORT_OPTIONS:MGTKSPELL} && ! ${PORT_OPTIONS:MSTATIC} Modified: head/irc/hybserv/Makefile ============================================================================== --- head/irc/hybserv/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/hybserv/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -29,6 +29,7 @@ GROUPS= ${USERS} DAEMONTOOLS_RUN_DEPENDS= supervise:${PORTSDIR}/sysutils/daemontools DAEMONTOOLS_CONFIGURE_ENABLE= daemontools +NO_STAGE= yes .include post-install: Modified: head/irc/icbirc/Makefile ============================================================================== --- head/irc/icbirc/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/icbirc/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,7 +1,4 @@ -# New ports collection makefile for: icbirc -# Date created: 8 Feb 2004 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ PORTNAME= icbirc @@ -20,4 +17,5 @@ MANCOMPRESSED= maybe PLIST_FILES= bin/icbirc +NO_STAGE= yes .include Modified: head/irc/ii/Makefile ============================================================================== --- head/irc/ii/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/ii/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -20,6 +20,7 @@ PORTEXAMPLES= query.sh MAKE_ARGS= -E CC .endif +NO_STAGE= yes .include do-install: Modified: head/irc/infobot/Makefile ============================================================================== --- head/irc/infobot/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/infobot/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -13,6 +13,7 @@ COMMENT= Bot written in Perl with a rabi USES= perl5 NO_BUILD= yes +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} ${CP} -r ${WRKSRC}/src ${WRKSRC}/extras ${WRKSRC}/files \ Modified: head/irc/inspircd/Makefile ============================================================================== --- head/irc/inspircd/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/inspircd/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -58,6 +58,7 @@ SQLITE_DESC= Build m_sqlite3 module PCRE_DESC= Build m_regex_pcre module POSIX_DESC= Build m_regex_posix module +NO_STAGE= yes .include .if ${PORT_OPTIONS:MLDAPAUTH} Modified: head/irc/inspircd12/Makefile ============================================================================== --- head/irc/inspircd12/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/inspircd12/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -60,6 +60,7 @@ POSIX_RE_DESC= Build m_regex_posix modu PCRE_DESC= Build m_regex_pcre module TRE_DESC= Build m_regex_tre module +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIPV6} Modified: head/irc/insub/Makefile ============================================================================== --- head/irc/insub/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/insub/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,4 +1,4 @@ -# Created by: Alfred Perlstein +# Created by: Alfred Perlstein # $FreeBSD$ PORTNAME= insub @@ -21,6 +21,7 @@ USE_PERL5= run SCRIPT= ${PORTNAME}.pl +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${SCRIPT} ${PREFIX}/bin/${SCRIPT:R} ${MKDIR} ${PREFIX}/share/irssi/scripts/ Modified: head/irc/irc/Makefile ============================================================================== --- head/irc/irc/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/irc/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -28,6 +28,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} OPTIONS_DEFINE= IPV6 OPTIONS_DEFAULT=IPV6 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIPV6} Modified: head/irc/irc2dc/Makefile ============================================================================== --- head/irc/irc2dc/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/irc2dc/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,9 +1,5 @@ -# New ports collection makefile for: irc2dc -# Date created: 24 May 2009 -# Whom: Maxim Ignatenko -# +# Created by: Maxim Ignatenko # $FreeBSD$ -# PORTNAME= irc2dc PORTVERSION= 0.1 @@ -21,4 +17,5 @@ USE_RC_SUBR= irc2dc PLIST_FILES= bin/irc2dc \ etc/irc2dc.conf.dist +NO_STAGE= yes .include Modified: head/irc/ircII/Makefile ============================================================================== --- head/irc/ircII/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/ircII/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,9 +1,5 @@ -# New ports collection makefile for: IrcII Client -# Date created: 18 Oct 1994 -# Whom: torstenb -# +# Created by: torstenb # $FreeBSD$ -# PORTNAME= ircii PORTVERSION= 20111115 @@ -22,4 +18,5 @@ MAN1= irc.1 ircII.1 ircbug.1 PLIST_SUB= VERSION="${PORTVERSION}" +NO_STAGE= yes .include Modified: head/irc/ircd-hybrid/Makefile ============================================================================== --- head/irc/ircd-hybrid/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/ircd-hybrid/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,6 +1,5 @@ # Created by: David Taylor # $FreeBSD$ -# PORTNAME= ircd-hybrid PORTVERSION= 8.0.4 @@ -59,6 +58,7 @@ CONFIGURE_ARGS+= \ --prefix=${LOCAL} \ --datarootdir=${PREFIX}/share/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes pre-su-install: ${MKDIR} ${PREFIX}/etc/ircd-hybrid ${PREFIX}/share/${PORTNAME}-${PORTVERSION} ${MKDIR} ${PREFIX}/share/${PORTNAME}-${PORTVERSION}/help/ Modified: head/irc/ircd-ratbox-devel/Makefile ============================================================================== --- head/irc/ircd-ratbox-devel/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/ircd-ratbox-devel/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -57,6 +57,7 @@ SERVICES_DESC= ratbox-services compatib #---------------------------------------------------------------------- +NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPENSSL} Modified: head/irc/ircd-ratbox/Makefile ============================================================================== --- head/irc/ircd-ratbox/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/ircd-ratbox/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -60,6 +60,7 @@ OPTIONS_EXCLUDE= NLS EXAMPLES #---------------------------------------------------------------------- +NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPENSSL} Modified: head/irc/ircd-ru/Makefile ============================================================================== --- head/irc/ircd-ru/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/ircd-ru/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -33,6 +33,7 @@ AUTHMODULE_DESC= authmodule support DNSBL_DESC= DNSBL support SELECT_DESC= enable select I/O +NO_STAGE= yes .include # irc.wenet.ru specific options Modified: head/irc/irchat-pj-emacs21/Makefile ============================================================================== --- head/irc/irchat-pj-emacs21/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/irchat-pj-emacs21/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -44,6 +44,7 @@ PLIST_SUB= LISPDIR=${LISPDIR} \ ETCDIR=${ETCDIR} \ XEMACS_ONLY=${XEMACS_ONLY} +NO_STAGE= yes .include post-install: Modified: head/irc/irchat-pj-xemacs21-mule/Makefile ============================================================================== --- head/irc/irchat-pj-xemacs21-mule/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/irchat-pj-xemacs21-mule/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,9 +1,5 @@ -# New ports collection makefile for: irchat-pj (for xemacs21-mule) -# Date Created: 4 May 2001 -# Whom: Yoichi NAKAYAMA -# +# Created by: Yoichi NAKAYAMA # $FreeBSD$ -# MASTERDIR= ${.CURDIR}/../irchat-pj-emacs21 @@ -14,4 +10,5 @@ LISPDIR= lib/xemacs/site-packages/lisp/ ALL_TARGET= package INSTALL_TARGET= install-package +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/irc/ircproxy/Makefile ============================================================================== --- head/irc/ircproxy/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/ircproxy/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -30,6 +30,7 @@ OPTIONS_DEFAULT= SSL MEMDEBUG FDDEBUG MEMDEBUG_DESC= Enable memory debugging FDDEBUG_DESC= Enable file descriptor debugging +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSSL} Modified: head/irc/ircservices/Makefile ============================================================================== --- head/irc/ircservices/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/ircservices/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ircservices -# Date created: Sun Oct 27 11:49:48 CET 2002 -# Whom: Alex Dupre -# +# Created by: Alex Dupre # $FreeBSD$ -# PORTNAME= ircservices PORTVERSION= 5.1.18 @@ -25,6 +21,7 @@ CONFIGURE_ARGS= -bindest ${PREFIX}/sbin IRCSERVICES_LANG?= EN_US +NO_STAGE= yes .include .if ${OSVERSION} > 700042 Modified: head/irc/iroffer-dinoex/Makefile ============================================================================== --- head/irc/iroffer-dinoex/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/iroffer-dinoex/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -43,6 +43,7 @@ IROFFER_HTDOCS= iroffer-state.css robots OPTIONS_DEFINE= CURL RUBY UPNP GEOIP OPTIONS_DEFAULT=CURL RUBY UPNP GEOIP +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCURL} Modified: head/irc/iroffer-lamm/Makefile ============================================================================== --- head/irc/iroffer-lamm/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/iroffer-lamm/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -17,6 +17,7 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFLICTS= iroffer-1.* iroffer-dinoex-3.* +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|cctype="gcc"|cctype="${CC}"|' \ ${WRKSRC}/Configure Modified: head/irc/iroffer/Makefile ============================================================================== --- head/irc/iroffer/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/iroffer/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,4 +1,4 @@ -# Created by: Donald Burr +# Created by: Donald Burr # $FreeBSD$ PORTNAME= iroffer @@ -17,6 +17,7 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFLICTS= iroffer-lamm-1.* iroffer-dinoex-3.* +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|cctype="gcc"|cctype="${CC}"|' \ ${WRKSRC}/Configure Modified: head/irc/irssi-dcc_send_limiter/Makefile ============================================================================== --- head/irc/irssi-dcc_send_limiter/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/irssi-dcc_send_limiter/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -29,6 +29,7 @@ PLIST_DIRS= lib/irssi/modules/lib CFLAGS+= -shared -fPIC -I${LOCALBASE}/include/irssi -I${LOCALBASE}/include/irssi/src -I${LOCALBASE}/include/irssi/src/core -I${LOCALBASE}/include/irssi/src/irc/core -I${LOCALBASE}/include/irssi/src/irc/dcc `pkg-config --cflags glib-2.0` +NO_STAGE= yes do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} Modified: head/irc/irssi-devel/Makefile ============================================================================== --- head/irc/irssi-devel/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/irssi-devel/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -28,6 +28,7 @@ OPTIONS_DEFAULT= PERL IPV6 SSL WRKSRC= ${WRKDIR}/${PORTNAME}-0.8.16-rc1 +NO_STAGE= yes .include # Process options. Modified: head/irc/irssi-fish/Makefile ============================================================================== --- head/irc/irssi-fish/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/irssi-fish/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,9 +1,5 @@ -# New ports collection makefile for: irssi fish -# Date created: Tue May 24 03:27:32 UTC 2005 -# Whom: Jens Holmqvist -# +# Created by: Jens Holmqvist # $FreeBSD$ -# PORTNAME= irssi-fish DISTVERSION= 1.00-RC5 @@ -25,6 +21,7 @@ USE_LDCONFIG= yes PLIST_FILES= lib/irssi/modules/libfish.so PORTDOCS= FiSH-irssi.txt FiSH-irssi_History.txt +NO_STAGE= yes .include .if ${ARCH} == "amd64" Modified: head/irc/irssi-otr/Makefile ============================================================================== --- head/irc/irssi-otr/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/irssi-otr/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -28,4 +28,5 @@ PLIST_FILES= lib/irssi/modules/libotr.so %%DOCSDIR%%/LICENSE %%DOCSDIR%%/README PLIST_DIRS= %%DOCSDIR%% +NO_STAGE= yes .include Modified: head/irc/irssi-scripts/Makefile ============================================================================== --- head/irc/irssi-scripts/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/irssi-scripts/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER NO_BUILD= yes +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/share/irssi/scripts ${INSTALL_SCRIPT} ${WRKSRC}/scripts/*.pl ${PREFIX}/share/irssi/scripts Modified: head/irc/irssi-xmpp/Makefile ============================================================================== --- head/irc/irssi-xmpp/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/irssi-xmpp/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -23,6 +23,7 @@ DOCSDIR= ${PREFIX}/share/doc/irssi OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-patch: Modified: head/irc/irssi/Makefile ============================================================================== --- head/irc/irssi/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/irssi/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --disable-ssl USE_OPENSSL= yes .endif +NO_STAGE= yes .include # Process options. Modified: head/irc/irssistats/Makefile ============================================================================== --- head/irc/irssistats/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/irssistats/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -16,6 +16,7 @@ MAN1= irssistats.1 ALL_TARGET= irssistats INSTALL_TARGET= install +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/etc/irssistats.conf|${PREFIX}/etc/irssistats.conf|g' ${WRKSRC}/irssistats.c Modified: head/irc/keitairc/Makefile ============================================================================== --- head/irc/keitairc/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/keitairc/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -36,6 +36,7 @@ SHEBANG_FILES= keitairc PLIST_FILES= bin/keitairc +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/keitairc ${PREFIX}/bin Modified: head/irc/keitairc2/Makefile ============================================================================== --- head/irc/keitairc2/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/keitairc2/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -25,6 +25,7 @@ NO_BUILD= yes SHEBANG_FILES= keitairc +NO_STAGE= yes post-extract: ${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM} -rf Modified: head/irc/konversation-kde4/Makefile ============================================================================== --- head/irc/konversation-kde4/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/konversation-kde4/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,9 +1,5 @@ -# New ports collection makefile for: konversation -# Date created: 15 May 2003 -# Whom: Kirill Ponomarew -# +# Created by: Kirill Ponomarew # $FreeBSD$ -# PORTNAME= konversation PORTVERSION= 1.4 @@ -24,4 +20,5 @@ USES= cmake USE_KDE4= kdeprefix pimlibs automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build +NO_STAGE= yes .include Modified: head/irc/kvirc-qt4/Makefile ============================================================================== --- head/irc/kvirc-qt4/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/kvirc-qt4/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,9 +1,4 @@ -# New ports collection makefile for: kvirc-qt4 -# Date created: 2010-07-17 -# Whom: Max Brazhnikov -# # $FreeBSD$ -# PKGNAMESUFFIX= -qt4 @@ -12,4 +7,5 @@ COMMENT= Qt4 based IRC client CONFLICTS= kvirc-4.* MASTERDIR= ${.CURDIR}/../kvirc +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/irc/kvirc/Makefile ============================================================================== --- head/irc/kvirc/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/kvirc/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -50,6 +50,7 @@ WEBKIT_DESC= Build with QtWebkit support PLIST_SUB+= VER="${PORTVERSION:R}" +NO_STAGE= yes .include .if defined(PKGNAMESUFFIX) Modified: head/irc/libircclient/Makefile ============================================================================== --- head/irc/libircclient/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/libircclient/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -15,6 +15,7 @@ OPTIONS_DEFAULT= OPENSSL BUILD_WRKSRC= ${WRKSRC}/src GNU_CONFIGURE= yes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPENSSL} Modified: head/irc/lostirc/Makefile ============================================================================== --- head/irc/lostirc/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/lostirc/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -25,6 +25,7 @@ MAN1= lostirc.1 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} Modified: head/irc/miau/Makefile ============================================================================== --- head/irc/miau/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/miau/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,9 +1,5 @@ -# New ports collection makefile for: miau -# Date created: 23 Apr 2004 -# Whom: Oliver Eikemeier -# +# Created by: Oliver Eikemeier # $FreeBSD$ -# PORTNAME= miau PORTVERSION= 0.6.6 @@ -39,6 +35,7 @@ CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --enable-ipv6 .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,\$$datadir/doc/miau/examples,${EXAMPLESDIR},g' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} Modified: head/irc/minbif/Makefile ============================================================================== --- head/irc/minbif/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/minbif/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -42,6 +42,7 @@ PLIST_FILES= bin/minbif %%ETCDIR%%/minbi %%ETCDIR%%/minbif.motd-dist PLIST_DIRS= %%ETCDIR%% +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCACA} Modified: head/irc/muh/Makefile ============================================================================== --- head/irc/muh/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/muh/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,9 +1,5 @@ -# New ports collection makefile for: muh -# Date created: 25 Sept 1998 -# Whom: Bill Fumerola -# +# Created by: Bill Fumerola # $FreeBSD$ -# PORTNAME= muh PORTVERSION= 2.2a @@ -19,6 +15,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= "--enable-ipv6" .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|=muh|=${PREFIX}/bin/muh|g" ${WRKSRC}/misc/muh-check Modified: head/irc/nefarious/Makefile ============================================================================== --- head/irc/nefarious/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/nefarious/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Nefarious -# Date created: 12 August 2007 -# Whom: Frank J. Laszlo -# +# Created by: Frank J. Laszlo # $FreeBSD$ -# PORTNAME= Nefarious PORTVERSION= 1.2.0 @@ -26,6 +22,7 @@ USE_OPENSSL= yes CONFIGURE_ARGS+= --enable-ssl .endif +NO_STAGE= yes .include .if !defined(INSTALL_PREFIX) Modified: head/irc/nethirc/Makefile ============================================================================== --- head/irc/nethirc/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/nethirc/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -20,4 +20,5 @@ USE_PERL5= configure MAN1= nethirc.pl.1 MAN3= NetHirc.3 +NO_STAGE= yes .include Modified: head/irc/netwalker-ircc/Makefile ============================================================================== --- head/irc/netwalker-ircc/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/netwalker-ircc/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -17,6 +17,7 @@ MAN1= netwalker.1 LDFLAGS+= -lncurses ${PTHREAD_LIBS} CFLAGS?= -O2 -Wall +NO_STAGE= yes post-patch: @${SED} -e "s|%%PREFIX%%|${PREFIX}|g" \ ${WRKSRC}/config.h > ${WRKSRC}/config.h.freebsd Modified: head/irc/ngircd/Makefile ============================================================================== --- head/irc/ngircd/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/ngircd/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -33,6 +33,7 @@ IDENT_DESC=Enable IDENT (AUTH) protocol SNIFFER_DESC=Enable IRC traffic sniffer DEBUG_DESC=Show additional debug output +NO_STAGE= yes .include .if exists(/usr/include/tcpd.h) && !defined(WITHOUT_TCP_WRAPPERS) Modified: head/irc/ninja/Makefile ============================================================================== --- head/irc/ninja/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/ninja/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -17,6 +17,7 @@ MAKE_JOBS_UNSAFE= yes LATEST_LINK= irc-ninja +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|%%IRCLIB%%|${DATADIR}|g" \ ${WRKSRC}/include/config.h.dist Modified: head/irc/onis/Makefile ============================================================================== --- head/irc/onis/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/onis/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -12,6 +12,7 @@ COMMENT= A script that converts IRC logf USES= perl5 NO_BUILD= YES +NO_STAGE= yes do-install: @if [ ! -d ${DATADIR} ]; then \ ${MKDIR} ${DATADIR}; \ Modified: head/irc/p5-AnyEvent-IRC/Makefile ============================================================================== --- head/irc/p5-AnyEvent-IRC/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/p5-AnyEvent-IRC/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -22,4 +22,5 @@ MAN3= AnyEvent::IRC::Client.3 \ AnyEvent::IRC.3 \ AnyEvent::IRC::Util.3 +NO_STAGE= yes .include Modified: head/irc/p5-Bot-BasicBot/Makefile ============================================================================== --- head/irc/p5-Bot-BasicBot/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/p5-Bot-BasicBot/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -20,4 +20,5 @@ MAN3= Bot::BasicBot.3 USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include Modified: head/irc/p5-IRC-Bot-Hangman/Makefile ============================================================================== --- head/irc/p5-IRC-Bot-Hangman/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/p5-IRC-Bot-Hangman/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -33,4 +33,5 @@ MAN3= IRC::Bot::Hangman.3 \ USES= perl5 USE_PERL5= modbuild +NO_STAGE= yes .include Modified: head/irc/p5-IRC-Utils/Makefile ============================================================================== --- head/irc/p5-IRC-Utils/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/p5-IRC-Utils/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -19,4 +19,5 @@ USE_PERL5= configure MAN3= IRC::Utils.3 +NO_STAGE= yes .include Modified: head/irc/p5-POE-Component-IRC-Object/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Object/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/p5-POE-Component-IRC-Object/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -20,6 +20,7 @@ USE_PERL5= configure MAN3= POE::Component::IRC::Object.3 +NO_STAGE= yes post-install: .ifndef(NOPORTDOCS) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" Modified: head/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -25,6 +25,7 @@ USE_PERL5= configure MAN3= POE::Component::IRC::Plugin::Blowfish.3 +NO_STAGE= yes post-install: .ifndef(NOPORTEXAMPLES) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" Modified: head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -22,6 +22,7 @@ USE_PERL5= configure MAN3= POE::Component::IRC::Plugin::Bollocks.3 +NO_STAGE= yes post-install: .ifndef(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} Modified: head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -21,6 +21,7 @@ USE_PERL5= configure MAN3= POE::Component::IRC::Plugin::CoreList.3 +NO_STAGE= yes post-install: .ifndef(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} Modified: head/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile Fri Sep 20 18:43:02 2013 (r327735) +++ head/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile Fri Sep 20 18:44:49 2013 (r327736) @@ -29,4 +29,5 @@ MAN1= irchailo-seed.1 MAN3= POE::Component::IRC::Plugin::Hailo.3 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 18:48:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 85ECA385; Fri, 20 Sep 2013 18:48:09 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 702CD2A13; Fri, 20 Sep 2013 18:48:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KIm9D8066880; Fri, 20 Sep 2013 18:48:09 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KIlutC066737; Fri, 20 Sep 2013 18:47:56 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201847.r8KIlutC066737@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 18:47:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327737 - in head/japanese: ASCIIdates98-fpw CGdic-fpw FreeWnn-lib FreeWnn-server VTPSfont Wnn6 Wnn6-lib Wnn7-lib a2ps ack acroread8 acroread9 ajaxzip2-core ajaxzip2-data alias-fonts an... 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.14 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: Fri, 20 Sep 2013 18:48:09 -0000 Author: bapt Date: Fri Sep 20 18:47:54 2013 New Revision: 327737 URL: http://svnweb.freebsd.org/changeset/ports/327737 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: japanese) Modified: head/japanese/ASCIIdates98-fpw/Makefile head/japanese/CGdic-fpw/Makefile head/japanese/FreeWnn-lib/Makefile head/japanese/FreeWnn-server/Makefile head/japanese/VTPSfont/Makefile head/japanese/Wnn6-lib/Makefile head/japanese/Wnn6/Makefile head/japanese/Wnn7-lib/Makefile head/japanese/a2ps/Makefile head/japanese/ack/Makefile head/japanese/acroread8/Makefile head/japanese/acroread9/Makefile head/japanese/ajaxzip2-core/Makefile head/japanese/ajaxzip2-data/Makefile head/japanese/alias-fonts/Makefile head/japanese/another-htmllint/Makefile head/japanese/anthy/Makefile head/japanese/asterisk-sounds/Makefile head/japanese/aterm/Makefile head/japanese/awffull/Makefile head/japanese/bible_names-fpw/Makefile head/japanese/bookview/Makefile head/japanese/bugzilla/Makefile head/japanese/bugzilla42/Makefile head/japanese/bugzilla44/Makefile head/japanese/calligra-l10n/Makefile head/japanese/canna-lib/Makefile head/japanese/canna-server/Makefile head/japanese/cannadic/Makefile head/japanese/cdrom2/Makefile head/japanese/celrw/Makefile head/japanese/chasen-base/Makefile head/japanese/chasen/Makefile head/japanese/cmigemo-dict/Makefile head/japanese/cmigemo/Makefile head/japanese/csrd/Makefile head/japanese/ctags/Makefile head/japanese/dbskkd-cdb/Makefile head/japanese/ddskk/Makefile head/japanese/devil-fpw/Makefile head/japanese/dvi2tty/Makefile head/japanese/dvipsk/Makefile head/japanese/e2ps/Makefile head/japanese/eb/Makefile head/japanese/ebd-fpw/Makefile head/japanese/eblook/Makefile head/japanese/ebnetd/Makefile head/japanese/ebview-gtk2/Makefile head/japanese/ebview/Makefile head/japanese/edict-fpw/Makefile head/japanese/edict-utf-8/Makefile head/japanese/edict/Makefile head/japanese/edyvalue/Makefile head/japanese/egg-canna/Makefile head/japanese/eijiro-fpw/Makefile head/japanese/elisa8x8/Makefile head/japanese/elvis/Makefile head/japanese/emacs-emcws/Makefile head/japanese/epwutil/Makefile head/japanese/esecanna-module-vje25/Makefile head/japanese/esecanna-module-vje30/Makefile head/japanese/esecanna-module-wnn6/Makefile head/japanese/esecanna/Makefile head/japanese/eterm/Makefile head/japanese/exmh2/Makefile head/japanese/fcitx-anthy/Makefile head/japanese/fcitx-mozc/Makefile head/japanese/flex-sdk/Makefile head/japanese/flower-fpw/Makefile head/japanese/foldoc-fpw/Makefile head/japanese/font-ipa-uigothic/Makefile head/japanese/font-ipa/Makefile head/japanese/font-ipaex/Makefile head/japanese/font-jisx0213/Makefile head/japanese/font-kochi/Makefile head/japanese/font-migmix/Makefile head/japanese/font-migu/Makefile head/japanese/font-mona-ipa/Makefile head/japanese/font-motoya-al/Makefile head/japanese/font-mplus-ipa/Makefile head/japanese/font-mplus/Makefile head/japanese/font-ricty/Makefile head/japanese/font-sazanami/Makefile head/japanese/font-shinonome/Makefile head/japanese/font-std/Makefile head/japanese/font-takao/Makefile head/japanese/font-ume/Makefile head/japanese/font-vlgothic/Makefile head/japanese/freepwing/Makefile head/japanese/fumeikai-fpw/Makefile head/japanese/gawk/Makefile head/japanese/gd/Makefile head/japanese/gedy/Makefile head/japanese/gimp-help/Makefile head/japanese/gjiten/Makefile head/japanese/gorua/Makefile head/japanese/gqmpeg/Makefile head/japanese/grep/Makefile head/japanese/groff/Makefile head/japanese/gskk/Makefile head/japanese/gsuica/Makefile head/japanese/gtkicq/Makefile head/japanese/guesswork-classic/Makefile head/japanese/hns/Makefile head/japanese/ibus-anthy/Makefile head/japanese/ibus-mozc/Makefile head/japanese/ibus-skk/Makefile head/japanese/icanna/Makefile head/japanese/im-ja/Makefile head/japanese/ipadic/Makefile head/japanese/ja6/Makefile head/japanese/jacode.pl/Makefile head/japanese/jadetex-ptex/Makefile head/japanese/japana/Makefile head/japanese/japaneseAFM/Makefile head/japanese/jargon-fpw/Makefile head/japanese/jcode.pl/Makefile head/japanese/jd/Makefile head/japanese/jed/Makefile head/japanese/jishyo/Makefile head/japanese/jls/Makefile head/japanese/jmode-skk/Makefile head/japanese/jmode/Makefile head/japanese/jpilot/Makefile head/japanese/jstrings/Makefile head/japanese/jvim3/Makefile head/japanese/jyuroku/Makefile head/japanese/k10/Makefile head/japanese/k12/Makefile head/japanese/kakasi/Makefile head/japanese/kana-no-quiz/Makefile head/japanese/kanji18/Makefile head/japanese/kanji26/Makefile head/japanese/kanjipad/Makefile head/japanese/kappa20/Makefile head/japanese/kasumi/Makefile head/japanese/kbanner/Makefile head/japanese/kcc/Makefile head/japanese/kcode/Makefile head/japanese/kde4-l10n/Makefile head/japanese/kdrill/Makefile head/japanese/kinput2/Makefile head/japanese/kiten/Makefile head/japanese/kon2-14dot/Makefile head/japanese/kon2-16dot/Makefile head/japanese/kpcal/Makefile head/japanese/kterm/Makefile head/japanese/lambdamoo/Makefile head/japanese/latex2html/Makefile head/japanese/leafrogue/Makefile head/japanese/less/Makefile head/japanese/libjcode/Makefile head/japanese/libreoffice/Makefile head/japanese/libskk/Makefile head/japanese/libslang/Makefile head/japanese/libtomoe-gtk/Makefile head/japanese/lipsf/Makefile head/japanese/lookup-emacs21/Makefile head/japanese/lookup/Makefile head/japanese/lsd-fpw/Makefile head/japanese/lynx-current/Makefile head/japanese/lynx/Makefile head/japanese/mailman/Makefile head/japanese/makejvf/Makefile head/japanese/man-doc/Makefile head/japanese/man/Makefile head/japanese/marumoji-fonts/Makefile head/japanese/mecab-ipadic/Makefile head/japanese/mecab/Makefile head/japanese/mell/Makefile head/japanese/mendexk-euc/Makefile head/japanese/mg/Makefile head/japanese/mh/Makefile head/japanese/migemo-emacs21/Makefile head/japanese/migemo-emacs22/Makefile head/japanese/migemo-emacs23/Makefile head/japanese/migemo-xemacs-devel-mule/Makefile head/japanese/migemo/Makefile head/japanese/mikachan-ttfonts/Makefile head/japanese/mime_pls/Makefile head/japanese/ming/Makefile head/japanese/mobileimap/Makefile head/japanese/monafonts-ttf/Makefile head/japanese/monafonts/Makefile head/japanese/mozc-additions/Makefile head/japanese/mozc-el/Makefile head/japanese/mozc-server/Makefile head/japanese/mozc-tool/Makefile head/japanese/mtools/Makefile head/japanese/multiskkserv/Makefile head/japanese/mutt-devel/Makefile head/japanese/mypaedia-fpw-package/Makefile head/japanese/mypaedia-fpw/Makefile head/japanese/namazu/Makefile head/japanese/namazu2/Makefile head/japanese/navi2ch/Makefile head/japanese/ne/Makefile head/japanese/nethack34/Makefile head/japanese/netype/Makefile head/japanese/newosaka/Makefile head/japanese/ng-canna/Makefile head/japanese/ng-devel/Makefile head/japanese/ng/Makefile head/japanese/ngraph-fonts/Makefile head/japanese/nhocr/Makefile head/japanese/nkf/Makefile head/japanese/ochusha/Makefile head/japanese/onew/Makefile head/japanese/p5-Acme-Lou/Makefile head/japanese/p5-Date-Japanese-Era/Makefile head/japanese/p5-Date-Japanese-Holiday/Makefile head/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile head/japanese/p5-DateTime-Format-Japanese/Makefile head/japanese/p5-Encode-EUCJPMS/Makefile head/japanese/p5-Encode-JP-Emoji/Makefile head/japanese/p5-Encode-JP-Mobile/Makefile head/japanese/p5-HTML-MobileJp/Makefile head/japanese/p5-Jcode/Makefile head/japanese/p5-Lingua-JA-Kana/Makefile head/japanese/p5-Lingua-JA-Numbers/Makefile head/japanese/p5-Lingua-JA-Regular-Unicode/Makefile head/japanese/p5-Lingua-JA-Summarize-Extract/Makefile head/japanese/p5-Mail-SpamAssassin/Makefile head/japanese/p5-MeCab/Makefile head/japanese/p5-Number-Phone-JP/Makefile head/japanese/p5-PDFJ/Makefile head/japanese/p5-Text-ChaSen/Makefile head/japanese/p5-Text-Kakasi/Makefile head/japanese/p5-Text-MeCab/Makefile head/japanese/p5-Unicode-Japanese/Makefile head/japanese/p5-WWW-2ch/Makefile head/japanese/p5-WWW-MobileCarrierJP/Makefile head/japanese/p5-manual/Makefile head/japanese/p5-nkf/Makefile head/japanese/pejv-fpw/Makefile head/japanese/php5-mecab/Makefile head/japanese/php_doc/Makefile head/japanese/plain2/Makefile head/japanese/plan/Makefile head/japanese/platex-japanese/Makefile head/japanese/platex-jsclasses/Makefile head/japanese/platex-otf/Makefile head/japanese/platex209/Makefile head/japanese/postgresql82-man/Makefile head/japanese/prime-dict/Makefile head/japanese/prime-el/Makefile head/japanese/prime/Makefile head/japanese/prn/Makefile head/japanese/ptex/Makefile head/japanese/py-mecab/Makefile head/japanese/py-tegaki-gtk/Makefile head/japanese/py-tegaki/Makefile head/japanese/py-zinnia/Makefile head/japanese/qkc/Makefile head/japanese/qt4-codecs-jp/Makefile head/japanese/quit/Makefile head/japanese/rbnamazu/Makefile head/japanese/roget-fpw/Makefile head/japanese/rogue_s/Makefile head/japanese/rskkserv/Makefile head/japanese/ruby-chasen/Makefile head/japanese/ruby-eb/Makefile head/japanese/ruby-gyokuro/Makefile head/japanese/ruby-man/Makefile head/japanese/ruby-mecab/Makefile head/japanese/ruby-ming/Makefile head/japanese/ruby-rdic/Makefile head/japanese/ruby-romkan/Makefile head/japanese/ruby-slang/Makefile head/japanese/ruby-uconv/Makefile head/japanese/ruby-usersguide/Makefile head/japanese/rubygem-jpmobile-ipaddresses/Makefile head/japanese/rubygem-jpmobile-terminfo/Makefile head/japanese/rubygem-jpmobile/Makefile head/japanese/rubygem-myrurema/Makefile head/japanese/ryaku-fpw/Makefile head/japanese/scim-anthy/Makefile head/japanese/scim-canna/Makefile head/japanese/scim-honoka-plugin-romkan/Makefile head/japanese/scim-honoka-plugin-wnn/Makefile head/japanese/scim-honoka/Makefile head/japanese/scim-prime/Makefile head/japanese/scim-skk/Makefile head/japanese/scim-tables/Makefile head/japanese/scim-tomoe/Makefile head/japanese/scim-uim/Makefile head/japanese/seaside/Makefile head/japanese/sed/Makefile head/japanese/sj3-lib/Makefile head/japanese/sj3-server/Makefile head/japanese/skk-jisyo-cdb/Makefile head/japanese/skk-jisyo/Makefile head/japanese/skk-tools/Makefile head/japanese/skk/Makefile head/japanese/skkfep/Makefile head/japanese/skkinput/Makefile head/japanese/skkinput3/Makefile head/japanese/skkserv/Makefile head/japanese/slimeforest/Makefile head/japanese/slrn/Makefile head/japanese/srd-fpw-package/Makefile head/japanese/srd-fpw/Makefile head/japanese/suicavalue/Makefile head/japanese/suikyo/Makefile head/japanese/t2ps/Makefile head/japanese/tcl80/Makefile head/japanese/tdiary/Makefile head/japanese/teTeX/Makefile head/japanese/tegaki-recognize/Makefile head/japanese/tegaki-zinnia-japanese/Makefile head/japanese/tex-ptex/Makefile head/japanese/texinfo/Makefile head/japanese/tgif/Makefile head/japanese/tiarra/Makefile head/japanese/timidity++-slang/Makefile head/japanese/timidity++-tcltk/Makefile head/japanese/tk80/Makefile head/japanese/tkhonyaku/Makefile head/japanese/today/Makefile head/japanese/tomoe/Makefile head/japanese/trac/Makefile head/japanese/uim-anthy/Makefile head/japanese/uim-tomoe-gtk/Makefile head/japanese/vera-fpw/Makefile head/japanese/vftool/Makefile head/japanese/w3m-img/Makefile head/japanese/w3m/Makefile head/japanese/waeijiro-fpw/Makefile head/japanese/wdic-fpw/Makefile head/japanese/web1913-fpw/Makefile head/japanese/webalizer/Makefile head/japanese/wnn7egg/Makefile head/japanese/wordnet-fpw/Makefile head/japanese/wordpress/Makefile head/japanese/wwasw-fpw/Makefile head/japanese/xdtp/Makefile head/japanese/xdvik/Makefile head/japanese/xemacs21-canna/Makefile head/japanese/xgate/Makefile head/japanese/xjtext/Makefile head/japanese/xlockmore/Makefile head/japanese/xpdf/Makefile head/japanese/xshodou/Makefile head/japanese/xtr/Makefile head/japanese/xv/Makefile head/japanese/xyaku/Makefile head/japanese/yasou-fpw/Makefile head/japanese/yc.el/Makefile head/japanese/zangband/Makefile head/japanese/zinnia-tomoe/Makefile head/japanese/zinnia/Makefile head/japanese/zipcodes/Makefile Modified: head/japanese/ASCIIdates98-fpw/Makefile ============================================================================== --- head/japanese/ASCIIdates98-fpw/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/ASCIIdates98-fpw/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ASCIIdates98 Dictionary - JIS X 4081 version -# Date created: 2000.11.28 -# Whom: Satoshi Taoka -# +# Created by: Satoshi Taoka # $FreeBSD$ -# PORTNAME= ASCIIdates98-fpw PORTVERSION= 1.0 @@ -20,6 +16,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/ascdates EXTRACT_BEFORE_ARGS= -qL +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/share/dict/ASCIIdates98-fpw/ascdates/data ${INSTALL_DATA} ${WRKSRC}/ascdates/data/honmon ${PREFIX}/share/dict/ASCIIdates98-fpw/ascdates/data Modified: head/japanese/CGdic-fpw/Makefile ============================================================================== --- head/japanese/CGdic-fpw/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/CGdic-fpw/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: CG Japanese Dictionary - JIS X 4081 version -# Date created: 2000.11.28 -# Whom: Satoshi Taoka -# +# Created by: Satoshi Taoka # $FreeBSD$ -# PORTNAME= CGdic-fpw PORTVERSION= 1.0 @@ -20,6 +16,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/cg EXTRACT_BEFORE_ARGS= -qL +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/share/dict/CGdic-fpw/cg/data ${INSTALL_DATA} ${WRKSRC}/cg/data/honmon ${PREFIX}/share/dict/CGdic-fpw/cg/data Modified: head/japanese/FreeWnn-lib/Makefile ============================================================================== --- head/japanese/FreeWnn-lib/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/FreeWnn-lib/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -106,4 +106,5 @@ ${M}+= ${${M}.${WNNTYPE}} . endif .endfor +NO_STAGE= yes .include Modified: head/japanese/FreeWnn-server/Makefile ============================================================================== --- head/japanese/FreeWnn-server/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/FreeWnn-server/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -74,6 +74,7 @@ ${M}+= ${${M}.${WNNTYPE}} . endif .endfor +NO_STAGE= yes post-install: ${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL Modified: head/japanese/VTPSfont/Makefile ============================================================================== --- head/japanese/VTPSfont/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/VTPSfont/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: VTPSfont -# Date created: 99/06/15 -# Whom: Satoshi TAOKA -# +# Created by: Satoshi TAOKA # $FreeBSD$ -# PORTNAME= VTPSfont PORTVERSION= 1.3 @@ -21,6 +17,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bas NO_WRKSUBDIR= yes NO_BUILD= yes +NO_STAGE= yes do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} Modified: head/japanese/Wnn6-lib/Makefile ============================================================================== --- head/japanese/Wnn6-lib/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/Wnn6-lib/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -16,6 +16,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/src/contrib/im/Xsi PORTDOCS= README +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \ ${WRKSRC}/config/Project.tmpl \ Modified: head/japanese/Wnn6/Makefile ============================================================================== --- head/japanese/Wnn6/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/Wnn6/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Wnn6 -# Date created: 15 July 1997 -# Whom: Satoshi Taoka -# +# Created by: Satoshi Taoka # $FreeBSD$ -# PORTNAME= Wnn6 PORTVERSION= 97.6.6 @@ -27,6 +23,7 @@ RESTRICTED= You should buy from Omron So NO_BUILD= yes IS_INTERACTIVE= yes +NO_STAGE= yes do-fetch: @${DO_NADA} fetch-list: Modified: head/japanese/Wnn7-lib/Makefile ============================================================================== --- head/japanese/Wnn7-lib/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/Wnn7-lib/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -22,6 +22,7 @@ PORTDOCS= README OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT=DOCS +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \ ${WRKSRC}/config/Project.tmpl \ Modified: head/japanese/a2ps/Makefile ============================================================================== --- head/japanese/a2ps/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/a2ps/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -24,6 +24,7 @@ EXTRACT_AFTER_ARGS= a2ps-j NO_WRKSUBDIR= yes NO_BUILD= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} \ -e 's,%%PERL%%,${PERL},' \ Modified: head/japanese/ack/Makefile ============================================================================== --- head/japanese/ack/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/ack/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -21,4 +21,5 @@ MANLANG= ja MAN1= ack.1 PLIST_FILES= bin/ack +NO_STAGE= yes .include Modified: head/japanese/acroread8/Makefile ============================================================================== --- head/japanese/acroread8/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/acroread8/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: acroread8 -# Date created: 27 December 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# CATEGORIES= japanese print @@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= JPN +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/japanese/acroread9/Makefile ============================================================================== --- head/japanese/acroread9/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/acroread9/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: acroread9 -# Date created: 28 March 2009 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PORTVERSION= 9.4.2 PORTREVISION= 1 @@ -14,4 +10,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= JPN +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/japanese/ajaxzip2-core/Makefile ============================================================================== --- head/japanese/ajaxzip2-core/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/ajaxzip2-core/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,4 +1,3 @@ -# Created by: Jun Kuriyama # $FreeBSD$ PORTNAME= ajaxzip2 @@ -20,6 +19,7 @@ NO_BUILD= YES USE_DOS2UNIX= YES SHEBANG_FILES= work/csv2jsonzip.pl +NO_STAGE= yes do-install: ${MKDIR} ${WWWDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/ajaxzip2.js ${WWWDIR}/ Modified: head/japanese/ajaxzip2-data/Makefile ============================================================================== --- head/japanese/ajaxzip2-data/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/ajaxzip2-data/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -21,6 +21,7 @@ USE_PERL5= build PORTVERSION_K?= ${PORTVERSION} PORTVERSION_J?= ${PORTVERSION} +NO_STAGE= yes do-build: ${MKDIR} ${WRKSRC}/data ${WRKSRC}/work cd ${WRKSRC}/work && ${DATADIR}/csv2jsonzip.pl ../ken_all.csv ../jigyosyo.csv Modified: head/japanese/alias-fonts/Makefile ============================================================================== --- head/japanese/alias-fonts/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/alias-fonts/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# Ports collection makefile for: Japanese Font Setup -# Date created: 22 Jun 1998 -# Whom: sada -# +# Created by: sada # $FreeBSD$ -# PORTNAME= alias-fonts PORTVERSION= 1.0 @@ -31,6 +27,7 @@ NO_BUILD= yes FONTSDIR= ${LOCALBASE}/lib/X11/fonts/local +NO_STAGE= yes do-install: @${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL Modified: head/japanese/another-htmllint/Makefile ============================================================================== --- head/japanese/another-htmllint/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/another-htmllint/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -25,6 +25,7 @@ SEDSUB= ${SED} -e 's@%PREFIX%@${PREFIX} # Please set this! HTMLLINT_ADMIN?= kuriyama@FreeBSD.org +NO_STAGE= yes do-build: @${SEDSUB} ${FILESDIR}/htmllint > ${WRKSRC}/htmllint @${SEDSUB} ${WRKSRC}/htmllintenv > ${WRKSRC}/htmllint.env Modified: head/japanese/anthy/Makefile ============================================================================== --- head/japanese/anthy/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/anthy/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -35,6 +35,7 @@ OPTIONS_DEFAULT= DOCS ODIC_DESC= Okinawa Dictionary GSKKDIC_DESC= SKK Dictionary +NO_STAGE= yes .include .if ${PORT_OPTIONS:M2CHDIC} Modified: head/japanese/asterisk-sounds/Makefile ============================================================================== --- head/japanese/asterisk-sounds/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/asterisk-sounds/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-asterisk-sounds -# Date created: 2010-06-12 -# Whom: TAKAHASHI Kaoru -# +# Created by: TAKAHASHI Kaoru # $FreeBSD$ -# PORTNAME= asterisk PORTVERSION= 1.8 @@ -26,6 +22,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} SUB_FILES= pkg-message SUB_LIST= PORTSDIR=${PORTSDIR} +NO_STAGE= yes do-install: @-${MKDIR} ${ASTERISKDIR}/ja for gsm in ${WRKDIR}/ja/*.gsm; do \ Modified: head/japanese/aterm/Makefile ============================================================================== --- head/japanese/aterm/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/aterm/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-aterm -# Date Created: 17 Mar 2001 -# Whom: Yoichi NAKAYAMA -# +# Created by: Yoichi NAKAYAMA # $FreeBSD$ -# PORTNAME= aterm PORTVERSION= 0.4.2 @@ -32,6 +28,7 @@ CONFIGURE_ARGS?= \ --enable-fading --enable-utmp --enable-wtmp \ --enable-kanji --enable-linespace --enable-xim +NO_STAGE= yes .include .if ${OSVERSION} > 900007 Modified: head/japanese/awffull/Makefile ============================================================================== --- head/japanese/awffull/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/awffull/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-awffull -# Date created: 2008-12-31 -# Whom: Norikatsu Shigemura -# +# Created by: Norikatsu Shigemura # $FreeBSD$ -# CATEGORIES= japanese www @@ -14,4 +10,5 @@ MASTERDIR= ${.CURDIR}/../../www/awffull EXTRA_PATCHES= ${.CURDIR}/files/awffull-ja.diff +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/japanese/bible_names-fpw/Makefile ============================================================================== --- head/japanese/bible_names-fpw/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/bible_names-fpw/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: HITCHCOCK'S BIBLE NAMES Dictionary - JIS X 4081 version -# Date created: 2000.11.28 -# Whom: Satoshi Taoka -# +# Created by: Satoshi Taoka # $FreeBSD$ -# PORTNAME= bible_names-fpw PORTVERSION= 1.1.3 @@ -20,6 +16,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/biblenam EXTRACT_BEFORE_ARGS= -qL +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/share/dict/bible_names-fpw/biblenam/data ${INSTALL_DATA} ${WRKSRC}/biblenam/data/honmon ${PREFIX}/share/dict/bible_names-fpw/biblenam/data Modified: head/japanese/bookview/Makefile ============================================================================== --- head/japanese/bookview/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/bookview/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bookview -# Date created: 2 Oct 1997 -# Whom: Motoyuki Kasahara -# +# Created by: Motoyuki Kasahara # $FreeBSD$ -# PORTNAME= bookview PORTVERSION= 3.2.1 @@ -17,6 +13,7 @@ COMMENT= NDTP client written in Tcl/Tk USE_TK_WRAPPER= yes +NO_STAGE= yes do-build: .for i in bookview/bookview doc/bookview.html cd ${WRKSRC} && ${SED} -e \ Modified: head/japanese/bugzilla/Makefile ============================================================================== --- head/japanese/bugzilla/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/bugzilla/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -15,6 +15,7 @@ RUN_DEPENDS= bugzilla>=${PORTVERSION}:${ NO_WRKSUBDIR= yes +NO_STAGE= yes .include "${.CURDIR}/../../devel/bugzilla/Makefile.common" USE_BZIP2= yes Modified: head/japanese/bugzilla42/Makefile ============================================================================== --- head/japanese/bugzilla42/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/bugzilla42/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -17,6 +17,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}bugzilla42 NO_WRKSUBDIR= yes +NO_STAGE= yes .include "${.CURDIR}/../../devel/bugzilla42/Makefile.common" USE_BZIP2= yes Modified: head/japanese/bugzilla44/Makefile ============================================================================== --- head/japanese/bugzilla44/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/bugzilla44/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -17,6 +17,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}bugzilla44 NO_WRKSUBDIR= yes +NO_STAGE= yes .include "${.CURDIR}/../../devel/bugzilla44/Makefile.common" USE_BZIP2= yes Modified: head/japanese/calligra-l10n/Makefile ============================================================================== --- head/japanese/calligra-l10n/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/calligra-l10n/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -9,5 +9,6 @@ COMMENT= Japanese messages and documenta CALLIGRA_L10N= ja +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/japanese/canna-lib/Makefile ============================================================================== --- head/japanese/canna-lib/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/canna-lib/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -27,6 +27,7 @@ INSTALL_TARGET= instsgs METAFILE= ${DATADIR_REL}/canna-lib-dic.meta +NO_STAGE= yes post-install: ${MTREE_CMD} -cdink uname,gname,mode,nochange \ -p ${DATADIR}/dic > ${PREFIX}/${METAFILE} Modified: head/japanese/canna-server/Makefile ============================================================================== --- head/japanese/canna-server/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/canna-server/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -45,6 +45,7 @@ MLINKS= uilib.3 XKanjiControl.3 uilib.3 METAFILE= ${DATADIR_REL}/canna-server-dic.meta +NO_STAGE= yes post-install: @cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install.man ${MTREE_CMD} -cdink uname,gname,mode,nochange \ Modified: head/japanese/cannadic/Makefile ============================================================================== --- head/japanese/cannadic/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/cannadic/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cannadic -# Date created: 26 Oct 2000 -# Whom: TOGAWA Satoshi -# +# Created by: TOGAWA Satoshi # $FreeBSD$ -# PORTNAME= cannadic PORTVERSION= 0.95c @@ -26,6 +22,7 @@ DICS= gcanna.cbd gcanna.cld gcannaf.ctd DICSFILE= dics.dir.gpl_canna DICDIR= ${LOCALBASE}/share/canna/dic/canna +NO_STAGE= yes do-install: cd ${WRKSRC} && \ ${INSTALL} -c -g bin -m 664 -o bin ${DICS} ${DICSFILE} ${DICDIR} Modified: head/japanese/cdrom2/Makefile ============================================================================== --- head/japanese/cdrom2/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/cdrom2/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cdrom2 -# Date created: 03 Feb 1997 -# Whom: Masafumi NAKANE -# +# Created by: Masafumi NAKANE # $FreeBSD$ -# PORTNAME= cdrom2 PORTVERSION= 1996.06.16 @@ -23,6 +19,7 @@ DOCS= errata.doc gaiji.txt index.doc in SUB_FILES+= pkg-message +NO_STAGE= yes do-configure: @${ECHO_MSG} "Copying custom Makefile." @${CP} ${FILESDIR}/Makefile ${WRKSRC} Modified: head/japanese/celrw/Makefile ============================================================================== --- head/japanese/celrw/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/celrw/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-celrw -# Date created: 13 Nov 2001 -# Whom: IWASHITA Yoji -# +# Created by: IWASHITA Yoji # $FreeBSD$ -# PORTNAME= celrw PORTVERSION= 0.16 @@ -21,6 +17,7 @@ ALL_TARGET= ${PORTNAME} PORTDOCS= README PLIST_FILES= bin/celrw +NO_STAGE= yes post-extract: .for file in config.guess config.sub install.sh @${RM} -f ${WRKSRC}/${file} Modified: head/japanese/chasen-base/Makefile ============================================================================== --- head/japanese/chasen-base/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/chasen-base/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,10 +1,5 @@ -# New ports collection makefile for: chasen-base -# Date created: 23 Jul 2001 -# Whom: kuriyama -# -# $NetBSD: Makefile,v 1.2 1999/06/07 09:54:39 sakamoto Exp $ +# Created by: kuriyama # $FreeBSD$ -# PORTNAME= chasen PORTVERSION= 2.4.4 @@ -24,6 +19,7 @@ CONFIGURE_ARGS= --with-darts=${LOCALBASE USES= iconv USE_LDCONFIG= yes +NO_STAGE= yes post-install: ${RM} -f ${PREFIX}/lib/libchasen.la ${MKDIR} ${PREFIX}/share/chasen/dic Modified: head/japanese/chasen/Makefile ============================================================================== --- head/japanese/chasen/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/chasen/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,10 +1,5 @@ -# New ports collection makefile for: chasen -# Date created: 21 October 1998 -# Whom: kuriyama -# -# $NetBSD: Makefile,v 1.2 1999/06/07 09:54:39 sakamoto Exp $ +# Created by: kuriyama # $FreeBSD$ -# PORTNAME= chasen PORTVERSION= 2.4.4 @@ -21,6 +16,7 @@ RUN_DEPENDS= chasen:${PORTSDIR}/japanese NO_BUILD= YES +NO_STAGE= yes do-install: .include Modified: head/japanese/cmigemo-dict/Makefile ============================================================================== --- head/japanese/cmigemo-dict/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/cmigemo-dict/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -27,6 +27,7 @@ INSTALL_TARGET= gcc-install-dict SKKDIC_FILE= SKK-JISYO.L-20110813.bz2 LICENSE_DISTFILES= ${SKKDIC_FILE} +NO_STAGE= yes post-extract: ${BZCAT} ${DISTDIR}/${DIST_SUBDIR}/${SKKDIC_FILE} > ${WRKSRC}/dict/SKK-JISYO.L ${CHMOD} a+x ${WRKSRC}/configure Modified: head/japanese/cmigemo/Makefile ============================================================================== --- head/japanese/cmigemo/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/cmigemo/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cmigemo -# Date created: 22 August 2011 -# Whom: MANTANI Nobutaka -# +# Created by: MANTANI Nobutaka # $FreeBSD$ -# PORTNAME= cmigemo PORTVERSION= 20110227 @@ -43,6 +39,7 @@ INSTALL_TARGET+=gcc-install-doc .endif .if !target(post-extract) +NO_STAGE= yes post-extract: ${CHMOD} a+x ${WRKSRC}/configure .endif Modified: head/japanese/csrd/Makefile ============================================================================== --- head/japanese/csrd/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/csrd/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: csrd -# Date created: 99/08/18 -# Whom: Satoshi TAOKA -# +# Created by: Satoshi TAOKA # $FreeBSD$ -# PORTNAME= csrd PORTVERSION= 1.0 @@ -16,6 +12,7 @@ COMMENT= Utility for Shogakukan Random H MAKEFILE= makefile.unx ALL_TARGET= csrd +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/csrd ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/csrd.fmt ${PREFIX}/lib Modified: head/japanese/ctags/Makefile ============================================================================== --- head/japanese/ctags/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/ctags/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Exuberant Ctags with Japanese support -# Date created: 29 May 2007 -# Whom: issei -# +# Created by: issei # $FreeBSD$ -# PORTNAME= ctags PORTVERSION= 5.8j2 @@ -22,6 +18,7 @@ MAN1= jexctags.1 SUB_FILES= pkg-message +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} Modified: head/japanese/dbskkd-cdb/Makefile ============================================================================== --- head/japanese/dbskkd-cdb/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/dbskkd-cdb/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dbskkd-cdb -# Date created: 17 Jun 1999 -# Whom: Makoto Matsushita -# +# Created by: Makoto Matsushita # $FreeBSD$ -# PORTNAME= dbskkd-cdb PORTVERSION= 2.00 @@ -34,6 +30,7 @@ PORTDOCS_FILE= CHANGES LICENSE READMEJP PORTDOCS_SH= makeskkcdb.sh skktocdbm.sh .endif +NO_STAGE= yes .include post-patch: Modified: head/japanese/ddskk/Makefile ============================================================================== --- head/japanese/ddskk/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/ddskk/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -25,6 +25,7 @@ PORTEXAMPLES= Emacs.ad dot.emacs dot.skk ALL_TARGET= elc info MAKE_ARGS+= SKK_LISPDIR=${PREFIX}/${SKK_LISPDIR} SKK_INFODIR=${PREFIX}/${INFO_PATH} +NO_STAGE= yes pre-install: # required for non-standard PREFIX ${MKDIR} ${PREFIX}/${SKK_LISPDIR} Modified: head/japanese/devil-fpw/Makefile ============================================================================== --- head/japanese/devil-fpw/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/devil-fpw/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Devil's Dictionary - JIS X 4081 version -# Date created: 2000.11.28 -# Whom: Satoshi Taoka -# +# Created by: Satoshi Taoka # $FreeBSD$ -# PORTNAME= devil-fpw PORTVERSION= 1.0.3 @@ -20,6 +16,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/devil EXTRACT_BEFORE_ARGS= -qL +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/share/dict/devil-fpw/devil/data ${INSTALL_DATA} ${WRKSRC}/devil/data/honmon ${PREFIX}/share/dict/devil-fpw/devil/data Modified: head/japanese/dvi2tty/Makefile ============================================================================== --- head/japanese/dvi2tty/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/dvi2tty/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dvi2tty -# Date created: 30 Mar. 1996 -# Whom: Masafumi NAKANE -# +# Created by: Masafumi NAKANE # $FreeBSD$ -# PORTNAME= dvi2tty PORTVERSION= 5.0 @@ -30,6 +26,7 @@ PLIST_FILES= bin/jdvi2tty bin/dvi2tty bi MAN1= dvi2tty.1 MLINKS= dvi2tty.1 jdvi2tty.1 +NO_STAGE= yes do-install: cd ${WRKSRC} && ${INSTALL_PROGRAM} jdvi2tty disdvi ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/dvi2tty.1 ${PREFIX}/man/man1 Modified: head/japanese/dvipsk/Makefile ============================================================================== --- head/japanese/dvipsk/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/dvipsk/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -84,6 +84,7 @@ UPDMAP_SYS= ${LOCALBASE}/bin/updmap-sys TEXCONFIGBIN= ${SETENV} TEXCONFIGINPUTS=\$$TEXMF/texconfig/ptex/ \ ${LOCALBASE}/bin/texconfig-sys +NO_STAGE= yes post-configure: cd ${PATCH_WRKSRC} && \ ${RM} -rf udvipsk && ${CP} -R dvipsk udvipsk Modified: head/japanese/e2ps/Makefile ============================================================================== --- head/japanese/e2ps/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/e2ps/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: e2ps -# Date created: 27 Nov 1998 -# Whom: Daisuke Kawahara -# +# Created by: Daisuke Kawahara # $FreeBSD$ -# PORTNAME= e2ps PORTVERSION= 4.34 @@ -16,6 +12,7 @@ COMMENT= Text file to postscript convert USE_BZIP2= yes DOCDIR= ${PREFIX}/share/doc/${PKGBASE} +NO_STAGE= yes .include post-patch: Modified: head/japanese/eb/Makefile ============================================================================== --- head/japanese/eb/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/eb/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -75,6 +75,7 @@ OPTIONS_DEFINE= DOCS NLS APPENDIXDIR= ${DATADIR}/appendix +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/japanese/ebd-fpw/Makefile ============================================================================== --- head/japanese/ebd-fpw/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/ebd-fpw/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ebd - JIS X 4081 format version -# Date created: 01/08/23 -# Whom: Satoshi Taoka -# +# Created by: Satoshi Taoka # $FreeBSD$ -# PORTNAME= ebd-fpw PORTVERSION= 1.0 @@ -20,6 +16,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/ebd EXTRACT_BEFORE_ARGS= -qL +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/share/dict/ebd-fpw/ebd/data ${INSTALL_DATA} ${WRKSRC}/ebd/data/honmon ${PREFIX}/share/dict/ebd-fpw/ebd/data Modified: head/japanese/eblook/Makefile ============================================================================== --- head/japanese/eblook/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/eblook/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -23,6 +23,7 @@ INFO= eblook OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-install: Modified: head/japanese/ebnetd/Makefile ============================================================================== --- head/japanese/ebnetd/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/ebnetd/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -26,6 +26,7 @@ PLIST_SUB= EBNETD_RUNDIR=${RUNDIR}/${POR INFO= ebnetd ebnetd-ja +NO_STAGE= yes post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${ECHO} Modified: head/japanese/ebview-gtk2/Makefile ============================================================================== --- head/japanese/ebview-gtk2/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/ebview-gtk2/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -25,6 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib SUB_FILES= ebview.desktop +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|-pthread|${PTHREAD_LIBS:S/"//g}|g' ${WRKSRC}/configure Modified: head/japanese/ebview/Makefile ============================================================================== --- head/japanese/ebview/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/ebview/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -22,6 +22,7 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="$ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include pre-build: Modified: head/japanese/edict-fpw/Makefile ============================================================================== --- head/japanese/edict-fpw/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/edict-fpw/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: EDICT - JIS X 4081 format version -# Date created: 00/01/14 -# Whom: Satoshi Taoka -# +# Created by: Satoshi Taoka # $FreeBSD$ -# PORTNAME= edict-fpw PORTVERSION= 1.2.2 @@ -20,6 +16,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/edict EXTRACT_BEFORE_ARGS= -qL +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/share/dict/edict-fpw/edict/data ${INSTALL_DATA} ${WRKSRC}/edict/data/honmon ${PREFIX}/share/dict/edict-fpw/edict/data Modified: head/japanese/edict-utf-8/Makefile ============================================================================== --- head/japanese/edict-utf-8/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/edict-utf-8/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -38,6 +38,7 @@ DATADIR= ${PREFIX}/share/dict/edict-utf- NO_WRKSUBDIR= yes +NO_STAGE= yes .include do-extract: Modified: head/japanese/edict/Makefile ============================================================================== --- head/japanese/edict/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/edict/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -54,6 +54,7 @@ MAN1= xjdic.1 NO_WRKSUBDIR= yes +NO_STAGE= yes .include .if ${ARCH} == "sparc64" Modified: head/japanese/edyvalue/Makefile ============================================================================== --- head/japanese/edyvalue/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/edyvalue/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,7 +1,4 @@ -# New ports collection makefile for: edyvalue -# Date created: 18 January 2007 -# Whom: Yoshihiko Sarumaru -# +# Created by: Yoshihiko Sarumaru # $FreeBSD$ PORTNAME= edyvalue @@ -21,6 +18,7 @@ LIB_DEPENDS= pasori.1:${PORTSDIR}/devel/ PLIST_FILES= bin/EdyValue +NO_STAGE= yes post-extract: @${MKDIR} ${WRKSRC} @${CP} -f ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKSRC} Modified: head/japanese/egg-canna/Makefile ============================================================================== --- head/japanese/egg-canna/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/egg-canna/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: egg-canna -# Date created: 4 March 2005 -# Whom: Hajimu UMEMOTO -# +# Created by: Hajimu UMEMOTO # $FreeBSD$ -# PORTNAME= egg-canna PORTVERSION= 20011110 @@ -22,6 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_EMACS= yes +NO_STAGE= yes .include .if ${EMACS_MAJOR_VER} >= 23 Modified: head/japanese/eijiro-fpw/Makefile ============================================================================== --- head/japanese/eijiro-fpw/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/eijiro-fpw/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -26,6 +26,7 @@ SRCFILE?= eijiro52.txt # For eijiro included in a book sold by ALC Inc. # (http://www.alc.co.jp/alcshop/eng/eijiro/) +NO_STAGE= yes .include DICT_ARCHIVE!= ${ECHO_CMD} ${DICT_PATH}/eijiro-original/*.exe || ${TRUE} Modified: head/japanese/elisa8x8/Makefile ============================================================================== --- head/japanese/elisa8x8/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/elisa8x8/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: elisa8x8 -# Date created: 17 Aug. 1998 -# Whom: Toshihiko SHIMOKAWA & ELISA Font Project -# +# Created by: Toshihiko SHIMOKAWA & ELISA Font Project # $FreeBSD$ -# PORTNAME= elisa8x8 PORTVERSION= 1.0 @@ -19,6 +15,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11- mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale +NO_STAGE= yes .include NO_WRKSUBDIR= yes Modified: head/japanese/elvis/Makefile ============================================================================== --- head/japanese/elvis/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/elvis/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: elvis + japanese patch -# Date created: 5 October 1995 -# Whom: Yoshiro MIHIRA -# +# Created by: Yoshiro MIHIRA # $FreeBSD$ -# PORTNAME= elvis PORTVERSION= 1.8.4 @@ -27,6 +23,7 @@ MAN1= elvis.1 ctags.1 ref.1 elvrec.1 el STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/ja-elvis.sh +NO_STAGE= yes do-configure: @${CP} ${WRKSRC}/Makefile.mix ${WRKSRC}/Makefile Modified: head/japanese/emacs-emcws/Makefile ============================================================================== --- head/japanese/emacs-emcws/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/emacs-emcws/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: GNU emacs -# Date created: 10 Apr. 2002 -# Whom: NAKAJI Hiroyuki -# +# Created by: NAKAJI Hiroyuki # $FreeBSD$ -# PORTNAME= emcws PORTVERSION= ${EMACS_VER} @@ -148,6 +144,7 @@ PLIST_SUB+= EMACS_VER=${EMACS_VER} EMACS SCRIPTS_ENV= SED=${SED} MV=${MV} \ DOC_FILE=${DOC_FILE} +NO_STAGE= yes .include .if ${ARCH} == "ia64" Modified: head/japanese/epwutil/Makefile ============================================================================== --- head/japanese/epwutil/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/epwutil/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection makefile for: epwutil -# Date created: 22 January 1999 -# Whom: Kazutoki TAKAMUNE -# +# Created by: Kazutoki TAKAMUNE # $FreeBSD$ -# PORTNAME= epwutil PORTVERSION= 1.1 @@ -20,6 +16,7 @@ EPWPROGS= bookinfo catdump squeeze EPWDOCS= epwutil.doc EPWDOCDIR= share/doc/epwutil +NO_STAGE= yes do-install: .for file in ${EPWPROGS} cd ${WRKSRC};\ Modified: head/japanese/esecanna-module-vje25/Makefile ============================================================================== --- head/japanese/esecanna-module-vje25/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/esecanna-module-vje25/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: esecanna module for VJE-Delta 2.5 -# Date created: 24 February 2000 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= esecanna-module-vje25 PORTVERSION= 0.14.6 @@ -24,6 +20,7 @@ USE_GMAKE= yes DIST_SUBDIR= esecanna +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/esecanna Modified: head/japanese/esecanna-module-vje30/Makefile ============================================================================== --- head/japanese/esecanna-module-vje30/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/esecanna-module-vje30/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -23,6 +23,7 @@ CONFIGURE_ARGS= --with-vjecfgfile="/usr/ DIST_SUBDIR= esecanna +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e " \ s,!!PREFIX!!,${PREFIX},g; \ Modified: head/japanese/esecanna-module-wnn6/Makefile ============================================================================== --- head/japanese/esecanna-module-wnn6/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/esecanna-module-wnn6/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: esecanna module for Wnn6 -# Date created: 26 February 2000 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= esecanna-module-wnn6 PORTVERSION= 1.0.0 @@ -27,6 +23,7 @@ CFLAGS+= -I${PREFIX}/include/wnn6 DIST_SUBDIR= esecanna +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/esecanna Modified: head/japanese/esecanna/Makefile ============================================================================== --- head/japanese/esecanna/Makefile Fri Sep 20 18:44:49 2013 (r327736) +++ head/japanese/esecanna/Makefile Fri Sep 20 18:47:54 2013 (r327737) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: esecanna -# Date created: 24 February 2000 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= esecanna *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 19:48:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 89A0815B; Fri, 20 Sep 2013 19:48:49 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74E502D76; Fri, 20 Sep 2013 19:48:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KJmn28002662; Fri, 20 Sep 2013 19:48:49 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KJmWVs002446; Fri, 20 Sep 2013 19:48:32 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201948.r8KJmWVs002446@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 19:48:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327738 - in head/java: avis berkeley-db bluej bootstrap-openjdk bouncycastle cacao castor classpath commonclipse cos cryptix-jce dbvis drexelsnmp eclipse eclipse-EPIC eclipse-RDT eclip... 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.14 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: Fri, 20 Sep 2013 19:48:49 -0000 Author: bapt Date: Fri Sep 20 19:48:32 2013 New Revision: 327738 URL: http://svnweb.freebsd.org/changeset/ports/327738 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: java) Modified: head/java/avis/Makefile head/java/berkeley-db/Makefile head/java/bluej/Makefile head/java/bootstrap-openjdk/Makefile head/java/bouncycastle/Makefile head/java/cacao/Makefile head/java/castor/Makefile head/java/classpath/Makefile head/java/commonclipse/Makefile head/java/cos/Makefile head/java/cryptix-jce/Makefile head/java/dbvis/Makefile head/java/drexelsnmp/Makefile head/java/eclipse-EPIC/Makefile head/java/eclipse-RDT/Makefile head/java/eclipse-aptana-radrails/Makefile head/java/eclipse-aptana/Makefile head/java/eclipse-aptana2/Makefile head/java/eclipse-cdt/Makefile head/java/eclipse-checkstyle/Makefile head/java/eclipse-datatools/Makefile head/java/eclipse-devel/Makefile head/java/eclipse-drjava/Makefile head/java/eclipse-ecj/Makefile head/java/eclipse-emf/Makefile head/java/eclipse-examples/Makefile head/java/eclipse-findbugs/Makefile head/java/eclipse-gef-examples/Makefile head/java/eclipse-gef/Makefile head/java/eclipse-hibernatetools/Makefile head/java/eclipse-jad/Makefile head/java/eclipse-langpack/Makefile head/java/eclipse-log4e/Makefile head/java/eclipse-lomboz/Makefile head/java/eclipse-ocl/Makefile head/java/eclipse-pmd/Makefile head/java/eclipse-propedit/Makefile head/java/eclipse-pydev/Makefile head/java/eclipse-quantum/Makefile head/java/eclipse-shelled/Makefile head/java/eclipse-sqlexplorer/Makefile head/java/eclipse-sysdeo-tomcat/Makefile head/java/eclipse-uml/Makefile head/java/eclipse-vep-examples/Makefile head/java/eclipse-vep/Makefile head/java/eclipse-viplugin/Makefile head/java/eclipse-webtools/Makefile head/java/eclipse-windowbuilder/Makefile head/java/eclipse/Makefile head/java/icedtea-web/Makefile head/java/infobus/Makefile head/java/j2sdkee13/Makefile head/java/jad/Makefile head/java/jaf/Makefile head/java/jai-imageio/Makefile head/java/jai/Makefile head/java/jakarta-bcel/Makefile head/java/jakarta-commons-beanutils/Makefile head/java/jakarta-commons-cli/Makefile head/java/jakarta-commons-codec/Makefile head/java/jakarta-commons-collections/Makefile head/java/jakarta-commons-dbcp/Makefile head/java/jakarta-commons-discovery/Makefile head/java/jakarta-commons-httpclient/Makefile head/java/jakarta-commons-lang/Makefile head/java/jakarta-commons-logging/Makefile head/java/jakarta-commons-pool/Makefile head/java/jakarta-commons-primitives/Makefile head/java/jakarta-oro/Makefile head/java/jakarta-regexp/Makefile head/java/jakarta-struts/Makefile head/java/jamvm/Makefile head/java/jasmin/Makefile head/java/java-checkstyle/Makefile head/java/java-cup/Makefile head/java/java-getopt/Makefile head/java/java-zoneinfo/Makefile head/java/java3d/Makefile head/java/javahelp/Makefile head/java/javamail/Makefile head/java/javavmwrapper/Makefile head/java/jaxen/Makefile head/java/jboss2/Makefile head/java/jboss5/Makefile head/java/jboss7/Makefile head/java/jboss71/Makefile head/java/jboss72/Makefile head/java/jc/Makefile head/java/jcalendar/Makefile head/java/jcckit/Makefile head/java/jcommon/Makefile head/java/jdbcpool/Makefile head/java/jdk16-doc/Makefile head/java/jdk7-doc/Makefile head/java/jdom/Makefile head/java/jflex/Makefile head/java/jfreechart/Makefile head/java/jgraph/Makefile head/java/jgrapht/Makefile head/java/jgraphx/Makefile head/java/jikes/Makefile head/java/jlex/Makefile head/java/jlint/Makefile head/java/jmf/Makefile head/java/jode/Makefile head/java/jomp/Makefile head/java/jrosetta/Makefile head/java/jta/Makefile head/java/jtiger/Makefile head/java/jump/Makefile head/java/junit/Makefile head/java/langspec/Makefile head/java/linux-sun-jdk16/Makefile head/java/linux-sun-jdk17/Makefile head/java/linux-sun-jre16/Makefile head/java/linux-sun-jre17/Makefile head/java/mmake/Makefile head/java/mx4j/Makefile head/java/netbeans-devel/Makefile head/java/netbeans/Makefile head/java/netbeans55/Makefile head/java/netbeans61/Makefile head/java/netcomponents/Makefile head/java/netrexx/Makefile head/java/netty/Makefile head/java/openjdk6-jre/Makefile head/java/openjdk6/Makefile head/java/openjdk7/Makefile head/java/phpeclipse/Makefile head/java/poseidon/Makefile head/java/proguard/Makefile head/java/rubygem-rjb/Makefile head/java/sablevm-classpath/Makefile head/java/sablevm/Makefile head/java/servingxml/Makefile head/java/springframework/Makefile head/java/springframework31/Makefile head/java/sqlitejdbc/Makefile head/java/subversion-java/Makefile head/java/trove4j/Makefile head/java/veditor/Makefile head/java/visualvm/Makefile head/java/xdoclet/Makefile Modified: head/java/avis/Makefile ============================================================================== --- head/java/avis/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/avis/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -31,6 +31,7 @@ PORTDOCS= README.txt\ history.txt .endif +NO_STAGE= yes .include pre-fetch: Modified: head/java/berkeley-db/Makefile ============================================================================== --- head/java/berkeley-db/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/berkeley-db/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -28,6 +28,7 @@ PLIST_FILES= %%JAVAJARDIR%%/je.jar PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes test: # # Running the vendor-provided self-tests. This may take a while Modified: head/java/bluej/Makefile ============================================================================== --- head/java/bluej/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/bluej/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -19,6 +19,7 @@ NO_BUILD= yes USE_JAVA= yes JAVA_VERSION= 1.6+ +NO_STAGE= yes do-install: @${ECHO} Starting BlueJ graphical installer... Please install to default path of @${ECHO} ${PREFIX}/bluej. Close the installer when done. Modified: head/java/bootstrap-openjdk/Makefile ============================================================================== --- head/java/bootstrap-openjdk/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/bootstrap-openjdk/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -32,6 +32,7 @@ WRKSRC= ${WRKDIR}/${JDK_ROOT} INSTALLDIR= ${PREFIX}/${JDK_ROOT} +NO_STAGE= yes .include .if ${OSVERSION} >= 900010 Modified: head/java/bouncycastle/Makefile ============================================================================== --- head/java/bouncycastle/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/bouncycastle/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -35,6 +35,7 @@ PORTDOCS= * PORTSCOUT= skipv:146 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} s/BERConstructedOctetString/DEROctetString/ \ ${WRKSRC}/src/org/bouncycastle/cms/CMS*DataGenerator.java Modified: head/java/cacao/Makefile ============================================================================== --- head/java/cacao/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/cacao/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -32,6 +32,7 @@ OPTIONS_DEFINE= JDK OPTIONS_DEFAULT=JDK JDK_DESC= Build with native JDK +NO_STAGE= yes .include .if ${PORT_OPTIONS:MJDK} Modified: head/java/castor/Makefile ============================================================================== --- head/java/castor/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/castor/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -27,6 +27,7 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}- PORTDOCS= *.html *.txt *.css *.dtd *.xsd *.pdf \ ora-mar-2k images rss +NO_STAGE= yes do-install: .for f in ${PLIST_FILES:T:R} @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${f}.jar..." Modified: head/java/classpath/Makefile ============================================================================== --- head/java/classpath/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/classpath/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -58,6 +58,7 @@ GMP_DESC= Enable native java.math.BigInt GTK2_DESC= Enable Gtk+ AWT peer QT4_DESC= Enable Qt AWT peer +NO_STAGE= yes .include .if ${PORT_OPTIONS:MECJ} Modified: head/java/commonclipse/Makefile ============================================================================== --- head/java/commonclipse/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/commonclipse/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -22,6 +22,7 @@ JAVA_VERSION= 1.6+ JAVA_OS= native PLIST_SUB= DISTNAME=${DISTNAME} +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/eclipse @${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse Modified: head/java/cos/Makefile ============================================================================== --- head/java/cos/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/cos/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -21,6 +21,7 @@ RESTRICTED= Special conditions apply for DATAFILES= readme.txt license.txt doc DATADIR= ${JAVASHAREDIR}/${PORTNAME} +NO_STAGE= yes do-install: @${INSTALL_DATA} ${WRKSRC}/lib/cos.jar ${JAVAJARDIR}/ @cd ${WRKSRC} \ Modified: head/java/cryptix-jce/Makefile ============================================================================== --- head/java/cryptix-jce/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/cryptix-jce/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -15,6 +15,7 @@ JAVA_VERSION= 1.6+ USE_ZIP= yes NO_BUILD= yes +NO_STAGE= yes .include do-install: Modified: head/java/dbvis/Makefile ============================================================================== --- head/java/dbvis/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/dbvis/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -1,9 +1,5 @@ -# Ports collection makefile for: DbVisualizer -# Date created: April 08, 2007 -# Whom: Anton Yudin () -# +# Created by: Anton Yudin () # $FreeBSD$ -# PORTNAME= dbvis PORTVERSION= 7.1 @@ -22,6 +18,7 @@ RESTRICTED= Redistribution is not permit PLIST_FILES= bin/dbvis WRKSRC= DbVisualizer-${PORTVERSION} +NO_STAGE= yes do-install: cd ${WRKDIR}/${WRKSRC} \ && ${FIND} . -type d -exec ${MKDIR} ${DATADIR}/{} \; \ Modified: head/java/drexelsnmp/Makefile ============================================================================== --- head/java/drexelsnmp/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/drexelsnmp/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -1,9 +1,5 @@ -# New ports collection makefile for: drexelsnmp -# Date created: 2005-02-15 -# Whom: Anders Nordby -# +# Created by: Anders Nordby # $FreeBSD$ -# PORTNAME= drexelsnmp PORTVERSION= 1.4.2 @@ -23,6 +19,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= share/java/classes/snmp.jar +NO_STAGE= yes do-build: ${MKDIR} ${WRKSRC}/build_library (cd ${WRKSRC} && ${JAVAC} -sourcepath source -d build_library source/snmp/*.java && ${JAR} cvf snmp.jar -C build_library/ .) Modified: head/java/eclipse-EPIC/Makefile ============================================================================== --- head/java/eclipse-EPIC/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-EPIC/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -1,9 +1,5 @@ -# New ports collection makefile for: EPIC -# Date created: 28 Nov 2004 -# Whom: tux@pinguru.net -# +# Created by: tux@pinguru.net # $FreeBSD$ -# PORTNAME= EPIC PORTVERSION= 0.6.35 @@ -32,6 +28,7 @@ EPICFILES= features/org.epic.feature.mai plugins/org.epic.regexp_0.6.1 \ plugins/org.epic.source_${PORTVERSION} +NO_STAGE= yes post-extract: .for file in ${EPICFILES} cd ${WRKSRC} \ Modified: head/java/eclipse-RDT/Makefile ============================================================================== --- head/java/eclipse-RDT/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-RDT/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -1,9 +1,5 @@ -# New ports collection makefile for: RDT -# Date created: 13 Jan 2008 -# Whom: rehsack@web.de -# +# Created by: rehsack@web.de # $FreeBSD$ -# PORTNAME= RDT PORTVERSION= 0.9.1 @@ -45,6 +41,7 @@ RDTFILES= features/org.rubypeople.rdt_${ plugins/org.rubypeople.rdt.testunit_${RDTVERSION} \ plugins/org.rubypeople.rdt.ui_${RDTVERSION} +NO_STAGE= yes post-extract: ${MKDIR} ${WRKSRC} .for FILE in ${RDTFILES} Modified: head/java/eclipse-aptana-radrails/Makefile ============================================================================== --- head/java/eclipse-aptana-radrails/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-aptana-radrails/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -24,6 +24,7 @@ NO_WRKSUBDIR= yes USE_JAVA= yes USE_ZIP= yes +NO_STAGE= yes do-install: @(cd ${WRKDIR} && ${CP} -R features ${PREFIX}/lib/eclipse && ${CP} -R plugins ${PREFIX}/lib/eclipse;) Modified: head/java/eclipse-aptana/Makefile ============================================================================== --- head/java/eclipse-aptana/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-aptana/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -25,6 +25,7 @@ NO_WRKSUBDIR= yes USE_JAVA= yes USE_ZIP= yes +NO_STAGE= yes do-install: @(cd ${WRKDIR} && ${CP} -R features ${PREFIX}/lib/eclipse && ${CP} -R plugins ${PREFIX}/lib/eclipse;) Modified: head/java/eclipse-aptana2/Makefile ============================================================================== --- head/java/eclipse-aptana2/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-aptana2/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -26,6 +26,7 @@ NO_WRKSUBDIR= yes USE_JAVA= yes USE_ZIP= yes +NO_STAGE= yes do-install: @(cd ${WRKDIR} && ${CP} -R features ${PREFIX}/lib/eclipse && ${CP} -R plugins ${PREFIX}/lib/eclipse;) Modified: head/java/eclipse-cdt/Makefile ============================================================================== --- head/java/eclipse-cdt/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-cdt/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -45,6 +45,7 @@ RM_XLC= features/org.eclipse.cdt.xlc.fea plugins/org.eclipse.cdt.managedbuilder.xlupc.ui.source_1.0.0.201002161416.jar \ plugins/org.eclipse.cdt.managedbuilder.xlupc.ui_1.0.0.201002161416.jar +NO_STAGE= yes .include .if ${ARCH} == "i386" Modified: head/java/eclipse-checkstyle/Makefile ============================================================================== --- head/java/eclipse-checkstyle/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-checkstyle/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -21,6 +21,7 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ USE_ZIP= yes +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/eclipse @${MKDIR} ${PREFIX}/lib/eclipse/plugins Modified: head/java/eclipse-datatools/Makefile ============================================================================== --- head/java/eclipse-datatools/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-datatools/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -22,6 +22,7 @@ LICENSE= EPL WRKSRC= ${WRKDIR}/eclipse USE_ZIP= yes +NO_STAGE= yes .include "${.CURDIR}/../eclipse/Makefile.plugins" .include Modified: head/java/eclipse-devel/Makefile ============================================================================== --- head/java/eclipse-devel/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-devel/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -161,6 +161,7 @@ DISTFILES+= ${f}:2 DISTFILES+= ${f}:10 .endfor +NO_STAGE= yes .include .if ${PORT_OPTIONS:MTESTS} Modified: head/java/eclipse-drjava/Makefile ============================================================================== --- head/java/eclipse-drjava/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-drjava/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -34,6 +34,7 @@ FIND_DATA= -type f -not \( -name "README PLIST_SUB+= EPLUGINID=${EPLUGIN_ID} EPLUGINVER="${PORTVERSION}" \ PORTVERSION=${PORTVERSION} +NO_STAGE= yes do-install: cd ${WRKDIR} && ${FIND} ${FIND_HERE} ${FIND_DIRS} -exec ${MKDIR} ${DATADIR}/{} \; cd ${WRKDIR} && ${FIND} ${FIND_HERE} ${FIND_DATA} -exec ${INSTALL_DATA} {} ${DATADIR}/{} \; Modified: head/java/eclipse-ecj/Makefile ============================================================================== --- head/java/eclipse-ecj/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-ecj/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -30,6 +30,7 @@ DROPDATE= 201301310800 PLIST_FILES= bin/${PORTNAME}.sh \ %%JAVAJARDIR%%/${PORTNAME}-${PORTVERSION}.jar +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.jar ${JAVAJARDIR}/${PORTNAME}-${PORTVERSION}.jar ${INSTALL_SCRIPT} ${WRKDIR}/ecj.sh ${PREFIX}/bin Modified: head/java/eclipse-emf/Makefile ============================================================================== --- head/java/eclipse-emf/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-emf/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -1,9 +1,5 @@ -# New ports collection makefile for: eclipse-emf -# Date created: January 13, 2004 -# Whom: alex@FreeBSD.org -# +# Created by: alex@FreeBSD.org # $FreeBSD$ -# PORTNAME= emf PORTVERSION= 2.7.2 @@ -22,6 +18,7 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/ec WRKSRC= ${WRKDIR}/eclipse USE_ZIP= yes +NO_STAGE= yes .include "${.CURDIR}/../eclipse/Makefile.plugins" .include Modified: head/java/eclipse-examples/Makefile ============================================================================== --- head/java/eclipse-examples/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-examples/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -1,9 +1,5 @@ -# New ports collection makefile for: eclipse-examples -# Date created: July 3, 2003 -# Whom: olgeni@FreeBSD.org -# +# Created by: olgeni@FreeBSD.org # $FreeBSD$ -# PORTNAME= examples PORTVERSION= 3.0 @@ -24,6 +20,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes USE_ZIP= yes +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse Modified: head/java/eclipse-findbugs/Makefile ============================================================================== --- head/java/eclipse-findbugs/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-findbugs/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -72,6 +72,7 @@ PLIST_SUB= \ ECLIPSE_PLUGINS="lib/eclipse/plugins" \ DISTNAME="${DISTNAME}" +NO_STAGE= yes post-extract: @${RM} -Rf ${WRKSRC}/src Modified: head/java/eclipse-gef-examples/Makefile ============================================================================== --- head/java/eclipse-gef-examples/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-gef-examples/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -1,9 +1,5 @@ -# New ports collection makefile for: eclipse-gef-examples -# Date created: July 8, 2003 -# Whom: olgeni@FreeBSD.org -# +# Created by: olgeni@FreeBSD.org # $FreeBSD$ -# PORTNAME= gef PORTVERSION= 3.0 @@ -24,6 +20,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes USE_ZIP= yes +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse Modified: head/java/eclipse-gef/Makefile ============================================================================== --- head/java/eclipse-gef/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-gef/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -1,9 +1,5 @@ -# New ports collection makefile for: eclipse-gef -# Date created: July 8, 2003 -# Whom: olgeni@FreeBSD.org -# +# Created by: olgeni@FreeBSD.org # $FreeBSD$ -# PORTNAME= gef PORTVERSION= 3.7.2 @@ -22,6 +18,7 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/ec WRKSRC= ${WRKDIR}/eclipse USE_ZIP= yes +NO_STAGE= yes .include "${.CURDIR}/../eclipse/Makefile.plugins" .include Modified: head/java/eclipse-hibernatetools/Makefile ============================================================================== --- head/java/eclipse-hibernatetools/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-hibernatetools/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -29,6 +29,7 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native +NO_STAGE= yes post-extract: # avoid empty dirs since they break the automated PLIST generation @${FIND} ${WRKSRC} -type d -empty \ Modified: head/java/eclipse-jad/Makefile ============================================================================== --- head/java/eclipse-jad/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-jad/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -25,6 +25,7 @@ JAVA_VERSION= 1.6+ PLIST_FILES= share/eclipse/dropins/${DISTNAME}${EXTRACT_SUFX} +NO_STAGE= yes post-extract: @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC} Modified: head/java/eclipse-langpack/Makefile ============================================================================== --- head/java/eclipse-langpack/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-langpack/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -1,9 +1,5 @@ -# New ports collection makefile for: eclipse-langpack -# Date created: 2003/09/03 -# Whom: nork@FreeBSD.org -# +# Created by: nork@FreeBSD.org # $FreeBSD$ -# PORTNAME= eclipse PORTVERSION= 3.2.1 @@ -27,6 +23,7 @@ NO_WRKSUBDIR= yes USE_ZIP= yes PLIST= ${WRKDIR}/pkg-plist +NO_STAGE= yes do-build: @${RM} -f ${PLIST} @${TOUCH} ${PLIST} Modified: head/java/eclipse-log4e/Makefile ============================================================================== --- head/java/eclipse-log4e/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-log4e/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -1,9 +1,5 @@ -# New ports collection makefile for: eclipse-log4e -# Date created: August 30, 2004 -# Whom: sugimura@jp.FreeBSD.org -# +# Created by: sugimura@jp.FreeBSD.org # $FreeBSD$ -# PORTNAME= log4e PORTVERSION= 1.1.6 @@ -24,6 +20,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes USE_ZIP= yes +NO_STAGE= yes do-install: @${MKDIR} -p ${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse Modified: head/java/eclipse-lomboz/Makefile ============================================================================== --- head/java/eclipse-lomboz/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-lomboz/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -26,6 +26,7 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse Modified: head/java/eclipse-ocl/Makefile ============================================================================== --- head/java/eclipse-ocl/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-ocl/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -24,6 +24,7 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse Modified: head/java/eclipse-pmd/Makefile ============================================================================== --- head/java/eclipse-pmd/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-pmd/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -1,9 +1,5 @@ -# New ports collection makefile for: eclipse-pmd -# Date created: October 3, 2003 -# Whom: Bruno Van Den Bossche -# +# Created by: Bruno Van Den Bossche # $FreeBSD$ -# PORTNAME= pmd PORTVERSION= 2.0.5.v3 @@ -35,6 +31,7 @@ PLUGIN_PMD_DIR= "net.sourceforge.pmd.ecl PLIST_SUB+= PLUGIN_PMD_DIR="${PLUGIN_PMD_DIR}" \ PLUGIN_CORE_DIR="${PLUGIN_CORE_DIR}" +NO_STAGE= yes post-extract: cd ${WRKDIR}/features && ${MKDIR} ${PLUGIN_PMD_DIR} \ && ${CP} ${PLUGIN_PMD_DIR}.jar ${PLUGIN_PMD_DIR} \ Modified: head/java/eclipse-propedit/Makefile ============================================================================== --- head/java/eclipse-propedit/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-propedit/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -23,6 +23,7 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse Modified: head/java/eclipse-pydev/Makefile ============================================================================== --- head/java/eclipse-pydev/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-pydev/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -21,6 +21,7 @@ NO_WRKSUBDIR= yes OPTIONS_DEFINE= JYTHON JYTHON_DESC= Use Jython as Python interpreter +NO_STAGE= yes .include .if ${PORT_OPTIONS:MJYTHON} Modified: head/java/eclipse-quantum/Makefile ============================================================================== --- head/java/eclipse-quantum/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-quantum/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -24,6 +24,7 @@ JAVA_VERSION= 1.6+ USE_ZIP= yes PLIST_SUB+= VERSION=${PORTVERSION} +NO_STAGE= yes post-extract: @${RM} ${WRKSRC}/plugins/com.quantum.Quantum_${PORTVERSION}/icons/Thumbs.db @${RM} ${WRKSRC}/plugins/com.quantum.Quantum_${PORTVERSION}/icons/unused/Thumbs.db Modified: head/java/eclipse-shelled/Makefile ============================================================================== --- head/java/eclipse-shelled/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-shelled/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -22,6 +22,7 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native +NO_STAGE= yes do-install: @${MKDIR} ${WRKSRC}/eclipse @${MV} ${WRKSRC}/plugins ${WRKSRC}/eclipse/plugins Modified: head/java/eclipse-sqlexplorer/Makefile ============================================================================== --- head/java/eclipse-sqlexplorer/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-sqlexplorer/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -1,9 +1,5 @@ -# New ports collection makefile for: eclipse-sqlexplorer -# Date created: August 14, 2004 -# Whom: sugimura@jp.FreeBSD.org -# +# Created by: sugimura@jp.FreeBSD.org # $FreeBSD$ -# PORTNAME= sqlexplorer PORTVERSION= 2.2.4 @@ -25,6 +21,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes USE_ZIP= yes +NO_STAGE= yes do-install: @${MKDIR} -p ${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse Modified: head/java/eclipse-sysdeo-tomcat/Makefile ============================================================================== --- head/java/eclipse-sysdeo-tomcat/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-sysdeo-tomcat/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -1,9 +1,5 @@ -# New ports collection makefile for: eclipse-sysdeo-tomcat -# Date created: July 29, 2004 -# Whom: sugimura@jp.FreeBSD.org -# +# Created by: sugimura@jp.FreeBSD.org # $FreeBSD$ -# PORTNAME= sysdeo PORTVERSION= 3.1.0 @@ -24,6 +20,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes USE_ZIP= yes +NO_STAGE= yes do-install: @${MKDIR} -p ${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_${PORTVERSION} ${PREFIX}/lib/eclipse/plugins Modified: head/java/eclipse-uml/Makefile ============================================================================== --- head/java/eclipse-uml/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-uml/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -23,6 +23,7 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse Modified: head/java/eclipse-vep-examples/Makefile ============================================================================== --- head/java/eclipse-vep-examples/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-vep-examples/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -1,9 +1,5 @@ -# New ports collection makefile for: eclipse-vep-examples -# Date created: July 15, 2004 -# Whom: sugimura@jp.FreeBSD.org -# +# Created by: sugimura@jp.FreeBSD.org # $FreeBSD$ -# PORTNAME= vep PORTVERSION= 1.1.0.1 @@ -25,6 +21,7 @@ NO_WRKSUBDIR= yes USE_ZIP= yes PLIST_SUB= RELEASEVERSION=1.1.0.1 +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse Modified: head/java/eclipse-vep/Makefile ============================================================================== --- head/java/eclipse-vep/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-vep/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -26,6 +26,7 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse Modified: head/java/eclipse-viplugin/Makefile ============================================================================== --- head/java/eclipse-viplugin/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-viplugin/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -23,6 +23,7 @@ JAVA_VERSION= 1.6+ JAVA_OS= native PLIST_SUB= RELEASEVERSION=${PORTVERSION} +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/eclipse @${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse Modified: head/java/eclipse-webtools/Makefile ============================================================================== --- head/java/eclipse-webtools/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-webtools/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -21,6 +21,7 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/ec WRKSRC= ${WRKDIR}/eclipse USE_ZIP= yes +NO_STAGE= yes .include "${.CURDIR}/../eclipse/Makefile.plugins" .include Modified: head/java/eclipse-windowbuilder/Makefile ============================================================================== --- head/java/eclipse-windowbuilder/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse-windowbuilder/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -1,9 +1,5 @@ -# New ports collection makefile for: eclipse-windowbuilder -# Date created: 14 Jun 2012 -# Whom: Alex Dupre -# +# Created by: Alex Dupre # $FreeBSD$ -# PORTNAME= windowsbuilder PORTVERSION= 1.1.0 @@ -26,6 +22,7 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/ec WRKSRC= ${WRKDIR} +NO_STAGE= yes .include "${.CURDIR}/../eclipse/Makefile.plugins" post-extract: Modified: head/java/eclipse/Makefile ============================================================================== --- head/java/eclipse/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/eclipse/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -135,6 +135,7 @@ PLIST_FILES= bin/${PORTNAME} \ DISTFILES+= ${f}:2 .endfor +NO_STAGE= yes .include .if ${PORT_OPTIONS:MTESTS} Modified: head/java/icedtea-web/Makefile ============================================================================== --- head/java/icedtea-web/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/icedtea-web/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -50,6 +50,7 @@ PLUGIN_DESC= Enable the browser plug-in RHINO_DESC= Add support for Proxy Auto Config files TEST_DESC= Add support for running regression test +NO_STAGE= yes .include .if empty(PORT_OPTIONS:MDOCS) Modified: head/java/infobus/Makefile ============================================================================== --- head/java/infobus/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/infobus/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -22,6 +22,7 @@ NO_CDROM= See the license PORTDOCS= * .endif +NO_STAGE= yes .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE= You must manually fetch the distribution from http://java.sun.com/products/archive/javabeans/infobus/downloads.html and place it in ${DISTDIR} then run make again Modified: head/java/j2sdkee13/Makefile ============================================================================== --- head/java/j2sdkee13/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/j2sdkee13/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -21,6 +21,7 @@ NO_CDROM= Redistribution is not permitte J2SDKEEVERSION= ${PORTVERSION}_02 DOWNLOAD_URL?= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=7917-j2ee_sdk-1.3.1-oth-JPR&SiteId=JSC&TransactionId=noreg +NO_STAGE= yes .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) Modified: head/java/jad/Makefile ============================================================================== --- head/java/jad/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jad/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -1,9 +1,5 @@ -# New ports collection makefile for: jad -# Date created: 27 September 2000 -# Whom: Yen-Ming Lee -# +# Created by: Yen-Ming Lee # $FreeBSD$ -# PORTNAME= jad PORTVERSION= 1.5.8c @@ -24,6 +20,7 @@ PORTDOCS= * ONLY_FOR_ARCHS= i386 amd64 +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/jad ${PREFIX}/bin/ .if !defined(NOPORTDOCS) Modified: head/java/jaf/Makefile ============================================================================== --- head/java/jaf/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jaf/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -27,6 +27,7 @@ PORTDOCS= ${DOCFILES1} ${DOCFILES2} PLIST_FILES= %%JAVAJARDIR%%/activation.jar +NO_STAGE= yes .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE= you must manually fetch the distribution from ${DOWNLOAD_URL} and place it in ${DISTDIR} then run make again Modified: head/java/jai-imageio/Makefile ============================================================================== --- head/java/jai-imageio/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jai-imageio/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -25,6 +25,7 @@ TARGET_DIR= ${JAVASHAREDIR}/${PORTNAME} PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///} JAVA_HOME=${JAVA_HOME:S/^${PREFIX}\///} PKGMESSAGE= ${WRKDIR}/pkg-message +NO_STAGE= yes .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) Modified: head/java/jai/Makefile ============================================================================== --- head/java/jai/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jai/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -34,6 +34,7 @@ PORTDOCS= \ LICENSE-jai.txt \ THIRDPARTYLICENSEREADME-jai.txt +NO_STAGE= yes .include do-install: Modified: head/java/jakarta-bcel/Makefile ============================================================================== --- head/java/jakarta-bcel/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jakarta-bcel/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -21,6 +21,7 @@ PLIST_FILES= %%JAVAJARDIR%%/bcel.jar PORTDOCS= * .endif +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar \ ${JAVAJARDIR}/${PORTNAME}.jar Modified: head/java/jakarta-commons-beanutils/Makefile ============================================================================== --- head/java/jakarta-commons-beanutils/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jakarta-commons-beanutils/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -34,6 +34,7 @@ OTHERDOCS= LICENSE.txt NOTICE.txt README PORTDOCS= ${APIDOCS} ${OTHERDOCS} .endif +NO_STAGE= yes do-install: @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..." @${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${JARFILE} Modified: head/java/jakarta-commons-cli/Makefile ============================================================================== --- head/java/jakarta-commons-cli/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jakarta-commons-cli/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -29,6 +29,7 @@ PORTDOCS= * DOC_FILES= LICENSE.txt NOTICE.txt RELEASE-NOTES.txt .endif +NO_STAGE= yes do-install: @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${DESTJARFILE}..." @${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${JAVAJARDIR}/${DESTJARFILE} Modified: head/java/jakarta-commons-codec/Makefile ============================================================================== --- head/java/jakarta-commons-codec/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jakarta-commons-codec/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -24,6 +24,7 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}. PORTDOCS= * +NO_STAGE= yes .include do-install: Modified: head/java/jakarta-commons-collections/Makefile ============================================================================== --- head/java/jakarta-commons-collections/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jakarta-commons-collections/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -26,6 +26,7 @@ JARFILE= ${PORTNAME}-${PORTVERSION}.jar DESTJARFILE= ${PORTNAME}.jar PLIST_FILES+= %%JAVAJARDIR%%/${DESTJARFILE} +NO_STAGE= yes .include JDK_API!= (${FIND} -s ${LOCALBASE}/share/doc/jdk1.? -maxdepth 1 -name api -type d 2>/dev/null || ${ECHO_CMD}) | ${TAIL} -n 1 Modified: head/java/jakarta-commons-dbcp/Makefile ============================================================================== --- head/java/jakarta-commons-dbcp/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jakarta-commons-dbcp/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -31,6 +31,7 @@ PORTDOCS= * PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar +NO_STAGE= yes do-install: @${ECHO} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..." @${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}.jar ${JAVAJARDIR}/ Modified: head/java/jakarta-commons-discovery/Makefile ============================================================================== --- head/java/jakarta-commons-discovery/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jakarta-commons-discovery/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -23,6 +23,7 @@ PORTDOCS= * JARFILE= ${PORTNAME}.jar PLIST_FILES+= %%JAVAJARDIR%%/${JARFILE} +NO_STAGE= yes do-install: @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..." @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${JARFILE} Modified: head/java/jakarta-commons-httpclient/Makefile ============================================================================== --- head/java/jakarta-commons-httpclient/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jakarta-commons-httpclient/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -32,6 +32,7 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}. PORTDOCS= * +NO_STAGE= yes .include post-patch: Modified: head/java/jakarta-commons-lang/Makefile ============================================================================== --- head/java/jakarta-commons-lang/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jakarta-commons-lang/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -29,6 +29,7 @@ JARFILE= ${PORTNAME}-${PORTVERSION}.jar DESTJARFILE= ${PORTNAME}.jar PLIST_FILES= %%JAVAJARDIR%%/${DESTJARFILE} +NO_STAGE= yes .include JDK_API!= (${FIND} -s ${LOCALBASE}/share/doc/jdk1.? -maxdepth 1 -name api -type d 2>/dev/null || ${ECHO_CMD}) | ${TAIL} -n 1 Modified: head/java/jakarta-commons-logging/Makefile ============================================================================== --- head/java/jakarta-commons-logging/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jakarta-commons-logging/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -18,6 +18,7 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes +NO_STAGE= yes .include .if !defined(NOPORTDOCS) Modified: head/java/jakarta-commons-pool/Makefile ============================================================================== --- head/java/jakarta-commons-pool/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jakarta-commons-pool/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -25,6 +25,7 @@ PORTDOCS= * PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar +NO_STAGE= yes do-install: @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..." @${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}-${PORTVERSION}.jar \ Modified: head/java/jakarta-commons-primitives/Makefile ============================================================================== --- head/java/jakarta-commons-primitives/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jakarta-commons-primitives/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -27,6 +27,7 @@ ALL_TARGET+= javadoc PORTDOCS= LICENSE.txt api .endif +NO_STAGE= yes do-install: @${ECHO_MSG} -n ">> Installing JAR file as ${JAVAJARDIR}/${PORTNAME}.jar..." @${INSTALL_DATA} ${WRKSRC}/target/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar Modified: head/java/jakarta-oro/Makefile ============================================================================== --- head/java/jakarta-oro/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jakarta-oro/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -23,6 +23,7 @@ JAVALIBNAME= ${PORTNAME}-${PORTVERSION} PORTDOCS= * .endif +NO_STAGE= yes do-build: @cd ${WRKSRC} && \ ${SETENV} JAVA_HOME=${JAVA_HOME} ant jar javadocs Modified: head/java/jakarta-regexp/Makefile ============================================================================== --- head/java/jakarta-regexp/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jakarta-regexp/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -24,6 +24,7 @@ JAVALIBNAME= ${PORTNAME}-${PORTVERSION} PORTDOCS= * .endif +NO_STAGE= yes do-build: @if [ ! -f ${WRKSRC}/lib ]; then ${MKDIR} ${WRKSRC}/lib; fi @cd ${WRKSRC} && \ Modified: head/java/jakarta-struts/Makefile ============================================================================== --- head/java/jakarta-struts/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jakarta-struts/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -21,6 +21,7 @@ JAVASHAREDIR= share/java TDIR= ${JAVASHAREDIR}/${PKGNAME} PLIST_SUB+= T=${TDIR} +NO_STAGE= yes do-install: cd ${WRKSRC} && ${FIND} . -type d -exec ${INSTALL} -d ${PREFIX}/${TDIR}/'{}' \; && \ ${FIND} . -type f -exec ${INSTALL_DATA} '{}' ${PREFIX}/${TDIR}/'{}' \; Modified: head/java/jamvm/Makefile ============================================================================== --- head/java/jamvm/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jamvm/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -1,4 +1,4 @@ -# Created by: Bjoern Koenig +# Created by: Bjoern Koenig # $FreeBSD$ PORTNAME= jamvm @@ -23,6 +23,7 @@ OPTIONS_DEFAULT=FFI ZIP FFI_DESC= use libffi to call native methods ZIP_DESC= turn-on zip support in the bootstrap loader +NO_STAGE= yes .include .if ${PORT_OPTIONS:MFFI} Modified: head/java/jasmin/Makefile ============================================================================== --- head/java/jasmin/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/jasmin/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -20,6 +20,7 @@ DOS2UNIX_REGEX= .*\.(txt|xml|j|class|jav SUB_FILES= jasmin.sh +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/jasmin.jar ${JAVAJARDIR} .if !defined(NOPORTEXAMPLES) Modified: head/java/java-checkstyle/Makefile ============================================================================== --- head/java/java-checkstyle/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/java-checkstyle/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -33,6 +33,7 @@ PORTEXAMPLES= * SUB_FILES= ${PORTNAME}.sh +NO_STAGE= yes do-install: @-${MKDIR} ${JAVAJARDIR} @${INSTALL_DATA} ${WRKSRC}/${JAR_FILE} ${JAVAJARDIR}/${PORTNAME}.jar Modified: head/java/java-cup/Makefile ============================================================================== --- head/java/java-cup/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/java-cup/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cup -# Date created: 10 May 1998 -# Whom: nordwick@xcf.berkeley.edu -# +# Created by: nordwick@xcf.berkeley.edu # $FreeBSD$ -# PORTNAME= cup PORTVERSION= 11.a @@ -27,6 +23,7 @@ DISTJARNAME= ${PKGNAMEPREFIX}${PORTNAME} PLIST_FILES= %%JAVAJARDIR%%/${DISTJARNAME}.jar \ %%JAVAJARDIR%%/${DISTJARNAME}-runtime.jar +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/dist/${DISTJARNAME}.jar ${JAVAJARDIR} ${INSTALL_DATA} ${WRKSRC}/dist/${DISTJARNAME}-runtime.jar ${JAVAJARDIR} Modified: head/java/java-getopt/Makefile ============================================================================== --- head/java/java-getopt/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/java-getopt/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -1,9 +1,5 @@ -# Ports collection makefile for: java-getopt -# Date created: Apr 7, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= getopt PORTVERSION= 1.0.13 @@ -29,6 +25,7 @@ PORTDOCS= api ${OTHERDOCS} ALL_TARGET+= javadoc .endif +NO_STAGE= yes post-extract: @${CP} ${WRKSRC}/gnu/getopt/buildx.xml ${WRKSRC}/build.xml Modified: head/java/java-zoneinfo/Makefile ============================================================================== --- head/java/java-zoneinfo/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/java-zoneinfo/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -1,7 +1,4 @@ -# New ports collection makefile for: java-zoneinfo -# Date created: 14 January 2012 -# Whom: Greg Lewis -# +# Created by: Greg Lewis # $FreeBSD$ PORTNAME= zoneinfo @@ -19,6 +16,7 @@ NO_BUILD= yes JAVASHAREDIR= ${PREFIX}/share/java +NO_STAGE= yes do-install: ${MKDIR} ${JAVASHAREDIR}/zi (cd ${WRKSRC}/zi && ${COPYTREE_SHARE} \* ${JAVASHAREDIR}/zi/) Modified: head/java/java3d/Makefile ============================================================================== --- head/java/java3d/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/java3d/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -26,6 +26,7 @@ PLIST_SUB+= JAVA_HOME=${JAVA_HOME:S/^${P DOCSSRC= ${WRKSRC}/j3d-core/build/freebsd/javadocs/docs-public PORTDOCS= * +NO_STAGE= yes .include post-patch: Modified: head/java/javahelp/Makefile ============================================================================== --- head/java/javahelp/Makefile Fri Sep 20 18:47:54 2013 (r327737) +++ head/java/javahelp/Makefile Fri Sep 20 19:48:32 2013 (r327738) @@ -20,6 +20,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/jh2.0 +NO_STAGE= yes *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 19:50:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9407B246; Fri, 20 Sep 2013 19:50:08 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 73E712D82; Fri, 20 Sep 2013 19:50:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KJo8cg003885; Fri, 20 Sep 2013 19:50:08 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KJnxxT003741; Fri, 20 Sep 2013 19:49:59 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201949.r8KJnxxT003741@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 19:49:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327739 - in head/korean: FreeWnn-lib FreeWnn-server acroread8 aleefonts-ttf ami baekmukfonts-bdf baekmukfonts-ttf engdic eterm fcitx-hangul gimp-help gtkcomm h2ps hanyangfonts hcode hm... 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.14 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: Fri, 20 Sep 2013 19:50:08 -0000 Author: bapt Date: Fri Sep 20 19:49:59 2013 New Revision: 327739 URL: http://svnweb.freebsd.org/changeset/ports/327739 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: korean) Modified: head/korean/FreeWnn-lib/Makefile head/korean/FreeWnn-server/Makefile head/korean/acroread8/Makefile head/korean/aleefonts-ttf/Makefile head/korean/ami/Makefile head/korean/baekmukfonts-bdf/Makefile head/korean/baekmukfonts-ttf/Makefile head/korean/engdic/Makefile head/korean/eterm/Makefile head/korean/fcitx-hangul/Makefile head/korean/gimp-help/Makefile head/korean/gtkcomm/Makefile head/korean/h2ps/Makefile head/korean/hanyangfonts/Makefile head/korean/hcode/Makefile head/korean/hmconv/Makefile head/korean/hpscat/Makefile head/korean/hunspell/Makefile head/korean/ibus-hangul/Makefile head/korean/imhangul/Makefile head/korean/kaistfonts/Makefile head/korean/kde4-l10n/Makefile head/korean/ko.TeX-fonts-base/Makefile head/korean/ko.TeX-fonts-extra/Makefile head/korean/ko.TeX/Makefile head/korean/libhangul/Makefile head/korean/libreoffice/Makefile head/korean/man-doc/Makefile head/korean/munhwafonts-cid/Makefile head/korean/nabi/Makefile head/korean/nanumcoding-ttf/Makefile head/korean/nanumfonts-otf/Makefile head/korean/nanumfonts-ttf/Makefile head/korean/nhpf/Makefile head/korean/php_doc/Makefile head/korean/qt4-codecs-kr/Makefile head/korean/scim-hangul/Makefile head/korean/scim-tables/Makefile head/korean/unfonts-core/Makefile head/korean/unfonts-extra/Makefile head/korean/uniksc/Makefile head/korean/unzip/Makefile head/korean/xpdf/Makefile Modified: head/korean/FreeWnn-lib/Makefile ============================================================================== --- head/korean/FreeWnn-lib/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/FreeWnn-lib/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libraries of FreeWnn -# Date created: 00/08/25 -# Whom: Satoshi TAOKA -# +# Created by: Satoshi TAOKA # $FreeBSD$ -# CATEGORIES= korean PKGNAMESUFFIX= -lib @@ -15,4 +11,5 @@ PKGDIR= ${.CURDIR} WNNTYPE= KWNN +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/korean/FreeWnn-server/Makefile ============================================================================== --- head/korean/FreeWnn-server/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/FreeWnn-server/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -11,4 +11,5 @@ PKGDIR= ${.CURDIR} WNNTYPE= KWNN +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/korean/acroread8/Makefile ============================================================================== --- head/korean/acroread8/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/acroread8/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,9 +1,5 @@ -# New ports collection makefile for: korean/acroread8 -# Date created: 27 December 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# CATEGORIES= korean print linux @@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= KOR +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/korean/aleefonts-ttf/Makefile ============================================================================== --- head/korean/aleefonts-ttf/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/aleefonts-ttf/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,7 +1,4 @@ -# New ports collection makefile for: aleefonts-ttf -# Date created: 23 July 2004 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= aleefonts @@ -32,6 +29,7 @@ PLIST_FILES+= ${FONTSDIR}/${f}.ttf PLIST_FILES+= ${FONTSDIR}/fonts.dir \ ${FONTSDIR}/fonts.scale +NO_STAGE= yes do-build: ${LOCALBASE}/bin/mkfontscale ${WRKSRC} ${LOCALBASE}/bin/mkfontdir ${WRKSRC} Modified: head/korean/ami/Makefile ============================================================================== --- head/korean/ami/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/ami/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -22,6 +22,7 @@ USE_GNOME= gtk12 gdkpixbuf WANT_GNOME= yes GNU_CONFIGURE= yes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/korean/baekmukfonts-bdf/Makefile ============================================================================== --- head/korean/baekmukfonts-bdf/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/baekmukfonts-bdf/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -41,6 +41,7 @@ USES= perl5 USE_PERL5= build # manually install hinted fonts +NO_STAGE= yes do-configure: .for FONTNAME in ${FONTLIST_MANUAL} ${GZIP_CMD} -cd ${_DISTDIR}/${FONTNAME}.bdf.gz \ Modified: head/korean/baekmukfonts-ttf/Makefile ============================================================================== --- head/korean/baekmukfonts-ttf/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/baekmukfonts-ttf/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -20,6 +20,7 @@ FONTNAME= baekmuk FONTSDIR= lib/X11/fonts/${FONTNAME}${PKGNAMESUFFIX} PLIST_SUB= FONTSDIR=${FONTSDIR} +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/${FONTSDIR} Modified: head/korean/engdic/Makefile ============================================================================== --- head/korean/engdic/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/engdic/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -15,6 +15,7 @@ MAKE_ARGS= CC="${CC}" PLIST_FILES= bin/edic bin/engdic PORTDATA= [a-z].dic.gz +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/engdic.h Modified: head/korean/eterm/Makefile ============================================================================== --- head/korean/eterm/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/eterm/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -26,6 +26,7 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" MAN1= Eterm.1 MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include .if ${OSVERSION} > 900007 Modified: head/korean/fcitx-hangul/Makefile ============================================================================== --- head/korean/fcitx-hangul/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/fcitx-hangul/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -24,4 +24,5 @@ INSTALLS_ICONS= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl +NO_STAGE= yes .include Modified: head/korean/gimp-help/Makefile ============================================================================== --- head/korean/gimp-help/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/gimp-help/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gimp-help -# Date created: 10th April 2010 -# Whom: SimaMoto,RyoTa -# +# Created by: SimaMoto,RyoTa # $FreeBSD$ -# CATEGORIES= korean graphics @@ -15,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../../misc/gimp-he DOCLANG= ko AMPLE= "@comment " +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/korean/gtkcomm/Makefile ============================================================================== --- head/korean/gtkcomm/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/gtkcomm/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -19,6 +19,7 @@ USE_PERL5= build USE_GNOME= glib20 gtk20 GNU_CONFIGURE= yes +NO_STAGE= yes pre-patch: ${REINPLACE_CMD} -e 's|-lc_r||; s|DATADIRNAME=lib|DATADIRNAME=share|g' \ ${WRKSRC}/configure Modified: head/korean/h2ps/Makefile ============================================================================== --- head/korean/h2ps/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/h2ps/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -11,6 +11,7 @@ COMMENT= Formats an ASCII file for print PLIST_FILES= bin/h2ps +NO_STAGE= yes pre-build: @(cd ${WRKSRC}; make clean) Modified: head/korean/hanyangfonts/Makefile ============================================================================== --- head/korean/hanyangfonts/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/hanyangfonts/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -24,6 +24,7 @@ NO_WRKSUBDIR= yes FONTS= hgm10 hgm12 hgm14 hgm16 hgm18 hgm20 \ hmm10 hmm12 hmm14 hmm16 hmm18 hmm20 +NO_STAGE= yes do-build: @cd ${WRKSRC}; \ for fn in ${FONTS}; do \ Modified: head/korean/hcode/Makefile ============================================================================== --- head/korean/hcode/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/hcode/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -15,6 +15,7 @@ COMMENT= Hangul code conversion utility PLIST_FILES= bin/hcode +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hcode ${PREFIX}/bin Modified: head/korean/hmconv/Makefile ============================================================================== --- head/korean/hmconv/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/hmconv/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-patch: Modified: head/korean/hpscat/Makefile ============================================================================== --- head/korean/hpscat/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/hpscat/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -33,6 +33,7 @@ SUB_FILES= hpscat.sh pkg-message SUB_LIST= FONTDIR=${FONTDIR} USES= perl5 +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/hpscat ${PREFIX}/bin/hpscat.bin @${INSTALL_SCRIPT} ${WRKDIR}/hpscat.sh ${PREFIX}/bin/hpscat Modified: head/korean/hunspell/Makefile ============================================================================== --- head/korean/hunspell/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/hunspell/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -26,6 +26,7 @@ PROJECTHOST= spellcheck-ko MAKE_ENV+= PYTHON=${PYTHON_CMD} +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/ko.aff ${DATADIR}/ko_KR.aff Modified: head/korean/ibus-hangul/Makefile ============================================================================== --- head/korean/ibus-hangul/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/ibus-hangul/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -23,6 +23,7 @@ USE_GNOME= intltool pygobject3 USE_PYTHON= yes USES= pathfix pkgconfig +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/korean/imhangul/Makefile ============================================================================== --- head/korean/imhangul/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/imhangul/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -21,6 +21,7 @@ USES= pkgconfig OPTIONS_DEFINE= GTK3 NLS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGTK3} Modified: head/korean/kaistfonts/Makefile ============================================================================== --- head/korean/kaistfonts/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/kaistfonts/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -21,6 +21,7 @@ USE_GMAKE= yes NO_WRKSUBDIR= yes MAKE_ENV= DISTDIR=${DISTDIR} DISTFILES="${DISTFILES}" +NO_STAGE= yes do-extract: @${RM} -fr ${WRKDIR} && \ ${MKDIR} ${WRKDIR} && \ Modified: head/korean/kde4-l10n/Makefile ============================================================================== --- head/korean/kde4-l10n/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/kde4-l10n/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -10,5 +10,6 @@ COMMENT= Korean messages and documentati KDE4_L10N= ko +NO_STAGE= yes .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/korean/ko.TeX-fonts-base/Makefile ============================================================================== --- head/korean/ko.TeX-fonts-base/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/ko.TeX-fonts-base/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ko.TeX-fonts-base -# Date created: 7 January 2008 -# Whom: Hyogeol Lee -# +# Created by: Hyogeol Lee # $FreeBSD$ -# PORTNAME= ko.TeX-fonts-base PORTVERSION= 0.1.0.20070927 @@ -32,6 +28,7 @@ PLIST_SUB+= MKTEXLSR=${MKTEXLSR} \ UPDMAP_SYS=${UPDMAP_SYS} DOCS= COPYING LICENSE MANIFEST +NO_STAGE= yes do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} Modified: head/korean/ko.TeX-fonts-extra/Makefile ============================================================================== --- head/korean/ko.TeX-fonts-extra/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/ko.TeX-fonts-extra/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ko.TeX-fonts-extra -# Date created: 7 January 2008 -# Whom: Hyogeol Lee -# +# Created by: Hyogeol Lee # $FreeBSD$ -# PORTNAME= ko.TeX-fonts-extra PORTVERSION= 0.1.0 @@ -31,6 +27,7 @@ UPDMAP_SYS= ${PREFIX}/bin/updmap-sys PLIST_SUB+= MKTEXLSR=${MKTEXLSR} \ UPDMAP_SYS=${UPDMAP_SYS} +NO_STAGE= yes do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} Modified: head/korean/ko.TeX/Makefile ============================================================================== --- head/korean/ko.TeX/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/ko.TeX/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ko.TeX -# Date created: 7 January 2008 -# Whom: Hyogeol Lee -# +# Created by: Hyogeol Lee # $FreeBSD$ -# PORTNAME= ko.TeX PORTVERSION= 0.1.1.20080329 @@ -38,6 +34,7 @@ PLIST_SUB+= TEXHASH=${TEXHASH} DOCS= ChangLog INSTALL LICENSE VERSION manifest.txt news-0.1.0.txt \ news-0.1.1.txt +NO_STAGE= yes do-build: @${MKDIR} ${WRKDIR}/build @${CC} ${CFLAGS} -o ${WRKDIR}/build/hbibtex \ Modified: head/korean/libhangul/Makefile ============================================================================== --- head/korean/libhangul/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/libhangul/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -15,6 +15,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= iconv pkgconfig +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/korean/libreoffice/Makefile ============================================================================== --- head/korean/libreoffice/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/libreoffice/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -4,6 +4,7 @@ LO_I18N= ko LO_HAS_HELPPACK= yes CATEGORIES= korean editors +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include Modified: head/korean/man-doc/Makefile ============================================================================== --- head/korean/man-doc/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/man-doc/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,7 +1,4 @@ -# New ports collection makefile for: ko-man-doc -# Date created: 19 November 2002 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= man @@ -19,6 +16,7 @@ COMMENT= Korean online manual pages RUN_DEPENDS= ${LOCALBASE}/bin/groff:${PORTSDIR}/japanese/groff +NO_STAGE= yes post-patch: ${SED} -e 's,%%PREFIX%%,${PREFIX},g' -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ -e 's,gnroff,groff,g' ${WRKSRC}/scripts/kman.in > ${WRKDIR}/kman Modified: head/korean/munhwafonts-cid/Makefile ============================================================================== --- head/korean/munhwafonts-cid/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/munhwafonts-cid/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -21,6 +21,7 @@ FONTSDIR= share/fonts/CIDFont NO_BUILD= YES PLIST_SUB= FONTSDIR=${FONTSDIR} +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${FONTSDIR} ${INSTALL_DATA} ${FILESDIR}/Munhwa-Regular-KSC-EUC-H.gsf \ Modified: head/korean/nabi/Makefile ============================================================================== --- head/korean/nabi/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/nabi/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -18,6 +18,7 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes USES= pathfix pkgconfig +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/korean/nanumcoding-ttf/Makefile ============================================================================== --- head/korean/nanumcoding-ttf/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/nanumcoding-ttf/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -33,6 +33,7 @@ PLIST_FILES+= ${FONTSDIR}/${f}.ttf PLIST_FILES+= ${FONTSDIR}/fonts.dir \ ${FONTSDIR}/fonts.scale +NO_STAGE= yes post-extract: @# XXX File names are encoded in EUC-KR. ${MV} ${WRKSRC}/*-Bold.ttf ${WRKSRC}/NanumGothicCoding-Bold.tmp Modified: head/korean/nanumfonts-otf/Makefile ============================================================================== --- head/korean/nanumfonts-otf/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/nanumfonts-otf/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -55,6 +55,7 @@ PLIST_FILES+= ${FONTSDIR}/${f}.${FONTTYP PLIST_FILES+= ${FONTSDIR}/fonts.dir \ ${FONTSDIR}/fonts.scale +NO_STAGE= yes do-build: ${LOCALBASE}/bin/mkfontscale ${WRKSRC} ${LOCALBASE}/bin/mkfontdir ${WRKSRC} Modified: head/korean/nanumfonts-ttf/Makefile ============================================================================== --- head/korean/nanumfonts-ttf/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/nanumfonts-ttf/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -5,4 +5,5 @@ MASTERDIR= ${.CURDIR}/../nanumfonts-otf FONTTYPE= ttf FONTFORMAT= TrueType +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/korean/nhpf/Makefile ============================================================================== --- head/korean/nhpf/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/nhpf/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -15,6 +15,7 @@ PORTDOCS= README OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include do-install: Modified: head/korean/php_doc/Makefile ============================================================================== --- head/korean/php_doc/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/php_doc/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,13 +1,10 @@ -# New ports collection makefile for: kr-php_doc -# Date created: Sun Nov 25 17:56:41 CET 2001 -# Whom: Dirk Froemberg -# +# Created by: Dirk Froemberg # $FreeBSD$ -# CATEGORIES= korean lang PKGNAMEPREFIX= PHP_LANG= kr MASTERDIR= ${.CURDIR}/../../lang/php_doc +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/korean/qt4-codecs-kr/Makefile ============================================================================== --- head/korean/qt4-codecs-kr/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/qt4-codecs-kr/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= codecs @@ -38,6 +38,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake Modified: head/korean/scim-hangul/Makefile ============================================================================== --- head/korean/scim-hangul/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/scim-hangul/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -20,6 +20,7 @@ USES= pkgconfig OPTIONS_DEFINE= NLS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/korean/scim-tables/Makefile ============================================================================== --- head/korean/scim-tables/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/scim-tables/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -17,6 +17,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USES= pkgconfig +NO_STAGE= yes .include post-install: Modified: head/korean/unfonts-core/Makefile ============================================================================== --- head/korean/unfonts-core/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/unfonts-core/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,7 +1,4 @@ -# New ports collection makefile for: unfonts-core-ttf -# Date created: 27 September 2003 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= unfonts @@ -45,6 +42,7 @@ PLIST_FILES+= ${FONTSDIR}/${f}.ttf PLIST_FILES+= ${FONTSDIR}/fonts.dir \ ${FONTSDIR}/fonts.scale +NO_STAGE= yes do-build: ${LOCALBASE}/bin/mkfontscale ${WRKSRC} ${LOCALBASE}/bin/mkfontdir ${WRKSRC} Modified: head/korean/unfonts-extra/Makefile ============================================================================== --- head/korean/unfonts-extra/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/unfonts-extra/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,7 +1,4 @@ -# New ports collection makefile for: unfonts-extra-ttf -# Date created: 27 September 2003 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ PORTVERSION= 1.0.1 @@ -21,4 +18,5 @@ FONTLIST= UnJamoBatang \ MASTERDIR= ${.CURDIR}/../unfonts-core +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/korean/uniksc/Makefile ============================================================================== --- head/korean/uniksc/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/uniksc/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -16,4 +16,5 @@ PLIST_FILES= bin/uniksc include/uniksc.h CFLAGS+= "-fPIC" .endif +NO_STAGE= yes .include Modified: head/korean/unzip/Makefile ============================================================================== --- head/korean/unzip/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/unzip/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -1,7 +1,4 @@ -# Ports collection makefile for: ko-unzip -# Date created: 21 May 2003 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ CATEGORIES= korean archivers @@ -14,4 +11,5 @@ CONFLICTS= unzip-[0-9]* unzip-iconv-[0-9 EXTRA_PATCHES= ${.CURDIR}/files/patch-* MASTERDIR= ${.CURDIR}/../../archivers/unzip +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/korean/xpdf/Makefile ============================================================================== --- head/korean/xpdf/Makefile Fri Sep 20 19:48:32 2013 (r327738) +++ head/korean/xpdf/Makefile Fri Sep 20 19:49:59 2013 (r327739) @@ -28,6 +28,7 @@ ADOBECMAPDIR= ${LOCALBASE}/share/fonts/a INSTALL_FILES= Adobe-Korea1.cidToUnicode ISO-2022-KR.unicodeMap \ README ../dot.xpdfrc +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/korean cd ${WRKSRC} && \ From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 19:50:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5FCDE324; Fri, 20 Sep 2013 19:50:34 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4DA462D87; Fri, 20 Sep 2013 19:50:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KJoYPX004360; Fri, 20 Sep 2013 19:50:34 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KJoXJb004340; Fri, 20 Sep 2013 19:50:33 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309201950.r8KJoXJb004340@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Fri, 20 Sep 2013 19:50:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327740 - head/devel/py-boto 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.14 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: Fri, 20 Sep 2013 19:50:34 -0000 Author: rm Date: Fri Sep 20 19:50:33 2013 New Revision: 327740 URL: http://svnweb.freebsd.org/changeset/ports/327740 Log: - update to 2.13.3 Purely bugfix release, and 2.13.3 fixing an packaging error. release notes: https://github.com/boto/boto/blob/develop/docs/source/releasenotes/v2.13.2.rst Modified: head/devel/py-boto/Makefile head/devel/py-boto/distinfo Modified: head/devel/py-boto/Makefile ============================================================================== --- head/devel/py-boto/Makefile Fri Sep 20 19:49:59 2013 (r327739) +++ head/devel/py-boto/Makefile Fri Sep 20 19:50:33 2013 (r327740) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= boto -PORTVERSION= 2.13.0 +PORTVERSION= 2.13.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +16,6 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install CONFLICTS= p5-Net-Amazon-Route53-[0-9]* - NO_STAGE= yes + .include Modified: head/devel/py-boto/distinfo ============================================================================== --- head/devel/py-boto/distinfo Fri Sep 20 19:49:59 2013 (r327739) +++ head/devel/py-boto/distinfo Fri Sep 20 19:50:33 2013 (r327740) @@ -1,2 +1,2 @@ -SHA256 (boto-2.13.0.tar.gz) = 6c6002ecc1299fb6b8bf7b1b2513863ba09671436f28ff3de5784f6a41852626 -SIZE (boto-2.13.0.tar.gz) = 1056601 +SHA256 (boto-2.13.3.tar.gz) = 8734d9008a7437fad538d8fd7a946bf5820cbde2a0e89a32b0fc12d3371b242b +SIZE (boto-2.13.3.tar.gz) = 1063143 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 19:53:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 13CD6452; Fri, 20 Sep 2013 19:53:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F3A5F2DC4; Fri, 20 Sep 2013 19:53:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KJrOBf012033; Fri, 20 Sep 2013 19:53:24 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KJrAN3011898; Fri, 20 Sep 2013 19:53:10 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201953.r8KJrAN3011898@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 19:53:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327741 - in head/lang: Gofer STk Sather abcl adacontrol afnix algol68g alisp angelscript arena asis asn1c atlast ats awka bas2tap basic256 bf2c bigloo bsh bwbasic caml-light ccl cdent ... 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.14 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: Fri, 20 Sep 2013 19:53:25 -0000 Author: bapt Date: Fri Sep 20 19:53:09 2013 New Revision: 327741 URL: http://svnweb.freebsd.org/changeset/ports/327741 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: lang) Modified: head/lang/Gofer/Makefile head/lang/STk/Makefile head/lang/Sather/Makefile head/lang/abcl/Makefile head/lang/adacontrol/Makefile head/lang/afnix/Makefile head/lang/algol68g/Makefile head/lang/alisp/Makefile head/lang/angelscript/Makefile head/lang/arena/Makefile head/lang/asis/Makefile head/lang/asn1c/Makefile head/lang/atlast/Makefile head/lang/ats/Makefile head/lang/awka/Makefile head/lang/bas2tap/Makefile head/lang/basic256/Makefile head/lang/bf2c/Makefile head/lang/bigloo/Makefile head/lang/bsh/Makefile head/lang/bwbasic/Makefile head/lang/caml-light/Makefile head/lang/ccl/Makefile head/lang/cdent/Makefile head/lang/cduce/Makefile head/lang/cfortran/Makefile head/lang/chicken/Makefile head/lang/cint/Makefile head/lang/clang-devel/Makefile head/lang/clang/Makefile head/lang/clang31/Makefile head/lang/clang33/Makefile head/lang/clay/Makefile head/lang/clisp/Makefile head/lang/clojure-contrib/Makefile head/lang/clojure-mode.el/Makefile head/lang/clojure/Makefile head/lang/cmucl-extra/Makefile head/lang/cmucl/Makefile head/lang/cocor/Makefile head/lang/cparser/Makefile head/lang/csharp-mode.el/Makefile head/lang/cython/Makefile head/lang/dice/Makefile head/lang/diveintopython/Makefile head/lang/dlv/Makefile head/lang/dmd/Makefile head/lang/dmd2/Makefile head/lang/dragonegg-devel46/Makefile head/lang/dragonegg46-33/Makefile head/lang/dragonegg46/Makefile head/lang/dragonegg47-33/Makefile head/lang/ecl/Makefile head/lang/elan/Makefile head/lang/elk/Makefile head/lang/emacs-lisp-intro/Makefile head/lang/embryo/Makefile head/lang/erlang-runtime15/Makefile head/lang/erlang-runtime16/Makefile head/lang/erlang/Makefile head/lang/execline/Makefile head/lang/expect-devel/Makefile head/lang/expect/Makefile head/lang/ezm3/Makefile head/lang/f2c/Makefile head/lang/f77/Makefile head/lang/fasm/Makefile head/lang/fbbi/Makefile head/lang/ferite/Makefile head/lang/ficl/Makefile head/lang/fpc-base/Makefile head/lang/fpc-docs/Makefile head/lang/fpc-lua/Makefile head/lang/fpc-rexx/Makefile head/lang/fpc-tcl/Makefile head/lang/fpc-units/Makefile head/lang/fpc-utils/Makefile head/lang/fpc/Makefile head/lang/fsharp/Makefile head/lang/g95/Makefile head/lang/gambit-c/Makefile head/lang/gauche/Makefile head/lang/gawk/Makefile head/lang/gcc-aux/Makefile head/lang/gcc-ecj45/Makefile head/lang/gcc/Makefile head/lang/gcc34/Makefile head/lang/gcc42/Makefile head/lang/gcc44/Makefile head/lang/gcc46/Makefile head/lang/gcc47/Makefile head/lang/gcc48/Makefile head/lang/gcc49/Makefile head/lang/gcl/Makefile head/lang/gforth/Makefile head/lang/ghc/Makefile head/lang/gjs/Makefile head/lang/gnat-aux/Makefile head/lang/gnat/Makefile head/lang/gnat_util/Makefile head/lang/gnatdroid-armv5/Makefile head/lang/gnatdroid-armv7/Makefile head/lang/gnatdroid-binutils/Makefile head/lang/gnatdroid-sysroot/Makefile head/lang/gnustep-base/Makefile head/lang/gnustep-guile/Makefile head/lang/go/Makefile head/lang/gprolog/Makefile head/lang/groovy/Makefile head/lang/gscheme/Makefile head/lang/guile/Makefile head/lang/harbour/Makefile head/lang/haskell-mode.el/Makefile head/lang/hiphop-php/Makefile head/lang/hla/Makefile head/lang/hope/Makefile head/lang/hs-brainfuck/Makefile head/lang/hs-epic/Makefile head/lang/hs-unlambda/Makefile head/lang/huc/Makefile head/lang/hugs/Makefile head/lang/icc/Makefile head/lang/ici/Makefile head/lang/icon/Makefile head/lang/ifc/Makefile head/lang/ikarus/Makefile head/lang/intel2gas/Makefile head/lang/intercal/Makefile head/lang/io/Makefile head/lang/ironpython/Makefile head/lang/itcl/Makefile head/lang/jakarta-commons-jelly/Makefile head/lang/jruby/Makefile head/lang/jython/Makefile head/lang/kawa/Makefile head/lang/klone/Makefile head/lang/kroc/Makefile head/lang/kturtle/Makefile head/lang/lafontaine/Makefile head/lang/libhx/Makefile head/lang/libjit/Makefile head/lang/libobjc2/Makefile head/lang/librep/Makefile head/lang/libstdc++_stldoc_3.4.0/Makefile head/lang/libstdc++_stldoc_4.2.2/Makefile head/lang/linux-f10-libg2c/Makefile head/lang/linux-f10-tcl85/Makefile head/lang/linux-j/Makefile head/lang/logo/Makefile head/lang/lua-mode.el/Makefile head/lang/lua/Makefile head/lang/lua4/Makefile head/lang/lua50/Makefile head/lang/lua52/Makefile head/lang/luajit/Makefile head/lang/lush/Makefile head/lang/malbolge/Makefile head/lang/maude/Makefile head/lang/mawk/Makefile head/lang/mdk/Makefile head/lang/metaocaml/Makefile head/lang/mit-scheme/Makefile head/lang/mixal/Makefile head/lang/ml-pnet/Makefile head/lang/mlton/Makefile head/lang/mmix/Makefile head/lang/mono-basic/Makefile head/lang/mono/Makefile head/lang/moscow_ml/Makefile head/lang/mosh/Makefile head/lang/mpd/Makefile head/lang/mtasc/Makefile head/lang/munger/Makefile head/lang/nawk/Makefile head/lang/nbc/Makefile head/lang/nbfc/Makefile head/lang/neko/Makefile head/lang/nesasm/Makefile head/lang/newlisp-devel/Makefile head/lang/newlisp/Makefile head/lang/nhc98/Makefile head/lang/nickle/Makefile head/lang/nml/Makefile head/lang/nqc/Makefile head/lang/nwcc/Makefile head/lang/objc/Makefile head/lang/ocaml-autoconf/Makefile head/lang/ocaml-camlidl/Makefile head/lang/ocaml-doc/Makefile head/lang/ocaml-examples/Makefile head/lang/ocaml-mode.el/Makefile head/lang/ocaml-nox11/Makefile head/lang/ocaml/Makefile head/lang/ocs/Makefile head/lang/ofc/Makefile head/lang/ohugs/Makefile head/lang/onyx/Makefile head/lang/oo2c/Makefile head/lang/oorexx/Makefile head/lang/opa/Makefile head/lang/open-cobol/Makefile head/lang/opendylan/Makefile head/lang/otcl/Makefile head/lang/p2c/Makefile head/lang/p5-Data-JavaScript/Makefile head/lang/p5-Error/Makefile head/lang/p5-Expect/Makefile head/lang/p5-ExtUtils-F77/Makefile head/lang/p5-Interpolation/Makefile head/lang/p5-JSAN/Makefile head/lang/p5-JavaScript-SpiderMonkey/Makefile head/lang/p5-JavaScript-Squish/Makefile head/lang/p5-JavaScript-Value-Escape/Makefile head/lang/p5-List-MoreUtils/Makefile head/lang/p5-Marpa-PP/Makefile head/lang/p5-Marpa-XS/Makefile head/lang/p5-Marpa/Makefile head/lang/p5-Modern-Perl/Makefile head/lang/p5-Parse-Perl/Makefile head/lang/p5-Perl6-Subs/Makefile head/lang/p5-Pugs-Compiler-Rule/Makefile head/lang/p5-Quantum-Superpositions/Makefile head/lang/p5-Scalar-List-Utils/Makefile head/lang/p5-Switch/Makefile head/lang/p5-Tcl/Makefile head/lang/p5-Test-XPath/Makefile head/lang/p5-Try-Tiny/Makefile head/lang/p5-TryCatch/Makefile head/lang/p5-ePerl/Makefile head/lang/p5-signatures/Makefile head/lang/p5-v6/Makefile head/lang/parrot/Makefile head/lang/pbasic/Makefile head/lang/pcc/Makefile head/lang/pecl-perl/Makefile head/lang/perl5.12/Makefile head/lang/perl5.14/Makefile head/lang/perl5.16/Makefile head/lang/perl5.18/Makefile head/lang/petite-chez/Makefile head/lang/pfe/Makefile head/lang/phantomjs/Makefile head/lang/pharo/Makefile head/lang/phc/Makefile head/lang/php-mode.el/Makefile head/lang/php5-extensions/Makefile head/lang/php5/Makefile head/lang/php52-extensions/Makefile head/lang/php52/Makefile head/lang/php53-extensions/Makefile head/lang/php53/Makefile head/lang/php55-extensions/Makefile head/lang/php55/Makefile head/lang/php_doc/Makefile head/lang/picoc/Makefile head/lang/pike76/Makefile head/lang/pike78/Makefile head/lang/pnet-base/Makefile head/lang/pnet/Makefile head/lang/pnetlib/Makefile head/lang/polyml/Makefile head/lang/ptoc/Makefile head/lang/pure/Makefile head/lang/py-mx-base/Makefile head/lang/py-prolog/Makefile head/lang/pypy-devel/Makefile head/lang/pypy/Makefile head/lang/pypy3-devel/Makefile head/lang/python-doc-html/Makefile head/lang/python-doc-pdf-a4/Makefile head/lang/python-doc-pdf-letter/Makefile head/lang/python-doc-text/Makefile head/lang/python-mode.el/Makefile head/lang/python/Makefile head/lang/python2/Makefile head/lang/python26/Makefile head/lang/python27/Makefile head/lang/python3/Makefile head/lang/python31/Makefile head/lang/python32/Makefile head/lang/python33/Makefile head/lang/qore/Makefile head/lang/qscheme/Makefile head/lang/racket-textual/Makefile head/lang/racket/Makefile head/lang/rakudo/Makefile head/lang/ratfor/Makefile head/lang/rexx-imc/Makefile head/lang/rexx-regina/Makefile head/lang/rexx-regutil/Makefile head/lang/rexx-wrapper/Makefile head/lang/rhino/Makefile head/lang/rscheme/Makefile head/lang/rubinius/Makefile head/lang/ruby-doc-stdlib/Makefile head/lang/ruby-lua4/Makefile head/lang/ruby-man/Makefile head/lang/ruby-mode.el/Makefile head/lang/ruby-programmingruby/Makefile head/lang/ruby-reference/Makefile head/lang/ruby-usersguide/Makefile head/lang/ruby18/Makefile head/lang/ruby19/Makefile head/lang/ruby20/Makefile head/lang/runawk/Makefile head/lang/rust/Makefile head/lang/s9fes/Makefile head/lang/sather-specification/Makefile head/lang/sather-tutorial/Makefile head/lang/sbcl/Makefile head/lang/scala-docs/Makefile head/lang/scala/Makefile head/lang/scheme48/Makefile head/lang/schemetoc/Makefile head/lang/scm/Makefile head/lang/scsh/Makefile head/lang/sdcc-devel/Makefile head/lang/sdcc/Makefile head/lang/see-devel/Makefile head/lang/see/Makefile head/lang/seed7/Makefile head/lang/siod/Makefile head/lang/sisc/Makefile head/lang/sketchy/Makefile head/lang/slib-gauche/Makefile head/lang/slib-guile/Makefile head/lang/slib/Makefile head/lang/slisp/Makefile head/lang/smalltalk/Makefile head/lang/sml-mode.el/Makefile head/lang/sml-nj-devel/Makefile head/lang/sml-nj/Makefile head/lang/snobol4/Makefile head/lang/spidermonkey17/Makefile head/lang/spidermonkey170/Makefile head/lang/spidermonkey185/Makefile head/lang/spl/Makefile head/lang/squeak/Makefile head/lang/squirrel/Makefile head/lang/sr/Makefile head/lang/stalin/Makefile head/lang/starlogo/Makefile head/lang/stklos/Makefile head/lang/stldoc/Makefile head/lang/swi-pl/Makefile head/lang/sxm/Makefile head/lang/t3x/Makefile head/lang/tcc/Makefile head/lang/tcl-manual/Makefile head/lang/tcl-wrapper/Makefile head/lang/tcl84/Makefile head/lang/tcl85/Makefile head/lang/tcl86/Makefile head/lang/tclX/Makefile head/lang/tcltutor/Makefile head/lang/tinypy/Makefile head/lang/tolua++/Makefile head/lang/tolua++50/Makefile head/lang/tolua/Makefile head/lang/tolua4/Makefile head/lang/tolua50/Makefile head/lang/treecc/Makefile head/lang/tuareg-mode.el/Makefile head/lang/twelf/Makefile head/lang/ucc/Makefile head/lang/urweb/Makefile head/lang/v8/Makefile head/lang/vala-vapigen/Makefile head/lang/vala/Makefile head/lang/visualworks/Makefile head/lang/whitespace/Makefile head/lang/x10/Makefile head/lang/xds-c/Makefile head/lang/xds/Makefile head/lang/xotcl/Makefile head/lang/yabasic/Makefile head/lang/yap/Makefile head/lang/yorick/Makefile head/lang/ypsilon/Makefile Modified: head/lang/Gofer/Makefile ============================================================================== --- head/lang/Gofer/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/Gofer/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gofer -# Date created: Wed Feb 1 01:51:59 PST 1995 -# Whom: hsu -# +# Created by: hsu # $FreeBSD$ -# PORTNAME= gofer PORTVERSION= 2.30b @@ -24,6 +20,7 @@ DOCSDIR= ${PREFIX}/share/doc/Gofer LIBDIR= ${PREFIX}/lib/Gofer MAN1= gofer.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKDIR}/scripts/gofer \ Modified: head/lang/STk/Makefile ============================================================================== --- head/lang/STk/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/STk/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: STk -# Date created: 17 Sep 96 -# Whom: jmacd@cs.berkeley.edu -# +# Created by: jmacd@cs.berkeley.edu # $FreeBSD$ -# PORTNAME= STk PORTVERSION= 4.0.1 @@ -25,6 +21,7 @@ PLIST_SUB= STK_VERSION=${PORTVERSION} ST STK_ARCH!= ${ECHO} "$$(uname)-$$(uname -r)-$$(uname -m)" +NO_STAGE= yes .include .if ${ARCH} == "sparc64" Modified: head/lang/Sather/Makefile ============================================================================== --- head/lang/Sather/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/Sather/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: Sather -# Date created: Mon Oct 31 22:04:12 PST 1994 -# Whom: hsu -# +# Created by: hsu # $FreeBSD$ -# PORTNAME= sather PORTVERSION= 1.2.2 @@ -44,6 +39,7 @@ EMACS_DESC= Install Emacs syntax files PORTDOCS= * .endif +NO_STAGE= yes .include .if ${OSVERSION} >= 900000 Modified: head/lang/abcl/Makefile ============================================================================== --- head/lang/abcl/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/abcl/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -20,6 +20,7 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ USE_ANT= yes +NO_STAGE= yes do-install: @${INSTALL_DATA} -v ${WRKSRC}/dist/abcl.jar ${JAVAJARDIR} @${INSTALL_SCRIPT} ${WRKDIR}/abcl ${PREFIX}/bin/abcl Modified: head/lang/adacontrol/Makefile ============================================================================== --- head/lang/adacontrol/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/adacontrol/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -20,6 +20,7 @@ DESTINY= ${WRKDIR}/destino BUILD_WRKSRC= ${WRKSRC}/src ALL_TARGET= build +NO_STAGE= yes do-install: # To support DESTDIR in the future, install twice ${MKDIR} ${DESTINY}${PREFIX}/bin Modified: head/lang/afnix/Makefile ============================================================================== --- head/lang/afnix/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/afnix/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -30,6 +30,7 @@ MAN3= afnix::csm.3 afnix::gfx.3 afnix::i afnix::txt.3 afnix::wax.3 afnix::xml.3 afnix::xpe.3 MAN7= afnix::guide.7 afnix::license.7 afnix::notes.7 afnix::reference.7 +NO_STAGE= yes .include .if ${ARCH} == "powerpc" Modified: head/lang/algol68g/Makefile ============================================================================== --- head/lang/algol68g/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/algol68g/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -21,6 +21,7 @@ MAN1= a68g.1 PLIST_DIRS= include/algol68g PLIST_FILES= bin/a68g include/algol68g/a68g.h include/algol68g/a68g-config.h +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGNUPLOT} Modified: head/lang/alisp/Makefile ============================================================================== --- head/lang/alisp/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/alisp/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ArrowLISP -# Date created: 12 Aug 2003 -# Whom: Nils M Holm -# +# Created by: Nils M Holm # $FreeBSD$ -# PORTNAME= alisp PORTVERSION= 20060917 @@ -28,4 +24,5 @@ post-patch: .SILENT ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/alisp.h +NO_STAGE= yes .include Modified: head/lang/angelscript/Makefile ============================================================================== --- head/lang/angelscript/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/angelscript/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -28,6 +28,7 @@ STATIC_DESC= Build static library SHARED_DESC= Build shared library OPTIONS_DEFAULT= STATIC +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSHARED} Modified: head/lang/arena/Makefile ============================================================================== --- head/lang/arena/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/arena/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: arena -# Date created: 2006-06-15 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ -# PORTNAME= arena PORTVERSION= 0.9.13 @@ -22,4 +18,5 @@ LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/p CONFIGURE_ARGS+= --enable-pcre .endif +NO_STAGE= yes .include Modified: head/lang/asis/Makefile ============================================================================== --- head/lang/asis/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/asis/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -20,6 +20,7 @@ DESTINY= ${WRKDIR}/destino MAKE_ENV= DESTDIR=${DESTINY} \ PROCESSORS=${MAKE_JOBS_NUMBER} +NO_STAGE= yes post-extract: @${REINPLACE_CMD} -e 's|OPSYS|ASISOPSYS|g' \ ${WRKSRC}/Makefile \ Modified: head/lang/asn1c/Makefile ============================================================================== --- head/lang/asn1c/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/asn1c/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -19,6 +19,7 @@ USE_GMAKE= yes MAN1= asn1c.1 enber.1 unber.1 +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} Modified: head/lang/atlast/Makefile ============================================================================== --- head/lang/atlast/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/atlast/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: atlast -# Date created: 26 Aug 97 -# Whom: Pedro Giffuni -# +# Created by: Pedro Giffuni # $FreeBSD$ -# PORTNAME= atlast PORTVERSION= 1.2 @@ -18,6 +14,7 @@ PLIST_FILES= bin/${PORTNAME} PORTDOCS= atlast.html atlast.pdf +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "/^COPTIONS = /s, = .*, = ${CFLAGS}, " \ -e "/^CC = /s,= .*, = ${CC}," \ Modified: head/lang/ats/Makefile ============================================================================== --- head/lang/ats/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/ats/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -26,6 +26,7 @@ PORTEXAMPLES= AUP INTRO KernighanRitchie OPTIONS_DEFINE= GMP PCRE OPTIONS_DEFAULT= GMP PCRE +NO_STAGE= yes .include .if ${ARCH} == amd64 Modified: head/lang/awka/Makefile ============================================================================== --- head/lang/awka/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/awka/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,8 +1,4 @@ -# ex:ts=8 -# New ports collection makefile for: awka -# Date created: May 31, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ PORTNAME= awka @@ -21,6 +17,7 @@ MANCOMPRESSED= no MAN1= awka.1 MAN5= awka-elm.5 awka-elmref.5 +NO_STAGE= yes post-install: @${STRIP_CMD} ${PREFIX}/bin/awka Modified: head/lang/bas2tap/Makefile ============================================================================== --- head/lang/bas2tap/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/bas2tap/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -20,6 +20,7 @@ PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include do-build: Modified: head/lang/basic256/Makefile ============================================================================== --- head/lang/basic256/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/basic256/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -26,6 +26,7 @@ HAS_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes +NO_STAGE= yes do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} "PREFIX=${PREFIX}" BASIC256.pro Modified: head/lang/bf2c/Makefile ============================================================================== --- head/lang/bf2c/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/bf2c/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -17,6 +17,7 @@ USE_XZ= yes OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-install: Modified: head/lang/bigloo/Makefile ============================================================================== --- head/lang/bigloo/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/bigloo/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -46,6 +46,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= bigloo.1 INFO= bigloo +NO_STAGE= yes .include .if ${PORT_OPTIONS:MAVAHI} Modified: head/lang/bsh/Makefile ============================================================================== --- head/lang/bsh/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/bsh/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -23,6 +23,7 @@ SUB_LIST= JARNAME=${PORTNAME}.jar PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ bin/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${JAVAJARDIR}/${PORTNAME}.jar ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} Modified: head/lang/bwbasic/Makefile ============================================================================== --- head/lang/bwbasic/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/bwbasic/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -21,6 +21,7 @@ PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes post-patch: @${CHMOD} a+x ${WRKSRC}/${CONFIGURE_SCRIPT} Modified: head/lang/caml-light/Makefile ============================================================================== --- head/lang/caml-light/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/caml-light/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: CAML -# Date created: 21 July 1998 -# Whom: jkoshy -# +# Created by: jkoshy # $FreeBSD$ -# PORTNAME= caml PORTVERSION= 0.75 @@ -23,6 +19,7 @@ ALL_TARGET= configure world bootstrap MAN1= camlc.1 camllex.1 camllibr.1 camllight.1 camlmktop.1 \ camlrun.1 camlyacc.1 mletags.1 camllorder.1 camlsearch.1 +NO_STAGE= yes .include do-build: Modified: head/lang/ccl/Makefile ============================================================================== --- head/lang/ccl/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/ccl/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -20,6 +20,7 @@ EXCLUDE= cocoa-ide lisp-kernel scripts USE_ASDF= yes +NO_STAGE= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Modified: head/lang/cdent/Makefile ============================================================================== --- head/lang/cdent/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/cdent/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cdent -# Date created: 2010-04-25 -# Whom: Li-Wen Hsu -# +# Created by: Li-Wen Hsu # $FreeBSD$ -# PORTNAME= cdent PORTVERSION= 0.5.7 @@ -18,4 +14,5 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/yaml/_ USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include Modified: head/lang/cduce/Makefile ============================================================================== --- head/lang/cduce/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/cduce/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,7 +1,4 @@ -# New ports collection makefile for: cduce -# Date created: Jun 9, 2005 -# Whom: Marwan Burelle -# +# Created by: Marwan Burelle # $FreeBSD$ PORTNAME= cduce @@ -40,6 +37,7 @@ MAN1= cduce.1 cduce_mktop.1 dtd2cduce.1 PLIST_FILES= bin/cduce +NO_STAGE= yes .include # Support for url via ftp/ocaml-ocurl Modified: head/lang/cfortran/Makefile ============================================================================== --- head/lang/cfortran/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/cfortran/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: cfortran -# Date created: 5 December 2008 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= cfortran PORTVERSION= 4.3 @@ -22,6 +18,7 @@ COMMENT= An easy-to-use powerful bridge NO_BUILD= yes WRKSRC= ${WRKDIR} +NO_STAGE= yes post-extract: .for dfile in ${DISTFILES} ${CP} ${_DISTDIR}/${dfile} ${WRKSRC} Modified: head/lang/chicken/Makefile ============================================================================== --- head/lang/chicken/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/chicken/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -26,6 +26,7 @@ NEW_ARCH= ${ARCH:S/i386/x86/:S/amd64/x86 MAN1= chicken.1 chicken-bug.1 chicken-install.1 chicken-profile.1 \ chicken-status.1 chicken-uninstall.1 csc.1 csi.1 +NO_STAGE= yes .include .if ${ARCH} != "amd64" && ${ARCH} != "i386" && ${ARCH} != "sparc64" Modified: head/lang/cint/Makefile ============================================================================== --- head/lang/cint/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/cint/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cint -# Date created: 21 Aug 2007 -# Whom: Max Khon -# +# Created by: Max Khon # $FreeBSD$ -# PORTNAME= cint PORTVERSION= 5.16.19 @@ -32,6 +28,7 @@ INSTALL_ARGS= --bindir=${PREFIX}/bin \ INSTALL_ARGS+= --docdir=${DOCSDIR} .endif +NO_STAGE= yes do-configure: cd ${WRKSRC} && ${LOCALBASE}/bin/bash configure __have_the_proper_shell@ Modified: head/lang/clang-devel/Makefile ============================================================================== --- head/lang/clang-devel/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/clang-devel/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -54,6 +54,7 @@ MAN1= clang.1 PLIST_SUB+= CLANG_RELEASE=${CLANG_RELEASE} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MASSERTS} Modified: head/lang/clang/Makefile ============================================================================== --- head/lang/clang/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/clang/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -51,6 +51,7 @@ MAN1= clang.1 PLIST_SUB+= PORTVERSION=${PORTVERSION} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MASSERTS} Modified: head/lang/clang31/Makefile ============================================================================== --- head/lang/clang31/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/clang31/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -52,6 +52,7 @@ MAN1= clang.1 PLIST_SUB+= PORTVERSION=${PORTVERSION} +NO_STAGE= yes .include .if defined(MAINTAINER_MODE) Modified: head/lang/clang33/Makefile ============================================================================== --- head/lang/clang33/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/clang33/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -65,6 +65,7 @@ COMMANDS= c-index-test \ clang-tblgen FIRST_COMMAND= ${COMMANDS:C/^/XXXX/1:MXXXX*:C/^XXXX//} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MASSERTS} Modified: head/lang/clay/Makefile ============================================================================== --- head/lang/clay/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/clay/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: clay -# Date created: 2012-01-24 -# Whom: Jyun-Yan You -# +# Created by: Jyun-Yan You # $FreeBSD$ -# PORTNAME= clay PORTVERSION= 0.1.2 @@ -34,6 +30,7 @@ CMAKE_ARGS+= -G "Unix Makefiles" -DBUILD CC= clang CXX= clang++ +NO_STAGE= yes .include .if ${PORT_OPTIONS:MBINDGEN} Modified: head/lang/clisp/Makefile ============================================================================== --- head/lang/clisp/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/clisp/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -54,6 +54,7 @@ OPTIONS_DEFAULT= RAWSOCK WILDCARD ZLIB MAN1= clisp.1 clisp-link.1 SUB_FILES= pkg-message +NO_STAGE= yes .include # Semgentation fault in amd64 when using 'mmap(2)', errno = EINVAL. Modified: head/lang/clojure-contrib/Makefile ============================================================================== --- head/lang/clojure-contrib/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/clojure-contrib/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -17,6 +17,7 @@ JAVA_VERSION= 1.6+ PLIST_FILES= %%JAVAJARDIR%%/clojure-contrib-1.2.0.jar +NO_STAGE= yes do-install: @${INSTALL_DATA} ${WRKSRC}/target/clojure-contrib-1.2.0.jar ${JAVAJARDIR} Modified: head/lang/clojure-mode.el/Makefile ============================================================================== --- head/lang/clojure-mode.el/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/clojure-mode.el/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: clojure-mode.el -# Date created: 22 Dec 2008 -# Whom: Peter Schuller -# +# Created by: Peter Schuller # $FreeBSD$ -# PORTNAME= clojure-mode.el PORTVERSION= 20090718 @@ -20,6 +16,7 @@ USE_EMACS= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/clojure-mode +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/clojure-mode.el ${PREFIX}/${EMACS_SITE_LISPDIR}/clojure-mode.el ${INSTALL_DATA} ${WRKSRC}/clojure-test-mode.el ${PREFIX}/${EMACS_SITE_LISPDIR}/clojure-test-mode.el Modified: head/lang/clojure/Makefile ============================================================================== --- head/lang/clojure/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/clojure/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -23,6 +23,7 @@ JLINE_DESC= jline support for the REPL PLIST_FILES= bin/clojure \ %%JAVAJARDIR%%/clojure.jar +NO_STAGE= yes .include .if ${PORT_OPTIONS:MJLINE} Modified: head/lang/cmucl-extra/Makefile ============================================================================== --- head/lang/cmucl-extra/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/cmucl-extra/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,7 +1,4 @@ -# New ports collection makefile for: cmucl-extra -# Date created: 13 June 2002 -# Whom: Scott Flatman -# +# Created by: Scott Flatman # $FreeBSD$ PORTNAME= cmucl-extra @@ -24,6 +21,7 @@ USE_BZIP2= yes NO_WRKSUBDIR= yes NO_BUILD= yes +NO_STAGE= yes do-install: cd ${WRKDIR} && ${FIND} lib | \ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX} Modified: head/lang/cmucl/Makefile ============================================================================== --- head/lang/cmucl/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/cmucl/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,10 +1,5 @@ -# Ports collection makefile for: CMUCL -# Date created: Jul, 15, 1997 -# Whom: cracauer@cons.org "Martin Cracauer" -# +# Created by: cracauer@cons.org "Martin Cracauer" # $FreeBSD$ -# -# PORTNAME= cmucl PORTVERSION= 19f @@ -32,6 +27,7 @@ MAN1= lisp.1 cmucl.1 PLIST_SUB= VER=${PORTVERSION} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/lisp ${PREFIX}/bin cd ${WRKDIR} && ${FIND} lib | \ Modified: head/lang/cocor/Makefile ============================================================================== --- head/lang/cocor/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/cocor/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -23,6 +23,7 @@ ALL_TARGET= all1 MAN1= ${PORTNAME}.1 +NO_STAGE= yes .include post-patch: Modified: head/lang/cparser/Makefile ============================================================================== --- head/lang/cparser/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/cparser/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -26,6 +26,7 @@ INSTALL_CMD= ${INSTALL_PROGRAM} OPTIONS_DEFINE= DEBUG +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDEBUG} Modified: head/lang/csharp-mode.el/Makefile ============================================================================== --- head/lang/csharp-mode.el/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/csharp-mode.el/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: csharp-mode.el -# Date created: 19 Jun 2006 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTNAME= csharp-mode.el PORTVERSION= 0.8.5 @@ -27,6 +23,7 @@ USE_EMACS= yes PLIST_FILES= ${EMACS_SITE_LISPDIR}/csharp-mode.el +NO_STAGE= yes post-patch: @${MV} ${WRKSRC}/csharp-mode-${PORTVERSION}.el ${WRKSRC}/csharp-mode.el Modified: head/lang/cython/Makefile ============================================================================== --- head/lang/cython/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/cython/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -15,4 +15,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Cython +NO_STAGE= yes .include Modified: head/lang/dice/Makefile ============================================================================== --- head/lang/dice/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/dice/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dice -# Date created: Wed Jan 30 13:26:52 CET 2002 -# Whom: Miguel Mendez -# +# Created by: Miguel Mendez # $FreeBSD$ -# PORTNAME= dice PORTVERSION= 3.15 @@ -16,6 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= DICE - The Amiga/embedded/generic 68000 C compiler +NO_STAGE= yes post-patch: @for i in ${WRKSRC}/lib/version.h ${WRKSRC}/include/lib/version.h \ ${WRKSRC}/src/dcpp/main.c ${WRKSRC}/src/dcc/defs.h \ Modified: head/lang/diveintopython/Makefile ============================================================================== --- head/lang/diveintopython/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/diveintopython/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -33,6 +33,7 @@ PLIST_SUB= VERSION="${VERSIONSTR}" DIPDLDIR= ${DOCSDIR}/download VERSIONSTR= ${PORTVERSION:C|(\.[^.]*)\.([^.]*)$|\1-\2|} +NO_STAGE= yes post-patch: @ ${FIND} ${WRKSRC} -name \*.html | ${XARGS} ${REINPLACE_CMD} \ "s#http[^>]*\(download/${PORTNAME}-examples-${VERSIONSTR}.zip\)#\.\./\1#" Modified: head/lang/dlv/Makefile ============================================================================== --- head/lang/dlv/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/dlv/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -16,6 +16,7 @@ PLIST_FILES= bin/dlv ONLY_FOR_ARCHS= i386 amd64 RESTRICTED= Not sure if we can redistribute it +NO_STAGE= yes do-extract: ${RM} -rf ${WRKDIR} ${MKDIR} ${WRKDIR} Modified: head/lang/dmd/Makefile ============================================================================== --- head/lang/dmd/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/dmd/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -26,6 +26,7 @@ LICENSE_PERMS_DMD= no-pkg-mirror auto-ac OPTIONS_DEFINE= SOURCE DOCS SOURCE_DESC= Compile dmd and phobos from source +NO_STAGE= yes .include MODULEDIR= ${PREFIX}/include/d/phobos Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/dmd2/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dmd2 -# Date created: November 29 2010 -# Whom: Ruben -# +# Created by: Ruben # $FreeBSD$ -# PORTNAME= dmd PKGNAMESUFFIX= 2 @@ -30,6 +26,7 @@ LICENSE_NAME_DMD= Digital Mars license LICENSE_FILE_DMD= ${WRKSRC}/backendlicense.txt LICENSE_PERMS_DMD= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept +NO_STAGE= yes .include .if ${OSVERSION} < 800000 Modified: head/lang/dragonegg-devel46/Makefile ============================================================================== --- head/lang/dragonegg-devel46/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/dragonegg-devel46/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,5 +1,4 @@ # $FreeBSD$ -# PORTNAME= dragonegg46 PORTVERSION= 3.4.r${SVN_REV} @@ -34,6 +33,7 @@ GCC_LIBDIR= lib/${CC} ALL_TARGET= MAKE_ARGS= GCC=${LOCALBASE}/bin/${CC} VERBOSE=1 +NO_STAGE= yes .include "${.CURDIR}/../../devel/llvm-devel/Makefile.svn_rev" PLIST_FILES= ${GCC_LIBDIR}/${DRAGONEGG_SO} Modified: head/lang/dragonegg46-33/Makefile ============================================================================== --- head/lang/dragonegg46-33/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/dragonegg46-33/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -37,6 +37,7 @@ MAKE_ARGS= GCC=${LOCALBASE}/bin/${CC} LL PLIST_FILES= ${GCC_LIBDIR}/${DRAGONEGG_SO} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/lang/dragonegg46/Makefile ============================================================================== --- head/lang/dragonegg46/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/dragonegg46/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,5 +1,4 @@ # $FreeBSD$ -# PORTNAME= dragonegg46 PORTVERSION= 3.2 @@ -32,6 +31,7 @@ MAKE_ARGS= GCC=${LOCALBASE}/bin/${CC} PLIST_FILES= ${GCC_LIBDIR}/${DRAGONEGG_SO} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/lang/dragonegg47-33/Makefile ============================================================================== --- head/lang/dragonegg47-33/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/dragonegg47-33/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -3,4 +3,5 @@ USE_GCC= 4.7 MASTERDIR= ${.CURDIR}/../dragonegg46-33 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/lang/ecl/Makefile ============================================================================== --- head/lang/ecl/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/ecl/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -33,6 +33,7 @@ MAN1= ecl.1 ecl-config.1 PLIST_SUB= VERSION="${PORTVERSION}" +NO_STAGE= yes .include .if ${ARCH} == "ia64" || ${ARCH} == "sparc64" Modified: head/lang/elan/Makefile ============================================================================== --- head/lang/elan/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/elan/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: elan -# Date created: 19 Nov 2005 -# Whom: Ed Schouten -# +# Created by: Ed Schouten # $FreeBSD$ -# PORTNAME= elan PORTVERSION= 1.7c @@ -25,6 +21,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include post-install: Modified: head/lang/elk/Makefile ============================================================================== --- head/lang/elk/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/elk/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -23,6 +23,7 @@ MAN1= elk.1 CPPFLAGS+= -I${LOCALBASE}/include/libelf -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include .if ${ARCH} == "amd64" Modified: head/lang/emacs-lisp-intro/Makefile ============================================================================== --- head/lang/emacs-lisp-intro/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/emacs-lisp-intro/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: emacs-lisp-intro -# Date created: 18 November 1997 -# Whom: Don Croyle -# +# Created by: Don Croyle # $FreeBSD$ -# PORTNAME= emacs-lisp-intro PORTVERSION= 2.04 @@ -17,4 +13,5 @@ COMMENT= An introduction to Emacs Lisp p USE_AUTOTOOLS= autoconf213 INFO= emacs-lisp-intro +NO_STAGE= yes .include Modified: head/lang/embryo/Makefile ============================================================================== --- head/lang/embryo/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/embryo/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -20,6 +20,7 @@ USES= pathfix pkgconfig USE_EFL= eina libtool_hack librt_hack USE_LDCONFIG= yes +NO_STAGE= yes .include .if ${OSVERSION} < 803000 Modified: head/lang/erlang-runtime15/Makefile ============================================================================== --- head/lang/erlang-runtime15/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/erlang-runtime15/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -57,6 +57,7 @@ USES= gmake perl5 USE_CSTD= gnu89 GNU_CONFIGURE= yes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/lang/erlang-runtime16/Makefile ============================================================================== --- head/lang/erlang-runtime16/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/erlang-runtime16/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -56,6 +56,7 @@ USES= gmake perl5 USE_CSTD= gnu89 GNU_CONFIGURE= yes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/erlang/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -56,6 +56,7 @@ USE_CSTD= gnu89 USE_RC_SUBR= epmd GNU_CONFIGURE= yes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/lang/execline/Makefile ============================================================================== --- head/lang/execline/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/execline/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: execline -# Date created: 2003-06-25 -# Whom: Sergei Kolobov -# +# Created by: Sergei Kolobov # $FreeBSD$ -# PORTNAME= execline PORTVERSION= 1.08 @@ -20,6 +16,7 @@ WRKSRC= ${WRKDIR}/admin/${DISTNAME} DOCS= package/CHANGES package/README package/THANKS package/TODO \ doc/*.html +NO_STAGE= yes do-configure: ${ECHO_CMD} "FreeBSD" > ${WRKSRC}/src/sys/systype ${ECHO_CMD} "${LOCALBASE}/include/skalibs" \ Modified: head/lang/expect-devel/Makefile ============================================================================== --- head/lang/expect-devel/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/expect-devel/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,7 +1,4 @@ -# New ports collection makefile for: expect-devel -# Date created: 17 October 2007 -# Whom: mm -# +# Created by: mm # $FreeBSD$ PORTNAME= expect @@ -34,6 +31,7 @@ GNU_CONFIGURE= yes PLIST_SUB+= EXPECT_VER="${EXPECT_VER}" +NO_STAGE= yes .include .if defined(WITHOUT_X11) Modified: head/lang/expect/Makefile ============================================================================== --- head/lang/expect/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/expect/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,7 +1,4 @@ -# New ports collection makefile for: expect -# Date created: 20 November 1994 -# Whom: pst -# +# Created by: pst # $FreeBSD$ PORTNAME= expect @@ -31,6 +28,7 @@ PLIST_SUB+= LIBEXPECT_VER="${LIBEXPECT_V OPTIONS_DEFINE= X11 OPTIONS_DEFAULT= X11 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MX11} Modified: head/lang/ezm3/Makefile ============================================================================== --- head/lang/ezm3/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/ezm3/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ezm3 -# Date created: 1 Jan 2002 -# Whom: John Polstra -# +# Created by: John Polstra # $FreeBSD$ -# PORTNAME= ezm3 PORTVERSION= 1.2 @@ -21,6 +17,7 @@ COMMENT= Easier, more portable Modula-3 USE_BZIP2= yes USE_GMAKE= yes +NO_STAGE= yes .include .if ${ARCH} == "amd64" Modified: head/lang/f2c/Makefile ============================================================================== --- head/lang/f2c/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/f2c/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -27,6 +27,7 @@ LEAD_0_DESC= Print with leading zeros # Set FCNAME to the name of the Fortran 77 / F2C wrapper. FCNAME?= fc PLIST_SUB= FCNAME=${FCNAME} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MFC} Modified: head/lang/f77/Makefile ============================================================================== --- head/lang/f77/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/f77/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# Ports collection makefile for: f77-freebsd -# Date created: 19 JAN 1999 -# Whom: Steven G. Kargl -# +# Created by: Steven G. Kargl # $FreeBSD$ -# PORTNAME= f77 PORTVERSION= 0.3 @@ -38,6 +34,7 @@ ALL_TARGET= depend all MAN1= ${F77NAME}.1 PLIST_FILES= bin/${F77NAME} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/f77 ${PREFIX}/bin/${F77NAME} @${SED} -e 's/F77/${F77NAME}/g' -e 's/f77/${F77NAME}/g' \ Modified: head/lang/fasm/Makefile ============================================================================== --- head/lang/fasm/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/fasm/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -19,6 +19,7 @@ PLIST_FILES= bin/fasm PORTDOCS= * WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes .include .if ${ARCH} != "i386" Modified: head/lang/fbbi/Makefile ============================================================================== --- head/lang/fbbi/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/fbbi/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fbbi -# Date created: 22 December 2001 -# Whom: Leland Wang -# +# Created by: Leland Wang # $FreeBSD$ -# PORTNAME= fbbi PORTVERSION= 2003.0326 @@ -25,6 +21,7 @@ post-patch: .SILENT -e '/^CFLAGS/{s/=/+=/;s/-g//;s/-O//;}' \ ${WRKSRC}/Makefile +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/../bin/fbbi ${PREFIX}/bin Modified: head/lang/ferite/Makefile ============================================================================== --- head/lang/ferite/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/ferite/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: ferite -# Date created: 21 August 2001 -# Whom: Jeremy Norris -# +# Created by: Jeremy Norris # $FreeBSD$ -# PORTNAME= ferite PORTVERSION= 1.0.2 @@ -28,6 +24,7 @@ PLIST_SUB= MACHINE_ARCH=${MACHINE_ARCH} MAN1= builder.1 ferite.1 PORTDOCS= * +NO_STAGE= yes .include post-patch: Modified: head/lang/ficl/Makefile ============================================================================== --- head/lang/ficl/Makefile Fri Sep 20 19:50:33 2013 (r327740) +++ head/lang/ficl/Makefile Fri Sep 20 19:53:09 2013 (r327741) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ficl -# Date created: 23 August 2002 -# Whom: Bruce M Simpson -# +# Created by: Bruce M Simpson # $FreeBSD$ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 19:59:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6535E583; Fri, 20 Sep 2013 19:59:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4FE652DEA; Fri, 20 Sep 2013 19:59:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KJxWPY022564; Fri, 20 Sep 2013 19:59:32 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KJxE9Z022388; Fri, 20 Sep 2013 19:59:14 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309201959.r8KJxE9Z022388@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 19:59:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327742 - in head/mail: abook adcomplain addresses addresses-goodies akpop3d alpine altermime althea amavis-logwatch annoyance-filter anomy-sanitizer antivirus-milter anubis archivemail... 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.14 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: Fri, 20 Sep 2013 19:59:32 -0000 Author: bapt Date: Fri Sep 20 19:59:12 2013 New Revision: 327742 URL: http://svnweb.freebsd.org/changeset/ports/327742 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: mail) Modified: head/mail/abook/Makefile head/mail/adcomplain/Makefile head/mail/addresses-goodies/Makefile head/mail/addresses/Makefile head/mail/akpop3d/Makefile head/mail/alpine/Makefile head/mail/altermime/Makefile head/mail/althea/Makefile head/mail/amavis-logwatch/Makefile head/mail/annoyance-filter/Makefile head/mail/anomy-sanitizer/Makefile head/mail/antivirus-milter/Makefile head/mail/anubis/Makefile head/mail/archivemail/Makefile head/mail/archiveopteryx/Makefile head/mail/archivesmtp/Makefile head/mail/archmbox/Makefile head/mail/ask/Makefile head/mail/asmail/Makefile head/mail/assp/Makefile head/mail/atmail/Makefile head/mail/automx/Makefile head/mail/autorespond/Makefile head/mail/autosig/Makefile head/mail/avenger/Makefile head/mail/balsa/Makefile head/mail/batv-milter/Makefile head/mail/bayespam/Makefile head/mail/bbmail/Makefile head/mail/biabam/Makefile head/mail/biffer/Makefile head/mail/bmf/Makefile head/mail/bogofilter-sqlite/Makefile head/mail/bogofilter-tc/Makefile head/mail/bogofilter/Makefile head/mail/bsfilter/Makefile head/mail/bsmtp/Makefile head/mail/bulk_mailer/Makefile head/mail/c-sig-emacs21/Makefile head/mail/c-sig/Makefile head/mail/cclient/Makefile head/mail/chk4mail/Makefile head/mail/clamfilter/Makefile head/mail/claws-mail-address_keeper/Makefile head/mail/claws-mail-archiver/Makefile head/mail/claws-mail-att_remover/Makefile head/mail/claws-mail-attach_warner/Makefile head/mail/claws-mail-bogofilter/Makefile head/mail/claws-mail-bsfilter/Makefile head/mail/claws-mail-clamd/Makefile head/mail/claws-mail-fancy/Makefile head/mail/claws-mail-fetchinfo/Makefile head/mail/claws-mail-gdata/Makefile head/mail/claws-mail-mailmbox/Makefile head/mail/claws-mail-newmail/Makefile head/mail/claws-mail-notification/Makefile head/mail/claws-mail-pdf_viewer/Makefile head/mail/claws-mail-perl/Makefile head/mail/claws-mail-pgp/Makefile head/mail/claws-mail-python/Makefile head/mail/claws-mail-rssyl/Makefile head/mail/claws-mail-spamassassin/Makefile head/mail/claws-mail-spamreport/Makefile head/mail/claws-mail-tnef/Makefile head/mail/claws-mail-vcalendar/Makefile head/mail/claws-mail/Makefile head/mail/clawsker/Makefile head/mail/cone/Makefile head/mail/contact-lookup-applet/Makefile head/mail/coolmail/Makefile head/mail/courier-authlib-vchkpw/Makefile head/mail/courier-imap/Makefile head/mail/courier-pythonfilter/Makefile head/mail/courier/Makefile head/mail/couriergraph/Makefile head/mail/crm114/Makefile head/mail/cucipop/Makefile head/mail/cvsmail/Makefile head/mail/cyrus-imapd2/Makefile head/mail/cyrus-imapd22/Makefile head/mail/cyrus-imapd23/Makefile head/mail/cyrus-imapd24/Makefile head/mail/cyrus2courier/Makefile head/mail/cyrus2dovecot/Makefile head/mail/davmail/Makefile head/mail/dbmail/Makefile head/mail/dbmail22/Makefile head/mail/dcc-dccd/Makefile head/mail/deforaos-mailer/Makefile head/mail/delatt/Makefile head/mail/dk-milter/Makefile head/mail/dkfilter/Makefile head/mail/dkimproxy/Makefile head/mail/dma/Makefile head/mail/dovecot-antispam/Makefile head/mail/dovecot-managesieve/Makefile head/mail/dovecot-sieve/Makefile head/mail/dovecot/Makefile head/mail/dovecot2-antispam-plugin/Makefile head/mail/dovecot2-pigeonhole/Makefile head/mail/dovecot2/Makefile head/mail/drac/Makefile head/mail/dracmail/Makefile head/mail/dsbl-testers/Makefile head/mail/dspam-devel/Makefile head/mail/dspam/Makefile head/mail/ecartis/Makefile head/mail/elm+ME/Makefile head/mail/elm/Makefile head/mail/elmo-devel/Makefile head/mail/elmo/Makefile head/mail/emh-xemacs21-mule/Makefile head/mail/emh/Makefile head/mail/emil/Makefile head/mail/enma/Makefile head/mail/eps/Makefile head/mail/epstools/Makefile head/mail/esmtp/Makefile head/mail/evolution-exchange/Makefile head/mail/evolution-mapi/Makefile head/mail/evolution/Makefile head/mail/exact/Makefile head/mail/exilog/Makefile head/mail/exim-doc-html/Makefile head/mail/exim-doc-info/Makefile head/mail/exim-doc-pdf/Makefile head/mail/exim-doc-postscript/Makefile head/mail/exim-ldap2/Makefile head/mail/exim-monitor/Makefile head/mail/exim-mysql/Makefile head/mail/exim-postgresql/Makefile head/mail/exim-sa-exim/Makefile head/mail/exim-sqlite/Makefile head/mail/exim/Makefile head/mail/exipick/Makefile head/mail/exmh2/Makefile head/mail/extmail/Makefile head/mail/extman/Makefile head/mail/ez-pine-gpg/Makefile head/mail/ezmlm-idx/Makefile head/mail/ezmlm-web/Makefile head/mail/ezmlm/Makefile head/mail/faces/Makefile head/mail/fdm/Makefile head/mail/fetchmail/Makefile head/mail/fetchyahoo/Makefile head/mail/filtermail/Makefile head/mail/findmaildirs/Makefile head/mail/firemime/Makefile head/mail/firepay/Makefile head/mail/ftrack/Makefile head/mail/gbuffy/Makefile head/mail/gensig/Makefile head/mail/getlive/Makefile head/mail/getmail/Makefile head/mail/gkrellmmailwatch/Makefile head/mail/gkrellmmailwatch2/Makefile head/mail/gld/Makefile head/mail/gmail-notify/Makefile head/mail/gmime2-sharp/Makefile head/mail/gmime2/Makefile head/mail/gmime24-sharp/Makefile head/mail/gmime24/Makefile head/mail/gmime26-sharp/Makefile head/mail/gmime26/Makefile head/mail/gml/Makefile head/mail/gnarwl/Makefile head/mail/gnome-gmail-notifier/Makefile head/mail/gnubiff/Makefile head/mail/gnumail/Makefile head/mail/gotmail/Makefile head/mail/grepmail/Makefile head/mail/greyfix/Makefile head/mail/greylite/Makefile head/mail/gubby/Makefile head/mail/hashcash/Makefile head/mail/hbiff/Makefile head/mail/heirloom-mailx/Makefile head/mail/horde-imp/Makefile head/mail/horde-ingo/Makefile head/mail/horde-turba/Makefile head/mail/horde-webmail/Makefile head/mail/horde3-dimp/Makefile head/mail/horde3-forwards/Makefile head/mail/horde3-imp/Makefile head/mail/horde3-ingo/Makefile head/mail/horde3-mimp/Makefile head/mail/horde3-turba/Makefile head/mail/horde3-vacation/Makefile head/mail/hotwayd/Makefile head/mail/hs-email-validate/Makefile head/mail/hs-mime-mail/Makefile head/mail/hs-mime-types/Makefile head/mail/hs-mime/Makefile head/mail/ifile/Makefile head/mail/ilohamail-devel/Makefile head/mail/ilohamail/Makefile head/mail/im/Makefile head/mail/imap-uw/Makefile head/mail/imapfilter/Makefile head/mail/imapsync/Makefile head/mail/imaptools/Makefile head/mail/imaputils/Makefile head/mail/isbg/Makefile head/mail/isoqlog/Makefile head/mail/isync/Makefile head/mail/james/Makefile head/mail/jamlib/Makefile head/mail/jmba/Makefile head/mail/junkfilter/Makefile head/mail/kbiff/Makefile head/mail/kshowmail/Makefile head/mail/lbdb/Makefile head/mail/lens/Makefile head/mail/libcmime/Makefile head/mail/libdkim/Makefile head/mail/libdomainkeys/Makefile head/mail/libesmtp/Makefile head/mail/libetpan/Makefile head/mail/libmapi/Makefile head/mail/libpst/Makefile head/mail/librfc822/Makefile head/mail/libsieve/Makefile head/mail/libspamtest/Makefile head/mail/libspf/Makefile head/mail/libspf2/Makefile head/mail/libsrs2/Makefile head/mail/libsrs_alt/Makefile head/mail/libvmime/Makefile head/mail/linux-thunderbird/Makefile head/mail/listadmin/Makefile head/mail/lmtp2nntp/Makefile head/mail/lookout/Makefile head/mail/lurker/Makefile head/mail/mahogany/Makefile head/mail/mail-notification/Makefile head/mail/mail2procmailrc/Makefile head/mail/mail2sms/Makefile head/mail/mailagent/Makefile head/mail/mailcrypt/Makefile head/mail/maildirsync/Makefile head/mail/maildrop/Makefile head/mail/mailfmt/Makefile head/mail/mailfront/Makefile head/mail/mailgraph/Makefile head/mail/mailman/Makefile head/mail/mailmgr/Makefile head/mail/mailscanner/Makefile head/mail/mailsync/Makefile head/mail/mailtray/Makefile head/mail/mailutils/Makefile head/mail/mailx/Makefile head/mail/mairix/Makefile head/mail/majordomo/Makefile head/mail/masqmail/Makefile head/mail/mavbiff/Makefile head/mail/mb2md/Makefile head/mail/mbox2imap/Makefile head/mail/mbox2mdir/Makefile head/mail/mboxcheck-applet/Makefile head/mail/mboxgrep/Makefile head/mail/mboxstats/Makefile head/mail/mbx2mbox/Makefile head/mail/mdpop3d/Makefile head/mail/mess822/Makefile head/mail/meta1/Makefile head/mail/metamail/Makefile head/mail/mew/Makefile head/mail/milter-bogom/Makefile head/mail/milter-callback/Makefile head/mail/milter-greylist-devel/Makefile head/mail/milter-greylist/Makefile head/mail/milter-manager/Makefile head/mail/milter-regex/Makefile head/mail/milter-skem/Makefile head/mail/mime-construct/Makefile head/mail/mime4j/Makefile head/mail/mimedefang/Makefile head/mail/mini_sendmail/Makefile head/mail/minimalist/Makefile head/mail/missey/Makefile head/mail/mixmaster/Makefile head/mail/ml/Makefile head/mail/mlmmj/Makefile head/mail/mls/Makefile head/mail/mmc/Makefile head/mail/mmr/Makefile head/mail/movemail/Makefile head/mail/mpop/Makefile head/mail/mreport/Makefile head/mail/msgconvert/Makefile head/mail/msmtp/Makefile head/mail/mu/Makefile head/mail/mulberry/Makefile head/mail/mutt-lite/Makefile head/mail/mutt/Makefile head/mail/mutt14-lite/Makefile head/mail/mutt14/Makefile head/mail/mutt_vc_query/Makefile head/mail/muttils/Makefile head/mail/muttzilla/Makefile head/mail/nbsmtp/Makefile head/mail/newmail/Makefile head/mail/nmh/Makefile head/mail/nmzmail/Makefile head/mail/noattach/Makefile head/mail/nocc/Makefile head/mail/nohtml/Makefile head/mail/normalizemime/Makefile head/mail/notmuch/Makefile head/mail/nullmailer/Makefile head/mail/nullpop/Makefile head/mail/offlineimap/Makefile head/mail/opendkim/Makefile head/mail/opendmarc/Makefile head/mail/opensmtpd-devel/Makefile head/mail/opensmtpd/Makefile head/mail/openwebmail/Makefile head/mail/osbf-lua/Makefile head/mail/ovs/Makefile head/mail/p3scan/Makefile head/mail/p5-CGP-CLI/Makefile head/mail/p5-Clamd/Makefile head/mail/p5-Dancer-Plugin-Email/Makefile head/mail/p5-Data-Validate-Email/Makefile head/mail/p5-Email-Abstract/Makefile head/mail/p5-Email-Address-Loose/Makefile head/mail/p5-Email-Address/Makefile head/mail/p5-Email-AddressParser/Makefile head/mail/p5-Email-Date-Format/Makefile head/mail/p5-Email-Date/Makefile head/mail/p5-Email-Delete/Makefile head/mail/p5-Email-Filter/Makefile head/mail/p5-Email-Find/Makefile head/mail/p5-Email-Folder-IMAP/Makefile head/mail/p5-Email-Folder-IMAPS/Makefile head/mail/p5-Email-Folder-POP3/Makefile head/mail/p5-Email-Folder/Makefile head/mail/p5-Email-FolderType-Net/Makefile head/mail/p5-Email-FolderType/Makefile head/mail/p5-Email-LocalDelivery-Ezmlm/Makefile head/mail/p5-Email-LocalDelivery/Makefile head/mail/p5-Email-MIME-Attachment-Stripper/Makefile head/mail/p5-Email-MIME-ContentType/Makefile head/mail/p5-Email-MIME-CreateHTML/Makefile head/mail/p5-Email-MIME-Creator-ISO_2022_JP/Makefile head/mail/p5-Email-MIME-Encodings/Makefile head/mail/p5-Email-MIME/Makefile head/mail/p5-Email-MessageID/Makefile head/mail/p5-Email-Reply/Makefile head/mail/p5-Email-Send/Makefile head/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile head/mail/p5-Email-Sender-Transport-SQLite/Makefile head/mail/p5-Email-Sender/Makefile head/mail/p5-Email-Simple/Makefile head/mail/p5-Email-Stuff/Makefile head/mail/p5-Email-Valid-Loose/Makefile head/mail/p5-Email-Valid/Makefile head/mail/p5-FuzzyOcr-devel/Makefile head/mail/p5-FuzzyOcr/Makefile head/mail/p5-GMail-IMAPD/Makefile head/mail/p5-IMAP-Admin/Makefile head/mail/p5-IMAP-Client/Makefile head/mail/p5-IMAP-Sieve/Makefile head/mail/p5-LMAP-CID2SPF/Makefile head/mail/p5-Log-Procmail/Makefile head/mail/p5-MIME-AltWords/Makefile head/mail/p5-MIME-Charset/Makefile head/mail/p5-MIME-EncWords/Makefile head/mail/p5-MIME-Explode/Makefile head/mail/p5-MIME-Fast/Makefile head/mail/p5-MIME-Lite-HTML/Makefile head/mail/p5-MIME-Lite-TT-HTML/Makefile head/mail/p5-MIME-Lite-TT/Makefile head/mail/p5-MIME-Lite/Makefile head/mail/p5-MIME-Tools/Makefile head/mail/p5-MIME-Types/Makefile head/mail/p5-Mail-Address-MobileJp/Makefile head/mail/p5-Mail-Alias/Makefile head/mail/p5-Mail-Audit-Attach/Makefile head/mail/p5-Mail-Audit/Makefile head/mail/p5-Mail-Box-Parser-C/Makefile head/mail/p5-Mail-Box/Makefile head/mail/p5-Mail-Bulkmail/Makefile head/mail/p5-Mail-Cache/Makefile head/mail/p5-Mail-CheckUser/Makefile head/mail/p5-Mail-ClamAV/Makefile head/mail/p5-Mail-DKIM/Makefile head/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile head/mail/p5-Mail-DomainKeys/Makefile head/mail/p5-Mail-Ezmlm/Makefile head/mail/p5-Mail-Field-Received/Makefile head/mail/p5-Mail-FilterXML/Makefile head/mail/p5-Mail-Folder/Makefile head/mail/p5-Mail-Freshmeat/Makefile head/mail/p5-Mail-GnuPG/Makefile head/mail/p5-Mail-Graph/Makefile head/mail/p5-Mail-IMAPClient/Makefile head/mail/p5-Mail-IMAPTalk-MailCache/Makefile head/mail/p5-Mail-IMAPTalk/Makefile head/mail/p5-Mail-LMLM/Makefile head/mail/p5-Mail-ListDetector/Makefile head/mail/p5-Mail-MailStats/Makefile head/mail/p5-Mail-Mbox-MessageParser/Makefile head/mail/p5-Mail-MboxParser/Makefile head/mail/p5-Mail-OpenDKIM/Makefile head/mail/p5-Mail-OpenRelay-Simple/Makefile head/mail/p5-Mail-POP3Client/Makefile head/mail/p5-Mail-Procmail/Makefile head/mail/p5-Mail-Procmailrc/Makefile head/mail/p5-Mail-RBL/Makefile head/mail/p5-Mail-RFC822-Address/Makefile head/mail/p5-Mail-SPF-Query/Makefile head/mail/p5-Mail-SPF/Makefile head/mail/p5-Mail-SRS/Makefile head/mail/p5-Mail-SendEasy/Makefile head/mail/p5-Mail-Sender/Makefile head/mail/p5-Mail-Sendmail/Makefile head/mail/p5-Mail-SpamAssassin-Alt/Makefile head/mail/p5-Mail-SpamAssassin/Makefile head/mail/p5-Mail-Spool/Makefile head/mail/p5-Mail-Tools/Makefile head/mail/p5-Mail-Transport-Dbx/Makefile head/mail/p5-Mail-Verify/Makefile head/mail/p5-Mail-Verp/Makefile head/mail/p5-Mail-Webmail-Gmail/Makefile head/mail/p5-Net-IMAP-Client/Makefile head/mail/p5-Net-IMAP-Server/Makefile head/mail/p5-Net-IMAP-Simple-SSL/Makefile head/mail/p5-Net-IMAP-Simple/Makefile head/mail/p5-Net-ManageSieve/Makefile head/mail/p5-Net-POP3-SSLWrapper/Makefile head/mail/p5-Net-QMTP/Makefile head/mail/p5-Net-SMTP-SSL/Makefile head/mail/p5-Net-SMTP-Server/Makefile head/mail/p5-Net-SMTP-TLS-ButMaintained/Makefile head/mail/p5-Net-SMTP-TLS/Makefile head/mail/p5-Net-SMTP_auth/Makefile head/mail/p5-Net-SenderBase/Makefile head/mail/p5-Net-Server-Mail/Makefile head/mail/p5-POE-Component-Client-POP3/Makefile head/mail/p5-POE-Component-Client-SMTP/Makefile head/mail/p5-POE-Component-SMTP/Makefile head/mail/p5-POE-Filter-Transparent-SMTP/Makefile head/mail/p5-Parse-Syslog-Mail/Makefile head/mail/p5-Qmail-Envelope/Makefile head/mail/p5-SES/Makefile head/mail/p5-Sendmail-AccessDB/Makefile head/mail/p5-Sendmail-Milter/Makefile head/mail/p5-URI-imap/Makefile head/mail/p5-URI-imaps/Makefile head/mail/p5-WWW-GMail/Makefile head/mail/p5-WWW-Hotmail/Makefile head/mail/p5-ZConf-Mail/Makefile head/mail/p5-qpsmtpd/Makefile head/mail/pantomime/Makefile head/mail/pathalias/Makefile head/mail/pear-Contact_Vcard_Build/Makefile head/mail/pear-Contact_Vcard_Parse/Makefile head/mail/pear-Horde_Imap_Client/Makefile head/mail/pear-Horde_Kolab_Storage/Makefile head/mail/pear-Horde_ListHeaders/Makefile head/mail/pear-Horde_Mail/Makefile head/mail/pear-Horde_Mime/Makefile head/mail/pear-Horde_Mime_Viewer/Makefile head/mail/pear-Horde_Smtp/Makefile head/mail/pear-MIME_Type/Makefile head/mail/pear-Mail/Makefile head/mail/pear-Mail_Mbox/Makefile head/mail/pear-Mail_Mime/Makefile head/mail/pear-Mail_Queue/Makefile head/mail/pear-Mail_mimeDecode/Makefile head/mail/pear-Net_Cyrus/Makefile head/mail/pear-Net_IMAP/Makefile head/mail/pear-Net_LMTP/Makefile head/mail/pecl-esmtp/Makefile head/mail/pecl-mailparse/Makefile head/mail/pecl-pop3/Makefile head/mail/perdition/Makefile head/mail/pflogstats/Makefile head/mail/pflogsumm/Makefile head/mail/pfqueue/Makefile head/mail/pgpsendmail/Makefile head/mail/php5-imap/Makefile head/mail/php52-imap/Makefile head/mail/php53-imap/Makefile head/mail/php55-imap/Makefile head/mail/phplist/Makefile head/mail/phpmailer/Makefile head/mail/phpmailer2/Makefile head/mail/pine-pgp-filters/Makefile head/mail/pm-lib/Makefile head/mail/policyd2/Makefile head/mail/pop-before-smtp/Makefile head/mail/pop3gwd/Makefile head/mail/pop3lite/Makefile head/mail/pop3proxy/Makefile head/mail/pop3vscan/Makefile head/mail/popa3d-before-sendmail/Makefile head/mail/popa3d/Makefile head/mail/popcheck/Makefile head/mail/popd/Makefile head/mail/popfile/Makefile head/mail/poppassd/Makefile head/mail/popper/Makefile head/mail/poppwd/Makefile head/mail/poppy/Makefile head/mail/popular/Makefile head/mail/postfinger/Makefile head/mail/postfix-current/Makefile head/mail/postfix-gps/Makefile head/mail/postfix-logwatch/Makefile head/mail/postfix-policyd-sf/Makefile head/mail/postfix-policyd-spf-perl/Makefile head/mail/postfix-policyd-spf-python/Makefile head/mail/postfix-policyd-weight/Makefile head/mail/postfix-postfwd/Makefile head/mail/postfix/Makefile head/mail/postfix27/Makefile head/mail/postfix28/Makefile head/mail/postfix29/Makefile head/mail/postfixadmin/Makefile head/mail/postgrey/Makefile head/mail/postpals/Makefile head/mail/prayer/Makefile head/mail/premail/Makefile head/mail/prepflog/Makefile head/mail/procmail/Makefile head/mail/prom-wl/Makefile head/mail/pronto/Makefile head/mail/proxsmtp/Makefile head/mail/py-Products.MailHost/Makefile head/mail/py-Products.SecureMailHost/Makefile head/mail/py-apolicy/Makefile head/mail/py-authres/Makefile head/mail/py-cyruslib/Makefile head/mail/py-libgmail/Makefile head/mail/py-milter/Makefile head/mail/py-ppolicy/Makefile head/mail/py-spambayes/Makefile head/mail/py-spf/Makefile head/mail/py-turbomail/Makefile head/mail/py-twistedMail/Makefile head/mail/py-zope.sendmail/Makefile head/mail/pymsgauth/Makefile head/mail/pysieved/Makefile head/mail/pyzor/Makefile head/mail/qar-bufo/Makefile head/mail/qconfirm/Makefile head/mail/qgmailnotifier/Makefile head/mail/qmail-activedir/Makefile head/mail/qmail-auditor/Makefile head/mail/qmail-autoresponder/Makefile head/mail/qmail-notify/Makefile head/mail/qmail-qfilter/Makefile head/mail/qmail-rblchk/Makefile head/mail/qmail-remove/Makefile head/mail/qmail-scanner/Makefile head/mail/qmail-scanner1/Makefile head/mail/qmailadmin-devel/Makefile head/mail/qmailmrtg7/Makefile head/mail/qmqtool/Makefile head/mail/qpopper/Makefile head/mail/qscan/Makefile head/mail/qsf/Makefile head/mail/qsheff/Makefile head/mail/quickml/Makefile head/mail/rabl_client/Makefile head/mail/rabl_server/Makefile head/mail/raysfilter/Makefile head/mail/razor-agents/Makefile head/mail/rbl-milter/Makefile head/mail/rblcheck/Makefile head/mail/relay-ctrl/Makefile head/mail/relaydb/Makefile head/mail/renattach/Makefile head/mail/reply-o-matic/Makefile head/mail/rftp/Makefile head/mail/ripmime/Makefile head/mail/rlytest/Makefile head/mail/rmilter/Makefile head/mail/roundcube-air/Makefile head/mail/roundcube-automatic_addressbook/Makefile head/mail/roundcube-contextmenu/Makefile head/mail/roundcube-groupvice/Makefile head/mail/roundcube-login_info/Makefile head/mail/roundcube-mobilecube/Makefile head/mail/roundcube-mvision2/Makefile head/mail/roundcube-sauserprefs/Makefile head/mail/roundcube-sieverules/Makefile head/mail/roundcube-thunderbird_labels/Makefile head/mail/roundcube-umich/Makefile head/mail/roundcube-veximaccountadmin/Makefile head/mail/roundcube/Makefile head/mail/rspamd/Makefile head/mail/rss2email/Makefile head/mail/ruby-rfilter/Makefile head/mail/ruby-rmail/Makefile head/mail/rubygem-actionmailer/Makefile head/mail/rubygem-exception_notification/Makefile head/mail/rubygem-larch/Makefile head/mail/rubygem-mail/Makefile head/mail/rubygem-mailfactory/Makefile head/mail/rubygem-pony/Makefile head/mail/rubygem-qmail/Makefile head/mail/rubygem-rmail/Makefile head/mail/rubygem-tmail/Makefile head/mail/rubygem-vmail/Makefile head/mail/sa-stats/Makefile head/mail/sa-utils/Makefile head/mail/sastatd/Makefile head/mail/scam-backscatter/Makefile head/mail/sccmilter/Makefile head/mail/sendmail-sasl/Makefile head/mail/sendmail/Makefile head/mail/sendok/Makefile head/mail/sentinel/Makefile head/mail/sgwi/Makefile head/mail/sid-milter/Makefile head/mail/sieve-connect/Makefile head/mail/sigit/Makefile head/mail/sigrot/Makefile head/mail/simscan/Makefile head/mail/slapd-cyrus/Makefile head/mail/sma/Makefile head/mail/smail/Makefile head/mail/smfsav/Makefile head/mail/smtp-cli/Makefile head/mail/smtp-gated/Makefile head/mail/smtpfeed/Makefile head/mail/smtpmail/Makefile head/mail/smtprc/Makefile head/mail/smtptrapd/Makefile head/mail/softfail/Makefile head/mail/sortmail/Makefile head/mail/spamass-ixhash/Makefile head/mail/spamass-milter/Makefile head/mail/spamass-rules/Makefile head/mail/spambnc/Makefile head/mail/spamcup/Makefile head/mail/spamd/Makefile head/mail/spamdb-curses/Makefile head/mail/spamguard/Makefile head/mail/spamilter/Makefile head/mail/spamoracle/Makefile head/mail/spampd/Makefile head/mail/spamprobe/Makefile head/mail/spamstats/Makefile head/mail/spfval/Makefile head/mail/spmfilter-clamav/Makefile head/mail/spmfilter-spamassassin/Makefile head/mail/spmfilter/Makefile head/mail/sqlgrey/Makefile head/mail/squirrelmail-abook_import_export-plugin/Makefile head/mail/squirrelmail-askuserinfo-plugin/Makefile head/mail/squirrelmail-avelsieve-plugin/Makefile head/mail/squirrelmail-calendar_file_backend-plugin/Makefile head/mail/squirrelmail-calendar_sql_backend-plugin/Makefile head/mail/squirrelmail-change_ldappass-plugin/Makefile head/mail/squirrelmail-change_sqlpass-plugin/Makefile head/mail/squirrelmail-check_quota-plugin/Makefile head/mail/squirrelmail-compatibility-plugin/Makefile head/mail/squirrelmail-decode/Makefile head/mail/squirrelmail-email_footer-plugin/Makefile head/mail/squirrelmail-login_auth-plugin/Makefile head/mail/squirrelmail-login_notes-plugin/Makefile head/mail/squirrelmail-mark_read-plugin/Makefile head/mail/squirrelmail-multilogin-plugin/Makefile head/mail/squirrelmail-notes-plugin/Makefile head/mail/squirrelmail-notify-plugin/Makefile head/mail/squirrelmail-password_forget-plugin/Makefile head/mail/squirrelmail-plugins/Makefile head/mail/squirrelmail-postfixadmin-plugin/Makefile head/mail/squirrelmail-pupdate-plugin/Makefile head/mail/squirrelmail-qmailadmin_login-plugin/Makefile head/mail/squirrelmail-quota_usage-plugin/Makefile head/mail/squirrelmail-sasql-plugin/Makefile head/mail/squirrelmail-secure_login-plugin/Makefile head/mail/squirrelmail-shared_calendars-plugin/Makefile head/mail/squirrelmail-spam-buttons-plugin/Makefile head/mail/squirrelmail-squirrel_logger-plugin/Makefile head/mail/squirrelmail-timeout_user-plugin/Makefile head/mail/squirrelmail-tmda-plugin/Makefile head/mail/squirrelmail-translations/Makefile head/mail/squirrelmail-unsafe_image_rules-plugin/Makefile head/mail/squirrelmail-user_special_mailboxes-plugin/Makefile head/mail/squirrelmail-vlogin-plugin/Makefile head/mail/squirrelmail-websearch-plugin/Makefile head/mail/squirrelmail-wetteronline-plugin/Makefile head/mail/squirrelmail/Makefile head/mail/sqwebmail/Makefile head/mail/ssmtp/Makefile head/mail/surblhost/Makefile head/mail/svnmailer/Makefile head/mail/swaks/Makefile head/mail/sylpheed/Makefile head/mail/sympa/Makefile head/mail/synonym/Makefile head/mail/t-prot/Makefile head/mail/teapop/Makefile head/mail/textmail/Makefile head/mail/thunderbird-dictionaries/Makefile head/mail/thunderbird-i18n/Makefile head/mail/thunderbird/Makefile head/mail/tkrat2/Makefile head/mail/tlb/Makefile head/mail/tmda/Makefile head/mail/tpop3d/Makefile head/mail/trojita/Makefile head/mail/tumgreyspf/Makefile head/mail/uebimiau/Makefile head/mail/up-imapproxy/Makefile head/mail/usendmail/Makefile head/mail/vacation/Makefile head/mail/vbsfilter/Makefile head/mail/vexim/Makefile head/mail/vm-pop3d/Makefile head/mail/vm/Makefile head/mail/vmailmgr/Makefile head/mail/vqadmin/Makefile head/mail/vqregister/Makefile head/mail/vrfy/Makefile head/mail/wanderlust-devel/Makefile head/mail/wanderlust-emacs21/Makefile head/mail/wanderlust-emacs22/Makefile head/mail/wanderlust-xemacs21-mule/Makefile head/mail/wanderlust/Makefile head/mail/websieve/Makefile head/mail/whoson/Makefile head/mail/wmbiff/Makefile head/mail/wmmaiload/Makefile head/mail/wmpop3/Makefile head/mail/wmpop3lb/Makefile head/mail/x-face-e21/Makefile head/mail/xbuffy/Makefile head/mail/xcite/Makefile head/mail/xf-spf/Makefile head/mail/xfaces/Makefile head/mail/xfce4-mailwatch-plugin/Makefile head/mail/xfmail/Makefile head/mail/xlbiff/Makefile head/mail/xmail/Makefile head/mail/xmailbox/Makefile head/mail/xmailwatcher/Makefile head/mail/xpbiff/Makefile head/mail/xpi-displayquota/Makefile head/mail/xpi-dispmua/Makefile head/mail/zmailer/Makefile Modified: head/mail/abook/Makefile ============================================================================== --- head/mail/abook/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/abook/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -25,6 +25,7 @@ MAN5= abookrc.5 PORTDOCS= ANNOUNCE AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README \ THANKS TODO +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/mail/adcomplain/Makefile ============================================================================== --- head/mail/adcomplain/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/adcomplain/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -20,6 +20,7 @@ NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= bin/adcomplain +NO_STAGE= yes post-patch: cd ${WRKSRC}; \ ${CP} adcomplain.pl adcomplain.pl.old; \ Modified: head/mail/addresses-goodies/Makefile ============================================================================== --- head/mail/addresses-goodies/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/addresses-goodies/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -28,6 +28,7 @@ WRKSRC= ${WRKDIR}/Addresses/Goodies ADDRESSES_PORT?= mail/addresses GWORKSPACE_PORT?= deskutils/gworkspace +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|LDAPAddressBook||' \ -e 's|VCFViewer||' \ Modified: head/mail/addresses/Makefile ============================================================================== --- head/mail/addresses/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/addresses/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -1,6 +1,5 @@ # Created by: Miguel Mendez # $FreeBSD$ -# PORTNAME= addresses PORTVERSION= 0.4.8 @@ -21,4 +20,5 @@ USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} +NO_STAGE= yes .include Modified: head/mail/akpop3d/Makefile ============================================================================== --- head/mail/akpop3d/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/akpop3d/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -1,9 +1,5 @@ -# New ports collection makefile for: akpop3d -# Date created: Sun Apr 6 10:12:16 CEST 2003 -# Whom: Kirill Ponomarew -# +# Created by: Kirill Ponomarew # $FreeBSD$ -# PORTNAME= akpop3d PORTVERSION= 0.7.7 @@ -26,6 +22,7 @@ CPPFLAGS+= -I${OPENSSLBASE}/include LDFLAGS+= -L${OPENSSLBASE}/lib -lssl -lcrypto .endif +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/akpop3d ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/akpop3d.8 ${MANPREFIX}/man/man8 Modified: head/mail/alpine/Makefile ============================================================================== --- head/mail/alpine/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/alpine/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -44,6 +44,7 @@ MAKE_ARGS+= CC="${CC}" CXX="${CXX}" GCCC USE_OPENSSL= yes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MTHREADS} Modified: head/mail/altermime/Makefile ============================================================================== --- head/mail/altermime/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/altermime/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -1,10 +1,5 @@ -# New ports collection makefile for: altermime -# Date created: 2005-01-25 -# Whom: Ion-Mihai "IOnut" Tetcu -# +# Created by: Ion-Mihai "IOnut" Tetcu # $FreeBSD$ -# $Tecnik: ports/mail/altermime/Makefile,v 1.4 2006/04/07 20:30:34 itetcu Exp $ -# PORTNAME= altermime PORTVERSION= 0.3.11.a1 @@ -18,6 +13,7 @@ COMMENT= Small C program which is used t PLIST_FILES= bin/altermime PORTDOCS= CHANGELOG LICENCE README +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s#CFLAGS=-Wall -g#CFLAGS=-Wall ${CFLAGS}#" ${WRKSRC}/Makefile Modified: head/mail/althea/Makefile ============================================================================== --- head/mail/althea/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/althea/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Althea -# Date created: Feb 26, 2001 -# Whom: Mikhail Teterin -# +# Created by: Mikhail Teterin # $FreeBSD$ -# PORTNAME= althea PORTVERSION= 0.5.7 @@ -21,6 +17,7 @@ MAKE_ENV= MKDIR="${MKDIR}" MAKEFILE= ${FILESDIR}/Makefile.bsd USE_GNOME= gtk12 +NO_STAGE= yes post-patch: .for file in Documentation/help.html load_config.h save_config.h @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/${file} Modified: head/mail/amavis-logwatch/Makefile ============================================================================== --- head/mail/amavis-logwatch/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/amavis-logwatch/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -1,9 +1,5 @@ -# New ports collection makefile for: amavis-logwatch -# Date created: 2011-11-01 -# Whom: Masaki TAGAWA -# +# Created by: Masaki TAGAWA # $FreeBSD$ -# PORTNAME= amavis-logwatch PORTVERSION= 1.51.02 @@ -26,6 +22,7 @@ USES= perl5 USE_PERL5= run NO_BUILD= yes +NO_STAGE= yes post-patch: @cd ${WRKSRC} && ${REINPLACE_CMD} -e '\ s!/usr/local/etc!${ETCDIR}! \ Modified: head/mail/annoyance-filter/Makefile ============================================================================== --- head/mail/annoyance-filter/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/annoyance-filter/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -1,9 +1,5 @@ -# New ports collection makefile for: annoyance-filter -# Date created: 2004-01-02 -# Whom: Sergei Kolobov -# +# Created by: Sergei Kolobov # $FreeBSD$ -# PORTNAME= annoyance-filter PORTVERSION= 1.0d @@ -22,6 +18,7 @@ DOCS= COPYING INSTALL README *.pdf CFLAGS= ${CPPFLAGS} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-run ${PREFIX}/bin Modified: head/mail/anomy-sanitizer/Makefile ============================================================================== --- head/mail/anomy-sanitizer/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/anomy-sanitizer/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/anomy DOCS= CHANGELOG.sanitizer CREDITS README.sanitizer sanitizer.html +NO_STAGE= yes do-install: @${MKDIR} ${SITE_PERL}/Anomy/Sanitizer/ ${INSTALL_DATA} ${WRKSRC}/bin/Anomy/HTMLCleaner.pm ${SITE_PERL}/Anomy Modified: head/mail/antivirus-milter/Makefile ============================================================================== --- head/mail/antivirus-milter/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/antivirus-milter/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -22,6 +22,7 @@ SUB_LIST+= ANTIVIRUS=${ANTIVIRUS_DIR} SED_SCRIPT= -e 's|%%ANTIVIRUS%%|${ANTIVIRUS_DIR}|g' \ -e 's|%%PREFIX%%|${PREFIX}|g' +NO_STAGE= yes .include .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" Modified: head/mail/anubis/Makefile ============================================================================== --- head/mail/anubis/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/anubis/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -37,6 +37,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include # Default requirement for anubis rc script Modified: head/mail/archivemail/Makefile ============================================================================== --- head/mail/archivemail/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/archivemail/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -17,6 +17,7 @@ MAN1= archivemail.1 DOCS= CHANGELOG FAQ NEWS README TODO EXAMPLES= test_archivemail examples/archivemail_all +NO_STAGE= yes .include do-install: Modified: head/mail/archiveopteryx/Makefile ============================================================================== --- head/mail/archiveopteryx/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/archiveopteryx/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -35,6 +35,7 @@ GROUPS= aox JAM?= ${LOCALBASE}/bin/jam +NO_STAGE= yes .include post-patch: Modified: head/mail/archivesmtp/Makefile ============================================================================== --- head/mail/archivesmtp/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/archivesmtp/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -1,9 +1,5 @@ -# New ports collection makefile for: archivesmtp -# Date created: 1 Nov 2009 -# Whom: Netherby -# +# Created by: Netherby # $FreeBSD$ -# PORTNAME= archivesmtp PORTVERSION= 1.1.b1 @@ -33,6 +29,7 @@ MAN8= archivesmtp.8 SOCKETBASE?= /var/run SOCKETDIR?= archivesmtp +NO_STAGE= yes .include # Sets up libmilter dependencies and options Modified: head/mail/archmbox/Makefile ============================================================================== --- head/mail/archmbox/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/archmbox/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -22,6 +22,7 @@ PORTDOCS= ChangeLog NEWS README THANKS T OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-patch: Modified: head/mail/ask/Makefile ============================================================================== --- head/mail/ask/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/ask/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ask -# Date created: 2 November 2005 -# Whom: Marcelo Araujo -# +# Created by: Marcelo Araujo # $FreeBSD$ -# PORTNAME= ask PORTVERSION= 2.5.3 @@ -22,6 +18,7 @@ MAN1= askfilter.1 asksenders.1 asksetup SUB_FILES= pkg-message PORTDOCS= * +NO_STAGE= yes post-extract: @${REINPLACE_CMD} -E \ -e "s,/usr/share/ask/templates,${EXAMPLESDIR},g" \ Modified: head/mail/asmail/Makefile ============================================================================== --- head/mail/asmail/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/asmail/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -1,9 +1,5 @@ -# New ports collection makefile for: asmail -# Date created: 15 August 1997 -# Whom: brett@peloton.physics.montana.edu -# +# Created by: brett@peloton.physics.montana.edu # $FreeBSD$ -# PORTNAME= asmail PORTVERSION= 2.1 @@ -28,6 +24,7 @@ MAN5= asmailrc.5x CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} -lssl -lcrypto +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|machine/soundcard|sys/soundcard|g' ${WRKSRC}/configure Modified: head/mail/assp/Makefile ============================================================================== --- head/mail/assp/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/assp/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -56,6 +56,7 @@ OPTIONS_DEFAULT= EMVALID SPF SRS SEND FB WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ASSP_1.9.9_13227_install/${PORTNAME:U} +NO_STAGE= yes .include RUN_DEPENDS+= p5-Net-DNS>=0.68:${PORTSDIR}/dns/p5-Net-DNS \ Modified: head/mail/atmail/Makefile ============================================================================== --- head/mail/atmail/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/atmail/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -19,6 +19,7 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= LDAP MBSTRING MBSTRING_DESC= Support for UTF8 folder names +NO_STAGE= yes .include .if ${PORT_OPTIONS:MLDAP} Modified: head/mail/automx/Makefile ============================================================================== --- head/mail/automx/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/automx/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -26,6 +26,7 @@ MAN5= ${PORTNAME}.conf.5 ${PORTNAME}_ld PKGMESSAGE= ${WRKDIR}/pkg-message +NO_STAGE= yes .include post-patch: Modified: head/mail/autorespond/Makefile ============================================================================== --- head/mail/autorespond/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/autorespond/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -1,9 +1,5 @@ -# New ports collection makefile for: autorespond -# Date created: 24 Jan 2000 -# Whom: Neil Blakey-Milner -# +# Created by: Neil Blakey-Milner # $FreeBSD$ -# PORTNAME= autorespond PORTVERSION= 2.0.5 @@ -25,6 +21,7 @@ AR_MANPAGE= ${WRKSRC}/autorespond.1 AR_MANPAGE= ${FILESDIR}/autorespond.1 .endif +NO_STAGE= yes post-patch: ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc ${ECHO_CMD} "${CC} ${STRIP}" > ${WRKSRC}/conf-ld Modified: head/mail/autosig/Makefile ============================================================================== --- head/mail/autosig/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/autosig/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -1,9 +1,5 @@ -# New ports collection makefile for: autosig -# Date created: 23 April 2001 -# Whom: Yen-Ming Lee -# +# Created by: Yen-Ming Lee # $FreeBSD$ -# PORTNAME= autosig PORTVERSION= 2.3 @@ -17,6 +13,7 @@ MAKEFILE= makefile PLIST_FILES= bin/autosig ALL_TARGET= ${PORTNAME} +NO_STAGE= yes pre-build: ${REINPLACE_CMD} -e '/^CC/d' ${WRKSRC}/makefile Modified: head/mail/avenger/Makefile ============================================================================== --- head/mail/avenger/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/avenger/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -29,6 +29,7 @@ CONFIGURE_ARGS= --with-db=${LOCALBASE} - OPTIONS_DEFINE= SASL +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSASL} Modified: head/mail/balsa/Makefile ============================================================================== --- head/mail/balsa/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/balsa/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -44,6 +44,7 @@ GTKSPELL_DESC= Spell checking support GTKSV_DESC= GtkSourceview support GPG_DESC= GnuPG support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGPG} Modified: head/mail/batv-milter/Makefile ============================================================================== --- head/mail/batv-milter/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/batv-milter/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -1,9 +1,5 @@ -# New ports collection makefile for: batv-milter -# Date created: 2009-06-04 -# Whom: Hirohisa Yamaguchi -# +# Created by: Hirohisa Yamaguchi # $FreeBSD$ -# PORTNAME= batv-milter PORTVERSION= 0.5.0 @@ -28,6 +24,7 @@ SITE_SUB= -e "s|%%PREFIX%%|${PREFIX}|g" -e "s|%%OPENSSLINC%%|${OPENSSLINC}|g" \ -e "s|%%OPENSSLLIB%%|${OPENSSLLIB}|g" +NO_STAGE= yes .include .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" Modified: head/mail/bayespam/Makefile ============================================================================== --- head/mail/bayespam/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/bayespam/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -21,6 +21,7 @@ FILES_DOCS= AUTHORS COPYING Changelog IN qmail.sample FILES_SCRIPTS= bayes_process_email.pl bayes_spam_check.pl bayestest.pl +NO_STAGE= yes .include post-patch: Modified: head/mail/bbmail/Makefile ============================================================================== --- head/mail/bbmail/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/bbmail/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes MAN1= bbmail.1 PLIST_FILES= bin/bbmail share/bbtools/bbmail.rc +NO_STAGE= yes post-install: @${ECHO_CMD} "@unexec rmdir %D/share/bbtools 2>/dev/null || true" \ >> ${TMPPLIST} Modified: head/mail/biabam/Makefile ============================================================================== --- head/mail/biabam/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/biabam/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -18,6 +18,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bas NO_BUILD= yes PLIST_FILES= bin/biabam +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '1s|\(#!\)\(/bin/bash\)|\1${LOCALBASE}\2|' \ ${WRKSRC}/${PORTNAME} Modified: head/mail/biffer/Makefile ============================================================================== --- head/mail/biffer/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/biffer/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -17,6 +17,7 @@ MAKE_JOBS_UNSAFE= yes MAN1= biffopt.1 MAN8= biffer.8 biffer_comsat.8 +NO_STAGE= yes .include .if ${OSVERSION} > 900007 Modified: head/mail/bmf/Makefile ============================================================================== --- head/mail/bmf/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/bmf/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bmf -# Date created: 15 March 2003 -# Whom: Sean Chittenden -# +# Created by: Sean Chittenden # $FreeBSD$ -# PORTNAME= bmf PORTVERSION= 0.9.4 @@ -19,6 +15,7 @@ OPTIONS_DEFAULT= BDB BDB_DESC= Berkeley DB support (may specify w/ WITH_BDB_VER) MYSQL_DESC= Adds MySQL Support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MBDB} Modified: head/mail/bogofilter-sqlite/Makefile ============================================================================== --- head/mail/bogofilter-sqlite/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/bogofilter-sqlite/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -19,4 +19,5 @@ DESCR= ${PKGDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../bogofilter +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/mail/bogofilter-tc/Makefile ============================================================================== --- head/mail/bogofilter-tc/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/bogofilter-tc/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -20,4 +20,5 @@ DESCR= ${PKGDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../bogofilter +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/mail/bogofilter/Makefile ============================================================================== --- head/mail/bogofilter/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/bogofilter/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -27,6 +27,7 @@ USE_PERL5= run USE_BZIP2= yes GNU_CONFIGURE= yes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MUNICODE} Modified: head/mail/bsfilter/Makefile ============================================================================== --- head/mail/bsfilter/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/bsfilter/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -23,6 +23,7 @@ OPTIONS_DEFINE= CHASEN DOCS MECAB CHASEN_DESC= Japanese Morphological Analysis Support MECAB_DESC= Part-of-Speech and Morphological Analyzer +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCHASEN} Modified: head/mail/bsmtp/Makefile ============================================================================== --- head/mail/bsmtp/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/bsmtp/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -18,6 +18,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --redo SHEBANG_FILES= configure +NO_STAGE= yes .include RUN_DEPENDS= ${LOCALBASE}/bin/uux:${PORTSDIR}/net/freebsd-uucp Modified: head/mail/bulk_mailer/Makefile ============================================================================== --- head/mail/bulk_mailer/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/bulk_mailer/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -18,6 +18,7 @@ ALL_TARGET= bulk_mailer MAN1= bulk_mailer.1 +NO_STAGE= yes .include do-install: Modified: head/mail/c-sig-emacs21/Makefile ============================================================================== --- head/mail/c-sig-emacs21/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/c-sig-emacs21/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -1,13 +1,10 @@ -# New ports collection makefile for: c-sig -# Date created: 30 May 2004 -# Whom: KIMURA Yasuhiro -# +# Created by: KIMURA Yasuhiro # $FreeBSD$ -# MASTERDIR= ${.CURDIR}/../c-sig USE_EMACS= yes EMACS_PORT_NAME= emacs21 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/mail/c-sig/Makefile ============================================================================== --- head/mail/c-sig/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/c-sig/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -23,6 +23,7 @@ OPTIONS_DEFINE= DOCS LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} +NO_STAGE= yes .include do-build: Modified: head/mail/cclient/Makefile ============================================================================== --- head/mail/cclient/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/cclient/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -25,6 +25,7 @@ MBX_DEFAULT_DESC= Use MBX as default mai MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSSL} Modified: head/mail/chk4mail/Makefile ============================================================================== --- head/mail/chk4mail/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/chk4mail/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -16,4 +16,5 @@ MAN1= chk4mail.1 chkimap.1 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-imap +NO_STAGE= yes .include Modified: head/mail/clamfilter/Makefile ============================================================================== --- head/mail/clamfilter/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/clamfilter/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -1,9 +1,5 @@ -# New ports collection makefile for: clamfilter -# Date created: 11 Feb 2005 -# Whom: SeaD -# +# Created by: SeaD # $FreeBSD$ -# # Anyone upgrading this port is advised to check all changes since the # previous tarball; I have updated MASTER_SITES to an alternative @@ -29,6 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/clamdscan: SUB_FILES= pkg-message PLIST_FILES= bin/clamfilter +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} Modified: head/mail/claws-mail-address_keeper/Makefile ============================================================================== --- head/mail/claws-mail-address_keeper/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-address_keeper/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -8,5 +8,6 @@ COMMENT= Recipient addresses keeper plug CLAWS_PLUGINS_BUILD= address_keeper +NO_STAGE= yes .include "../claws-mail/Makefile.claws" .include Modified: head/mail/claws-mail-archiver/Makefile ============================================================================== --- head/mail/claws-mail-archiver/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-archiver/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -8,5 +8,6 @@ COMMENT= Mail archiver plugin for Claws CLAWS_PLUGINS_BUILD= archive +NO_STAGE= yes .include "../claws-mail/Makefile.claws" .include Modified: head/mail/claws-mail-att_remover/Makefile ============================================================================== --- head/mail/claws-mail-att_remover/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-att_remover/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -8,5 +8,6 @@ COMMENT= Attachments removing plugin for CLAWS_PLUGINS_BUILD= att_remover +NO_STAGE= yes .include "../claws-mail/Makefile.claws" .include Modified: head/mail/claws-mail-attach_warner/Makefile ============================================================================== --- head/mail/claws-mail-attach_warner/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-attach_warner/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -8,5 +8,6 @@ COMMENT= Not attached file warning plugi CLAWS_PLUGINS_BUILD= attachwarner +NO_STAGE= yes .include "../claws-mail/Makefile.claws" .include Modified: head/mail/claws-mail-bogofilter/Makefile ============================================================================== --- head/mail/claws-mail-bogofilter/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-bogofilter/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -10,5 +10,6 @@ RUN_DEPENDS= bogofilter:${PORTSDIR}/mail CLAWS_PLUGINS_BUILD= bogofilter +NO_STAGE= yes .include "../claws-mail/Makefile.claws" .include Modified: head/mail/claws-mail-bsfilter/Makefile ============================================================================== --- head/mail/claws-mail-bsfilter/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-bsfilter/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -8,5 +8,6 @@ COMMENT= Spam filtering, bsfilter based CLAWS_PLUGINS_BUILD= bsfilter +NO_STAGE= yes .include "../claws-mail/Makefile.claws" .include Modified: head/mail/claws-mail-clamd/Makefile ============================================================================== --- head/mail/claws-mail-clamd/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-clamd/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -10,6 +10,7 @@ RUN_DEPENDS= clamd:${PORTSDIR}/security/ CLAWS_PLUGINS_BUILD= clamd +NO_STAGE= yes post-install: @${ECHO} @${ECHO_CMD} "********************************************************************************" Modified: head/mail/claws-mail-fancy/Makefile ============================================================================== --- head/mail/claws-mail-fancy/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-fancy/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -11,5 +11,6 @@ LIB_DEPENDS= libsoup-gnome-2.4.so:${PORT CLAWS_PLUGINS_BUILD= fancy +NO_STAGE= yes .include "../claws-mail/Makefile.claws" .include Modified: head/mail/claws-mail-fetchinfo/Makefile ============================================================================== --- head/mail/claws-mail-fetchinfo/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-fetchinfo/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -8,5 +8,6 @@ COMMENT= Header insertion plugin for Cla CLAWS_PLUGINS_BUILD= fetchinfo +NO_STAGE= yes .include "../claws-mail/Makefile.claws" .include Modified: head/mail/claws-mail-gdata/Makefile ============================================================================== --- head/mail/claws-mail-gdata/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-gdata/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -10,5 +10,6 @@ LIB_DEPENDS= libgdata.so:${PORTSDIR}/dev CLAWS_PLUGINS_BUILD= gdata +NO_STAGE= yes .include "../claws-mail/Makefile.claws" .include Modified: head/mail/claws-mail-mailmbox/Makefile ============================================================================== --- head/mail/claws-mail-mailmbox/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-mailmbox/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -8,5 +8,6 @@ COMMENT= Mbox maildir plugin for Claws M CLAWS_PLUGINS_BUILD= mailmbox +NO_STAGE= yes .include "../claws-mail/Makefile.claws" .include Modified: head/mail/claws-mail-newmail/Makefile ============================================================================== --- head/mail/claws-mail-newmail/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-newmail/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -8,5 +8,6 @@ COMMENT= Message header summary logging CLAWS_PLUGINS_BUILD= newmail +NO_STAGE= yes .include "../claws-mail/Makefile.claws" .include Modified: head/mail/claws-mail-notification/Makefile ============================================================================== --- head/mail/claws-mail-notification/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-notification/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -11,5 +11,6 @@ LIB_DEPENDS= libcanberra-gtk.so:${PORTSD CLAWS_PLUGINS_BUILD= notification +NO_STAGE= yes .include "../claws-mail/Makefile.claws" .include Modified: head/mail/claws-mail-pdf_viewer/Makefile ============================================================================== --- head/mail/claws-mail-pdf_viewer/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-pdf_viewer/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -12,5 +12,6 @@ USE_GHOSTSCRIPT=yes CLAWS_PLUGINS_BUILD= pdf_viewer +NO_STAGE= yes .include "../claws-mail/Makefile.claws" .include Modified: head/mail/claws-mail-perl/Makefile ============================================================================== --- head/mail/claws-mail-perl/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-perl/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -12,6 +12,7 @@ PLIST_FILES+= share/claws-mail/matcherrc CLAWS_PLUGINS_BUILD= perl +NO_STAGE= yes post-install: @${INSTALL_SCRIPT} ${WRKSRC}/src/plugins/perl/tools/matcherrc2perlfilter.pl \ ${PREFIX}/share/claws-mail/ Modified: head/mail/claws-mail-pgp/Makefile ============================================================================== --- head/mail/claws-mail-pgp/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-pgp/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -10,5 +10,6 @@ LIB_DEPENDS= libgpgme.so:${PORTSDIR}/sec CLAWS_PLUGINS_BUILD= pgpcore pgpinline pgpmime smime +NO_STAGE= yes .include "../claws-mail/Makefile.claws" .include Modified: head/mail/claws-mail-python/Makefile ============================================================================== --- head/mail/claws-mail-python/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-python/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -10,5 +10,6 @@ USE_GNOME= pygtk2 CLAWS_PLUGINS_BUILD= python +NO_STAGE= yes .include "../claws-mail/Makefile.claws" .include Modified: head/mail/claws-mail-rssyl/Makefile ============================================================================== --- head/mail/claws-mail-rssyl/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-rssyl/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -9,5 +9,6 @@ COMMENT= RSS/Atom feed reader plugin for CLAWS_PLUGINS_BUILD= rssyl +NO_STAGE= yes .include "../claws-mail/Makefile.claws" .include Modified: head/mail/claws-mail-spamassassin/Makefile ============================================================================== --- head/mail/claws-mail-spamassassin/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-spamassassin/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -10,5 +10,6 @@ RUN_DEPENDS= spamd:${PORTSDIR}/mail/p5-M CLAWS_PLUGINS_BUILD= spamassassin +NO_STAGE= yes .include "../claws-mail/Makefile.claws" .include Modified: head/mail/claws-mail-spamreport/Makefile ============================================================================== --- head/mail/claws-mail-spamreport/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-spamreport/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -8,6 +8,7 @@ COMMENT= Spam report plugin for Claws Ma CLAWS_PLUGINS_BUILD= spam_report +NO_STAGE= yes .include "../claws-mail/Makefile.claws" PLIST_FILES:= ${PLIST_FILES:S|spam_report|spamreport|g} .include Modified: head/mail/claws-mail-tnef/Makefile ============================================================================== --- head/mail/claws-mail-tnef/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-tnef/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -8,5 +8,6 @@ COMMENT= TNEF attachment format parser p CLAWS_PLUGINS_BUILD= tnef_parse +NO_STAGE= yes .include "../claws-mail/Makefile.claws" .include Modified: head/mail/claws-mail-vcalendar/Makefile ============================================================================== --- head/mail/claws-mail-vcalendar/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail-vcalendar/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -8,5 +8,6 @@ COMMENT= vCalendar plugin for Claws Mail CLAWS_PLUGINS_BUILD= vcalendar +NO_STAGE= yes .include "../claws-mail/Makefile.claws" .include Modified: head/mail/claws-mail/Makefile ============================================================================== --- head/mail/claws-mail/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/claws-mail/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -59,6 +59,7 @@ STARTUP_LIB_DEPENDS= libstartup-notifica THEMES_RUN_DEPENDS= ${LOCALBASE}/share/claws-mail/themes/ZX-0_1.1/down_arrow.xpm:${PORTSDIR}/x11-themes/claws-mail-themes +NO_STAGE= yes .include "Makefile.claws" .include Modified: head/mail/clawsker/Makefile ============================================================================== --- head/mail/clawsker/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/clawsker/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -26,6 +26,7 @@ OPTIONS_SUB= yes NLS_USES= gettext +NO_STAGE= yes .include post-patch: Modified: head/mail/cone/Makefile ============================================================================== --- head/mail/cone/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/cone/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -5,6 +5,7 @@ PORTNAME= cone PORTVERSION= 0.90 PORTREVISION= 1 CATEGORIES= mail +NO_STAGE= yes # This is for beta versions, leave it in please: #MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ \ # http://www.lerctr.org/~ler/ Modified: head/mail/contact-lookup-applet/Makefile ============================================================================== --- head/mail/contact-lookup-applet/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/contact-lookup-applet/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -20,4 +20,5 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include Modified: head/mail/coolmail/Makefile ============================================================================== --- head/mail/coolmail/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/coolmail/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -1,9 +1,5 @@ -# New ports collection makefile for: coolmail -# Date created: Mon 6 Jul 12:00:06 CEST 1998 -# Whom: Udo Schweigert -# +# Created by: Udo Schweigert # $FreeBSD$ -# PORTNAME= coolmail PORTVERSION= 1.3 @@ -22,6 +18,7 @@ PATCH_STRIP= -p1 MAN1= coolmail.1 PLIST_FILES= bin/coolmail +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/coolmail ${PREFIX}/bin/coolmail ${INSTALL_MAN} ${WRKSRC}/coolmail.man ${PREFIX}/man/man1/coolmail.1 Modified: head/mail/courier-authlib-vchkpw/Makefile ============================================================================== --- head/mail/courier-authlib-vchkpw/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/courier-authlib-vchkpw/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -1,9 +1,5 @@ -# New ports collection makefile for: courier-authlib-vchkpw -# Date created: 02 Apr 2005 -# Whom: Yarema -# +# Created by: Yarema # $FreeBSD$ -# PKGNAMESUFFIX= -vchkpw @@ -12,4 +8,5 @@ CATEGORIES= mail MASTERDIR= ${.CURDIR}/../../security/courier-authlib +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/mail/courier-imap/Makefile ============================================================================== --- head/mail/courier-imap/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/courier-imap/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -26,6 +26,7 @@ CONFIGURE_ENV= REHASH=${SCRIPTDIR}/c_reh MAKE_ENV:= ${CONFIGURE_ENV} # +NO_STAGE= yes # options available: # # WITH_SYSLOG_FACILITY: The syslogfacility to use Modified: head/mail/courier-pythonfilter/Makefile ============================================================================== --- head/mail/courier-pythonfilter/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/courier-pythonfilter/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -55,6 +55,7 @@ RG1_DESC= ClamAV Filter Option OPTIONS_DEFAULT= DEBUG WHITELIST_RELAY WHITELIST_AUTH +NO_STAGE= yes .include PYDISTUTILS_INSTALLARGS:=${PYDISTUTILS_INSTALLARGS} --install-scripts=${SCRIPTSDIR} Modified: head/mail/courier/Makefile ============================================================================== --- head/mail/courier/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/courier/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -133,6 +133,7 @@ WEBMAILRSENT_DESC= enable Autorename Sen SYSTEMALIASES_DESC= symlink system /etc/aliases EMPTYALIASES_DESC= create empty aliases file +NO_STAGE= yes .include .include "${.CURDIR}/Makefile.doc" .include "${.CURDIR}/Makefile.man" Modified: head/mail/couriergraph/Makefile ============================================================================== --- head/mail/couriergraph/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/couriergraph/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mailgraph -# Date created: 11 September 2005 -# Whom: Xavier Beaudouin (kiwi@oav.net) -# +# Created by: Xavier Beaudouin (kiwi@oav.net) # $FreeBSD$ -# PORTNAME= couriergraph PORTVERSION= 20060202 @@ -32,6 +28,7 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/courier SUB_FILES= pkg-message +NO_STAGE= yes pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "You may set following options:" Modified: head/mail/crm114/Makefile ============================================================================== --- head/mail/crm114/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/crm114/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -45,6 +45,7 @@ CRM_FILES= mailfilter.crm mailfilter.cf OPTIONS_DEFINE= PGO +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPGO} Modified: head/mail/cucipop/Makefile ============================================================================== --- head/mail/cucipop/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/cucipop/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -27,6 +27,7 @@ COMMENT= Cubic Circle's POP3 daemon (ful MAN8= cucipop.8 #makevpopdb.8 PLIST_FILES= libexec/cucipop +NO_STAGE= yes post-install: @${ECHO_CMD} "@exec mkdir -p /var/spool/cucipop/bulletins" >> ${TMPPLIST} @${ECHO_CMD} "@unexec rmdir /var/spool/cucipop/bulletins 2>/dev/null || true" >> ${TMPPLIST} Modified: head/mail/cvsmail/Makefile ============================================================================== --- head/mail/cvsmail/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/cvsmail/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -16,6 +16,7 @@ MANCOMPRESSED= no MAN1= cvsmail.1 PLIST_FILES= bin/cvsmail +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cvsmail ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/cvsmail.1 ${PREFIX}/man/man1 Modified: head/mail/cyrus-imapd2/Makefile ============================================================================== --- head/mail/cyrus-imapd2/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/cyrus-imapd2/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -74,6 +74,7 @@ PLIST_SUB+= MURDER="" PLIST_SUB+= MURDER="@comment " .endif +NO_STAGE= yes .include .if ${PERL_LEVEL} >= 501400 Modified: head/mail/cyrus-imapd22/Makefile ============================================================================== --- head/mail/cyrus-imapd22/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/cyrus-imapd22/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -51,6 +51,7 @@ NNTP_DESC= Enable NNTP support SNMP_5_DESC= Enable SNMP support PASS8BITHACK_DESC= Add pass8bit option (not recommended) +NO_STAGE= yes .include .if ${PERL_LEVEL} >= 501400 Modified: head/mail/cyrus-imapd23/Makefile ============================================================================== --- head/mail/cyrus-imapd23/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/cyrus-imapd23/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -58,6 +58,7 @@ REPLICATION_DESC= Enable replication SNMP_5_DESC= Enable SNMP support SQLITE_DESC= Enable SQLite backend (experimental) +NO_STAGE= yes .include # Autocreate Inbox and Autosieve patches from UoA Modified: head/mail/cyrus-imapd24/Makefile ============================================================================== --- head/mail/cyrus-imapd24/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/cyrus-imapd24/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -53,6 +53,7 @@ NETSCAPEHACK_DESC= Enable X-NETSCAPE ext NNTP_DESC= Enable NNTP support REPLICATION_DESC= Enable replication (experimental) +NO_STAGE= yes .include # Autocreate Inbox and Autosieve patches from UoA Modified: head/mail/cyrus2courier/Makefile ============================================================================== --- head/mail/cyrus2courier/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/cyrus2courier/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -15,6 +15,7 @@ ALL_TARGET= build PLIST_FILES= bin/cyrus2courier +NO_STAGE= yes post-patch: @${REINPLACE_CMD} '/^CFLAGS*/d; /^LDFLAGS*/d; /^CC*/d' \ ${WRKSRC}/src/Makefile.FreeBSD Modified: head/mail/cyrus2dovecot/Makefile ============================================================================== --- head/mail/cyrus2dovecot/Makefile Fri Sep 20 19:53:09 2013 (r327741) +++ head/mail/cyrus2dovecot/Makefile Fri Sep 20 19:59:12 2013 (r327742) @@ -17,6 +17,7 @@ MAN1= ${PORTNAME}.1 USES= perl5 NO_WRKSUBDIR= yes +NO_STAGE= yes post-extract: @${CP} -v ${DISTDIR}/${DISTNAME} ${WRKSRC} *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 20:02:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C4B7E692; Fri, 20 Sep 2013 20:02:51 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B206A2E29; Fri, 20 Sep 2013 20:02:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KK2pMu025901; Fri, 20 Sep 2013 20:02:51 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KK2psX025900; Fri, 20 Sep 2013 20:02:51 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309202002.r8KK2psX025900@svn.freebsd.org> From: Bryan Drewery Date: Fri, 20 Sep 2013 20:02:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327743 - head/www/linux-seamonkey 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.14 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: Fri, 20 Sep 2013 20:02:51 -0000 Author: bdrewery Date: Fri Sep 20 20:02:51 2013 New Revision: 327743 URL: http://svnweb.freebsd.org/changeset/ports/327743 Log: - Fix poudriere full build by using ${PORTSDIR}. It wants to see consistent paths/origins for pkgname<->origin mapping Reported by: flo, Kris Moore Modified: head/www/linux-seamonkey/Makefile.common Modified: head/www/linux-seamonkey/Makefile.common ============================================================================== --- head/www/linux-seamonkey/Makefile.common Fri Sep 20 19:59:12 2013 (r327742) +++ head/www/linux-seamonkey/Makefile.common Fri Sep 20 20:02:51 2013 (r327743) @@ -6,7 +6,7 @@ MASTER_SITES?= MOZILLA/${PORTNAME}/relea PKGNAMEPREFIX?= linux- .if defined(REPLACE_GRE) -EXTRACT_DEPENDS+=${NONEXISTENT}:${.CURDIR}/../../www/linux-seamonkey:extract +EXTRACT_DEPENDS+=${NONEXISTENT}:${PORTSDIR}/www/linux-seamonkey:extract .endif NO_BUILD= yes From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 20:10:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8712B9AF; Fri, 20 Sep 2013 20:10:23 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 753E02E7D; Fri, 20 Sep 2013 20:10:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KKANVt030084; Fri, 20 Sep 2013 20:10:23 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KKANqU030083; Fri, 20 Sep 2013 20:10:23 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309202010.r8KKANqU030083@svn.freebsd.org> From: Thomas Abthorpe Date: Fri, 20 Sep 2013 20:10:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327744 - head/science/qcl 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.14 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: Fri, 20 Sep 2013 20:10:23 -0000 Author: tabthorpe Date: Fri Sep 20 20:10:22 2013 New Revision: 327744 URL: http://svnweb.freebsd.org/changeset/ports/327744 Log: - Reassign to the heap at maintainer's request Modified: head/science/qcl/Makefile (contents, props changed) Modified: head/science/qcl/Makefile ============================================================================== --- head/science/qcl/Makefile Fri Sep 20 20:02:51 2013 (r327743) +++ head/science/qcl/Makefile Fri Sep 20 20:10:22 2013 (r327744) @@ -1,9 +1,5 @@ -# ports collection makefile for: qcl -# Date created: 23 May 2001 -# Whom: Brad Huntting -# +# Created by: Brad Huntting # $FreeBSD$ -# PORTNAME= qcl PORTVERSION= 0.6.1 @@ -11,7 +7,7 @@ CATEGORIES= science math MASTER_SITES= http://tph.tuwien.ac.at/~oemer/tgz/ EXTRACT_SUFX= .tgz -MAINTAINER= huntting@glarp.com +MAINTAINER= ports@FreeBSD.org COMMENT= A quantum computer simulator do-configure: From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 20:51:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3F2815D6; Fri, 20 Sep 2013 20:51:14 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 292942122; Fri, 20 Sep 2013 20:51:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KKpDqp058456; Fri, 20 Sep 2013 20:51:13 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KKoxfI058341; Fri, 20 Sep 2013 20:50:59 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202050.r8KKoxfI058341@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 20:50:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327745 - in head/misc: achievo aclgen amanda-client amanda-perl-wrapper amanda-server amanda25-client amanda25-server amanda26-client amanda26-server amanda32-client amanda32-server am... 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.14 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: Fri, 20 Sep 2013 20:51:14 -0000 Author: bapt Date: Fri Sep 20 20:50:57 2013 New Revision: 327745 URL: http://svnweb.freebsd.org/changeset/ports/327745 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: misc) Modified: head/misc/achievo/Makefile head/misc/aclgen/Makefile head/misc/amanda-client/Makefile head/misc/amanda-perl-wrapper/Makefile head/misc/amanda-server/Makefile head/misc/amanda25-client/Makefile head/misc/amanda25-server/Makefile head/misc/amanda26-client/Makefile head/misc/amanda26-server/Makefile head/misc/amanda32-client/Makefile head/misc/amanda32-server/Makefile head/misc/amfm/Makefile head/misc/apparix/Makefile head/misc/asbutton/Makefile head/misc/asr-manpages/Makefile head/misc/astrolog/Makefile head/misc/bb/Makefile head/misc/bbjd/Makefile head/misc/bdelta/Makefile head/misc/bestfit/Makefile head/misc/bibletime/Makefile head/misc/biblical-curse/Makefile head/misc/bigboard/Makefile head/misc/biosfont-demos/Makefile head/misc/birthday/Makefile head/misc/bogosort/Makefile head/misc/bottlerocket/Makefile head/misc/boxes/Makefile head/misc/boxquote.el/Makefile head/misc/brs/Makefile head/misc/buffer/Makefile head/misc/c-hey/Makefile head/misc/callid/Makefile head/misc/cave/Makefile head/misc/cdcollect/Makefile head/misc/chef/Makefile head/misc/chmlib/Makefile head/misc/chord2html/Makefile head/misc/clex/Makefile head/misc/cloc/Makefile head/misc/clpbar/Makefile head/misc/cmatrix/Makefile head/misc/color-theme.el/Makefile head/misc/colortail/Makefile head/misc/compat4x/Makefile head/misc/compat5x/Makefile head/misc/compat6x/Makefile head/misc/compat7x/Makefile head/misc/compat8x/Makefile head/misc/compat9x/Makefile head/misc/countrycodes/Makefile head/misc/cpuid/Makefile head/misc/crosspad/Makefile head/misc/cs/Makefile head/misc/cstream/Makefile head/misc/cuecat/Makefile head/misc/cwish/Makefile head/misc/dahdi-kmod/Makefile head/misc/dahdi-kmod26/Makefile head/misc/dahdi/Makefile head/misc/ddate/Makefile head/misc/deco/Makefile head/misc/dejagnu/Makefile head/misc/delay/Makefile head/misc/detachtty/Makefile head/misc/diary-hercules/Makefile head/misc/diction/Makefile head/misc/digitemp/Makefile head/misc/display/Makefile head/misc/dnetc/Makefile head/misc/dotfile/Makefile head/misc/dphys-config/Makefile head/misc/dtach/Makefile head/misc/dvorak7min/Makefile head/misc/dvorakng/Makefile head/misc/e2fsprogs-libblkid/Makefile head/misc/e2fsprogs-libuuid/Makefile head/misc/elscreen/Makefile head/misc/esniper/Makefile head/misc/estic/Makefile head/misc/explosions/Makefile head/misc/fbless/Makefile head/misc/felis/Makefile head/misc/figlet-fonts/Makefile head/misc/figlet/Makefile head/misc/findutils/Makefile head/misc/firestring/Makefile head/misc/floatator/Makefile head/misc/fortune-mod-bible/Makefile head/misc/fortune-mod-bofh/Makefile head/misc/fortune-mod-culmea-culmilor/Makefile head/misc/fortune-mod-ferengi_rules_of_acquisition/Makefile head/misc/fortune-mod-futurama/Makefile head/misc/fortuneit/Makefile head/misc/fpc-chm/Makefile head/misc/freebsd-doc-all/Makefile head/misc/freebsd-doc-bn/Makefile head/misc/freebsd-doc-da/Makefile head/misc/freebsd-doc-de/Makefile head/misc/freebsd-doc-el/Makefile head/misc/freebsd-doc-en/Makefile head/misc/freebsd-doc-es/Makefile head/misc/freebsd-doc-fr/Makefile head/misc/freebsd-doc-hu/Makefile head/misc/freebsd-doc-it/Makefile head/misc/freebsd-doc-ja/Makefile head/misc/freebsd-doc-mn/Makefile head/misc/freebsd-doc-nl/Makefile head/misc/freebsd-doc-pl/Makefile head/misc/freebsd-doc-pt/Makefile head/misc/freebsd-doc-ru/Makefile head/misc/freebsd-doc-sr/Makefile head/misc/freebsd-doc-tr/Makefile head/misc/freebsd-doc-zh_cn/Makefile head/misc/freebsd-doc-zh_tw/Makefile head/misc/freecode-submit/Makefile head/misc/freeguide/Makefile head/misc/freeswitch-pizzademo-devel/Makefile head/misc/freeswitch-pizzademo/Makefile head/misc/freeswitch-scripts-devel/Makefile head/misc/freeswitch-scripts/Makefile head/misc/ftdi-eeprom/Makefile head/misc/fxload/Makefile head/misc/gcstar/Makefile head/misc/gctpc/Makefile head/misc/geekcode/Makefile head/misc/getopt/Makefile head/misc/gimp-help-en/Makefile head/misc/gimp-help-es/Makefile head/misc/gimp-help-it/Makefile head/misc/gimp-help-nl/Makefile head/misc/gimp-help-nn/Makefile head/misc/gimp-help-sv/Makefile head/misc/gkrellm-gamma/Makefile head/misc/gkrellm-helium/Makefile head/misc/gkrellm-xkb/Makefile head/misc/gkrellmbgchg2/Makefile head/misc/gkrellmfmonitor/Makefile head/misc/gkrellmlaunch/Makefile head/misc/gkrellmlaunch2/Makefile head/misc/gkrellshoot/Makefile head/misc/gkrellshoot2/Makefile head/misc/gkrellweather2/Makefile head/misc/gkx86info2/Makefile head/misc/gman/Makefile head/misc/gnome-devel-docs/Makefile head/misc/gnome-icon-theme-extras/Makefile head/misc/gnome-icon-theme/Makefile head/misc/gnome-mime-data/Makefile head/misc/gnome-osd/Makefile head/misc/gnome-user-docs/Makefile head/misc/gnome2-reference/Makefile head/misc/gnomehier/Makefile head/misc/gnu-watch/Makefile head/misc/gnuit/Makefile head/misc/gnuls/Makefile head/misc/gnustep-examples/Makefile head/misc/gone/Makefile head/misc/gonvert/Makefile head/misc/gplink/Makefile head/misc/granulate/Makefile head/misc/grc/Makefile head/misc/gregexp/Makefile head/misc/grun/Makefile head/misc/gtkfind/Makefile head/misc/gwhich/Makefile head/misc/hb/Makefile head/misc/hello/Makefile head/misc/help2man/Makefile head/misc/heyu2/Makefile head/misc/hicolor-icon-theme/Makefile head/misc/histring/Makefile head/misc/hotkeys/Makefile head/misc/hulgalugha/Makefile head/misc/imerge/Makefile head/misc/inplace/Makefile head/misc/ipa_conv/Makefile head/misc/ipbt/Makefile head/misc/iselect/Makefile head/misc/iso-codes/Makefile head/misc/jargon/Makefile head/misc/jbidwatcher/Makefile head/misc/jive/Makefile head/misc/kbdscan/Makefile head/misc/kcd/Makefile head/misc/kde-thumbnailer-chm/Makefile head/misc/kde-xdg-env/Makefile head/misc/kde4-l10n-bg/Makefile head/misc/kde4-l10n-bs/Makefile head/misc/kde4-l10n-ca/Makefile head/misc/kde4-l10n-ca_valencia/Makefile head/misc/kde4-l10n-cs/Makefile head/misc/kde4-l10n-da/Makefile head/misc/kde4-l10n-el/Makefile head/misc/kde4-l10n-en_GB/Makefile head/misc/kde4-l10n-es/Makefile head/misc/kde4-l10n-et/Makefile head/misc/kde4-l10n-eu/Makefile head/misc/kde4-l10n-fa/Makefile head/misc/kde4-l10n-fi/Makefile head/misc/kde4-l10n-ga/Makefile head/misc/kde4-l10n-gl/Makefile head/misc/kde4-l10n-hi/Makefile head/misc/kde4-l10n-hr/Makefile head/misc/kde4-l10n-ia/Makefile head/misc/kde4-l10n-is/Makefile head/misc/kde4-l10n-it/Makefile head/misc/kde4-l10n-kk/Makefile head/misc/kde4-l10n-km/Makefile head/misc/kde4-l10n-lt/Makefile head/misc/kde4-l10n-lv/Makefile head/misc/kde4-l10n-mr/Makefile head/misc/kde4-l10n-nb/Makefile head/misc/kde4-l10n-nds/Makefile head/misc/kde4-l10n-nl/Makefile head/misc/kde4-l10n-nn/Makefile head/misc/kde4-l10n-pa/Makefile head/misc/kde4-l10n-ro/Makefile head/misc/kde4-l10n-si/Makefile head/misc/kde4-l10n-sk/Makefile head/misc/kde4-l10n-sl/Makefile head/misc/kde4-l10n-sr/Makefile head/misc/kde4-l10n-sv/Makefile head/misc/kde4-l10n-tg/Makefile head/misc/kde4-l10n-th/Makefile head/misc/kde4-l10n-tr/Makefile head/misc/kde4-l10n-ug/Makefile head/misc/kde4-l10n-wa/Makefile head/misc/kde4-l10n/Makefile head/misc/kde4-shared-mime-info/Makefile head/misc/kde4-xdg-env/Makefile head/misc/kdeedu4/Makefile head/misc/kdehier4/Makefile head/misc/kdeutils4/Makefile head/misc/kenny/Makefile head/misc/kgeography/Makefile head/misc/klettres/Makefile head/misc/krecipes-kde4/Makefile head/misc/ktouch/Makefile head/misc/kwordquiz/Makefile head/misc/latex-mk/Makefile head/misc/lc/Makefile head/misc/lesspipe/Makefile head/misc/libeatmydata/Makefile head/misc/libhome/Makefile head/misc/libkdeedu/Makefile head/misc/libmcal/Makefile head/misc/libmetalink/Makefile head/misc/libpri/Makefile head/misc/libsupertone/Makefile head/misc/libutf/Makefile head/misc/lifelines/Makefile head/misc/lingoteach/Makefile head/misc/linm/Makefile head/misc/localedata/Makefile head/misc/logsurfer+/Makefile head/misc/loop/Makefile head/misc/lr/Makefile head/misc/lv/Makefile head/misc/lxde-common/Makefile head/misc/magicpoint/Makefile head/misc/man.el/Makefile head/misc/mbuffer/Makefile head/misc/mc-light/Makefile head/misc/mc/Makefile head/misc/metalink-checker/Makefile head/misc/metalink-editor/Makefile head/misc/metalink-tools/Makefile head/misc/metromap/Makefile head/misc/mime-support/Makefile head/misc/mirmon/Makefile head/misc/misterproper/Makefile head/misc/mmv/Makefile head/misc/mshell/Makefile head/misc/mtail/Makefile head/misc/mtx/Makefile head/misc/nagios-base-logos/Makefile head/misc/najitool/Makefile head/misc/newer/Makefile head/misc/nsf/Makefile head/misc/numchar/Makefile head/misc/nut/Makefile head/misc/ondir/Makefile head/misc/opencyc/Makefile head/misc/openr2/Makefile head/misc/orville-write/Makefile head/misc/ossp-uuid/Makefile head/misc/otter/Makefile head/misc/p5-Acme-ButFirst/Makefile head/misc/p5-Array-Compare/Makefile head/misc/p5-Array-Diff/Makefile head/misc/p5-Array-FileReader/Makefile head/misc/p5-Array-IntSpan/Makefile head/misc/p5-Array-LineReader/Makefile head/misc/p5-Array-PrintCols/Makefile head/misc/p5-Array-RefElem/Makefile head/misc/p5-Asterisk-FastAGI/Makefile head/misc/p5-Asterisk/Makefile head/misc/p5-Bot-Training-MegaHAL/Makefile head/misc/p5-Bot-Training-StarCraft/Makefile head/misc/p5-Bot-Training/Makefile head/misc/p5-Business-EDI/Makefile head/misc/p5-Business-Hours/Makefile head/misc/p5-Business-ISBN-Data/Makefile head/misc/p5-Business-ISBN/Makefile head/misc/p5-Business-ISIN/Makefile head/misc/p5-Business-ISSN/Makefile head/misc/p5-Business-UPS/Makefile head/misc/p5-Chatbot-Eliza/Makefile head/misc/p5-Data-Buffer/Makefile head/misc/p5-File-CounterFile/Makefile head/misc/p5-File-Sort/Makefile head/misc/p5-Geo-Cache/Makefile head/misc/p5-Geo-Coder-Bing/Makefile head/misc/p5-Geo-Coder-Geocoder-US/Makefile head/misc/p5-Geo-Coder-Google/Makefile head/misc/p5-Geo-Coder-Googlev3/Makefile head/misc/p5-Geo-Coder-Many/Makefile head/misc/p5-Geo-Coder-Mapquest/Makefile head/misc/p5-Geo-Coder-Multimap/Makefile head/misc/p5-Geo-Coder-Multiple/Makefile head/misc/p5-Geo-Coder-Navteq/Makefile head/misc/p5-Geo-Coder-OSM/Makefile head/misc/p5-Geo-Coder-Ovi/Makefile head/misc/p5-Geo-Coder-PlaceFinder/Makefile head/misc/p5-Geo-Coder-TomTom/Makefile head/misc/p5-Geo-Postcodes-DK/Makefile head/misc/p5-Geo-Postcodes-NO/Makefile head/misc/p5-Geo-Postcodes/Makefile head/misc/p5-Geo-Weather/Makefile head/misc/p5-Geography-Countries/Makefile head/misc/p5-I18N-Charset/Makefile head/misc/p5-I18N-LangTags/Makefile head/misc/p5-LEGO-RCX/Makefile head/misc/p5-List-Compare/Makefile head/misc/p5-List-Util-WeightedRoundRobin/Makefile head/misc/p5-Locale-Codes/Makefile head/misc/p5-Locale-Geocode/Makefile head/misc/p5-Locale-Msgcat/Makefile head/misc/p5-Locale-SubCountry/Makefile head/misc/p5-Locale-US/Makefile head/misc/p5-Net-vCard/Makefile head/misc/p5-Norge/Makefile head/misc/p5-Software-License/Makefile head/misc/p5-Test-Dir/Makefile head/misc/p5-Text-FIGlet/Makefile head/misc/p5-Tie-DxHash/Makefile head/misc/p5-Zen-Koans/Makefile head/misc/pantry/Makefile head/misc/parley/Makefile head/misc/pastebinit/Makefile head/misc/patchutils/Makefile head/misc/pauker/Makefile head/misc/pciids/Makefile head/misc/pdfmap/Makefile head/misc/pdmenu/Makefile head/misc/pear-Services_Weather/Makefile head/misc/pear-Text_Figlet/Makefile head/misc/pecl-timezonedb/Makefile head/misc/php5-calendar/Makefile head/misc/php52-calendar/Makefile head/misc/php53-calendar/Makefile head/misc/php55-calendar/Makefile head/misc/phraze/Makefile head/misc/pinfo/Makefile head/misc/pipe/Makefile head/misc/podsleuth/Makefile head/misc/posixtestsuite/Makefile head/misc/projectionlib/Makefile head/misc/proxyper/Makefile head/misc/pspresent/Makefile head/misc/py-YABT/Makefile head/misc/py-osd/Makefile head/misc/py-pexpect/Makefile head/misc/py-progressbar/Makefile head/misc/py-qt4-demo/Makefile head/misc/py-qt4-doc/Makefile head/misc/py-yolk/Makefile head/misc/pylize/Makefile head/misc/pypanda/Makefile head/misc/qbrew/Makefile head/misc/qlas/Makefile head/misc/qmetro/Makefile head/misc/qt4-doc/Makefile head/misc/qt4-l10n/Makefile head/misc/qt4-qtconfig/Makefile head/misc/qt4-qtdemo/Makefile head/misc/quick-lounge-applet/Makefile head/misc/quotes/Makefile head/misc/quranref/Makefile head/misc/ree/Makefile head/misc/rfc/Makefile head/misc/ringtonetools/Makefile head/misc/rname/Makefile head/misc/rpl/Makefile head/misc/rtfm/Makefile head/misc/ruby-progressbar/Makefile head/misc/ruby-vpim/Makefile head/misc/rubygem-mime-types/Makefile head/misc/rubygem-ohcount/Makefile head/misc/rubygem-rabbit/Makefile head/misc/rubygem-vpim/Makefile head/misc/saaghar/Makefile head/misc/salias/Makefile head/misc/seq2/Makefile head/misc/shared-mime-info/Makefile head/misc/shc/Makefile head/misc/shuffle-db/Makefile head/misc/shuffle/Makefile head/misc/since/Makefile head/misc/skyutils/Makefile head/misc/sloccount/Makefile head/misc/sls/Makefile head/misc/smssend/Makefile head/misc/spamcalc/Makefile head/misc/sshbuddy/Makefile head/misc/sssnips/Makefile head/misc/stan/Makefile head/misc/susv2/Makefile head/misc/susv3/Makefile head/misc/sword/Makefile head/misc/table.el/Makefile head/misc/talkfilters/Makefile head/misc/tcb/Makefile head/misc/team/Makefile head/misc/telbook/Makefile head/misc/tellico-kde4/Makefile head/misc/tempcontrol/Makefile head/misc/termatrix/Makefile head/misc/terraform/Makefile head/misc/teseq/Makefile head/misc/tet/Makefile head/misc/tkcron/Makefile head/misc/tkinfo/Makefile head/misc/tkman/Makefile head/misc/tkregexp/Makefile head/misc/tkrunit/Makefile head/misc/toilet/Makefile head/misc/tpp/Makefile head/misc/translate/Makefile head/misc/ttyrec/Makefile head/misc/tvbrowser/Makefile head/misc/txt2regex/Makefile head/misc/typetrainer/Makefile head/misc/uf-view/Makefile head/misc/uk-phone/Makefile head/misc/uk-postcodes/Makefile head/misc/umodunpack/Makefile head/misc/unclutter/Makefile head/misc/upclient/Makefile head/misc/us-zipcodes/Makefile head/misc/usbrh-libusb/Makefile head/misc/utftools/Makefile head/misc/vera/Makefile head/misc/vifm/Makefile head/misc/viz/Makefile head/misc/whichman/Makefile head/misc/window/Makefile head/misc/wmScoreBoard/Makefile head/misc/wmcalendar/Makefile head/misc/wmfirew/Makefile head/misc/wminfo/Makefile head/misc/wmjulia/Makefile head/misc/wmpal/Makefile head/misc/wmtunlo/Makefile head/misc/wmweather+/Makefile head/misc/wmwork/Makefile head/misc/wotsap/Makefile head/misc/xbiso/Makefile head/misc/xd/Makefile head/misc/xdelta/Makefile head/misc/xdelta3/Makefile head/misc/xdg-menu/Makefile head/misc/xfce4-appfinder/Makefile head/misc/xfce4-artwork/Makefile head/misc/xfce4-weather-plugin/Makefile head/misc/xfce4-wm-themes/Makefile head/misc/xgas/Makefile head/misc/xiphos/Makefile head/misc/xless/Makefile head/misc/xmonad-log-applet/Makefile head/misc/xosd/Makefile head/misc/xpns/Makefile head/misc/xsw/Makefile head/misc/xtail/Makefile head/misc/xtar/Makefile head/misc/xtypo/Makefile head/misc/xyzcmd/Makefile head/misc/yaunc/Makefile head/misc/ytree/Makefile head/misc/zoneinfo/Makefile Modified: head/misc/achievo/Makefile ============================================================================== --- head/misc/achievo/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/achievo/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: achievo -# Date created: 19 Jan 2001 -# Whom: mkptools -# +# Created by: mkptools # $FreeBSD$ -# PORTNAME= achievo PORTVERSION= 1.1.0 @@ -25,6 +21,7 @@ NO_BUILD= YES ACHVODIR?= www/achievo PLIST_SUB= ACHVODIR=${ACHVODIR} +NO_STAGE= yes post-patch: @${MV} ${WRKSRC}/config.inc.php ${WRKSRC}/config.inc.php-default Modified: head/misc/aclgen/Makefile ============================================================================== --- head/misc/aclgen/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/aclgen/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -18,6 +18,7 @@ MAKE_ARGS= PROG=aclgen MAN1= aclgen.1 PLIST_FILES= bin/aclgen +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's||| ; \ Modified: head/misc/amanda-client/Makefile ============================================================================== --- head/misc/amanda-client/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/amanda-client/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# +# Created by: gpalmer # $FreeBSD$ -# PKGNAMESUFFIX= -client PORTREVISION= 0 @@ -17,4 +13,5 @@ PLIST= ${PKGDIR}/pkg-plist.client CLIENT_ONLY= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/misc/amanda-perl-wrapper/Makefile ============================================================================== --- head/misc/amanda-perl-wrapper/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/amanda-perl-wrapper/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,4 @@ -# New ports collection makefile for: amanda-perl-wrapper -# Date created: 1 Nov 2010 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= amanda-perl-wrapper PORTVERSION= 1.01 @@ -21,6 +16,7 @@ SUB_LIST= PREFIX=${LOCALBASE} PLIST_FILES= bin/perl-amanda WRKSRC= ${WRKDIR} +NO_STAGE= yes do-fetch: @${DO_NADA} Modified: head/misc/amanda-server/Makefile ============================================================================== --- head/misc/amanda-server/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/amanda-server/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -69,6 +69,7 @@ SAMBA_DESC= Enable the use of smbclient S3_DESC= Enable Amazon S3 device support .endif +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGNUTAR} Modified: head/misc/amanda25-client/Makefile ============================================================================== --- head/misc/amanda25-client/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/amanda25-client/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# +# Created by: gpalmer # $FreeBSD$ -# PKGNAMESUFFIX= -client PORTREVISION= 4 @@ -17,4 +13,5 @@ PLIST= ${PKGDIR}/pkg-plist.client CLIENT_ONLY= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/misc/amanda25-server/Makefile ============================================================================== --- head/misc/amanda25-server/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/amanda25-server/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -72,6 +72,7 @@ OPTIONS_DEFINE+= DUMP_SNAPSHOT DUMP_SNAPSHOT_DESC= Use snapshot by using dump -L .endif +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSSH} Modified: head/misc/amanda26-client/Makefile ============================================================================== --- head/misc/amanda26-client/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/amanda26-client/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# +# Created by: gpalmer # $FreeBSD$ -# PKGNAMESUFFIX= -client PORTREVISION= 2 @@ -17,4 +13,5 @@ PLIST= ${PKGDIR}/pkg-plist.client CLIENT_ONLY= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/misc/amanda26-server/Makefile ============================================================================== --- head/misc/amanda26-server/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/amanda26-server/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -64,6 +64,7 @@ OPTIONS_DEFINE+= ZFSCOMP ZFSCOMP_DESC= Accurate estimation of compressed ZFS filesystems .endif +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGNUTAR} Modified: head/misc/amanda32-client/Makefile ============================================================================== --- head/misc/amanda32-client/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/amanda32-client/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# +# Created by: gpalmer # $FreeBSD$ -# PKGNAMESUFFIX= -client PORTREVISION= 0 @@ -17,4 +13,5 @@ PLIST= ${PKGDIR}/pkg-plist.client CLIENT_ONLY= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/misc/amanda32-server/Makefile ============================================================================== --- head/misc/amanda32-server/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/amanda32-server/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -69,6 +69,7 @@ SAMBA_DESC= Enable the use of smbclient S3_DESC= Enable Amazon S3 device support .endif +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGNUTAR} Modified: head/misc/amfm/Makefile ============================================================================== --- head/misc/amfm/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/amfm/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: amfm -# Date created: 2009-06-21 -# Whom: sanpei@FreeBSD.org -# +# Created by: sanpei@FreeBSD.org # $FreeBSD$ -# PORTNAME= amfm PORTVERSION= 1.0 @@ -21,6 +17,7 @@ LIB_DEPENDS= hid.0:${PORTSDIR}/devel/lib NO_WRKSUBDIR= yes +NO_STAGE= yes .include EXTRACT_CMD= ${CP} Modified: head/misc/apparix/Makefile ============================================================================== --- head/misc/apparix/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/apparix/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: apparix -# Date created: 16 Apr 2006 -# Whom: Frank Steinborn -# +# Created by: Frank Steinborn # $FreeBSD$ -# PORTNAME= apparix PORTVERSION= 20110303 @@ -24,6 +20,7 @@ MAN1= apparix.1 PORTDOCS= apparix.azm apparix.html apparix.ps PLIST_FILES= bin/apparix +NO_STAGE= yes .include do-install: Modified: head/misc/asbutton/Makefile ============================================================================== --- head/misc/asbutton/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/asbutton/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -16,6 +16,7 @@ MAKE_ARGS= INCLUDES="-I${LOCALBASE}/incl LIBINC="-L${LOCALBASE}/lib" LIBS="-lm -lX11 -lXpm -lXext" \ CCFLAGS="${CFLAGS}" +NO_STAGE= yes .include post-patch: Modified: head/misc/asr-manpages/Makefile ============================================================================== --- head/misc/asr-manpages/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/asr-manpages/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: asr-manpages -# Date created: April 15, 2003 -# Whom: Max Khon -# +# Created by: Max Khon # $FreeBSD$ -# PORTNAME= asr-manpages PORTVERSION= 20000406 @@ -22,6 +18,7 @@ MAN3= chastise.3 MAN5= normality.5 MAN8= bosskill.8 ctluser.8 guru.8 knife.8 luser.8 nuke.8 pmsd.8 +NO_STAGE= yes do-install: @${INSTALL_MAN} ${WRKDIR}/bosskill.8 ${PREFIX}/man/man8 @${INSTALL_MAN} ${WRKDIR}/c.1 ${PREFIX}/man/man1 Modified: head/misc/astrolog/Makefile ============================================================================== --- head/misc/astrolog/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/astrolog/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -38,6 +38,7 @@ PORTDOCS= helpfile.540 readme.541 change OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MX11} Modified: head/misc/bb/Makefile ============================================================================== --- head/misc/bb/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/bb/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -21,6 +21,7 @@ PORTDOCS= README PLIST_FILES= bin/bb share/bb/bb.s3m share/bb/bb2.s3m share/bb/bb3.s3m PLIST_DIRS= share/bb +NO_STAGE= yes .include pre-patch: Modified: head/misc/bbjd/Makefile ============================================================================== --- head/misc/bbjd/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/bbjd/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbjd -# Date created: 3 February 1999 -# Whom: Dima Sivachenko -# +# Created by: Dima Sivachenko # $FreeBSD$ -# PORTNAME= bbjd PORTVERSION= 1.01 @@ -18,6 +14,7 @@ COMMENT= Beat the blackjack dealer USE_GMAKE= yes WRKSRC= ${WRKDIR}/bbjd +NO_STAGE= yes do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/bbjd ${PREFIX}/bin/ @ ${INSTALL_PROGRAM} ${WRKSRC}/simbj ${PREFIX}/bin/ Modified: head/misc/bdelta/Makefile ============================================================================== --- head/misc/bdelta/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/bdelta/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bdelta -# Date created: 2005-05-18 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ -# PORTNAME= bdelta PORTVERSION= 0.1.0 @@ -21,6 +17,7 @@ PLIST_FILES= bin/bdelta \ MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bdelta ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bpatch ${PREFIX}/bin Modified: head/misc/bestfit/Makefile ============================================================================== --- head/misc/bestfit/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/bestfit/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -17,4 +17,5 @@ MANCOMPRESSED= no MAN1= bestfit.1 PLIST_FILES= bin/bestfit +NO_STAGE= yes .include Modified: head/misc/bibletime/Makefile ============================================================================== --- head/misc/bibletime/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/bibletime/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -20,4 +20,5 @@ USE_QT4= corelib dbus gui iconengines ne svg webkit xml linguist_build moc_build qmake_build \ rcc_build uic_build +NO_STAGE= yes .include Modified: head/misc/biblical-curse/Makefile ============================================================================== --- head/misc/biblical-curse/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/biblical-curse/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/src SRC= ${.CURDIR}/src +NO_STAGE= yes do-fetch: @${DO_NADA} Modified: head/misc/bigboard/Makefile ============================================================================== --- head/misc/bigboard/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/bigboard/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -32,6 +32,7 @@ USE_PYTHON= 2.5+ USE_GNOME= pygtk2 gtk20 gnomevfs2 gnomedesktop gnomepanel gconf2 pygnome2 gnomehack GCONF_SCHEMAS= bigboard.schemas +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -type f -exec fgrep -l '%%LOCALBASE%%' {} \; |${XARGS} ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' -i .bak @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ Modified: head/misc/biosfont-demos/Makefile ============================================================================== --- head/misc/biosfont-demos/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/biosfont-demos/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -17,6 +17,7 @@ RUN_DEPENDS= /boot/modules/biosfont.ko:$ PLIST_FILES= bin/showchar bin/showdati +NO_STAGE= yes do-build: ${CC} ${CFLAGS} ${WRKSRC}/showchar.c -o ${WRKSRC}/showchar -I${LOCALBASE}/include ${CC} ${CFLAGS} ${WRKSRC}/showdati.c -o ${WRKSRC}/showdati -I${LOCALBASE}/include -lcurses Modified: head/misc/birthday/Makefile ============================================================================== --- head/misc/birthday/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/birthday/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -18,6 +18,7 @@ MAKEFILE= ${WRKSRC}/Makefile.gnu ALL_TARGET= birthday MAKE_ARGS= CFLAGS="${CFLAGS} -DUNIX" +NO_STAGE= yes do-configure: cd ${WRKSRC} && ${MAKE} Makefile.gnu Modified: head/misc/bogosort/Makefile ============================================================================== --- head/misc/bogosort/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/bogosort/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -21,4 +21,5 @@ MAN1= bogosort.1 INFO= bogosort PLIST_FILES= bin/bogosort +NO_STAGE= yes .include Modified: head/misc/bottlerocket/Makefile ============================================================================== --- head/misc/bottlerocket/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/bottlerocket/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bottlerocket -# Date created: 15 July 1999 -# Whom: Mike Smith -# +# Created by: Mike Smith # $FreeBSD$ -# PORTNAME= bottlerocket PORTVERSION= 0.04c @@ -19,4 +15,5 @@ GNU_CONFIGURE= yes ALL_TARGET= br PLIST_FILES= bin/br +NO_STAGE= yes .include Modified: head/misc/boxes/Makefile ============================================================================== --- head/misc/boxes/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/boxes/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -29,6 +29,7 @@ MAN1= boxes.1 PORTDOCS= README +NO_STAGE= yes .include post-patch: Modified: head/misc/boxquote.el/Makefile ============================================================================== --- head/misc/boxquote.el/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/boxquote.el/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: boxquote.el -# Date created: 14 Jul 2006 -# Whom: Andrey Slusar -# +# Created by: Andrey Slusar # $FreeBSD$ -# PORTNAME= boxquote.el PORTVERSION= 1.18 @@ -25,6 +21,7 @@ XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site PLIST_FILES= share/emacs/site-lisp/${PORTNAME} lib/xemacs/site-lisp/${PORTNAME} PLIST_DIRS= lib/xemacs/site-lisp lib/xemacs +NO_STAGE= yes do-install: ${MKDIR} ${EMACSLISPDIR} ${MKDIR} ${XEMACSLISPDIR} Modified: head/misc/brs/Makefile ============================================================================== --- head/misc/brs/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/brs/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -17,6 +17,7 @@ ALL_TARGET= CFLAGS+= -Wno-error=return-type MAN1= bible.1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's=%%PREFIX%%=${PREFIX}=g' \ ${WRKSRC}/brl.c ${WRKSRC}/bible.1 Modified: head/misc/buffer/Makefile ============================================================================== --- head/misc/buffer/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/buffer/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: buffer -# Date created: 23 February 1998 -# Whom: Joao Carlos Mendes Luis -# +# Created by: Joao Carlos Mendes Luis # $FreeBSD$ -# PORTNAME= buffer PORTVERSION= 1.19 @@ -19,6 +15,7 @@ COMMENT= Buffer sporadic I/O for faster MAN1= buffer.1 PLIST_FILES= bin/buffer +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e 's|^(CC[[:space:]]*=).*$$|\1${CC}|' \ Modified: head/misc/c-hey/Makefile ============================================================================== --- head/misc/c-hey/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/c-hey/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,6 +1,4 @@ -# New ports collection Makefile for: c-hey -# Date Created: 10 June 2003 -# Whom: Philip Reynolds +# Created by: Philip Reynolds # $FreeBSD$ PORTNAME= c-hey @@ -18,6 +16,7 @@ MAN1= c-hey.1 MLINKS= c-hey.1 hey.1 PLIST_FILES= bin/c-hey bin/hey +NO_STAGE= yes .include .if ${OSVERSION} > 900007 Modified: head/misc/callid/Makefile ============================================================================== --- head/misc/callid/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/callid/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -21,6 +21,7 @@ PORTDOCS= CHANGES README TODO make-db.my RUN_DEPENDS+= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI +NO_STAGE= yes .include pre-everything:: Modified: head/misc/cave/Makefile ============================================================================== --- head/misc/cave/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/cave/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: cave -# Date created: Dec 30, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= cave PORTVERSION= 1.0b @@ -19,6 +14,7 @@ GNU_CONFIGURE= yes MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes post-patch: @${LN} -sf ${PORTNAME}.man ${WRKSRC}/doc/${PORTNAME}.1 Modified: head/misc/cdcollect/Makefile ============================================================================== --- head/misc/cdcollect/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/cdcollect/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -21,6 +21,7 @@ GCONF_SCHEMAS= cdcollect.schemas CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-extract: ${REINPLACE_CMD} -e 's,SqliteClient,Sqlite,' \ ${WRKSRC}/src/Makefile.in \ Modified: head/misc/chef/Makefile ============================================================================== --- head/misc/chef/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/chef/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,4 @@ -# Ports collection makefile for: chef -# Date created: Wed Jun 12, 2002 -# Whom: Brooks Davis -# # $FreeBSD$ -# PORTNAME= chef PORTVERSION= 19930426 @@ -22,6 +17,7 @@ PLIST_FILES= bin/chef WRKSRC= ${WRKDIR}/bork +NO_STAGE= yes do-build: (cd ${WRKSRC} && lex chef.x && ${CC} ${CFLAGS} -o chef lex.yy.c -ll) Modified: head/misc/chmlib/Makefile ============================================================================== --- head/misc/chmlib/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/chmlib/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: chmlib -# Date created: Apr 5, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= chmlib PORTVERSION= 0.40 @@ -20,6 +15,7 @@ CONFIGURE_ARGS= --disable-io64 --disable USE_GMAKE= yes USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure Modified: head/misc/chord2html/Makefile ============================================================================== --- head/misc/chord2html/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/chord2html/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -21,6 +21,7 @@ MAN1= chord2html.1 PLIST_FILES= bin/chord2html share/chord2html/chord2html.css PLIST_DIRS= share/chord2html +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i '' -e "s,%%PREFIX%%,${PREFIX},g ; \ s,chord2html.css,${PREFIX}/share/chord2html/chord2html.css," \ Modified: head/misc/clex/Makefile ============================================================================== --- head/misc/clex/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/clex/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -23,6 +23,7 @@ PLIST_FILES= bin/clex bin/cfg-clex bin/k PORTDOCS= AUTHORS ChangeLog README MAN1= clex.1 cfg-clex.1 kbd-test.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '18s,^,#include ,' \ ${WRKSRC}/src/preview.c Modified: head/misc/cloc/Makefile ============================================================================== --- head/misc/cloc/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/cloc/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -20,6 +20,7 @@ EXTRACT_AFTER_ARGS= ./${PORTNAME} PLIST_FILES= bin/${PORTNAME} NO_BUILD= yes +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/ Modified: head/misc/clpbar/Makefile ============================================================================== --- head/misc/clpbar/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/clpbar/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: clpbar -# Date created: Sep 3, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= clpbar PORTVERSION= 1.11.1 @@ -22,4 +17,5 @@ MAKE_ARGS+= CFLAGS+="${CFLAGS}" MAN1= bar.1 PLIST_FILES= bin/bar +NO_STAGE= yes .include Modified: head/misc/cmatrix/Makefile ============================================================================== --- head/misc/cmatrix/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/cmatrix/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes PORTDOCS= ChangeLog README TODO PLIST_FILES= bin/cmatrix +NO_STAGE= yes .include do-install: Modified: head/misc/color-theme.el/Makefile ============================================================================== --- head/misc/color-theme.el/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/color-theme.el/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: color-theme.el -# Date created: Fri Jul 27 13:26:37 MSD 2007 -# Whom: Denis Shaposhnikov -# +# Created by: Denis Shaposhnikov # $FreeBSD$ -# PORTNAME= color-theme.el PORTVERSION= 6.6.0 @@ -22,6 +18,7 @@ PORTDOCS= AUTHORS BUGS COPYING ChangeLog ELISPDIR= ${PREFIX}/${EMACS_SITE_LISPDIR}/color-theme ELISPFILES= color-theme.el color-theme.elc themes +NO_STAGE= yes do-build: (cd ${WRKSRC}; \ ${EMACS_CMD} -batch -q -f batch-byte-compile color-theme.el) Modified: head/misc/colortail/Makefile ============================================================================== --- head/misc/colortail/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/colortail/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: colortail -# Date created: 25 February 1999 -# Whom: Chris Piazza -# +# Created by: Chris Piazza # $FreeBSD$ -# PORTNAME= colortail PORTVERSION= 0.3.3 @@ -16,6 +12,7 @@ COMMENT= A colour-able replacement for t GNU_CONFIGURE= yes +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} Modified: head/misc/compat4x/Makefile ============================================================================== --- head/misc/compat4x/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/compat4x/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -23,6 +23,7 @@ TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat LDCONFIG_LIB32= ${LDCONFIG} -32 +NO_STAGE= yes .include ONLY_FOR_ARCH= i386 amd64 Modified: head/misc/compat5x/Makefile ============================================================================== --- head/misc/compat5x/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/compat5x/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -28,6 +28,7 @@ TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} +NO_STAGE= yes .include .if ${ARCH} == "sparc64" Modified: head/misc/compat6x/Makefile ============================================================================== --- head/misc/compat6x/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/compat6x/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -22,6 +22,7 @@ TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} +NO_STAGE= yes .include .if ${ARCH} == "sparc64" Modified: head/misc/compat7x/Makefile ============================================================================== --- head/misc/compat7x/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/compat7x/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -20,6 +20,7 @@ TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} +NO_STAGE= yes .include .if ${OSVERSION} < 700000 Modified: head/misc/compat8x/Makefile ============================================================================== --- head/misc/compat8x/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/compat8x/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -20,6 +20,7 @@ TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} +NO_STAGE= yes .include .if ${OSVERSION} < 800000 Modified: head/misc/compat9x/Makefile ============================================================================== --- head/misc/compat9x/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/compat9x/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -19,6 +19,7 @@ TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} +NO_STAGE= yes .include .if ${OSVERSION} < 900000 Modified: head/misc/countrycodes/Makefile ============================================================================== --- head/misc/countrycodes/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/countrycodes/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -23,6 +23,7 @@ MAKE_ARGS= prefix="${PREFIX}" CC="${CC}" OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-install: Modified: head/misc/cpuid/Makefile ============================================================================== --- head/misc/cpuid/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/cpuid/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -13,6 +13,7 @@ COMMENT= CPU identification utility PLIST_FILES= bin/cpuid ONLY_FOR_ARCHS= i386 amd64 +NO_STAGE= yes post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak && \ ${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC}/Makefile Modified: head/misc/crosspad/Makefile ============================================================================== --- head/misc/crosspad/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/crosspad/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -17,6 +17,7 @@ MAN1= crosspad2ps.1 crosspad2eps.1 cross DOCS= PROTOCOL README.english README.japanese +NO_STAGE= yes .include post-install: Modified: head/misc/cs/Makefile ============================================================================== --- head/misc/cs/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/cs/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: cs -# Date created: Jun 30, 2005 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= cs PORTVERSION= 0.9.5 @@ -25,6 +20,7 @@ NO_BUILD= yes PLIST_FILES= bin/xs +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,/usr/bin/python,${SETENV} python," ${WRKSRC}/xs.py Modified: head/misc/cstream/Makefile ============================================================================== --- head/misc/cstream/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/cstream/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes MAN1= cstream.1 PLIST_FILES= bin/cstream +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^if \[/s| $$CFLAGS | "$$CFLAGS" |' ${WRKSRC}/configure Modified: head/misc/cuecat/Makefile ============================================================================== --- head/misc/cuecat/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/cuecat/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -23,6 +23,7 @@ MAN1+= xcuecat.1 USE_PYTHON= yes WRKSRC= ${WRKDIR}/cuecat +NO_STAGE= yes pre-install: @${MV} ${WRKSRC}/cuecat.py ${WRKSRC}/cuecat.py-orig @${SED} 's;/usr/opt;${PREFIX};' ${WRKSRC}/cuecat.py-orig >${WRKSRC}/cuecat.py Modified: head/misc/cwish/Makefile ============================================================================== --- head/misc/cwish/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/cwish/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: cwish -# Date created: Thur Sept 25, 1998 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= cwish PORTVERSION= 3.52 @@ -20,6 +15,7 @@ ALL_TARGET= cwish MAN1= cwish.1 PLIST_FILES= bin/cwish +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 65d ${WRKSRC}/cwish.h Modified: head/misc/dahdi-kmod/Makefile ============================================================================== --- head/misc/dahdi-kmod/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/dahdi-kmod/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -46,6 +46,7 @@ GROUPS= dahdi ONLY_FOR_ARCHS= i386 amd64 sparc64 CONFLICTS= zaptel-[0-9]* dahdi-kmod26-* +NO_STAGE= yes .include .if ${OSVERSION} < 703000 || (${OSVERSION} >= 800000 && ${OSVERSION} < 800108) Modified: head/misc/dahdi-kmod26/Makefile ============================================================================== --- head/misc/dahdi-kmod26/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/dahdi-kmod26/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -50,6 +50,7 @@ GROUPS= dahdi ONLY_FOR_ARCHS= i386 amd64 sparc64 CONFLICTS= zaptel-[0-9]* dahdi-kmod-* +NO_STAGE= yes .include .if ${OSVERSION} < 703000 || (${OSVERSION} >= 800000 && ${OSVERSION} < 800108) Modified: head/misc/dahdi/Makefile ============================================================================== --- head/misc/dahdi/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/dahdi/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# Ports collection makefile for: dahdi -# Date created: 3 Mar 2010 -# Whom: Maxim Khon -# +# Created by: Maxim Khon # $FreeBSD$ -# PORTNAME= dahdi PORTVERSION= ${DAHDI_VERSION:S/-//g} @@ -38,6 +34,7 @@ MAN8= dahdi_cfg.8\ dahdi_tool.8\ fxotune.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/etc,${PREFIX}/etc,g'\ ${WRKSRC}/dahdi_cfg.c ${WRKSRC}/fxotune.c\ Modified: head/misc/ddate/Makefile ============================================================================== --- head/misc/ddate/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/ddate/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -38,6 +38,7 @@ KILLBOB_DESC= Countdown to X-Day OPTIONS_DEFAULT=KILLBOB +NO_STAGE= yes .include .if ${PORT_OPTIONS:MUSFORMAT} Modified: head/misc/deco/Makefile ============================================================================== --- head/misc/deco/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/deco/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: deco -# Date created: 16 Dec 1997 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= deco PORTVERSION= 3.9 @@ -22,4 +18,5 @@ CONFIGURE_ENV= ac_cv_lib_ncurses_tgetent MAN1= deco.1 MANLANG= "" ru.KOI8-R +NO_STAGE= yes .include Modified: head/misc/dejagnu/Makefile ============================================================================== --- head/misc/dejagnu/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/dejagnu/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -21,4 +21,5 @@ GNU_CONFIGURE= yes MAN1= runtest.1 INFO= ${PORTNAME} +NO_STAGE= yes .include Modified: head/misc/delay/Makefile ============================================================================== --- head/misc/delay/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/delay/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: misc/delay -# Date created: 03 Mar 1999 -# Whom: gmarco@giovannelli.it -# +# Created by: gmarco@giovannelli.it # $FreeBSD$ -# PORTNAME= delay PORTVERSION= 1.6 @@ -19,6 +15,7 @@ GNU_CONFIGURE= yes MAN1= delay.1 PLIST_FILES= bin/delay +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/delay ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/delay.1 ${MANPREFIX}/man/man1 Modified: head/misc/detachtty/Makefile ============================================================================== --- head/misc/detachtty/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/detachtty/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: detachtty -# Date created: 25 March 2003 -# Whom: johs -# +# Created by: johs # $FreeBSD$ -# PORTNAME= detachtty PORTVERSION= 9 @@ -21,6 +17,7 @@ MAN1= detachtty.1 MLINKS= detachtty.1 attachtty.1 MANCOMPRESSED= no +NO_STAGE= yes post-install: .if !defined(NO_INSTALL_MANPAGES) ${INSTALL_MAN} ${WRKSRC}/detachtty.1 ${MANPREFIX}/man/man1 Modified: head/misc/diary-hercules/Makefile ============================================================================== --- head/misc/diary-hercules/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/diary-hercules/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -24,6 +24,7 @@ USE_WX= 2.6+ WX_UNICODE= yes WX_COMPS= python +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \ ${WRKSRC}/Hercules/globals.py Modified: head/misc/diction/Makefile ============================================================================== --- head/misc/diction/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/diction/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: diction -# Date created: 2 August 1998 -# Whom: J Han -# +# Created by: J Han # $FreeBSD$ -# PORTNAME= diction PORTVERSION= 1.11 @@ -22,4 +18,5 @@ PLIST_DIRS= share/diction MAN1= diction.1 style.1 +NO_STAGE= yes .include Modified: head/misc/digitemp/Makefile ============================================================================== --- head/misc/digitemp/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/digitemp/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -27,6 +27,7 @@ ALL_TARGET= ds9097 ds9097u OPTIONS_DEFINE= DOCS +NO_STAGE= yes pre-install: ${CP} ${WRKSRC}/${MAN1} ${WRKSRC}/digitemp.1.M ${CAT} ${WRKSRC}/digitemp.1.M | ${SED} -e "s/dev\/ttyS/dev\/cuau/g" > ${WRKSRC}/${MAN1} Modified: head/misc/display/Makefile ============================================================================== --- head/misc/display/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/display/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: display -# Date created: 25 August 1997 -# Whom: Stephen J. Roznowski -# +# Created by: Stephen J. Roznowski # $FreeBSD$ -# PORTNAME= display PORTVERSION= 1.2a @@ -19,6 +15,7 @@ GNU_CONFIGURE= yes DISPLAY_PROGRAM_PREFIX?= .if empty(DISPLAY_PROGRAM_PREFIX) +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "NOTE: You may set DISPLAY_PROGRAM_PREFIX to change the name of the 'display'" @${ECHO_MSG} "utility so that it does not conflict with similarly named files from" Modified: head/misc/dnetc/Makefile ============================================================================== --- head/misc/dnetc/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/misc/dnetc/Makefile Fri Sep 20 20:50:57 2013 (r327745) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dnetc -# Date created: 26 Dec 1999 -# Whom: dbaker -# +# Created by: dbaker # $FreeBSD$ -# PORTNAME= dnetc PORTVERSION= ${VERSION} @@ -46,6 +42,7 @@ SUB_LIST= BINDIR="${BINDIR}" \ CLIENTGROUP="${CLIENTGROUP}" \ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 20:55:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 05F3D6E4; Fri, 20 Sep 2013 20:55:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E4BF22142; Fri, 20 Sep 2013 20:55:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KKtObk067312; Fri, 20 Sep 2013 20:55:24 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KKt6lk067189; Fri, 20 Sep 2013 20:55:06 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202055.r8KKt6lk067189@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 20:55:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327746 - in head/math: GiNaC PDL R R-cran-ChangeAnomalyDetection R-cran-Formula R-cran-KFAS R-cran-LearnBayes R-cran-MCMCpack R-cran-RHmm R-cran-RSvgDevice R-cran-RcppArmadillo R-cran-... 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.14 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: Fri, 20 Sep 2013 20:55:25 -0000 Author: bapt Date: Fri Sep 20 20:55:04 2013 New Revision: 327746 URL: http://svnweb.freebsd.org/changeset/ports/327746 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: math) Modified: head/math/GiNaC/Makefile head/math/PDL/Makefile head/math/R-cran-ChangeAnomalyDetection/Makefile head/math/R-cran-Formula/Makefile head/math/R-cran-KFAS/Makefile head/math/R-cran-LearnBayes/Makefile head/math/R-cran-MCMCpack/Makefile head/math/R-cran-RHmm/Makefile head/math/R-cran-RSvgDevice/Makefile head/math/R-cran-RcppArmadillo/Makefile head/math/R-cran-SuppDists/Makefile head/math/R-cran-Zelig/Makefile head/math/R-cran-bdsmatrix/Makefile head/math/R-cran-car/Makefile head/math/R-cran-coda/Makefile head/math/R-cran-deldir/Makefile head/math/R-cran-dlmodeler/Makefile head/math/R-cran-forecast/Makefile head/math/R-cran-fracdiff/Makefile head/math/R-cran-gpclib/Makefile head/math/R-cran-gss/Makefile head/math/R-cran-gtable/Makefile head/math/R-cran-igraph/Makefile head/math/R-cran-inline/Makefile head/math/R-cran-labeling/Makefile head/math/R-cran-memisc/Makefile head/math/R-cran-mvtnorm/Makefile head/math/R-cran-nnls/Makefile head/math/R-cran-outliers/Makefile head/math/R-cran-psych/Makefile head/math/R-cran-quadprog/Makefile head/math/R-cran-sandwich/Makefile head/math/R-cran-sm/Makefile head/math/R-cran-sp/Makefile head/math/R-cran-spdep/Makefile head/math/R-cran-stabledist/Makefile head/math/R-cran-xts/Makefile head/math/R-cran-zoo/Makefile head/math/R/Makefile head/math/aamath/Makefile head/math/abacus/Makefile head/math/abakus/Makefile head/math/abs/Makefile head/math/add/Makefile head/math/algae/Makefile head/math/algotutor/Makefile head/math/alt-ergo/Makefile head/math/analitza/Makefile head/math/ann/Makefile head/math/apc/Makefile head/math/aribas/Makefile head/math/armadillo/Makefile head/math/arpack++/Makefile head/math/arpack-ng/Makefile head/math/arpack/Makefile head/math/asir2000/Makefile head/math/asymptote/Makefile head/math/atlas-devel/Makefile head/math/atlas/Makefile head/math/bamg/Makefile head/math/bargraph/Makefile head/math/biggles/Makefile head/math/bihar/Makefile head/math/blacs/Makefile head/math/blas/Makefile head/math/blitz++/Makefile head/math/blocksolve95/Makefile head/math/calc/Makefile head/math/calcoo/Makefile head/math/calctool/Makefile head/math/cantor/Makefile head/math/carve/Makefile head/math/cblas/Makefile head/math/ccmath/Makefile head/math/cgal/Makefile head/math/chaco/Makefile head/math/chryzodus/Makefile head/math/clarence/Makefile head/math/clasp/Makefile head/math/clipper/Makefile head/math/cln/Makefile head/math/cloog/Makefile head/math/clp/Makefile head/math/coinmp/Makefile head/math/concorde/Makefile head/math/convertall/Makefile head/math/coq/Makefile head/math/crlibm/Makefile head/math/cvc3/Makefile head/math/dcdflib/Makefile head/math/diehard/Makefile head/math/dieharder/Makefile head/math/djbfft/Makefile head/math/drgeo/Makefile head/math/dynare/Makefile head/math/e/Makefile head/math/edenmath/Makefile head/math/eigen2/Makefile head/math/eigen3/Makefile head/math/eispack/Makefile head/math/elmer-umfpack/Makefile head/math/emacs-calc/Makefile head/math/emc2/Makefile head/math/ent/Makefile head/math/entropy/Makefile head/math/ess/Makefile head/math/eukleides/Makefile head/math/eval/Makefile head/math/facile/Makefile head/math/fann/Makefile head/math/fbm/Makefile head/math/fflas-ffpack/Makefile head/math/fftw-float/Makefile head/math/fftw/Makefile head/math/fftw3-float/Makefile head/math/fftw3-long/Makefile head/math/fftw3-quad/Makefile head/math/fftw3/Makefile head/math/fityk/Makefile head/math/fpc-fftw/Makefile head/math/fpc-gmp/Makefile head/math/fpc-numlib/Makefile head/math/freefem/Makefile head/math/freemat-mpi/Makefile head/math/freemat/Makefile head/math/fricas/Makefile head/math/fxt/Makefile head/math/galculator/Makefile head/math/gambit/Makefile head/math/gap/Makefile head/math/gcalctool/Makefile head/math/gdcalc/Makefile head/math/geg/Makefile head/math/geogebra-i18n/Makefile head/math/geonext/Makefile head/math/gexpr/Makefile head/math/ggobi/Makefile head/math/giacxcas/Makefile head/math/givaro/Makefile head/math/gkmap/Makefile head/math/glgraph/Makefile head/math/glm/Makefile head/math/glpk/Makefile head/math/gmm++/Makefile head/math/gmp-ecm/Makefile head/math/gmp/Makefile head/math/gnubc/Makefile head/math/gnumeric/Makefile head/math/gnuplot/Makefile head/math/goblin/Makefile head/math/gotoblas/Makefile head/math/grace/Makefile head/math/gracetmpl/Makefile head/math/graphthing/Makefile head/math/gretl/Makefile head/math/gri/Makefile head/math/grpn/Makefile head/math/gsl/Makefile head/math/hs-Agda/Makefile head/math/hs-NumInstances/Makefile head/math/hs-categories/Makefile head/math/hs-comonad-transformers/Makefile head/math/hs-comonad/Makefile head/math/hs-comonads-fd/Makefile head/math/hs-contravariant/Makefile head/math/hs-data-lens-template/Makefile head/math/hs-data-lens/Makefile head/math/hs-distributive/Makefile head/math/hs-erf/Makefile head/math/hs-groupoids/Makefile head/math/hs-ieee754/Makefile head/math/hs-math-functions/Makefile head/math/hs-mwc-random/Makefile head/math/hs-nats/Makefile head/math/hs-pointed/Makefile head/math/hs-probability/Makefile head/math/hs-semigroupoid-extras/Makefile head/math/hs-semigroupoids/Makefile head/math/hs-semigroups/Makefile head/math/hs-statistics/Makefile head/math/hs-vector-space/Makefile head/math/igraph/Makefile head/math/isabelle/Makefile head/math/ised/Makefile head/math/itl/Makefile head/math/jacal/Makefile head/math/jags/Makefile head/math/jakarta-commons-math/Makefile head/math/jakarta-commons-math3/Makefile head/math/jama/Makefile head/math/javanns/Makefile head/math/javaview/Makefile head/math/jeuclid/Makefile head/math/jlatexmath/Makefile head/math/jsmath-fonts-sprite/Makefile head/math/jsmath-fonts/Makefile head/math/jsmath/Makefile head/math/jtransforms/Makefile head/math/jts/Makefile head/math/kalgebra/Makefile head/math/kash3/Makefile head/math/kbruch/Makefile head/math/kcalc/Makefile head/math/kig/Makefile head/math/kktdirect/Makefile head/math/kmplot/Makefile head/math/labplot/Makefile head/math/lambda/Makefile head/math/lapack++/Makefile head/math/lapack/Makefile head/math/lapack95/Makefile head/math/lapacke/Makefile head/math/laspack/Makefile head/math/ldouble/Makefile head/math/levmar/Makefile head/math/libR/Makefile head/math/libRmath/Makefile head/math/libflame/Makefile head/math/libjbigi/Makefile head/math/liblbfgs/Makefile head/math/libmissing/Makefile head/math/libneural/Makefile head/math/libocas/Makefile head/math/liborigin/Makefile head/math/libqalculate/Makefile head/math/libranlip/Makefile head/math/libtommath/Makefile head/math/libtsnnls/Makefile head/math/linpack/Makefile head/math/linux-relview/Makefile head/math/lll_spect/Makefile head/math/lp_solve/Makefile head/math/lrng/Makefile head/math/ltl/Makefile head/math/ltl2ba/Makefile head/math/lybniz/Makefile head/math/mathomatic/Makefile head/math/matio/Makefile head/math/matlab-R2012a-installer/Makefile head/math/matrices/Makefile head/math/matrix/Makefile head/math/maxima/Makefile head/math/mbasecalc/Makefile head/math/metis-edf/Makefile head/math/metis/Makefile head/math/metis4/Makefile head/math/mingw32-libgmp/Makefile head/math/minisat/Makefile head/math/moo/Makefile head/math/mpc/Makefile head/math/mpexpr/Makefile head/math/mpfr/Makefile head/math/mprime/Makefile head/math/msieve/Makefile head/math/mtl/Makefile head/math/mtrxmath/Makefile head/math/mumps-mpich/Makefile head/math/mumps/Makefile head/math/muparser/Makefile head/math/naturalmath/Makefile head/math/nauty/Makefile head/math/ndiff/Makefile head/math/newmat/Makefile head/math/ngraph/Makefile head/math/ntl/Makefile head/math/numdiff/Makefile head/math/nyh-hoc/Makefile head/math/ocaml-ocamlgraph/Makefile head/math/ocamlgsl/Makefile head/math/octave-forge-actuarial/Makefile head/math/octave-forge-ad/Makefile head/math/octave-forge-audio/Makefile head/math/octave-forge-base/Makefile head/math/octave-forge-bim/Makefile head/math/octave-forge-bioinfo/Makefile head/math/octave-forge-cgi/Makefile head/math/octave-forge-civil-engineering/Makefile head/math/octave-forge-communications/Makefile head/math/octave-forge-control/Makefile head/math/octave-forge-data-smoothing/Makefile head/math/octave-forge-database/Makefile head/math/octave-forge-dataframe/Makefile head/math/octave-forge-dicom/Makefile head/math/octave-forge-econometrics/Makefile head/math/octave-forge-engine/Makefile head/math/octave-forge-fenv/Makefile head/math/octave-forge-financial/Makefile head/math/octave-forge-fits/Makefile head/math/octave-forge-fl-core/Makefile head/math/octave-forge-fpl/Makefile head/math/octave-forge-fuzzy-logic-toolkit/Makefile head/math/octave-forge-ga/Makefile head/math/octave-forge-general/Makefile head/math/octave-forge-generate_html/Makefile head/math/octave-forge-geometry/Makefile head/math/octave-forge-gnuplot/Makefile head/math/octave-forge-gsl/Makefile head/math/octave-forge-ident/Makefile head/math/octave-forge-image/Makefile head/math/octave-forge-informationtheory/Makefile head/math/octave-forge-integration/Makefile head/math/octave-forge-io/Makefile head/math/octave-forge-irsa/Makefile head/math/octave-forge-linear-algebra/Makefile head/math/octave-forge-lssa/Makefile head/math/octave-forge-ltfat/Makefile head/math/octave-forge-mapping/Makefile head/math/octave-forge-mechanics/Makefile head/math/octave-forge-miscellaneous/Makefile head/math/octave-forge-missing-functions/Makefile head/math/octave-forge-msh/Makefile head/math/octave-forge-multicore/Makefile head/math/octave-forge-nan/Makefile head/math/octave-forge-ncarray/Makefile head/math/octave-forge-netcdf/Makefile head/math/octave-forge-nlwing2/Makefile head/math/octave-forge-nnet/Makefile head/math/octave-forge-nurbs/Makefile head/math/octave-forge-ocs/Makefile head/math/octave-forge-oct2mat/Makefile head/math/octave-forge-octcdf/Makefile head/math/octave-forge-octclip/Makefile head/math/octave-forge-octgpr/Makefile head/math/octave-forge-octproj/Makefile head/math/octave-forge-odebvp/Makefile head/math/octave-forge-odepkg/Makefile head/math/octave-forge-optim/Makefile head/math/octave-forge-optiminterp/Makefile head/math/octave-forge-outliers/Makefile head/math/octave-forge-parallel/Makefile head/math/octave-forge-pdb/Makefile head/math/octave-forge-plot/Makefile head/math/octave-forge-pt_br/Makefile head/math/octave-forge-quaternion/Makefile head/math/octave-forge-queueing/Makefile head/math/octave-forge-secs1d/Makefile head/math/octave-forge-secs2d/Makefile head/math/octave-forge-secs3d/Makefile head/math/octave-forge-signal/Makefile head/math/octave-forge-simp/Makefile head/math/octave-forge-sockets/Makefile head/math/octave-forge-specfun/Makefile head/math/octave-forge-special-matrix/Makefile head/math/octave-forge-spline-gcvspl/Makefile head/math/octave-forge-splines/Makefile head/math/octave-forge-statistics/Makefile head/math/octave-forge-strings/Makefile head/math/octave-forge-struct/Makefile head/math/octave-forge-symband/Makefile head/math/octave-forge-symbolic/Makefile head/math/octave-forge-tcl-octave/Makefile head/math/octave-forge-tsa/Makefile head/math/octave-forge-video/Makefile head/math/octave-forge-xraylib/Makefile head/math/octave-forge-zenity/Makefile head/math/octave-forge/Makefile head/math/octave/Makefile head/math/ogdf/Makefile head/math/oleo/Makefile head/math/open-axiom/Makefile head/math/openblas/Makefile head/math/orpie/Makefile head/math/p5-AI-DecisionTree/Makefile head/math/p5-AI-Genetic/Makefile head/math/p5-AI-NeuralNet-BackProp/Makefile head/math/p5-AI-Perceptron/Makefile head/math/p5-Algorithm-Combinatorics/Makefile head/math/p5-Algorithm-CurveFit/Makefile head/math/p5-Algorithm-KMeans/Makefile head/math/p5-Algorithm-Munkres/Makefile head/math/p5-Bit-ShiftReg/Makefile head/math/p5-Bit-Vector-Minimal/Makefile head/math/p5-Bit-Vector/Makefile head/math/p5-CAD-Calc/Makefile head/math/p5-Chart-Math-Axis/Makefile head/math/p5-Data-Float/Makefile head/math/p5-Date-Handler/Makefile head/math/p5-GIS-Distance-Fast/Makefile head/math/p5-GIS-Distance-Lite/Makefile head/math/p5-GIS-Distance/Makefile head/math/p5-Geo-Coordinates-UTM/Makefile head/math/p5-Geo-Distance-XS/Makefile head/math/p5-Geo-Distance/Makefile head/math/p5-Graph/Makefile head/math/p5-Math-Algebra-Symbols/Makefile head/math/p5-Math-Base36/Makefile head/math/p5-Math-Base85/Makefile head/math/p5-Math-BaseCalc/Makefile head/math/p5-Math-BaseCnv/Makefile head/math/p5-Math-Bezier-Convert/Makefile head/math/p5-Math-Bezier/Makefile head/math/p5-Math-BigInt-FastCalc/Makefile head/math/p5-Math-BigInt-GMP/Makefile head/math/p5-Math-BigInt-Pari/Makefile head/math/p5-Math-BigInt/Makefile head/math/p5-Math-BigRat/Makefile head/math/p5-Math-CDF/Makefile head/math/p5-Math-Calc-Units/Makefile head/math/p5-Math-Cephes/Makefile head/math/p5-Math-Combinatorics/Makefile head/math/p5-Math-Complex/Makefile head/math/p5-Math-ConvexHull/Makefile head/math/p5-Math-Currency/Makefile head/math/p5-Math-Derivative/Makefile head/math/p5-Math-Evol/Makefile head/math/p5-Math-Expr/Makefile head/math/p5-Math-FFT/Makefile head/math/p5-Math-FixedPrecision/Makefile head/math/p5-Math-GMP/Makefile head/math/p5-Math-GMPf/Makefile head/math/p5-Math-GMPq/Makefile head/math/p5-Math-GMPz/Makefile head/math/p5-Math-GSL/Makefile head/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile head/math/p5-Math-Geometry-Planar-GPC/Makefile head/math/p5-Math-Geometry-Planar-Offset/Makefile head/math/p5-Math-Geometry-Planar/Makefile head/math/p5-Math-Geometry-Voronoi/Makefile head/math/p5-Math-Geometry/Makefile head/math/p5-Math-Gradient/Makefile head/math/p5-Math-Int128/Makefile head/math/p5-Math-Int64/Makefile head/math/p5-Math-Interpolate/Makefile head/math/p5-Math-Intersection-StraightLine/Makefile head/math/p5-Math-Logic/Makefile head/math/p5-Math-MPC/Makefile head/math/p5-Math-MPFR/Makefile head/math/p5-Math-Matrix/Makefile head/math/p5-Math-NumberCruncher/Makefile head/math/p5-Math-Pari/Makefile head/math/p5-Math-Polygon-Tree/Makefile head/math/p5-Math-Polygon/Makefile head/math/p5-Math-Polynomial-Solve/Makefile head/math/p5-Math-Prime-XS/Makefile head/math/p5-Math-RPN/Makefile head/math/p5-Math-Random-ISAAC-XS/Makefile head/math/p5-Math-Random-ISAAC/Makefile head/math/p5-Math-Random-MT-Auto/Makefile head/math/p5-Math-Random-MT/Makefile head/math/p5-Math-Random-OO/Makefile head/math/p5-Math-Random-Secure/Makefile head/math/p5-Math-Random/Makefile head/math/p5-Math-RandomOrg/Makefile head/math/p5-Math-Round-Var/Makefile head/math/p5-Math-Round/Makefile head/math/p5-Math-Sequence/Makefile head/math/p5-Math-Series/Makefile head/math/p5-Math-SigFigs/Makefile head/math/p5-Math-SimpleVariable/Makefile head/math/p5-Math-Spline/Makefile head/math/p5-Math-String/Makefile head/math/p5-Math-Symbolic-Custom-CCompiler/Makefile head/math/p5-Math-Symbolic-Custom-Contains/Makefile head/math/p5-Math-Symbolic-Custom-ErrorPropagation/Makefile head/math/p5-Math-Symbolic-Custom-LaTeXDumper/Makefile head/math/p5-Math-Symbolic-Custom-Pattern/Makefile head/math/p5-Math-Symbolic-Custom-Simplification/Makefile head/math/p5-Math-Symbolic-Custom-Transformation/Makefile head/math/p5-Math-Symbolic/Makefile head/math/p5-Math-SymbolicX-BigNum/Makefile head/math/p5-Math-SymbolicX-Complex/Makefile head/math/p5-Math-SymbolicX-Error/Makefile head/math/p5-Math-SymbolicX-Inline/Makefile head/math/p5-Math-SymbolicX-NoSimplification/Makefile head/math/p5-Math-SymbolicX-ParserExtensionFactory/Makefile head/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile head/math/p5-Math-TrulyRandom/Makefile head/math/p5-Math-Units/Makefile head/math/p5-Math-Vec/Makefile head/math/p5-Math-VecStat/Makefile head/math/p5-Math-VectorReal/Makefile head/math/p5-MatrixReal/Makefile head/math/p5-NetCDF/Makefile head/math/p5-Number-Compare/Makefile head/math/p5-Number-Fraction/Makefile head/math/p5-Number-Uncertainty/Makefile head/math/p5-Number-WithError-LaTeX/Makefile head/math/p5-Number-WithError/Makefile head/math/p5-Parse-Range/Makefile head/math/p5-Roman/Makefile head/math/p5-Set-IntSpan-Fast-XS/Makefile head/math/p5-Set-IntSpan-Fast/Makefile head/math/p5-Set-IntSpan/Makefile head/math/p5-Set-Partition/Makefile head/math/p5-Set-Window/Makefile head/math/p5-Statistics-Basic/Makefile head/math/p5-Statistics-Benford/Makefile head/math/p5-Statistics-ChiSquare/Makefile head/math/p5-Statistics-Contingency/Makefile head/math/p5-Statistics-Descriptive-Discrete/Makefile head/math/p5-Statistics-Descriptive/Makefile head/math/p5-Statistics-Distributions/Makefile head/math/p5-Statistics-Forecast/Makefile head/math/p5-Statistics-Frequency/Makefile head/math/p5-Statistics-LTU/Makefile head/math/p5-Statistics-LineFit/Makefile head/math/p5-Statistics-Lite/Makefile head/math/p5-Statistics-OLS/Makefile head/math/p5-Statistics-R/Makefile head/math/p5-Statistics-Regression/Makefile head/math/p5-Statistics-TTest/Makefile head/math/p5-Task-Math-Symbolic/Makefile head/math/p5-Text-AsciiTeX/Makefile head/math/p5-bignum/Makefile head/math/pari/Makefile head/math/parmetis/Makefile head/math/parmgridgen/Makefile head/math/pear-Math_BigInteger/Makefile head/math/pear-Math_Combinatorics/Makefile head/math/pecl-big_int/Makefile head/math/pecl-bitset/Makefile head/math/pecl-stats/Makefile head/math/petsc/Makefile head/math/php5-bcmath/Makefile head/math/php5-gmp/Makefile head/math/php52-bcmath/Makefile head/math/php52-gmp/Makefile head/math/php53-bcmath/Makefile head/math/php53-gmp/Makefile head/math/php55-bcmath/Makefile head/math/php55-gmp/Makefile head/math/physcalc/Makefile head/math/plman/Makefile head/math/ploticus-nox11/Makefile head/math/ploticus/Makefile head/math/plplot/Makefile head/math/polymake/Makefile head/math/primegen/Makefile head/math/prng/Makefile head/math/proofgeneral/Makefile head/math/pspp/Makefile head/math/pure-mpfr/Makefile head/math/pure-rational/Makefile head/math/py-apgl/Makefile head/math/py-basemap-data/Makefile head/math/py-basemap/Makefile head/math/py-bitvector/Makefile head/math/py-ffc/Makefile head/math/py-fiat/Makefile head/math/py-fpconst/Makefile head/math/py-gato/Makefile head/math/py-gmpy/Makefile head/math/py-gnuplot/Makefile head/math/py-graphillion/Makefile head/math/py-graphtool/Makefile head/math/py-gsl/Makefile head/math/py-igraph/Makefile head/math/py-mathdom/Makefile head/math/py-matplotlib/Makefile head/math/py-mpmath/Makefile head/math/py-munkres/Makefile head/math/py-networkx/Makefile head/math/py-numarray/Makefile head/math/py-numeric/Makefile head/math/py-numexpr/Makefile head/math/py-numpy/Makefile head/math/py-nzmath/Makefile head/math/py-pandas/Makefile head/math/py-plastex/Makefile head/math/py-probstat/Makefile head/math/py-pybloom/Makefile head/math/py-pymc/Makefile head/math/py-roman/Makefile head/math/py-scientific/Makefile head/math/py-svgmath/Makefile head/math/py-symeig/Makefile head/math/py-sympy/Makefile head/math/py-ufl/Makefile head/math/py-viper/Makefile head/math/qalculate/Makefile head/math/qd/Makefile head/math/qhull/Makefile head/math/qhull5/Makefile head/math/qrupdate/Makefile head/math/qtiplot-doc/Makefile head/math/qtiplot/Makefile head/math/qtoctave/Makefile head/math/qwtplot3d-qt4/Makefile head/math/randlib/Makefile head/math/rapid/Makefile head/math/reed-solomon/Makefile head/math/rkward-kde4/Makefile head/math/rngstreams/Makefile head/math/rocs/Makefile head/math/ros-geometry/Makefile head/math/rpcalc/Makefile head/math/rpy/Makefile head/math/rpy2/Makefile head/math/ruby-algebra/Makefile head/math/ruby-fftw3/Makefile head/math/ruby-gnuplot/Makefile head/math/ruby-gsl/Makefile head/math/ruby-narray/Makefile head/math/ruby-narray_miss/Makefile head/math/ruby-numru_misc/Makefile head/math/ruby-numru_units/Makefile head/math/saga/Makefile head/math/sage/Makefile head/math/sc/Makefile head/math/scalapack/Makefile head/math/scilab-toolbox-sivp/Makefile head/math/scilab-toolbox-swt/Makefile head/math/scilab/Makefile head/math/sdpa-gmp/Makefile head/math/sdpa/Makefile head/math/sdpara/Makefile head/math/sedumi/Makefile head/math/sfft/Makefile head/math/simd-viterbi/Makefile head/math/slatec/Makefile head/math/slgrace/Makefile head/math/snns/Makefile head/math/solitaire/Makefile head/math/spar/Makefile head/math/spblas/Makefile head/math/speedcrunch/Makefile head/math/spooles-mpich/Makefile head/math/spooles/Makefile head/math/stp/Makefile head/math/suitesparse/Makefile head/math/superlu/Makefile head/math/superlu_mt/Makefile head/math/surf/Makefile head/math/tablix/Makefile head/math/taucs/Makefile head/math/testu01/Makefile head/math/tetgen/Makefile head/math/timbl/Makefile head/math/tomsfastmath/Makefile head/math/topaz/Makefile head/math/triangle/Makefile head/math/trlan/Makefile head/math/truthtable/Makefile head/math/tvmet/Makefile head/math/ufc/Makefile head/math/umatrix/Makefile head/math/ump/Makefile head/math/units/Makefile head/math/unixstat/Makefile head/math/unuran/Makefile head/math/vtk-data/Makefile head/math/vtk-examples/Makefile head/math/vtk-headers/Makefile head/math/vtk-java/Makefile head/math/vtk-python/Makefile head/math/vtk-tcl/Makefile head/math/vtk/Makefile head/math/vtk5-data/Makefile head/math/vtk5/Makefile head/math/wcalc/Makefile head/math/wfmath/Makefile head/math/wingz/Makefile head/math/wingz3/Makefile head/math/wxMaxima/Makefile head/math/x12arima/Makefile head/math/xblas/Makefile head/math/xgobi/Makefile head/math/xgraph/Makefile head/math/xlapack/Makefile head/math/xldlas/Makefile head/math/xlispstat/Makefile head/math/xplot/Makefile head/math/xppaut/Makefile head/math/xspread/Makefile head/math/yacas/Makefile Modified: head/math/GiNaC/Makefile ============================================================================== --- head/math/GiNaC/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/GiNaC/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -24,6 +24,7 @@ INFO= ginac ginac-examples CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include .if ${ARCH} == "alpha" Modified: head/math/PDL/Makefile ============================================================================== --- head/math/PDL/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/PDL/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -42,6 +42,7 @@ F77_DESC= Enable PDL::Minuit and PDL::Sl READLINE_DESC= Use GNU readline SINK_DESC= Include PDL kitchen sink +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPGPLOT} Modified: head/math/R-cran-ChangeAnomalyDetection/Makefile ============================================================================== --- head/math/R-cran-ChangeAnomalyDetection/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-ChangeAnomalyDetection/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -18,4 +18,5 @@ RUN_DEPENDS= R-cran-TTR>0:${PORTSDIR}/fi USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-Formula/Makefile ============================================================================== --- head/math/R-cran-Formula/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-Formula/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -15,4 +15,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-KFAS/Makefile ============================================================================== --- head/math/R-cran-KFAS/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-KFAS/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -16,4 +16,5 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-LearnBayes/Makefile ============================================================================== --- head/math/R-cran-LearnBayes/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-LearnBayes/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -16,4 +16,5 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-MCMCpack/Makefile ============================================================================== --- head/math/R-cran-MCMCpack/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-MCMCpack/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -19,4 +19,5 @@ USE_GCC= 4.2+ USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-RHmm/Makefile ============================================================================== --- head/math/R-cran-RHmm/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-RHmm/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -16,4 +16,5 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-RSvgDevice/Makefile ============================================================================== --- head/math/R-cran-RSvgDevice/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-RSvgDevice/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -12,4 +12,5 @@ COMMENT= A R SVG graphics device USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-RcppArmadillo/Makefile ============================================================================== --- head/math/R-cran-RcppArmadillo/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-RcppArmadillo/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -17,4 +17,5 @@ RUN_DEPENDS= R-cran-Rcpp>=0.10.2:${PORTS USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-SuppDists/Makefile ============================================================================== --- head/math/R-cran-SuppDists/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-SuppDists/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -25,6 +25,7 @@ WRKSRC = ${WRKDIR}/${PORTNAME} .if defined(MAINTAINER_MODE) USE_DOS2UNIX= ../${BENCHMARK_SCRIPT} +NO_STAGE= yes post-extract: @${CP} ${_DISTDIR}/${BENCHMARK_SCRIPT} ${WRKDIR} Modified: head/math/R-cran-Zelig/Makefile ============================================================================== --- head/math/R-cran-Zelig/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-Zelig/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -16,4 +16,5 @@ RUN_DEPENDS= R-cran-sandwich>=0:${PORTSD USE_R_MOD= yes R_MOD_AUTOPLIST=yes +NO_STAGE= yes .include Modified: head/math/R-cran-bdsmatrix/Makefile ============================================================================== --- head/math/R-cran-bdsmatrix/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-bdsmatrix/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -15,4 +15,5 @@ LICENSE= LGPL20 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-car/Makefile ============================================================================== --- head/math/R-cran-car/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-car/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -14,4 +14,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-coda/Makefile ============================================================================== --- head/math/R-cran-coda/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-coda/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -13,4 +13,5 @@ COMMENT= Output analysis and diagnostics USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-deldir/Makefile ============================================================================== --- head/math/R-cran-deldir/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-deldir/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -16,4 +16,5 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-dlmodeler/Makefile ============================================================================== --- head/math/R-cran-dlmodeler/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-dlmodeler/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -16,4 +16,5 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-forecast/Makefile ============================================================================== --- head/math/R-cran-forecast/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-forecast/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -22,4 +22,5 @@ RUN_DEPENDS= R-cran-tseries>0:${PORTSDIR USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-fracdiff/Makefile ============================================================================== --- head/math/R-cran-fracdiff/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-fracdiff/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -16,4 +16,5 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-gpclib/Makefile ============================================================================== --- head/math/R-cran-gpclib/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-gpclib/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -13,4 +13,5 @@ COMMENT= General Polygon Clipping Librar USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-gss/Makefile ============================================================================== --- head/math/R-cran-gss/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-gss/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -16,4 +16,5 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-gtable/Makefile ============================================================================== --- head/math/R-cran-gtable/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-gtable/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -14,4 +14,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-igraph/Makefile ============================================================================== --- head/math/R-cran-igraph/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-igraph/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -15,6 +15,7 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include .if ${ARCH} == "sparc64" Modified: head/math/R-cran-inline/Makefile ============================================================================== --- head/math/R-cran-inline/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-inline/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -12,4 +12,5 @@ COMMENT= Inline C, C++, Fortran function USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-labeling/Makefile ============================================================================== --- head/math/R-cran-labeling/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-labeling/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -14,4 +14,5 @@ LICENSE= MIT USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-memisc/Makefile ============================================================================== --- head/math/R-cran-memisc/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-memisc/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -14,4 +14,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-mvtnorm/Makefile ============================================================================== --- head/math/R-cran-mvtnorm/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-mvtnorm/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -13,4 +13,5 @@ COMMENT= Multivariate Normal and t Distr USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-nnls/Makefile ============================================================================== --- head/math/R-cran-nnls/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-nnls/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -15,4 +15,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-outliers/Makefile ============================================================================== --- head/math/R-cran-outliers/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-outliers/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -13,4 +13,5 @@ COMMENT= Collection of some tests common USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-psych/Makefile ============================================================================== --- head/math/R-cran-psych/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-psych/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -13,4 +13,5 @@ COMMENT= Psych package for the R project USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-quadprog/Makefile ============================================================================== --- head/math/R-cran-quadprog/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-quadprog/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -16,4 +16,5 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-sandwich/Makefile ============================================================================== --- head/math/R-cran-sandwich/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-sandwich/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -17,4 +17,5 @@ RUN_DEPENDS= R-cran-zoo>0:${PORTSDIR}/ma USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-sm/Makefile ============================================================================== --- head/math/R-cran-sm/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-sm/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -12,4 +12,5 @@ COMMENT= Smoothing methods for nonparame USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-sp/Makefile ============================================================================== --- head/math/R-cran-sp/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-sp/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -15,4 +15,5 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-spdep/Makefile ============================================================================== --- head/math/R-cran-spdep/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-spdep/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -20,4 +20,5 @@ RUN_DEPENDS= R-cran-sp>=0.9:${PORTSDIR}/ USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-stabledist/Makefile ============================================================================== --- head/math/R-cran-stabledist/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-stabledist/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -15,4 +15,5 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-xts/Makefile ============================================================================== --- head/math/R-cran-xts/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-xts/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -17,4 +17,5 @@ RUN_DEPENDS= R-cran-zoo>=1.7.10:${PORTSD USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R-cran-zoo/Makefile ============================================================================== --- head/math/R-cran-zoo/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R-cran-zoo/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -14,4 +14,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/R/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -65,6 +65,7 @@ OPTIONS_DEFAULT+= ICU PCRE_PORT THREADS .if !defined(LIBR_SLAVEPORT) RUN_DEPENDS+= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed USE_LDCONFIG= ${PREFIX}/lib/R/lib +NO_STAGE= yes #now only used to build the R.1 manpage: USES+= perl5 USE_PERL5= build Modified: head/math/aamath/Makefile ============================================================================== --- head/math/aamath/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/aamath/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 Modified: head/math/abacus/Makefile ============================================================================== --- head/math/abacus/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/abacus/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -21,6 +21,7 @@ ALL_TARGET= abacus WRKSRC= ${WRKDIR} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '\ s|%%LOCALBASE%%|${LOCALBASE}|g; \ Modified: head/math/abakus/Makefile ============================================================================== --- head/math/abakus/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/abakus/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -24,4 +24,5 @@ CMAKE_ARGS= -DCMAKE_REQUIRED_INCLUDES:ST LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include Modified: head/math/abs/Makefile ============================================================================== --- head/math/abs/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/abs/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -1,9 +1,5 @@ -# New ports collection makefile for: abs -# Date created: 20 January 1999 -# Whom: gmarco@giovannelli.it -# +# Created by: gmarco@giovannelli.it # $FreeBSD$ -# PORTNAME= abs PORTVERSION= 0908 @@ -20,6 +16,7 @@ PLIST_FILES= bin/abs USE_XORG= x11 xpm xaw WRKSRC= ${WRKDIR}/abs-src-0.908 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/trcasestr/strcasestr_/g' ${WRKSRC}/Database/cell.c Modified: head/math/add/Makefile ============================================================================== --- head/math/add/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/add/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -17,6 +17,7 @@ MAN1= add.1 PLIST_FILES= bin/add %%DATADIR%%/add.hlp PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/add ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/add.1 ${MANPREFIX}/man/man1 Modified: head/math/algae/Makefile ============================================================================== --- head/math/algae/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/algae/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -25,6 +25,7 @@ FORTRANLIBS= gfortranbegin gfortran MAN1= ${PORTNAME}.1 INFO= ${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,,,' \ ${WRKSRC}/src/mem.h \ Modified: head/math/algotutor/Makefile ============================================================================== --- head/math/algotutor/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/algotutor/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -26,6 +26,7 @@ LIBFILES= BST.pm Board.pm Collection.pm USES= shebangfix perl5 SHEBANG_FILES= algotutor +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,!!SITE_PERL!!,${SITE_PERL},' \ -e 's|!!PREFIX!!|${PREFIX}|g' \ Modified: head/math/alt-ergo/Makefile ============================================================================== --- head/math/alt-ergo/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/alt-ergo/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -27,6 +27,7 @@ MAN1= alt-ergo.1 OPTIONS_DEFINE= GUI OPTIONS_DEFAULT= GUI +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGUI} Modified: head/math/analitza/Makefile ============================================================================== --- head/math/analitza/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/analitza/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -20,4 +20,5 @@ USE_QT4= corelib gui opengl svg xml \ USE_GL= glu USE_LDCONFIG= yes +NO_STAGE= yes .include Modified: head/math/ann/Makefile ============================================================================== --- head/math/ann/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/ann/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ann -# Date created: 2010-04-23 -# Whom: Tz-Huan Huang -# +# Created by: Tz-Huan Huang # $FreeBSD$ -# PORTNAME= ann PORTVERSION= 1.1.2 @@ -18,6 +14,7 @@ WRKSRC= ${WRKDIR}/ann_1.1.2 USE_LDCONFIG= yes USE_GMAKE= yes +NO_STAGE= yes post-install: ${INSTALL_PROGRAM} ${WRKSRC}/lib/libann.so.0 ${PREFIX}/lib ${INSTALL_PROGRAM} ${WRKSRC}/lib/libann.a ${PREFIX}/lib Modified: head/math/apc/Makefile ============================================================================== --- head/math/apc/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/apc/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -1,9 +1,5 @@ -# New ports collection makefile for: apc -# Date created: May 1 1997 -# Whom: Eric A. Griff -# +# Created by: Eric A. Griff # $FreeBSD$ -# PORTNAME= apc PORTVERSION= 1.0 @@ -22,4 +18,5 @@ MAN1= apc.1 MANCOMPRESSED= yes PLIST_FILES= bin/apc +NO_STAGE= yes .include Modified: head/math/aribas/Makefile ============================================================================== --- head/math/aribas/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/aribas/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -1,9 +1,5 @@ -# New ports collection makefile for: aribas -# Date created: 2007-06-19 -# Whom: Lars Engels -# +# Created by: Lars Engels # $FreeBSD$ -# PORTNAME= aribas PORTVERSION= 1.64 @@ -21,6 +17,7 @@ PORTDOCS= README aribas.doc aribas.man a PORTEXAMPLES= README factor.ari pi.ari queens.ari MAN1= aribas.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^CC/d;' \ -e '/^CFLAGS/{s/=/+=/;s/-O -v//;}' \ Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/armadillo/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -16,4 +16,5 @@ LIB_DEPENDS= lapack:${PORTSDIR}/math/lap USES= cmake USE_LDCONFIG= yes +NO_STAGE= yes .include Modified: head/math/arpack++/Makefile ============================================================================== --- head/math/arpack++/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/arpack++/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -1,9 +1,5 @@ -# New ports collection makefile for: arpack++ -# Date created: 17 October 2003 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= arpack++ PORTVERSION= 1.2 @@ -47,6 +43,7 @@ USE_GMAKE= yes DOCS= README doc/arpackpp.ps.gz doc/bugs.txt doc/structure.txt +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC}/include -name "*.orig" -delete @${FIND} ${WRKSRC}/examples -name "*.orig" -delete Modified: head/math/arpack-ng/Makefile ============================================================================== --- head/math/arpack-ng/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/arpack-ng/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -30,6 +30,7 @@ PLIST_FILES= bin/dnsimp \ lib/libarpack.so.2 \ libdata/pkgconfig/arpack.pc +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/math/arpack/Makefile ============================================================================== --- head/math/arpack/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/arpack/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -1,9 +1,5 @@ -# New ports collection makefile for: arpack -# Date created: 31 Jan 2003 -# Whom: Pedro F. Giffuni -# +# Created by: Pedro F. Giffuni # $FreeBSD$ -# PORTNAME= arpack PORTVERSION= 96 @@ -29,6 +25,7 @@ USE_LDCONFIG= yes WRKSRC = ${WRKDIR}/ARPACK # The following lapack symbols in arpack are renamed to avoid conflicts with other +NO_STAGE= yes # lapack libraries: RENAMED_SYMBOLS= cgbtf2 cgbtrf cgbtrs cgeqr2 cgttrf cgttrs clacgv \ clacon clacpy cladiv clahqr clange clanhs clarf \ Modified: head/math/asir2000/Makefile ============================================================================== --- head/math/asir2000/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/asir2000/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -38,6 +38,7 @@ LIB_DATA= alpi bfct bgk const cyclic def PORTDOCS= * PORTDATA= * +NO_STAGE= yes .include .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" Modified: head/math/asymptote/Makefile ============================================================================== --- head/math/asymptote/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/asymptote/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -57,6 +57,7 @@ GSL_DESC= Enable GNU Scientific library FFTW_DESC= Use FFTW to compute the Discrete Fourier Transform READLINE_DESC= ${LIBEDIT_DESC} +NO_STAGE= yes .include # Documentation Modified: head/math/atlas-devel/Makefile ============================================================================== --- head/math/atlas-devel/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/atlas-devel/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -1,9 +1,5 @@ -# New ports collection makefile for: atlas-devel -# Date created: 14 September 2003 -# Whom: Nakata Maho -# +# Created by: Nakata Maho # $FreeBSD$ -# PORTNAME= atlas PORTVERSION= 3.9.11 @@ -26,6 +22,7 @@ WRKSRC= ${WRKDIR}/ATLAS USE_LDCONFIG= yes CONFLICTS= atlas-[0-9]* cblas-[0-9]* +NO_STAGE= yes .include NOT_FOR_ARCHS= alpha Modified: head/math/atlas/Makefile ============================================================================== --- head/math/atlas/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/atlas/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -35,6 +35,7 @@ WALL_TIMER_DESC= Use less robust timing PORTSCOUT= limitw:1,even WRKSRC= ${WRKDIR}/ATLAS +NO_STAGE= yes .include #Increase ATLAS_MAXMALLOC if the atlas threaded libraries perform poorly on large problems: Modified: head/math/bamg/Makefile ============================================================================== --- head/math/bamg/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/bamg/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -28,6 +28,7 @@ INSTALL_TARGET= install-world BINS= bamg bamg-g cvmsh2 drawbdmesh EXDIRS= NACA012 quadloop square test +NO_STAGE= yes .include .pre-configure: Modified: head/math/bargraph/Makefile ============================================================================== --- head/math/bargraph/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/bargraph/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bargraph -# Date created: 9 March 2012 -# Whom: Dereckson -# +# Created by: Dereckson # $FreeBSD$ -# PORTNAME= bargraph PORTVERSION= 4.7 @@ -24,6 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/fig2dev:${ NO_WRKSUBDIR= yes NO_BUILD= yes +NO_STAGE= yes .include do-install: Modified: head/math/biggles/Makefile ============================================================================== --- head/math/biggles/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/biggles/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -23,6 +23,7 @@ MAKE_ARGS= CC="${CC}" \ LIBPLOT_CPPFLAGS="-I${LOCALBASE}/include" \ LIBPLOT_LDFLAGS="-L${LOCALBASE}/lib -lplot" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/CC/s,gcc,$$\{CC\},' ${WRKSRC}/make.inc Modified: head/math/bihar/Makefile ============================================================================== --- head/math/bihar/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/bihar/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fftpack -# Date created: 31 October 1996 -# Whom: Pedro Giffuni S. -# +# Created by: Pedro Giffuni S. # $FreeBSD$ -# PORTNAME= bihar PORTVERSION= 1.0 @@ -49,6 +45,7 @@ USE_FORTRAN= yes .if !defined(NOPORTDOCS) PORTDOCS= fft.doc +NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/fft.doc ${DOCSDIR} Modified: head/math/blacs/Makefile ============================================================================== --- head/math/blacs/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/blacs/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -1,9 +1,5 @@ -# New ports collection makefile for: blacs -# Date created: 5 May 2003 -# Whom: NAKATA, Maho -# +# Created by: NAKATA, Maho # $FreeBSD$ -# PORTNAME= blacs PORTVERSION= 1.7 @@ -25,6 +21,7 @@ COMMENT= The BLACS (Basic Linear Algebra PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message +NO_STAGE= yes .include .if exists(${LOCALBASE}/mpi/openmpi/bin/mpirun) Modified: head/math/blas/Makefile ============================================================================== --- head/math/blas/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/blas/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -1,9 +1,5 @@ -# New ports collection makefile for: blas -# Date created: 27 October 1994 -# Whom: ljo -# +# Created by: ljo # $FreeBSD$ -# PORTNAME= blas PORTREVISION= 0 @@ -16,4 +12,5 @@ BLAS_SLAVEPORT = yes MASTERDIR= ${.CURDIR}/../lapack +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/math/blitz++/Makefile ============================================================================== --- head/math/blitz++/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/blitz++/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: blitz++ -# Date created: Jul 25, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= blitz++ PORTVERSION= 0.9 @@ -36,6 +31,7 @@ DOCSDIR= ${PREFIX}/share/doc/blitz USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|g++|\$${CXX}|g ; \ s|"-ftemplate-depth-30|"\$${CXXFLAGS} -ftemplate-depth-30|g ; \ Modified: head/math/blocksolve95/Makefile ============================================================================== --- head/math/blocksolve95/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/blocksolve95/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -1,9 +1,5 @@ -# New ports collection makefile for: blocksolve95 -# Date created: 03 October 2004 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= blocksolve95 PORTVERSION= 3.0 @@ -37,6 +33,7 @@ FFLAGS+= -O2 INCLUDES= BMmsg.h BSdepend.h BSlog.h BSmy_blas.h BSprivate.h BSsparse.h PORTDOCS= manual.ps +NO_STAGE= yes .include .if exists(${LOCALBASE}/lib/libatlas.so) && !defined(WITH_BLAS) Modified: head/math/calc/Makefile ============================================================================== --- head/math/calc/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/calc/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -29,4 +29,5 @@ PLIST_SUB+= VERSION=${PORTVERSION} VER1= regression-test: build ( cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} check ) +NO_STAGE= yes .include Modified: head/math/calcoo/Makefile ============================================================================== --- head/math/calcoo/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/calcoo/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -17,4 +17,5 @@ MAN1= calcoo.1 PLIST_FILES= bin/calcoo +NO_STAGE= yes .include Modified: head/math/calctool/Makefile ============================================================================== --- head/math/calctool/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/calctool/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -1,9 +1,5 @@ -# New ports collection makefile for: calctool-2.4pl13 -# Date created: 2 Dec 1996 -# Whom: nsayer@quack.kfu.com -# +# Created by: nsayer@quack.kfu.com # $FreeBSD$ -# PORTNAME= calctool PORTVERSION= 2.4.13 @@ -26,6 +22,7 @@ XVIEW_DESC= Build tty version of calctoo MAN1= calctool.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MX11} Modified: head/math/cantor/Makefile ============================================================================== --- head/math/cantor/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/cantor/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -28,6 +28,7 @@ MAXIMA_DESC= Maxima backend OCTAVE_DESC= Octave backend R_DESC= R backend +NO_STAGE= yes .include .if ${PORT_OPTIONS:MMAXIMA} Modified: head/math/carve/Makefile ============================================================================== --- head/math/carve/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/carve/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -24,6 +24,7 @@ LICENSE= GPLv2 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGUI} Modified: head/math/cblas/Makefile ============================================================================== --- head/math/cblas/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/cblas/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -32,6 +32,7 @@ WRKSRC_PROFILE = ${WRKSRC}_PROFILE WRKSRC_SHARED= ${WRKSRC}_SHARED WRKSRC_STATIC= ${WRKSRC} +NO_STAGE= yes .include .if make(makesum) || ${PORT_OPTIONS:MDOCS} Modified: head/math/ccmath/Makefile ============================================================================== --- head/math/ccmath/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/ccmath/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ccmath -# Date created: 07 March 2001 -# Whom: George Reid -# +# Created by: George Reid # $FreeBSD$ -# PORTNAME= ccmath PORTVERSION= 2.2.1 @@ -22,6 +18,7 @@ PLIST_FILES= include/ccmath.h lib/libccm SRC_DIRS= cfit complex fft geom intg matrix roots sfunc simu sort statf \ tseries util xarm +NO_STAGE= yes .include .if ${ARCH} == "amd64" || ${ARCH} == "ia64" Modified: head/math/cgal/Makefile ============================================================================== --- head/math/cgal/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/cgal/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -36,6 +36,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= cgal_create_cmake_script.1 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} Modified: head/math/chaco/Makefile ============================================================================== --- head/math/chaco/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/chaco/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/code OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include do-install: Modified: head/math/chryzodus/Makefile ============================================================================== --- head/math/chryzodus/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/chryzodus/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -1,9 +1,5 @@ -# New ports collection makefile for: chryzodus -# Date created: 2005-07-09 -# Whom: Nicola Vitale -# +# Created by: Nicola Vitale # $FreeBSD$ -# PORTNAME= chryzodus PORTVERSION= 0.32 @@ -20,6 +16,7 @@ LIB_DEPENDS= alleg:${PORTSDIR}/devel/all WRKSRC= ${WRKDIR}/${PORTNAME} MAKEFILE= makefile.unx +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} Modified: head/math/clarence/Makefile ============================================================================== --- head/math/clarence/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/clarence/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: clarence -# Date created: Jan 30, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= clarence PORTVERSION= 0.4.4 @@ -22,6 +17,7 @@ NO_BUILD= yes MAN1= clarence.1 PLIST_FILES= bin/clarence +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,#!/usr/bin/python,#!/usr/bin/env python,g" ${WRKSRC}/clarence.py Modified: head/math/clasp/Makefile ============================================================================== --- head/math/clasp/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/clasp/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -15,6 +15,7 @@ USES= cmake:outsource PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL} ${INSTALL_WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin/${PORTNAME} Modified: head/math/clipper/Makefile ============================================================================== --- head/math/clipper/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/clipper/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -17,4 +17,5 @@ USE_LDCONFIG= yes USE_ZIP= yes USES= cmake +NO_STAGE= yes .include Modified: head/math/cln/Makefile ============================================================================== --- head/math/cln/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/cln/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -29,6 +29,7 @@ CFLAGS+= -fPIC CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include .if ${ARCH} == "sparc64" Modified: head/math/cloog/Makefile ============================================================================== --- head/math/cloog/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/cloog/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -16,6 +16,7 @@ CONFIGURE_ARGS+= --with-gmp-prefix=${PRE CONFIGURE_ENV= pkgconfig_libdir=${PREFIX}/libdata/pkgconfig/ +NO_STAGE= yes post-install: ${LN} -s ${PREFIX}/lib/libcloog-isl.so.4 \ ${PREFIX}/lib/libcloog-isl.so.0 Modified: head/math/clp/Makefile ============================================================================== --- head/math/clp/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/clp/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Clp -# Date created: 22 July 2007 -# Whom: Robin Schilham -# +# Created by: Robin Schilham # $FreeBSD$ -# PORTNAME= Clp PORTVERSION= 1.12.1 @@ -30,4 +26,5 @@ CONFIGURE_ARGS= --with-blas="-L${LOCALBA regression-test: build (cd ${WRKSRC}/Clp && ${MAKE} unitTest ) +NO_STAGE= yes .include Modified: head/math/coinmp/Makefile ============================================================================== --- head/math/coinmp/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/coinmp/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -24,6 +24,7 @@ OPTIONS_DEFINE= DEBUG DOCS PORTDOCS= * +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGLPK} Modified: head/math/concorde/Makefile ============================================================================== --- head/math/concorde/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/concorde/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -1,9 +1,5 @@ -# New ports collection makefile for: concorde -# Date created: 3 July 2000 -# Whom: dbader@ece.unm.edu -# +# Created by: dbader@ece.unm.edu # $FreeBSD$ -# PORTNAME= concorde PORTVERSION= 20031219 @@ -35,6 +31,7 @@ BINFILES= BIGGUY/bg_test COMBS/combtest TOOLS/tourlen TSP/bosstell TSP/concorde TSP/cutserv \ TSP/poolcat TSP/probserv TSP/test_tsp VERIFY/verify +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/concorde.a ${PREFIX}/lib/libconcorde.a ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 ${PREFIX}/include/concorde Modified: head/math/convertall/Makefile ============================================================================== --- head/math/convertall/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/convertall/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -23,6 +23,7 @@ USE_PYTHON= 2.4+ DESKTOP_ENTRIES="ConvertAll" "Unit converter" "${DATADIR}/icons/${PORTNAME}.svg" \ "${PORTNAME}" "Utility;Calculator;" true +NO_STAGE= yes .include post-patch: Modified: head/math/coq/Makefile ============================================================================== --- head/math/coq/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/coq/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -33,6 +33,7 @@ IDE_DESC= Include desktop environment (c MAN1= coq-tex.1 coq_makefile.1 coqc.1 coqchk.1 coqdep.1 coqdoc.1 \ coqmktop.1 coqtop.1 coqtop.byte.1 coqtop.opt.1 coqwc.1 gallina.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/math/crlibm/Makefile ============================================================================== --- head/math/crlibm/Makefile Fri Sep 20 20:50:57 2013 (r327745) +++ head/math/crlibm/Makefile Fri Sep 20 20:55:04 2013 (r327746) @@ -25,6 +25,7 @@ OPTIONS_DEFINE= TEST OPTIONS_DEFAULT= TEST TEST_DESC= Include all test capabilities (requires MPFR) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 20:58:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3CD367FF; Fri, 20 Sep 2013 20:58:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 281AE2160; Fri, 20 Sep 2013 20:58:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KKw7dc073179; Fri, 20 Sep 2013 20:58:07 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KKvnBP073039; Fri, 20 Sep 2013 20:57:49 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202057.r8KKvnBP073039@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 20:57:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327747 - in head/multimedia: 2mandvd ab25 abby acidrip aegisub arista asdcplib assimp atomicparsley audacious audacious-plugins audiopreview avbin avidemux2 avidemux2-plugins avinfo ba... 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.14 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: Fri, 20 Sep 2013 20:58:07 -0000 Author: bapt Date: Fri Sep 20 20:57:48 2013 New Revision: 327747 URL: http://svnweb.freebsd.org/changeset/ports/327747 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia) Modified: head/multimedia/2mandvd/Makefile head/multimedia/ab25/Makefile head/multimedia/abby/Makefile head/multimedia/acidrip/Makefile head/multimedia/aegisub/Makefile head/multimedia/arista/Makefile head/multimedia/asdcplib/Makefile head/multimedia/assimp/Makefile head/multimedia/atomicparsley/Makefile head/multimedia/audacious-plugins/Makefile head/multimedia/audacious/Makefile head/multimedia/audiopreview/Makefile head/multimedia/avbin/Makefile head/multimedia/avidemux2-plugins/Makefile head/multimedia/avidemux2/Makefile head/multimedia/avinfo/Makefile head/multimedia/bangarang/Makefile head/multimedia/banshee/Makefile head/multimedia/beep-media-player/Makefile head/multimedia/bino/Makefile head/multimedia/bombono/Makefile head/multimedia/bsdbktr_tvtune/Makefile head/multimedia/camserv/Makefile head/multimedia/castpodder/Makefile head/multimedia/cclive/Makefile head/multimedia/cheese/Makefile head/multimedia/clipgrab/Makefile head/multimedia/clive/Makefile head/multimedia/clive1/Makefile head/multimedia/clutter-gst/Makefile head/multimedia/cuse4bsd-kmod/Makefile head/multimedia/cx88/Makefile head/multimedia/deforaos-player/Makefile head/multimedia/devede/Makefile head/multimedia/dirac/Makefile head/multimedia/dragon/Makefile head/multimedia/dtv/Makefile head/multimedia/dumpmpeg/Makefile head/multimedia/dv2jpg/Makefile head/multimedia/dv2sub/Makefile head/multimedia/dvbcut/Makefile head/multimedia/dvbsnoop/Makefile head/multimedia/dvd-slideshow/Makefile head/multimedia/dvdauthor/Makefile head/multimedia/dvdid/Makefile head/multimedia/dvdrip/Makefile head/multimedia/dvdstyler/Makefile head/multimedia/dvts/Makefile head/multimedia/emotion/Makefile head/multimedia/emovix/Makefile head/multimedia/ffmpeg-devel/Makefile head/multimedia/ffmpeg/Makefile head/multimedia/ffmpeg1/Makefile head/multimedia/ffmpeg2theora/Makefile head/multimedia/ffmpegthumbnailer/Makefile head/multimedia/flvmeta/Makefile head/multimedia/flvstreamer/Makefile head/multimedia/flvtool++/Makefile head/multimedia/fpc-dts/Makefile head/multimedia/fpc-matroska/Makefile head/multimedia/freetuxtv/Makefile head/multimedia/freevo/Makefile head/multimedia/fxtv/Makefile head/multimedia/gaupol/Makefile head/multimedia/gavl/Makefile head/multimedia/gcap/Makefile head/multimedia/gcfilms/Makefile head/multimedia/gdialog/Makefile head/multimedia/gdvrecv/Makefile head/multimedia/ggrab/Makefile head/multimedia/gmencoder/Makefile head/multimedia/gmerlin-avdecoder/Makefile head/multimedia/gmerlin/Makefile head/multimedia/gmimms/Makefile head/multimedia/gmtk/Makefile head/multimedia/gnome-mplayer/Makefile head/multimedia/gnome-subtitles/Makefile head/multimedia/gopchop/Makefile head/multimedia/gpac-libgpac/Makefile head/multimedia/gpac-mp4box/Makefile head/multimedia/gpodder/Makefile head/multimedia/grake/Makefile head/multimedia/gst123/Makefile head/multimedia/gstreamer-ffmpeg/Makefile head/multimedia/gstreamer-plugins-all/Makefile head/multimedia/gstreamer-plugins-annodex/Makefile head/multimedia/gstreamer-plugins-bad/Makefile head/multimedia/gstreamer-plugins-buzztard/Makefile head/multimedia/gstreamer-plugins-bz2/Makefile head/multimedia/gstreamer-plugins-core/Makefile head/multimedia/gstreamer-plugins-dts/Makefile head/multimedia/gstreamer-plugins-dv/Makefile head/multimedia/gstreamer-plugins-dvd/Makefile head/multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile head/multimedia/gstreamer-plugins-gnonlin/Makefile head/multimedia/gstreamer-plugins-good/Makefile head/multimedia/gstreamer-plugins-mpeg2dec/Makefile head/multimedia/gstreamer-plugins-mpeg2enc/Makefile head/multimedia/gstreamer-plugins-resindvd/Makefile head/multimedia/gstreamer-plugins-schroedinger/Makefile head/multimedia/gstreamer-plugins-theora/Makefile head/multimedia/gstreamer-plugins-ugly/Makefile head/multimedia/gstreamer-plugins-v4l2/Makefile head/multimedia/gstreamer-plugins-vdpau/Makefile head/multimedia/gstreamer-plugins-vp8/Makefile head/multimedia/gstreamer-plugins-x264/Makefile head/multimedia/gstreamer-plugins-xvid/Makefile head/multimedia/gstreamer-plugins/Makefile head/multimedia/gstreamer-qt4/Makefile head/multimedia/gstreamer/Makefile head/multimedia/gstreamer1-libav/Makefile head/multimedia/gstreamer1-plugins-all/Makefile head/multimedia/gstreamer1-plugins-assrender/Makefile head/multimedia/gstreamer1-plugins-bad/Makefile head/multimedia/gstreamer1-plugins-core/Makefile head/multimedia/gstreamer1-plugins-dts/Makefile head/multimedia/gstreamer1-plugins-dv/Makefile head/multimedia/gstreamer1-plugins-dvdread/Makefile head/multimedia/gstreamer1-plugins-good/Makefile head/multimedia/gstreamer1-plugins-mpeg2dec/Makefile head/multimedia/gstreamer1-plugins-mpeg2enc/Makefile head/multimedia/gstreamer1-plugins-resindvd/Makefile head/multimedia/gstreamer1-plugins-rtmp/Makefile head/multimedia/gstreamer1-plugins-schroedinger/Makefile head/multimedia/gstreamer1-plugins-theora/Makefile head/multimedia/gstreamer1-plugins-ugly/Makefile head/multimedia/gstreamer1-plugins-v4l2/Makefile head/multimedia/gstreamer1-plugins-vpx/Makefile head/multimedia/gstreamer1-plugins-x264/Makefile head/multimedia/gstreamer1-plugins/Makefile head/multimedia/gstreamer1/Makefile head/multimedia/gstreamermm/Makefile head/multimedia/gsubedit/Makefile head/multimedia/gtk-recordmydesktop/Makefile head/multimedia/gtk-youtube-viewer/Makefile head/multimedia/gxanim/Makefile head/multimedia/gxine/Makefile head/multimedia/gxmms/Makefile head/multimedia/handbrake/Makefile head/multimedia/hs-gstreamer/Makefile head/multimedia/imagination/Makefile head/multimedia/iriverter/Makefile head/multimedia/iso2mkv/Makefile head/multimedia/jmref/Makefile head/multimedia/k9copy-kde4/Makefile head/multimedia/kaffeine/Makefile head/multimedia/kdemultimedia4-ffmpegthumbs/Makefile head/multimedia/kdemultimedia4-mplayerthumbs/Makefile head/multimedia/kdemultimedia4/Makefile head/multimedia/kdenlive/Makefile head/multimedia/kino/Makefile head/multimedia/kissdx/Makefile head/multimedia/kmplayer-kde4/Makefile head/multimedia/kplayer-kde4/Makefile head/multimedia/libaacs/Makefile head/multimedia/libass/Makefile head/multimedia/libav/Makefile head/multimedia/libbluray/Makefile head/multimedia/libcec/Makefile head/multimedia/libdc1394/Makefile head/multimedia/libdca/Makefile head/multimedia/libdv/Makefile head/multimedia/libdvbcsa/Makefile head/multimedia/libdvbpsi/Makefile head/multimedia/libdvdcss/Makefile head/multimedia/libdvdnav/Makefile head/multimedia/libdvdread/Makefile head/multimedia/libfame/Makefile head/multimedia/libkate/Makefile head/multimedia/libmatroska/Makefile head/multimedia/libmovtar/Makefile head/multimedia/libmpeg2/Makefile head/multimedia/libmpeg3/Makefile head/multimedia/libquicktime-lame/Makefile head/multimedia/libquicktime/Makefile head/multimedia/libquvi-scripts/Makefile head/multimedia/libquvi/Makefile head/multimedia/libsmacker/Makefile head/multimedia/libtheora/Makefile head/multimedia/libtuner/Makefile head/multimedia/libv4l/Makefile head/multimedia/libva-intel-driver/Makefile head/multimedia/libva-vdpau-driver/Makefile head/multimedia/libva/Makefile head/multimedia/libvdpau/Makefile head/multimedia/libvpx/Makefile head/multimedia/libxine/Makefile head/multimedia/libxspf/Makefile head/multimedia/linux-f10-libtheora/Makefile head/multimedia/linux-f10-libv4l/Makefile head/multimedia/linux-huludesktop/Makefile head/multimedia/linux-ov511-kmod/Makefile head/multimedia/linux-realplayer/Makefile head/multimedia/linux-tsmuxer/Makefile head/multimedia/linux-xmovie/Makefile head/multimedia/linux_dvbwrapper-kmod/Makefile head/multimedia/linux_v4l2wrapper-kmod/Makefile head/multimedia/lives/Makefile head/multimedia/lsdvd/Makefile head/multimedia/lxdvdrip/Makefile head/multimedia/m2tstoavi/Makefile head/multimedia/m2vrequantiser/Makefile head/multimedia/mediadownloader/Makefile head/multimedia/mediainfo/Makefile head/multimedia/mencoder/Makefile head/multimedia/mimms/Makefile head/multimedia/minitube/Makefile head/multimedia/miro/Makefile head/multimedia/mjpegtools/Makefile head/multimedia/mkclean/Makefile head/multimedia/mkvalidator/Makefile head/multimedia/mkvtoolnix/Makefile head/multimedia/mkxvcd/Makefile head/multimedia/mlt/Makefile head/multimedia/mmpython/Makefile head/multimedia/mmsclient/Makefile head/multimedia/mmsrip/Makefile head/multimedia/motion/Makefile head/multimedia/mp3cd/Makefile head/multimedia/mp4v2/Makefile head/multimedia/mpeg2codec/Makefile head/multimedia/mpeg2play/Makefile head/multimedia/mpeg4ip/Makefile head/multimedia/mpeg_encode/Makefile head/multimedia/mpeg_play/Makefile head/multimedia/mpeg_stat/Makefile head/multimedia/mpgtx/Makefile head/multimedia/mplayer-fonts/Makefile head/multimedia/mplayer-skins/Makefile head/multimedia/mplayer/Makefile head/multimedia/mplayer2/Makefile head/multimedia/mplayerxp/Makefile head/multimedia/mplex/Makefile head/multimedia/mpv/Makefile head/multimedia/msdl/Makefile head/multimedia/mxflib/Makefile head/multimedia/mythtv-frontend/Makefile head/multimedia/mythtv/Makefile head/multimedia/nxtvepg/Makefile head/multimedia/oggvideotools/Makefile head/multimedia/ogmrip/Makefile head/multimedia/ogmtools/Makefile head/multimedia/opencinematools/Makefile head/multimedia/openmovieeditor/Makefile head/multimedia/openquicktime/Makefile head/multimedia/openshot/Makefile head/multimedia/oqtencoder/Makefile head/multimedia/oqtplayer/Makefile head/multimedia/p5-Audio-M4P/Makefile head/multimedia/p5-FFmpeg-Command/Makefile head/multimedia/p5-FLV-Info/Makefile head/multimedia/p5-File-Format-RIFF/Makefile head/multimedia/p5-GStreamer/Makefile head/multimedia/p5-MP4-Info/Makefile head/multimedia/p5-Net-UPnP/Makefile head/multimedia/p5-Subtitles/Makefile head/multimedia/p5-Umph-Prompt/Makefile head/multimedia/p5-Video-OpenQuicktime/Makefile head/multimedia/phonon-gstreamer/Makefile head/multimedia/phonon-vlc/Makefile head/multimedia/phonon-xine/Makefile head/multimedia/phonon/Makefile head/multimedia/photofilmstrip/Makefile head/multimedia/pitivi/Makefile head/multimedia/playd/Makefile head/multimedia/plexmediaserver/Makefile head/multimedia/podcastdl/Makefile head/multimedia/podcatcher/Makefile head/multimedia/poe/Makefile head/multimedia/ppm2fli/Makefile head/multimedia/projectx/Makefile head/multimedia/ptx-kmod/Makefile head/multimedia/pvr250/Makefile head/multimedia/pvrxxx/Makefile head/multimedia/pwcbsd/Makefile head/multimedia/pwcview/Makefile head/multimedia/py-enzyme/Makefile head/multimedia/py-gstreamer/Makefile head/multimedia/py-guessit/Makefile head/multimedia/py-kaa-base/Makefile head/multimedia/py-kaa-imlib2/Makefile head/multimedia/py-kaa-metadata/Makefile head/multimedia/py-mlt/Makefile head/multimedia/py-openlp/Makefile head/multimedia/py-periscope/Makefile head/multimedia/py-pybmp/Makefile head/multimedia/py-qt4-multimedia/Makefile head/multimedia/py-qt4-phonon/Makefile head/multimedia/py-subliminal/Makefile head/multimedia/py-tvnamer/Makefile head/multimedia/pyjama/Makefile head/multimedia/pymp/Makefile head/multimedia/qmmp-plugin-pack/Makefile head/multimedia/qmmp/Makefile head/multimedia/qt-faststart/Makefile head/multimedia/qt4-multimedia/Makefile head/multimedia/quark/Makefile head/multimedia/quodlibet/Makefile head/multimedia/quvi/Makefile head/multimedia/recmpeg/Makefile head/multimedia/recordmydesktop/Makefile head/multimedia/replex/Makefile head/multimedia/rox-videothumbnail/Makefile head/multimedia/rtmpdump/Makefile head/multimedia/ruby-flvtool2/Makefile head/multimedia/rubygem-clutter-gstreamer/Makefile head/multimedia/rubygem-gstreamer/Makefile head/multimedia/sabbu/Makefile head/multimedia/schroedinger/Makefile head/multimedia/shell-fm/Makefile head/multimedia/smile/Makefile head/multimedia/smpeg/Makefile head/multimedia/smplayer-skins/Makefile head/multimedia/smplayer-themes/Makefile head/multimedia/smplayer/Makefile head/multimedia/sms1xxx-kmod/Makefile head/multimedia/smtube/Makefile head/multimedia/spigot/Makefile head/multimedia/spook/Makefile head/multimedia/spotify-websocket-api/Makefile head/multimedia/streamanalyze/Makefile head/multimedia/subtitlecomposer-kde4/Makefile head/multimedia/subtitleeditor/Makefile head/multimedia/subtitleoffsetmodifier/Makefile head/multimedia/subtitleripper/Makefile head/multimedia/subtools/Makefile head/multimedia/swfdec-gnome/Makefile head/multimedia/szap-s2/Makefile head/multimedia/tcmplex-panteltje/Makefile head/multimedia/tivodecode/Makefile head/multimedia/totem-pl-parser/Makefile head/multimedia/totem/Makefile head/multimedia/tovid/Makefile head/multimedia/transcode/Makefile head/multimedia/tstools/Makefile head/multimedia/tunapie/Makefile head/multimedia/tvheadend/Makefile head/multimedia/umph/Makefile head/multimedia/umplayer/Makefile head/multimedia/umr/Makefile head/multimedia/v4l-utils/Makefile head/multimedia/v4l_compat/Makefile head/multimedia/vamps/Makefile head/multimedia/vcdgear/Makefile head/multimedia/vcdimager/Makefile head/multimedia/vcdpad/Makefile head/multimedia/vdpauinfo/Makefile head/multimedia/vdr-plugin-control/Makefile head/multimedia/vdr-plugin-eepg/Makefile head/multimedia/vdr-plugin-epgsearch/Makefile head/multimedia/vdr-plugin-extrecmenu/Makefile head/multimedia/vdr-plugin-femon/Makefile head/multimedia/vdr-plugin-infosatepg/Makefile head/multimedia/vdr-plugin-iptv/Makefile head/multimedia/vdr-plugin-markad/Makefile head/multimedia/vdr-plugin-osdpip/Makefile head/multimedia/vdr-plugin-osdteletext/Makefile head/multimedia/vdr-plugin-reelchannelscan/Makefile head/multimedia/vdr-plugin-remote/Makefile head/multimedia/vdr-plugin-skinenigmang/Makefile head/multimedia/vdr-plugin-sleeptimer/Makefile head/multimedia/vdr-plugin-softdevice/Makefile head/multimedia/vdr-plugin-softhddevice/Makefile head/multimedia/vdr-plugin-streamdev/Makefile head/multimedia/vdr-plugin-ttxtsubs/Makefile head/multimedia/vdr-plugin-upnp/Makefile head/multimedia/vdr-plugin-vdrmanager/Makefile head/multimedia/vdr-plugin-vnsiserver/Makefile head/multimedia/vdr-plugin-wirbelscan/Makefile head/multimedia/vdr-plugin-xineliboutput/Makefile head/multimedia/vdr-plugin-xvdr/Makefile head/multimedia/vdr-plugins/Makefile head/multimedia/vdr/Makefile head/multimedia/vic/Makefile head/multimedia/vlc/Makefile head/multimedia/vodcatcher/Makefile head/multimedia/vstream-client/Makefile head/multimedia/vtkmpeg2encode/Makefile head/multimedia/w_scan/Makefile head/multimedia/webcamd/Makefile head/multimedia/win32-codecs/Makefile head/multimedia/x264/Makefile head/multimedia/xanim/Makefile head/multimedia/xawtv/Makefile head/multimedia/xbmc-addon-pvr/Makefile head/multimedia/xbmc-addon-xvdr/Makefile head/multimedia/xbmc-pvr/Makefile head/multimedia/xbmc/Makefile head/multimedia/xfce4-media/Makefile head/multimedia/xfce4-parole/Makefile head/multimedia/xfce4-xmms-plugin/Makefile head/multimedia/xine/Makefile head/multimedia/xmms-skins-huge/Makefile head/multimedia/xmms-skins/Makefile head/multimedia/xmms-status-plugin/Makefile head/multimedia/xmms-weasel/Makefile head/multimedia/xmms/Makefile head/multimedia/xporthdmv/Makefile head/multimedia/xtheater/Makefile head/multimedia/xvid/Makefile head/multimedia/y4mscaler/Makefile head/multimedia/yamdi/Makefile head/multimedia/youtube-viewer/Makefile head/multimedia/zoneminder/Makefile Modified: head/multimedia/2mandvd/Makefile ============================================================================== --- head/multimedia/2mandvd/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/2mandvd/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -43,6 +43,7 @@ DATADIR= ${PREFIX}/share/2ManDVD LRELEASE= ${LOCALBASE}/bin/lrelease-qt4 +NO_STAGE= yes post-extract: @${FIND} ${WRKSRC} -name "*~" -delete Modified: head/multimedia/ab25/Makefile ============================================================================== --- head/multimedia/ab25/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/ab25/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -26,6 +26,7 @@ PLIST_DIRS= include/ab25 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include pre-su-install: Modified: head/multimedia/abby/Makefile ============================================================================== --- head/multimedia/abby/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/abby/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -1,9 +1,5 @@ -# Ports collection makefile for: abby -# Date created: March 1 2009 -# Whom: Toni Gundogdu -# +# Created by: Toni Gundogdu # $FreeBSD$ -# PORTNAME= abby PORTVERSION= 0.4.8 @@ -26,6 +22,7 @@ QMAKE_PRO= abby.pro PLIST_FILES= bin/abby +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCCLIVE} Modified: head/multimedia/acidrip/Makefile ============================================================================== --- head/multimedia/acidrip/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/acidrip/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -1,9 +1,5 @@ -# New ports collection makefile for: acidrip -# Date created: 2004-03-31 -# Whom: michael johnson -# +# Created by: michael johnson # $FreeBSD$ -# PORTNAME= acidrip PORTVERSION= 0.14 @@ -29,6 +25,7 @@ DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} DEFAULT_DVD_DEVICE=/dev/acd0 .endif +NO_STAGE= yes pre-everything:: .if !defined(WITH_DVD_DEVICE) @${ECHO_MSG} "===> The default DVD device is ${DEFAULT_DVD_DEVICE}" Modified: head/multimedia/aegisub/Makefile ============================================================================== --- head/multimedia/aegisub/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/aegisub/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -55,6 +55,7 @@ FFMS_CFLAGS= -I${FFMS_WRKSRC}/include FFMS_LIBS= ${FFMS_WRKSRC}/src/core/.libs/libffms2.a \ `pkg-config --libs libavcodec libavformat libswscale libavutil` +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDEBUG} Modified: head/multimedia/arista/Makefile ============================================================================== --- head/multimedia/arista/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/arista/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -1,9 +1,5 @@ -# New ports collection makefile for: arista -# Date created: 2009-05-30 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= arista PORTVERSION= 0.9.6 @@ -21,6 +17,7 @@ USE_GNOME= pygnomedesktop USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|Icon=.*|Icon=arista.svg|g' \ ${WRKSRC}/arista.desktop Modified: head/multimedia/asdcplib/Makefile ============================================================================== --- head/multimedia/asdcplib/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/asdcplib/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -14,4 +14,5 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-expat=${LOCALBASE} USE_LDCONFIG= yes +NO_STAGE= yes .include Modified: head/multimedia/assimp/Makefile ============================================================================== --- head/multimedia/assimp/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/assimp/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -24,6 +24,7 @@ USE_LDCONFIG= yes # CMAKE_ARGS instructs cmake to skip runtime path removal during install CMAKE_ARGS+= "-DCMAKE_SKIP_RPATH=ON" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \ ${WRKSRC}/CMakeLists.txt Modified: head/multimedia/atomicparsley/Makefile ============================================================================== --- head/multimedia/atomicparsley/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/atomicparsley/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -1,9 +1,4 @@ -# New ports collection makefile for: AtomicParsley -# Date created: 2008-04-08 -# Whom: Bapt -# # $FreeBSD$ -# PORTNAME= AtomicParsley PORTVERSION= 0.9.0 @@ -21,6 +16,7 @@ USE_ZIP= yes PLIST_FILES= bin/AtomicParsley +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,g++,${CXX},g' -e 's,-g -O2 -Wall,${CXXFLAGS},g' ${WRKSRC}/build Modified: head/multimedia/audacious-plugins/Makefile ============================================================================== --- head/multimedia/audacious-plugins/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/audacious-plugins/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -51,6 +51,7 @@ SPEEDPITCH_DESC=Speed and Pitch plugin LIRC_DESC= LIRC plugin MP3FILEWRITER= Filewriter plugin for MP3 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSDLOUT} Modified: head/multimedia/audacious/Makefile ============================================================================== --- head/multimedia/audacious/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/audacious/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -33,6 +33,7 @@ CHARSET_DESC= Build with automatic chars EXECINFO_DESC= Build with libexecinfo support SSE2_DESC=Build with SSE2 instruction set +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDBUS} Modified: head/multimedia/audiopreview/Makefile ============================================================================== --- head/multimedia/audiopreview/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/audiopreview/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -20,4 +20,5 @@ CFLAGS+= -I${LOCALBASE}/include PLIST_FILES= bin/audiopreview MAN1= audiopreview.1 +NO_STAGE= yes .include Modified: head/multimedia/avbin/Makefile ============================================================================== --- head/multimedia/avbin/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/avbin/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -20,6 +20,7 @@ USE_LDCONFIG= yes PORTDOCS= * +NO_STAGE= yes .include .if ${ARCH} == "amd64" || ${ARCH} == "ia64" Modified: head/multimedia/avidemux2-plugins/Makefile ============================================================================== --- head/multimedia/avidemux2-plugins/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/avidemux2-plugins/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -16,6 +16,7 @@ RUN_DEPENDS= avidemux2_cli:${PORTSDIR}/m MASTERDIR= ${.CURDIR}/../avidemux2 PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile.common" CMAKE_ARGS+= -DAVIDEMUX_SOURCE_DIR=${WRKSRC} -DAVIDEMUX_INSTALL_PREFIX:PATH="${PREFIX}" -DAVIDEMUX_CORECONFIG_DIR=${CONFIGURE_WRKSRC}/config Modified: head/multimedia/avidemux2/Makefile ============================================================================== --- head/multimedia/avidemux2/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/avidemux2/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -8,6 +8,7 @@ CATEGORIES= multimedia MAINTAINER= multimedia@FreeBSD.org COMMENT= Simple GUI based video editor +NO_STAGE= yes .include "${.CURDIR}/Makefile.common" post-configure: post-configure-common Modified: head/multimedia/avinfo/Makefile ============================================================================== --- head/multimedia/avinfo/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/avinfo/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -22,6 +22,7 @@ PORTDOCS= * MAN1= avinfo.1 +NO_STAGE= yes .include post-patch: Modified: head/multimedia/bangarang/Makefile ============================================================================== --- head/multimedia/bangarang/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/bangarang/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -23,4 +23,5 @@ USE_KDE4= automoc4 kdelibs kdeprefix WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME} +NO_STAGE= yes .include Modified: head/multimedia/banshee/Makefile ============================================================================== --- head/multimedia/banshee/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/banshee/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -46,6 +46,7 @@ INSTALLS_ICONS= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-vendor-build-id=FreeBSD\ BSD\#\ Project --disable-gio-hardware --disable-boo +NO_STAGE= yes .include .include "${.CURDIR}/../../lang/mono/bsd.mono.mk" Modified: head/multimedia/beep-media-player/Makefile ============================================================================== --- head/multimedia/beep-media-player/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/beep-media-player/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -30,6 +30,7 @@ OPTIONS_MULTI_OUTPUT= ALSA ESOUND OSS OPTIONS_DEFINE= NLS GCONF GNOMEVFS2 IPV6 VORBIS OPTIONS_DEFAULT= OSS VORBIS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/multimedia/bino/Makefile ============================================================================== --- head/multimedia/bino/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/bino/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -31,6 +31,7 @@ LIB_DEPENDS+= ass.5:${PORTSDIR}/multimed MAN1= bino.1 INFO= bino +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/multimedia/bombono/Makefile ============================================================================== --- head/multimedia/bombono/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/bombono/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -37,6 +37,7 @@ SCONS_ARGS= DVDREAD_LIBPATH=${LOCALBASE} MAN1= bombono-dvd.1 mpeg2demux.1 MANDIR= ${MANPREFIX}/man/man1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/SConstruct Modified: head/multimedia/bsdbktr_tvtune/Makefile ============================================================================== --- head/multimedia/bsdbktr_tvtune/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/bsdbktr_tvtune/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsdbktr_tvtune -# Date created: Sun Jan 4 17:49:00 EST 2004 -# Whom: Mina Naguib -# +# Created by: Mina Naguib # $FreeBSD$ -# PORTNAME= bsdbktr_tvtune PORTVERSION= 0.02 @@ -18,6 +14,7 @@ PLIST_FILES= bin/bsdbktr_tvtune WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= bsdbktr_tvtune +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bsdbktr_tvtune ${PREFIX}/bin/ Modified: head/multimedia/camserv/Makefile ============================================================================== --- head/multimedia/camserv/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/camserv/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -1,9 +1,5 @@ -# New ports collection makefile for: camserv -# Date created: Sat 22 July 2000 -# Whom: Chuck Hein & Jim Overholt -# +# Created by: Chuck Hein & Jim Overholt # $FreeBSD$ -# PORTNAME= camserv PORTVERSION= 0.5.1 @@ -31,6 +27,7 @@ CPPFLAGS+= -I${LOCALBASE}/include \ LDFLAGS+= -L${LOCALBASE}/lib .if exists(/usr/include/dev/bktr/ioctl_bt848.h) +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's#machine/\(ioctl_bt848.h\)#dev/bktr/\1#' \ ${WRKSRC}/camserv/video_fbsd_bttv.c \ Modified: head/multimedia/castpodder/Makefile ============================================================================== --- head/multimedia/castpodder/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/castpodder/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -39,6 +39,7 @@ RM_FILES= AUTHORS COPY CREDITS INSTALL K LN_OPTS= -sf RM_OPTS= -rf +NO_STAGE= yes post-patch: cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' -e "s|ensureMinimal('2.6')|select('${WX_PYTHON_DIR:S/^wx-//g}')|g" CastPodderGui.py ${CASTPOD_SCRIPT} cd ${WRKSRC} && ${RM} ${RM_OPTS} *.bak *.orig Modified: head/multimedia/cclive/Makefile ============================================================================== --- head/multimedia/cclive/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/cclive/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -27,4 +27,5 @@ MAN1= cclive.1 PLIST_FILES= bin/ccl \ bin/cclive +NO_STAGE= yes .include Modified: head/multimedia/cheese/Makefile ============================================================================== --- head/multimedia/cheese/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/cheese/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -32,6 +32,7 @@ LDFLAGS+= -L${LOCALBASE}/lib DOCS= AUTHORS COPYING ChangeLog NEWS README GCONF_SCHEMAS= cheese.schemas +NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} .for i in ${DOCS} Modified: head/multimedia/clipgrab/Makefile ============================================================================== --- head/multimedia/clipgrab/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/clipgrab/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -28,6 +28,7 @@ DESKTOP_ENTRIES="Clipgrab" "Download and "${DATADIR}/icon.png" "${PORTNAME}" \ "AudioVideo;" false +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,img/,share/${PORTNAME}/,g' \ ${WRKSRC}/*.cpp Modified: head/multimedia/clive/Makefile ============================================================================== --- head/multimedia/clive/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/clive/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -29,4 +29,5 @@ PLIST_FILES= bin/clive \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/clive/.packlist PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/clive +NO_STAGE= yes .include Modified: head/multimedia/clive1/Makefile ============================================================================== --- head/multimedia/clive1/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/clive1/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -44,6 +44,7 @@ XINE_DESC= xine as video player OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options +NO_STAGE= yes .include .if ${PORT_OPTIONS:MFEEDPARSER} Modified: head/multimedia/clutter-gst/Makefile ============================================================================== --- head/multimedia/clutter-gst/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/clutter-gst/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -25,4 +25,5 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes .include Modified: head/multimedia/cuse4bsd-kmod/Makefile ============================================================================== --- head/multimedia/cuse4bsd-kmod/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/cuse4bsd-kmod/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -29,6 +29,7 @@ PLIST_SUB= KMODNAME="${KMODNAME}" \ OPTIONS_DEFINE= DEBUG +NO_STAGE= yes .include MAKE_ARGS+=" PTHREAD_LIBS=${PTHREAD_LIBS}" Modified: head/multimedia/cx88/Makefile ============================================================================== --- head/multimedia/cx88/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/cx88/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -28,6 +28,7 @@ HAL_DESC= Register Linux DVB devices wi OPTIONS_DEFAULT= LINUX_COMPAT +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDEBUG} Modified: head/multimedia/deforaos-player/Makefile ============================================================================== --- head/multimedia/deforaos-player/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/deforaos-player/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -21,4 +21,5 @@ MAKE_ARGS+= PREFIX=${PREFIX} USE_GNOME= gtk20 desktopfileutils USES= pkgconfig gettext +NO_STAGE= yes .include Modified: head/multimedia/devede/Makefile ============================================================================== --- head/multimedia/devede/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/devede/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -31,6 +31,7 @@ PSYCO_DESC= devel/py-psyco optimization DEJAVU_FONTSDIR= ${LOCALBASE}/lib/X11/fonts/dejavu DEJAVU_FONTFILE= ${DEJAVU_FONTSDIR}/DejaVuSans.ttf +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIBUS} Modified: head/multimedia/dirac/Makefile ============================================================================== --- head/multimedia/dirac/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/dirac/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -19,4 +19,5 @@ CONFIGURE_ENV?= HAVE_LATEX=${FALSE} HAVE HAVE_DOXYGEN=${FALSE} HAVE_DOT=${FALSE} CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes .include Modified: head/multimedia/dragon/Makefile ============================================================================== --- head/multimedia/dragon/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/dragon/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -24,6 +24,7 @@ USE_XZ= yes MAN1= dragon.1 +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} Modified: head/multimedia/dtv/Makefile ============================================================================== --- head/multimedia/dtv/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/dtv/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dtv -# Date created: 10 Feb 2002 -# Whom: dillon -# +# Created by: dillon # $FreeBSD$ -# PORTNAME= dtv PORTVERSION= 0.50 @@ -20,6 +16,7 @@ MAKE_ENV= X11BASE=${LOCALBASE} USE_XORG= xau x11 xext xxf86dga NOT_FOR_ARCHS= sparc64 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^\(LDADD +=.*\)|\1 -lxcb -lXau -lXdmcp|' \ -e 's/NOMAN/NO_MAN/' ${WRKSRC}/Makefile Modified: head/multimedia/dumpmpeg/Makefile ============================================================================== --- head/multimedia/dumpmpeg/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/dumpmpeg/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: dumpmpeg -# Date created: Jun 3, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= dumpmpeg PORTVERSION= 0.6 @@ -23,4 +18,5 @@ USE_SDL= sdl MAN1= dumpmpeg.1 PLIST_FILES= bin/dumpmpeg +NO_STAGE= yes .include Modified: head/multimedia/dv2jpg/Makefile ============================================================================== --- head/multimedia/dv2jpg/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/dv2jpg/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dv2jpg -# Date created: 24 February 2003 -# Whom: Anders Nordby -# +# Created by: Anders Nordby # $FreeBSD$ -# PORTNAME= dv2jpg PORTVERSION= 1.1 @@ -25,6 +21,7 @@ VID_FORMAT= PAL VID_FORMAT= NTSC .endif +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "===> The default video format is NTSC" @${ECHO_MSG} "===> You can change this to PAL by defining" Modified: head/multimedia/dv2sub/Makefile ============================================================================== --- head/multimedia/dv2sub/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/dv2sub/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -18,4 +18,5 @@ USES= pkgconfig PLIST_FILES= bin/dv2sub MAN1= dv2sub.1 +NO_STAGE= yes .include Modified: head/multimedia/dvbcut/Makefile ============================================================================== --- head/multimedia/dvbcut/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/dvbcut/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dvbcut -# Date created: Mon Dec 19 23:20:01 CET 2005 -# Whom: se@freebsd.org -# +# Created by: se@FreeBSD.org # $FreeBSD$ -# PORTNAME= dvbcut PORTVERSION= 0.6.1 @@ -35,6 +31,7 @@ CXXFLAGS+= -I${PREFIX}/include \ MAN1= dvbcut.1 PLIST_FILES= bin/dvbcut +NO_STAGE= yes #post-extract: # ${RM} ${WRKSRC}/src/mplayererrorbase.h Modified: head/multimedia/dvbsnoop/Makefile ============================================================================== --- head/multimedia/dvbsnoop/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/dvbsnoop/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dvbsnoop -# Date created: 2009 January 12 -# Whom: J.R. Oldroyd -# +# Created by: J.R. Oldroyd # $FreeBSD$ -# PORTNAME= dvbsnoop PORTVERSION= 1.4.50 @@ -22,6 +18,7 @@ USE_GMAKE= yes PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 +NO_STAGE= yes .include post-patch: Modified: head/multimedia/dvd-slideshow/Makefile ============================================================================== --- head/multimedia/dvd-slideshow/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/dvd-slideshow/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -38,6 +38,7 @@ MAN1= dvd-slideshow.1 \ gallery1-to-slideshow.1 \ jigl2slideshow.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MLAME} Modified: head/multimedia/dvdauthor/Makefile ============================================================================== --- head/multimedia/dvdauthor/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/dvdauthor/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -45,6 +45,7 @@ PAL_DESC= Default video format PAL SUB_FILES= README.FreeBSD +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNTSC} Modified: head/multimedia/dvdid/Makefile ============================================================================== --- head/multimedia/dvdid/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/dvdid/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -12,6 +12,7 @@ COMMENT= Tool for calculating dvdids GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes .include post-patch: Modified: head/multimedia/dvdrip/Makefile ============================================================================== --- head/multimedia/dvdrip/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/dvdrip/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -40,6 +40,7 @@ MAKE_JOBS_UNSAFE= yes MAN1= dvdrip.1 dvdrip-progress.1 dvdrip-splitpipe.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MVORBIS} Modified: head/multimedia/dvdstyler/Makefile ============================================================================== --- head/multimedia/dvdstyler/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/dvdstyler/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -53,6 +53,7 @@ LIBAV_PC= libavcodec1 libavformat1 libav LIBAV_CFLAGS= $$(pkg-config --cflags ${LIBAV_PC}) LIBAV_LIBS= $$(pkg-config --libs ${LIBAV_PC}) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGNOME} Modified: head/multimedia/dvts/Makefile ============================================================================== --- head/multimedia/dvts/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/dvts/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dvts -# Date created: 2003/05/10 -# Whom: nork@FreeBSD.org -# +# Created by: nork@FreeBSD.org # $FreeBSD$ -# PORTNAME= dvts PORTVERSION= 1.0a @@ -25,6 +21,7 @@ USE_AUTOTOOLS= autoconf MAN1= dvts.1 dvsend.1 dvrecv.1 +NO_STAGE= yes pre-install: @${INSTALL_MAN} ${WRKSRC}/dvts.1 ${MANPREFIX}/man/man1/ @${INSTALL_MAN} ${WRKSRC}/dvsend/dvsend.1 ${MANPREFIX}/man/man1/ Modified: head/multimedia/emotion/Makefile ============================================================================== --- head/multimedia/emotion/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/emotion/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -29,6 +29,7 @@ OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND= GSTREAMER LIBXINE OPTIONS_DEFAULT=GSTREAMER +NO_STAGE= yes .include .if ${ARCH} == "sparc64" Modified: head/multimedia/emovix/Makefile ============================================================================== --- head/multimedia/emovix/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/emovix/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -13,4 +13,5 @@ GNU_CONFIGURE= yes USES= perl5 USE_GMAKE= yes +NO_STAGE= yes .include Modified: head/multimedia/ffmpeg-devel/Makefile ============================================================================== --- head/multimedia/ffmpeg-devel/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/ffmpeg-devel/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -62,6 +62,7 @@ MAN1= ffmpeg${FFMPEG_SUFFIX}.1 ffprobe$ USE_LDCONFIG= ${PREFIX}/lib/ffmpeg${FFMPEG_SUFFIX} DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} +NO_STAGE= yes .include # ssl Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/ffmpeg/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -69,6 +69,7 @@ COMPAT_HEADERS=libavcodec/avcodec.h \ MAN1+= ffmpeg.1 ffprobe.1 +NO_STAGE= yes .include # PORTDOCS Modified: head/multimedia/ffmpeg1/Makefile ============================================================================== --- head/multimedia/ffmpeg1/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/ffmpeg1/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -57,6 +57,7 @@ MAN1= ffmpeg${FFMPEG_SUFFIX}.1 ffprobe$ USE_LDCONFIG= ${PREFIX}/lib/ffmpeg${FFMPEG_SUFFIX} DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} +NO_STAGE= yes .include # ssl Modified: head/multimedia/ffmpeg2theora/Makefile ============================================================================== --- head/multimedia/ffmpeg2theora/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/ffmpeg2theora/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -27,4 +27,5 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_L MAN1= ffmpeg2theora.1 PLIST_FILES= bin/ffmpeg2theora +NO_STAGE= yes .include Modified: head/multimedia/ffmpegthumbnailer/Makefile ============================================================================== --- head/multimedia/ffmpegthumbnailer/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/ffmpegthumbnailer/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -27,6 +27,7 @@ OPTIONS_DEFINE= GNOME MAN1= ffmpegthumbnailer.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGNOME} Modified: head/multimedia/flvmeta/Makefile ============================================================================== --- head/multimedia/flvmeta/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/flvmeta/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flvmeta -# Date created: 31 July 2009 -# Whom: Earl Gay -# +# Created by: Earl Gay # $FreeBSD$ -# PORTNAME= flvmeta PORTVERSION= 1.0.11 @@ -17,6 +13,7 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/flvmeta bin/flvdump +NO_STAGE= yes pre-install: ${CHMOD} a+x ${WRKSRC}/install-sh Modified: head/multimedia/flvstreamer/Makefile ============================================================================== --- head/multimedia/flvstreamer/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/flvstreamer/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -1,7 +1,4 @@ -# Ports collection makefile for: flvstreamer -# Date created: March 15, 2010 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ PORTNAME= flvstreamer @@ -24,6 +21,7 @@ MAKE_ARGS= THREADLIB="${PTHREAD_LIBS}" \ PLIST_FILES= bin/flvstreamer bin/streams PORTDOCS= ChangeLog ChangeLog.rtmpdump README +NO_STAGE= yes do-install: cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PLIST_FILES:S,^bin/,,} \ ${PREFIX}/bin Modified: head/multimedia/flvtool++/Makefile ============================================================================== --- head/multimedia/flvtool++/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/flvtool++/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flvtool++ -# Date created: 2008-08-07 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= flvtool++ PORTVERSION= 1.2.1 @@ -21,6 +17,7 @@ PLIST_FILES= bin/flvtool++ USE_SCONS= yes SCONS_BUILDENV= ${SCONS_ENV} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/usr/local/include/boost-1_33_1|${LOCALBASE}/include|' \ ${WRKSRC}/SConscript Modified: head/multimedia/fpc-dts/Makefile ============================================================================== --- head/multimedia/fpc-dts/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/fpc-dts/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -18,4 +18,5 @@ OPTIONS_DEFINE= LIBDCA LIBDCA_DESC= Install dts library OPTIONS_DEFAULT= LIBDCA +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/multimedia/fpc-matroska/Makefile ============================================================================== --- head/multimedia/fpc-matroska/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/fpc-matroska/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -18,4 +18,5 @@ OPTIONS_DEFINE= LIBMATROSKA LIBMATROSKA_DESC= Install matroska library OPTIONS_DEFAULT= LIBMATROSKA +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/multimedia/freetuxtv/Makefile ============================================================================== --- head/multimedia/freetuxtv/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/freetuxtv/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -43,6 +43,7 @@ OPTIONS_SUB= yes NLS_USES= gettext +NO_STAGE= yes .include post-patch: Modified: head/multimedia/freevo/Makefile ============================================================================== --- head/multimedia/freevo/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/freevo/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -50,6 +50,7 @@ CONFDIR= ${PREFIX}/etc/${PORTNAME} DATADIR= ${PREFIX}/share/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/multimedia/fxtv/Makefile ============================================================================== --- head/multimedia/fxtv/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/fxtv/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -26,6 +26,7 @@ ONLY_FOR_ARCHS= alpha i386 ia64 amd64 OPTIONS_DEFINE= EXTRA EXTRA_DESC= Extra programs required to record/playback/save +NO_STAGE= yes .include # This program does not actually require the programs below unless you Modified: head/multimedia/gaupol/Makefile ============================================================================== --- head/multimedia/gaupol/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/gaupol/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -24,6 +24,7 @@ INSTALLS_ICONS= yes MAN1= ${PORTNAME}.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/multimedia/gavl/Makefile ============================================================================== --- head/multimedia/gavl/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/gavl/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -24,6 +24,7 @@ PORTDOCS= README OPTIONS_DEFINE= OPTIMIZED_CFLAGS PNG OPTIONS_DEFAULT= OPTIMIZED_CFLAGS PNG +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPNG} Modified: head/multimedia/gcap/Makefile ============================================================================== --- head/multimedia/gcap/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/gcap/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gcap -# Date created: 2011-08-07 -# Whom: Pierre Guinoiseau -# +# Created by: Pierre Guinoiseau # $FreeBSD$ -# PORTNAME= gcap PORTVERSION= 0.1.1 @@ -33,4 +29,5 @@ MAN1= gcap.1 PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/gcap PLIST_FILES= bin/gcap ${SITE_PERL_REL}/${PERL_ARCH}/auto/gcap/.packlist +NO_STAGE= yes .include Modified: head/multimedia/gcfilms/Makefile ============================================================================== --- head/multimedia/gcfilms/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/gcfilms/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -24,6 +24,7 @@ NO_BUILD= yes SHEBANG_FILES= bin/gcfilms install +NO_STAGE= yes do-install: cd ${WRKSRC} ; ./install --prefix=${PREFIX} Modified: head/multimedia/gdialog/Makefile ============================================================================== --- head/multimedia/gdialog/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/gdialog/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -22,6 +22,7 @@ NO_WRKSUBDIR= yes SUB_FILES= gdialog DATADIR= ${JAVASHAREDIR}/projectx +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/GDialog.jar ${DATADIR} Modified: head/multimedia/gdvrecv/Makefile ============================================================================== --- head/multimedia/gdvrecv/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/gdvrecv/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -23,4 +23,5 @@ DESKTOP_ENTRIES="Capture Video" \ CONFLICTS= dvts-[0-9]* +NO_STAGE= yes .include Modified: head/multimedia/ggrab/Makefile ============================================================================== --- head/multimedia/ggrab/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/ggrab/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ggrab -# Date created: Fri Jan 6 20:53:15 CET 2006 -# Whom: Markus Brueffer -# +# Created by: Markus Brueffer # $FreeBSD$ -# PORTNAME= ggrab PORTVERSION= 0.22a @@ -20,6 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER PLIST_FILES= bin/ggrab bin/sserver PORTDOCS= README +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/g' \ ${WRKSRC}/Makefile Modified: head/multimedia/gmencoder/Makefile ============================================================================== --- head/multimedia/gmencoder/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/gmencoder/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -25,6 +25,7 @@ MAN1= gmencoder.1 DESKTOP_ENTRIES= "Gmencoder" "Gnome2 front-end to mplayer/mencoder" \ "" "gmencoder" "GNOME;AudioVideo;" false +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/multimedia/gmerlin-avdecoder/Makefile ============================================================================== --- head/multimedia/gmerlin-avdecoder/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/gmerlin-avdecoder/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -34,6 +34,7 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGMERLIN} Modified: head/multimedia/gmerlin/Makefile ============================================================================== --- head/multimedia/gmerlin/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/gmerlin/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -43,6 +43,7 @@ MAN1= gmerlin.1 \ gmerlin_transcoder_remote.1 \ gmerlin-record.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MALSA} Modified: head/multimedia/gmimms/Makefile ============================================================================== --- head/multimedia/gmimms/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/gmimms/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -30,6 +30,7 @@ DESKTOP_ENTRIES= "GIMMS" \ "GTK;AudioVideo;Network;" \ "false" +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} Modified: head/multimedia/gmtk/Makefile ============================================================================== --- head/multimedia/gmtk/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/gmtk/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -25,6 +25,7 @@ PORTDOCS= AUTHORS COPYING ChangeLog INST OPTIONS_DEFINE= ALSA DOCS GCONF GIO GTK3 NLS PULSEAUDIO GIO_DESC= Use GIO for file I/O +NO_STAGE= yes .include .if ${PORT_OPTIONS:MALSA} Modified: head/multimedia/gnome-mplayer/Makefile ============================================================================== --- head/multimedia/gnome-mplayer/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/gnome-mplayer/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -34,6 +34,7 @@ MAN1= ${PORTNAME}.1 PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README \ dbus.txt keyboard_shortcuts.txt plugin-interaction.txt +NO_STAGE= yes .include .if ${PORT_OPTIONS:MALSA} Modified: head/multimedia/gnome-subtitles/Makefile ============================================================================== --- head/multimedia/gnome-subtitles/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/gnome-subtitles/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -31,6 +31,7 @@ USE_LDCONFIG= ${PREFIX}/lib/gnome-subtit MAN1= gnome-subtitles.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/multimedia/gopchop/Makefile ============================================================================== --- head/multimedia/gopchop/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/gopchop/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -23,6 +23,7 @@ PORTSCOUT= skipv:1.1.0,1.1.1,1.1.2,1.1.3 CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/multimedia/gpac-libgpac/Makefile ============================================================================== --- head/multimedia/gpac-libgpac/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/gpac-libgpac/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gpac-libm4systems -# Date created: 2005-05-04 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ -# PORTNAME= gpac PORTVERSION= 0.4.5 @@ -42,6 +38,7 @@ CONFIGURE_ARGS= --cc="${CC}" --X11-path= CONFIGURE_ENV+= LIBVER="${LIBVER}" PTHREAD_LIBS="${PTHREAD_LIBS}" +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSSL} Modified: head/multimedia/gpac-mp4box/Makefile ============================================================================== --- head/multimedia/gpac-mp4box/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/gpac-mp4box/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gpac-mp4box -# Date created: 1 December 2006 -# Whom: Pascal Vizeli -# +# Created by: Pascal Vizeli # $FreeBSD$ -# PORTNAME= mp4box DISTVERSION= 0.4.5 @@ -21,6 +17,7 @@ LIB_DEPENDS= gpac.1:${PORTSDIR}/multimed WRKSRC= ${WRKDIR}/gpac/applications/mp4box PLIST_FILES= bin/mp4box +NO_STAGE= yes pre-patch: ${RM} -f ${WRKSRC}/Makefile Modified: head/multimedia/gpodder/Makefile ============================================================================== --- head/multimedia/gpodder/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/gpodder/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -38,6 +38,7 @@ PORTDOCS= PKG-INFO README MAN1= gpo.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGTK2} Modified: head/multimedia/grake/Makefile ============================================================================== --- head/multimedia/grake/Makefile Fri Sep 20 20:55:04 2013 (r327746) +++ head/multimedia/grake/Makefile Fri Sep 20 20:57:48 2013 (r327747) @@ -1,9 +1,5 @@ -# New ports collection makefile for: grake -# Date created: 2010-12-12 -# Whom: Pierre Guinoiseau -# +# Created by: Pierre Guinoiseau # $FreeBSD$ -# PORTNAME= grake PORTVERSION= 0.1.0 @@ -31,4 +27,5 @@ MAN1= grake.1 PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/grake *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 21:23:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2C507B82; Fri, 20 Sep 2013 21:23:57 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 19D3B22CD; Fri, 20 Sep 2013 21:23:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KLNu8P088085; Fri, 20 Sep 2013 21:23:56 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KLNusf088084; Fri, 20 Sep 2013 21:23:56 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309202123.r8KLNusf088084@svn.freebsd.org> From: Bryan Drewery Date: Fri, 20 Sep 2013 21:23:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327748 - head/misc/xtar 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.14 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: Fri, 20 Sep 2013 21:23:57 -0000 Author: bdrewery Date: Fri Sep 20 21:23:56 2013 New Revision: 327748 URL: http://svnweb.freebsd.org/changeset/ports/327748 Log: Fix after NO_STAGE added Modified: head/misc/xtar/Makefile Modified: head/misc/xtar/Makefile ============================================================================== --- head/misc/xtar/Makefile Fri Sep 20 20:57:48 2013 (r327747) +++ head/misc/xtar/Makefile Fri Sep 20 21:23:56 2013 (r327748) @@ -19,9 +19,9 @@ MAKE_ARGS= XINC="-I${LOCALBASE}/include" APPDIR="${PREFIX}/lib/X11/app-defaults" \ BINDIR="${PREFIX}/bin" LIBDIR="${PREFIX}/lib/X11/xtar" \ MANDIR="${MAN1PREFIX}/man/man1" OPTIMISATION="${CFLAGS}" \ -NO_STAGE= yes ANSIFLAG=-ansi CC="${CC}" RANLIB=: +NO_STAGE= yes MAN1= xtar.1 PLIST_FILES= bin/xtar lib/X11/xtar/xtar.doc lib/X11/app-defaults/XTar PLIST_DIRS= lib/X11/xtar From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 21:39:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0EB9D249; Fri, 20 Sep 2013 21:39:44 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D653D23A9; Fri, 20 Sep 2013 21:39:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KLdheG094965; Fri, 20 Sep 2013 21:39:43 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KLdhc6094964; Fri, 20 Sep 2013 21:39:43 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201309202139.r8KLdhc6094964@svn.freebsd.org> From: Koop Mast Date: Fri, 20 Sep 2013 21:39:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327749 - in head: devel/ptlib net/ekiga net/opal 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.14 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: Fri, 20 Sep 2013 21:39:44 -0000 Author: kwm Date: Fri Sep 20 21:39:43 2013 New Revision: 327749 URL: http://svnweb.freebsd.org/changeset/ports/327749 Log: Remove old versions, in preperation of svn mv of versioned ports to unversioned. Deleted: head/devel/ptlib/ head/net/ekiga/ head/net/opal/ From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 21:49:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5D9845CA; Fri, 20 Sep 2013 21:49:33 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 47BCC2446; Fri, 20 Sep 2013 21:49:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KLnXGh000892; Fri, 20 Sep 2013 21:49:33 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KLnUTv000874; Fri, 20 Sep 2013 21:49:30 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201309202149.r8KLnUTv000874@svn.freebsd.org> From: Martin Matuska Date: Fri, 20 Sep 2013 21:49:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327750 - in head: audio/fdk-aac audio/vo-aacenc audio/vo-amrwbenc devel/liboil devel/orc multimedia/ffmpeg multimedia/ffmpeg-devel multimedia/ffmpeg1 multimedia/libquicktime multimedia... 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.14 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: Fri, 20 Sep 2013 21:49:33 -0000 Author: mm Date: Fri Sep 20 21:49:30 2013 New Revision: 327750 URL: http://svnweb.freebsd.org/changeset/ports/327750 Log: Returning maintainership on my multimedia ports to ports@freebsd.org Modified: head/audio/fdk-aac/Makefile head/audio/vo-aacenc/Makefile head/audio/vo-amrwbenc/Makefile head/devel/liboil/Makefile head/devel/orc/Makefile head/multimedia/ffmpeg-devel/Makefile head/multimedia/ffmpeg/Makefile head/multimedia/ffmpeg1/Makefile head/multimedia/libquicktime-lame/Makefile head/multimedia/libquicktime/Makefile head/multimedia/schroedinger/Makefile head/multimedia/x264/Makefile Modified: head/audio/fdk-aac/Makefile ============================================================================== --- head/audio/fdk-aac/Makefile Fri Sep 20 21:39:43 2013 (r327749) +++ head/audio/fdk-aac/Makefile Fri Sep 20 21:49:30 2013 (r327750) @@ -6,7 +6,7 @@ PORTVERSION= 0.1.2 CATEGORIES= audio MASTER_SITES= SF/opencore-amr/${PORTNAME} -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Port of the Fraunhofer FDK AAC Codec Library NOT_FOR_ARCHS= sparc64 Modified: head/audio/vo-aacenc/Makefile ============================================================================== --- head/audio/vo-aacenc/Makefile Fri Sep 20 21:39:43 2013 (r327749) +++ head/audio/vo-aacenc/Makefile Fri Sep 20 21:49:30 2013 (r327750) @@ -6,7 +6,7 @@ PORTVERSION= 0.1.3 CATEGORIES= audio MASTER_SITES= SF/opencore-amr/${PORTNAME} -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= VisualOn AAC encoder library LICENSE= AL2 Modified: head/audio/vo-amrwbenc/Makefile ============================================================================== --- head/audio/vo-amrwbenc/Makefile Fri Sep 20 21:39:43 2013 (r327749) +++ head/audio/vo-amrwbenc/Makefile Fri Sep 20 21:49:30 2013 (r327750) @@ -6,7 +6,7 @@ PORTVERSION= 0.1.3 CATEGORIES= audio MASTER_SITES= SF/opencore-amr/${PORTNAME} -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= VisualOn AMR-WB encoder library LICENSE= AL2 Modified: head/devel/liboil/Makefile ============================================================================== --- head/devel/liboil/Makefile Fri Sep 20 21:39:43 2013 (r327749) +++ head/devel/liboil/Makefile Fri Sep 20 21:49:30 2013 (r327750) @@ -7,7 +7,7 @@ PORTVERSION= 0.3.17 CATEGORIES= devel MASTER_SITES= http://liboil.freedesktop.org/download/ -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library of optimized inner loops LICENSE= BSD Modified: head/devel/orc/Makefile ============================================================================== --- head/devel/orc/Makefile Fri Sep 20 21:39:43 2013 (r327749) +++ head/devel/orc/Makefile Fri Sep 20 21:49:30 2013 (r327750) @@ -6,7 +6,7 @@ PORTVERSION= 0.4.18 CATEGORIES= devel MASTER_SITES= http://gstreamer.freedesktop.org/data/src/orc/ -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library and toolset to operate arrays of data LICENSE= BSD Modified: head/multimedia/ffmpeg-devel/Makefile ============================================================================== --- head/multimedia/ffmpeg-devel/Makefile Fri Sep 20 21:39:43 2013 (r327749) +++ head/multimedia/ffmpeg-devel/Makefile Fri Sep 20 21:49:30 2013 (r327750) @@ -9,7 +9,7 @@ MASTER_SITES= http://git.videolan.org/ PKGNAMESUFFIX= -devel DISTNAME= ffmpeg-${GIT_SUFFIX} -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Realtime audio/video encoder/converter and streaming server LICENSE= GPLv2 LGPL21 Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Fri Sep 20 21:39:43 2013 (r327749) +++ head/multimedia/ffmpeg/Makefile Fri Sep 20 21:49:30 2013 (r327750) @@ -8,7 +8,7 @@ PORTREVISION= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Realtime audio/video encoder/converter and streaming server CONFLICTS= libav-[0-9]* Modified: head/multimedia/ffmpeg1/Makefile ============================================================================== --- head/multimedia/ffmpeg1/Makefile Fri Sep 20 21:39:43 2013 (r327749) +++ head/multimedia/ffmpeg1/Makefile Fri Sep 20 21:49:30 2013 (r327750) @@ -7,7 +7,7 @@ CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ PKGNAMESUFFIX= 1 -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Realtime audio/video encoder/converter and streaming server LICENSE= GPLv2 LGPL21 Modified: head/multimedia/libquicktime-lame/Makefile ============================================================================== --- head/multimedia/libquicktime-lame/Makefile Fri Sep 20 21:39:43 2013 (r327749) +++ head/multimedia/libquicktime-lame/Makefile Fri Sep 20 21:49:30 2013 (r327750) @@ -7,7 +7,7 @@ CATEGORIES= multimedia PKGNAMESUFFIX= -lame PORTREVISION= 2 -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= LAME plugin for libquicktime LIB_DEPENDS= quicktime.0:${PORTSDIR}/multimedia/libquicktime \ Modified: head/multimedia/libquicktime/Makefile ============================================================================== --- head/multimedia/libquicktime/Makefile Fri Sep 20 21:39:43 2013 (r327749) +++ head/multimedia/libquicktime/Makefile Fri Sep 20 21:49:30 2013 (r327750) @@ -7,7 +7,7 @@ PORTREVISION?= 4 CATEGORIES= multimedia MASTER_SITES= SF -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A library for reading and writing quicktime files .if !defined(_BUILDING_LIBQUICKTIME_PLUGINS) Modified: head/multimedia/schroedinger/Makefile ============================================================================== --- head/multimedia/schroedinger/Makefile Fri Sep 20 21:39:43 2013 (r327749) +++ head/multimedia/schroedinger/Makefile Fri Sep 20 21:49:30 2013 (r327750) @@ -8,7 +8,7 @@ CATEGORIES= multimedia MASTER_SITES= http://diracvideo.org/download/schroedinger/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= High-speed Dirac codec LICENSE= GPLv2 LGPL20 MIT MPL Modified: head/multimedia/x264/Makefile ============================================================================== --- head/multimedia/x264/Makefile Fri Sep 20 21:39:43 2013 (r327749) +++ head/multimedia/x264/Makefile Fri Sep 20 21:49:30 2013 (r327750) @@ -12,7 +12,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= x264 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?= Library and tool for encoding H.264/AVC video streams LICENSE= GPLv2 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 21:50:43 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 78C547D3; Fri, 20 Sep 2013 21:50:43 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 640152489; Fri, 20 Sep 2013 21:50:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KLohjI003770; Fri, 20 Sep 2013 21:50:43 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KLoehq003734; Fri, 20 Sep 2013 21:50:40 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201309202150.r8KLoehq003734@svn.freebsd.org> From: Koop Mast Date: Fri, 20 Sep 2013 21:50:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327751 - in head: . devel devel/ptlib devel/ptlib/files devel/ptlib26 net net-im net-im/ekiga net-im/ekiga/files net/ekiga3 net/opal net/opal/files net/opal3 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.14 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: Fri, 20 Sep 2013 21:50:43 -0000 Author: kwm Date: Fri Sep 20 21:50:39 2013 New Revision: 327751 URL: http://svnweb.freebsd.org/changeset/ports/327751 Log: Move ptlib26, opal3 and ekiga3 to unversioned ports and update to: ptlib to 2.10.10 opal to 3.10.10 ekiga to 4.0.1 Added: head/devel/ptlib/ - copied from r327744, head/devel/ptlib26/ head/devel/ptlib/files/patch-include_ptlib_object.h (contents, props changed) head/devel/ptlib/files/patch-plugins_configure.in (contents, props changed) head/devel/ptlib/files/patch-src_ptlib_unix_svcproc.cxx (contents, props changed) head/net-im/ekiga/ - copied from r327744, head/net/ekiga3/ head/net/opal/ - copied from r327744, head/net/opal3/ head/net/opal/files/patch-plugins_audio_SILK_SILK-SDK_Makefile (contents, props changed) head/net/opal/files/patch-plugins_video_H.263-1998_rfc2190.cxx (contents, props changed) head/net/opal/files/patch-plugins_video_H.264_shared_x264wrap.h (contents, props changed) Deleted: head/devel/ptlib/files/patch-include_ptlib_array.h head/devel/ptlib/files/patch-make__lib.mak head/devel/ptlib/files/patch-plugins_configure head/devel/ptlib/files/patch-plugins_sound_oss_sound_oss.cxx head/devel/ptlib/files/patch-plugins_vidinput_v4l2_vidinput_v4l2.cxx head/devel/ptlib/files/patch-plugins_vidinput_v4l_Makefile.in head/devel/ptlib/files/patch-plugins_vidinput_v4l_vidinput_v4l.cxx head/devel/ptlib26/ head/net-im/ekiga/files/patch-halodbus.diff head/net-im/ekiga/files/patch-lib_engine_components_libnotify_libnotify-main.cpp head/net-im/ekiga/files/patch-src_gui_main.cpp head/net/ekiga3/ head/net/opal/files/patch-configure head/net/opal/files/patch-configure-spandsp head/net/opal/files/patch-include_h323_h323ep.h head/net/opal/files/patch-includes_video_rfc2190.cxx head/net/opal/files/patch-plugins-audio-celt-celtcodec.c head/net/opal/files/patch-plugins-video-MPEG4-ffmpeg-mpeg4.cxx head/net/opal/files/patch-plugins-video-h.263-1998-h.263-1998.cxx head/net/opal/files/patch-spandsp_fax.cpp head/net/opal/files/patch-spandsp_if.cpp head/net/opal3/ Modified: head/MOVED head/devel/Makefile head/devel/ptlib/Makefile head/devel/ptlib/distinfo (contents, props changed) head/devel/ptlib/files/patch-Makefile.in (contents, props changed) head/devel/ptlib/pkg-plist (contents, props changed) head/net-im/Makefile head/net-im/ekiga/Makefile head/net-im/ekiga/distinfo (contents, props changed) head/net-im/ekiga/files/patch-configure (contents, props changed) head/net-im/ekiga/pkg-descr (contents, props changed) head/net-im/ekiga/pkg-plist (contents, props changed) head/net/Makefile head/net/opal/Makefile head/net/opal/distinfo (contents, props changed) head/net/opal/files/patch-Makefile.in (contents, props changed) head/net/opal/files/patch-plugins_configure (contents, props changed) head/net/opal/pkg-plist (contents, props changed) Modified: head/MOVED ============================================================================== --- head/MOVED Fri Sep 20 21:49:30 2013 (r327750) +++ head/MOVED Fri Sep 20 21:50:39 2013 (r327751) @@ -4943,3 +4943,7 @@ irc/xchat1|irc/xchat|2013-09-16|Unsuppor japanese/xchat|irc/xchat|2013-09-16|Unsupported upstream, consider using irc/xchat www/autoindex|www/autoindex2|2013-09-16|Does not work with any of the supported PHP versions textproc/rotix||2013-09-20|Has expired: no longer maintained upstream +devel/ptlib26|devel/ptlib|2013-09-20|Removed old version, update to new version and moved port +net/opal3|net/opal|2013-09-20|Removed old version, update to new version and moved port +net/ekiga|net-im/ekiga|2013-09-20|Removed old version, update to new version and moved port +net/ekiga3|net-im/ekiga|2013-09-20|Removed old version, update to new version and moved port Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Sep 20 21:49:30 2013 (r327750) +++ head/devel/Makefile Fri Sep 20 21:50:39 2013 (r327751) @@ -3366,7 +3366,6 @@ SUBDIR += pth-hard SUBDIR += pthsem SUBDIR += ptlib - SUBDIR += ptlib26 SUBDIR += ptmalloc SUBDIR += ptmalloc2 SUBDIR += pty Modified: head/devel/ptlib/Makefile ============================================================================== --- head/devel/ptlib26/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/devel/ptlib/Makefile Fri Sep 20 21:50:39 2013 (r327751) @@ -1,108 +1,134 @@ -# Created by: Roger Hardiman +# Created by: Roger Hardiman # $FreeBSD$ PORTNAME= ptlib -PORTVERSION= 2.6.7 -PORTREVISION= 2 +PORTVERSION= 2.10.10 CATEGORIES= devel -MASTER_SITES= SF/opalvoip/v3.6%20Lalande/Final/ -DISTNAME= ptlib-${PORTVERSION} +MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org -COMMENT= A cross platform C++ library, used by OPAL +COMMENT= Cross platform C++ library, used by OPAL -LICENSE=MPL +LICENSE= MPL -LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -CONFLICTS= pwlib-1.* ptlib-2.4.* ptlib-2.8.* +CONFLICTS= pwlib-1.* -USE_BZIP2= yes +USE_XZ= yes USES= bison gmake pkgconfig +USE_AUTOTOOLS= autoconf:env automake:env GNU_CONFIGURE= yes -WANT_GNOME= yes USE_OPENSSL= yes USE_LDCONFIG= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS+= --enable-oss --enable-plugins --with-expat-dir="${LOCALBASE}" -CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" +CONFIGURE_ARGS+=--enable-audio \ + --enable-ipv6 \ + --enable-exceptions \ + --enable-oss \ + --enable-plugins + +CONFIGURE_ARGS+=--disable-lua \ + --disable-sasl + +# --with-expat-dir="${LOCALBASE}" +CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ + OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" + +OPTIONS_DEFINE= BSDVIDEO DEBUG ODBC ALSA JABBER V4L SDL LDAP PULSEAUDIO +OPTIONS_DEFAULT=BSDVIDEO SDL V4L JABBER -OPTIONS_DEFINE= ODBC ALSA V4L BSDVIDEO SDL LDAP -OPTIONS_DEFAULT=BSDVIDEO SDL BSDVIDEO_DESC= BSD video support +DEBUG_DESC= Install debug library NO_STAGE= yes .include PLIST_SUB+= PORTVERSION=${PORTVERSION} \ - PVERSION_MAJOR=${PORTVERSION:C/.[0-9]+$//g} \ - PVERSION_MINOR=${PORTVERSION:C/^[0-9]+.[0-9]+.//} + PVERSION_MAJOR=${PVERSION_MAJOR} \ + PVERSION_MINOR=${PVERSION_MINOR} + +PVERSION_MAJOR= ${PORTVERSION:C/.[0-9]+.[0-9]+.//} +PVERSION_MINOR= ${PORTVERSION:C/.[0-9]+$//g} .if ${PORT_OPTIONS:MDEBUG} ALL_TARGET= optshared debugshared -BROKEN= debug libs install broken +PLIST_SUB+= DEBUG="" .else ALL_TARGET= optshared +PLIST_SUB+= DEBUG="@comment " +.endif + +.if ${PORT_OPTIONS:MPULSEAUDIO} +LIB_DEPENDS+= libpulse.so:${PORTSDIR}/audio/pulseaudio +CONFIGURE_ARGS+=--enable-pulse +.else +CONFIGURE_ARGS+=--disable-pulse +.endif + +.if ${PORT_OPTIONS:MJABBER} +CONFIGURE_ARGS+=--enable-jabber +PLLIB_VIDEO=1 .endif .if ${PORT_OPTIONS:MODBC} -CONFIGURE_ARGS+= --enable-odbc -LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC +LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC +CONFIGURE_ARGS+=--enable-odbc .else -CONFIGURE_ARGS+= --disable-odbc +CONFIGURE_ARGS+=--disable-odbc .endif .if ${PORT_OPTIONS:MALSA} -CONFIGURE_ARGS+= --enable-alsa +LIB_DEPENDS+= libasound.so:${PORTSDIR}/audio/alsa-lib +CONFIGURE_ARGS+=--enable-alsa PLIST_SUB+= ALSA="" -LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib .else -CONFIGURE_ARGS+= --disable-alsa +CONFIGURE_ARGS+=--disable-alsa PLIST_SUB+= ALSA="@comment " .endif .if ${PORT_OPTIONS:MBSDVIDEO} CONFIGURE_ARGS+=--enable-bsdvideo PLIST_SUB+= BSDVIDEO="" -WITH_VIDEO=1 +PTLIB_VIDEO=1 .else CONFIGURE_ARGS+=--disable-bsdvideo PLIST_SUB+= BSDVIDEO="@comment " .endif .if ${PORT_OPTIONS:MV4L} +BUILD_DEPENDS+= v4l_compat>=0:${PORTSDIR}/multimedia/v4l_compat +LIB_DEPENDS+= libv4l2.so:${PORTSDIR}/multimedia/libv4l CONFIGURE_ARGS+=--enable-v4l --enable-v4l2 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB+= V4L="" -BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS+= v4l1.0:${PORTSDIR}/multimedia/libv4l -WITH_VIDEO=1 +PTLIB_VIDEO=1 .else -CONFIGURE_ARGS+=--disable-v4l +CONFIGURE_ARGS+=--disable-v4l --disable-v4l2 PLIST_SUB+= V4L="@comment " .endif -.if defined(WITH_VIDEO) -CONFIGURE_ARGS+= --enable-video +.if defined(PTLIB_VIDEO) +CONFIGURE_ARGS+=--enable-video --enable-vidfile PLIST_SUB+= VIDEODIR="" .else -CONFIGURE_ARGS+= --disable-video +CONFIGURE_ARGS+=--disable-video --disable-vidfile PLIST_SUB+= VIDEODIR="@comment " .endif .if ${PORT_OPTIONS:MSDL} USE_SDL+= sdl +CONFIGURE_ARGS+=--enable-sdl .else -CONFIGURE_ARGS+= --disable-sdl +CONFIGURE_ARGS+=--disable-sdl .endif .if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= yes -CONFIGURE_ARGS+= --enable-openldap --with-ldap-dir="${LOCALBASE}" +CONFIGURE_ARGS+=--enable-openldap .else -CONFIGURE_ARGS+= --disable-openldap +CONFIGURE_ARGS+=--disable-openldap .endif # ONLY FOR THE BRAVE! @@ -133,16 +159,18 @@ CONFIGURE_ARGS+= --disable-dc #PLIST_SUB+= DC1394="@comment " #.endif -.include - post-patch: - @${REINPLACE_CMD} -e 's|-lpt|-lpt-${PORTVERSION:C/.[0-9]+$//g}|' ${WRKSRC}/ptlib.pc.in - @${REINPLACE_CMD} -e 's|-lasound|-lasound -L${LOCALBASE}/lib|' ${WRKSRC}/plugins/sound_alsa/Makefile -.if ${ARCH} == sparc64 && ${OSVERSION} <= 700003 - @${REINPLACE_CMD} -e 's|P_PTHREADS_XPG6|0|' ${WRKSRC}/src/ptlib/unix/tlibthrd.cxx -.endif -.if ${OSVERSION} >= 800059 @${REINPLACE_CMD} -e 's/RTF_WASCLONED/0x20000/' ${WRKSRC}/src/ptlib/unix/socket.cxx + +pre-configure: + cd ${WRKSRC}/plugins/ && autoreconf -fi + +post-install: + ${LN} -sf libpt.so.${PORTVERSION} ${PREFIX}/lib/libpt.so.${PVERSION_MAJOR} + ${LN} -sf libpt.so.${PORTVERSION} ${PREFIX}/lib/libpt.so.${PVERSION_MINOR} +.if ${PORT_OPTIONS:MDEBUG} + ${LN} -sf libpt_d.so.${PORTVERSION} ${PREFIX}/lib/libpt_d.so.${PVERSION_MAJOR} + ${LN} -sf libpt_d.so.${PORTVERSION} ${PREFIX}/lib/libpt_d.so.${PVERSION_MINOR} .endif -.include +.include Modified: head/devel/ptlib/distinfo ============================================================================== --- head/devel/ptlib26/distinfo Fri Sep 20 20:10:22 2013 (r327744) +++ head/devel/ptlib/distinfo Fri Sep 20 21:50:39 2013 (r327751) @@ -1,2 +1,2 @@ -SHA256 (ptlib-2.6.7.tar.bz2) = 7dd28225fedd21154d34899b21ee4b6d27c88eb1a9f9931c8e6ced28e8f3b97f -SIZE (ptlib-2.6.7.tar.bz2) = 3275152 +SHA256 (ptlib-2.10.10.tar.xz) = 7fcaabe194cbd3bc0b370b951dffd19cfe7ea0298bfff6aecee948e97f3207e4 +SIZE (ptlib-2.10.10.tar.xz) = 2520444 Modified: head/devel/ptlib/files/patch-Makefile.in ============================================================================== --- head/devel/ptlib26/files/patch-Makefile.in Fri Sep 20 20:10:22 2013 (r327744) +++ head/devel/ptlib/files/patch-Makefile.in Fri Sep 20 21:50:39 2013 (r327751) @@ -1,21 +1,17 @@ ---- Makefile.in.orig 2009-10-03 19:15:36.000000000 +0400 -+++ Makefile.in 2009-10-03 21:23:44.000000000 +0400 -@@ -92,11 +92,12 @@ - $(DESTDIR)$(PREFIX)/share/ptlib/make ; \ +--- Makefile.in.orig 2013-02-20 03:12:27.000000000 +0100 ++++ Makefile.in 2013-07-11 10:16:26.000000000 +0200 +@@ -111,9 +111,7 @@ do mkdir -p $$dir ; chmod 755 $$dir ; \ done ) -- $(INSTALL) -m 444 $(PT_LIBDIR)/$(LIB_SONAME) $(DESTDIR)$(LIBDIR) -+ $(INSTALL) -m 444 $(PT_LIBDIR)/$(LIB_SONAME) $(DESTDIR)$(LIBDIR)/lib$(PTLIB_BASE)-@MAJOR_VERSION@.@MINOR_VERSION@$(OBJ_SUFFIX).so@BUILD_TYPE@@BUILD_NUMBER@ - $(INSTALL) -m 444 $(PT_LIBDIR)/lib$(PTLIB_BASE)_s.a $(DESTDIR)$(LIBDIR) - (cd $(DESTDIR)$(LIBDIR) ; \ - rm -f $(PTLIB_FILE) ; \ -- ln -sf $(LIB_SONAME) $(PTLIB_FILE) \ -+ ln -sf lib$(PTLIB_BASE)-@MAJOR_VERSION@.@MINOR_VERSION@$(OBJ_SUFFIX).so@BUILD_TYPE@@BUILD_NUMBER@ $(PTLIB_FILE) ; \ -+ ln -sf lib$(PTLIB_BASE)-@MAJOR_VERSION@.@MINOR_VERSION@$(OBJ_SUFFIX).so@BUILD_TYPE@@BUILD_NUMBER@ lib$(PTLIB_BASE)-@MAJOR_VERSION@.@MINOR_VERSION@$(OBJ_SUFFIX).so \ - ) - ifeq (1, $(HAS_PLUGINS)) - if test -e $(PT_LIBDIR)/device/; then \ -@@ -127,9 +128,9 @@ + ( for lib in $(PT_LIBDIR)/$(LIB_SONAME) \ +- $(PT_LIBDIR)/$(DEBUG_SONAME) \ +- $(PT_LIBDIR)/lib$(PTLIB_BASE)_s.a \ +- $(PT_LIBDIR)/lib$(PTLIB_BASE)_d_s.a ; \ ++ $(PT_LIBDIR)/$(DEBUG_SONAME) ; \ + do \ + ( if test -e $$lib ; then \ + $(INSTALL) -m 444 $$lib $(DESTDIR)$(LIBDIR); \ +@@ -160,9 +158,9 @@ $(INSTALL) -m 755 make/ptlib-config $(DESTDIR)$(PREFIX)/share/ptlib/make/ (cd $(DESTDIR)$(PREFIX)/bin; rm -f ptlib-config ; ln -snf ../share/ptlib/make/ptlib-config ptlib-config) @@ -25,10 +21,10 @@ + mkdir -p $(DESTDIR)$(PREFIX)/libdata/pkgconfig + chmod 755 $(DESTDIR)$(PREFIX)/libdata/pkgconfig + $(INSTALL) -m 644 ptlib.pc $(DESTDIR)$(PREFIX)/libdata/pkgconfig/ + uninstall: rm -rf $(DESTDIR)$(PREFIX)/include/ptlib \ - $(DESTDIR)$(PREFIX)/include/ptclib \ -@@ -137,7 +138,7 @@ +@@ -171,7 +169,7 @@ $(DESTDIR)$(PREFIX)/include/ptbuildopts.h \ $(DESTDIR)$(PREFIX)/share/ptlib \ $(DESTDIR)$(LIBDIR)/$(DEV_PLUGIN_DIR) \ Added: head/devel/ptlib/files/patch-include_ptlib_object.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ptlib/files/patch-include_ptlib_object.h Fri Sep 20 21:50:39 2013 (r327751) @@ -0,0 +1,11 @@ +--- include/ptlib/object.h.orig 2013-09-16 12:18:01.000000000 +0200 ++++ include/ptlib/object.h 2013-09-16 12:19:59.000000000 +0200 +@@ -1011,7 +1011,7 @@ + + __GNUC_PATCHLEVEL__) + + // Memory pooling allocators +-#if defined(__GNUC__) && (GCC_VERSION > 40000) && !defined(P_MINGW) && !defined(P_MACOSX) ++#if defined(__GNUC__) && (GCC_VERSION > 40000) && !defined(P_MINGW) && !defined(P_MACOSX) && !defined(_LIBCPP_VERSION) + #include + template struct PFixedPoolAllocator : public PAllocatorTemplate<__gnu_cxx::__mt_alloc, Type> { }; + template struct PVariablePoolAllocator : public PAllocatorTemplate<__gnu_cxx::__mt_alloc, Type> { }; Added: head/devel/ptlib/files/patch-plugins_configure.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ptlib/files/patch-plugins_configure.in Fri Sep 20 21:50:39 2013 (r327751) @@ -0,0 +1,10 @@ +--- plugins/configure.in.orig 2013-07-08 22:41:36.000000000 +0200 ++++ plugins/configure.in 2013-07-08 22:44:52.000000000 +0200 +@@ -250,6 +250,7 @@ + AC_ARG_ENABLE(bsdvideo, [ --enable-bsdvideo enable BSD video support],,enable_bsdvideo=yes) + + if test "${enable_bsdvideo}z" = "yesz" ; then ++ AC_CHECK_HEADER(dev/bktr/ioctl_meteor.h, BSDVIDEOHDR=1) + AC_CHECK_HEADER(machine/ioctl_meteor.h, BSDVIDEOHDR=1) + AC_CHECK_HEADER(i386/ioctl_meteor.h, BSDVIDEOHDR=1) + AC_CHECK_HEADER(dev/ic/bt8xx.h, BSDVIDEOHDR=1) Added: head/devel/ptlib/files/patch-src_ptlib_unix_svcproc.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ptlib/files/patch-src_ptlib_unix_svcproc.cxx Fri Sep 20 21:50:39 2013 (r327751) @@ -0,0 +1,29 @@ +--- src/ptlib/unix/svcproc.cxx.orig 2013-09-20 14:46:03.000000000 +0200 ++++ src/ptlib/unix/svcproc.cxx 2013-09-20 14:46:46.000000000 +0200 +@@ -217,7 +217,7 @@ + pid_t pid; + + { +- ifstream pidfile(pidfilename); ++ ifstream pidfile((const char*)pidfilename); + if (!pidfile.is_open()) { + cout << "Could not open pid file: \"" << pidfilename << "\"" + " - " << strerror(errno) << endl; +@@ -384,7 +384,7 @@ + // Run as a daemon, ie fork + + if (!pidfilename) { +- ifstream pidfile(pidfilename); ++ ifstream pidfile((const char*)pidfilename); + if (pidfile.is_open()) { + pid_t pid; + pidfile >> pid; +@@ -412,7 +412,7 @@ + cout << "Daemon started with pid " << pid << endl; + if (!pidfilename) { + // Write out the child pid to magic file in /var/run (at least for linux) +- ofstream pidfile(pidfilename); ++ ofstream pidfile((const char*)pidfilename); + if (pidfile.is_open()) + pidfile << pid; + else Modified: head/devel/ptlib/pkg-plist ============================================================================== --- head/devel/ptlib26/pkg-plist Fri Sep 20 20:10:22 2013 (r327744) +++ head/devel/ptlib/pkg-plist Fri Sep 20 21:50:39 2013 (r327751) @@ -4,6 +4,7 @@ include/ptclib/asnber.h include/ptclib/asner.h include/ptclib/asnper.h include/ptclib/asnxer.h +include/ptclib/cli.h include/ptclib/cypher.h include/ptclib/delaychan.h include/ptclib/dtmf.h @@ -17,6 +18,7 @@ include/ptclib/httpsvc.h include/ptclib/inetmail.h include/ptclib/inetprot.h include/ptclib/ipacl.h +include/ptclib/lua.h include/ptclib/memfile.h include/ptclib/mime.h include/ptclib/modem.h @@ -51,6 +53,7 @@ include/ptclib/socks.h include/ptclib/telnet.h include/ptclib/threadpool.h include/ptclib/url.h +include/ptclib/vcard.h include/ptclib/vsdl.h include/ptclib/vxml.h include/ptclib/xmpp.h @@ -107,6 +110,7 @@ include/ptlib/sound.h include/ptlib/svcproc.h include/ptlib/syncpoint.h include/ptlib/syncthrd.h +include/ptlib/syslog.h include/ptlib/tcpsock.h include/ptlib/textfile.h include/ptlib/thread.h @@ -128,6 +132,7 @@ include/ptlib/unix/ptlib/icmpsock.h include/ptlib/unix/ptlib/ipdsock.h include/ptlib/unix/ptlib/ipsock.h include/ptlib/unix/ptlib/maccoreaudio.h +include/ptlib/unix/ptlib/mail.h include/ptlib/unix/ptlib/mutex.h include/ptlib/unix/ptlib/pdirect.h include/ptlib/unix/ptlib/pipechan.h @@ -156,26 +161,30 @@ include/ptlib/vconvert.h include/ptlib/video.h include/ptlib/videoio.h include/ptlib/videoio1394dc.h -lib/libpt-%%PVERSION_MAJOR%%.so -lib/libpt-%%PVERSION_MAJOR%%.so.%%PVERSION_MINOR%% +include/ptlib/wxstring.h lib/libpt.so -lib/libpt_s.a -%%ALSA%%lib/ptlib-%%PORTVERSION%%/devices/sound/alsa_pwplugin.so +lib/libpt.so.%%PVERSION_MINOR%% +lib/libpt.so.%%PVERSION_MAJOR%% +lib/libpt.so.%%PORTVERSION%% +%%DEBUG%%lib/libpt_d.so +%%DEBUG%%lib/libpt_d.so.%%PVERSION_MINOR%% +%%DEBUG%%lib/libpt_d.so.%%PVERSION_MAJOR%% +%%DEBUG%%lib/libpt_d.so.%%PORTVERSION%% lib/ptlib-%%PORTVERSION%%/devices/sound/oss_pwplugin.so %%BSDVIDEO%%lib/ptlib-%%PORTVERSION%%/devices/videoinput/bsdvideo_pwplugin.so %%V4L%%lib/ptlib-%%PORTVERSION%%/devices/videoinput/v4l_pwplugin.so %%V4L%%lib/ptlib-%%PORTVERSION%%/devices/videoinput/v4l2_pwplugin.so libdata/pkgconfig/ptlib.pc -%%DATADIR%%/make/common.mak -%%DATADIR%%/make/lib.mak -%%DATADIR%%/make/plugins.mak -%%DATADIR%%/make/ptbuildopts.mak -%%DATADIR%%/make/ptlib-config -%%DATADIR%%/make/ptlib.mak -%%DATADIR%%/make/unix.mak -@dirrm %%DATADIR%%/make -@dirrm %%DATADIR%% -%%VIDEODIR%%@dirrm lib/ptlib-%%PORTVERSION%%/devices/videoinput +share/ptlib/make/common.mak +share/ptlib/make/lib.mak +share/ptlib/make/plugins.mak +share/ptlib/make/ptbuildopts.mak +share/ptlib/make/ptlib-config +share/ptlib/make/ptlib.mak +share/ptlib/make/unix.mak +@dirrm share/ptlib/make +@dirrm share/ptlib +%%V4L%%@dirrm lib/ptlib-%%PORTVERSION%%/devices/videoinput @dirrm lib/ptlib-%%PORTVERSION%%/devices/sound @dirrm lib/ptlib-%%PORTVERSION%%/devices @dirrm lib/ptlib-%%PORTVERSION%% Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Fri Sep 20 21:49:30 2013 (r327750) +++ head/net-im/Makefile Fri Sep 20 21:50:39 2013 (r327751) @@ -19,6 +19,7 @@ SUBDIR += decibel SUBDIR += echat SUBDIR += ejabberd + SUBDIR += ekiga SUBDIR += emesene SUBDIR += empathy SUBDIR += farsight2 Modified: head/net-im/ekiga/Makefile ============================================================================== --- head/net/ekiga3/Makefile Fri Sep 20 20:10:22 2013 (r327744) +++ head/net-im/ekiga/Makefile Fri Sep 20 21:50:39 2013 (r327751) @@ -1,134 +1,171 @@ # Created by: Charlie & # $FreeBSD$ -PORTNAME= ekiga3 -PORTVERSION= 3.2.6 -PORTREVISION= 10 +PORTNAME= ekiga +PORTVERSION= 4.0.1 CATEGORIES= net -MASTER_SITES= http://www.ekiga.org/admin/downloads/latest/sources/ekiga_${PORTVERSION}/ -DISTNAME= ekiga-${PORTVERSION} +MASTER_SITES= GNOME +#MASTER_SITES= http://www.ekiga.org/admin/downloads/latest/sources/ekiga_${PORTVERSION}/ +#DISTNAME= ekiga-${PORTVERSION} +DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= VoIP and video conferencing application -LIB_DEPENDS= sigc-2:${PORTSDIR}/devel/libsigc++20 \ - opal-3.6.[6-9]:${PORTSDIR}/net/opal3 -BUILD_DEPENDS= intltoolize:${PORTSDIR}/textproc/intltool \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ - ${LOCALBASE}/bin/scrollkeeper-config:${PORTSDIR}/textproc/rarian +BUILD_DEPENDS= v4l_compat>=0:${PORTSDIR}/multimedia/v4l_compat \ + gnome-icon-theme>=3.0.0:${PORTSDIR}/misc/gnome-icon-theme +LIB_DEPENDS= libboost_signals.so:${PORTSDIR}/devel/boost-libs \ + libopal.so:${PORTSDIR}/net/opal \ + libv4l2.so:${PORTSDIR}/multimedia/libv4l +RUN_DEPENDS= gnome-icon-theme>=3.0.0:${PORTSDIR}/misc/gnome-icon-theme -CONFLICTS= ekiga-2.* - -USE_GCC= any -USE_AUTOTOOLS= libtool +USE_XZ= yes GNU_CONFIGURE= yes -USES= gettext gmake perl5 pkgconfig +USES= gettext gmake pathfix perl5 pkgconfig USE_XORG= xv -USE_GNOME= gtk20 gnomehack -DIST_SUBDIR= gnome2 +USE_GNOME= gtk20 intltool libxml2 INSTALLS_OMF= yes INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -I${LOCALBASE}/lib + MAN1= ekiga.1 -OPTIONS_DEFINE= LDAP KDE4 H323 VIDEO NOTIFY EVOLUTION GCONF DBUS AVAHI \ - GNOMEHELP GCONFEDITOR -OPTIONS_DEFAULT=VIDEO NOTIFY GCONF AVAHI -KDE4_DESC= KDE4 support (experimental) +OPTIONS_DEFINE= LDAP NOTIFY EVOLUTION GCONF DBUS AVAHI GNOMEHELP +OPTIONS_DEFAULT=NOTIFY DBUS GCONF AVAHI + EVOLUTION_DESC= Evolution data server support GNOMEHELP_DESC= Build Ekiga help files -GCONFEDITOR_DESC=Depend on gconf-editor +#OPTIONS_GROUP= EXP +#OPTIONS_GROUP_EXP= KDE KAB GSTREAMER XCAP LOUDMOUTH +EXP_DESC= Experimental features +KDE_DESC= KDE 4 support +KAB_DESC= KAddressBook support (implies KDE option) +GSTREAMER_DESC= Gstreamer support +XCAP_DESC= Remote contact storage via HTTP in xml format +LOUDMOUTH_DESC= XMPP (jabber) support + +# Note that h.323 support is enabled when opal is build with it. + +NO_STAGE= yes .include -.if ${PORT_OPTIONS:MKDE4} -. if !${PORT_OPTIONS:MDBUS} -BROKEN= Please set DBUS option or remove the KDE4 option! -. endif -USE_KDE4= kdehier kdelibs -USE_QT4= # empty -CONFIGURE_ARGS+= --enable-kde -CONFIGURE_ENV+= KDE_CFLAGS="-I${KDE4_PREFIX}/include -I${QT_INCDIR} \ - -I${LOCALBASE}/include" KDE_LIBS="-L${KDE4_PREFIX}/lib" +PLIST_SUB+= VERSION=${PORTVERSION} + +.if ${PORT_OPTIONS:MKDE} || ${PORT_OPTIONS:MKAB} +USE_KDE4= kdehier kdelibs +USE_QT4= corelib +CONFIGURE_ARGS+=--enable-kde +#CONFIGURE_ENV+=KDE_CFLAGS="-I${KDE4_PREFIX}/include -I${QT_INCDIR} \ +# -I${LOCALBASE}/include" KDE_LIBS="-L${KDE4_PREFIX}/lib" +CPPFLAGS+= -I${KDE4_PREFIX}/include +LDFLAGS+= -L${KDE4_PREFIX}/lib +.else +CONFIGURE_ARGS+=--disable-kde +.endif + +.if ${PORT_OPTIONS:MKAB} +CONFIGURE_ARGS+=--enable-kab +USE_KDE4+= pimlibs +.else +CONFIGURE_ARGS+=--disable-kab +.endif + +.if ${PORT_OPTIONS:MGSTREAMER} +CONFIGURE_ARGS+=--enable-gstreamer +USE_GSTREAMER= yes +.else +CONFIGURE_ARGS+=--disable-gstreamer +.endif + +.if ${PORT_OPTIONS:MXCAP} +CONFIGURE_ARGS+=--enable-xcap +LIB_DEPENDS+= libsoup-2.4.so:${PORTSDIR}/devel/libsoup .else -CONFIGURE_ARGS+= --disable-kde +CONFIGURE_ARGS+=--disable-xcap .endif -.if ${PORT_OPTIONS:MVIDEO} -BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat +.if ${PORT_OPTIONS:MLOUDMOUTH} +CONFIGURE_ARGS+=--enable-loudmouth +LIB_DEPENDS+= libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth +.else +CONFIGURE_ARGS+=--disable-loudmouth .endif .if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= yes -LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 -CONFIGURE_ARGS+= --enable-ldap --with-ldap-dir="${LOCALBASE}" --with-libsasl2-dir="${LOCALBASE}" +LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +CONFIGURE_ARGS+=--enable-ldap --with-ldap-dir="${LOCALBASE}" --with-libsasl2-dir="${LOCALBASE}" +PLIST_SUB+= LDAP="" +WITH_PLUGINS= 1 .else -CONFIGURE_ARGS+= --disable-ldap +CONFIGURE_ARGS+=--disable-ldap +PLIST_SUB+= LDAP="@comment " .endif -.if ${PORT_OPTIONS:MH323} -CONFIGURE_ARGS+= --enable-h323 +.if defined(WITH_PLUGINS) +PLIST_SUB+= PLUGINS="" .else -CONFIGURE_ARGS+= --disable-h323 +PLIST_SUB+= PLUGINS="@comment " .endif .if ${PORT_OPTIONS:MNOTIFY} -LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify -CONFIGURE_ARGS+= --enable-notify +LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify +CONFIGURE_ARGS+=--enable-notify +PLIST_SUB+= NOTIFY="" +WITH_PLUGINS= 1 .else -CONFIGURE_ARGS+= --disable-notify +CONFIGURE_ARGS+=--disable-notify +PLIST_SUB+= NOTIFY="@comment " .endif .if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus -CONFIGURE_ARGS+= --enable-dbus --enable-dbus-service -PLIST_SUB+= DBUS="" +LIB_DEPENDS+= libdbus-1.so:${PORTSDIR}/devel/dbus +CONFIGURE_ARGS+=--enable-dbus --enable-dbus-service +PLIST_SUB+= DBUS="" .else -CONFIGURE_ARGS+= --disable-dbus --disable-dbus-service -PLIST_SUB+= DBUS="@comment " +CONFIGURE_ARGS+=--disable-dbus --disable-dbus-service +PLIST_SUB+= DBUS="@comment " .endif .if ${PORT_OPTIONS:MGCONF} -USE_GNOME+= gconf2 -CONFIGURE_ARGS+= --enable-gconf -GCONF_SCHEMAS= ekiga.schemas -PLIST_SUB+= NO_GCONF="@comment " +USE_GNOME+= gconf2 +CONFIGURE_ARGS+=--enable-gconf +GCONF_SCHEMAS= ekiga.schemas +PLIST_SUB+= GCONF="@comment " .else -CONFIGURE_ARGS+= --disable-gconf -PLIST_SUB+= NO_GCONF="" +CONFIGURE_ARGS+=--disable-gconf +PLIST_SUB+= GCONF="" .endif .if ${PORT_OPTIONS:MEVOLUTION} -USE_GNOME+= evolutiondataserver -CONFIGURE_ARGS+= --enable-eds +USE_GNOME+= evolutiondataserver +CONFIGURE_ARGS+=--enable-eds +PLIST_SUB+= EVOLUTION="" +WITH_PLUGINS= 1 .else -CONFIGURE_ARGS+= --disable-eds +CONFIGURE_ARGS+=--disable-eds +PLIST_SUB+= EVOLUTION="@comment " .endif .if ${PORT_OPTIONS:MAVAHI} -CONFIGURE_ARGS+= --enable-avahi -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app +CONFIGURE_ARGS+=--enable-avahi +LIB_DEPENDS+= libavahi-client.so:${PORTSDIR}/net/avahi-app +PLIST_SUB+= AVAHI="" +WITH_PLUGINS= 1 .else -CONFIGURE_ARGS+= --disable-avahi -.endif - -.if ${PORT_OPTIONS:MGCONFEDITOR} -RUN_DEPENDS+= ${LOCALBASE}/bin/gconf-editor:${PORTSDIR}/sysutils/gconf-editor +CONFIGURE_ARGS+=--disable-avahi +PLIST_SUB+= AVAHI="@comment " .endif .if ${PORT_OPTIONS:MGNOMEHELP} -PLIST_SUB+= GNOMEHELP="" -USE_GNOME+= gnomedocutils +PLIST_SUB+= GNOMEHELP="" +USE_GNOME+= gnomedocutils .else -CONFIGURE_ARGS+= --disable-gdu -PLIST_SUB+= GNOMEHELP="@comment " +CONFIGURE_ARGS+=--disable-gdu +PLIST_SUB+= GNOMEHELP="@comment " .endif -post-patch: - @${REINPLACE_CMD} -e 's/V4L="enabled"/V4L="disabled"/' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's?^\(KDE_CFLAGS.*\)$$?\1 -I'"${KDE4_PREFIX}/include?" ${WRKSRC}/lib/engine/components/kde/Makefile.in - -post-configure: - @${REINPLACE_CMD} -e 's?^\(CPPFLAGS\) =\(.*\)$$?\1 = '"-I${LOCALBASE}/include"' \2?' ${WRKSRC}/lib/engine/addressbook/Makefile - .include Modified: head/net-im/ekiga/distinfo ============================================================================== --- head/net/ekiga3/distinfo Fri Sep 20 20:10:22 2013 (r327744) +++ head/net-im/ekiga/distinfo Fri Sep 20 21:50:39 2013 (r327751) @@ -1,2 +1,2 @@ -SHA256 (gnome2/ekiga-3.2.6.tar.gz) = 92e91a92fa13c9634c9cc35282a6db0f0d0bd4fed999d343bb54f9c993bc873f -SIZE (gnome2/ekiga-3.2.6.tar.gz) = 9939808 +SHA256 (gnome3/ekiga-4.0.1.tar.xz) = 5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b +SIZE (gnome3/ekiga-4.0.1.tar.xz) = 8339364 Modified: head/net-im/ekiga/files/patch-configure ============================================================================== --- head/net/ekiga3/files/patch-configure Fri Sep 20 20:10:22 2013 (r327744) +++ head/net-im/ekiga/files/patch-configure Fri Sep 20 21:50:39 2013 (r327751) @@ -1,20 +1,11 @@ ---- configure.orig 2010-08-28 15:04:35.000000000 -0400 -+++ configure 2010-08-28 15:05:31.000000000 -0400 -@@ -17255,7 +17255,7 @@ if test -n "$PKG_CONFIG"; then - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_NOTIFY_CFLAGS=`$PKG_CONFIG --cflags "libnotify" 2>/dev/null` -+ pkg_cv_NOTIFY_CFLAGS=`$PKG_CONFIG --cflags "libnotify" "gtk+-2.0" 2>/dev/null` - else - pkg_failed=yes +--- configure.orig 2013-07-11 12:30:00.000000000 +0200 ++++ configure 2013-07-11 12:31:26.000000000 +0200 +@@ -18351,7 +18351,7 @@ + # Check whether --enable-gconf was given. + if test "${enable_gconf+set}" = set; then : + enableval=$enable_gconf; if test "x$enableval" = "xyes"; then +- enable_gconf = yes ++ enable_gconf=yes fi -@@ -17273,7 +17273,7 @@ if test -n "$PKG_CONFIG"; then - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_NOTIFY_LIBS=`$PKG_CONFIG --libs "libnotify" 2>/dev/null` -+ pkg_cv_NOTIFY_LIBS=`$PKG_CONFIG --libs "libnotify" "gtk+-2.0" 2>/dev/null` else - pkg_failed=yes - fi + enable_gconf=yes Modified: head/net-im/ekiga/pkg-descr ============================================================================== --- head/net/ekiga3/pkg-descr Fri Sep 20 20:10:22 2013 (r327744) +++ head/net-im/ekiga/pkg-descr Fri Sep 20 21:50:39 2013 (r327751) @@ -2,4 +2,4 @@ Ekiga (formely known as GnomeMeeting) is VoIP and video conferencing application for GNOME/KDE. Ekiga uses both the H.323 and SIP protocols. -WWW: http://ekiga.org +WWW: http://www.ekiga.org Modified: head/net-im/ekiga/pkg-plist ============================================================================== --- head/net/ekiga3/pkg-plist Fri Sep 20 20:10:22 2013 (r327744) +++ head/net-im/ekiga/pkg-plist Fri Sep 20 21:50:39 2013 (r327751) @@ -1,97 +1,23 @@ bin/ekiga bin/ekiga-config-tool %%DBUS%%bin/ekiga-helper -%%NO_GCONF%%etc/ekiga/ekiga.schemas -share/locale/am/LC_MESSAGES/ekiga.mo -share/locale/ar/LC_MESSAGES/ekiga.mo -share/locale/as/LC_MESSAGES/ekiga.mo -share/locale/az/LC_MESSAGES/ekiga.mo -share/locale/be/LC_MESSAGES/ekiga.mo -share/locale/bg/LC_MESSAGES/ekiga.mo -share/locale/bn/LC_MESSAGES/ekiga.mo -share/locale/bn_IN/LC_MESSAGES/ekiga.mo -share/locale/bs/LC_MESSAGES/ekiga.mo -share/locale/ca/LC_MESSAGES/ekiga.mo -share/locale/ca@valencia/LC_MESSAGES/ekiga.mo -share/locale/crh/LC_MESSAGES/ekiga.mo -share/locale/cs/LC_MESSAGES/ekiga.mo -share/locale/cy/LC_MESSAGES/ekiga.mo -share/locale/da/LC_MESSAGES/ekiga.mo -share/locale/de/LC_MESSAGES/ekiga.mo -share/locale/dz/LC_MESSAGES/ekiga.mo -share/locale/el/LC_MESSAGES/ekiga.mo -share/locale/en_CA/LC_MESSAGES/ekiga.mo -share/locale/en_GB/LC_MESSAGES/ekiga.mo -share/locale/eo/LC_MESSAGES/ekiga.mo -share/locale/es/LC_MESSAGES/ekiga.mo -share/locale/et/LC_MESSAGES/ekiga.mo -share/locale/eu/LC_MESSAGES/ekiga.mo -share/locale/fa/LC_MESSAGES/ekiga.mo -share/locale/fi/LC_MESSAGES/ekiga.mo -share/locale/fr/LC_MESSAGES/ekiga.mo -share/locale/ga/LC_MESSAGES/ekiga.mo -share/locale/gl/LC_MESSAGES/ekiga.mo -share/locale/gu/LC_MESSAGES/ekiga.mo -share/locale/he/LC_MESSAGES/ekiga.mo -share/locale/hi/LC_MESSAGES/ekiga.mo -share/locale/hr/LC_MESSAGES/ekiga.mo -share/locale/hu/LC_MESSAGES/ekiga.mo -share/locale/id/LC_MESSAGES/ekiga.mo -share/locale/is/LC_MESSAGES/ekiga.mo -share/locale/it/LC_MESSAGES/ekiga.mo -share/locale/ja/LC_MESSAGES/ekiga.mo -share/locale/ka/LC_MESSAGES/ekiga.mo -share/locale/kn/LC_MESSAGES/ekiga.mo -share/locale/ko/LC_MESSAGES/ekiga.mo -share/locale/ku/LC_MESSAGES/ekiga.mo -share/locale/lt/LC_MESSAGES/ekiga.mo -share/locale/lv/LC_MESSAGES/ekiga.mo -share/locale/mai/LC_MESSAGES/ekiga.mo -share/locale/mk/LC_MESSAGES/ekiga.mo -share/locale/ml/LC_MESSAGES/ekiga.mo -share/locale/mn/LC_MESSAGES/ekiga.mo -share/locale/mr/LC_MESSAGES/ekiga.mo -share/locale/ms/LC_MESSAGES/ekiga.mo -share/locale/nb/LC_MESSAGES/ekiga.mo -share/locale/ne/LC_MESSAGES/ekiga.mo -share/locale/nl/LC_MESSAGES/ekiga.mo -share/locale/nn/LC_MESSAGES/ekiga.mo -share/locale/oc/LC_MESSAGES/ekiga.mo -share/locale/or/LC_MESSAGES/ekiga.mo -share/locale/pa/LC_MESSAGES/ekiga.mo -share/locale/pl/LC_MESSAGES/ekiga.mo -share/locale/pt/LC_MESSAGES/ekiga.mo -share/locale/pt_BR/LC_MESSAGES/ekiga.mo -share/locale/ro/LC_MESSAGES/ekiga.mo -share/locale/ru/LC_MESSAGES/ekiga.mo -share/locale/rw/LC_MESSAGES/ekiga.mo -share/locale/si/LC_MESSAGES/ekiga.mo -share/locale/sk/LC_MESSAGES/ekiga.mo -share/locale/sl/LC_MESSAGES/ekiga.mo -share/locale/sq/LC_MESSAGES/ekiga.mo -share/locale/sr/LC_MESSAGES/ekiga.mo -share/locale/sr@latin/LC_MESSAGES/ekiga.mo -share/locale/sv/LC_MESSAGES/ekiga.mo -share/locale/ta/LC_MESSAGES/ekiga.mo -share/locale/te/LC_MESSAGES/ekiga.mo -share/locale/th/LC_MESSAGES/ekiga.mo -share/locale/tr/LC_MESSAGES/ekiga.mo -share/locale/uk/LC_MESSAGES/ekiga.mo -share/locale/vi/LC_MESSAGES/ekiga.mo -share/locale/wa/LC_MESSAGES/ekiga.mo -share/locale/xh/LC_MESSAGES/ekiga.mo -share/locale/zh_CN/LC_MESSAGES/ekiga.mo -share/locale/zh_HK/LC_MESSAGES/ekiga.mo -share/locale/zh_TW/LC_MESSAGES/ekiga.mo +%%GCONF%%etc/ekiga/ekiga.schemas +lib/ekiga/%%VERSION%%/libekiga.so +lib/ekiga/%%VERSION%%/libekiga.la +%%AVAHI%%lib/ekiga/%%VERSION%%/plugins/libgmavahi.so +%%AVAHI%%lib/ekiga/%%VERSION%%/plugins/libgmavahi.la +%%EVOLUTION%%lib/ekiga/4.0.1/plugins/libgmevolution.la +%%EVOLUTION%%lib/ekiga/4.0.1/plugins/libgmevolution.so +%%LDAP%%lib/ekiga/4.0.1/plugins/libgmldap.la +%%LDAP%%lib/ekiga/4.0.1/plugins/libgmldap.so +%%NOTIFY%%lib/ekiga/%%VERSION%%/plugins/libgmlibnotify.so +%%NOTIFY%%lib/ekiga/%%VERSION%%/plugins/libgmlibnotify.la share/applications/ekiga.desktop %%DBUS%%share/dbus-1/services/org.ekiga.Ekiga.service %%DBUS%%share/dbus-1/services/org.ekiga.Helper.service %%GNOMEHELP%%share/gnome/help/ekiga/C/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/call_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/lumi.png +%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/call_window.png %%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d1.png %%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d2.png %%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d3.png @@ -100,13 +26,26 @@ share/applications/ekiga.desktop %%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d6.png %%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d7.png %%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/lumi.png +%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/config_d9.png +%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/call_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/roster.png +%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/addressbook_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/addressbook_d2.png +%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/addressbook_d3.png +%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/chat_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/status.png +%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/call_history.png +%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/accounts_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/accounts_ekiga_net.png +%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/accounts_ekiga_call_out.png +%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/accounts_sip.png +%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/accounts_h323.png +%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/monitoring_lines.png +%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/audio_codecs.png +%%GNOMEHELP%%share/gnome/help/ekiga/C/figures/video_codecs.png %%GNOMEHELP%%share/gnome/help/ekiga/bg/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/call_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/lumi.png +%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/call_window.png %%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d1.png %%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d2.png %%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d3.png @@ -115,13 +54,26 @@ share/applications/ekiga.desktop %%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d6.png %%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d7.png %%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/lumi.png +%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/config_d9.png +%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/call_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/roster.png +%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/addressbook_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/addressbook_d2.png +%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/addressbook_d3.png +%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/chat_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/status.png +%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/call_history.png +%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/accounts_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/accounts_ekiga_net.png +%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/accounts_ekiga_call_out.png +%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/accounts_sip.png +%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/accounts_h323.png +%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/monitoring_lines.png +%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/audio_codecs.png +%%GNOMEHELP%%share/gnome/help/ekiga/bg/figures/video_codecs.png %%GNOMEHELP%%share/gnome/help/ekiga/ca/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/call_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/lumi.png +%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/call_window.png %%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d1.png %%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d2.png %%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d3.png @@ -130,13 +82,26 @@ share/applications/ekiga.desktop %%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d6.png %%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d7.png %%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/lumi.png +%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/config_d9.png +%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/call_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/roster.png +%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/addressbook_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/addressbook_d2.png +%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/addressbook_d3.png +%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/chat_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/status.png +%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/call_history.png +%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/accounts_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/accounts_ekiga_net.png +%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/accounts_ekiga_call_out.png +%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/accounts_sip.png +%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/accounts_h323.png +%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/monitoring_lines.png +%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/audio_codecs.png +%%GNOMEHELP%%share/gnome/help/ekiga/ca/figures/video_codecs.png %%GNOMEHELP%%share/gnome/help/ekiga/de/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/call_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/lumi.png +%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/call_window.png %%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d1.png %%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d2.png %%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d3.png @@ -145,13 +110,26 @@ share/applications/ekiga.desktop %%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d6.png %%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d7.png %%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/lumi.png +%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/config_d9.png +%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/call_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/roster.png +%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/addressbook_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/addressbook_d2.png +%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/addressbook_d3.png +%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/chat_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/status.png +%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/call_history.png +%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/accounts_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/accounts_ekiga_net.png +%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/accounts_ekiga_call_out.png +%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/accounts_sip.png +%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/accounts_h323.png +%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/monitoring_lines.png +%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/audio_codecs.png +%%GNOMEHELP%%share/gnome/help/ekiga/de/figures/video_codecs.png %%GNOMEHELP%%share/gnome/help/ekiga/el/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/accounts_d1.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/accounts_h323.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/accounts_sip.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/audio_codecs.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/call_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/lumi.png +%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/call_window.png %%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d1.png %%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d2.png %%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d3.png @@ -160,13 +138,26 @@ share/applications/ekiga.desktop %%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d6.png %%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d7.png %%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d8.png -%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/lumi.png +%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/config_d9.png +%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/call_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/roster.png +%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/addressbook_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/addressbook_d2.png +%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/addressbook_d3.png +%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/chat_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/status.png +%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/call_history.png +%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/accounts_d1.png +%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/accounts_ekiga_net.png +%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/accounts_ekiga_call_out.png +%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/accounts_sip.png +%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/accounts_h323.png +%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/monitoring_lines.png +%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/audio_codecs.png +%%GNOMEHELP%%share/gnome/help/ekiga/el/figures/video_codecs.png %%GNOMEHELP%%share/gnome/help/ekiga/en_GB/ekiga.xml -%%GNOMEHELP%%share/gnome/help/ekiga/en_GB/figures/accounts_d1.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 21:52:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B85919F1; Fri, 20 Sep 2013 21:52:21 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A65D924A3; Fri, 20 Sep 2013 21:52:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KLqLb7004290; Fri, 20 Sep 2013 21:52:21 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KLqLee004289; Fri, 20 Sep 2013 21:52:21 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201309202152.r8KLqLee004289@svn.freebsd.org> From: Koop Mast Date: Fri, 20 Sep 2013 21:52:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327752 - head/net-im/ekiga 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.14 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: Fri, 20 Sep 2013 21:52:21 -0000 Author: kwm Date: Fri Sep 20 21:52:21 2013 New Revision: 327752 URL: http://svnweb.freebsd.org/changeset/ports/327752 Log: Fix categories Modified: head/net-im/ekiga/Makefile Modified: head/net-im/ekiga/Makefile ============================================================================== --- head/net-im/ekiga/Makefile Fri Sep 20 21:50:39 2013 (r327751) +++ head/net-im/ekiga/Makefile Fri Sep 20 21:52:21 2013 (r327752) @@ -3,7 +3,7 @@ PORTNAME= ekiga PORTVERSION= 4.0.1 -CATEGORIES= net +CATEGORIES= net-im MASTER_SITES= GNOME #MASTER_SITES= http://www.ekiga.org/admin/downloads/latest/sources/ekiga_${PORTVERSION}/ #DISTNAME= ekiga-${PORTVERSION} From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 21:53:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 835BFD09; Fri, 20 Sep 2013 21:53:49 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 70ED824C0; Fri, 20 Sep 2013 21:53:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KLrnOU004656; Fri, 20 Sep 2013 21:53:49 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KLrnWn004655; Fri, 20 Sep 2013 21:53:49 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201309202153.r8KLrnWn004655@svn.freebsd.org> From: Koop Mast Date: Fri, 20 Sep 2013 21:53:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327753 - head/x11/gnome2 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.14 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: Fri, 20 Sep 2013 21:53:49 -0000 Author: kwm Date: Fri Sep 20 21:53:48 2013 New Revision: 327753 URL: http://svnweb.freebsd.org/changeset/ports/327753 Log: Chase recent ekiga shuffle. Modified: head/x11/gnome2/Makefile Modified: head/x11/gnome2/Makefile ============================================================================== --- head/x11/gnome2/Makefile Fri Sep 20 21:52:21 2013 (r327752) +++ head/x11/gnome2/Makefile Fri Sep 20 21:53:48 2013 (r327753) @@ -4,7 +4,7 @@ PORTNAME= gnome2 PORTVERSION= 2.32.1 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -91,7 +91,7 @@ RUN_DEPENDS+= empathy:${PORTSDIR}/net-im ${LOCALBASE}/lib/hamster-applet/hamster-applet:${PORTSDIR}/deskutils/hamster-applet \ ${LOCALBASE}/lib/gtk-2.0/modules/libatk-bridge.so:${PORTSDIR}/accessibility/at-spi \ gpk-application:${PORTSDIR}/ports-mgmt/gnome-packagekit \ - ekiga:${PORTSDIR}/net/ekiga3 + ekiga:${PORTSDIR}/net-im/ekiga .if ${OSVERSION}>=800000 RUN_DEPENDS+= cheese:${PORTSDIR}/multimedia/cheese .endif From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 21:56:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1ACECDFF; Fri, 20 Sep 2013 21:56:01 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0718B24D2; Fri, 20 Sep 2013 21:56:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KLu0d0005435; Fri, 20 Sep 2013 21:56:00 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KLu0ZZ005433; Fri, 20 Sep 2013 21:56:00 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201309202156.r8KLu0ZZ005433@svn.freebsd.org> From: Koop Mast Date: Fri, 20 Sep 2013 21:56:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327754 - head/devel/orc 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.14 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: Fri, 20 Sep 2013 21:56:01 -0000 Author: kwm Date: Fri Sep 20 21:56:00 2013 New Revision: 327754 URL: http://svnweb.freebsd.org/changeset/ports/327754 Log: Pick up. Modified: head/devel/orc/Makefile Modified: head/devel/orc/Makefile ============================================================================== --- head/devel/orc/Makefile Fri Sep 20 21:53:48 2013 (r327753) +++ head/devel/orc/Makefile Fri Sep 20 21:56:00 2013 (r327754) @@ -6,7 +6,7 @@ PORTVERSION= 0.4.18 CATEGORIES= devel MASTER_SITES= http://gstreamer.freedesktop.org/data/src/orc/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kwm@FreeBSD.org COMMENT= Library and toolset to operate arrays of data LICENSE= BSD From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 22:10:41 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 110A61A5; Fri, 20 Sep 2013 22:10:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EF1042588; Fri, 20 Sep 2013 22:10:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KMAecP028416; Fri, 20 Sep 2013 22:10:40 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KMAP4q028092; Fri, 20 Sep 2013 22:10:25 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202210.r8KMAP4q028092@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 22:10:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327755 - in head/net: 3proxy 44bsd-rdist 6tunnel AquaGatekeeper DarwinStreamingServer GeoIP R-cran-twitteR Sockets abills activemq acx100 afpfs-ng aget aoe apinger appkonference arp-sc... 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.14 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: Fri, 20 Sep 2013 22:10:41 -0000 Author: bapt Date: Fri Sep 20 22:10:23 2013 New Revision: 327755 URL: http://svnweb.freebsd.org/changeset/ports/327755 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: net) Modified: head/net/3proxy/Makefile head/net/44bsd-rdist/Makefile head/net/6tunnel/Makefile head/net/AquaGatekeeper/Makefile head/net/DarwinStreamingServer/Makefile head/net/GeoIP/Makefile head/net/R-cran-twitteR/Makefile head/net/Sockets/Makefile head/net/abills/Makefile head/net/activemq/Makefile head/net/acx100/Makefile head/net/afpfs-ng/Makefile head/net/aget/Makefile head/net/aoe/Makefile head/net/apinger/Makefile head/net/appkonference/Makefile head/net/arp-scan/Makefile head/net/arp-sk/Makefile head/net/arpdig/Makefile head/net/arping/Makefile head/net/arprelease/Makefile head/net/asfrecorder/Makefile head/net/asio/Makefile head/net/aslookup/Makefile head/net/asterisk-oh323/Makefile head/net/asterisk/Makefile head/net/asterisk10/Makefile head/net/asterisk11/Makefile head/net/asterisk14-addons/Makefile head/net/asterisk14/Makefile head/net/avahi-app/Makefile head/net/avahi-autoipd/Makefile head/net/avahi-gtk/Makefile head/net/avahi-gtk3/Makefile head/net/avahi-header/Makefile head/net/avahi-libdns/Makefile head/net/avahi-qt4/Makefile head/net/avahi-sharp/Makefile head/net/avahi/Makefile head/net/babeld/Makefile head/net/balance/Makefile head/net/bcusdk-eibd/Makefile head/net/beacon/Makefile head/net/beanstalkd/Makefile head/net/bindtest/Makefile head/net/binkd/Makefile head/net/bird-devel/Makefile head/net/bird/Makefile head/net/bird6/Makefile head/net/bittwist/Makefile head/net/blam/Makefile head/net/bld/Makefile head/net/bmon/Makefile head/net/boclient/Makefile head/net/boinc-client/Makefile head/net/boinc_curses/Makefile head/net/bounce/Makefile head/net/bsdproxy/Makefile head/net/bwi-firmware-kmod/Makefile head/net/bwn-firmware-kmod/Makefile head/net/bwping/Makefile head/net/c3270/Makefile head/net/cagibi/Makefile head/net/callweaver/Makefile head/net/ccxstream/Makefile head/net/citrix_ica/Makefile head/net/clamz/Makefile head/net/click/Makefile head/net/clusterit/Makefile head/net/cnd/Makefile head/net/cnet/Makefile head/net/cnupm/Makefile head/net/coda6_client/Makefile head/net/coda6_server/Makefile head/net/corkscrew/Makefile head/net/courier-authlib-ldap/Makefile head/net/crtmpserver/Makefile head/net/cryptcat/Makefile head/net/csocks/Makefile head/net/csync2/Makefile head/net/ct/Makefile head/net/ctrace/Makefile head/net/cvsup-mirror/Makefile head/net/cvsup-without-gui/Makefile head/net/cvsup/Makefile head/net/cvsupchk/Makefile head/net/cvsync/Makefile head/net/cyphesis/Makefile head/net/daemonlogger/Makefile head/net/dante/Makefile head/net/daq/Makefile head/net/datapipe/Makefile head/net/dbeacon/Makefile head/net/delegate/Makefile head/net/desktop-data-model/Makefile head/net/despoof/Makefile head/net/dgd-kernel/Makefile head/net/dgd-lpmud/Makefile head/net/dgd/Makefile head/net/dhcp6/Makefile head/net/dhcpcd/Makefile head/net/dhcpd-pools/Makefile head/net/dhcpdump/Makefile head/net/dhcperf/Makefile head/net/dhcping/Makefile head/net/dhcprelay/Makefile head/net/dhcprelya/Makefile head/net/dictd-database/Makefile head/net/dictd/Makefile head/net/dimes/Makefile head/net/diradmin/Makefile head/net/dosdetector/Makefile head/net/drawterm/Makefile head/net/dropbox-api-command/Makefile head/net/dropbox-uploader/Makefile head/net/dtcp/Makefile head/net/dtcpclient/Makefile head/net/e169-stats/Makefile head/net/easysoap/Makefile head/net/echoping/Makefile head/net/ecore-con/Makefile head/net/empty/Makefile head/net/enet/Makefile head/net/entitymib/Makefile head/net/erlang_xmlrpc/Makefile head/net/erlyvideo/Makefile head/net/etherboot/Makefile head/net/etrace/Makefile head/net/exabgp/Makefile head/net/findmtu/Makefile head/net/flowgrep/Makefile head/net/fonulator/Makefile head/net/forg/Makefile head/net/fpc-ldap/Makefile head/net/fpc-pcap/Makefile head/net/fping/Makefile head/net/freebsd-tftp/Makefile head/net/freebsd-uucp/Makefile head/net/freedbd/Makefile head/net/freenet6/Makefile head/net/freenx/Makefile head/net/freeradius-client/Makefile head/net/freeradius2/Makefile head/net/freerdp/Makefile head/net/freeswitch-core-devel/Makefile head/net/freeswitch-core/Makefile head/net/freeswitch-curl-devel/Makefile head/net/freeswitch-devel/Makefile head/net/freeswitch-insideout-devel/Makefile head/net/freeswitch-sbc-devel/Makefile head/net/freeswitch-vanilla-devel/Makefile head/net/freeswitch/Makefile head/net/freevrrpd/Makefile head/net/freewais-sf/Makefile head/net/frickin/Makefile head/net/fspclient/Makefile head/net/fspd/Makefile head/net/fsplib/Makefile head/net/ftelnetd/Makefile head/net/g2ipmsg/Makefile head/net/gateway6/Makefile head/net/get_iplayer/Makefile head/net/gini/Makefile head/net/gkrellmqst/Makefile head/net/gkrellmwireless2/Makefile head/net/glflow/Makefile head/net/glib-networking/Makefile head/net/gnet2/Makefile head/net/gnetcat/Makefile head/net/gnome-mud/Makefile head/net/gnome-netstatus/Makefile head/net/gnome-nettool/Makefile head/net/gnome-vnc/Makefile head/net/gnu-dico/Makefile head/net/gnu-radius/Makefile head/net/go.net/Makefile head/net/gofish/Makefile head/net/gogoc/Makefile head/net/googlecl/Makefile head/net/googolplex/Makefile head/net/gopher/Makefile head/net/gotthard/Makefile head/net/gpxe/Makefile head/net/gq/Makefile head/net/grdesktop/Makefile head/net/grive/Makefile head/net/grsync/Makefile head/net/gsk/Makefile head/net/gspoof/Makefile head/net/gssdp/Makefile head/net/gstreamer-plugins-libmms/Makefile head/net/gstreamer1-plugins-libmms/Makefile head/net/gtic/Makefile head/net/gtk-vnc/Makefile head/net/gupnp-av/Makefile head/net/gupnp-igd/Makefile head/net/gupnp-ui/Makefile head/net/gupnp/Makefile head/net/gutenfetch/Makefile head/net/gwhois/Makefile head/net/hanstunnel/Makefile head/net/haproxy-devel/Makefile head/net/haproxy/Makefile head/net/hawknl-devel/Makefile head/net/hawknl/Makefile head/net/hexinject/Makefile head/net/heybuddy/Makefile head/net/hf6to4/Makefile head/net/hidentd/Makefile head/net/hinfo/Makefile head/net/hlmaster/Makefile head/net/honeyd/Makefile head/net/hornetq/Makefile head/net/hostapd/Makefile head/net/howl/Makefile head/net/hping-devel/Makefile head/net/hping/Makefile head/net/hs-hostname/Makefile head/net/hs-maccatcher/Makefile head/net/hs-network-conduit/Makefile head/net/hs-network-info/Makefile head/net/hs-network-multicast/Makefile head/net/hs-network/Makefile head/net/hs-pcap/Makefile head/net/hs-publicsuffixlist/Makefile head/net/hs-sendfile/Makefile head/net/hs-simple-sendfile/Makefile head/net/hs-socks/Makefile head/net/hsflowd/Makefile head/net/htpdate/Makefile head/net/http_ping/Makefile head/net/httping/Makefile head/net/httpry/Makefile head/net/hupnp/Makefile head/net/iaxmodem/Makefile head/net/icmpinfo/Makefile head/net/icpld/Makefile head/net/iet/Makefile head/net/ifdepd/Makefile head/net/iffinder/Makefile head/net/ifstat/Makefile head/net/ifstated/Makefile head/net/igmpproxy/Makefile head/net/ilbc/Makefile head/net/imapproxy/Makefile head/net/iodine/Makefile head/net/ip6_int/Makefile head/net/ipa_ip6fw/Makefile head/net/ipa_ipfw/Makefile head/net/ipfw-graph/Makefile head/net/ipgrab/Makefile head/net/iplog/Makefile head/net/ipsorc/Makefile head/net/ipsumdump/Makefile head/net/ipsvd/Makefile head/net/irrd/Makefile head/net/isc-dhcp41-client/Makefile head/net/isc-dhcp41-relay/Makefile head/net/isc-dhcp41-server/Makefile head/net/isc-dhcp42-client/Makefile head/net/isc-dhcp42-relay/Makefile head/net/isc-dhcp42-server/Makefile head/net/iscsi-target/Makefile head/net/istgt/Makefile head/net/jags/Makefile head/net/jakarta-commons-net/Makefile head/net/java-beepcore/Makefile head/net/jcifs/Makefile head/net/jgroups/Makefile head/net/jicmp/Makefile head/net/jicmp6/Makefile head/net/jpcap/Makefile head/net/jrdesktop/Makefile head/net/jsch/Makefile head/net/jumpgate/Makefile head/net/jwhois/Makefile head/net/kdenetwork4/Makefile head/net/kio-upnp-ms/Makefile head/net/kippo/Makefile head/net/kissd/Makefile head/net/knc/Makefile head/net/knemo-kde4/Makefile head/net/kojoney/Makefile head/net/krdc/Makefile head/net/krfb/Makefile head/net/kwooty/Makefile head/net/l2tpd/Makefile head/net/l4ip/Makefile head/net/ladvd/Makefile head/net/lam/Makefile head/net/lambdamoo/Makefile head/net/latd/Makefile head/net/ldap-stats/Makefile head/net/ldap2dns/Makefile head/net/ldapbrowser/Makefile head/net/ldapdiff/Makefile head/net/ldapscripts/Makefile head/net/ldapsdk/Makefile head/net/ldapsh/Makefile head/net/lft/Makefile head/net/libarms/Makefile head/net/libbgpdump/Makefile head/net/libcmis/Makefile head/net/libdnet/Makefile head/net/libexosip2/Makefile head/net/libfb/Makefile head/net/libfixbuf/Makefile head/net/libgnetwork/Makefile head/net/libgweather/Makefile head/net/libilbc/Makefile head/net/libkvkontakte/Makefile head/net/libmediawiki/Makefile head/net/libmms/Makefile head/net/libmxp/Makefile head/net/libnatpmp/Makefile head/net/libnet/Makefile head/net/libnet10/Makefile head/net/libnetdude/Makefile head/net/libnfs/Makefile head/net/libnids-libnet11/Makefile head/net/libnids/Makefile head/net/libnss-mysql/Makefile head/net/liboauth/Makefile head/net/libopennet/Makefile head/net/liboping/Makefile head/net/libosip/Makefile head/net/libosip2/Makefile head/net/libpcap/Makefile head/net/libpcapnav/Makefile head/net/libproxy-gnome/Makefile head/net/libproxy-kde/Makefile head/net/libproxy-perl/Makefile head/net/libproxy-python/Makefile head/net/libproxy-webkit/Makefile head/net/libproxy/Makefile head/net/librouteros/Makefile head/net/librsync/Makefile head/net/libsocket++/Makefile head/net/libsocketcpp/Makefile head/net/libsrtp/Makefile head/net/libtcp4u/Makefile head/net/libtnl/Makefile head/net/libtrace/Makefile head/net/libunp/Makefile head/net/libutp/Makefile head/net/libvncserver/Makefile head/net/liferea/Makefile head/net/linc-reference/Makefile head/net/linc/Makefile head/net/link-monitor-applet/Makefile head/net/linknx/Makefile head/net/linphone-base/Makefile head/net/linphone/Makefile head/net/linux-f10-nss_ldap/Makefile head/net/linux-f10-openldap/Makefile head/net/linux-nx-client/Makefile head/net/linuxigd/Makefile head/net/liveMedia/Makefile head/net/lla/Makefile head/net/ltm/Makefile head/net/lua50-luasocket/Makefile head/net/lualdap/Makefile head/net/luasocket/Makefile head/net/lvwimax/Makefile head/net/mDNSResponder/Makefile head/net/mad_fcl/Makefile head/net/mars_nwe/Makefile head/net/mcast-tools/Makefile head/net/mediaproxy/Makefile head/net/mediatomb/Makefile head/net/mgen/Makefile head/net/micro_inetd/Makefile head/net/micro_proxy/Makefile head/net/minidlna/Makefile head/net/minisapserver/Makefile head/net/minissdpd/Makefile head/net/miniupnpc/Makefile head/net/miniupnpd/Makefile head/net/miredo/Makefile head/net/mknbi/Makefile head/net/mmucl/Makefile head/net/mono-zeroconf/Makefile head/net/mopd/Makefile head/net/morebalance/Makefile head/net/mosh/Makefile head/net/mpd-l2tp-ipv6pd-client/Makefile head/net/mpd5/Makefile head/net/mpich2/Makefile head/net/mping/Makefile head/net/mrouted/Makefile head/net/msend/Makefile head/net/mtr-nox11/Makefile head/net/mtr/Makefile head/net/nakenchat/Makefile head/net/nam/Makefile head/net/nast/Makefile head/net/nbd-server/Makefile head/net/nc/Makefile head/net/nc6/Makefile head/net/ncp/Makefile head/net/ncplib/Makefile head/net/ndisc6/Makefile head/net/nemesis/Makefile head/net/nepenthes/Makefile head/net/nepim/Makefile head/net/net-http/Makefile head/net/net6/Makefile head/net/netatalk/Makefile head/net/netatalk3/Makefile head/net/netcat/Makefile head/net/netdude/Makefile head/net/netembryo/Makefile head/net/netmap/Makefile head/net/netpipes/Makefile head/net/netscript/Makefile head/net/netsed/Makefile head/net/netselect/Makefile head/net/netspeed_applet/Makefile head/net/netstrain/Makefile head/net/nettest/Makefile head/net/netwib/Makefile head/net/neubot/Makefile head/net/nfsshell/Makefile head/net/ng_daphne/Makefile head/net/ng_mikrotik_eoip/Makefile head/net/ngrep-lib/Makefile head/net/ngrep/Makefile head/net/nifmon/Makefile head/net/nload/Makefile head/net/nocatsplash/Makefile head/net/nos-ttb/Makefile head/net/nph/Makefile head/net/ns/Makefile head/net/nss-pam-ldapd-sasl/Makefile head/net/nss-pam-ldapd/Makefile head/net/nss_ldap/Makefile head/net/nstxd/Makefile head/net/ntlmaps/Makefile head/net/ntop/Makefile head/net/ntp-devel/Makefile head/net/ntp-rc/Makefile head/net/ntp/Makefile head/net/ntraceroute/Makefile head/net/nusoap/Makefile head/net/nxproxy/Makefile head/net/nxserver/Makefile head/net/nyancat/Makefile head/net/nylon/Makefile head/net/ohphone/Makefile head/net/olsrd/Makefile head/net/omcmd/Makefile head/net/omnitty/Makefile head/net/onenetd/Makefile head/net/onioncat/Makefile head/net/online-desktop/Makefile head/net/opal/Makefile head/net/openafs/Makefile head/net/openam/Makefile head/net/openbgpd/Makefile head/net/opendpi/Makefile head/net/openh323/Makefile head/net/openistgt/Makefile head/net/openldap24-client/Makefile head/net/openldap24-sasl-client/Makefile head/net/openldap24-server/Makefile head/net/openmcu/Makefile head/net/openmpi/Makefile head/net/openmq-client/Makefile head/net/openmq/Makefile head/net/openntpd/Makefile head/net/opennx/Makefile head/net/openospfd/Makefile head/net/openpgm/Makefile head/net/openradius/Makefile head/net/openser/Makefile head/net/openslp/Makefile head/net/opentracker/Makefile head/net/openvswitch/Makefile head/net/ortp/Makefile head/net/osrtspproxy/Makefile head/net/ossp-sa/Makefile head/net/ostinato/Makefile head/net/owamp/Makefile head/net/owncloud-csync/Makefile head/net/p5-AddressBook/Makefile head/net/p5-Amazon-SQS-Simple/Makefile head/net/p5-AnyEvent-MPRPC/Makefile head/net/p5-AnyEvent-RabbitMQ/Makefile head/net/p5-AnyEvent-Twitter-Stream/Makefile head/net/p5-AnyEvent-Twitter/Makefile head/net/p5-AnyMQ-AMQP/Makefile head/net/p5-Apache2-SOAP/Makefile head/net/p5-BBS-Client/Makefile head/net/p5-BBS-UserInfo-Maple3/Makefile head/net/p5-BBS-UserInfo-Maple3itoc/Makefile head/net/p5-BBS-UserInfo-Ptt/Makefile head/net/p5-BBS-UserInfo-SOB/Makefile head/net/p5-BBS-UserInfo-Wretch/Makefile head/net/p5-BBS-UserInfo/Makefile head/net/p5-Beanstalk-Client/Makefile head/net/p5-Cisco-IPPhone/Makefile head/net/p5-Crypt-DH-GMP/Makefile head/net/p5-Daemon-Generic/Makefile head/net/p5-Data-IPV4-Range-Parse/Makefile head/net/p5-EasyTCP/Makefile head/net/p5-Event-tcp/Makefile head/net/p5-File-Rsync/Makefile head/net/p5-File-RsyncP/Makefile head/net/p5-Filesys-SmbClient/Makefile head/net/p5-Frontier-RPC/Makefile head/net/p5-Geo-IP-PurePerl/Makefile head/net/p5-Geo-IP/Makefile head/net/p5-Geo-IPfree/Makefile head/net/p5-Google-SAML-Request/Makefile head/net/p5-Google-SAML-Response/Makefile head/net/p5-Growl-GNTP/Makefile head/net/p5-IO-Interface/Makefile head/net/p5-IO-Socket-INET6/Makefile head/net/p5-IO-Socket-IP/Makefile head/net/p5-IO-Socket-Multicast/Makefile head/net/p5-IO-Socket-Multicast6/Makefile head/net/p5-IP-Anonymous/Makefile head/net/p5-IP-Country/Makefile head/net/p5-IPC-Session/Makefile head/net/p5-JavaScript-RPC/Makefile head/net/p5-Jifty-Plugin-Authentication-Ldap/Makefile head/net/p5-Net-AMQP/Makefile head/net/p5-Net-APNS/Makefile head/net/p5-Net-APNs-Extended/Makefile head/net/p5-Net-ARP/Makefile head/net/p5-Net-Address-Ethernet/Makefile head/net/p5-Net-Address-IPv4-Local/Makefile head/net/p5-Net-Amazon-AWSSign/Makefile head/net/p5-Net-Amazon-EC2/Makefile head/net/p5-Net-Amazon-MechanicalTurk/Makefile head/net/p5-Net-Amazon-S3/Makefile head/net/p5-Net-Amazon-Signature/Makefile head/net/p5-Net-Amazon-Thumbnail/Makefile head/net/p5-Net-Amazon/Makefile head/net/p5-Net-Analysis/Makefile head/net/p5-Net-Appliance-Phrasebook/Makefile head/net/p5-Net-Appliance-Session/Makefile head/net/p5-Net-BGP/Makefile head/net/p5-Net-Blogger/Makefile head/net/p5-Net-CIDR-Lite/Makefile head/net/p5-Net-CIDR-MobileJP/Makefile head/net/p5-Net-CLI-Interact/Makefile head/net/p5-Net-CSTA/Makefile head/net/p5-Net-CascadeCopy/Makefile head/net/p5-Net-Cassandra-Easy/Makefile head/net/p5-Net-Cassandra/Makefile head/net/p5-Net-DAV-Server/Makefile head/net/p5-Net-DHCP/Makefile head/net/p5-Net-DHCPClient/Makefile head/net/p5-Net-DLookup/Makefile head/net/p5-Net-Daemon/Makefile head/net/p5-Net-Delicious/Makefile head/net/p5-Net-Dict/Makefile head/net/p5-Net-Divert/Makefile head/net/p5-Net-Dropbox-API/Makefile head/net/p5-Net-EPP-Proxy/Makefile head/net/p5-Net-EPP/Makefile head/net/p5-Net-FS-Flickr/Makefile head/net/p5-Net-FS-Gmail/Makefile head/net/p5-Net-FTP-AutoReconnect/Makefile head/net/p5-Net-FTP-File/Makefile head/net/p5-Net-Finger/Makefile head/net/p5-Net-Flow/Makefile head/net/p5-Net-Frame-Dump/Makefile head/net/p5-Net-Frame-Layer-ICMPv6/Makefile head/net/p5-Net-Frame-Layer-IPv6/Makefile head/net/p5-Net-Frame/Makefile head/net/p5-Net-GitHub/Makefile head/net/p5-Net-Gnats/Makefile head/net/p5-Net-Google-Analytics/Makefile head/net/p5-Net-Google-AuthSub/Makefile head/net/p5-Net-Google-Calendar/Makefile head/net/p5-Net-Google-Code/Makefile head/net/p5-Net-Google-DataAPI/Makefile head/net/p5-Net-Google-SafeBrowsing2/Makefile head/net/p5-Net-Google-Spreadsheets/Makefile head/net/p5-Net-Google/Makefile head/net/p5-Net-Growl/Makefile head/net/p5-Net-GrowlClient/Makefile head/net/p5-Net-HL7/Makefile head/net/p5-Net-HTTP/Makefile head/net/p5-Net-HTTPS-Any/Makefile head/net/p5-Net-HTTPS-NB/Makefile head/net/p5-Net-Hiveminder/Makefile head/net/p5-Net-INET6Glue/Makefile head/net/p5-Net-IP-Minimal/Makefile head/net/p5-Net-IP-RangeCompare/Makefile head/net/p5-Net-IPTrie/Makefile head/net/p5-Net-IRR/Makefile head/net/p5-Net-Ident/Makefile head/net/p5-Net-Ifconfig-Wrapper/Makefile head/net/p5-Net-Interface/Makefile head/net/p5-Net-Jaiku/Makefile head/net/p5-Net-Jifty/Makefile head/net/p5-Net-LDAP-AutoDNs/Makefile head/net/p5-Net-LDAP-AutoServer/Makefile head/net/p5-Net-LDAP-Express/Makefile head/net/p5-Net-LDAP-LDAPhash/Makefile head/net/p5-Net-LDAP-Makepath/Makefile head/net/p5-Net-LDAP-Server-Test/Makefile head/net/p5-Net-LDAP-Server/Makefile head/net/p5-Net-LDAP-posixAccount/Makefile head/net/p5-Net-LDAP-posixGroup/Makefile head/net/p5-Net-Libdnet/Makefile head/net/p5-Net-LimeLight-Purge/Makefile head/net/p5-Net-MAC-Vendor/Makefile head/net/p5-Net-MAC/Makefile head/net/p5-Net-Mosso-CloudFiles/Makefile head/net/p5-Net-MovableType/Makefile head/net/p5-Net-NBName/Makefile head/net/p5-Net-NBsocket/Makefile head/net/p5-Net-NIS-Listgroup/Makefile head/net/p5-Net-NIS/Makefile head/net/p5-Net-Nessus-XMLRPC/Makefile head/net/p5-Net-OAuth-Simple/Makefile head/net/p5-Net-OAuth/Makefile head/net/p5-Net-OAuth2/Makefile head/net/p5-Net-OpenID-Consumer/Makefile head/net/p5-Net-OpenSSH-Parallel/Makefile head/net/p5-Net-OpenSSH/Makefile head/net/p5-Net-OpenStack-Attack/Makefile head/net/p5-Net-Packet-Target/Makefile head/net/p5-Net-Packet/Makefile head/net/p5-Net-ParseWhois/Makefile head/net/p5-Net-Patricia/Makefile head/net/p5-Net-Pcap/Makefile head/net/p5-Net-PcapUtils/Makefile head/net/p5-Net-Ping-External/Makefile head/net/p5-Net-Ping/Makefile head/net/p5-Net-Proxy/Makefile head/net/p5-Net-PubSubHubbub-Publisher/Makefile head/net/p5-Net-RTP/Makefile head/net/p5-Net-RabbitMQ/Makefile head/net/p5-Net-Radius/Makefile head/net/p5-Net-Random/Makefile head/net/p5-Net-RawIP/Makefile head/net/p5-Net-RawSock/Makefile head/net/p5-Net-Rendezvous-Publish/Makefile head/net/p5-Net-Riak/Makefile head/net/p5-Net-Rsh/Makefile head/net/p5-Net-SAP/Makefile head/net/p5-Net-SCP-Expect/Makefile head/net/p5-Net-SCP/Makefile head/net/p5-Net-SDP/Makefile head/net/p5-Net-SFTP-Foreign/Makefile head/net/p5-Net-SFTP/Makefile head/net/p5-Net-SIP/Makefile head/net/p5-Net-SMPP/Makefile head/net/p5-Net-SMS-Clickatell/Makefile head/net/p5-Net-SMS-Mollie/Makefile head/net/p5-Net-SMS-PChome/Makefile head/net/p5-Net-SNPP/Makefile head/net/p5-Net-SSH-Expect/Makefile head/net/p5-Net-SSH-Mechanize/Makefile head/net/p5-Net-SSH-Perl/Makefile head/net/p5-Net-SSH/Makefile head/net/p5-Net-SSH2/Makefile head/net/p5-Net-STOMP-Client/Makefile head/net/p5-Net-Server-Coro/Makefile head/net/p5-Net-Server-SS-PreFork/Makefile head/net/p5-Net-Server/Makefile head/net/p5-Net-Subnet/Makefile head/net/p5-Net-Syslog/Makefile head/net/p5-Net-TCLink/Makefile head/net/p5-Net-TcpDumpLog/Makefile head/net/p5-Net-Telnet-Netscreen/Makefile head/net/p5-Net-Telnet/Makefile head/net/p5-Net-TiVo/Makefile head/net/p5-Net-Todoist/Makefile head/net/p5-Net-Traceroute-PurePerl/Makefile head/net/p5-Net-Traceroute/Makefile head/net/p5-Net-Traceroute6/Makefile head/net/p5-Net-Trackback/Makefile head/net/p5-Net-Twitter-Lite/Makefile head/net/p5-Net-Twitter/Makefile head/net/p5-Net-VNC/Makefile head/net/p5-Net-Wake/Makefile head/net/p5-Net-WhitePages/Makefile head/net/p5-Net-Whois-ARIN/Makefile head/net/p5-Net-Whois-IP/Makefile head/net/p5-Net-Whois-RIPE/Makefile head/net/p5-Net-Whois-Raw/Makefile head/net/p5-Net-Whois/Makefile head/net/p5-Net-Works/Makefile head/net/p5-Net-Write/Makefile head/net/p5-Net-XWhois/Makefile head/net/p5-Net-Yadis/Makefile head/net/p5-Net-Z3950-SimpleServer/Makefile head/net/p5-Net-Z3950-ZOOM/Makefile head/net/p5-Net-ext/Makefile head/net/p5-Net-sFlow/Makefile head/net/p5-Net-uFTP/Makefile head/net/p5-Net/Makefile head/net/p5-NetAddr-IP-Count/Makefile head/net/p5-NetPacket/Makefile head/net/p5-OAI-Harvester/Makefile head/net/p5-OurNet-BBS/Makefile head/net/p5-OurNet-BBSAgent/Makefile head/net/p5-POE-Component-Client-Ident/Makefile head/net/p5-POE-Component-Client-Keepalive/Makefile head/net/p5-POE-Component-Client-Ping/Makefile head/net/p5-POE-Component-Client-Telnet/Makefile head/net/p5-POE-Component-Client-Traceroute/Makefile head/net/p5-POE-Component-Client-Twitter/Makefile head/net/p5-POE-Component-Client-Whois/Makefile head/net/p5-POE-Component-ControlPort/Makefile head/net/p5-POE-Component-Generic/Makefile head/net/p5-POE-Component-Jabber/Makefile head/net/p5-POE-Component-Pcap/Makefile head/net/p5-POE-Component-PubSub/Makefile head/net/p5-POE-Component-Server-Twirc/Makefile head/net/p5-POE-Component-Spread/Makefile head/net/p5-POEx-Role-TCPServer/Makefile head/net/p5-POSIX-Socket/Makefile head/net/p5-POSIX-getpeername/Makefile head/net/p5-Parallel-Pvm/Makefile head/net/p5-Phone-Info/Makefile head/net/p5-PlRPC/Makefile head/net/p5-Queue-Beanstalk/Makefile head/net/p5-REST-Application/Makefile head/net/p5-REST-Google/Makefile head/net/p5-RPC-EPC-Service/Makefile head/net/p5-RPC-Simple/Makefile head/net/p5-RPC-XML/Makefile head/net/p5-ResourcePool-Resource-Net-LDAP/Makefile head/net/p5-ResourcePool-Resource-SOAP-Lite/Makefile head/net/p5-Rose-URI/Makefile head/net/p5-S3/Makefile head/net/p5-SOAP-Amazon-S3/Makefile head/net/p5-SOAP-Data-Builder/Makefile head/net/p5-SOAP-Lite-060/Makefile head/net/p5-SOAP-Lite/Makefile head/net/p5-SOAP-MySOAP/Makefile head/net/p5-SOAP-Transport-TCP/Makefile head/net/p5-SOAP/Makefile head/net/p5-Samba-LDAP/Makefile head/net/p5-Script-isAperlScript/Makefile head/net/p5-Server-Starter/Makefile head/net/p5-Socket-Class/Makefile head/net/p5-Socket-GetAddrInfo/Makefile head/net/p5-Socket-Multicast6/Makefile head/net/p5-Socket/Makefile head/net/p5-Socket6/Makefile head/net/p5-Socks/Makefile head/net/p5-Sort-Key-IPv4/Makefile head/net/p5-Spread-Message/Makefile head/net/p5-Spread-Session/Makefile head/net/p5-Test-URI/Makefile head/net/p5-URI-FromHash/Makefile head/net/p5-URI-Match/Makefile head/net/p5-URI-OpenURL/Makefile head/net/p5-URI-Query/Makefile head/net/p5-URI-SmartURI/Makefile head/net/p5-URI-Template-Restrict/Makefile head/net/p5-URI-Template/Makefile head/net/p5-URI/Makefile head/net/p5-Validate-Net/Makefile head/net/p5-WebService-Dropbox/Makefile head/net/p5-WebService-Prowl/Makefile head/net/p5-What/Makefile head/net/p5-X500-DN/Makefile head/net/p5-XML-Compile-SOAP-AnyEvent/Makefile head/net/p5-XML-Compile-SOAP-Daemon/Makefile head/net/p5-XML-Compile-SOAP-WSA/Makefile head/net/p5-XML-Compile-SOAP/Makefile head/net/p5-XML-Fast/Makefile head/net/p5-XML-RPC-Fast/Makefile head/net/p5-XML-RPC/Makefile head/net/p5-XPC/Makefile head/net/p5-ZConf-Bookmarks/Makefile head/net/p5-ZConf/Makefile head/net/p5-ZeroMQ/Makefile head/net/p5-perl-ldap/Makefile head/net/packetdrill/Makefile head/net/packter-agent/Makefile head/net/panoptis/Makefile head/net/paris-traceroute/Makefile head/net/passlogd/Makefile head/net/pathneck/Makefile head/net/pbnc/Makefile head/net/pcbsd-netmanager/Makefile head/net/pchar/Makefile head/net/pcnfsd/Makefile head/net/pdb/Makefile head/net/pear-Auth_RADIUS/Makefile head/net/pear-File_Bittorrent2/Makefile head/net/pear-Horde_Kolab_Server/Makefile head/net/pear-Horde_Kolab_Session/Makefile head/net/pear-Horde_Ldap/Makefile head/net/pear-Horde_Rpc/Makefile head/net/pear-Horde_Scribe/Makefile head/net/pear-Horde_Url/Makefile head/net/pear-Net_CDDB/Makefile head/net/pear-Net_CheckIP/Makefile head/net/pear-Net_DIME/Makefile head/net/pear-Net_DNSBL/Makefile head/net/pear-Net_Dict/Makefile head/net/pear-Net_Finger/Makefile head/net/pear-Net_Geo/Makefile head/net/pear-Net_GeoIP/Makefile head/net/pear-Net_IDNA/Makefile head/net/pear-Net_IPv4/Makefile head/net/pear-Net_IPv6/Makefile head/net/pear-Net_Ident/Makefile head/net/pear-Net_LDAP/Makefile head/net/pear-Net_LDAP2/Makefile head/net/pear-Net_MAC/Makefile head/net/pear-Net_NNTP/Makefile head/net/pear-Net_Nmap/Makefile head/net/pear-Net_POP3/Makefile head/net/pear-Net_Ping/Makefile head/net/pear-Net_SMS/Makefile head/net/pear-Net_SMTP/Makefile head/net/pear-Net_Server/Makefile head/net/pear-Net_Sieve/Makefile head/net/pear-Net_Socket/Makefile head/net/pear-Net_Traceroute/Makefile head/net/pear-Net_URL/Makefile head/net/pear-Net_URL2/Makefile head/net/pear-Net_URL_Mapper/Makefile head/net/pear-Net_UserAgent_Detect/Makefile head/net/pear-Net_UserAgent_Mobile/Makefile head/net/pear-Net_Vpopmaild/Makefile head/net/pear-Net_Whois/Makefile head/net/pear-SOAP/Makefile head/net/pear-Services_Pingback/Makefile head/net/pear-Services_Twitter/Makefile head/net/pear-URI_Template/Makefile head/net/pear-XML_RPC/Makefile head/net/pear-XML_RPC2/Makefile head/net/pecl-amqp/Makefile head/net/pecl-cvsclient/Makefile head/net/pecl-geoip/Makefile head/net/pecl-gupnp/Makefile head/net/pecl-oauth/Makefile head/net/pecl-radius/Makefile head/net/pecl-yaz/Makefile head/net/pen/Makefile head/net/pfflowd/Makefile head/net/pfinger/Makefile head/net/phamm/Makefile head/net/php5-ldap/Makefile head/net/php5-soap/Makefile head/net/php5-sockets/Makefile head/net/php5-xmlrpc/Makefile head/net/php52-ldap/Makefile head/net/php52-soap/Makefile head/net/php52-sockets/Makefile head/net/php52-xmlrpc/Makefile head/net/php53-ldap/Makefile head/net/php53-soap/Makefile head/net/php53-sockets/Makefile head/net/php53-xmlrpc/Makefile head/net/php55-ldap/Makefile head/net/php55-soap/Makefile head/net/php55-sockets/Makefile head/net/php55-xmlrpc/Makefile head/net/phpldapadmin/Makefile head/net/pimdd/Makefile head/net/pipsecd/Makefile head/net/pktanon/Makefile head/net/pload/Makefile head/net/plugdaemon/Makefile head/net/pmf/Makefile head/net/polyorb/Makefile head/net/poptop/Makefile head/net/portfwd/Makefile head/net/pppd23/Makefile head/net/pppoa/Makefile head/net/pptpclient/Makefile head/net/proftpd-mod_ldap/Makefile head/net/prosearch/Makefile head/net/proxy-connect/Makefile head/net/proxy-suite/Makefile head/net/proxychains-ng/Makefile head/net/proxychains/Makefile head/net/prtunnel/Makefile head/net/ptpd/Makefile head/net/ptpd2-devel/Makefile head/net/ptpd2/Makefile head/net/ptunnel/Makefile head/net/pure-sockets/Makefile head/net/pvm++/Makefile head/net/pvm/Makefile head/net/pxe-pdhcp/Makefile head/net/pxe/Makefile head/net/py-GeoIP/Makefile head/net/py-amqp/Makefile head/net/py-amqplib/Makefile head/net/py-avahi/Makefile head/net/py-beanstalkc/Makefile head/net/py-cloudfiles/Makefile head/net/py-dpkt/Makefile head/net/py-ec2-cli-tools/Makefile head/net/py-eventlet/Makefile head/net/py-gntp/Makefile head/net/py-google/Makefile head/net/py-impacket/Makefile head/net/py-iplib/Makefile head/net/py-kombu/Makefile head/net/py-ldap2/Makefile head/net/py-ldaptor/Makefile head/net/py-libcloud/Makefile head/net/py-libdnet/Makefile head/net/py-libnet/Makefile head/net/py-medusa/Makefile head/net/py-miniupnpc/Makefile head/net/py-msrplib/Makefile head/net/py-ndg_httpsclient/Makefile head/net/py-netaddr/Makefile head/net/py-netifaces/Makefile head/net/py-netlib/Makefile head/net/py-netstring/Makefile head/net/py-novaclient/Makefile head/net/py-oauth/Makefile head/net/py-oauth2/Makefile head/net/py-pcap/Makefile head/net/py-pcapy/Makefile head/net/py-pcs/Makefile head/net/py-port-for/Makefile head/net/py-pybeanstalk/Makefile head/net/py-pynsq/Makefile head/net/py-pypcap/Makefile head/net/py-pysendfile/Makefile head/net/py-pysphere/Makefile head/net/py-qt4-network/Makefile head/net/py-radix/Makefile head/net/py-s3cmd/Makefile head/net/py-smb/Makefile head/net/py-smbpasswd/Makefile head/net/py-soappy-devel/Makefile head/net/py-soappy/Makefile head/net/py-soapy/Makefile head/net/py-spreadmodule/Makefile head/net/py-suds/Makefile head/net/py-tofu/Makefile head/net/py-tweepy/Makefile head/net/py-twistedPair/Makefile head/net/py-twitter-tools/Makefile head/net/py-twitter/Makefile head/net/py-txamqp/Makefile head/net/py-urllib3/Makefile head/net/py-xmlrpc/Makefile head/net/py-xmlrpclib/Makefile head/net/py-yadis/Makefile head/net/py-zope.proxy/Makefile head/net/py-zsi/Makefile head/net/pygopherd/Makefile head/net/pynids/Makefile head/net/pypvm/Makefile head/net/pyrad/Makefile head/net/pythondirector/Makefile head/net/qadsl/Makefile head/net/qoauth/Makefile head/net/qt4-network/Makefile head/net/qtweetlib/Makefile head/net/quagga-re/Makefile head/net/quagga/Makefile head/net/queso/Makefile head/net/quoted/Makefile head/net/rabbitmq-c-devel/Makefile head/net/rabbitmq-c/Makefile head/net/rabbitmq/Makefile head/net/raddump/Makefile head/net/radiator/Makefile head/net/radiusclient/Makefile head/net/radiusd-cistron/Makefile head/net/radreport/Makefile head/net/radsecproxy/Makefile head/net/radvd/Makefile head/net/raggle/Makefile head/net/ranch/Makefile head/net/rdesktop/Makefile head/net/rdist6/Makefile head/net/recvnet/Makefile head/net/redir/Makefile head/net/relayd/Makefile head/net/remmina-applet/Makefile head/net/remmina-plugin-gnome/Makefile head/net/remmina-plugin-i18n/Makefile head/net/remmina-plugin-nx/Makefile head/net/remmina-plugin-rdp/Makefile head/net/remmina-plugin-telepathy/Makefile head/net/remmina-plugin-vnc/Makefile head/net/remmina-plugin-xdmcp/Makefile head/net/remmina-plugins/Makefile head/net/remmina/Makefile head/net/remotedesk/Makefile head/net/repeater/Makefile head/net/reposado/Makefile head/net/rexx-sock/Makefile head/net/rfbproxy/Makefile head/net/rinetd/Makefile head/net/ripe-whois/Makefile head/net/ris/Makefile head/net/rmsg/Makefile head/net/rp-pppoe/Makefile head/net/rshell/Makefile head/net/rsmb/Makefile head/net/rsplib/Makefile head/net/rsync/Makefile head/net/rtg/Makefile head/net/rtpbreak/Makefile head/net/rtpproxy/Makefile head/net/rtptools/Makefile head/net/ruby-dict/Makefile head/net/ruby-growl/Makefile head/net/ruby-icmp/Makefile head/net/ruby-ldap/Makefile head/net/ruby-net-geoip/Makefile head/net/ruby-tcpsocketpipe/Makefile head/net/ruby-tserver/Makefile head/net/rubygem-amazon-ec2/Makefile head/net/rubygem-amq-client/Makefile head/net/rubygem-amq-protocol/Makefile head/net/rubygem-amqp-utils/Makefile head/net/rubygem-amqp/Makefile head/net/rubygem-amqp067/Makefile head/net/rubygem-aws-s3/Makefile head/net/rubygem-bunny/Makefile head/net/rubygem-domain_name/Makefile head/net/rubygem-dropbox-sdk/Makefile head/net/rubygem-geoip/Makefile head/net/rubygem-http_parser.rb/Makefile head/net/rubygem-httpauth/Makefile head/net/rubygem-ipaddress/Makefile head/net/rubygem-iproto/Makefile head/net/rubygem-macaddr/Makefile head/net/rubygem-net-ldap/Makefile head/net/rubygem-net-netrc/Makefile head/net/rubygem-network_interface/Makefile head/net/rubygem-oauth/Makefile head/net/rubygem-oauth2/Makefile head/net/rubygem-open-uri-cached/Makefile head/net/rubygem-openid/Makefile head/net/rubygem-packetfu/Makefile head/net/rubygem-pcaprub/Makefile head/net/rubygem-rabbiter/Makefile head/net/rubygem-rightaws/Makefile head/net/rubygem-rightflexiscale/Makefile head/net/rubygem-rightgogrid/Makefile head/net/rubygem-righthttpconnection/Makefile head/net/rubygem-rightslicehost/Makefile head/net/rubygem-rubytter/Makefile head/net/rubygem-rudy/Makefile head/net/rubygem-rye/Makefile head/net/rubygem-simple_oauth/Makefile head/net/rubygem-stompserver/Makefile head/net/rubygem-tweetstream/Makefile head/net/rubygem-twitter-stream/Makefile head/net/rubygem-twitter/Makefile head/net/rubygem-twitter4r/Makefile head/net/rubygem-uri-redis/Makefile head/net/rubygem-whois/Makefile head/net/rubygem-yadis/Makefile head/net/rude/Makefile head/net/rwhoisd/Makefile head/net/samba-libsmbclient/Makefile head/net/samba-nmblookup/Makefile head/net/samba-smbclient/Makefile head/net/samba36/Makefile head/net/samba4/Makefile head/net/samba4wins/Makefile head/net/samplicator/Makefile head/net/sbd/Makefile head/net/scamper/Makefile head/net/scapy/Makefile head/net/scnc/Makefile head/net/scr_ipfm/Makefile head/net/scribe/Makefile head/net/sdl2_net/Makefile head/net/sdl_net/Makefile head/net/seda/Makefile head/net/sendemail/Makefile head/net/sendfile/Makefile head/net/sendsms/Makefile head/net/sendsnpp/Makefile head/net/ser/Makefile head/net/serveez/Makefile head/net/service-discovery-applet/Makefile head/net/serviio/Makefile head/net/sflowtool/Makefile head/net/shaperprobe/Makefile head/net/sharity-light/Makefile head/net/shelldap/Makefile head/net/shmux/Makefile head/net/silc-client/Makefile head/net/silc-irssi-plugin/Makefile head/net/silc-server/Makefile head/net/simpleproxy/Makefile head/net/sip_scenario/Makefile head/net/sippy_b2bua/Makefile head/net/siproxd/Makefile head/net/sipsak/Makefile head/net/sixxs-aiccu/Makefile head/net/skstream/Makefile head/net/skyfish/Makefile head/net/skystar2/Makefile head/net/sl2tps/Makefile head/net/slirp/Makefile head/net/slurm/Makefile head/net/smb4k-kde4/Makefile head/net/smbldap-tools/Makefile head/net/smm++/Makefile head/net/sniffit/Makefile head/net/sntop/Makefile head/net/sobby/Makefile head/net/socat/Makefile head/net/socketbind/Makefile head/net/socketpipe/Makefile head/net/sofia-sip/Makefile head/net/spideroak/Makefile head/net/splatd/Makefile head/net/spoofer/Makefile head/net/spread-j/Makefile head/net/spread/Makefile head/net/spread4/Makefile head/net/sprinkle/Makefile head/net/spserver/Makefile head/net/sqtop/Makefile head/net/ss5/Makefile head/net/ssldump/Makefile head/net/sslh/Makefile head/net/ssltunnel-client/Makefile head/net/ssltunnel-server/Makefile head/net/ssmping/Makefile head/net/ssspl/Makefile head/net/ssvnc/Makefile head/net/stf-6rd-kmod/Makefile head/net/stone/Makefile head/net/stund/Makefile head/net/subnetcalc/Makefile head/net/suckblow/Makefile head/net/sup/Makefile head/net/svnup/Makefile head/net/tableutil/Makefile head/net/tac_plus-libradius/Makefile head/net/tac_plus4/Makefile head/net/tapidbus/Makefile head/net/tayga/Makefile head/net/tcludp/Makefile head/net/tcpcat/Makefile head/net/tcpdstat/Makefile head/net/tcpdump/Makefile head/net/tcpdump398/Makefile head/net/tcpflow/Makefile head/net/tcpick/Makefile head/net/tcpillust/Makefile head/net/tcping/Makefile head/net/tcpmssd/Makefile head/net/tcpproxy/Makefile head/net/tcpreen/Makefile head/net/tcpsg/Makefile head/net/tcpshow/Makefile head/net/tcpslice/Makefile head/net/tcpsplit/Makefile head/net/tcpstat/Makefile head/net/tcptrace/Makefile head/net/tcptraceroute-devel/Makefile head/net/tcptraceroute/Makefile head/net/tcpview/Makefile head/net/tcpwatch/Makefile head/net/tcpxd/Makefile head/net/tcpxtract/Makefile head/net/tdetect/Makefile head/net/tftpgrab/Makefile head/net/thcrut/Makefile head/net/throttled/Makefile head/net/tigervnc/Makefile head/net/tightvnc/Makefile head/net/tintin++/Makefile head/net/tinyfugue/Makefile head/net/tinyldap/Makefile head/net/tn5250/Makefile head/net/tn5250j/Makefile head/net/toonel/Makefile head/net/torsocks/Makefile head/net/traceroute/Makefile head/net/traff/Makefile head/net/trafshow/Makefile head/net/trafshow3/Makefile head/net/tramp/Makefile head/net/trickle/Makefile head/net/tridiavnc/Makefile head/net/tsclient/Makefile head/net/tshark-lite/Makefile head/net/tshark/Makefile head/net/tsocks/Makefile head/net/ttbudget/Makefile head/net/ttlscan/Makefile head/net/tucan/Makefile head/net/turnserver/Makefile head/net/turses/Makefile head/net/twitux/Makefile head/net/u6rd/Makefile head/net/ucarp/Makefile head/net/udptunnel/Makefile head/net/udpxy/Makefile head/net/udt/Makefile head/net/ulxmlrpcpp/Makefile head/net/unfs3/Makefile head/net/unison-devel/Makefile head/net/unison-nox11/Makefile head/net/unison/Makefile head/net/unison232/Makefile head/net/unix2tcp/Makefile head/net/uplog/Makefile head/net/urelay/Makefile head/net/uriparser/Makefile head/net/urlendec/Makefile head/net/usbredir/Makefile head/net/userfw/Makefile head/net/ushare/Makefile head/net/utftpd/Makefile head/net/v6eval/Makefile head/net/vblade/Makefile head/net/vchat/Makefile head/net/vde/Makefile head/net/vde2/Makefile head/net/vinagre/Makefile head/net/vino/Makefile head/net/vmware-vsphere-cli/Makefile head/net/vnc/Makefile head/net/vncreflector/Makefile head/net/vnstat/Makefile head/net/vortex/Makefile head/net/vserver/Makefile head/net/vtun/Makefile head/net/wackamole/Makefile head/net/wackford-squeers/Makefile head/net/wakeonlan/Makefile head/net/whois/Makefile head/net/widentd/Makefile head/net/wire/Makefile head/net/wired-tracker/Makefile head/net/wired/Makefile head/net/wireshark-lite/Makefile head/net/wireshark/Makefile head/net/wmlj/Makefile head/net/wmnd/Makefile head/net/wmnet/Makefile head/net/wmnet2/Makefile head/net/wmnetload/Makefile head/net/wmnetmon/Makefile head/net/wmpiki/Makefile head/net/wmping/Makefile head/net/wmwave/Makefile head/net/wmwifi/Makefile head/net/wmwlmon/Makefile head/net/wol/Makefile head/net/wowzamediaserverpro/Makefile head/net/wpa_gui/Makefile head/net/wping/Makefile head/net/x11vnc/Makefile head/net/x2goclient-cli/Makefile head/net/x2goclient/Makefile head/net/xbone/Makefile head/net/xboxproxy/Makefile head/net/xferstats/Makefile head/net/xipdump/Makefile head/net/xipmsg/Makefile head/net/xisp/Makefile head/net/xmlrpc-c-devel/Makefile head/net/xmlrpc-c/Makefile head/net/xmlrpc-epi/Makefile head/net/xorp-devel/Makefile head/net/xorp/Makefile head/net/xprobe/Makefile head/net/xpvm/Makefile head/net/xrdesktop/Makefile head/net/xrdp-devel/Makefile head/net/xrdp/Makefile head/net/yaph/Makefile head/net/yate/Makefile head/net/yaz++/Makefile head/net/yaz/Makefile head/net/yazproxy/Makefile head/net/yconalyzer/Makefile head/net/yptransitd/Makefile head/net/zebra-server/Makefile head/net/zebra/Makefile head/net/zillion/Makefile head/net/zsync/Makefile Modified: head/net/3proxy/Makefile ============================================================================== --- head/net/3proxy/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/3proxy/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New ports collection makefile for: 3proxy -# Date created: 2003 July 25 -# Whom: tim@relay.nnn.tstu.ru -# +# Created by: tim@relay.nnn.tstu.ru # $FreeBSD$ -# PORTNAME= 3proxy PORTVERSION= 0.6.1 @@ -25,6 +21,7 @@ MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" MAN3= 3proxy.cfg.3 MAN8= 3proxy.8 ftppr.8 pop3p.8 proxy.8 socks.8 tcppm.8 udppm.8 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s|%%CFLAGS%%|${CFLAGS}|" \ ${WRKSRC}/Makefile.unix Modified: head/net/44bsd-rdist/Makefile ============================================================================== --- head/net/44bsd-rdist/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/44bsd-rdist/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: rdist -# Date created: 11 November 2000 -# Whom: David O'Brien -# +# Created by: David O'Brien # $FreeBSD$ -# PORTNAME= 44bsd-rdist PORTVERSION= 20001111 @@ -21,6 +16,7 @@ NO_WRKSUBDIR= yes MAN1= 44bsd-rdist.1 PLIST_FILES= bin/44bsd-rdist +NO_STAGE= yes post-extract: cd ${WRKSRC} ; co RCS/*,v Modified: head/net/6tunnel/Makefile ============================================================================== --- head/net/6tunnel/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/6tunnel/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New ports collection makefile for: 6tunnel -# Date created: Sun Nov 19 12:51:37 CET 2000 -# Whom: Vassili Tchersky -# +# Created by: Vassili Tchersky # $FreeBSD$ -# PORTNAME= 6tunnel DISTVERSION= 0.11rc2 @@ -24,4 +20,5 @@ MAN1= 6tunnel.1 MANCOMPRESSED= no PLIST_FILES= bin/6tunnel +NO_STAGE= yes .include Modified: head/net/AquaGatekeeper/Makefile ============================================================================== --- head/net/AquaGatekeeper/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/AquaGatekeeper/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New ports collection makefile for: AquaGatekeeper -# Date created: 2 November 2003 -# Whom: Eugene Grosbein -# +# Created by: Eugene Grosbein # $FreeBSD$ -# PORTNAME= AquaGatekeeper PORTVERSION= 1.22 @@ -32,6 +28,7 @@ DEPRECATED= Binary port of software aban IS_INTERACTIVE= yes .endif +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/AquaGatekeeper ${PREFIX}/sbin/ @${INSTALL_SCRIPT} ${FILESDIR}/agk.sh.sample ${PREFIX}/etc/rc.d/ Modified: head/net/DarwinStreamingServer/Makefile ============================================================================== --- head/net/DarwinStreamingServer/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/DarwinStreamingServer/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -35,6 +35,7 @@ MAKE_ENV+= MAKE="${MAKE}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" +NO_STAGE= yes .include post-extract: Modified: head/net/GeoIP/Makefile ============================================================================== --- head/net/GeoIP/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/GeoIP/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New ports collection makefile for: GeoIP -# Date created: 10 August 2002 -# Whom: Yen-Ming Lee -# +# Created by: Yen-Ming Lee # $FreeBSD$ -# PORTNAME= GeoIP PORTVERSION= 1.4.8 @@ -24,6 +20,7 @@ MAN1= geoiplookup.1 geoipupdate.1 geoip SUB_FILES= geoipupdate.sh +NO_STAGE= yes run-autotools: @${REINPLACE_CMD} -e '/^LIBTOOL=/s^\$$(top_builddir)/libtool^${LIBTOOL}^g' \ ${WRKSRC}/aclocal.m4 Modified: head/net/R-cran-twitteR/Makefile ============================================================================== --- head/net/R-cran-twitteR/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/R-cran-twitteR/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -18,4 +18,5 @@ RUN_DEPENDS= R-cran-RCurl>0:${PORTSDIR}/ USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/net/Sockets/Makefile ============================================================================== --- head/net/Sockets/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/Sockets/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -25,6 +25,7 @@ USE_LDCONFIG= yes ALL_TARGET= all shared INSTALL_TARGET= install_shared +NO_STAGE= yes post-patch: # PREFIX safeness @${CP} ${PATCHDIR}/Makefile.Defines.freebsd ${WRKSRC} Modified: head/net/abills/Makefile ============================================================================== --- head/net/abills/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/abills/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -27,6 +27,7 @@ USE_PERL5= run SUB_FILES= pkg-message +NO_STAGE= yes post-patch: @${GREP} -lR "/usr/abills" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|/usr/abills|${PREFIX}/abills|g' Modified: head/net/activemq/Makefile ============================================================================== --- head/net/activemq/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/activemq/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -72,6 +72,7 @@ PLIST_SUB= MQUSER="${MQUSER}" \ LVDBVERSION="${LVDBVERSION}" \ LVDBJNIVERSION="${LVDBJNIVERSION}" +NO_STAGE= yes .include do-install: Modified: head/net/acx100/Makefile ============================================================================== --- head/net/acx100/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/acx100/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New ports collection makefile for: acx100 -# Date created: 2004-07-01 -# Whom: Leonid Zolotarev -# +# Created by: Leonid Zolotarev # $FreeBSD$ -# PORTNAME= acx PORTVERSION= 6.1 @@ -39,6 +35,7 @@ KMODDIR?= /boot/modules MAKE_ENV+= KMODDIR="${KMODDIR}" PLIST_SUB+= KMODDIR=${KMODDIR} +NO_STAGE= yes .include .if ${OSVERSION} >= 900002 Modified: head/net/afpfs-ng/Makefile ============================================================================== --- head/net/afpfs-ng/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/afpfs-ng/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -32,6 +32,7 @@ FUSE_CONFIGURE_ENABLE= fuse GCRYPT_LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt GCRYPT_CONFIGURE_ENABLE=gcrypt +NO_STAGE= yes .include .if ${PORT_OPTIONS:MFUSE} Modified: head/net/aget/Makefile ============================================================================== --- head/net/aget/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/aget/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New ports collection makefile for: aget -# Date created: 15. May 2003 -# Whom: Aaron Zauner -# +# Created by: Aaron Zauner # $FreeBSD$ -# PORTNAME= aget PORTVERSION= 0.4.1 @@ -16,6 +12,7 @@ COMMENT= A multithreaded HTTP download a PLIST_FILES= bin/aget MAN1= aget.1 +NO_STAGE= yes post-patch: # fix man prefix and make portlint happy :) @${REINPLACE_CMD} -e 's|/usr/share/man/man1/|${MANPREFIX}/man/man1/|g' -e \ Modified: head/net/aoe/Makefile ============================================================================== --- head/net/aoe/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/aoe/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/dev/aoe MAN4= aoe.4 USE_RC_SUBR= aoe +NO_STAGE= yes pre-everything:: @if [ ! -f /usr/src/sys/Makefile ]; then \ ${ECHO_MSG} ">> The AoE port needs FreeBSD kernel source code to compile."; \ Modified: head/net/apinger/Makefile ============================================================================== --- head/net/apinger/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/apinger/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -17,6 +17,7 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= IPV6 +NO_STAGE= yes .include .if !${PORT_OPTIONS:MIPV6} Modified: head/net/appkonference/Makefile ============================================================================== --- head/net/appkonference/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/appkonference/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New ports collection makefile for: net/appkonference -# Date created: 19 October 2010 -# Whom: Alex Deiter -# +# Created by: Alex Deiter # $FreeBSD$ -# PORTNAME= appkonference PORTVERSION= 2.1 @@ -25,4 +21,5 @@ PLIST_FILES= lib/asterisk/modules/app_ko ONLY_FOR_ARCHS= amd64 arm i386 ia64 ONLY_FOR_ARCHS_REASON= not yet ported to this architecture +NO_STAGE= yes .include Modified: head/net/arp-scan/Makefile ============================================================================== --- head/net/arp-scan/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/arp-scan/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New ports collection makefile for: arp-scan -# Date created: 09 Oct 2008 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= arp-scan PORTVERSION= 1.8 @@ -19,4 +15,5 @@ USE_LDCONFIG= yes MAN1= arp-scan.1 get-oui.1 get-iab.1 arp-fingerprint.1 MAN5= mac-vendor.5 +NO_STAGE= yes .include Modified: head/net/arp-sk/Makefile ============================================================================== --- head/net/arp-sk/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/arp-sk/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: arp-sk -# Date Created: Apr 14, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= arp-sk PORTVERSION= 0.0.16 @@ -26,6 +21,7 @@ PLIST_FILES= sbin/arp-sk LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -Ee \ 's| -pedantic -g||; \ Modified: head/net/arpdig/Makefile ============================================================================== --- head/net/arpdig/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/arpdig/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New ports collection makefile for: arpdig -# Date created: 23 April 2006 -# Whom: marck@FreeBSD.org -# +# Created by: marck@FreeBSD.org # $FreeBSD$ -# PORTNAME= arpdig PORTVERSION= 0.5.6 @@ -17,4 +13,5 @@ PLIST_FILES= bin/arpdig MAN1= arpdig.1 MANCOMPRESSED= yes +NO_STAGE= yes .include Modified: head/net/arping/Makefile ============================================================================== --- head/net/arping/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/arping/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New ports collection makefile for: arping -# Date Created: 1 Oct 2000 -# Whom: Roman Shterenzon -# +# Created by: Roman Shterenzon # $FreeBSD$ -# PORTNAME= arping PORTVERSION= 2.09 @@ -27,4 +23,5 @@ LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet1 MAN8= arping.8 PLIST_FILES= sbin/arping +NO_STAGE= yes .include Modified: head/net/arprelease/Makefile ============================================================================== --- head/net/arprelease/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/arprelease/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New ports collection makefile for: arprelease -# Date created: 02 Aug 2001 -# Whom: nbm -# +# Created by: nbm # $FreeBSD$ -# PORTNAME= arprelease PORTVERSION= 1.2 @@ -22,6 +18,7 @@ PLIST_FILES= bin/arprelease LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config +NO_STAGE= yes do-build: (cd ${WRKSRC} && \ ${CC} ${CFLAGS} `${LIBNET_CONFIG} --defines` \ Modified: head/net/asfrecorder/Makefile ============================================================================== --- head/net/asfrecorder/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/asfrecorder/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# Ports collection makefile for: asfrecorder -# Date created: Oct 6 2000 -# Whom: Roman Shterenzon -# +# Created by: Roman Shterenzon # $FreeBSD$ -# PORTNAME= asfrecorder PORTVERSION= 1.1.20010307 @@ -16,6 +12,7 @@ COMMENT= Tool for downloading streaming USE_ZIP= yes +NO_STAGE= yes do-build: ${CC} ${CFLAGS} ${WRKSRC}/source/asfrecorder.c -o ${WRKSRC}/asfrecorder Modified: head/net/asio/Makefile ============================================================================== --- head/net/asio/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/asio/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -17,4 +17,5 @@ USE_GMAKE= yes CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include +NO_STAGE= yes .include Modified: head/net/aslookup/Makefile ============================================================================== --- head/net/aslookup/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/aslookup/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -11,6 +11,7 @@ DISTNAME= ${PORTNAME}-alpha${PORTVERSION MAINTAINER= jmohacsi@bsd.hu COMMENT= Tool that searches the sequence of AS numbers +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E -e "s|CFLAGS.*=|CFLAGS +=|" \ -e "s|CC.*=|CC ?=|" ${WRKSRC}/Makefile Modified: head/net/asterisk-oh323/Makefile ============================================================================== --- head/net/asterisk-oh323/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/asterisk-oh323/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New ports collection makefile for: asterisk-oh323 -# Date created: 17 Jun 2005 -# Whom: Andriy Pylypenko -# +# Created by: Andriy Pylypenko # $FreeBSD$ -# PORTNAME= asterisk-oh323 PORTVERSION= 0.7.3.1 @@ -26,6 +22,7 @@ MAKE_ENV= MKDIR="${MKDIR}" \ CPP="${CXX}" \ SYSLIBDIR=${LOCALBASE}/lib +NO_STAGE= yes .include # XXX: bsd.gcc.mk now defines CPP Modified: head/net/asterisk/Makefile ============================================================================== --- head/net/asterisk/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/asterisk/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -75,6 +75,7 @@ ASTERISK_GROUP?= asterisk USERS= ${ASTERISK_USER} GROUPS= ${ASTERISK_GROUP} dahdi +NO_STAGE= yes .include .if ${PREFIX} == ${LOCALBASE} Modified: head/net/asterisk10/Makefile ============================================================================== --- head/net/asterisk10/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/asterisk10/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -69,6 +69,7 @@ ASTERISK_GROUP?= asterisk USERS= ${ASTERISK_USER} GROUPS= ${ASTERISK_GROUP} dahdi +NO_STAGE= yes .include .if ${PREFIX} == ${LOCALBASE} Modified: head/net/asterisk11/Makefile ============================================================================== --- head/net/asterisk11/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/asterisk11/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -71,6 +71,7 @@ ASTERISK_GROUP?= asterisk USERS= ${ASTERISK_USER} GROUPS= ${ASTERISK_GROUP} dahdi +NO_STAGE= yes .include .if ${PREFIX} == ${LOCALBASE} Modified: head/net/asterisk14-addons/Makefile ============================================================================== --- head/net/asterisk14-addons/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/asterisk14-addons/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -25,6 +25,7 @@ USE_MYSQL= yes USE_GMAKE= yes GNU_CONFIGURE= yes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSAMPLE_CONFIG} Modified: head/net/asterisk14/Makefile ============================================================================== --- head/net/asterisk14/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/asterisk14/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -54,6 +54,7 @@ OPTIONS_DEFAULT_amd64= DAHDI OPTIONS_DEFINE_sparc64= DAHDI OPTIONS_DEFAULT_sparc64= DAHDI +NO_STAGE= yes .include .if ${PREFIX} == ${LOCALBASE} Modified: head/net/avahi-app/Makefile ============================================================================== --- head/net/avahi-app/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/avahi-app/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -60,6 +60,7 @@ DAEMON_CONFIG_FILES= hosts avahi-daemon. USE_RC_SUBR=yes .endif # !avahi-header +NO_STAGE= yes .include .if ${AVAHI_SLAVE} != header Modified: head/net/avahi-autoipd/Makefile ============================================================================== --- head/net/avahi-autoipd/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/avahi-autoipd/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -24,4 +24,5 @@ AVAHI_SLAVE= autoipd MAN8= avahi-autoipd.8 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/net/avahi-gtk/Makefile ============================================================================== --- head/net/avahi-gtk/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/avahi-gtk/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -26,6 +26,7 @@ MLINKS+= bssh.1 bvnc.1 \ bssh.1 bshell.1 USE_GNOME+= libglade2 +NO_STAGE= yes post-build: @(cd ${WRKSRC}/avahi-discover-standalone; \ ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) Modified: head/net/avahi-gtk3/Makefile ============================================================================== --- head/net/avahi-gtk3/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/avahi-gtk3/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -22,6 +22,7 @@ AVAHI_PKGCONFIG=avahi-ui-gtk3.pc USE_GNOME+= gtk30 +NO_STAGE= yes do-build: @(cd ${WRKSRC}/avahi-ui; ${GMAKE} libavahi-ui-gtk3.la) Modified: head/net/avahi-header/Makefile ============================================================================== --- head/net/avahi-header/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/avahi-header/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -20,6 +20,7 @@ AVAHI_SLAVE= header NO_BUILD= yes +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/include/avahi-ui ${INSTALL_DATA} ${BUILD_WRKSRC}/avahi-ui.h \ Modified: head/net/avahi-libdns/Makefile ============================================================================== --- head/net/avahi-libdns/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/avahi-libdns/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -21,4 +21,5 @@ AVAHI_PKGCONFIG=avahi-compat-libdns_sd.p CONFLICTS= mDNSResponder-[0-9]* +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/net/avahi-qt4/Makefile ============================================================================== --- head/net/avahi-qt4/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/avahi-qt4/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -20,4 +20,5 @@ AVAHI_SLAVE= qt4 USE_QT4= corelib moc_build AVAHI_PKGCONFIG= avahi-qt4.pc +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/net/avahi-sharp/Makefile ============================================================================== --- head/net/avahi-sharp/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/avahi-sharp/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,6 +1,5 @@ # Created by: Tom McLaughlin # $FreeBSD$ -# $Id: Makefile,v 1.2 2006/02/15 19:15:40 tmclau02 Exp $ PORTREVISION= 0 CATEGORIES= net dns @@ -22,6 +21,7 @@ PLIST= ${.CURDIR}/pkg-plist AVAHI_SLAVE= sharp AVAHI_PKGCONFIG=avahi-sharp.pc +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|@CLIENT_DLNAME@|libavahi-client.so|g; \ s|@COMMON_DLNAME@|libavahi-common.so|g; \ Modified: head/net/avahi/Makefile ============================================================================== --- head/net/avahi/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/avahi/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -24,6 +24,7 @@ LIBDNS_DESC= Apple's mDNSResponder compa NO_BUILD= yes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MAUTOIPD} Modified: head/net/babeld/Makefile ============================================================================== --- head/net/babeld/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/babeld/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -13,4 +13,5 @@ PLIST_FILES= bin/babeld MAN8= babeld.8 +NO_STAGE= yes .include Modified: head/net/balance/Makefile ============================================================================== --- head/net/balance/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/balance/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New ports collection makefile for: balance -# Date created: Wed 6 Dec 2000 -# Whom: Joseph Scott -# +# Created by: Joseph Scott # $FreeBSD$ -# PORTNAME= balance PORTVERSION= 3.54 @@ -18,6 +14,7 @@ USE_RC_SUBR= balance MAN1= balance.1 +NO_STAGE= yes pre-build: @${REINPLACE_CMD} -e 's|^CFLAGS|CFLAGS?|' \ -e 's|^CC|CC?|' ${WRKSRC}/Makefile Modified: head/net/bcusdk-eibd/Makefile ============================================================================== --- head/net/bcusdk-eibd/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/bcusdk-eibd/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -27,6 +27,7 @@ CONFIGURE_ARGS+=--enable-onlyeibd \ OPTIONS_DEFINE= JAVA EXAMPLES +NO_STAGE= yes .include .if ${PORT_OPTIONS:MJAVA} Modified: head/net/beacon/Makefile ============================================================================== --- head/net/beacon/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/beacon/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -24,6 +24,7 @@ OPTIONS_DEFAULT= IPV6_DESC= Enable IPv6 PTR lookups +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIPV6} Modified: head/net/beanstalkd/Makefile ============================================================================== --- head/net/beanstalkd/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/beanstalkd/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -21,6 +21,7 @@ SUB_LIST+= RC_SUBR_SUFFIX=${RC_SUBR_SUFF PORTDOCS= protocol.txt MAN1= beanstalkd.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/beanstalkd ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1 Modified: head/net/bindtest/Makefile ============================================================================== --- head/net/bindtest/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/bindtest/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -18,6 +18,7 @@ COMMENT= Test bind() semantics of IPv6 s MAN1= bindtest.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bindtest ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/test.sh ${PREFIX}/bin/bindtest.sh Modified: head/net/binkd/Makefile ============================================================================== --- head/net/binkd/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/binkd/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -28,6 +28,7 @@ CONFIGURE_ARGS+= --with-aso CONFIGURE_ARGS+= --with-https .endif +NO_STAGE= yes pre-configure: @${RM} -rf ${WRKSRC}/mkfls/unix/CVS @${CP} ${WRKSRC}/mkfls/unix/* ${WRKSRC}/ Modified: head/net/bird-devel/Makefile ============================================================================== --- head/net/bird-devel/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/bird-devel/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -25,6 +25,7 @@ MAKE_JOBS_UNSAFE= yes USE_RC_SUBR= bird +NO_STAGE= yes .include .if ${PORT_OPTIONS:MKMPLS} Modified: head/net/bird/Makefile ============================================================================== --- head/net/bird/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/bird/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -28,6 +28,7 @@ MAKE_JOBS_UNSAFE= yes USE_RC_SUBR= bird +NO_STAGE= yes .include .if ${PORT_OPTIONS:MFIREWALL} Modified: head/net/bird6/Makefile ============================================================================== --- head/net/bird6/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/bird6/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -23,6 +23,7 @@ MAKE_JOBS_UNSAFE= yes USE_RC_SUBR= bird6 +NO_STAGE= yes post-install: @if [ ! -f ${PREFIX}/etc/bird6.conf ]; then \ ${CP} -p ${PREFIX}/etc/bird6.conf.example ${PREFIX}/etc/bird6.conf ; \ Modified: head/net/bittwist/Makefile ============================================================================== --- head/net/bittwist/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/bittwist/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -15,4 +15,5 @@ USE_GMAKE= yes MAN1= bittwist.1 bittwistb.1 bittwiste.1 PLIST_FILES= bin/bittwist bin/bittwistb bin/bittwiste +NO_STAGE= yes .include Modified: head/net/blam/Makefile ============================================================================== --- head/net/blam/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/blam/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,6 +1,5 @@ # Created by: Tom McLaughlin # $FreeBSD$ -# $Id: Makefile,v 1.22 2006/10/26 05:32:53 tmclau02 Exp $ PORTNAME= blam PORTVERSION= 1.8.7 @@ -24,4 +23,5 @@ GCONF_SCHEMAS= blam.schemas MAN1= blam.1 +NO_STAGE= yes .include Modified: head/net/bld/Makefile ============================================================================== --- head/net/bld/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/bld/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bld -# Date created: 12 October 2004 -# Whom: ob -# +# Created by: ob # $FreeBSD$ -# PORTNAME= bld PORTVERSION= 0.3.4 @@ -25,6 +21,7 @@ MAN8= bldsubmit.8 bld.8 bldquery.8 bldr bld-pf_policy.8 bld-pf_log.pl.8 bld-mrtg.pl.8 \ bld-will_spam_for_food.pl.8 +NO_STAGE= yes .include post-install: Modified: head/net/bmon/Makefile ============================================================================== --- head/net/bmon/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/bmon/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -25,6 +25,7 @@ MAKEFILE= GNUmakefile MAN1= bmon.1 PLIST_FILES= sbin/bmon +NO_STAGE= yes .include .if ${PORT_OPTIONS:MRRDTOOL} Modified: head/net/boclient/Makefile ============================================================================== --- head/net/boclient/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/boclient/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New ports collection makefile for: boclient -# Date created: 12 August 1998 -# Whom: darius@dons.net.au -# +# Created by: darius@dons.net.au # $FreeBSD$ -# PORTNAME= boclient PORTVERSION= 1.21 @@ -18,6 +14,7 @@ PLIST_FILES= bin/bounix WRKSRC= ${WRKDIR}/bo GNU_CONFIGURE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile.in Modified: head/net/boinc-client/Makefile ============================================================================== --- head/net/boinc-client/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/boinc-client/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -52,6 +52,7 @@ SCRIPT_DESC= Command line options in sc NO_GUI_RPC_DESC= Do not allow GUI RPC, do not make socket (breaks boinc_curses) NO_NET_INFO_DESC= Do not send host address and name to servers +NO_STAGE= yes .include #.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" Modified: head/net/boinc_curses/Makefile ============================================================================== --- head/net/boinc_curses/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/boinc_curses/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -17,6 +17,7 @@ MAKE_ENV= BOINCLIBDIR=${LOCALBASE}/lib B PLIST_FILES= bin/boinc_curses +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ Modified: head/net/bounce/Makefile ============================================================================== --- head/net/bounce/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/bounce/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New Ports collection makefile for: bounce -# Date created: Mon Dec 23, 1998 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= bounce PORTVERSION= 1.0 @@ -23,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER PLIST_FILES= sbin/bounce +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} Modified: head/net/bsdproxy/Makefile ============================================================================== --- head/net/bsdproxy/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/bsdproxy/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsdproxy -# Date created: 2 November 2001 -# Whom: roam@FreeBSD.org -# +# Created by: roam@FreeBSD.org # $FreeBSD$ -# PORTNAME= bsdproxy PORTVERSION= 0.04 @@ -19,6 +15,7 @@ USE_GNOME= glib12 DOCS= ChangeLog README .if !defined(NOPORTDOCS) +NO_STAGE= yes post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR} Modified: head/net/bwi-firmware-kmod/Makefile ============================================================================== --- head/net/bwi-firmware-kmod/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/bwi-firmware-kmod/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bwi-firmware-kmod -# Date created: May 01 2009 -# Whom: Andrew Thompson -# +# Created by: Andrew Thompson # $FreeBSD$ -# PORTNAME= bwi-firmware PORTVERSION= ${FWVERSION} @@ -36,6 +32,7 @@ PLIST_SUB= KMODNAME="${KMODNAME}" \ NO_PACKAGE= this is a modified version of a restricted firmware +NO_STAGE= yes .include do-build: Modified: head/net/bwn-firmware-kmod/Makefile ============================================================================== --- head/net/bwn-firmware-kmod/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/bwn-firmware-kmod/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bwn-firmware-kmod -# Date created: February 17 2009 -# Whom: Weongyo Jeong -# +# Created by: Weongyo Jeong # $FreeBSD$ -# PORTNAME= bwn-firmware PORTVERSION= 0.1.0 @@ -53,6 +49,7 @@ PLIST_SUB= KMODNAME="${KMODNAME}" \ NO_PACKAGE= this is a modified version of a restricted firmware +NO_STAGE= yes .include do-build: Modified: head/net/bwping/Makefile ============================================================================== --- head/net/bwping/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/bwping/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -16,6 +16,7 @@ MAN8= bwping.8 PLIST_FILES= sbin/bwping +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIPV6} Modified: head/net/c3270/Makefile ============================================================================== --- head/net/c3270/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/c3270/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -45,6 +45,7 @@ SCRIPT_DESC= Include scripting support TN3270E_DESC= Include TN3270-Extended support TRACE_DESC= Include trace support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/net/cagibi/Makefile ============================================================================== --- head/net/cagibi/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/cagibi/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,7 +1,4 @@ -# New ports collection makefile for: cogibi -# Date created: 2010-08-14 -# Whom: Dima Panov -# +# Created by: Dima Panov # $FreeBSD$ PORTNAME= cagibi @@ -19,4 +16,5 @@ USE_KDE4= automoc4 USE_QT4= corelib network xml dbus \ qmake_build moc_build rcc_build uic_build +NO_STAGE= yes .include Modified: head/net/callweaver/Makefile ============================================================================== --- head/net/callweaver/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/callweaver/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -42,6 +42,7 @@ MEETME_DESC= Build app_meetme (requires LDAP_DESC= Build app_ldap application SNMP_DESC= SNMP support (broken) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/net/ccxstream/Makefile ============================================================================== --- head/net/ccxstream/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/ccxstream/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# Ports collection makefile for: ccxstream -# Date created: 2004-08-14 -# Whom: Michael Handler -# +# Created by: Michael Handler # $FreeBSD$ -# PORTNAME= ccxstream PORTVERSION= 1.0.15 @@ -25,6 +21,7 @@ USE_RC_SUBR= ccxstream PLIST_FILES= bin/ccxtest \ sbin/ccxstream +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/net/citrix_ica/Makefile ============================================================================== --- head/net/citrix_ica/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/citrix_ica/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -31,6 +31,7 @@ PLIST_SUB+= HAVE_ICA_CERTS="@comment " SUB_FILES= wfcmgr wfica SUB_LIST= CDIR=${CDIR} +NO_STAGE= yes .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) Modified: head/net/clamz/Makefile ============================================================================== --- head/net/clamz/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/clamz/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -22,6 +22,7 @@ USES= pkgconfig MAN1= ${PORTNAME}.1 +NO_STAGE= yes post-install: @${ECHO} @${CAT} ${PKGMESSAGE} Modified: head/net/click/Makefile ============================================================================== --- head/net/click/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/click/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -93,6 +93,7 @@ USERCLICK_DESC= Build user-space Click WIFI_ELEMS_DESC= Build Wi-Fi elements XML_EXPAT_DESC= Enable XML support with expat +NO_STAGE= yes .include .if ${PORT_OPTIONS:MXML_EXPAT} Modified: head/net/clusterit/Makefile ============================================================================== --- head/net/clusterit/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/clusterit/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New ports collection makefile for: clusterit -# Date created: 4 February 1999 -# Whom: Dima Sivachenko -# +# Created by: Dima Sivachenko # $FreeBSD$ -# PORTNAME= clusterit PORTVERSION= 2.5 @@ -18,6 +14,7 @@ GNU_CONFIGURE= yes MAN1= barrier.1 barrierd.1 clustersed.1 dsh.1 dshbak.1 \ dtop.1 jsh.1 jsd.1 pcp.1 pdf.1 prm.1 rseq.1 run.1 +NO_STAGE= yes .include .if defined (WITHOUT_X11) Modified: head/net/cnd/Makefile ============================================================================== --- head/net/cnd/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/cnd/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cnd -# Date created: 12 March 2004 -# Whom: Daniel Bryan -# +# Created by: Daniel Bryan # $FreeBSD$ -# PORTNAME= cnd PORTVERSION= 0.7 @@ -15,4 +11,5 @@ COMMENT= Console network display PLIST_FILES= bin/cnd +NO_STAGE= yes .include Modified: head/net/cnet/Makefile ============================================================================== --- head/net/cnet/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/cnet/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -1,11 +1,5 @@ -# New ports collection makefile for: cnet -# Date created: Feb 8th, 1988 -# Whom: jkh -# +# Created by: jkh # $FreeBSD$ -# -# $Tecnik: ports/net/cnet/Makefile,v 1.5 2006/03/18 20:13:12 itetcu Exp $ -# PORTNAME= cnet PORTVERSION= 2.0.10 @@ -26,6 +20,7 @@ USE_GMAKE= yes ALL_TARGET= # empty MAN1= cnet.1 +NO_STAGE= yes .include .if ${ARCH} == "ia64" || ${ARCH} == "amd64" Modified: head/net/cnupm/Makefile ============================================================================== --- head/net/cnupm/Makefile Fri Sep 20 21:56:00 2013 (r327754) +++ head/net/cnupm/Makefile Fri Sep 20 22:10:23 2013 (r327755) @@ -26,6 +26,7 @@ PLIST_SUB+= CNUPM_OWN="${CNUPM_OWN}" CNU PORTDOCS= README +NO_STAGE= yes *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 22:13:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8791E2A3; Fri, 20 Sep 2013 22:13:53 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 729D5259F; Fri, 20 Sep 2013 22:13:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KMDrPM033408; Fri, 20 Sep 2013 22:13:53 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KMDZ2o033262; Fri, 20 Sep 2013 22:13:35 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202213.r8KMDZ2o033262@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 22:13:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327756 - in head/net-im: amsn ari-yahoo ayttm bsflite centericq centerim centerim-devel chattahoochie cicquin cjc climm coccinella convey decibel echat ejabberd emesene empathy farsigh... 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.14 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: Fri, 20 Sep 2013 22:13:53 -0000 Author: bapt Date: Fri Sep 20 22:13:34 2013 New Revision: 327756 URL: http://svnweb.freebsd.org/changeset/ports/327756 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: net-im) Modified: head/net-im/amsn/Makefile head/net-im/ari-yahoo/Makefile head/net-im/ayttm/Makefile head/net-im/bsflite/Makefile head/net-im/centericq/Makefile head/net-im/centerim-devel/Makefile head/net-im/centerim/Makefile head/net-im/chattahoochie/Makefile head/net-im/cicquin/Makefile head/net-im/cjc/Makefile head/net-im/climm/Makefile head/net-im/coccinella/Makefile head/net-im/convey/Makefile head/net-im/decibel/Makefile head/net-im/echat/Makefile head/net-im/ejabberd/Makefile head/net-im/emesene/Makefile head/net-im/empathy/Makefile head/net-im/farsight2/Makefile head/net-im/finch/Makefile head/net-im/folks/Makefile head/net-im/folks04/Makefile head/net-im/freetalk/Makefile head/net-im/fugu/Makefile head/net-im/gajim/Makefile head/net-im/gale/Makefile head/net-im/gloox/Makefile head/net-im/gtkyahoo/Makefile head/net-im/gyach/Makefile head/net-im/hotot/Makefile head/net-im/icb/Makefile head/net-im/icmpchat/Makefile head/net-im/icqlib/Makefile head/net-im/imspector/Makefile head/net-im/iserverd/Makefile head/net-im/jabber-pyaim/Makefile head/net-im/jabber-pyicq/Makefile head/net-im/jabber-pymsn/Makefile head/net-im/jabber.el/Makefile head/net-im/jabber/Makefile head/net-im/jabberd/Makefile head/net-im/jarl/Makefile head/net-im/jggtrans/Makefile head/net-im/jitsi/Makefile head/net-im/kde-telepathy/Makefile head/net-im/kmess-kde4/Makefile head/net-im/komclean/Makefile head/net-im/kopete-kde4/Makefile head/net-im/ktp-accounts-kcm/Makefile head/net-im/ktp-approver/Makefile head/net-im/ktp-auth-handler/Makefile head/net-im/ktp-common-internals/Makefile head/net-im/ktp-contact-list/Makefile head/net-im/ktp-contact-runner/Makefile head/net-im/ktp-filetransfer-handler/Makefile head/net-im/ktp-kded-integration-module/Makefile head/net-im/ktp-send-file/Makefile head/net-im/ktp-text-ui/Makefile head/net-im/libjingle/Makefile head/net-im/libjreen/Makefile head/net-im/libmsn/Makefile head/net-im/libnice/Makefile head/net-im/libpurple/Makefile head/net-im/libtelepathy/Makefile head/net-im/libyahoo2/Makefile head/net-im/licq-icq/Makefile head/net-im/licq-jabber/Makefile head/net-im/licq-msn/Makefile head/net-im/licq-osd/Makefile head/net-im/licq-qt-gui/Makefile head/net-im/licq/Makefile head/net-im/linpopup/Makefile head/net-im/linux-ymessenger/Makefile head/net-im/loudmouth/Makefile head/net-im/mbpurple/Makefile head/net-im/mcabber/Makefile head/net-im/meanwhile/Makefile head/net-im/mercury/Makefile head/net-im/mikutter/Makefile head/net-im/msn-proxy/Makefile head/net-im/mu-conference/Makefile head/net-im/naim/Makefile head/net-im/openfire-devel/Makefile head/net-im/openfire/Makefile head/net-im/p5-AnyEvent-XMPP/Makefile head/net-im/p5-DJabberd/Makefile head/net-im/p5-Jabber-Connection/Makefile head/net-im/p5-Jabber-Lite/Makefile head/net-im/p5-Jabber-SimpleSend/Makefile head/net-im/p5-Net-AIM/Makefile head/net-im/p5-Net-AOLIM/Makefile head/net-im/p5-Net-Async-XMPP/Makefile head/net-im/p5-Net-ICQ2000/Makefile head/net-im/p5-Net-Jabber/Makefile head/net-im/p5-Net-MSN/Makefile head/net-im/p5-Net-NetSend/Makefile head/net-im/p5-Net-OSCAR/Makefile head/net-im/p5-Net-Stomp/Makefile head/net-im/p5-Net-XMPP/Makefile head/net-im/p5-Net-XMPP2/Makefile head/net-im/p5-POE-Component-Client-MSN/Makefile head/net-im/p5-Protocol-XMPP/Makefile head/net-im/p5-SOAP-Transport-JABBER/Makefile head/net-im/papyon/Makefile head/net-im/pebrot/Makefile head/net-im/pecl-stomp/Makefile head/net-im/pidgin-audacious-remote/Makefile head/net-im/pidgin-birthday-reminder/Makefile head/net-im/pidgin-bs/Makefile head/net-im/pidgin-facebookchat/Makefile head/net-im/pidgin-fetion/Makefile head/net-im/pidgin-guifications/Makefile head/net-im/pidgin-hotkeys/Makefile head/net-im/pidgin-latex/Makefile head/net-im/pidgin-libnotify/Makefile head/net-im/pidgin-manualsize/Makefile head/net-im/pidgin-msn-pecan/Makefile head/net-im/pidgin-osd/Makefile head/net-im/pidgin-pidgimpd/Makefile head/net-im/pidgin-privacy-please/Makefile head/net-im/pidgin-rhythmbox/Makefile head/net-im/pidgin-sipe/Makefile head/net-im/pidgin-skype/Makefile head/net-im/pidgin-twitter/Makefile head/net-im/pidgin/Makefile head/net-im/plasma-applet-ktp/Makefile head/net-im/pork/Makefile head/net-im/prosody/Makefile head/net-im/psi/Makefile head/net-im/psimedia/Makefile head/net-im/pwytter/Makefile head/net-im/py-jabber/Makefile head/net-im/py-jabberbot/Makefile head/net-im/py-msnp/Makefile head/net-im/py-punjab/Makefile head/net-im/py-pyxmpp/Makefile head/net-im/py-twistedWords/Makefile head/net-im/py-xmpppy-irc/Makefile head/net-im/py-xmpppy-yahoo/Makefile head/net-im/py-xmpppy/Makefile head/net-im/pymsn/Makefile head/net-im/qq/Makefile head/net-im/qutim/Makefile head/net-im/qwit-devel/Makefile head/net-im/qwit/Makefile head/net-im/qxmpp-leechcraft/Makefile head/net-im/qxmpp/Makefile head/net-im/ramblercontacts/Makefile head/net-im/rubygem-earthquake/Makefile head/net-im/rubygem-hipchat/Makefile head/net-im/rubygem-termtter/Makefile head/net-im/rubygem-xmpp4r/Makefile head/net-im/sendxmpp/Makefile head/net-im/skype-devel/Makefile head/net-im/skype/Makefile head/net-im/tapioca-qt/Makefile head/net-im/telepathy-butterfly/Makefile head/net-im/telepathy-farsight/Makefile head/net-im/telepathy-gabble/Makefile head/net-im/telepathy-glib/Makefile head/net-im/telepathy-haze/Makefile head/net-im/telepathy-idle/Makefile head/net-im/telepathy-logger-qt4/Makefile head/net-im/telepathy-logger/Makefile head/net-im/telepathy-mission-control/Makefile head/net-im/telepathy-python/Makefile head/net-im/telepathy-qt/Makefile head/net-im/telepathy-qt4/Makefile head/net-im/telepathy-salut/Makefile head/net-im/telepathy-sofiasip/Makefile head/net-im/tkabber-devel/Makefile head/net-im/tkabber-plugins/Makefile head/net-im/tkabber/Makefile head/net-im/tkabbur/Makefile head/net-im/tmsnc/Makefile head/net-im/ttytter/Makefile head/net-im/turpial/Makefile head/net-im/twirssi/Makefile head/net-im/twitmail/Makefile head/net-im/vacuum-im/Makefile head/net-im/vicq/Makefile head/net-im/vqcc-gtk/Makefile head/net-im/xfce4-messenger-plugin/Makefile head/net-im/yoono/Makefile head/net-im/ysm/Makefile head/net-im/zephyr/Makefile Modified: head/net-im/amsn/Makefile ============================================================================== --- head/net-im/amsn/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/amsn/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -45,6 +45,7 @@ CXXFLAGS+= -I${LOCALBASE}/include/libpng CONFIGURE_ENV+= CFLAGS+="-I${LOCALBASE}/include" \ LDFLAGS+="-L${LOCALBASE}/lib" +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name '*.c' -or -name '*.h' | ${XARGS} ${REINPLACE_CMD} -e 's| ||' @${FIND} ${WRKSRC} -name '*.bak' -delete Modified: head/net-im/ari-yahoo/Makefile ============================================================================== --- head/net-im/ari-yahoo/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/ari-yahoo/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -15,6 +15,7 @@ USE_GMAKE= yes USE_GCC= any USE_AUTOTOOLS= autoconf +NO_STAGE= yes pre-configure: @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in @(cd ${WRKSRC}/libyahoo && ${SETENV} ${AUTOCONF_ENV} ${AUTOCONF} \ Modified: head/net-im/ayttm/Makefile ============================================================================== --- head/net-im/ayttm/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/ayttm/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -34,6 +34,7 @@ MAN1= ayttm.1 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include .if ${PORT_OPTIONS:MESOUND} Modified: head/net-im/bsflite/Makefile ============================================================================== --- head/net-im/bsflite/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/bsflite/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -15,6 +15,7 @@ PORTDOCS= COPYING ChangeLog README OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-patch: Modified: head/net-im/centericq/Makefile ============================================================================== --- head/net-im/centericq/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/centericq/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -37,6 +37,7 @@ MAN1= cicqconv.1 cicqsync.1 PORTDOCS= FAQ README +NO_STAGE= yes .include .if ${ARCH} == "amd64" Modified: head/net-im/centerim-devel/Makefile ============================================================================== --- head/net-im/centerim-devel/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/centerim-devel/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -41,6 +41,7 @@ MAN1= cimconv.1 centerim.1 PORTDOCS= FAQ README +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/net-im/centerim/Makefile ============================================================================== --- head/net-im/centerim/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/centerim/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -38,6 +38,7 @@ MAN1= cimconv.1 centerim.1 PORTDOCS= FAQ README +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/net-im/chattahoochie/Makefile ============================================================================== --- head/net-im/chattahoochie/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/chattahoochie/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -12,4 +12,5 @@ COMMENT= Small group plain-text chat ser MAN8= chattahoochie.8 MANCOMPRESSED= yes +NO_STAGE= yes .include Modified: head/net-im/cicquin/Makefile ============================================================================== --- head/net-im/cicquin/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/cicquin/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cicquin -# Date created: 6 Jun 2004 -# Whom: Peter Pentchev -# +# Created by: Peter Pentchev # $FreeBSD$ -# PORTNAME= cicquin PORTVERSION= 0.1 @@ -19,4 +15,5 @@ COMMENT= Look up users in the CenterICQ MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} +NO_STAGE= yes .include Modified: head/net-im/cjc/Makefile ============================================================================== --- head/net-im/cjc/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/cjc/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cjc -# Date created: 19 April 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= cjc PORTVERSION= 1.2.1 @@ -20,6 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyxm USE_PYTHON= 2.6+ +NO_STAGE= yes post-patch: @${GREP} -lR "/usr/bin/python" ${WRKSRC} | ${XARGS} \ ${REINPLACE_CMD} -e "s|/usr/bin/python|${PYTHON_CMD}|" Modified: head/net-im/climm/Makefile ============================================================================== --- head/net-im/climm/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/climm/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -28,6 +28,7 @@ OTR_DESC= Enable OTR encryption support REMOTE_DESC= Enable Remote control fifo support XMPP_DESC= Enable XMPP Jabber support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MOTR} Modified: head/net-im/coccinella/Makefile ============================================================================== --- head/net-im/coccinella/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/coccinella/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -1,9 +1,5 @@ -# New ports collection makefile for: coccinella -# Date created: 21 Oct 2004 -# Whom: Marc Bruenink -# +# Created by: Marc Bruenink # $FreeBSD$ -# PORTNAME= coccinella PORTVERSION= 0.96.20 @@ -30,6 +26,7 @@ USE_TK_WRAPPER= yes LIBTARGETDIR= ${PREFIX}/${PORTNAME} PLIST_SUB= LIBTARGETDIR="${PORTNAME}" +NO_STAGE= yes do-install: @${MKDIR} ${LIBTARGETDIR} ${INSTALL_SCRIPT} ${WRKSRC}/Coccinella.tcl ${LIBTARGETDIR} Modified: head/net-im/convey/Makefile ============================================================================== --- head/net-im/convey/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/convey/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -26,6 +26,7 @@ FIND_DIRS= lib SUB_FILES= convey.sh +NO_STAGE= yes .include do-install: Modified: head/net-im/decibel/Makefile ============================================================================== --- head/net-im/decibel/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/decibel/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -1,5 +1,4 @@ # Created by: arved -# # $FreeBSD$ PORTNAME= decibel @@ -17,6 +16,7 @@ USE_QT4= xml dbus gui qtestlib qmake_bui USE_LDCONFIG= yes USES= cmake pkgconfig +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e \ "s,$${LIB_INSTALL_DIR}/pkgconfig,data/pkgconfig,g"\ Modified: head/net-im/echat/Makefile ============================================================================== --- head/net-im/echat/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/echat/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -1,9 +1,5 @@ -# New ports collection makefile for: echat -# Date created: 26 Aug 2003 -# Whom: SeaD -# +# Created by: SeaD # $FreeBSD$ -# PORTNAME= echat DISTVERSION= 0.04beta1 @@ -15,6 +11,7 @@ COMMENT= LAN chat program over the TCP/I MAN1= echat.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=|g ; \ s|PREFIX=|PREFIX?=|g ; s|CC=|CC?=|g; \ Modified: head/net-im/ejabberd/Makefile ============================================================================== --- head/net-im/ejabberd/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/ejabberd/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -37,6 +37,7 @@ SUB_LIST= PORTNAME=${PORTNAME} PORTVERSI USERS=${USERS} GROUPS=${GROUPS} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src +NO_STAGE= yes .include USE_OPENSSL= yes Modified: head/net-im/emesene/Makefile ============================================================================== --- head/net-im/emesene/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/emesene/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -1,9 +1,5 @@ -# New ports collection makefile for: emesene -# Date created: 31 May 2007 -# Whom: Yinghong Liu -# +# Created by: Yinghong Liu # $FreeBSD$ -# PORTNAME= emesene PORTVERSION= 1.6.3 @@ -37,6 +33,7 @@ DESKTOP_ENTRIES="${PORTNAME}" \ "Network;InstantMessaging;GTK;" \ "false" +NO_STAGE= yes post-extract: @cd ${WRKSRC} && \ ${RM} -fr GPL LGPL PSF README pygif pyisf docs && \ Modified: head/net-im/empathy/Makefile ============================================================================== --- head/net-im/empathy/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/empathy/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -58,6 +58,7 @@ HAZE_DESC= Libpurple protocol integratio NST_DESC= Nautilus SendTo plugin MAP_DESC= Graphical map support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MJABBER} Modified: head/net-im/farsight2/Makefile ============================================================================== --- head/net-im/farsight2/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/farsight2/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -25,4 +25,5 @@ USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include Modified: head/net-im/finch/Makefile ============================================================================== --- head/net-im/finch/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/finch/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gaim -# Date created: 26 Mar 1999 -# Whom: Jim Mock -# +# Created by: Jim Mock # $FreeBSD$ # $MCom: ports-stable/net-im/gaim-consoleui-devel/Makefile,v 1.2 2006/10/29 18:55:28 marcus Exp $ -# PORTNAME= finch PORTREVISION= 1 @@ -30,6 +26,7 @@ CONFIGURE_ARGS= --disable-gtkui \ MAN1= finch.1 +NO_STAGE= yes post-install: ${INSTALL_MAN} ${WRKSRC}/doc/finch.1 ${MAN1PREFIX}/man/man1 Modified: head/net-im/folks/Makefile ============================================================================== --- head/net-im/folks/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/folks/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -41,6 +41,7 @@ PLIST_SUB= LIBVER=25 VERSION=33 CONFIGURE_ARGS+=--enable-libsocialweb-backend=no #.endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^build_old_libs=yes|build_old_libs=no|g' \ ${WRKDIR}/gnome-libtool Modified: head/net-im/folks04/Makefile ============================================================================== --- head/net-im/folks04/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/folks04/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -29,4 +29,5 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION=22 +NO_STAGE= yes .include Modified: head/net-im/freetalk/Makefile ============================================================================== --- head/net-im/freetalk/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/freetalk/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -27,6 +27,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_L MAN1= freetalk.1 INFO= freetalk +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/net-im/fugu/Makefile ============================================================================== --- head/net-im/fugu/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/fugu/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fugu -# Date created: 11 August 2000 -# Whom: Peter Haight -# +# Created by: Peter Haight # $FreeBSD$ -# PORTNAME= fugu PORTVERSION= 1.2.3 @@ -19,4 +15,5 @@ USE_OPENSSL= yes USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include Modified: head/net-im/gajim/Makefile ============================================================================== --- head/net-im/gajim/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/gajim/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -39,6 +39,7 @@ PORTDOCS= AUTHORS ChangeLog README.html OPTIONS_SUB= yes NLS_USES= gettext +NO_STAGE= yes .include .if ! ${PORT_OPTIONS:MNLS} Modified: head/net-im/gale/Makefile ============================================================================== --- head/net-im/gale/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/gale/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -29,6 +29,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -L${LO LDFLAGS+= -L${LOCALBASE}/lib # cheesy hack - test-oop doesn't build, but we don't care. +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's/\(^noinst_PROGRAMS =.*\)test-oop/\1/' \ ${WRKSRC}/liboop/Makefile.in Modified: head/net-im/gloox/Makefile ============================================================================== --- head/net-im/gloox/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/gloox/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -21,6 +21,7 @@ CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/in LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|libgnutls-config|pkg-config gnutls|' ${WRKSRC}/configure post-install: Modified: head/net-im/gtkyahoo/Makefile ============================================================================== --- head/net-im/gtkyahoo/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/gtkyahoo/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/@INSTALL@/s/$$INSTALL/${INSTALL}/; \ s/echo aout/echo elf/' \ Modified: head/net-im/gyach/Makefile ============================================================================== --- head/net-im/gyach/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/gyach/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gyach -# Date created: 08 November 2003 -# Whom: Aaron Landwehr -# +# Created by: Aaron Landwehr # $FreeBSD$ -# PORTNAME= gyach PORTVERSION= 0.9.8 @@ -19,6 +15,7 @@ LDFLAGS+= ${PTHREAD_LIBS} CFLAGS+= ${PTHREAD_CFLAGS} USE_GNOME= gtk20 +NO_STAGE= yes .include .if ${ARCH} != "i386" Modified: head/net-im/hotot/Makefile ============================================================================== --- head/net-im/hotot/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/hotot/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -26,6 +26,7 @@ OPTIONS_DEFINE= GTK2 QT4 KDE4 OPTIONS_DEFAULT= GTK2 QT4 KDE4_DESC= KDE 4 integration (implies Qt 4) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGTK2} Modified: head/net-im/icb/Makefile ============================================================================== --- head/net-im/icb/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/icb/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -23,6 +23,7 @@ PORTEXAMPLES= bartender confuse echofunc PLIST_FILES= bin/icb %%DATADIR%%/icbserverdb PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes .include do-install: Modified: head/net-im/icmpchat/Makefile ============================================================================== --- head/net-im/icmpchat/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/icmpchat/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ICMP-Chat -# Date created: 8 October 2002 -# Whom: Matthew West -# +# Created by: Matthew West # $FreeBSD$ -# PORTNAME= icmpchat PORTVERSION= 0.6 @@ -13,6 +9,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Simple console-based chat that uses ICMP protocol +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|-O2 -Wall -pedantic|${CFLAGS}|;\ s|= gcc|?= gcc|;s|default|all|' ${WRKSRC}/Makefile Modified: head/net-im/icqlib/Makefile ============================================================================== --- head/net-im/icqlib/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/icqlib/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -1,9 +1,5 @@ -# New ports collection makefile for: icqlib -# Date created: 16 March 1999 -# Whom: Pavel Andreev -# +# Created by: Pavel Andreev # $FreeBSD$ -# PORTNAME= icqlib PORTVERSION= 1.0.0 @@ -19,6 +15,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure Modified: head/net-im/imspector/Makefile ============================================================================== --- head/net-im/imspector/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/imspector/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -28,6 +28,7 @@ OPTIONS_DEFINE= IPFW OPTIONS_DEFAULT= IPFW IPFW_DESC= Add IPFW support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIPFW} Modified: head/net-im/iserverd/Makefile ============================================================================== --- head/net-im/iserverd/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/iserverd/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -31,6 +31,7 @@ MAN1= db_convert.1 MAN5= iserv.conf.5 v3_proto.conf.5 v5_proto.conf.5 MAN8= iserverd.8 +NO_STAGE= yes .include .if ${OSVERSION} >= 700042 Modified: head/net-im/jabber-pyaim/Makefile ============================================================================== --- head/net-im/jabber-pyaim/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/jabber-pyaim/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -31,6 +31,7 @@ INST_DIR= ${PREFIX}/lib/jabber/${PORTNAM PORTDOCS= COPYING README NEWS AUTHORS INSTALL +NO_STAGE= yes .include .include Modified: head/net-im/jabber-pyicq/Makefile ============================================================================== --- head/net-im/jabber-pyicq/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/jabber-pyicq/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -41,6 +41,7 @@ INST_DIR= ${PREFIX}/lib/jabber/${PORTNAM PORTDOCS= NEWS README README.jabberd14 README.jabberd2 README.external +NO_STAGE= yes .include .if ${PORT_OPTIONS:MJABBER} Modified: head/net-im/jabber-pymsn/Makefile ============================================================================== --- head/net-im/jabber-pymsn/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/jabber-pymsn/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -1,7 +1,4 @@ -# New ports collection makefile for: Jabber Python MSN Transport -# Date created: Tue Nov 23 16:42:07 CET 2004 -# Whom: Martijn Lina -# +# Created by: Martijn Lina # $FreeBSD$ PORTNAME= pymsn @@ -46,6 +43,7 @@ INST_DIR= ${PREFIX}/lib/jabber/${PORTNAM PORTDOCS= COPYING README README.jabberd14 README.jabberd2 README.external +NO_STAGE= yes .include .if ${PORT_OPTIONS:MJABBER} Modified: head/net-im/jabber.el/Makefile ============================================================================== --- head/net-im/jabber.el/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/jabber.el/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -1,7 +1,4 @@ -# New ports collection makefile for: jabber.el -# Date created: 26 May 2006 -# Whom: Max N. Boyarov -# +# Created by: Max N. Boyarov # $FreeBSD$ PORTNAME= jabber.el @@ -23,6 +20,7 @@ USE_EMACS= yes GNU_CONFIGURE= yes USE_GMAKE= yes +NO_STAGE= yes .include CONFIGURE_ARGS+= --with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/emacs-jabber \ Modified: head/net-im/jabber/Makefile ============================================================================== --- head/net-im/jabber/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/jabber/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -66,6 +66,7 @@ SUB_LIST+= JABBER_USER=${JABBER_USER} JA DOCS= AUTHORS ChangeLog INSTALL NEWS README README.SQL README.config \ README.filespool README.karma README.protocols TODO UPGRADE mysql.sql +NO_STAGE= yes .include .if ${PORT_OPTIONS:MMYSQL} Modified: head/net-im/jabberd/Makefile ============================================================================== --- head/net-im/jabberd/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/jabberd/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -64,6 +64,7 @@ DOCFILES= AUTHORS COPYING ChangeLog INST _REQUIRE= LOGIN +NO_STAGE= yes .include ELP+= ${OPENSSLLIB} Modified: head/net-im/jarl/Makefile ============================================================================== --- head/net-im/jarl/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/jarl/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -18,6 +18,7 @@ NO_BUILD= yes USES= perl5 +NO_STAGE= yes makeplist: ${ECHO_CMD} bin/jarl > ${PLIST} ${FIND} ${PREFIX}/share/jarl ! -name "*.orig" -type f -print | ${CUT} -d/ -f4- >> \ Modified: head/net-im/jggtrans/Makefile ============================================================================== --- head/net-im/jggtrans/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/jggtrans/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -27,6 +27,7 @@ USE_RC_SUBR= jggtrans OPTIONS_DEFINE= DEBUG EJABBERD EJABBERD_DESC= transport with ejabberd +NO_STAGE= yes .include .if ! ${PORT_OPTIONS:MDEBUG} Modified: head/net-im/jitsi/Makefile ============================================================================== --- head/net-im/jitsi/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/jitsi/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -28,6 +28,7 @@ DESKTOP_ENTRIES="Jitsi" \ "Network;InstantMessaging;VideoConference;Java;" \ true +NO_STAGE= yes .include do-install: Modified: head/net-im/kde-telepathy/Makefile ============================================================================== --- head/net-im/kde-telepathy/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/kde-telepathy/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -28,6 +28,7 @@ OPTIONS_DEFAULT=PLASMA SEND_FILE PLASMA_DESC= Applets for KDE Plasma Desktop integration SEND_FILE_DESC= Context menu plugin for sending files +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPLASMA} Modified: head/net-im/kmess-kde4/Makefile ============================================================================== --- head/net-im/kmess-kde4/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/kmess-kde4/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -1,9 +1,5 @@ -# New ports collection makefile for: kmess -# Date created: 21 June 2002 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ -# PORTNAME= kmess PORTVERSION= 2.0.6.2 @@ -25,4 +21,5 @@ USE_KDE4= kdehier kdeprefix kdelibs libk USE_QT4= qmake_build moc_build rcc_build uic_build USES= cmake gettext +NO_STAGE= yes .include Modified: head/net-im/komclean/Makefile ============================================================================== --- head/net-im/komclean/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/komclean/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -29,6 +29,7 @@ DESKTOP_ENTRIES="KOMclean" \ "" \ false +NO_STAGE= yes .include pre-everything:: Modified: head/net-im/kopete-kde4/Makefile ============================================================================== --- head/net-im/kopete-kde4/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/kopete-kde4/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -66,6 +66,7 @@ CFLAGS+= -DHAVE_LINUX_INTEGER_TYPES=1 OPTIONS_DEFINE= XMMS XMMS_DESC= XMMS Kopete nowlistening plugin +NO_STAGE= yes .include .include "${PORTSDIR}/www/firefox/Makefile.webplugins" Modified: head/net-im/ktp-accounts-kcm/Makefile ============================================================================== --- head/net-im/ktp-accounts-kcm/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/ktp-accounts-kcm/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -27,6 +27,7 @@ HAZE_DESC= libpurple protocols support IRC_DESC= Internet Relay Chat support SALUT_DESC= Link-local (serverless) XMPP support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MHAZE} Modified: head/net-im/ktp-approver/Makefile ============================================================================== --- head/net-im/ktp-approver/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/ktp-approver/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -18,4 +18,5 @@ USE_QT4= corelib moc_build qmake_build r USES= cmake gettext USE_BZIP2= yes +NO_STAGE= yes .include Modified: head/net-im/ktp-auth-handler/Makefile ============================================================================== --- head/net-im/ktp-auth-handler/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/ktp-auth-handler/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -20,4 +20,5 @@ USE_QT4= corelib dbus gui xml webkit \ USES= cmake gettext USE_BZIP2= yes +NO_STAGE= yes .include Modified: head/net-im/ktp-common-internals/Makefile ============================================================================== --- head/net-im/ktp-common-internals/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/ktp-common-internals/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -21,4 +21,5 @@ USES= cmake gettext USE_BZIP2= yes USE_LDCONFIG= yes +NO_STAGE= yes .include Modified: head/net-im/ktp-contact-list/Makefile ============================================================================== --- head/net-im/ktp-contact-list/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/ktp-contact-list/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -18,4 +18,5 @@ USE_QT4= corelib moc_build qmake_build r USES= cmake gettext USE_BZIP2= yes +NO_STAGE= yes .include Modified: head/net-im/ktp-contact-runner/Makefile ============================================================================== --- head/net-im/ktp-contact-runner/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/ktp-contact-runner/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -17,4 +17,5 @@ USE_QT4= corelib moc_build qmake_build r USES= cmake gettext USE_BZIP2= yes +NO_STAGE= yes .include Modified: head/net-im/ktp-filetransfer-handler/Makefile ============================================================================== --- head/net-im/ktp-filetransfer-handler/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/ktp-filetransfer-handler/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -17,4 +17,5 @@ USE_QT4= corelib moc_build qmake_build r USES= cmake gettext USE_BZIP2= yes +NO_STAGE= yes .include Modified: head/net-im/ktp-kded-integration-module/Makefile ============================================================================== --- head/net-im/ktp-kded-integration-module/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/ktp-kded-integration-module/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -17,4 +17,5 @@ USE_QT4= corelib moc_build qmake_build r USES= cmake gettext USE_BZIP2= yes +NO_STAGE= yes .include Modified: head/net-im/ktp-send-file/Makefile ============================================================================== --- head/net-im/ktp-send-file/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/ktp-send-file/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -19,4 +19,5 @@ USE_QT4= corelib moc_build qmake_build r USES= cmake gettext USE_BZIP2= yes +NO_STAGE= yes .include Modified: head/net-im/ktp-text-ui/Makefile ============================================================================== --- head/net-im/ktp-text-ui/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/ktp-text-ui/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -22,4 +22,5 @@ USES= cmake gettext USE_BZIP2= yes USE_LDCONFIG= yes +NO_STAGE= yes .include Modified: head/net-im/libjingle/Makefile ============================================================================== --- head/net-im/libjingle/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/libjingle/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -52,6 +52,7 @@ PLIST_FILES+= bin/login \ bin/relayserver \ bin/stunserver \ +NO_STAGE= yes .include post-configure: Modified: head/net-im/libjreen/Makefile ============================================================================== --- head/net-im/libjreen/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/libjreen/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -1,4 +1,3 @@ -# Created by: Max Brazhnikov # $FreeBSD$ PORTNAME= libjreen @@ -27,6 +26,7 @@ USE_QT4= moc_build qmake_build rcc_build USES= cmake pkgconfig:build +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's,lib.*/pkgconfig,libdata/pkgconfig,' \ ${WRKSRC}/CMakeLists.txt Modified: head/net-im/libmsn/Makefile ============================================================================== --- head/net-im/libmsn/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/libmsn/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -19,6 +19,7 @@ USES= cmake USE_OPENSSL= yes USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|lib$${LIB_SUFFIX}/pkgconfig|libdata/pkgconfig|g' \ ${WRKSRC}/CMakeLists.txt Modified: head/net-im/libnice/Makefile ============================================================================== --- head/net-im/libnice/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/libnice/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --without-gstreamer --wi CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_GETIFADDRS LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-Wno-missing-field-initializers|#|g' Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/libpurple/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -79,6 +79,7 @@ OPTIONSFILE= ${PORT_DBDIR}/${UNIQUENAME} CONFIGURE_ARGS+=--disable-doxygen +NO_STAGE= yes .include .if ${PORT_OPTIONS:MTCLTK} Modified: head/net-im/libtelepathy/Makefile ============================================================================== --- head/net-im/libtelepathy/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/libtelepathy/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -1,4 +1,3 @@ -# Created by: Florent Thoumie # $FreeBSD$ # $MCom: ports/net-im/libtelepathy/Makefile,v 1.3 2008/02/27 14:00:06 ahze Exp $ @@ -25,4 +24,5 @@ USE_LDCONFIG= yes USE_GNOME= gnomehack glib20 ltverhack USE_AUTOTOOLS= libtool +NO_STAGE= yes .include Modified: head/net-im/libyahoo2/Makefile ============================================================================== --- head/net-im/libyahoo2/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/libyahoo2/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -15,6 +15,7 @@ USES= pathfix USE_GNOME= glib20 gnomehack USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-g -Wall||g ; \ Modified: head/net-im/licq-icq/Makefile ============================================================================== --- head/net-im/licq-icq/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/licq-icq/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -21,6 +21,7 @@ PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%% LICQ_PORT?= net-im/licq +NO_STAGE= yes .include .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" Modified: head/net-im/licq-jabber/Makefile ============================================================================== --- head/net-im/licq-jabber/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/licq-jabber/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -22,6 +22,7 @@ PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%% LICQ_PORT?= net-im/licq +NO_STAGE= yes .include .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" Modified: head/net-im/licq-msn/Makefile ============================================================================== --- head/net-im/licq-msn/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/licq-msn/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -21,6 +21,7 @@ PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%% LICQ_PORT?= net-im/licq +NO_STAGE= yes .include .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" Modified: head/net-im/licq-osd/Makefile ============================================================================== --- head/net-im/licq-osd/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/licq-osd/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -24,6 +24,7 @@ PLIST_FILES= lib/licq/licq_osd.so \ LICQ_PORT?= net-im/licq +NO_STAGE= yes .include .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" Modified: head/net-im/licq-qt-gui/Makefile ============================================================================== --- head/net-im/licq-qt-gui/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/licq-qt-gui/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -34,6 +34,7 @@ PLIST_SUB+= WITH_QT="" LICQ_PORT?= net-im/licq +NO_STAGE= yes pre-fetch: .if defined(WITH_KDE) @${ECHO_MSG} "" Modified: head/net-im/licq/Makefile ============================================================================== --- head/net-im/licq/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/licq/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -30,6 +30,7 @@ CONFIGURE_ARGS+=--with-openssl-inc=${OPE CONFIGURE_ARGS+=--with-openssl-lib=${OPENSSLLIB} .endif +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/net-im/linpopup/Makefile ============================================================================== --- head/net-im/linpopup/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/linpopup/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -1,9 +1,5 @@ -# New ports collection makefile for: linpopup -# Date created: 20 Nov 2000 -# Whom: Roman Shterenzon -# +# Created by: Roman Shterenzon # $FreeBSD$ -# PORTNAME= linpopup PORTVERSION= 1.2.0 @@ -34,6 +30,7 @@ SUB_FILES= pkg-message EXTRA_PATCHES+= ${FILESDIR}/extra-patch-samba3 .endif +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} Modified: head/net-im/linux-ymessenger/Makefile ============================================================================== --- head/net-im/linux-ymessenger/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/linux-ymessenger/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -26,6 +26,7 @@ ONLY_FOR_ARCHS= i386 amd64 SHARE_FILES= yahoo_gnome.png yahoo_kde.xpm ymessenger.desktop\ ymessenger.kdelnk +NO_STAGE= yes do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} Modified: head/net-im/loudmouth/Makefile ============================================================================== --- head/net-im/loudmouth/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/loudmouth/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -25,6 +25,7 @@ OPTIONS_DEFAULT=GNUTLS OPTIONS_RADIO= SSL OPTIONS_RADIO_SSL= GNUTLS OPENSSL +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGNUTLS} Modified: head/net-im/mbpurple/Makefile ============================================================================== --- head/net-im/mbpurple/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/mbpurple/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -16,6 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/pidgin:${P PROJECTHOST= microblog-purple USE_GMAKE= yes +NO_STAGE= yes post-patch: @${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.Dist @${SED} -e 's#make -C#gmake -C#' \ Modified: head/net-im/mcabber/Makefile ============================================================================== --- head/net-im/mcabber/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/mcabber/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -32,6 +32,7 @@ GPGME_DESC= Use security/gpgme for PGP s OTR_DESC= Off-the-record messaging support ENCHANT_DESC= Spell checking via enchant +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGPGME} Modified: head/net-im/meanwhile/Makefile ============================================================================== --- head/net-im/meanwhile/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/meanwhile/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -23,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-doc-${PORTVERSION} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/samples/*.c ${WRKSRC}/src/*.[ch] Modified: head/net-im/mercury/Makefile ============================================================================== --- head/net-im/mercury/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/mercury/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -53,6 +53,7 @@ PLIST_SUB+= VID="" VIDJAR="${VIDJAR}" PLIST_SUB+= VID="@comment " VIDJAR="" .endif +NO_STAGE= yes post-extract: ${MKDIR} ${WRKDIR}/icons cd ${WRKDIR}/icons && \ Modified: head/net-im/mikutter/Makefile ============================================================================== --- head/net-im/mikutter/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/mikutter/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -45,6 +45,7 @@ NOTIFY_DESC= notify-send support OPTIONS_DEFAULT= ${OPTIONS_DEFINE} +NO_STAGE= yes .include .if !defined(RUBY_PROVIDED) Modified: head/net-im/msn-proxy/Makefile ============================================================================== --- head/net-im/msn-proxy/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/msn-proxy/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -1,9 +1,5 @@ -# New ports collection makefile for: msn-proxy -# Date created: 20 January 2008 -# Whom: Luiz Otavio O Souza -# +# Created by: Luiz Otavio O Souza # $FreeBSD$ -# PORTNAME= msn-proxy PORTVERSION= 0.7 @@ -38,6 +34,7 @@ USE_MYSQL= yes MAKE_ARGS= SYSCONFDIR=$(DESTDIR)${PREFIX}/etc/msn-proxy \ BINDIR=$(DESTDIR)${PREFIX}/bin +NO_STAGE= yes .include post-patch: Modified: head/net-im/mu-conference/Makefile ============================================================================== --- head/net-im/mu-conference/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/mu-conference/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -40,6 +40,7 @@ PORTDOCS= * MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MMYSQL} Modified: head/net-im/naim/Makefile ============================================================================== --- head/net-im/naim/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/naim/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -21,6 +21,7 @@ PORTDOCS= FAQ README commands.txt keyboa OPTIONS_DEFINE= DETACH DOCS DETACH_DESC= Enable 'detach' feature (requires misc/screen) +NO_STAGE= yes .include # Fix parallel (-jX) builds: events.c #include's generated "conio_cmds.h" Modified: head/net-im/openfire-devel/Makefile ============================================================================== --- head/net-im/openfire-devel/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/openfire-devel/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -37,6 +37,7 @@ VARDB= /var/db/openfire PUSER= openfire PGROUP= ${PUSER} +NO_STAGE= yes do-install: (cd ${INSTALL_WRKSRC}/lib && ${INSTALL} -m 744 *.jar ${JAVAJARDIR}) Modified: head/net-im/openfire/Makefile ============================================================================== --- head/net-im/openfire/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/openfire/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -42,6 +42,7 @@ VARDB= /var/db/openfire USERS= openfire GROUPS= ${USERS} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPLUGINS} Modified: head/net-im/p5-AnyEvent-XMPP/Makefile ============================================================================== --- head/net-im/p5-AnyEvent-XMPP/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/p5-AnyEvent-XMPP/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -72,6 +72,7 @@ MAN3= AnyEvent::XMPP.3 \ AnyEvent::XMPP::Ext::Receipts.3 \ AnyEvent::XMPP::Client.3 +NO_STAGE= yes .include # One of it's dependency is p5-GSSAPI which is marked broken for 7.X .if ${OSVERSION} < 800000 Modified: head/net-im/p5-DJabberd/Makefile ============================================================================== --- head/net-im/p5-DJabberd/Makefile Fri Sep 20 22:10:23 2013 (r327755) +++ head/net-im/p5-DJabberd/Makefile Fri Sep 20 22:13:34 2013 (r327756) @@ -44,4 +44,5 @@ MAN3= DJabberd.3\ DJabberd::SASL::DumbPlain.3\ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 22:24:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 26069482; Fri, 20 Sep 2013 22:24:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 111AF2620; Fri, 20 Sep 2013 22:24:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KMOxv1043234; Fri, 20 Sep 2013 22:24:59 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KMOiow043104; Fri, 20 Sep 2013 22:24:44 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202224.r8KMOiow043104@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 22:24:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327757 - in head/net-mgmt: 2ping TkTopNetFlows aggregate aircrack-ng airport angst ap-utils argus-monitor argus3 argus3-clients arpalert arpscan arpwatch arts++ aspathtree bgpq bgpq3 b... 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.14 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: Fri, 20 Sep 2013 22:24:59 -0000 Author: bapt Date: Fri Sep 20 22:24:43 2013 New Revision: 327757 URL: http://svnweb.freebsd.org/changeset/ports/327757 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt) Modified: head/net-mgmt/2ping/Makefile head/net-mgmt/TkTopNetFlows/Makefile head/net-mgmt/aggregate/Makefile head/net-mgmt/aircrack-ng/Makefile head/net-mgmt/airport/Makefile head/net-mgmt/angst/Makefile head/net-mgmt/ap-utils/Makefile head/net-mgmt/argus-monitor/Makefile head/net-mgmt/argus3-clients/Makefile head/net-mgmt/argus3/Makefile head/net-mgmt/arpalert/Makefile head/net-mgmt/arpscan/Makefile head/net-mgmt/arpwatch/Makefile head/net-mgmt/arts++/Makefile head/net-mgmt/aspathtree/Makefile head/net-mgmt/bgpq/Makefile head/net-mgmt/bgpq3/Makefile head/net-mgmt/bigsister/Makefile head/net-mgmt/bpft/Makefile head/net-mgmt/braa/Makefile head/net-mgmt/bsd-airtools/Makefile head/net-mgmt/bsnmp-jails/Makefile head/net-mgmt/bsnmp-regex/Makefile head/net-mgmt/bsnmp-ucd/Makefile head/net-mgmt/bsnmptools/Makefile head/net-mgmt/bwm-ng/Makefile head/net-mgmt/cacti-spine/Makefile head/net-mgmt/cacti/Makefile head/net-mgmt/cdpd/Makefile head/net-mgmt/cdpr/Makefile head/net-mgmt/cflowd/Makefile head/net-mgmt/check_logfiles/Makefile head/net-mgmt/check_multi/Makefile head/net-mgmt/check_mysql_health/Makefile head/net-mgmt/check_snmp_pkgvuln/Makefile head/net-mgmt/chillispot/Makefile head/net-mgmt/choparp/Makefile head/net-mgmt/cidr/Makefile head/net-mgmt/circe/Makefile head/net-mgmt/cisco_conf/Makefile head/net-mgmt/ciscoconf/Makefile head/net-mgmt/clog/Makefile head/net-mgmt/cnagios/Makefile head/net-mgmt/collectd/Makefile head/net-mgmt/collectd5/Makefile head/net-mgmt/confregdecode/Makefile head/net-mgmt/coovachilli/Makefile head/net-mgmt/cowpatty/Makefile head/net-mgmt/cricket/Makefile head/net-mgmt/darkstat/Makefile head/net-mgmt/devmon-templates/Makefile head/net-mgmt/devmon/Makefile head/net-mgmt/dhcdrop/Makefile head/net-mgmt/disco/Makefile head/net-mgmt/docsis/Makefile head/net-mgmt/driftnet/Makefile head/net-mgmt/echolot/Makefile head/net-mgmt/ehnt/Makefile head/net-mgmt/etherape/Makefile head/net-mgmt/ettercap/Makefile head/net-mgmt/ezradius/Makefile head/net-mgmt/fetchconfig/Makefile head/net-mgmt/flow-extract/Makefile head/net-mgmt/flow-tools-ng/Makefile head/net-mgmt/flow-tools/Makefile head/net-mgmt/flowd/Makefile head/net-mgmt/flowviewer/Makefile head/net-mgmt/fprobe/Makefile head/net-mgmt/fruity/Makefile head/net-mgmt/glpi-plugins-fusioninventory-server/Makefile head/net-mgmt/glpi-plugins-tracker-agent/Makefile head/net-mgmt/glpi-plugins-tracker-server/Makefile head/net-mgmt/gps/Makefile head/net-mgmt/grepcidr/Makefile head/net-mgmt/grepip/Makefile head/net-mgmt/gsnmp/Makefile head/net-mgmt/hastmon/Makefile head/net-mgmt/hawk/Makefile head/net-mgmt/horde3-nic/Makefile head/net-mgmt/icinga/Makefile head/net-mgmt/icmpmonitor/Makefile head/net-mgmt/icmpquery/Makefile head/net-mgmt/ifgraph/Makefile head/net-mgmt/iftop/Makefile head/net-mgmt/iog/Makefile head/net-mgmt/ipacco/Makefile head/net-mgmt/ipacctd/Makefile head/net-mgmt/ipaudit/Makefile head/net-mgmt/ipcad/Makefile head/net-mgmt/ipcalc/Makefile head/net-mgmt/ipfm/Makefile head/net-mgmt/ipplan/Makefile head/net-mgmt/ipv6calc/Makefile head/net-mgmt/ipv6gen/Makefile head/net-mgmt/ipv6mon/Makefile head/net-mgmt/irrtoolset/Makefile head/net-mgmt/isic/Makefile head/net-mgmt/jnettop/Makefile head/net-mgmt/kismet/Makefile head/net-mgmt/lanmap/Makefile head/net-mgmt/libsmi/Makefile head/net-mgmt/macroscope/Makefile head/net-mgmt/mbrowse/Makefile head/net-mgmt/mk-livestatus/Makefile head/net-mgmt/mrtg-ping-probe/Makefile head/net-mgmt/mrtg/Makefile head/net-mgmt/mtrace/Makefile head/net-mgmt/nagcon/Makefile head/net-mgmt/nagios-certexp-plugin/Makefile head/net-mgmt/nagios-check_bacula/Makefile head/net-mgmt/nagios-check_clamav/Makefile head/net-mgmt/nagios-check_cpu_usage/Makefile head/net-mgmt/nagios-check_email_delivery/Makefile head/net-mgmt/nagios-check_hdd_health/Makefile head/net-mgmt/nagios-check_hp_bladechassis/Makefile head/net-mgmt/nagios-check_kumofs/Makefile head/net-mgmt/nagios-check_memcached_paranoid/Makefile head/net-mgmt/nagios-check_mysql_slave/Makefile head/net-mgmt/nagios-check_netsnmp/Makefile head/net-mgmt/nagios-check_ports/Makefile head/net-mgmt/nagios-check_puppet/Makefile head/net-mgmt/nagios-check_smartmon/Makefile head/net-mgmt/nagios-check_tftp/Makefile head/net-mgmt/nagios-devel/Makefile head/net-mgmt/nagios-geom/Makefile head/net-mgmt/nagios-openldap-plugins/Makefile head/net-mgmt/nagios-pf-plugin/Makefile head/net-mgmt/nagios-plugins/Makefile head/net-mgmt/nagios-portaudit/Makefile head/net-mgmt/nagios-silfreed-plugins/Makefile head/net-mgmt/nagios-snmp-plugins-extras/Makefile head/net-mgmt/nagios-snmp-plugins/Makefile head/net-mgmt/nagios-spamd-plugin/Makefile head/net-mgmt/nagios/Makefile head/net-mgmt/nagiosagent/Makefile head/net-mgmt/nagiosgraph/Makefile head/net-mgmt/nagiosql/Makefile head/net-mgmt/nagiostat/Makefile head/net-mgmt/nagircbot/Makefile head/net-mgmt/nagstamon/Makefile head/net-mgmt/nagtail/Makefile head/net-mgmt/nagvis/Makefile head/net-mgmt/nat/Makefile head/net-mgmt/nbtscan/Makefile head/net-mgmt/ndoutils/Makefile head/net-mgmt/ndpmon/Makefile head/net-mgmt/nedi/Makefile head/net-mgmt/nefu/Makefile head/net-mgmt/net-snmp/Makefile head/net-mgmt/netams-front/Makefile head/net-mgmt/netams/Makefile head/net-mgmt/netdisco-mibs/Makefile head/net-mgmt/netdisco/Makefile head/net-mgmt/netdot/Makefile head/net-mgmt/netleak/Makefile head/net-mgmt/netmagis-common/Makefile head/net-mgmt/netmagis-database/Makefile head/net-mgmt/netmagis-detecteq/Makefile head/net-mgmt/netmagis-metro/Makefile head/net-mgmt/netmagis-servers/Makefile head/net-mgmt/netmagis-topo/Makefile head/net-mgmt/netmagis-utils/Makefile head/net-mgmt/netmagis-www/Makefile head/net-mgmt/netmask/Makefile head/net-mgmt/netmond/Makefile head/net-mgmt/netspoc/Makefile head/net-mgmt/netustad/Makefile head/net-mgmt/netwag/Makefile head/net-mgmt/netwox/Makefile head/net-mgmt/netxms/Makefile head/net-mgmt/nfdump/Makefile head/net-mgmt/nfsen/Makefile head/net-mgmt/ng_ipacct/Makefile head/net-mgmt/nitpicker/Makefile head/net-mgmt/nocol/Makefile head/net-mgmt/nrpe2/Makefile head/net-mgmt/nsca-client/Makefile head/net-mgmt/nsca/Makefile head/net-mgmt/nsca27-client/Makefile head/net-mgmt/nsca27/Makefile head/net-mgmt/nstreams/Makefile head/net-mgmt/observium/Makefile head/net-mgmt/ocsinventory-agent/Makefile head/net-mgmt/ocsinventory-ng/Makefile head/net-mgmt/omping/Makefile head/net-mgmt/openlldp/Makefile head/net-mgmt/openvmps/Makefile head/net-mgmt/ourmon/Makefile head/net-mgmt/p0f/Makefile head/net-mgmt/p0f2/Makefile head/net-mgmt/p5-AnyEvent-SNMP/Makefile head/net-mgmt/p5-BigIP-iControl/Makefile head/net-mgmt/p5-Cflow/Makefile head/net-mgmt/p5-Cisco-Reconfig/Makefile head/net-mgmt/p5-Data-Validate-IP/Makefile head/net-mgmt/p5-FusionInventory-Agent-Task-NetDiscovery/Makefile head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile head/net-mgmt/p5-FusionInventory-Agent/Makefile head/net-mgmt/p5-GRNOC-Config/Makefile head/net-mgmt/p5-GRNOC-TL1/Makefile head/net-mgmt/p5-MRTG-Parse/Makefile head/net-mgmt/p5-Mon/Makefile head/net-mgmt/p5-NSNMP/Makefile head/net-mgmt/p5-Nagios-Object/Makefile head/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile head/net-mgmt/p5-Nagios-Plugin/Makefile head/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile head/net-mgmt/p5-Net-ACL/Makefile head/net-mgmt/p5-Net-Abuse-Utils/Makefile head/net-mgmt/p5-Net-CIDR/Makefile head/net-mgmt/p5-Net-ILO/Makefile head/net-mgmt/p5-Net-IP-Match-Regexp/Makefile head/net-mgmt/p5-Net-IP-Match-XS/Makefile head/net-mgmt/p5-Net-IP-Resolver/Makefile head/net-mgmt/p5-Net-IP/Makefile head/net-mgmt/p5-Net-IPAddress/Makefile head/net-mgmt/p5-Net-IPv4Addr/Makefile head/net-mgmt/p5-Net-IPv6Addr/Makefile head/net-mgmt/p5-Net-NSCA-Client/Makefile head/net-mgmt/p5-Net-Netmask/Makefile head/net-mgmt/p5-Net-SNMP-Util/Makefile head/net-mgmt/p5-Net-SNMP/Makefile head/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile head/net-mgmt/p5-NetAddr-IP-Lite/Makefile head/net-mgmt/p5-NetAddr-IP/Makefile head/net-mgmt/p5-NetApp/Makefile head/net-mgmt/p5-POE-Component-SNMP/Makefile head/net-mgmt/p5-SNMP-Info/Makefile head/net-mgmt/p5-SNMP-MIB-Compiler/Makefile head/net-mgmt/p5-SNMP-Simple/Makefile head/net-mgmt/p5-SNMP-Trapinfo/Makefile head/net-mgmt/p5-SNMP-Util/Makefile head/net-mgmt/p5-SNMP_Session/Makefile head/net-mgmt/p5-Telnet-Cisco/Makefile head/net-mgmt/p5-Tie-NetAddr-IP/Makefile head/net-mgmt/p5-Xymon-Client/Makefile head/net-mgmt/p5-Xymon-Server/Makefile head/net-mgmt/p5-Xymon/Makefile head/net-mgmt/p5-Zenoss/Makefile head/net-mgmt/p5-jmx4perl/Makefile head/net-mgmt/packit/Makefile head/net-mgmt/pads/Makefile head/net-mgmt/pancho/Makefile head/net-mgmt/pandorafms_agent/Makefile head/net-mgmt/pandorafms_console/Makefile head/net-mgmt/pandorafms_server/Makefile head/net-mgmt/percona-monitoring-plugins/Makefile head/net-mgmt/pftabled/Makefile head/net-mgmt/php5-snmp/Makefile head/net-mgmt/php52-snmp/Makefile head/net-mgmt/php53-snmp/Makefile head/net-mgmt/php55-snmp/Makefile head/net-mgmt/phpip/Makefile head/net-mgmt/phpipam/Makefile head/net-mgmt/phpweathermap/Makefile head/net-mgmt/pixilate/Makefile head/net-mgmt/pmacct/Makefile head/net-mgmt/pnp/Makefile head/net-mgmt/portmon/Makefile head/net-mgmt/py-flowtools/Makefile head/net-mgmt/py-ipcalc/Makefile head/net-mgmt/py-ipy/Makefile head/net-mgmt/py-pyang/Makefile head/net-mgmt/py-snmp4-apps/Makefile head/net-mgmt/py-snmp4-mibs/Makefile head/net-mgmt/py-snmp4/Makefile head/net-mgmt/py-yapsnmp/Makefile head/net-mgmt/qkismet/Makefile head/net-mgmt/rackmonkey/Makefile head/net-mgmt/ramond/Makefile head/net-mgmt/rancid-devel/Makefile head/net-mgmt/rancid/Makefile head/net-mgmt/rate/Makefile head/net-mgmt/rcpd/Makefile head/net-mgmt/remarp/Makefile head/net-mgmt/rotorouter/Makefile head/net-mgmt/routers2-extensions/Makefile head/net-mgmt/routers2-extras/Makefile head/net-mgmt/routers2/Makefile head/net-mgmt/rrdbot/Makefile head/net-mgmt/rubygem-blimpy/Makefile head/net-mgmt/rubygem-snmp/Makefile head/net-mgmt/rubygem-visage-app/Makefile head/net-mgmt/satellite/Makefile head/net-mgmt/sblim-wbemcli/Makefile head/net-mgmt/scdp/Makefile head/net-mgmt/scli/Makefile head/net-mgmt/sdig/Makefile head/net-mgmt/send/Makefile head/net-mgmt/sendip/Makefile head/net-mgmt/sing/Makefile head/net-mgmt/sipcalc/Makefile head/net-mgmt/sjitter/Makefile head/net-mgmt/slate/Makefile head/net-mgmt/smokeping/Makefile head/net-mgmt/snmp++/Makefile head/net-mgmt/snmp4nagios/Makefile head/net-mgmt/snmptt/Makefile head/net-mgmt/softflowd/Makefile head/net-mgmt/spectools/Makefile head/net-mgmt/ssgless/Makefile head/net-mgmt/subcalc/Makefile head/net-mgmt/sysmon/Makefile head/net-mgmt/tcpreplay/Makefile head/net-mgmt/tcptrack/Makefile head/net-mgmt/torrus/Makefile head/net-mgmt/vidalia/Makefile head/net-mgmt/virt-viewer/Makefile head/net-mgmt/virtinst/Makefile head/net-mgmt/wdiag/Makefile head/net-mgmt/weathermap/Makefile head/net-mgmt/weplab/Makefile head/net-mgmt/whatmask/Makefile head/net-mgmt/wide-dhcp/Makefile head/net-mgmt/wifimgr/Makefile head/net-mgmt/wmi-client/Makefile head/net-mgmt/xymon-client/Makefile head/net-mgmt/xymon-server/Makefile head/net-mgmt/yabm/Makefile head/net-mgmt/yaf/Makefile head/net-mgmt/zabbix2-agent/Makefile head/net-mgmt/zabbix2-frontend/Makefile head/net-mgmt/zabbix2-proxy/Makefile head/net-mgmt/zabbix2-server/Makefile head/net-mgmt/zenoss/Makefile head/net-mgmt/zenpack-apachemonitor/Makefile head/net-mgmt/zenpack-checkping/Makefile head/net-mgmt/zenpack-dellmon/Makefile head/net-mgmt/zenpack-dellmonitor/Makefile head/net-mgmt/zenpack-deviceadvdetail/Makefile head/net-mgmt/zenpack-devicesearch/Makefile head/net-mgmt/zenpack-graphportlet/Makefile head/net-mgmt/zenpack-interfacegraphs/Makefile head/net-mgmt/zenpack-libvirt/Makefile head/net-mgmt/zenpack-macreport/Makefile head/net-mgmt/zenpack-ntpmonitor/Makefile Modified: head/net-mgmt/2ping/Makefile ============================================================================== --- head/net-mgmt/2ping/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/2ping/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -20,4 +20,5 @@ USES= perl5 MAN8= 2ping.8 2ping6.8 +NO_STAGE= yes .include Modified: head/net-mgmt/TkTopNetFlows/Makefile ============================================================================== --- head/net-mgmt/TkTopNetFlows/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/TkTopNetFlows/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -23,6 +23,7 @@ PORTDOCS= * PLIST_SUB= PORTVERSION=${PORTVERSION} +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/TkTopNetFlows.tcl ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/TkTopNetFlowsHist.tcl ${PREFIX}/bin Modified: head/net-mgmt/aggregate/Makefile ============================================================================== --- head/net-mgmt/aggregate/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/aggregate/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: aggregate -# Date created: 16 Feb 2001 -# Whom: jabley -# +# Created by: jabley # $FreeBSD$ -# PORTNAME= aggregate PORTVERSION= 1.6 @@ -20,4 +16,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/aggregate bin/aggregate-ios MAN1= aggregate.1 aggregate-ios.1 +NO_STAGE= yes .include Modified: head/net-mgmt/aircrack-ng/Makefile ============================================================================== --- head/net-mgmt/aircrack-ng/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/aircrack-ng/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Aircrack-ng -# Date created: 2006-05-25 -# Whom: Lars Engels -# +# Created by: Lars Engels # $FreeBSD$ -# PORTNAME= aircrack-ng DISTVERSION= 1.1 @@ -35,6 +31,7 @@ PLIST_FILES= bin/aircrack-ng bin/airdeca OPTIONS_DEFINE= SQLITE SQLITE_DESC= Use SQLite for storing pre-computed key tables +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSQLITE} Modified: head/net-mgmt/airport/Makefile ============================================================================== --- head/net-mgmt/airport/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/airport/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -35,6 +35,7 @@ SUB_FILES= airport.sh DATADIR= ${JAVASHAREDIR}/${PORTNAME} +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*jar ${DATADIR} Modified: head/net-mgmt/angst/Makefile ============================================================================== --- head/net-mgmt/angst/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/angst/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: angst -# Date created: Dec 4, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= angst PORTVERSION= 0.4b @@ -24,6 +19,7 @@ PLIST_FILES= sbin/angst LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -Ee \ 's,^(CC|CFLAGS).*,#&,; \ Modified: head/net-mgmt/ap-utils/Makefile ============================================================================== --- head/net-mgmt/ap-utils/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/ap-utils/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -18,6 +18,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lintl -L${LOCALBASE}/lib MAN8= ap-trapd.8 ap-mrtg.8 ap-config.8 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/net-mgmt/argus-monitor/Makefile ============================================================================== --- head/net-mgmt/argus-monitor/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/argus-monitor/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -32,6 +32,7 @@ OPTIONS_DEFAULT=GD QPAGE_DESC= qpage support FPING_DESC= fping support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MQPAGE} Modified: head/net-mgmt/argus3-clients/Makefile ============================================================================== --- head/net-mgmt/argus3-clients/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/argus3-clients/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -20,6 +20,7 @@ OPTIONS_DEFAULT=MANPAGES MYSQL SASL USES= bison ncurses perl5 USE_CSTD= gnu89 +NO_STAGE= yes .include GNU_CONFIGURE= true Modified: head/net-mgmt/argus3/Makefile ============================================================================== --- head/net-mgmt/argus3/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/argus3/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -19,6 +19,7 @@ OPTIONS_DEFAULT=SASL MANPAGES USE_RC_SUBR= argus +NO_STAGE= yes .include USES= bison perl5 Modified: head/net-mgmt/arpalert/Makefile ============================================================================== --- head/net-mgmt/arpalert/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/arpalert/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: arpalert -# Date created: 11 May 2006 -# Whom: Yen-Ming Lee -# +# Created by: Yen-Ming Lee # $FreeBSD$ -# PORTNAME= arpalert PORTVERSION= 2.0.12 @@ -19,4 +15,5 @@ ALL_TARGET= ${PORTNAME} MAN8= arpalert.8 +NO_STAGE= yes .include Modified: head/net-mgmt/arpscan/Makefile ============================================================================== --- head/net-mgmt/arpscan/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/arpscan/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -19,4 +19,5 @@ CONFIGURE_ARGS=--with-libdnet=${LOCALBAS PLIST_FILES= bin/arpscan +NO_STAGE= yes .include Modified: head/net-mgmt/arpwatch/Makefile ============================================================================== --- head/net-mgmt/arpwatch/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/arpwatch/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: arpwatch -# Date created: March 24 1997 -# Whom: Brian Somers -# +# Created by: Brian Somers # $FreeBSD$ -# PORTNAME= arpwatch PORTVERSION= 2.1.a15 @@ -31,6 +27,7 @@ USE_RC_SUBR= arpwatch MAKE_ARGS= ARPDIR=${ARPDIR} .endif +NO_STAGE= yes post-install: if [ ! -d ${PREFIX}/arpwatch ]; then \ ${MKDIR} ${PREFIX}/arpwatch; \ Modified: head/net-mgmt/arts++/Makefile ============================================================================== --- head/net-mgmt/arts++/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/arts++/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -20,6 +20,7 @@ MANL= artsportagg.l artsports.l artspro artsasagg.l artsportms.l artsportmagg.l artsintfms.l \ artsintfmagg.l artsnexthops.l artsnexthopagg.l artstos.l +NO_STAGE= yes .include post-patch: Modified: head/net-mgmt/aspathtree/Makefile ============================================================================== --- head/net-mgmt/aspathtree/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/aspathtree/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -27,6 +27,7 @@ LIB_FILES= bgp-tree-changes.pl bgp-tree. DATA_FILES= 6bone.db force.as.name rirs.db DOC_FILES= DISCLAIMER readme.txt changes.txt +NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e 's#%%PATHPERLBIN%%#${PERL5}#; \ s#%%PREFIX%%#${PREFIX}#' ${WRKSRC}/update-rtree \ Modified: head/net-mgmt/bgpq/Makefile ============================================================================== --- head/net-mgmt/bgpq/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/bgpq/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,7 +1,4 @@ -# New ports collection makefile for: bgpq -# Date created: 21 Jan 2002 -# Whom: Alexandre Snarskii -# +# Created by: Alexandre Snarskii # $FreeBSD$ PORTNAME= bgpq @@ -18,6 +15,7 @@ PLIST_FILES= bin/bgpq GNU_CONFIGURE= yes +NO_STAGE= yes post-install: ${STRIP_CMD} ${PREFIX}/bin/bgpq Modified: head/net-mgmt/bgpq3/Makefile ============================================================================== --- head/net-mgmt/bgpq3/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/bgpq3/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -16,4 +16,5 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${PREFIX} +NO_STAGE= yes .include Modified: head/net-mgmt/bigsister/Makefile ============================================================================== --- head/net-mgmt/bigsister/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/bigsister/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# ports collection makefile for: bigsister -# Date created: 25 March 2004 -# Whom: Bruce M Simpson -# +# Created by: Bruce M Simpson # $FreeBSD$ -# PORTNAME= bigsister PORTVERSION= 1.02 @@ -41,6 +37,7 @@ CONFIGURE_ARGS= \ --with-url=${BS_URL} \ --with-user=${BS_USER} +NO_STAGE= yes pre-install: @${SETENV} PKG_PREFIX=${PREFIX}/${PORTNAME} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL Modified: head/net-mgmt/bpft/Makefile ============================================================================== --- head/net-mgmt/bpft/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/bpft/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -25,6 +25,7 @@ MANCOMPRESSED= yes MAN1= traflog.1 trafstat.1 MAN8= trafstatd.8 trafd.8 +NO_STAGE= yes .include post-patch: Modified: head/net-mgmt/braa/Makefile ============================================================================== --- head/net-mgmt/braa/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/braa/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: braa -# Date created: 31.05.2003 -# Whom: Kirill Ponomarew -# +# Created by: Kirill Ponomarew # $FreeBSD$ -# PORTNAME= braa PORTVERSION= 0.82 @@ -21,6 +17,7 @@ LDFLAGS+= -lcompat PORTDOCS= README PLIST_FILES= bin/braa +NO_STAGE= yes post-patch: .for file in Makefile @${REINPLACE_CMD} -e \ Modified: head/net-mgmt/bsd-airtools/Makefile ============================================================================== --- head/net-mgmt/bsd-airtools/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/bsd-airtools/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsd-airtools -# Date created: 2002/07/06 -# Whom: Sean Chittenden -# +# Created by: Sean Chittenden # $FreeBSD$ -# PORTNAME= bsd-airtools PORTVERSION= 0.3 @@ -22,6 +18,7 @@ INST_AIRTOOLS= ${CONF_AIRTOOLS} ${MAKE_A WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes do-build: .for TOOL in ${CONF_AIRTOOLS} @cd ${WRKSRC}/${TOOL}; ${SH} ${CONFIGURE_SCRIPT}; ${MAKE} Modified: head/net-mgmt/bsnmp-jails/Makefile ============================================================================== --- head/net-mgmt/bsnmp-jails/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/bsnmp-jails/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -19,6 +19,7 @@ PLIST_FILES= lib/snmp_jails.so lib/snmp_ lib/snmp_jails.a lib/snmp_jails.la \ libexec/jail-measure +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|freebsd1|freebsd1.|' \ ${WRKSRC}/configure Modified: head/net-mgmt/bsnmp-regex/Makefile ============================================================================== --- head/net-mgmt/bsnmp-regex/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/bsnmp-regex/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -17,6 +17,7 @@ CPPFLAGS+= "-I${LOCALBASE}/include" OPTIONS_DEFINE= DEBUG PCRE PCRE_DESC= Use PCRE instead of the default regex library +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDEBUG} Modified: head/net-mgmt/bsnmp-ucd/Makefile ============================================================================== --- head/net-mgmt/bsnmp-ucd/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/bsnmp-ucd/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsnmp-ucd -# Date created: 15 December 2007 -# Whom: Mikolaj Golub -# +# Created by: Mikolaj Golub # $FreeBSD$ -# PORTNAME= bsnmp-ucd PORTVERSION= 0.3.6 @@ -19,6 +15,7 @@ USE_AUTOTOOLS= libtool:env MAN8= bsnmp-ucd.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '32,32 s/^.*/#include /' ${WRKSRC}/snmp_ucd.h Modified: head/net-mgmt/bsnmptools/Makefile ============================================================================== --- head/net-mgmt/bsnmptools/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/bsnmptools/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsnmptools -# Date created: 28 August 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= bsnmptools PORTVERSION= 0.0.20060818 @@ -28,6 +24,7 @@ BIN_FILES= bsnmpget bsnmpset bsnmpwalk MAN1= ${BIN_FILES:S/$/.1/} MAN3= ${PORTNAME}.3 +NO_STAGE= yes post-extract: @${CHMOD} -R u+w ${WRKSRC} @${MV} ${WRKSRC}/lib/libbsnmptools/libbsnmptools ${WRKSRC}/tlib Modified: head/net-mgmt/bwm-ng/Makefile ============================================================================== --- head/net-mgmt/bwm-ng/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/bwm-ng/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -18,4 +18,5 @@ PLIST_FILES= bin/bwm-ng CONFIGURE_ENV= LIBS="`pkg-config --libs libstatgrab`" +NO_STAGE= yes .include Modified: head/net-mgmt/cacti-spine/Makefile ============================================================================== --- head/net-mgmt/cacti-spine/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/cacti-spine/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cactid -# Date created: Feb 26 2005 -# Whom: clement@FreeBSD.org -# +# Created by: clement@FreeBSD.org # $FreeBSD$ -# PORTNAME= spine PORTVERSION= 0.8.8 @@ -24,6 +20,7 @@ USE_MYSQL= YES USE_OPENSSL= YES USE_AUTOTOOLS= libtool +NO_STAGE= yes .include .if ${OSVERSION} >= 800040 Modified: head/net-mgmt/cacti/Makefile ============================================================================== --- head/net-mgmt/cacti/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/cacti/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,6 +1,5 @@ # Created by: Vincent Tantardini # $FreeBSD$ -# PORTNAME= cacti PORTVERSION= 0.8.8b${PATCHLEVEL} @@ -43,6 +42,7 @@ PLIST_SUB+= CACTIDIR=${CACTIDIR} SUB_LIST+= CACTIDIR=${CACTIDIR} CACTIUSER=${CACTIUSER} \ CACTIGROUP=${CACTIGROUP} +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name \*.orig -delete; \ ${MV} ${WRKSRC}/include/config.php ${WRKSRC}/include/config.php.orig Modified: head/net-mgmt/cdpd/Makefile ============================================================================== --- head/net-mgmt/cdpd/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/cdpd/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,7 +1,4 @@ -# New ports collection makefile for: cdpd -# Date created: 26 Sep 2001 -# Whom: Alexandre Snarskii -# +# Created by: Alexandre Snarskii # $FreeBSD$ PORTNAME= cdpd @@ -20,6 +17,7 @@ PLIST_FILES= sbin/cdpd MAN8= cdpd.8 +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${PREFIX}/sbin @${INSTALL_MAN} ${WRKSRC}/cdpd.8 ${MAN8PREFIX}/man/man8 Modified: head/net-mgmt/cdpr/Makefile ============================================================================== --- head/net-mgmt/cdpr/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/cdpr/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: cdpr -# Date created: Tue Jul 08, 2002 -# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) -# +# Created by: Michael L. Hostbaek (mich@freebsdcluster.org) # $FreeBSD$ -# PORTNAME= cdpr PORTVERSION= 2.2.1 @@ -18,6 +13,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -lpcap DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} +NO_STAGE= yes do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} ${PORTNAME}.c cdprs.c conffile.c) Modified: head/net-mgmt/cflowd/Makefile ============================================================================== --- head/net-mgmt/cflowd/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/cflowd/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -27,6 +27,7 @@ MANL= cfdases.l cfdifmatrix.l cfdnets.l OPTIONS_DEFINE= FLOWSCAN FLOWSCAN_DESC= FlowScan patch +NO_STAGE= yes .include .if ${PORT_OPTIONS:MFLOWSCAN} Modified: head/net-mgmt/check_logfiles/Makefile ============================================================================== --- head/net-mgmt/check_logfiles/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/check_logfiles/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -13,4 +13,5 @@ USE_GMAKE= yes CONFIGURE_ARGS+= --with-trusted-path=/bin:/sbin:/usr/bin:/usr/sbin:${LOCALBASE}/bin:${LOCALBASE}/sbin \ --libexecdir=${PREFIX}/libexec/nagios \ +NO_STAGE= yes .include Modified: head/net-mgmt/check_multi/Makefile ============================================================================== --- head/net-mgmt/check_multi/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/check_multi/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -23,6 +23,7 @@ PLUGIN_DIR= libexec/nagios SHEBANG_FILES= check_multi +NO_STAGE= yes do-install: -${MKDIR} ${PREFIX}/${PLUGIN_DIR} ${INSTALL_SCRIPT} ${WRKSRC}/check_multi ${PREFIX}/${PLUGIN_DIR}/ Modified: head/net-mgmt/check_mysql_health/Makefile ============================================================================== --- head/net-mgmt/check_mysql_health/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/check_mysql_health/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,4 @@ -# New ports collection makefile for: check_mysql_health -# Date created: November 8, 2010 -# Whom: pgollucci@p6m7g8.com -# # $FreeBSD$ -# PORTNAME= check_mysql_health PORTVERSION= 2.1.5.1 @@ -35,4 +30,5 @@ NAGIOSDIR?= /var/spool/nagios PLIST_FILES= libexec/nagios/check_mysql_health PLIST_DIRS= libexec/nagios +NO_STAGE= yes .include Modified: head/net-mgmt/check_snmp_pkgvuln/Makefile ============================================================================== --- head/net-mgmt/check_snmp_pkgvuln/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/check_snmp_pkgvuln/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: check_snmp_pkgvuln -# Date created: 2 November 2005 -# Whom: Jarrod Sayers -# +# Created by: Jarrod Sayers # $FreeBSD$ -# PORTNAME= check_snmp_pkgvuln PORTVERSION= 0.01 @@ -25,6 +21,7 @@ NO_WRKSUBDIR= yes PLIST_SUB= NAGIOS_PLUGIN_DIR=${NAGIOS_PLUGIN_DIR} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/usr/local/|${PREFIX}/|' ${WRKSRC}/${PORTNAME} Modified: head/net-mgmt/chillispot/Makefile ============================================================================== --- head/net-mgmt/chillispot/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/chillispot/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -28,6 +28,7 @@ OPTIONS_SINGLE_RADIUS= FREERADIUS OPENRA FREERADIUS_DESC=depend on FreeRADIUS OPENRADIUS_DESC=depend on OpenRADIUS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MAPACHE} Modified: head/net-mgmt/choparp/Makefile ============================================================================== --- head/net-mgmt/choparp/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/choparp/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: choparp -# Date created: 7 October 1997 -# Whom: itojun@itojun.org -# +# Created by: itojun@itojun.org # $FreeBSD$ -# PORTNAME= choparp PORTVERSION= 20021107 @@ -20,4 +16,5 @@ MANCOMPRESSED= yes MAN8= choparp.8 PLIST_FILES= sbin/choparp +NO_STAGE= yes .include Modified: head/net-mgmt/cidr/Makefile ============================================================================== --- head/net-mgmt/cidr/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/cidr/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -15,6 +15,7 @@ LICENSE= GPLv2 MAN1= cidr.1 PLIST_FILES= bin/cidr +NO_STAGE= yes do-build: ${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME} Modified: head/net-mgmt/circe/Makefile ============================================================================== --- head/net-mgmt/circe/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/circe/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -32,6 +32,7 @@ WRKSRC= ${WRKDIR} OPTIONS_DEFINE= ENCRYPT ENCRYPT_DESC= Encrypt destination URL in redirection +NO_STAGE= yes .include .if ${PORT_OPTIONS:MENCRYPT} Modified: head/net-mgmt/cisco_conf/Makefile ============================================================================== --- head/net-mgmt/cisco_conf/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/cisco_conf/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cisco_conf -# Date created: 27 March 2001 -# Whom: Anton Voronin -# +# Created by: Anton Voronin # $FreeBSD$ -# PORTNAME= cisco_conf PORTVERSION= 1.2 @@ -24,4 +20,5 @@ DOCSDIR= ${PREFIX}/share/doc/ciscoconf NO_BUILD= YES +NO_STAGE= yes .include Modified: head/net-mgmt/ciscoconf/Makefile ============================================================================== --- head/net-mgmt/ciscoconf/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/ciscoconf/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ciscoconf -# Date created: 11 September 1998 -# Whom: jabley@clear.co.nz -# +# Created by: jabley@clear.co.nz # $FreeBSD$ -# PORTNAME= ciscoconf PORTVERSION= 1.1 @@ -19,6 +15,7 @@ BUILD_DEPENDS= makedepend:${PORTSDIR}/de ALL_TARGET= depend all MAN8= ciscoconfd.8 ciscoconfr.8 +NO_STAGE= yes post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old Modified: head/net-mgmt/clog/Makefile ============================================================================== --- head/net-mgmt/clog/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/clog/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: clog -# Date created: Tue Nov 04, 1997 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= clog PORTVERSION= 1.6 @@ -19,6 +14,7 @@ WRKSRC= ${WRKDIR}/clog ALL_TARGET= freebsd MAN8= clog.8 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/clog ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/clog.8 ${PREFIX}/man/man8 Modified: head/net-mgmt/cnagios/Makefile ============================================================================== --- head/net-mgmt/cnagios/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/cnagios/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -26,6 +26,7 @@ ALL_TARGET= cnagios MAN1= cnagios.1 +NO_STAGE= yes post-install: @if [ ! -f ${ETCDIR}/cnagiosrc ]; then \ ${CP} -p ${ETCDIR}/cnagiosrc.sample ${ETCDIR}/cnagiosrc ; \ Modified: head/net-mgmt/collectd/Makefile ============================================================================== --- head/net-mgmt/collectd/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/collectd/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -67,6 +67,7 @@ CONFLICTS= collectd-5.[0-9]* CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include # NOTE: Feel free to submit patches adding support for any of these Modified: head/net-mgmt/collectd5/Makefile ============================================================================== --- head/net-mgmt/collectd5/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/collectd5/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -63,6 +63,7 @@ CONFLICTS= collectd-4.[0-9]* CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include # NOTE: Plugins without dependencies are defined further down. Modified: head/net-mgmt/confregdecode/Makefile ============================================================================== --- head/net-mgmt/confregdecode/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/confregdecode/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: The cisco Systems IOS(tm) config register decoder -# Date created: 24 May 2001 -# Whom: Joe Clarke -# +# Created by: Joe Clarke # $FreeBSD$ -# PORTNAME= confregdecode PORTVERSION= 1.2.1 @@ -21,6 +17,7 @@ MAKE_ENV= JAVAC="${JAVAC}" JAR="${JAR}" DATADIR= ${JAVASHAREDIR}/${PORTNAME} SUB_FILES= confregdecode +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/confregdecode.jar ${DATADIR} Modified: head/net-mgmt/coovachilli/Makefile ============================================================================== --- head/net-mgmt/coovachilli/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/coovachilli/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: CoovaChilli -# Date created: 24 December 2006 -# Whom: Sevan Janiyan -# +# Created by: Sevan Janiyan # $FreeBSD$ -# PORTNAME= coovachilli PORTVERSION= 1.0.12 @@ -30,6 +26,7 @@ USE_PERL5= build USE_LDCONFIG= yes USE_RC_SUBR= coovachilli +NO_STAGE= yes post-install: .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} Modified: head/net-mgmt/cowpatty/Makefile ============================================================================== --- head/net-mgmt/cowpatty/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/cowpatty/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -19,6 +19,7 @@ USE_OPENSSL= yes PLIST_FILES= bin/cowpatty bin/genpmk +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}" Modified: head/net-mgmt/cricket/Makefile ============================================================================== --- head/net-mgmt/cricket/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/cricket/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -25,6 +25,7 @@ SUB_FILES= pkg-message USERS= cricket GROUPS= www +NO_STAGE= yes .include post-patch: Modified: head/net-mgmt/darkstat/Makefile ============================================================================== --- head/net-mgmt/darkstat/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/darkstat/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -20,6 +20,7 @@ PLIST_FILES= sbin/darkstat OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/net-mgmt/devmon-templates/Makefile ============================================================================== --- head/net-mgmt/devmon-templates/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/devmon-templates/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -13,6 +13,7 @@ RUN_DEPENDS= devmon>0:${PORTSDIR}/net-mg NO_BUILD= yes +NO_STAGE= yes do-install: ${INSTALL} -d ${PREFIX}/devmon/templates/ (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${PREFIX}/devmon/templates/) Modified: head/net-mgmt/devmon/Makefile ============================================================================== --- head/net-mgmt/devmon/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/devmon/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -28,6 +28,7 @@ OPTIONS_DEFINE= MYSQL REINPLACE_ARGS= -i '' +NO_STAGE= yes .include .if ${PORT_OPTIONS:MMYSQL} Modified: head/net-mgmt/dhcdrop/Makefile ============================================================================== --- head/net-mgmt/dhcdrop/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/dhcdrop/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -23,6 +23,7 @@ PLIST_DIRSTRY= man/ru/man8 man/ru OPTIONS_DEFINE= STATIC STATIC_DESC= Build a static version of dhcdrop +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSTATIC} Modified: head/net-mgmt/disco/Makefile ============================================================================== --- head/net-mgmt/disco/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/disco/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: disco -# Date created: 08.06.2003 -# Whom: Kirill Ponomarew -# +# Created by: Kirill Ponomarew # $FreeBSD$ -# PORTNAME= disco PORTVERSION= 1.2 @@ -23,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= README PLIST_FILES= bin/disco bin/disco.fp +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} Modified: head/net-mgmt/docsis/Makefile ============================================================================== --- head/net-mgmt/docsis/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/docsis/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -19,6 +19,7 @@ USES= bison PLIST_SUB= MIBS=share/snmp/mibs +NO_STAGE= yes .include .if ${ARCH} == "amd64" Modified: head/net-mgmt/driftnet/Makefile ============================================================================== --- head/net-mgmt/driftnet/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/driftnet/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: driftnet -# Date created: 28 February 2002 -# Whom: Simon 'corecode' Schubert -# +# Created by: Simon 'corecode' Schubert # $FreeBSD$ -# PORTNAME= driftnet PORTVERSION= 0.1.6 @@ -28,6 +24,7 @@ MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" MAN1= driftnet.1 PLIST_FILES= bin/driftnet +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/driftnet ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/driftnet.1 ${MAN1PREFIX}/man/man1/ Modified: head/net-mgmt/echolot/Makefile ============================================================================== --- head/net-mgmt/echolot/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/echolot/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -21,6 +21,7 @@ MAN1= echolot.1 PORTDOCS= * PLIST_FILES= bin/echolot +NO_STAGE= yes .include post-install: Modified: head/net-mgmt/ehnt/Makefile ============================================================================== --- head/net-mgmt/ehnt/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/ehnt/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ehnt -# Date created: 2 August 2001 -# Whom: marck@rinet.ru -# +# Created by: marck@rinet.ru # $FreeBSD$ -# PORTNAME= ehnt PORTVERSION= 0.3 @@ -23,6 +19,7 @@ PORTDOCS= README MAN1= ehnt.1 MAN8= ehntserv.8 +NO_STAGE= yes post-extract: ${TOUCH} ${WRKSRC}/asnc.txt Modified: head/net-mgmt/etherape/Makefile ============================================================================== --- head/net-mgmt/etherape/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/etherape/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -19,6 +19,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= etherape.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/net-mgmt/ettercap/Makefile ============================================================================== --- head/net-mgmt/ettercap/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/ettercap/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -40,6 +40,7 @@ MAN8= ettercap.8 ettercap_curses.8 ette LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGTK2} Modified: head/net-mgmt/ezradius/Makefile ============================================================================== --- head/net-mgmt/ezradius/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/ezradius/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -19,6 +19,7 @@ USE_MYSQL= yes USE_PHP= mysql session xml WANT_PHP_WEB= yes +NO_STAGE= yes do-install: @${MKDIR} ${WWWDIR} @cd ${WRKSRC} && \ Modified: head/net-mgmt/fetchconfig/Makefile ============================================================================== --- head/net-mgmt/fetchconfig/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/fetchconfig/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fetchconfig -# Date created: 21 December 2008 -# Whom: salexanov@gmail.com -# +# Created by: salexanov@gmail.com # $FreeBSD$ -# PORTNAME= fetchconfig PORTVERSION= 0.22 @@ -30,6 +26,7 @@ MODULES= model/Abstract.pm model/CiscoCA model/CiscoPIX.pm model/JunOS.pm model/TellabsMSR.pm PORTDOCS= CHANGES README device_table.example +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '1s|.*|#!${PERL} -w|' ${WRKSRC}/${PORTNAME}.pl Modified: head/net-mgmt/flow-extract/Makefile ============================================================================== --- head/net-mgmt/flow-extract/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/flow-extract/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flow-extract -# Date created: 2003 Mar 14 -# Whom: Marcin Cieslak -# +# Created by: Marcin Cieslak # $FreeBSD$ -# PORTNAME= flow-extract PORTVERSION= 2.61 @@ -29,6 +25,7 @@ PLIST_FILES= bin/flow-extract CFLAGS+= -I${LOCALBASE}/include LDFLAGS= ${LOCALBASE}/lib/libft.a -lz +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/flow-extract ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/flow-extract.1 ${MANPREFIX}/man/man1 Modified: head/net-mgmt/flow-tools-ng/Makefile ============================================================================== --- head/net-mgmt/flow-tools-ng/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/flow-tools-ng/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flow-tools -# Date created: 2000 Jul 25 -# Whom: @BABOLO <.@babolo.ru> -# +# Created by: @BABOLO <.@babolo.ru> # $FreeBSD$ -# PORTNAME= flow-tools PORTVERSION= 0.68.5.1 @@ -69,6 +65,7 @@ CONFIGURE_ARGS+=--with-openssl="${OPENSS CONFIGURE_ARGS+=--without-openssl .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD}\ -e 's|@sysconfdir@/sym/|${PREFIX}/share/flow-tools/|' \ Modified: head/net-mgmt/flow-tools/Makefile ============================================================================== --- head/net-mgmt/flow-tools/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/flow-tools/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -46,6 +46,7 @@ FLOW_CAPTURE_UID= 174 FLOW_CAPTURE_GID= 174 FLOW_CAPTURE_PIDDIR= ${VARDIR}/run/flow-capture +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPGSQL} Modified: head/net-mgmt/flowd/Makefile ============================================================================== --- head/net-mgmt/flowd/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/flowd/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -28,6 +28,7 @@ FLOWD_USER= _flowd USERS= ${FLOWD_USER} GROUPS= ${FLOWD_USER} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPERL} Modified: head/net-mgmt/flowviewer/Makefile ============================================================================== --- head/net-mgmt/flowviewer/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/flowviewer/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,7 +1,4 @@ -# New ports collection makefile for: flowviewer -# Date created: Oct 15, 2006 -# Whom: Alex Samorukov, samm@os2.kiev.ua -# +# Created by: Alex Samorukov, samm@os2.kiev.ua # $FreeBSD$ PORTNAME= flowviewer @@ -34,6 +31,7 @@ NO_BUILD= yes PORTDOCS= README +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e "s|%%PREFIX%%|${PREFIX}|" \ Modified: head/net-mgmt/fprobe/Makefile ============================================================================== --- head/net-mgmt/fprobe/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/fprobe/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fprobe -# Date created: 03.06.2003 -# Whom: Kirill Ponomarew -# +# Created by: Kirill Ponomarew # $FreeBSD$ -# PORTNAME= fprobe PORTVERSION= 1.1 @@ -23,6 +19,7 @@ USE_RC_SUBR= fprobe MAN8= fprobe.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure Modified: head/net-mgmt/fruity/Makefile ============================================================================== --- head/net-mgmt/fruity/Makefile Fri Sep 20 22:13:34 2013 (r327756) +++ head/net-mgmt/fruity/Makefile Fri Sep 20 22:24:43 2013 (r327757) @@ -22,6 +22,7 @@ USE_MYSQL= yes SUB_LIST+= REQ_MYSQL=mysql USE_PHP= mysql session dba pcre +NO_STAGE= yes *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 22:28:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2400C6B1; Fri, 20 Sep 2013 22:28:44 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D8D72636; Fri, 20 Sep 2013 22:28:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KMSibP045671; Fri, 20 Sep 2013 22:28:44 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KMSQ4i045532; Fri, 20 Sep 2013 22:28:26 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202228.r8KMSQ4i045532@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 22:28:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327758 - in head/net-p2p: amule amule-devel azureus2 bitcoin bitflu bittyrant bnbt btpd btqueue cdonkey createtorrent ctcs ctorrent dclib deluge ed2k edonkey-tool-hash eiskaltdcpp-cli ... 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.14 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: Fri, 20 Sep 2013 22:28:44 -0000 Author: bapt Date: Fri Sep 20 22:28:25 2013 New Revision: 327758 URL: http://svnweb.freebsd.org/changeset/ports/327758 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: net-p2p) Modified: head/net-p2p/amule-devel/Makefile head/net-p2p/amule/Makefile head/net-p2p/azureus2/Makefile head/net-p2p/bitcoin/Makefile head/net-p2p/bitflu/Makefile head/net-p2p/bittyrant/Makefile head/net-p2p/bnbt/Makefile head/net-p2p/btpd/Makefile head/net-p2p/btqueue/Makefile head/net-p2p/cdonkey/Makefile head/net-p2p/createtorrent/Makefile head/net-p2p/ctcs/Makefile head/net-p2p/ctorrent/Makefile head/net-p2p/dclib/Makefile head/net-p2p/deluge/Makefile head/net-p2p/ed2k/Makefile head/net-p2p/edonkey-tool-hash/Makefile head/net-p2p/eiskaltdcpp-cli/Makefile head/net-p2p/eiskaltdcpp-daemon/Makefile head/net-p2p/eiskaltdcpp-data/Makefile head/net-p2p/eiskaltdcpp-gtk/Makefile head/net-p2p/eiskaltdcpp-lib/Makefile head/net-p2p/eiskaltdcpp-qt/Makefile head/net-p2p/frost/Makefile head/net-p2p/gkremldk/Makefile head/net-p2p/gnewtellium/Makefile head/net-p2p/gnunet-gtk/Makefile head/net-p2p/gnunet/Makefile head/net-p2p/gtk-gnutella/Makefile head/net-p2p/gtkhx/Makefile head/net-p2p/gtorrentviewer/Makefile head/net-p2p/i2p/Makefile head/net-p2p/jigdo/Makefile head/net-p2p/ktorrent/Makefile head/net-p2p/libbt/Makefile head/net-p2p/liberator/Makefile head/net-p2p/libktorrent/Makefile head/net-p2p/libpdtp/Makefile head/net-p2p/libtorrent-devel/Makefile head/net-p2p/libtorrent-rasterbar-15-python/Makefile head/net-p2p/libtorrent-rasterbar-15/Makefile head/net-p2p/libtorrent-rasterbar-16-python/Makefile head/net-p2p/libtorrent-rasterbar-16/Makefile head/net-p2p/libtorrent/Makefile head/net-p2p/linux-jigdo/Makefile head/net-p2p/linuxdcpp/Makefile head/net-p2p/litecoin/Makefile head/net-p2p/lopster/Makefile head/net-p2p/microdc2/Makefile head/net-p2p/minder/Makefile head/net-p2p/mktorrent/Makefile head/net-p2p/mldonkey-core/Makefile head/net-p2p/mldonkey-gui/Makefile head/net-p2p/mldonkey-perlreactor/Makefile head/net-p2p/mldonkey-urlslave/Makefile head/net-p2p/mldonkey/Makefile head/net-p2p/mooseekd/Makefile head/net-p2p/museekplus/Makefile head/net-p2p/napshare/Makefile head/net-p2p/ncdc/Makefile head/net-p2p/opendchub/Makefile head/net-p2p/opennap/Makefile head/net-p2p/p5-Net-BitTorrent-File/Makefile head/net-p2p/p5-Net-BitTorrent-PeerPacket/Makefile head/net-p2p/p5-Net-BitTorrent/Makefile head/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile head/net-p2p/p5-Net-DirectConnect/Makefile head/net-p2p/p5-WWW-BitTorrent/Makefile head/net-p2p/phex/Makefile head/net-p2p/py-fngrab/Makefile head/net-p2p/py-kenosis/Makefile head/net-p2p/py-py2play/Makefile head/net-p2p/py-transmissionrpc/Makefile head/net-p2p/py-vertex/Makefile head/net-p2p/qbittorrent-nox11/Makefile head/net-p2p/qbittorrent/Makefile head/net-p2p/retroshare/Makefile head/net-p2p/rtgui/Makefile head/net-p2p/rtorrent-devel/Makefile head/net-p2p/rtorrent/Makefile head/net-p2p/shx/Makefile head/net-p2p/solidcoin/Makefile head/net-p2p/squall/Makefile head/net-p2p/teknap/Makefile head/net-p2p/torrentsniff/Makefile head/net-p2p/transmission-cli/Makefile head/net-p2p/transmission-daemon/Makefile head/net-p2p/transmission-gtk/Makefile head/net-p2p/transmission-qt4/Makefile head/net-p2p/transmission-remote-gui/Makefile head/net-p2p/transmission/Makefile head/net-p2p/tribler/Makefile head/net-p2p/uhub/Makefile head/net-p2p/unworkable/Makefile head/net-p2p/valknut/Makefile head/net-p2p/verlihub-plugins-chatroom/Makefile head/net-p2p/verlihub-plugins-floodprotect/Makefile head/net-p2p/verlihub-plugins-forbid/Makefile head/net-p2p/verlihub-plugins-iplog/Makefile head/net-p2p/verlihub-plugins-isp/Makefile head/net-p2p/verlihub-plugins-luascript/Makefile head/net-p2p/verlihub-plugins-messanger/Makefile head/net-p2p/verlihub-plugins-stats/Makefile head/net-p2p/verlihub-plugins/Makefile head/net-p2p/verlihub/Makefile head/net-p2p/vhcp/Makefile head/net-p2p/vuze/Makefile head/net-p2p/xnap/Makefile Modified: head/net-p2p/amule-devel/Makefile ============================================================================== --- head/net-p2p/amule-devel/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/amule-devel/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -63,6 +63,7 @@ PORTDOCS= ABOUT-NLS Changelog EC_Protoco FLEX?= ${LOCALBASE}/bin/flex +NO_STAGE= yes .include .if empty(PORT_OPTIONS:MDEBUG) Modified: head/net-p2p/amule/Makefile ============================================================================== --- head/net-p2p/amule/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/amule/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -61,6 +61,7 @@ PORTDOCS= ABOUT-NLS Changelog EC_Protoco FLEX?= ${LOCALBASE}/bin/flex +NO_STAGE= yes .include .if empty(PORT_OPTIONS:MDEBUG) Modified: head/net-p2p/azureus2/Makefile ============================================================================== --- head/net-p2p/azureus2/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/azureus2/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -44,6 +44,7 @@ SUB_FILES= ${PORTNAME} SUB_LIST= LIBDIR="${LOCALBASE}/lib" JARFILE="${JARFILE}" \ SWTJAR="${JAVALIBDIR}/${SWT}.jar" JAVA="${LOCALBASE}/bin/java" +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSWTDEVEL} Modified: head/net-p2p/bitcoin/Makefile ============================================================================== --- head/net-p2p/bitcoin/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/bitcoin/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -35,6 +35,7 @@ CXXFLAGS+= -I${LOCALBASE}/include -I${BD CXXFLAGS+= -L${LOCALBASE}/lib -L${BDB_LIB_DIR} CXXFLAGS+= -Wno-invalid-offsetof +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGUI} && !defined(WITHOUT_X11) Modified: head/net-p2p/bitflu/Makefile ============================================================================== --- head/net-p2p/bitflu/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/bitflu/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -29,6 +29,7 @@ PORTDOCS= ChangeLog.txt README.txt READM OPTIONS_DEFINE= IPV6 EXAMPLES DOCS OPTIONS_DEFAULT= IPV6 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIPV6} Modified: head/net-p2p/bittyrant/Makefile ============================================================================== --- head/net-p2p/bittyrant/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/bittyrant/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -44,6 +44,7 @@ SUB_LIST= JARFILE="${PORTNAME}.jar" \ LIBDIR="${LOCALBASE}/lib" \ SWTJAR="${JAVAJARDIR}/${SWT}.jar" +NO_STAGE= yes .include .if ${ARCH} == "amd64" Modified: head/net-p2p/bnbt/Makefile ============================================================================== --- head/net-p2p/bnbt/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/bnbt/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bnbt -# Date created: Jan 31 2004 -# Whom: Florent Thoumie -# +# Created by: Florent Thoumie # $FreeBSD$ -# PORTNAME= bnbt PORTVERSION= 8.5 @@ -33,6 +29,7 @@ USE_MYSQL= yes ALL_TARGET= bnbt .endif +NO_STAGE= yes .include post-patch: Modified: head/net-p2p/btpd/Makefile ============================================================================== --- head/net-p2p/btpd/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/btpd/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -24,6 +24,7 @@ MAN1= btcli.1 \ PORTDOCS= README +NO_STAGE= yes .include post-install: Modified: head/net-p2p/btqueue/Makefile ============================================================================== --- head/net-p2p/btqueue/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/btqueue/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -25,6 +25,7 @@ OPTIONS_DEFINE= PYXML OPTIONS_DEFAULT= PYXML PYXML_DESC= Add dependency on PyXML (needed for crawler only) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPYXML} Modified: head/net-p2p/cdonkey/Makefile ============================================================================== --- head/net-p2p/cdonkey/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/cdonkey/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --with-berkeley-db="${BD PLIST_FILES= bin/cDonkey +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|-ldb|-l${BDB_LIB_NAME}|' ${WRKSRC}/configure Modified: head/net-p2p/createtorrent/Makefile ============================================================================== --- head/net-p2p/createtorrent/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/createtorrent/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -16,6 +16,7 @@ USE_OPENSSL= yes PLIST_FILES= bin/createtorrent +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin Modified: head/net-p2p/ctcs/Makefile ============================================================================== --- head/net-p2p/ctcs/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/ctcs/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -16,6 +16,7 @@ PLIST_FILES= bin/ctcs share/doc/ctcs/rea PLIST_DIRS= share/doc/ctcs WRKSRC= ${WRKDIR}/ctcs-${PORTVERSION} +NO_STAGE= yes do-install: ${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m 0755 \ ${WRKSRC}/ctcs ${PREFIX}/bin/ctcs Modified: head/net-p2p/ctorrent/Makefile ============================================================================== --- head/net-p2p/ctorrent/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/ctorrent/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ctorrent -# Date created: Jan 17 2004 -# Whom: Florent Thoumie -# +# Created by: Florent Thoumie # $FreeBSD$ -# PORTNAME= ctorrent PORTVERSION= 3.3.2 @@ -22,6 +18,7 @@ PLIST_FILES= bin/ctorrent PORTDOCS= README-DNH.TXT UserGuide +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} Modified: head/net-p2p/dclib/Makefile ============================================================================== --- head/net-p2p/dclib/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/dclib/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -1,5 +1,4 @@ # Created by: Sverrir Valgeirsson and -# Amar Takhar et al # $FreeBSD$ PORTNAME= dclib @@ -22,6 +21,7 @@ USE_GNOME= libxml2 CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +NO_STAGE= yes .include .if ${OSVERSION} >= 1000015 Modified: head/net-p2p/deluge/Makefile ============================================================================== --- head/net-p2p/deluge/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/deluge/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -38,6 +38,7 @@ MAN1= deluge.1 deluge-console.1 deluge- PORTDOCS= * +NO_STAGE= yes .include # things that happen when PREFIX differs from LOCALBASE Modified: head/net-p2p/ed2k/Makefile ============================================================================== --- head/net-p2p/ed2k/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/ed2k/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -31,6 +31,7 @@ LDLIBS+= -lmd MAKE_ARGS+= CFLAGS="${CFLAGS}" MAKE_ENV+= LDLIBS="${LDLIBS}" +NO_STAGE= yes post-extract: ${CP} -p ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC}/ Modified: head/net-p2p/edonkey-tool-hash/Makefile ============================================================================== --- head/net-p2p/edonkey-tool-hash/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/edonkey-tool-hash/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -1,9 +1,5 @@ -# New ports collection makefile for: edonkey hash tool -# Date created: Wed Feb 20 18:03:49 BRT 2002 -# Whom: Mario Sergio Fujikawa Ferreira -# +# Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ -# PORTNAME= edonkey PORTVERSION= 0.4.0 @@ -23,6 +19,7 @@ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/ed2k_hash-${PORTVERSION} +NO_STAGE= yes post-patch: # respect CFLAGS @${REINPLACE_CMD} -E -e \ Modified: head/net-p2p/eiskaltdcpp-cli/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-cli/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/eiskaltdcpp-cli/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -25,6 +25,7 @@ USE_PERL5= run MAN1= ${PORTNAME}.1 MANCOMPRESSED= no +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} "${WRKSRC}/${PORTNAME}/cli.pl" "${PREFIX}/bin/eiskaltdcpp-cli" @${INSTALL_MAN} "${WRKSRC}/${PORTNAME}/eiskaltdcpp-cli.1" "${PREFIX}/man/man1/" Modified: head/net-p2p/eiskaltdcpp-daemon/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-daemon/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/eiskaltdcpp-daemon/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -46,6 +46,7 @@ CMAKE_ARGS+= -DCMAKE_SKIP_RPATH:BOOL=ON BUILD_WRKSRC= ${WRKSRC}/nasdc INSTALL_WRKSRC= ${WRKSRC}/nasdc +NO_STAGE= yes .include .if ${PORT_OPTIONS:MXMLRPC} Modified: head/net-p2p/eiskaltdcpp-data/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-data/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/eiskaltdcpp-data/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -26,6 +26,7 @@ EXAMPLES_DESC= Install script examples LUASCRIPTS_DESC= Install lua script examples SOUNDS_DESC= Install sound files +NO_STAGE= yes .include DATA_DIR= ${PREFIX}/share/eiskaltdcpp Modified: head/net-p2p/eiskaltdcpp-gtk/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-gtk/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/eiskaltdcpp-gtk/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -44,6 +44,7 @@ CMAKE_ARGS+= -DCMAKE_LIBRARY_PATH:PATH=" CMAKE_ARGS+= -DCMAKE_SKIP_RPATH:BOOL=ON CMAKE_ARGS+= -DINSTALL_DATA:BOOL=OFF +NO_STAGE= yes .include .if ${PORT_OPTIONS:MMINIUPNP} Modified: head/net-p2p/eiskaltdcpp-lib/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-lib/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/eiskaltdcpp-lib/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -28,6 +28,7 @@ OPTIONS_DEFINE= LUA PCRE IDN DHT OPTIONS_DEFAULT= IDN DHT DHT_DESC= DHT support +NO_STAGE= yes .include CMAKE_ARGS+= -DINSTALL_HEADERS:BOOL=ON Modified: head/net-p2p/eiskaltdcpp-qt/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-qt/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/eiskaltdcpp-qt/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -52,6 +52,7 @@ CMAKE_ARGS+= -DCMAKE_SKIP_RPATH:BOOL=ON BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} INSTALL_WRKSRC= ${WRKSRC}/${PORTNAME} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MASPELL} Modified: head/net-p2p/frost/Makefile ============================================================================== --- head/net-p2p/frost/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/frost/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -60,6 +60,7 @@ DESKTOP_ENTRIES= "Frost" "Freenet Client "frost" "P2P;Network;Java;" \ false +NO_STAGE= yes pre-everything:: post-patch: Modified: head/net-p2p/gkremldk/Makefile ============================================================================== --- head/net-p2p/gkremldk/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/gkremldk/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -24,6 +24,7 @@ USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e 's|^(LFLAGS).*|\1 = ${LDFLAGS} ${PTHREAD_LIBS} -L${LOCALBASE}/lib|' \ Modified: head/net-p2p/gnewtellium/Makefile ============================================================================== --- head/net-p2p/gnewtellium/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/gnewtellium/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -1,7 +1,4 @@ -# New ports collection makefile for: gnewtellium -# Date created: 9 April 2002 -# Whom: haikal -# +# Created by: haikal # $FreeBSD$ PORTNAME= gnewtellium @@ -24,4 +21,5 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="$ PLIST_FILES= bin/gnewtellium %%DATADIR%%/pixmaps/gnewtellium.xpm PLIST_DIRS= %%DATADIR%%/pixmaps %%DATADIR%% +NO_STAGE= yes .include Modified: head/net-p2p/gnunet-gtk/Makefile ============================================================================== --- head/net-p2p/gnunet-gtk/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/gnunet-gtk/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -26,6 +26,7 @@ CONFIGURE_ARGS = --with-extractor=${LOCA MAN1= gnunet-fs-gtk.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/net-p2p/gnunet/Makefile ============================================================================== --- head/net-p2p/gnunet/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/gnunet/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -60,6 +60,7 @@ MAN1= gnunet-arm.1 gnunet-core.1 gnunet- GNUNET_DAEMON_DIR?= /var/lib/gnunet PLIST_SUB= GNUNET_DAEMON_DIR=${GNUNET_DAEMON_DIR} SUB_FILES= pkg-message +NO_STAGE= yes .include Modified: head/net-p2p/gtk-gnutella/Makefile ============================================================================== --- head/net-p2p/gtk-gnutella/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/gtk-gnutella/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -52,6 +52,7 @@ PORTABILITY_DESC= Use the PATH variable ONLY_FOR_ARCHS= i386 amd64 +NO_STAGE= yes USE_BZIP2= yes USE_GNOME= glib20 libxml2 USES= bison perl5 pkgconfig Modified: head/net-p2p/gtkhx/Makefile ============================================================================== --- head/net-p2p/gtkhx/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/gtkhx/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -19,6 +19,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= gtkhx.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/net-p2p/gtorrentviewer/Makefile ============================================================================== --- head/net-p2p/gtorrentviewer/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/gtorrentviewer/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -27,6 +27,7 @@ CONFIGURE_ARGS= --with-pixmapsdir=${PREF MAN1= gtorrentviewer.1 DOCS= AUTHORS COPYING ChangeLog README +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '//d' ${WRKSRC}/src/main.c Modified: head/net-p2p/i2p/Makefile ============================================================================== --- head/net-p2p/i2p/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/i2p/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -61,6 +61,7 @@ JETTY_DISTFILE= jetty-5.1.15.tgz SUB_FILES= wrapper.sh +NO_STAGE= yes post-extract: @${MKDIR} ${WRKSRC}/apps/jetty/ @${CP} -f ${DISTDIR}/${JETTY_DISTFILE} ${WRKSRC}/apps/jetty/ Modified: head/net-p2p/jigdo/Makefile ============================================================================== --- head/net-p2p/jigdo/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/jigdo/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -28,6 +28,7 @@ OPTIONS_DEFAULT= BDB NLS GUI_DESC= Build the gtk2 gui BDB_DESC= Build with Berkeley DB support (for jigdo-file cache) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGUI} Modified: head/net-p2p/ktorrent/Makefile ============================================================================== --- head/net-p2p/ktorrent/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/ktorrent/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -30,6 +30,7 @@ PLIST_SUB+= SHLIB_VER=${SHLIB_VER} \ CMAKE_ARGS+= -DENABLE_KIO_MAGNET=1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,ktorrent,$${LIBKTORRENT_LIBRARIES},' \ ${WRKSRC}/plugins/ipfilter/tests/CMakeLists.txt Modified: head/net-p2p/libbt/Makefile ============================================================================== --- head/net-p2p/libbt/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/libbt/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libbt -# Date created: Feb 26 2004 -# Whom: Florent Thoumie -# +# Created by: Florent Thoumie # $FreeBSD$ -# PORTNAME= libbt PORTVERSION= 1.05 @@ -23,6 +19,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= protocol-ext.txt protocol.txt +NO_STAGE= yes .include post-patch: Modified: head/net-p2p/liberator/Makefile ============================================================================== --- head/net-p2p/liberator/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/liberator/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -1,9 +1,5 @@ -# New ports collection makefile for: liberator -# Date created: Fri May 2 04:23:24 UTC 2003 -# Whom: Mario Sergio Fujikawa Ferreira -# +# Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ -# PORTNAME= liberator PORTVERSION= 2.0.2 @@ -28,6 +24,7 @@ LIB_FILES= fcp.cma hlfi.cma asfi.cm fcp.cmi hlfreenet.cmi asfreenet.cmi fieldset.cmi \ fstream.cmi +NO_STAGE= yes post-patch: @${SED} -e 's|%%PREFIX%%|${PREFIX}|; \ s|%%DATADIR%%|${DATADIR:S,^${PREFIX}/,,}|' \ Modified: head/net-p2p/libktorrent/Makefile ============================================================================== --- head/net-p2p/libktorrent/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/libktorrent/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -24,4 +24,5 @@ SHLIB_VER= 5.0.1 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} \ SHLIB_SHVER=${SHLIB_VER:R:R} +NO_STAGE= yes .include Modified: head/net-p2p/libpdtp/Makefile ============================================================================== --- head/net-p2p/libpdtp/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/libpdtp/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -1,9 +1,4 @@ -# New ports collection makefile for: libpdtp -# Date created: 5 Apr 2004 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= libpdtp PORTVERSION= 0.1.20040808 @@ -19,6 +14,7 @@ HAS_CONFIGURE= yes USE_LDCONFIG= yes CFLAGS+= -fpic +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pdtp ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/libpdtp.* ${PREFIX}/lib Modified: head/net-p2p/libtorrent-devel/Makefile ============================================================================== --- head/net-p2p/libtorrent-devel/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/libtorrent-devel/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -1,4 +1,3 @@ -# Created by: Florent Thoumie # $FreeBSD$ PORTNAME= libtorrent-devel @@ -27,6 +26,7 @@ OPTIONS_DEFINE= KQUEUE IPV6 OPTIONS_DEFAULT= KQUEUE KQUEUE_DESC= Use kqueue(2) support +NO_STAGE= yes .include .if defined(WITH_OPENSSL_BASE) Modified: head/net-p2p/libtorrent-rasterbar-15-python/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar-15-python/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/libtorrent-rasterbar-15-python/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -20,6 +20,7 @@ PYDISTUTILS_PKGNAME= python_libtorrent NOPORTDOCS= yes +NO_STAGE= yes slave-post-patch: @${REINPLACE_CMD} -E -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/bindings/python/setup.py.in Modified: head/net-p2p/libtorrent-rasterbar-15/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar-15/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/libtorrent-rasterbar-15/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -42,6 +42,7 @@ CONFIGURE_ARGS+= --disable-debug \ USE_LDCONFIG= yes +NO_STAGE= yes .include .if defined(SLAVE_PORT) && ${SLAVE_PORT:L}=="yes" && defined(USE_PYTHON) Modified: head/net-p2p/libtorrent-rasterbar-16-python/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar-16-python/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/libtorrent-rasterbar-16-python/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -27,4 +27,5 @@ OPTIONS_EXCLUDE= DOCS EXAMPLES CONFIGURE_ENV= PYTHON_INCLUDEDIR="${PYTHON_INCLUDEDIR}" \ PYTHON_VERSION="${PYTHON_VERSION}" +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/net-p2p/libtorrent-rasterbar-16/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar-16/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/libtorrent-rasterbar-16/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -49,6 +49,7 @@ PORTEXAMPLES= *.cpp OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include .if defined(SLAVE_PORT) && ${SLAVE_PORT:L} == "yes" && defined(USE_PYTHON) Modified: head/net-p2p/libtorrent/Makefile ============================================================================== --- head/net-p2p/libtorrent/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/libtorrent/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -27,6 +27,7 @@ OPTIONS_DEFINE= KQUEUE IPV6 OPTIONS_DEFAULT= KQUEUE KQUEUE_DESC= Use kqueue(2) support +NO_STAGE= yes .include .if defined(WITH_OPENSSL_BASE) Modified: head/net-p2p/linux-jigdo/Makefile ============================================================================== --- head/net-p2p/linux-jigdo/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/linux-jigdo/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: linux-jigdo -# Date created: 21 July 2002 -# Whom: Udo Schweigert -# +# Created by: Udo Schweigert # $FreeBSD$ -# PORTNAME= jigdo PORTVERSION= 0.7.3 @@ -30,6 +25,7 @@ SCRIPTS= jigdo-lite jigdo-mirror MAN1= jigdo-file.1 jigdo-lite.1 jigdo-mirror.1 +NO_STAGE= yes pre-install: @${BRANDELF} -t Linux ${WRKSRC}/jigdo-file Modified: head/net-p2p/linuxdcpp/Makefile ============================================================================== --- head/net-p2p/linuxdcpp/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/linuxdcpp/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -26,4 +26,5 @@ SCONS_BUILDENV= ${SCONS_ENV} SCONS_ARGS= debug=1 .endif +NO_STAGE= yes .include Modified: head/net-p2p/litecoin/Makefile ============================================================================== --- head/net-p2p/litecoin/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/litecoin/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -34,6 +34,7 @@ DBUS_DESC= Build with DBUS support CXXFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} CXXFLAGS+= -L${LOCALBASE}/lib -L${BDB_LIB_DIR} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MUPNP} Modified: head/net-p2p/lopster/Makefile ============================================================================== --- head/net-p2p/lopster/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/lopster/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -21,6 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= FLAC OGG ZLIB OPTIONS_DEFAULT= FLAC OGG ZLIB +NO_STAGE= yes .include # --with-flac is on by default Modified: head/net-p2p/microdc2/Makefile ============================================================================== --- head/net-p2p/microdc2/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/microdc2/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= iconv USE_GNOME= libxml2 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/net-p2p/minder/Makefile ============================================================================== --- head/net-p2p/minder/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/minder/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -1,9 +1,5 @@ -# New ports collection makefile for: minder -# Date created: Sun Jan 16 01:16:28 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira -# +# Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ -# PORTNAME= minder PORTVERSION= 2.0.2 @@ -28,6 +24,7 @@ PLIST_FILES= \ %%EXAMPLESDIR%%/minder.cfg \ bin/${PORTNAME} +NO_STAGE= yes post-patch: # CXX safeness # CXXFLAGS safeness Modified: head/net-p2p/mktorrent/Makefile ============================================================================== --- head/net-p2p/mktorrent/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/mktorrent/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -24,6 +24,7 @@ THREADS_DESC= Enable support for pthread OPENSSL_DESC= Use OpenSSL for hashing HASHCHECK_DESC= Verify file hashes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MTHREADS} Modified: head/net-p2p/mldonkey-core/Makefile ============================================================================== --- head/net-p2p/mldonkey-core/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/mldonkey-core/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -8,4 +8,5 @@ COMMENT= Client 'core' for the MLDonkey MASTERDIR= ${.CURDIR}/../mldonkey +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/net-p2p/mldonkey-gui/Makefile ============================================================================== --- head/net-p2p/mldonkey-gui/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/mldonkey-gui/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -10,4 +10,5 @@ COMMENT= A OCAML/GTK GUI for the MLdonke MASTERDIR= ${.CURDIR}/../mldonkey +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/net-p2p/mldonkey-perlreactor/Makefile ============================================================================== --- head/net-p2p/mldonkey-perlreactor/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/mldonkey-perlreactor/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -20,6 +20,7 @@ SHEBANG_FILES$=${BINARY_NAME} BINARY_NAME= perlreactor +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i '' -e '1d' ${WRKSRC}/${BINARY_NAME} Modified: head/net-p2p/mldonkey-urlslave/Makefile ============================================================================== --- head/net-p2p/mldonkey-urlslave/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/mldonkey-urlslave/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -20,6 +20,7 @@ SHEBANG_FILES= ${BINARY_NAME} BINARY_NAME= mlurlslave +NO_STAGE= yes post-extract: @${GREP} '^#' ${WRKSRC}/${BINARY_NAME} | ${GREP} -v '/usr/bin/perl' > ${WRKDIR}/README Modified: head/net-p2p/mldonkey/Makefile ============================================================================== --- head/net-p2p/mldonkey/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/mldonkey/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -96,6 +96,7 @@ PORTDOCS= ${DOCFILES} ALL_TARGET+= \ mld_hash +NO_STAGE= yes .include pre-everything:: Modified: head/net-p2p/mooseekd/Makefile ============================================================================== --- head/net-p2p/mooseekd/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/mooseekd/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mooseekd -# Date created: 2006-07-24 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ -# PORTNAME= mooseekd PORTVERSION= 0.05 @@ -25,4 +21,5 @@ CXXFLAGS+= -I${LOCALBASE}/include ${PTHR USE_FAM= yes USES= iconv +NO_STAGE= yes .include Modified: head/net-p2p/museekplus/Makefile ============================================================================== --- head/net-p2p/museekplus/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/museekplus/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -30,6 +30,7 @@ PYMUCIPHER_DESC= Install python bindings MURMUR_DESC= Install PyGTK client MUCOUS_DESC= Install Curses Python client +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPYMUCIPHER} || ${PORT_OPTIONS:MBINDINGS} || ${PORT_OPTIONS:MMURMUR} || ${PORT_OPTIONS:MCLIENTS} || ${PORT_OPTIONS:MMUCOUS} Modified: head/net-p2p/napshare/Makefile ============================================================================== --- head/net-p2p/napshare/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/napshare/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -1,9 +1,5 @@ -# New ports collection makefile for: napshare -# Date created: 4 July 2001 -# Whom: Mike Heffner -# +# Created by: Mike Heffner # $FreeBSD$ -# PORTNAME= napshare PORTVERSION= 1.3 @@ -18,4 +14,5 @@ USE_GMAKE= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes +NO_STAGE= yes .include Modified: head/net-p2p/ncdc/Makefile ============================================================================== --- head/net-p2p/ncdc/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/ncdc/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -32,4 +32,5 @@ PLIST_FILES= bin/ncdc CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include Modified: head/net-p2p/opendchub/Makefile ============================================================================== --- head/net-p2p/opendchub/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/opendchub/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -20,6 +20,7 @@ PLIST_FILES= bin/${PORTNAME} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes pre-install: @${CHMOD} a+rx ${WRKSRC}/install-sh Modified: head/net-p2p/opennap/Makefile ============================================================================== --- head/net-p2p/opennap/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/opennap/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -1,9 +1,5 @@ -# New ports collection makefile for: opennap -# Date created: 26 July 2000 -# Whom: Donald Burr -# +# Created by: Donald Burr # $FreeBSD$ -# PORTNAME= opennap PORTVERSION= 0.44 @@ -19,6 +15,7 @@ GNU_CONFIGURE= YES PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message +NO_STAGE= yes post-install: (${ECHO_CMD} "" ; ${ECHO_CMD} "admin" ; ${ECHO_CMD} "opennap" ; ${ECHO_CMD} "") | ${WRKSRC}/setup .if defined(NOPORTDOCS) Modified: head/net-p2p/p5-Net-BitTorrent-File/Makefile ============================================================================== --- head/net-p2p/p5-Net-BitTorrent-File/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/p5-Net-BitTorrent-File/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -23,4 +23,5 @@ USE_PERL5= configure MAN3= Net::BitTorrent::File.3 +NO_STAGE= yes .include Modified: head/net-p2p/p5-Net-BitTorrent-PeerPacket/Makefile ============================================================================== --- head/net-p2p/p5-Net-BitTorrent-PeerPacket/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/p5-Net-BitTorrent-PeerPacket/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -15,4 +15,5 @@ USE_PERL5= modbuild MAN3= Net::BitTorrent::PeerPacket.3 +NO_STAGE= yes .include Modified: head/net-p2p/p5-Net-BitTorrent/Makefile ============================================================================== --- head/net-p2p/p5-Net-BitTorrent/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/p5-Net-BitTorrent/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -35,5 +35,6 @@ MAN3= Net::BitTorrent.3 \ Net::BitTorrent::Util.3 \ Net::BitTorrent::Version.3 +NO_STAGE= yes .include Modified: head/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile ============================================================================== --- head/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -17,4 +17,5 @@ CC= ${CXX} MAN3= Net::DirectConnect::TigerHash.3 +NO_STAGE= yes .include Modified: head/net-p2p/p5-Net-DirectConnect/Makefile ============================================================================== --- head/net-p2p/p5-Net-DirectConnect/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/p5-Net-DirectConnect/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -30,4 +30,5 @@ USE_PERL5= configure MAN1= dcget.1 dcshare.1 MAN3= Net::DirectConnect.3 Net::DirectConnect::filelist.3 +NO_STAGE= yes .include Modified: head/net-p2p/p5-WWW-BitTorrent/Makefile ============================================================================== --- head/net-p2p/p5-WWW-BitTorrent/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/p5-WWW-BitTorrent/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= WWW::BitTorrent.3 +NO_STAGE= yes .include Modified: head/net-p2p/phex/Makefile ============================================================================== --- head/net-p2p/phex/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/phex/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -22,6 +22,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} PORTDOCS= Phex_other.htm \ Undocumented.htm +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} @${MKDIR} ${DATADIR} Modified: head/net-p2p/py-fngrab/Makefile ============================================================================== --- head/net-p2p/py-fngrab/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/py-fngrab/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: py-fngrab -# Date created: Mar 23, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= fngrab PORTVERSION= 0.0.4 @@ -22,6 +17,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= FreenetGrab +NO_STAGE= yes post-install: @${MV} ${PREFIX}/bin/fngrab.py ${PREFIX}/bin/fngrab Modified: head/net-p2p/py-kenosis/Makefile ============================================================================== --- head/net-p2p/py-kenosis/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/py-kenosis/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -1,9 +1,5 @@ -# New ports collection makefile for: kenosis -# Date created: Thu Jan 13 01:15:19 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira -# +# Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ -# PORTNAME= kenosis PORTVERSION= 0.96 @@ -22,6 +18,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYSETUP= ${PORTNAME}_setup.py +NO_STAGE= yes post-extract: # Avoid name collision and move ds inside kenosis package # it is only used by kenosis anyway Modified: head/net-p2p/py-py2play/Makefile ============================================================================== --- head/net-p2p/py-py2play/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/py-py2play/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-py2play -# Date created: 2005-10-05 -# Whom: Jose Alonso Cardenas Marquez -# +# Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ -# PORTNAME= py2play PORTVERSION= 0.1.10 @@ -21,6 +17,7 @@ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Py2Play EXAMPLESDIR= ${PREFIX}/share/examples/py-py2play +NO_STAGE= yes post-install: .ifndef NOPORTEXAMPLES @${MKDIR} ${EXAMPLESDIR} Modified: head/net-p2p/py-transmissionrpc/Makefile ============================================================================== --- head/net-p2p/py-transmissionrpc/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/py-transmissionrpc/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -20,6 +20,7 @@ USE_PYDISTUTILS=easy_install PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/net-p2p/py-vertex/Makefile ============================================================================== --- head/net-p2p/py-vertex/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/py-vertex/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-vertex -# Date created: 19 May 2006 -# Whom: Alexander Botero-Lowry -# +# Created by: Alexander Botero-Lowry # $FreeBSD$ -# PORTNAME= vertex PORTVERSION= 0.3.0 @@ -27,4 +23,5 @@ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Vertex USE_TWISTED= yes +NO_STAGE= yes .include Modified: head/net-p2p/qbittorrent-nox11/Makefile ============================================================================== --- head/net-p2p/qbittorrent-nox11/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/qbittorrent-nox11/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -15,4 +15,5 @@ MAN1= qbittorrent-nox.1 QB_NOX_SLAVE= true +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/net-p2p/qbittorrent/Makefile ============================================================================== --- head/net-p2p/qbittorrent/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/qbittorrent/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -36,6 +36,7 @@ PORTDOCS= AUTHORS Changelog README TODO OPTIONS_DEFINE= DOCS DBUS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDBUS} Modified: head/net-p2p/retroshare/Makefile ============================================================================== --- head/net-p2p/retroshare/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/retroshare/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -48,6 +48,7 @@ OPTIONS_DEFAULT= PLUGINS NOGUI_DESC= Install retroshare-nogui (CLI binary) PLUGINS_DESC= Install plugins (LinksCloud, VoIP) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPLUGINS} Modified: head/net-p2p/rtgui/Makefile ============================================================================== --- head/net-p2p/rtgui/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/rtgui/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -17,6 +17,7 @@ OPTIONS_DEFAULTS= APACHE BUILD_DEPENDS+= xmlrpc-c-config:${PORTSDIR}/net/xmlrpc-c +NO_STAGE= yes .include .if ${PORT_OPTIONS:MAPACHE} Modified: head/net-p2p/rtorrent-devel/Makefile ============================================================================== --- head/net-p2p/rtorrent-devel/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/rtorrent-devel/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -1,4 +1,3 @@ -# Created by: Florent Thoumie # $FreeBSD$ PORTNAME= rtorrent-devel @@ -30,6 +29,7 @@ OPTIONS_DEFINE= XMLRPC IPV6 DOCS OPTIONS_DEFAULT= XMLRPC IPV6 XMLRPC_DESC= Compile with xmlrpc-c support +NO_STAGE= yes .include .if ${ARCH} == "arm" Modified: head/net-p2p/rtorrent/Makefile ============================================================================== --- head/net-p2p/rtorrent/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/rtorrent/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -28,6 +28,7 @@ OPTIONS_DEFINE= XMLRPC IPV6 DOCS OPTIONS_DEFAULT= XMLRPC IPV6 XMLRPC_DESC= Compile with xmlrpc-c support +NO_STAGE= yes .include .if ${ARCH} == "arm" Modified: head/net-p2p/shx/Makefile ============================================================================== --- head/net-p2p/shx/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/shx/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -32,6 +32,7 @@ MAKEFILE= makefile GNU_CONFIGURE= yes CONFIGURE_ARGS= +NO_STAGE= yes .include .if ${PORT_OPTIONS:MWARNINGS} Modified: head/net-p2p/solidcoin/Makefile ============================================================================== --- head/net-p2p/solidcoin/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/solidcoin/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -38,6 +38,7 @@ LDFLAGS+= -L${BDB_LIB_DIR} -L${LOCALBASE PLIST_FILES= bin/${BINARY} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MWXGTK} Modified: head/net-p2p/squall/Makefile ============================================================================== --- head/net-p2p/squall/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/squall/Makefile Fri Sep 20 22:28:25 2013 (r327758) @@ -1,9 +1,4 @@ -# New ports collection makefile for: squall -# Date created: 5 Apr 2004 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= squall PORTVERSION= 0.1.20040808 @@ -18,6 +13,7 @@ HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} STRIP= # Keep empty for debugging. +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/squall/squall ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/squallhub/squallhub ${PREFIX}/sbin Modified: head/net-p2p/teknap/Makefile ============================================================================== --- head/net-p2p/teknap/Makefile Fri Sep 20 22:24:43 2013 (r327757) +++ head/net-p2p/teknap/Makefile Fri Sep 20 22:28:25 2013 (r327758) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 22:31:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2B7F67C8; Fri, 20 Sep 2013 22:31:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 160C92675; Fri, 20 Sep 2013 22:31:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KMVWbC050003; Fri, 20 Sep 2013 22:31:32 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KMVFP4049738; Fri, 20 Sep 2013 22:31:15 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202231.r8KMVFP4049738@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 22:31:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327759 - in head/news: atp aub brag c-nocem cg cleanfeed cnews crashmail diablo dnews fidogate fidogate-ds golded+ grn gup hellanzb husky-base husky-base-devel husky-bsopack husky-fido... 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.14 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: Fri, 20 Sep 2013 22:31:32 -0000 Author: bapt Date: Fri Sep 20 22:31:15 2013 New Revision: 327759 URL: http://svnweb.freebsd.org/changeset/ports/327759 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: news) Modified: head/news/atp/Makefile head/news/aub/Makefile head/news/brag/Makefile head/news/c-nocem/Makefile head/news/cg/Makefile head/news/cleanfeed/Makefile head/news/cnews/Makefile head/news/crashmail/Makefile head/news/diablo/Makefile head/news/dnews/Makefile head/news/fidogate-ds/Makefile head/news/fidogate/Makefile head/news/golded+/Makefile head/news/grn/Makefile head/news/gup/Makefile head/news/hellanzb/Makefile head/news/husky-base-devel/Makefile head/news/husky-base/Makefile head/news/husky-bsopack/Makefile head/news/husky-fidoconf-devel/Makefile head/news/husky-fidoconf/Makefile head/news/husky-hpt-devel/Makefile head/news/husky-hpt/Makefile head/news/husky-hptkill/Makefile head/news/husky-hptsqfix/Makefile head/news/husky-hpucode/Makefile head/news/husky-htick-devel/Makefile head/news/husky-htick/Makefile head/news/husky-msged/Makefile head/news/husky-nltools/Makefile head/news/husky-smapi-devel/Makefile head/news/husky-smapi/Makefile head/news/husky-sqpack/Makefile head/news/ifmail/Makefile head/news/inn/Makefile head/news/knews/Makefile head/news/leafnode/Makefile head/news/lusernet/Makefile head/news/mail2nntp/Makefile head/news/mmail/Makefile head/news/multisuck/Makefile head/news/newscache/Makefile head/news/newsfetch/Makefile head/news/newsfish/Makefile head/news/newsgrab/Makefile head/news/newspost/Makefile head/news/newsstar/Makefile head/news/newsx/Makefile head/news/nget/Makefile head/news/nn/Makefile head/news/nnap/Makefile head/news/nntp/Makefile head/news/nntpbtr/Makefile head/news/nntpcache/Makefile head/news/noffle/Makefile head/news/nzbget/Makefile head/news/nzbperl/Makefile head/news/p5-NNML/Makefile head/news/p5-NNTPClient/Makefile head/news/p5-News-Article-NoCeM/Makefile head/news/p5-News-Article/Makefile head/news/p5-News-Newsrc/Makefile head/news/p5-POE-Component-Client-NNTP/Makefile head/news/p5-POE-Component-Server-NNTP/Makefile head/news/pan/Makefile head/news/papercut/Makefile head/news/pgpmoose/Makefile head/news/plor/Makefile head/news/py-pynzb/Makefile head/news/py-twistedNews/Makefile head/news/py-yenc/Makefile head/news/rawdog/Makefile head/news/s-news/Makefile head/news/sabnzbdplus/Makefile head/news/slnr/Makefile head/news/slrn/Makefile head/news/slrnconf/Makefile head/news/slrnface/Makefile head/news/sn/Makefile head/news/suck-cnews/Makefile head/news/suck/Makefile head/news/tin/Makefile head/news/trn/Makefile head/news/trn4/Makefile head/news/ubh/Makefile head/news/xpn/Makefile head/news/xrn/Makefile head/news/yencode/Makefile head/news/yydecode/Makefile Modified: head/news/atp/Makefile ============================================================================== --- head/news/atp/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/atp/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,9 +1,5 @@ -# New ports collection makefile for: atp -# Date created: 9 Nov 1997 -# Whom: Donald Burr -# +# Created by: Donald Burr # $FreeBSD$ -# PORTNAME= atp PORTVERSION= 1.50 @@ -27,6 +23,7 @@ MAN1= atp.1 \ rot13.1 MAN3= editline.3 +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} Modified: head/news/aub/Makefile ============================================================================== --- head/news/aub/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/aub/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: aub -# Date created: Sun Oct 12, 1997 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) -# +# Created by: David O'Brien (obrien@cs.ucdavis.edu) # $FreeBSD$ -# PORTNAME= aub PORTVERSION= 2.2 @@ -22,6 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER DOC_FILES= COPYING README aubconf.example +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/aub ${PREFIX}/bin .for manpage in ${MAN1} Modified: head/news/brag/Makefile ============================================================================== --- head/news/brag/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/brag/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -21,6 +21,7 @@ TCLSH= tclsh8.4 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-patch: Modified: head/news/c-nocem/Makefile ============================================================================== --- head/news/c-nocem/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/c-nocem/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -27,4 +27,5 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cnews=${CNEWSWRK} PLIST_SUB+= NEWSBIN=${NEWSBIN:S=${PREFIX}/==} +NO_STAGE= yes .include Modified: head/news/cg/Makefile ============================================================================== --- head/news/cg/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/cg/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cg -# Date created: 17 August 2004 -# Whom: bkhl@elektrubadur.se -# +# Created by: bkhl@elektrubadur.se # $FreeBSD$ -# PORTNAME= cg PORTVERSION= 0.4 @@ -18,4 +14,5 @@ GNU_CONFIGURE= yes MAN1= cg.1 PLIST_FILES= bin/cg +NO_STAGE= yes .include Modified: head/news/cleanfeed/Makefile ============================================================================== --- head/news/cleanfeed/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/cleanfeed/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cleanfeed -# Date created: 09 October 2000 -# Whom: Yen-Ming Lee -# +# Created by: Yen-Ming Lee # $FreeBSD$ -# PORTNAME= cleanfeed PORTVERSION= 20110224 @@ -25,6 +21,7 @@ INSTALL+= -b PKGDEINSTALL= ${PKGINSTALL} WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "/debug_batch_directory/s:'.*':'/var/log/cleanfeed':" ${WRKSRC}/etc/cleanfeed.local Modified: head/news/cnews/Makefile ============================================================================== --- head/news/cnews/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/cnews/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -71,6 +71,7 @@ NEWSARTS?= ${VARBASE}/news NEWSOV?= ${VARBASE}/news PGPVERIFY?= pgpverify-1.12 +NO_STAGE= yes .include .if make(makesum) || defined(FETCH_ALL) Modified: head/news/crashmail/Makefile ============================================================================== --- head/news/crashmail/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/crashmail/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,9 +1,5 @@ -# New ports collection makefile for: crashmail -# Date created: 21 January 2003 -# Whom: Max Khon -# +# Created by: Max Khon # $FreeBSD$ -# PORTNAME= crashmail PORTVERSION= 0.71 @@ -22,6 +18,7 @@ ALL_TARGET= linux USE_ZIP= yes USE_GMAKE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e 's^"crashmail.prefs"^"${PREFIX}/etc/crashmail/crashmail.prefs"^' \ Modified: head/news/diablo/Makefile ============================================================================== --- head/news/diablo/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/diablo/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Diablo -# Date created: June 2nd 1997 -# Whom: James FitzGibbon -# +# Created by: James FitzGibbon # $FreeBSD$ -# PORTNAME= diablo PORTVERSION= 5.1 @@ -25,6 +21,7 @@ MAN8= dicmd.8 didump.8 dexpireover.8 df doverctl.8 drequeue.8 dhisexpire.8 PORTDOCS= COPYRIGHT INSTALL README.READER README.SERVER RELEASE_NOTES +NO_STAGE= yes post-patch: @${CP} ${SCRIPTDIR}/diablo.sh-sample ${WRKDIR} @${REINPLACE_CMD} -E 's|%%PREFIX%%|${PREFIX}|g ;\ Modified: head/news/dnews/Makefile ============================================================================== --- head/news/dnews/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/dnews/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -18,6 +18,7 @@ IS_INTERACTIVE= yes ONLY_FOR_ARCHS= i386 NO_BUILD= yes +NO_STAGE= yes post-configure: @${REINPLACE_CMD} -e "s|df -k|/bin/df -k|" ${WRKSRC}/dnews.conf @${REINPLACE_CMD} -e "s|lib/sendmail|sbin/sendmail|" ${WRKSRC}/dnews.conf Modified: head/news/fidogate-ds/Makefile ============================================================================== --- head/news/fidogate-ds/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/fidogate-ds/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -85,6 +85,7 @@ DOCS= doc/README.ru doc/README doc/FAQ. doc/old/fidogate.txt doc/old/fidogate.texi doc/old/msgid.doc .if !defined(NOPORTDOCS) +NO_STAGE= yes post-install: ${MKDIR} ${DOCSDIR} .for a in ${DOCS} Modified: head/news/fidogate/Makefile ============================================================================== --- head/news/fidogate/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/fidogate/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -22,6 +22,7 @@ DOCLIST= fidogate.texi fidogate.txt gate template.html fido howto misc rfc gatebau/msgid.sgml \ gatebau/msgid.tex gatebau/msgid.txt +NO_STAGE= yes .include pre-configure: Modified: head/news/golded+/Makefile ============================================================================== --- head/news/golded+/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/golded+/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,9 +1,5 @@ -# New ports collection makefile for: golded+ -# Date created: 20 October 2003 -# Whom: Max Khon -# +# Created by: Max Khon # $FreeBSD$ -# PORTNAME= golded+ PORTVERSION= 1.1.5.a${SNAPDATE} @@ -31,6 +27,7 @@ SUB_LIST= NOTEWORK="Please read the ${DO SUB_LIST= NOTEWORK="" .endif +NO_STAGE= yes post-patch: @${SED}\ -e 's,^\(#define __GVER_VENDOR_NAME__\).*,\1 "",'\ Modified: head/news/grn/Makefile ============================================================================== --- head/news/grn/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/grn/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -21,6 +21,7 @@ CONFIGURE_ENV= glibpath="${GLIB_CONFIG}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure ${WRKSRC}/libmutt/configure Modified: head/news/gup/Makefile ============================================================================== --- head/news/gup/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/gup/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gup -# Date created: 22 November 1998 -# Whom: Denis Shaposhnikov -# +# Created by: Denis Shaposhnikov # $FreeBSD$ -# PORTNAME= gup PORTVERSION= 0.4 @@ -18,6 +14,7 @@ WRKSRC= ${WRKDIR}/gup MAN1= gup.1 PLIST_FILES= libexec/gup +NO_STAGE= yes do-configure: @${CP} ${FILESDIR}/freebsd ${WRKSRC}/config Modified: head/news/hellanzb/Makefile ============================================================================== --- head/news/hellanzb/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/hellanzb/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -23,6 +23,7 @@ USE_PYDISTUTILS=yes USE_TWISTED_RUN= web PORTDOCS= CHANGELOG CREDITS README +NO_STAGE= yes .include # more fully-featured rar needs i386 Modified: head/news/husky-base-devel/Makefile ============================================================================== --- head/news/husky-base-devel/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/husky-base-devel/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -17,6 +17,7 @@ CONFLICTS= husky-base-[0-9]* WRKSRC= ${WRKDIR}/huskybse NO_BUILD= yes +NO_STAGE= yes pre-install: @ ${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL Modified: head/news/husky-base/Makefile ============================================================================== --- head/news/husky-base/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/husky-base/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -19,6 +19,7 @@ NO_BUILD= yes USERS= fido GROUPS= fido +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/etc/fido ${PREFIX}/share/doc/husky @${CHOWN} fido:fido ${PREFIX}/etc/fido Modified: head/news/husky-bsopack/Makefile ============================================================================== --- head/news/husky-bsopack/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/husky-bsopack/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -17,5 +17,6 @@ MAN1= bsopack.1 MANCOMPRESSED= yes INFO= bsopack +NO_STAGE= yes .include "${.CURDIR}/../husky-base/Makefile.inc" .include Modified: head/news/husky-fidoconf-devel/Makefile ============================================================================== --- head/news/husky-fidoconf-devel/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/husky-fidoconf-devel/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -31,6 +31,7 @@ MLINKS= fconf2.1 fconf2aquaed.1 \ fconf2.1 fecfg2fconf.1 INFO= fidoconfig +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \ ${WRKSRC}/man/dumpfcfg.1 Modified: head/news/husky-fidoconf/Makefile ============================================================================== --- head/news/husky-fidoconf/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/husky-fidoconf/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -29,6 +29,7 @@ MLINKS= fconf2.1 fconf2aquaed.1 \ fconf2.1 fconf2squish.1 INFO= fidoconfig +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \ ${WRKSRC}/man/dumpfcfg.1 Modified: head/news/husky-hpt-devel/Makefile ============================================================================== --- head/news/husky-hpt-devel/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/husky-hpt-devel/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -27,6 +27,7 @@ INFO= hpt DOCSDIR= ${PREFIX}/share/doc/husky PORTDOCS= hpt.html +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's^/path/to/config^${PREFIX}/etc/fido/config^' \ ${WRKSRC}/man/hptlink.1 Modified: head/news/husky-hpt/Makefile ============================================================================== --- head/news/husky-hpt/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/husky-hpt/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -26,6 +26,7 @@ MAN1= hpt.1 hptlink.1 hpttree.1 txt2pkt MANCOMPRESSED= yes INFO= hpt +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's^/path/to/config^${PREFIX}/etc/fido/config^' \ ${WRKSRC}/man/hptlink.1 Modified: head/news/husky-hptkill/Makefile ============================================================================== --- head/news/husky-hptkill/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/husky-hptkill/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -17,5 +17,6 @@ MAN1= hptkill.1 MANCOMPRESSED= yes PLIST_FILES= bin/hptkill +NO_STAGE= yes .include "${.CURDIR}/../husky-base/Makefile.inc" .include Modified: head/news/husky-hptsqfix/Makefile ============================================================================== --- head/news/husky-hptsqfix/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/husky-hptsqfix/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -17,5 +17,6 @@ MAN1= hptsqfix.1 MANCOMPRESSED= yes PLIST_FILES= bin/hptsqfix +NO_STAGE= yes .include "${.CURDIR}/../husky-base/Makefile.inc" .include Modified: head/news/husky-hpucode/Makefile ============================================================================== --- head/news/husky-hpucode/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/husky-hpucode/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -17,5 +17,6 @@ MAN1= hpucode.1 MANCOMPRESSED= yes INFO= hpucode +NO_STAGE= yes .include "${.CURDIR}/../husky-base/Makefile.inc" .include Modified: head/news/husky-htick-devel/Makefile ============================================================================== --- head/news/husky-htick-devel/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/husky-htick-devel/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -21,6 +21,7 @@ INFO= htick PLIST_FILES= bin/htick \ share/doc/husky/htick.html +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \ ${WRKSRC}/man/htick.1 Modified: head/news/husky-htick/Makefile ============================================================================== --- head/news/husky-htick/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/husky-htick/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -18,6 +18,7 @@ CONFLICTS= husky-htick-devel-[0-9]* MAN1= htick.1 INFO= htick +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \ ${WRKSRC}/man/htick.1 Modified: head/news/husky-msged/Makefile ============================================================================== --- head/news/husky-msged/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/husky-msged/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -18,6 +18,7 @@ MAKE_ARGS= MSGEDCFG="\\\"~/.msged\\\"" INFO= msged +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,html info,info,' \ -e 's,install-html install-info,install-info,' \ Modified: head/news/husky-nltools/Makefile ============================================================================== --- head/news/husky-nltools/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/husky-nltools/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -13,5 +13,6 @@ COMMENT= Nodelist tools LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf +NO_STAGE= yes .include "${.CURDIR}/../husky-base/Makefile.inc" .include Modified: head/news/husky-smapi-devel/Makefile ============================================================================== --- head/news/husky-smapi-devel/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/husky-smapi-devel/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -13,5 +13,6 @@ CONFLICTS= husky-smapi-[0-9]* USE_LDCONFIG= yes +NO_STAGE= yes .include "${.CURDIR}/../husky-base-devel/Makefile.inc" .include Modified: head/news/husky-smapi/Makefile ============================================================================== --- head/news/husky-smapi/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/husky-smapi/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -16,5 +16,6 @@ CONFLICTS= husky-smapi-devel-[0-9]* MAKE_ARGS= ADDCDEFS=-fPIC USE_LDCONFIG= yes +NO_STAGE= yes .include "${.CURDIR}/../husky-base/Makefile.inc" .include Modified: head/news/husky-sqpack/Makefile ============================================================================== --- head/news/husky-sqpack/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/husky-sqpack/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -17,6 +17,7 @@ MAN1= sqpack.1 MANCOMPRESSED= yes PLIST_FILES= bin/sqpack +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's^/etc/fido/config^${PREFIX}/etc/fido/config^' \ ${WRKSRC}/sqpack.1 Modified: head/news/ifmail/Makefile ============================================================================== --- head/news/ifmail/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/ifmail/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -17,6 +17,7 @@ PLIST_SUB+= IFMAIL_RUNAS="${IFMAIL_RUNAS # USERS does not work here #USERS= ifmail +NO_STAGE= yes pre-configure: @${MV} ${WRKSRC}/CONFIG ${WRKSRC}/CONFIG.sed ${SED} -e "s/OWNER = ifmail/OWNER = ${IFMAIL_RUNAS}/" \ Modified: head/news/inn/Makefile ============================================================================== --- head/news/inn/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/inn/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,9 +1,5 @@ -# New ports collection makefile for: inn -# Date created: 20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1), 14 Feb 1999 (2.2) -# Whom: torstenb -# +# Created by: torstenb # $FreeBSD$ -# PORTNAME?= inn PORTVERSION?= 2.5.2 @@ -48,6 +44,7 @@ GNUPG_DESC= GnuPG support (for pgpverif VARBASE?= /var +NO_STAGE= yes .include "Makefile.layout" HAS_CONFIGURE= yes Modified: head/news/knews/Makefile ============================================================================== --- head/news/knews/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/knews/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -27,4 +27,5 @@ MAKE_ARGS+= -j${MAKE_JOBS} .endif MAN1= knews.1 +NO_STAGE= yes .include Modified: head/news/leafnode/Makefile ============================================================================== --- head/news/leafnode/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/leafnode/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes CONFLICTS= newsx-1* s-news-0* +NO_STAGE= yes .include .if exists(/var/spool/news/leaf.node) && !defined(PACKAGE_BUILDING) Modified: head/news/lusernet/Makefile ============================================================================== --- head/news/lusernet/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/lusernet/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -21,4 +21,5 @@ USE_GNUSTEP_LOCAL_LIBS+= Pantomime:${PAN PANTOMIME_PORT?= mail/pantomime +NO_STAGE= yes .include Modified: head/news/mail2nntp/Makefile ============================================================================== --- head/news/mail2nntp/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/mail2nntp/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -20,6 +20,7 @@ NO_BUILD= yes PORTDOCS= * PLIST_FILES= bin/mail2nntp.pl +NO_STAGE= yes .include do-install: Modified: head/news/mmail/Makefile ============================================================================== --- head/news/mmail/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/mmail/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: mmail -# Date created: 18 September 2002 -# Whom: Frederic Cambus -# +# Created by: Frederic Cambus # $FreeBSD$ -# PORTNAME= mmail PORTVERSION= 0.49 @@ -23,6 +18,7 @@ MAKE_ARGS= OPTS="" MAN1= mmail.1 PLIST_FILES= bin/mmail +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mm ${PREFIX}/bin/mmail ${INSTALL_MAN} ${WRKSRC}/mm.1 ${MANPREFIX}/man/man1/mmail.1 Modified: head/news/multisuck/Makefile ============================================================================== --- head/news/multisuck/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/multisuck/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: multisuck -# Date created: Aug 11, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= multisuck PORTVERSION= 1.0.4 @@ -16,6 +11,7 @@ COMMENT= Multi-server/conn news suck GNU_CONFIGURE= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/msuck ${PREFIX}/bin .if !defined(NOPORTDOCS) Modified: head/news/newscache/Makefile ============================================================================== --- head/news/newscache/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/newscache/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: newscache -# Date created: 23 February 2002 -# Whom: Tilman Linneweh -# +# Created by: Tilman Linneweh # $FreeBSD$ -# PORTNAME= newscache PORTVERSION= 1.2.r.6 @@ -28,6 +24,7 @@ MAN5= newscache.conf.5 MAN8= newscache.8 newscacheclean.8 updatenews.8 INFO= NewsCache +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s,-pedantic,," ${WRKSRC}/configure.in Modified: head/news/newsfetch/Makefile ============================================================================== --- head/news/newsfetch/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/newsfetch/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,9 +1,5 @@ -# New ports collection makefile for: newsfetch -# Date created: 12 September 1997 -# Whom: Jun-ichiro itojun Itoh -# +# Created by: Jun-ichiro itojun Itoh # $FreeBSD$ -# PORTNAME= newsfetch PORTVERSION= 1.21 @@ -21,6 +17,7 @@ MAN1= newsfetch.1 MANCOMPRESSED= maybe PLIST_FILES= bin/newsfetch +NO_STAGE= yes do-configure: cd ${WRKSRC} && ( \ ${ECHO_CMD} "PROG= newsfetch"; \ Modified: head/news/newsfish/Makefile ============================================================================== --- head/news/newsfish/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/newsfish/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,9 +1,5 @@ -# New ports collection makefile for: newsfish -# Date created: 17 January 1999 -# Whom: asaddi@philosophysw.com -# +# Created by: asaddi@philosophysw.com # $FreeBSD$ -# PORTNAME= newsfish PORTVERSION= 1.2.6 @@ -19,4 +15,5 @@ GNU_CONFIGURE= yes MAN1= newsfish.1 PLIST_FILES= bin/newsfish +NO_STAGE= yes .include Modified: head/news/newsgrab/Makefile ============================================================================== --- head/news/newsgrab/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/newsgrab/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -19,6 +19,7 @@ RUN_DEPENDS= p5-NNTPClient>=0:${PORTSDIR NO_BUILD= yes USES= perl5 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^#!/usr/bin/perl|#!${PERL}|' ${WRKSRC}/newsgrab.pl Modified: head/news/newspost/Makefile ============================================================================== --- head/news/newspost/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/newspost/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -21,6 +21,7 @@ PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include # Change "cd foo; $(MAKE)" into "$(MAKE) -C foo" to unbreak parallel builds Modified: head/news/newsstar/Makefile ============================================================================== --- head/news/newsstar/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/newsstar/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -29,6 +29,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX} \ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes .include .if ! ${PORT_OPTIONS:MDOCS} Modified: head/news/newsx/Makefile ============================================================================== --- head/news/newsx/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/newsx/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,9 +1,5 @@ -# New ports collection makefile for: newsx -# Date created: 10th February, 2001 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= newsx PORTVERSION= 1.6 @@ -42,6 +38,7 @@ CONFIGURE_ARGS+= --without-history DOCS= AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README TODO +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:g" ${WRKSRC}/configure Modified: head/news/nget/Makefile ============================================================================== --- head/news/nget/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/nget/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,9 +1,5 @@ -# New ports collection makefile for: nget -# Date created: 20 June 2002 -# Whom: George Sorsby -# +# Created by: George Sorsby # $FreeBSD$ -# PORTNAME= nget PORTVERSION= 0.27.1 @@ -20,6 +16,7 @@ MANCOMPRESSED= no GNU_CONFIGURE= yes USE_GMAKE= yes +NO_STAGE= yes post-extract: ${LN} -s nget-${PORTVERSION} ${WRKDIR}/${DISTNAME} Modified: head/news/nn/Makefile ============================================================================== --- head/news/nn/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/nn/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,9 +1,5 @@ -# New ports collection makefile for: nn -# Date created: 24 September 1994 -# Whom: adam -# +# Created by: adam # $FreeBSD$ -# PORTNAME= nn PORTVERSION= 6.7.3 @@ -22,6 +18,7 @@ MAN1= nn.1 nncheck.1 nngoback.1 nngrab. nntidy.1 nnview.1 nnacct.1m nnadmin.1m nnstats.1m nnusage.1m MAN8= nnmaster.8 nnspew.8 +NO_STAGE= yes .include pre-patch: Modified: head/news/nnap/Makefile ============================================================================== --- head/news/nnap/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/nnap/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: nnap -# Date created: Sun May 26, 2002 -# Whom: Lasse L. Johnsen (lasse@freebsdcluster.org) -# +# Created by: Lasse L. Johnsen (lasse@freebsdcluster.org) # $FreeBSD$ -# PORTNAME= nnap PORTVERSION= 1.1 @@ -19,6 +14,7 @@ COMMENT= Nnap is a lightweight NNTP auth NO_WRKSUBDIR= yes PLIST_FILES= sbin/nnap +NO_STAGE= yes do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} Modified: head/news/nntp/Makefile ============================================================================== --- head/news/nntp/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/nntp/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -38,6 +38,7 @@ MAKE_ENV+= MANDIR="${LOCALBASE}/man" OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-extract: Modified: head/news/nntpbtr/Makefile ============================================================================== --- head/news/nntpbtr/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/nntpbtr/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,9 +1,5 @@ -# New ports collection makefile for: nntpbtr -# Date created: 1 July 1996 -# Whom: dk -# +# Created by: dk # $FreeBSD$ -# PORTNAME= nntpbtr PORTVERSION= 1.7 @@ -18,6 +14,7 @@ MAN1= nntpbtr.1 PLIST_FILES= sbin/nntpbtr # "patch" complains otherwise +NO_STAGE= yes post-extract: @${RM} -rf ${WRKSRC}/RCS Modified: head/news/nntpcache/Makefile ============================================================================== --- head/news/nntpcache/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/nntpcache/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -27,6 +27,7 @@ USE_RC_SUBR= nntpcached OPTIONS_DEFINE= LDAP RADIUS SPAMPHOBIA SPAMPHOBIA_DESC= Spamphobia NoCeM support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MRADIUS} Modified: head/news/noffle/Makefile ============================================================================== --- head/news/noffle/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/noffle/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -27,6 +27,7 @@ MAN5= noffle.conf.5 DOCS= ChangeLog docs/FAQ INSTALL docs/INTERNALS README \ docs/testing.txt docs/noffle.lsm +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|/etc/noffle.conf|${PREFIX}/etc/noffle.conf|g' \ Modified: head/news/nzbget/Makefile ============================================================================== --- head/news/nzbget/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/nzbget/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -29,6 +29,7 @@ OPTIONS_SINGLE= TLSLIB OPTIONS_SINGLE_TLSLIB= GNUTLS OPENSSL OPTIONS_DEFAULT= PAR GNUTLS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPAR} Modified: head/news/nzbperl/Makefile ============================================================================== --- head/news/nzbperl/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/nzbperl/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -27,6 +27,7 @@ USE_PERL5= run RUN_DEPENDS+= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay .endif +NO_STAGE= yes do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR} Modified: head/news/p5-NNML/Makefile ============================================================================== --- head/news/p5-NNML/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/p5-NNML/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-NNML -# Date created: 2006-07-14 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= NNML PORTVERSION= 1.14 @@ -28,4 +24,5 @@ CONFIGURE_ARGS+= < /dev/null IS_INTERACTIVE= yes .endif +NO_STAGE= yes .include Modified: head/news/p5-NNTPClient/Makefile ============================================================================== --- head/news/p5-NNTPClient/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/p5-NNTPClient/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -16,4 +16,5 @@ USE_PERL5= configure MAN3= News::NNTPClient.3 +NO_STAGE= yes .include Modified: head/news/p5-News-Article-NoCeM/Makefile ============================================================================== --- head/news/p5-News-Article-NoCeM/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/p5-News-Article-NoCeM/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-News-Article-NoCeM -# Date created: 10 December 2004 -# Whom: Yen-Ming Lee -# +# Created by: Yen-Ming Lee # $FreeBSD$ -# PORTNAME= News-Article-NoCeM PORTVERSION= 0.08 @@ -23,4 +19,5 @@ USE_PERL5= configure MAN3= News::Article::NoCeM.3 +NO_STAGE= yes .include Modified: head/news/p5-News-Article/Makefile ============================================================================== --- head/news/p5-News-Article/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/p5-News-Article/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -24,6 +24,7 @@ OPTIONS_DEFINE= PGP_SIGN OPTIONS_DEFAULT= PGP_SIGN PGP_SIGN_DESC= PGP::Sign support for header signing +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPGP_SIGN} Modified: head/news/p5-News-Newsrc/Makefile ============================================================================== --- head/news/p5-News-Newsrc/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/p5-News-Newsrc/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= News::Newsrc.3 +NO_STAGE= yes .include Modified: head/news/p5-POE-Component-Client-NNTP/Makefile ============================================================================== --- head/news/p5-POE-Component-Client-NNTP/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/p5-POE-Component-Client-NNTP/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -22,4 +22,5 @@ USE_PERL5= configure MAN3= POE::Component::Client::NNTP.3 \ POE::Component::Client::NNTP::Constants.3 +NO_STAGE= yes .include Modified: head/news/p5-POE-Component-Server-NNTP/Makefile ============================================================================== --- head/news/p5-POE-Component-Server-NNTP/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/p5-POE-Component-Server-NNTP/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= POE::Component::Server::NNTP.3 \ POE::Component::Server::NNTP::Constants.3 +NO_STAGE= yes .include Modified: head/news/pan/Makefile ============================================================================== --- head/news/pan/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/pan/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -30,6 +30,7 @@ OPTIONS_DEFAULT=GTKSPELL GTKSPELL_DESC= Spell checking support (gtk+2 only) GTK3_DESC= Use gtk+3 based UI instead of gtk+2 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGTK3} Modified: head/news/papercut/Makefile ============================================================================== --- head/news/papercut/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/papercut/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,9 +1,5 @@ -# New ports collection makefile for: papercut -# Date created: 2003-07-01 -# Whom: Clement Laforet -# +# Created by: Clement Laforet # $FreeBSD$ -# PORTNAME= papercut PORTVERSION= 0.9.13 @@ -18,6 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQ USE_PYTHON= yes NO_BUILD= yes +NO_STAGE= yes do-configure: @${CP} ${FILESDIR}/papercut-wrapper ${WRKDIR}/papercut-wrapper @${REINPLACE_CMD} -e "s,__DATADIR__,${DATADIR}," ${WRKDIR}/papercut-wrapper Modified: head/news/pgpmoose/Makefile ============================================================================== --- head/news/pgpmoose/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/pgpmoose/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -22,6 +22,7 @@ BIN1= pmapp pmcanon pmcheck pmnewsgroup NO_WRKSUBDIR= yes NEWSCTL?= ${PREFIX}/news/lib +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s=/usr/local/news=${NEWSCTL}=" \ ${WRKSRC}/pmapp Modified: head/news/plor/Makefile ============================================================================== --- head/news/plor/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/plor/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -22,6 +22,7 @@ MAN1= plor.1 DOCFILES= ../AUTHORS ../NEWS TODO plor-1.html plor-2.html \ plor.html plor.txt +NO_STAGE= yes post-install: .if !defined{NOPORTDOCS} @${MKDIR} ${PREFIX}/share/doc/plor Modified: head/news/py-pynzb/Makefile ============================================================================== --- head/news/py-pynzb/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/py-pynzb/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -21,6 +21,7 @@ OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME OPTIONS_DEFINE= LXML LXML_DESC= Add support for py-lxml +NO_STAGE= yes .include .if ${PORT_OPTIONS:MLXML} Modified: head/news/py-twistedNews/Makefile ============================================================================== --- head/news/py-twistedNews/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/py-twistedNews/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -22,4 +22,5 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} +NO_STAGE= yes .include Modified: head/news/py-yenc/Makefile ============================================================================== --- head/news/py-yenc/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/py-yenc/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-yenc -# Date created: 24 Aug 2006 -# Whom: Alexander Botero-Lowry -# +# Created by: Alexander Botero-Lowry # $FreeBSD$ -# PORTNAME= yenc PORTVERSION= 0.3 @@ -18,4 +14,5 @@ COMMENT= A yenc decoding module for Pyth USE_PYTHON= yes USE_PYDISTUTILS=yes +NO_STAGE= yes .include Modified: head/news/rawdog/Makefile ============================================================================== --- head/news/rawdog/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/rawdog/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -1,9 +1,5 @@ -# New ports collection makefile for: rawdog -# Date created: 9 September 2003 -# Whom: Tim Bishop -# +# Created by: Tim Bishop # $FreeBSD$ -# PORTNAME= rawdog PORTVERSION= 2.13 @@ -19,6 +15,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes MAN1= rawdog.1 +NO_STAGE= yes post-install: ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/config ${EXAMPLESDIR} Modified: head/news/s-news/Makefile ============================================================================== --- head/news/s-news/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/s-news/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -31,6 +31,7 @@ PORTDOCS= README README.conf README.suck OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-install: Modified: head/news/sabnzbdplus/Makefile ============================================================================== --- head/news/sabnzbdplus/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/sabnzbdplus/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -92,6 +92,7 @@ UNRAR_DESC= Often required for unpacking FEEDPARSER_DESC= rss-feed support YENC_DESC= yenc support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPAR2CMDLINE} Modified: head/news/slnr/Makefile ============================================================================== --- head/news/slnr/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/slnr/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -18,6 +18,7 @@ MAKEFILE= src/Makefile DOCFILES= ${FILESDIR}/porting.notes other/soup12.doc other/slnr.doc \ LICENSE other/default.dot.slnrrc +NO_STAGE= yes do-install: .if !defined{NOPORTDOCS} @${ECHO_MSG} "===> Copying documents to ${PREFIX}/share/doc/slnr" Modified: head/news/slrn/Makefile ============================================================================== --- head/news/slrn/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/slrn/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -28,6 +28,7 @@ MAN1= slrn.1 slrnpull.1 OPTIONS_DEFINE= SSL DEVIEW OPTIONS_DEFAULT=SSL +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/news/slrnconf/Makefile ============================================================================== --- head/news/slrnconf/Makefile Fri Sep 20 22:28:25 2013 (r327758) +++ head/news/slrnconf/Makefile Fri Sep 20 22:31:15 2013 (r327759) @@ -17,6 +17,7 @@ USE_BZIP2= yes USES= perl5 MAKE_ARGS+= PREFIX=${PREFIX} *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 22:33:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DFE428CA; Fri, 20 Sep 2013 22:33:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CAF182688; Fri, 20 Sep 2013 22:33:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KMXmj1051417; Fri, 20 Sep 2013 22:33:48 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KMXg4H051357; Fri, 20 Sep 2013 22:33:42 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202233.r8KMXg4H051357@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 22:33:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327760 - in head/palm: bibelot gnome-pilot gnome-pilot-conduits iSiloXC imgvtopgm jpilot jpilot-db jpilot-picsnvideos libmal makeztxt mdbconv p5-Palm p5-Palm-PalmDoc palm-db-tools palm... 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.14 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: Fri, 20 Sep 2013 22:33:49 -0000 Author: bapt Date: Fri Sep 20 22:33:41 2013 New Revision: 327760 URL: http://svnweb.freebsd.org/changeset/ports/327760 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: palm) Modified: head/palm/bibelot/Makefile head/palm/gnome-pilot-conduits/Makefile head/palm/gnome-pilot/Makefile head/palm/iSiloXC/Makefile head/palm/imgvtopgm/Makefile head/palm/jpilot-db/Makefile head/palm/jpilot-picsnvideos/Makefile head/palm/jpilot/Makefile head/palm/libmal/Makefile head/palm/makeztxt/Makefile head/palm/mdbconv/Makefile head/palm/p5-Palm-PalmDoc/Makefile head/palm/p5-Palm/Makefile head/palm/palm-db-tools/Makefile head/palm/palmos-sdk/Makefile head/palm/pdbar/Makefile head/palm/pilot-link/Makefile head/palm/pilot_makedoc/Makefile head/palm/pilrc/Makefile head/palm/ppmtoTbmp/Makefile head/palm/py-synce-librapi2/Makefile head/palm/py-synce-librra/Makefile head/palm/synce-gvfs/Makefile head/palm/synce-hal/Makefile head/palm/synce-librapi2/Makefile head/palm/synce-librra/Makefile head/palm/synce-libsynce/Makefile head/palm/synce-serial/Makefile head/palm/synce-sync-engine/Makefile head/palm/synce-trayicon/Makefile head/palm/synce-vdccm/Makefile Modified: head/palm/bibelot/Makefile ============================================================================== --- head/palm/bibelot/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/bibelot/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -15,6 +15,7 @@ USES= perl5 WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME} Modified: head/palm/gnome-pilot-conduits/Makefile ============================================================================== --- head/palm/gnome-pilot-conduits/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/gnome-pilot-conduits/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -22,6 +22,7 @@ CONFIGURE_ARGS= --with-pisock=${LOCALBAS CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|||' \ ${WRKSRC}/mal-conduit/mal/client/unix/MAL31DBConfig.c Modified: head/palm/gnome-pilot/Makefile ============================================================================== --- head/palm/gnome-pilot/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/gnome-pilot/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -28,4 +28,5 @@ LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB MAN1= gpilot-install-file.1 GCONF_SCHEMAS= pilot.schemas +NO_STAGE= yes .include Modified: head/palm/iSiloXC/Makefile ============================================================================== --- head/palm/iSiloXC/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/iSiloXC/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -22,6 +22,7 @@ MAN5= ixl.5 MANCOMPRESSED= no PLIST_FILES= bin/iSiloXC +NO_STAGE= yes post-extract: @${CP} ${FILESDIR}/iSiloXC.1 ${FILESDIR}/ixl.5 ${WRKDIR} Modified: head/palm/imgvtopgm/Makefile ============================================================================== --- head/palm/imgvtopgm/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/imgvtopgm/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -1,9 +1,5 @@ -# New ports collection makefile for: imgvtopgm -# Date created: Wed Jun 16 04:42:22 JST 1999 -# Whom: sumikawa@ebina.hitachi.co.jp -# +# Created by: sumikawa@ebina.hitachi.co.jp # $FreeBSD$ -# PORTNAME= imgvtopgm PORTVERSION= 2.0 @@ -22,4 +18,5 @@ CONFIGUR_ARGS= --libdir=${PREFIX} MAN1= imgvinfo.1 imgvtopnm.1 imgvview.1 pbmtoimgv.1 \ pgmtoimgv.1 ppmimgvquant.1 +NO_STAGE= yes .include Modified: head/palm/jpilot-db/Makefile ============================================================================== --- head/palm/jpilot-db/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/jpilot-db/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -26,6 +26,7 @@ PLIST_FILES= bin/jpilot-db \ %%DATADIR%%/${PKGNAME}.jar PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/jpilot-db.sh ${PREFIX}/bin/jpilot-db @${MKDIR} ${DATADIR} Modified: head/palm/jpilot-picsnvideos/Makefile ============================================================================== --- head/palm/jpilot-picsnvideos/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/jpilot-picsnvideos/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -1,9 +1,5 @@ -# New ports collection makefile for: jpilot-picsnvideos -# Date created: 18 Feb 2010 -# Whom: Sascha Klauder -# +# Created by: Sascha Klauder # $FreeBSD$ -# PORTNAME= picsnvideos PORTVERSION= 0.2 @@ -26,6 +22,7 @@ PORTDOCS= README AUTHORS PLIST_FILES= lib/jpilot/plugins/libpicsnvideos.la \ lib/jpilot/plugins/libpicsnvideos.so +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/configure Modified: head/palm/jpilot/Makefile ============================================================================== --- head/palm/jpilot/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/jpilot/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -30,6 +30,7 @@ USE_GNOME+= gtk20 MAN1= jpilot-dial.1 jpilot-dump.1 jpilot-sync.1 jpilot.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/palm/libmal/Makefile ============================================================================== --- head/palm/libmal/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/libmal/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -1,10 +1,5 @@ -# Ports collection makefile for: libmal -# Date created: 4 september 2002 -# Whom: Adriaan de Groot -# -# +# Created by: Adriaan de Groot # $FreeBSD$ -# PORTNAME= libmal PORTVERSION= 0.44.1 @@ -23,4 +18,5 @@ CONFIGURE_ARGS= --with-pilot-prefix=${LO USE_LDCONFIG= YES CONFLICTS= malsync-[0-9]* +NO_STAGE= yes .include Modified: head/palm/makeztxt/Makefile ============================================================================== --- head/palm/makeztxt/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/makeztxt/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -1,9 +1,5 @@ -# New ports collection makefile for: makeztxt -# Date created: Oct 19, 2002 -# Whom: Roman Shterenzon -# +# Created by: Roman Shterenzon # $FreeBSD$ -# PORTNAME= makeztxt PORTVERSION= 1.62 @@ -20,6 +16,7 @@ USE_GMAKE= yes MAKE_ENV+= USEPOSIX=1 LONG_OPTS=1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's/-O2//' ${WRKSRC}/libztxt/Makefile Modified: head/palm/mdbconv/Makefile ============================================================================== --- head/palm/mdbconv/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/mdbconv/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -1,9 +1,5 @@ -# ports collection makefile for: mdbconv -# Date created: 14 June 2000 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= mdbconv PORTVERSION= 1.6 @@ -17,6 +13,7 @@ COMMENT= Converts CSV to MobileDB databa NO_WRKSUBDIR= yes PLIST_FILES= bin/mdbconv +NO_STAGE= yes pre-build: ${CP} ${FILESDIR}/Makefile ${WRKSRC} ${RM} ${WRKSRC}/mdbconv Modified: head/palm/p5-Palm-PalmDoc/Makefile ============================================================================== --- head/palm/p5-Palm-PalmDoc/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/p5-Palm-PalmDoc/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Palm::PalmDoc.3 +NO_STAGE= yes .include Modified: head/palm/p5-Palm/Makefile ============================================================================== --- head/palm/p5-Palm/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/p5-Palm/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -25,4 +25,5 @@ MAN3= Palm::Address.3 \ Palm::StdAppInfo.3 \ Palm::ToDo.3 +NO_STAGE= yes .include Modified: head/palm/palm-db-tools/Makefile ============================================================================== --- head/palm/palm-db-tools/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/palm-db-tools/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -19,6 +19,7 @@ PLIST_FILES= lib/libpdbtools.so \ bin/csv2pdb \ bin/pdb2csv +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|-Wno-deprecated|& -fPIC -DPIC|" \ ${WRKSRC}/libflatfile/Makefile.in ${WRKSRC}/libpalm/Makefile.in \ Modified: head/palm/palmos-sdk/Makefile ============================================================================== --- head/palm/palmos-sdk/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/palmos-sdk/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Palm OS SDK -# Date created: Mar 22 2000 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= palmos-sdk PORTVERSION= ${SDKVER}r3 @@ -23,6 +18,7 @@ SDKVER= 5.1.0 INCDIR= ${PREFIX}/palmdev/sdk-${SDKVER}/include LIBDIR= ${PREFIX}/palmdev/sdk-${SDKVER}/lib +NO_STAGE= yes .include .if defined(BATCH) || defined(PACKAGE_BUILDING) Modified: head/palm/pdbar/Makefile ============================================================================== --- head/palm/pdbar/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/pdbar/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pdbar -# Date created: 5 January 2004 -# Whom: Eric P. Scott -# +# Created by: Eric P. Scott # $FreeBSD$ -# PORTNAME= pdbar PORTVERSION= 00.05.01 @@ -20,6 +16,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" MAN1= pdbar.1 PLIST_FILES= bin/pdbar +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/par ${PREFIX}/bin/pdbar ${INSTALL_MAN} ${WRKSRC}/par.man ${MANPREFIX}/man/man1/pdbar.1 Modified: head/palm/pilot-link/Makefile ============================================================================== --- head/palm/pilot-link/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/pilot-link/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -23,6 +23,7 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= PNG THREADS USB USB_DESC= Compile with USB via libusb support (READ MANUAL!) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MTHREADS} Modified: head/palm/pilot_makedoc/Makefile ============================================================================== --- head/palm/pilot_makedoc/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/pilot_makedoc/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pilot_makedoc -# Date created: May 10th 1997 -# Whom: jfitz@FreeBSD.org -# +# Created by: jfitz@FreeBSD.org # $FreeBSD$ -# PORTNAME= pilot_makedoc PORTVERSION= 0.7a @@ -21,6 +17,7 @@ NO_WRKSUBDIR= YES PLIST_FILES= bin/pilot_makedoc ALL_TARGET= pilot_makedoc +NO_STAGE= yes do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} Modified: head/palm/pilrc/Makefile ============================================================================== --- head/palm/pilrc/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/pilrc/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -1,9 +1,4 @@ -# New ports collection makefile for: PilRC -# Date created: 29 Mar 2000 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= pilrc PORTVERSION= 3.2 @@ -20,6 +15,7 @@ CONFIGURE_ARGS+= --enable-pilrcui USE_GNOME= gtk12 GNU_CONFIGURE= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pilrc ${WRKSRC}/pilrcui ${PREFIX}/bin .if !defined(NOPORTDOCS) Modified: head/palm/ppmtoTbmp/Makefile ============================================================================== --- head/palm/ppmtoTbmp/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/ppmtoTbmp/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ppmtoTbmp -# Date created: 30th May 2001 -# Whom: Jose Marques -# +# Created by: Jose Marques # $FreeBSD$ -# PORTNAME= ppmtoTbmp PORTVERSION= 1.1 @@ -19,6 +15,7 @@ LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphi LDFLAGS+= -L${LOCALBASE}/lib MAKE_ARGS= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" LDLIBS=-lnetpbm +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^#include "ppmcmap.h"/d' ${WRKSRC}/ppmtoTbmp.c Modified: head/palm/py-synce-librapi2/Makefile ============================================================================== --- head/palm/py-synce-librapi2/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/py-synce-librapi2/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-synce-librapi2 -# Date created: 19 June 2008 -# Whom: Ilya Bakulin -# +# Created by: Ilya Bakulin # $FreeBSD$ CATEGORIES= palm python @@ -21,6 +18,7 @@ PLIST= ${.CURDIR}/pkg-plist RAPI_SLAVE= pythonb +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|$$(top_builddir)/src/librapi.la|${LOCALBASE}/lib/librapi.la|g' \ ${WRKSRC}/python/Makefile.in Modified: head/palm/py-synce-librra/Makefile ============================================================================== --- head/palm/py-synce-librra/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/py-synce-librra/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-synce-librra -# Date created: 19 Jun 2008 -# Whom: Ilya Bakulin -# +# Created by: Ilya Bakulin # $FreeBSD$ CATEGORIES= palm python @@ -21,6 +18,7 @@ PLIST= ${.CURDIR}/pkg-plist RRA_SLAVE= pythonb +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|$$(top_builddir)/lib/librra.la|${LOCALBASE}/lib/librra.la|g' \ ${WRKSRC}/python/Makefile.in Modified: head/palm/synce-gvfs/Makefile ============================================================================== --- head/palm/synce-gvfs/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/synce-gvfs/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -25,6 +25,7 @@ GVFS_PORTDIR= ${PORTSDIR}/devel/gvfs GVFS_WRKSRC_CMD=cd ${GVFS_PORTDIR} && ${MAKE} -V WRKSRC +NO_STAGE= yes post-extract: .for dir in common daemon ${CP} `${GVFS_WRKSRC_CMD}`/${dir}/*.[ch] ${WRKSRC}/gvfs/${dir} Modified: head/palm/synce-hal/Makefile ============================================================================== --- head/palm/synce-hal/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/synce-hal/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -1,7 +1,4 @@ -# New ports collection makefile for: synce-hal -# Date created: 14 May 2008 -# Whom: Ilya Bakulin -# +# Created by: Ilya Bakulin # $FreeBSD$ PORTNAME= hal @@ -27,6 +24,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-hal-addon-dir=${PREFIX}/libexec \ --disable-bluetooth-support +NO_STAGE= yes .include .if ${OSVERSION} >= 800074 Modified: head/palm/synce-librapi2/Makefile ============================================================================== --- head/palm/synce-librapi2/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/synce-librapi2/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -1,7 +1,4 @@ -# New ports collection makefile for: synce-librapi2 -# Date created: 14 June 2003 -# Whom: Sam Lawrance -# +# Created by: Sam Lawrance # $FreeBSD$ PORTNAME= librapi2 @@ -23,6 +20,7 @@ USES= pathfix iconv pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} --with-libsynce="${LOCALBASE}" +NO_STAGE= yes .include .if defined(RAPI_SLAVE) && ${RAPI_SLAVE} == "pythonb" Modified: head/palm/synce-librra/Makefile ============================================================================== --- head/palm/synce-librra/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/synce-librra/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -27,6 +27,7 @@ USES= pathfix pkgconfig iconv CONFIGURE_ARGS+= --with-libsynce="${LOCALBASE}" \ --with-libmimedir="${LOCALBASE}" +NO_STAGE= yes .include .if defined(RRA_SLAVE) && ${RRA_SLAVE} == "pythonb" Modified: head/palm/synce-libsynce/Makefile ============================================================================== --- head/palm/synce-libsynce/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/synce-libsynce/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -1,7 +1,4 @@ -# New ports collection makefile for: synce-libsynce -# Date created: 14 June 2003 -# Whom: Sam Lawrance -# +# Created by: Sam Lawrance # $FreeBSD$ PORTNAME= libsynce @@ -41,4 +38,5 @@ MAN7= synce.7 USE_LDCONFIG= yes +NO_STAGE= yes .include Modified: head/palm/synce-serial/Makefile ============================================================================== --- head/palm/synce-serial/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/synce-serial/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -1,7 +1,4 @@ -# New ports collection makefile for: synce-serial -# Date created: 14 June 2003 -# Whom: Sam Lawrance -# +# Created by: Sam Lawrance # $FreeBSD$ PORTNAME= synce-serial @@ -21,4 +18,5 @@ MAN8= ${PORTNAME}-config.8 ${PORTNAME}- GNU_CONFIGURE= yes +NO_STAGE= yes .include Modified: head/palm/synce-sync-engine/Makefile ============================================================================== --- head/palm/synce-sync-engine/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/synce-sync-engine/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -1,7 +1,4 @@ -# New ports collection makefile for: synce-sync-engine -# Date created: 27 September 2008 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ PORTNAME?= sync-engine @@ -32,6 +29,7 @@ USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= synce_sync_engine .endif +NO_STAGE= yes .include .if defined(ENGINE_VER) && defined(PLUGINDIR) Modified: head/palm/synce-trayicon/Makefile ============================================================================== --- head/palm/synce-trayicon/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/synce-trayicon/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -32,6 +32,7 @@ SUB_FILES= pkg-message MAN1= ${PORTNAME}.1 +NO_STAGE= yes .include pre-configure: Modified: head/palm/synce-vdccm/Makefile ============================================================================== --- head/palm/synce-vdccm/Makefile Fri Sep 20 22:31:15 2013 (r327759) +++ head/palm/synce-vdccm/Makefile Fri Sep 20 22:33:41 2013 (r327760) @@ -26,6 +26,7 @@ CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} MAN1= triggerconnection.1 ${PORTNAME}.1 PLIST_FILES= bin/triggerconnection bin/${PORTNAME} +NO_STAGE= yes .include .if ${ARCH} == "powerpc" From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 22:34:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2AE2B9AE; Fri, 20 Sep 2013 22:34:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 161852690; Fri, 20 Sep 2013 22:34:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KMYlG7052226; Fri, 20 Sep 2013 22:34:47 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KMYhwj052190; Fri, 20 Sep 2013 22:34:43 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202234.r8KMYhwj052190@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 22:34:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327761 - in head/polish: aspell calligra-l10n ekg ekg2 fortunepl gimp-help gnugadu2 hunspell hyphen ispell kadu kde4-l10n libgadu libreoffice libtlen mythes php_doc qfaktury qnapi sms2... 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.14 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: Fri, 20 Sep 2013 22:34:48 -0000 Author: bapt Date: Fri Sep 20 22:34:42 2013 New Revision: 327761 URL: http://svnweb.freebsd.org/changeset/ports/327761 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: polish) Modified: head/polish/aspell/Makefile head/polish/calligra-l10n/Makefile head/polish/ekg/Makefile head/polish/ekg2/Makefile head/polish/fortunepl/Makefile head/polish/gimp-help/Makefile head/polish/gnugadu2/Makefile head/polish/hunspell/Makefile head/polish/hyphen/Makefile head/polish/ispell/Makefile head/polish/kadu/Makefile head/polish/kde4-l10n/Makefile head/polish/libgadu/Makefile head/polish/libreoffice/Makefile head/polish/libtlen/Makefile head/polish/mythes/Makefile head/polish/php_doc/Makefile head/polish/qfaktury/Makefile head/polish/qnapi/Makefile head/polish/sms2/Makefile head/polish/tleenx2/Makefile head/polish/trf/Makefile head/polish/webalizer2/Makefile Modified: head/polish/aspell/Makefile ============================================================================== --- head/polish/aspell/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/aspell/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pl-aspell -# Date created: 3 September 2002 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= aspell DISTVERSION= 6-pl-6.0_20061121-0 @@ -16,5 +12,6 @@ COMMENT= Aspell Polish dictionary DICT= pl +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/polish/calligra-l10n/Makefile ============================================================================== --- head/polish/calligra-l10n/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/calligra-l10n/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -9,5 +9,6 @@ COMMENT= Polish messages and documentati CALLIGRA_L10N= pl +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/polish/ekg/Makefile ============================================================================== --- head/polish/ekg/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/ekg/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -37,6 +37,7 @@ ASPELL_LIB_DEPENDS= libaspell.so:${PORTS OPENSSL_CONFIGURE_OFF= --without-openssl +NO_STAGE= yes post-install: ${STRIP_CMD} ${PREFIX}/bin/ekg Modified: head/polish/ekg2/Makefile ============================================================================== --- head/polish/ekg2/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/ekg2/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -87,6 +87,7 @@ XOSD_CONFIGURE_ON= --with-libxosd XOSD_CONFIGURE_OFF= --without-libxosd XOSD_LIB_DEPENDS= libxosd.so:${PORTSDIR}/misc/xosd +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGTK2} Modified: head/polish/fortunepl/Makefile ============================================================================== --- head/polish/fortunepl/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/fortunepl/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fortunepl -# Date created: 13-01-2005 -# Whom: Aleksander Fafula -# +# Created by: Aleksander Fafula # $FreeBSD$ -# PORTNAME= fortunepl PORTVERSION= 0.0.20051022 @@ -32,6 +28,7 @@ FORTUNES= 7thguard advocacy apcoh argant teleturnieje testnaosobowosc wierszyki wieza-pilot zen \ znaki_zodiaku +NO_STAGE= yes pre-everything:: .if !exists(${STRCMD}) IGNORE= need strfile command. Please install games distribution of base system Modified: head/polish/gimp-help/Makefile ============================================================================== --- head/polish/gimp-help/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/gimp-help/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gimp-help -# Date created: 10th April 2010 -# Whom: SimaMoto,RyoTa -# +# Created by: SimaMoto,RyoTa # $FreeBSD$ -# CATEGORIES= polish graphics @@ -15,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../../misc/gimp-he DOCLANG= pl AMPLE= "@comment " +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/polish/gnugadu2/Makefile ============================================================================== --- head/polish/gnugadu2/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/gnugadu2/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -57,6 +57,7 @@ XOSD_DESC= Enable On-Screen-Display mess #.if ${${HAVE_GNOME:Mesound}!="" && empty(PORT_OPTIONS:MESOUND) +NO_STAGE= yes .include # can't change this untile HAVE_GNOME has been fixed .if ${PORT_OPTIONS:MAUTODETECT} Modified: head/polish/hunspell/Makefile ============================================================================== --- head/polish/hunspell/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/hunspell/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -1,4 +1,3 @@ -# Created by: Baptiste Daroussin # $FreeBSD$ PORTNAME= hunspell @@ -21,6 +20,7 @@ PLIST_FILES= %%DATADIR%%/pl_PL.aff \ %%DATADIR%%/pl_PL.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes post-extract: @${EXTRACT_CMD} ${WRKDIR}/pl_PL.zip -d ${WRKSRC}/ Modified: head/polish/hyphen/Makefile ============================================================================== --- head/polish/hyphen/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/hyphen/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -1,9 +1,4 @@ -# New ports collection makefile for: hyphen -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= hyphen PORTVERSION= 2007.04.16 @@ -25,6 +20,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_pl_PL.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hyph_pl_PL.dic ${DATADIR}/ Modified: head/polish/ispell/Makefile ============================================================================== --- head/polish/ispell/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/ispell/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -13,6 +13,7 @@ USES= perl5 MASTERDIR= ${.CURDIR}/../../textproc/ispell .if exists(${.CURDIR}/Makefile.local) +NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif Modified: head/polish/kadu/Makefile ============================================================================== --- head/polish/kadu/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/kadu/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -54,6 +54,7 @@ GG_EMOTS_DESC= Install GG-compatible emo GG_EMOTS_DISTFILES= ${GG6_EMOTS_DISTFILE}:additions \ ${GG7_EMOTS_DISTFILE}:additions +NO_STAGE= yes .include .if ${OSVERSION} > 1000051 Modified: head/polish/kde4-l10n/Makefile ============================================================================== --- head/polish/kde4-l10n/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/kde4-l10n/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -11,6 +11,7 @@ COMMENT= Polish messages and documentati KDE4_L10N= pl MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" Modified: head/polish/libgadu/Makefile ============================================================================== --- head/polish/libgadu/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/libgadu/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -31,6 +31,7 @@ PLIST_FILES= include/libgadu.h \ OPTIONS_DEFINE= OPENSSL OPTIONS_DEFAULT=OPENSSL +NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPENSSL} Modified: head/polish/libreoffice/Makefile ============================================================================== --- head/polish/libreoffice/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/libreoffice/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -4,6 +4,7 @@ LO_I18N= pl LO_HAS_HELPPACK= yes CATEGORIES= polish editors +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include Modified: head/polish/libtlen/Makefile ============================================================================== --- head/polish/libtlen/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/libtlen/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -1,10 +1,5 @@ -# New ports collection makefile for: libtlen -# Date created: 25 September 2003 -# Whom: Piotr Smyrak and -# Maciek Korzen -# +# Created by: Piotr Smyrak and # $FreeBSD$ -# PORTNAME= libtlen PORTVERSION= 20041113 @@ -18,6 +13,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes .if !defined(NOPORTDOCS) +NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} .for f in libtlen.html libtlen.css AUTHORS TODO Modified: head/polish/mythes/Makefile ============================================================================== --- head/polish/mythes/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/mythes/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -1,9 +1,4 @@ -# New ports collection makefile for: mythes -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= mythes PORTVERSION= 1.5 @@ -26,6 +21,7 @@ PLIST_FILES= %%DATADIR%%/th_pl_PL_v2.dat %%DATADIR%%/th_pl_PL_v2.idx PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/th_pl_PL_v2.dat ${WRKSRC}/th_pl_PL_v2.idx ${DATADIR}/ Modified: head/polish/php_doc/Makefile ============================================================================== --- head/polish/php_doc/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/php_doc/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -1,13 +1,10 @@ -# New ports collection makefile for: php_doc -# Date created: Sun Nov 25 17:56:41 CET 2001 -# Whom: Dirk Froemberg -# +# Created by: Dirk Froemberg # $FreeBSD$ -# CATEGORIES= polish lang PKGNAMEPREFIX= PHP_LANG= pl MASTERDIR= ${.CURDIR}/../../lang/php_doc +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/polish/qfaktury/Makefile ============================================================================== --- head/polish/qfaktury/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/qfaktury/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -1,9 +1,5 @@ -# New ports collection makefile for: qfaktury -# Date created: 2009-04-20 -# Whom: Piotr Rybicki (meritus@innervision.pl) -# +# Created by: Piotr Rybicki (meritus@innervision.pl) # $FreeBSD$ -# PORTNAME= qfaktury PORTVERSION= 0.6.2 @@ -18,6 +14,7 @@ USE_QT4= qmake_build uic_build moc_build PORTDOCS= ChangeLog.txt ReadMe.txt ReleaseNotes.txt TODO.txt +NO_STAGE= yes post-patch: @cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|@PREFIX@|${PREFIX}|g' qfaktury.pro \ QFaktury.desktop Modified: head/polish/qnapi/Makefile ============================================================================== --- head/polish/qnapi/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/qnapi/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -25,6 +25,7 @@ PORTDOCS= ChangeLog README.pl COPYRIGHT OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-patch: Modified: head/polish/sms2/Makefile ============================================================================== --- head/polish/sms2/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/sms2/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -1,9 +1,5 @@ -# New ports collection makefile for: sms2 -# Date created: 04 sep 2004 -# Whom: Krzysztof Kowalewski -# +# Created by: Krzysztof Kowalewski # $FreeBSD$ -# PORTNAME= sms PORTVERSION= 2.1.0 @@ -26,4 +22,5 @@ LATEST_LINK= sms2 USE_GMAKE= yes +NO_STAGE= yes .include Modified: head/polish/tleenx2/Makefile ============================================================================== --- head/polish/tleenx2/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/tleenx2/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -24,6 +24,7 @@ WRKSRC= ${WRKDIR}/TleenX2-${PORTVERSION MAN1= tleenx2.1 PORTDOCS= README gg.txt sms.txt +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' ${WRKSRC}/src/Makefile.in Modified: head/polish/trf/Makefile ============================================================================== --- head/polish/trf/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/trf/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -9,6 +9,7 @@ MASTER_SITES= http://korzen.org/soft/trf MAINTAINER= ports@FreeBSD.org COMMENT= Billing software for traffic counting working with most Polish ISPs +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} Modified: head/polish/webalizer2/Makefile ============================================================================== --- head/polish/webalizer2/Makefile Fri Sep 20 22:33:41 2013 (r327760) +++ head/polish/webalizer2/Makefile Fri Sep 20 22:34:42 2013 (r327761) @@ -1,7 +1,4 @@ -# New ports collection makefile for: webalizer2 -# Date created: 11.Sep 2003 -# Whom: wtp@bsdguru.org -# +# Created by: wtp@bsdguru.org # $FreeBSD$ CATEGORIES= polish @@ -11,6 +8,7 @@ MAINTAINER= wtp@bsdguru.org MASTERDIR?= ${.CURDIR}/../../www/webalizer WEBALIZER_LANG= polish +NO_STAGE= yes .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" .endif From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 22:37:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EB360A98; Fri, 20 Sep 2013 22:37:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D634D269C; Fri, 20 Sep 2013 22:37:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KMb32j053834; Fri, 20 Sep 2013 22:37:03 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KMan5A053725; Fri, 20 Sep 2013 22:36:49 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202236.r8KMan5A053725@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 22:36:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327762 - in head/ports-mgmt: bpkg bpm bxpkg chucky dialog4ports dialog4ports-static distilator fastest_sites fbsdmon genplist gnome-packagekit hs-porte jailaudit kpackagekit kports-qt4... 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.14 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: Fri, 20 Sep 2013 22:37:04 -0000 Author: bapt Date: Fri Sep 20 22:36:49 2013 New Revision: 327762 URL: http://svnweb.freebsd.org/changeset/ports/327762 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: ports-mgmt) Modified: head/ports-mgmt/bpkg/Makefile head/ports-mgmt/bpm/Makefile head/ports-mgmt/bxpkg/Makefile head/ports-mgmt/chucky/Makefile head/ports-mgmt/dialog4ports-static/Makefile head/ports-mgmt/dialog4ports/Makefile head/ports-mgmt/distilator/Makefile head/ports-mgmt/fastest_sites/Makefile head/ports-mgmt/fbsdmon/Makefile head/ports-mgmt/genplist/Makefile head/ports-mgmt/gnome-packagekit/Makefile head/ports-mgmt/hs-porte/Makefile head/ports-mgmt/jailaudit/Makefile head/ports-mgmt/kpackagekit/Makefile head/ports-mgmt/kports-qt4/Makefile head/ports-mgmt/lsknobs/Makefile head/ports-mgmt/managepkg/Makefile head/ports-mgmt/mkreadmes/Makefile head/ports-mgmt/p5-App-Pm2Port/Makefile head/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile head/ports-mgmt/p5-FreeBSD-Pkgs/Makefile head/ports-mgmt/p5-FreeBSD-Portindex/Makefile head/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile head/ports-mgmt/p5-FreeBSD-Ports/Makefile head/ports-mgmt/packagekit-qt4/Makefile head/ports-mgmt/packagekit/Makefile head/ports-mgmt/pbi-manager/Makefile head/ports-mgmt/pchecker/Makefile head/ports-mgmt/pib/Makefile head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-orphan/Makefile head/ports-mgmt/pkg-plist/Makefile head/ports-mgmt/pkg-rmleaf/Makefile head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg_add_it/Makefile head/ports-mgmt/pkg_cleanup/Makefile head/ports-mgmt/pkg_cutleaves/Makefile head/ports-mgmt/pkg_install/Makefile head/ports-mgmt/pkg_jail/Makefile head/ports-mgmt/pkg_remove/Makefile head/ports-mgmt/pkg_replace/Makefile head/ports-mgmt/pkg_rmleaves/Makefile head/ports-mgmt/pkg_search/Makefile head/ports-mgmt/pkg_trackinst/Makefile head/ports-mgmt/pkg_tree/Makefile head/ports-mgmt/pkgfe/Makefile head/ports-mgmt/pkgs_which/Makefile head/ports-mgmt/pkgsearch/Makefile head/ports-mgmt/port-authoring-tools/Makefile head/ports-mgmt/port-maintenance-tools/Makefile head/ports-mgmt/portaudit-db/Makefile head/ports-mgmt/portaudit/Makefile head/ports-mgmt/portbuilder/Makefile head/ports-mgmt/portcheckout/Makefile head/ports-mgmt/portconf/Makefile head/ports-mgmt/portdowngrade/Makefile head/ports-mgmt/porteasy/Makefile head/ports-mgmt/portell/Makefile head/ports-mgmt/portless/Makefile head/ports-mgmt/portlint/Makefile head/ports-mgmt/portrac/Makefile head/ports-mgmt/portscout/Makefile head/ports-mgmt/portsearch/Makefile head/ports-mgmt/portshaker-config/Makefile head/ports-mgmt/portshaker/Makefile head/ports-mgmt/portsopt/Makefile head/ports-mgmt/portsreinstall/Makefile head/ports-mgmt/porttools/Makefile head/ports-mgmt/porttree/Makefile head/ports-mgmt/portupdate-scan/Makefile head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere/Makefile head/ports-mgmt/prhistory/Makefile head/ports-mgmt/psearch/Makefile head/ports-mgmt/pver/Makefile head/ports-mgmt/symports/Makefile head/ports-mgmt/tinderbox-devel/Makefile head/ports-mgmt/tinderbox/Makefile head/ports-mgmt/vulnerability-test-port/Makefile head/ports-mgmt/wanted-ports/Makefile head/ports-mgmt/xps/Makefile Modified: head/ports-mgmt/bpkg/Makefile ============================================================================== --- head/ports-mgmt/bpkg/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/bpkg/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,11 +1,5 @@ -# New ports collection makefile for: bpkg -# Date created: 24 June 2007 -# Whom: Andy Kosela -# +# Created by: Andy Kosela # $FreeBSD$ -# -# This port is self contained in the files directory. -# PORTNAME= bpkg PORTVERSION= 2.1.7 @@ -23,6 +17,7 @@ PLIST_FILES= bin/bpkg MAN8= bpkg.8 +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/bpkg.sh ${PREFIX}/bin/bpkg ${INSTALL_MAN} ${FILESDIR}/bpkg.8 ${MAN8PREFIX}/man/man8 Modified: head/ports-mgmt/bpm/Makefile ============================================================================== --- head/ports-mgmt/bpm/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/bpm/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -22,6 +22,7 @@ MAKE_ENV+= OSTYPE="${OPSYS}" SUB_FILES= bpm.desktop +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ ${REINPLACE_CMD} -e "s|-lintl|-lintl -L${LOCALBASE}/lib|g" Modified: head/ports-mgmt/bxpkg/Makefile ============================================================================== --- head/ports-mgmt/bxpkg/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/bxpkg/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -20,6 +20,7 @@ USE_BZIP2= YES WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} +NO_STAGE= yes .include .if ${OSVERSION} < 800000 Modified: head/ports-mgmt/chucky/Makefile ============================================================================== --- head/ports-mgmt/chucky/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/chucky/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -32,6 +32,7 @@ SUB_FILES= pkg-message SUB_LIST= MAN7PREFIX="${MAN7PREFIX}" PORTDOCS= * +NO_STAGE= yes .include post-install: Modified: head/ports-mgmt/dialog4ports-static/Makefile ============================================================================== --- head/ports-mgmt/dialog4ports-static/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/dialog4ports-static/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -11,6 +11,7 @@ D4P_SLAVE= yes PLIST_FILES= bin/dialog4ports-static +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dialog4ports \ ${PREFIX}/bin/dialog4ports-static Modified: head/ports-mgmt/dialog4ports/Makefile ============================================================================== --- head/ports-mgmt/dialog4ports/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/dialog4ports/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -27,6 +27,7 @@ MAN1= ${PORTNAME}.1 PLIST_FILES= bin/dialog4ports .endif +NO_STAGE= yes .include MAKE_ARGS+= DEBUG_FLAGS="${DEBUG_FLAGS}" Modified: head/ports-mgmt/distilator/Makefile ============================================================================== --- head/ports-mgmt/distilator/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/distilator/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -17,4 +17,5 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include Modified: head/ports-mgmt/fastest_sites/Makefile ============================================================================== --- head/ports-mgmt/fastest_sites/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/fastest_sites/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -15,6 +15,7 @@ NO_BUILD= yes PLIST_FILES= bin/fastest_sites +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} Modified: head/ports-mgmt/fbsdmon/Makefile ============================================================================== --- head/ports-mgmt/fbsdmon/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/fbsdmon/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -16,6 +16,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ SUB_FILES= 600.fbsdmon pkg-message USE_RC_SUBR= fbsdmon +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fbsdmon ${PREFIX}/sbin ${MKDIR} /var/db/fbsdmon Modified: head/ports-mgmt/genplist/Makefile ============================================================================== --- head/ports-mgmt/genplist/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/genplist/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,4 +1,4 @@ -# Created by: Jason Bacon +# Created by: Jason Bacon # $FreeBSD$ PORTNAME= genplist @@ -16,6 +16,7 @@ PLIST_FILES= bin/genplist MAN1= genplist.1 +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${WRKSRC}/genplist ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/genplist.1 ${MAN1PREFIX}/man/man1 Modified: head/ports-mgmt/gnome-packagekit/Makefile ============================================================================== --- head/ports-mgmt/gnome-packagekit/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/gnome-packagekit/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -35,6 +35,7 @@ MAN1= gpk-application.1 gpk-backend-stat gpk-install-provide-file.1 gpk-prefs.1 gpk-repo.1 gpk-update-icon.1 \ gpk-update-viewer.1 +NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -E -e 's/.*CPPFLAGS.*-Werror/#$$&/' \ -e 's|-Wmissing-include-dirs||g' ${WRKSRC}/configure Modified: head/ports-mgmt/hs-porte/Makefile ============================================================================== --- head/ports-mgmt/hs-porte/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/hs-porte/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -15,5 +15,6 @@ USE_CABAL= extensible-exceptions strings EXECUTABLE= porte +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/ports-mgmt/jailaudit/Makefile ============================================================================== --- head/ports-mgmt/jailaudit/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/jailaudit/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -21,4 +21,5 @@ PLIST_SUB+= PERIODICDIR="${PERIODICDIR:S REPORTDIR="${REPORTDIR:S,^${PREFIX}/,,}" \ XTMPDIR="${XTMPDIR:S,^${PREFIX}/,,}" +NO_STAGE= yes .include Modified: head/ports-mgmt/kpackagekit/Makefile ============================================================================== --- head/ports-mgmt/kpackagekit/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/kpackagekit/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,4 +1,3 @@ -# Created by: Alberto Villa # $FreeBSD$ PORTNAME= KPackageKit @@ -25,4 +24,5 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME:L}-${PORTVERSION} +NO_STAGE= yes .include Modified: head/ports-mgmt/kports-qt4/Makefile ============================================================================== --- head/ports-mgmt/kports-qt4/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/kports-qt4/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -33,6 +33,7 @@ KDEBASE_DESC= Pull in kdebase-runtime fo IGNORE= only works with traditional pkg-tools .endif +NO_STAGE= yes .include .if ${PORT_OPTIONS:MOXYGEN} Modified: head/ports-mgmt/lsknobs/Makefile ============================================================================== --- head/ports-mgmt/lsknobs/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/lsknobs/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,11 +1,5 @@ -# New ports collection makefile for: lsknobs -# Date created: 5 Sep 2007 -# Whom: Gabriel Linder -# +# Created by: Gabriel Linder # $FreeBSD$ -# -# This port is self contained in the files directory. -# PORTNAME= lsknobs PORTVERSION= 1.0 @@ -23,6 +17,7 @@ SUB_FILES= pkg-message ${PORTNAME}.sh PLIST_FILES= sbin/${PORTNAME} +NO_STAGE= yes do-fetch: @${DO_NADA} Modified: head/ports-mgmt/managepkg/Makefile ============================================================================== --- head/ports-mgmt/managepkg/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/managepkg/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR} NO_BUILD= yes PLIST_FILES= sbin/managepkg +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/ Modified: head/ports-mgmt/mkreadmes/Makefile ============================================================================== --- head/ports-mgmt/mkreadmes/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/mkreadmes/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mkreadmes -# Date created: 2012-03-01 -# Whom: Conrad J. Sabatier -# +# Created by: Conrad J. Sabatier # $FreeBSD$ -# PORTNAME= mkreadmes DISTVERSION= 1.3 @@ -21,6 +17,7 @@ MANCOMPRESSED= maybe PLIST_FILES= sbin/${PORTNAME} PORTDATA= * +NO_STAGE= yes post-extract: # adjust definition of PREFIX in mkreadmes.h only if it differs from # the current setting of ${PREFIX} Modified: head/ports-mgmt/p5-App-Pm2Port/Makefile ============================================================================== --- head/ports-mgmt/p5-App-Pm2Port/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/p5-App-Pm2Port/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -23,4 +23,5 @@ USE_PERL5= configure MAN1= pm2port.1 MAN3= App::Pm2Port.3 +NO_STAGE= yes .include Modified: head/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile ============================================================================== --- head/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-FreeBSD-Pkgs-Findupdates -# Date created: 2009-04-01 -# Whom: Zane C, Bowers -# +# Created by: Zane C, Bowers # $FreeBSD$ -# PORTNAME= FreeBSD-Pkgs-FindUpdates PORTVERSION= 0.3.0 @@ -26,4 +22,5 @@ USE_PERL5= configure MAN3= FreeBSD::Pkgs::FindUpdates.3 +NO_STAGE= yes .include Modified: head/ports-mgmt/p5-FreeBSD-Pkgs/Makefile ============================================================================== --- head/ports-mgmt/p5-FreeBSD-Pkgs/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/p5-FreeBSD-Pkgs/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-FreeBSD-Pkgs -# Date created: 2008-07-02 -# Whom: Zane C, Bowers -# +# Created by: Zane C, Bowers # $FreeBSD$ -# PORTNAME= FreeBSD-Pkgs PORTVERSION= 0.2.0 @@ -22,4 +18,5 @@ USE_PERL5= configure MAN3= FreeBSD::Pkgs.3 +NO_STAGE= yes .include Modified: head/ports-mgmt/p5-FreeBSD-Portindex/Makefile ============================================================================== --- head/ports-mgmt/p5-FreeBSD-Portindex/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/p5-FreeBSD-Portindex/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -21,6 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= GRAPHVIZ GRAPHVIS_DESCR= Add GraphViz run-time dependency +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGRAPHVIZ} Modified: head/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile ============================================================================== --- head/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-FreeBSD-Ports-INDEXhash -# Date created: 2008-03-23 -# Whom: Zane C, Bowers -# +# Created by: Zane C, Bowers # $FreeBSD$ -# PORTNAME= FreeBSD-Ports-INDEXhash PORTVERSION= 1.2.2 @@ -19,4 +15,5 @@ USE_PERL5= configure MAN3= FreeBSD::Ports::INDEXhash.3 +NO_STAGE= yes .include Modified: head/ports-mgmt/p5-FreeBSD-Ports/Makefile ============================================================================== --- head/ports-mgmt/p5-FreeBSD-Ports/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/p5-FreeBSD-Ports/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-FreeBSD-Ports -# Date created: 12 September 2001 -# Whom: Tom Hukins -# +# Created by: Tom Hukins # $FreeBSD$ -# PORTNAME= FreeBSD-Ports PORTVERSION= 0.04 @@ -21,4 +17,5 @@ USES= perl5 USE_PERL5= configure MAN3= FreeBSD::Ports::Port.3 \ FreeBSD::Ports.3 +NO_STAGE= yes .include Modified: head/ports-mgmt/packagekit-qt4/Makefile ============================================================================== --- head/ports-mgmt/packagekit-qt4/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/packagekit-qt4/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,10 +1,6 @@ -# New ports collection makefile for: PackageKit-qt -# Date created: 5 jan 2009 -# Whom: Koop Mast -# +# Created by: Koop Mast # $FreeBSD$ # $MCom: ports/ports-mgmt/packagekit-qt4/Makefile,v 1.1 2010/01/08 02:16:38 kwm Exp $ -# PORTREVISION= 1 PKGNAMESUFFIX= -qt4 @@ -19,4 +15,5 @@ INSTALL_WRKSRC= ${WRKSRC}/lib/packagekit SLAVEPORT= qt4 PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/ports-mgmt/packagekit/Makefile ============================================================================== --- head/ports-mgmt/packagekit/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/packagekit/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -47,6 +47,7 @@ OPTIONS_DEFINE= PORTS MANPAGES OPTIONS_DEFAULT=PORTS PORTS_DESC=Use portupgrade for management, dummy if disabled +NO_STAGE= yes .include . if ${PORT_OPTIONS:MMANPAGES} Modified: head/ports-mgmt/pbi-manager/Makefile ============================================================================== --- head/ports-mgmt/pbi-manager/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pbi-manager/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,7 +1,4 @@ -# New ports collection makefile for: pbi-manager -# Date created: 27 May 2010 -# Whom: Kris Moore -# +# Created by: Kris Moore # $FreeBSD$ PORTNAME= pbi-manager @@ -30,6 +27,7 @@ MAN5= pbi.conf.5 MAN8= pbi_addrepo.8 pbi_autobuild.8 pbi_deleterepo.8 \ pbi_makepatch.8 pbi_makeport.8 pbi_makerepo.8 pbid.8 +NO_STAGE= yes do-install: cd ${WRKSRC} && ./install.sh ${LOCALBASE} Modified: head/ports-mgmt/pchecker/Makefile ============================================================================== --- head/ports-mgmt/pchecker/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pchecker/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -16,6 +16,7 @@ NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} Modified: head/ports-mgmt/pib/Makefile ============================================================================== --- head/ports-mgmt/pib/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pib/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pib -# Date created: 30 December 1996 -# Whom: Mike Smith -# +# Created by: Mike Smith # $FreeBSD$ -# PORTNAME= pib PORTVERSION= 1.2 @@ -18,6 +14,7 @@ COMMENT= GUI Ports Collection management USE_TK= 84 USE_TK_BUILD= 84 +NO_STAGE= yes .include do-install: Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pkg-devel/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -64,6 +64,7 @@ MLINKS= pkg-delete.8 pkg-remove.8 \ pkg-lock.8 pkg-unlock.8 \ pkg.8 pkg-static.8 +NO_STAGE= yes .include .if defined(WITH_PKGNG) Modified: head/ports-mgmt/pkg-orphan/Makefile ============================================================================== --- head/ports-mgmt/pkg-orphan/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pkg-orphan/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pkg-orphan -# Date created: 26 November 2005 -# Whom: Victor Semionov -# +# Created by: Victor Semionov # $FreeBSD$ -# PORTNAME= pkg-orphan PORTVERSION= 1.0.1 @@ -20,6 +16,7 @@ MAN1= pkg-orphan.1 PLIST_FILES= sbin/pkg-orphan +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pkg-orphan.pl ${PREFIX}/sbin/pkg-orphan ${INSTALL_MAN} ${WRKSRC}/pkg-orphan.1 ${MAN1PREFIX}/man/man1 Modified: head/ports-mgmt/pkg-plist/Makefile ============================================================================== --- head/ports-mgmt/pkg-plist/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pkg-plist/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -17,6 +17,7 @@ PLIST_FILES= bin/pkg-plist NO_BUILD= yes FETCH_ARGS= -Fpr +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pkg-plist ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/pkg-plist.1 ${MAN1PREFIX}/man/man1/ Modified: head/ports-mgmt/pkg-rmleaf/Makefile ============================================================================== --- head/ports-mgmt/pkg-rmleaf/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pkg-rmleaf/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR} PLIST_FILES= sbin/pkg-rmleaf +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} ${CP} ${FILESDIR}/pkg-rmleaf ${WRKSRC} Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pkg/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -64,6 +64,7 @@ MLINKS= pkg-delete.8 pkg-remove.8 \ pkg-lock.8 pkg-unlock.8 \ pkg.8 pkg-static.8 +NO_STAGE= yes .include .if defined(WITH_PKGNG) Modified: head/ports-mgmt/pkg_add_it/Makefile ============================================================================== --- head/ports-mgmt/pkg_add_it/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pkg_add_it/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pkg_add_it -# Date created: 05 October 2008 -# Whom: Marin Atanasov -# +# Created by: Marin Atanasov # $FreeBSD$ -# PORTNAME= pkg_add_it PORTVERSION= 1.3.2 @@ -17,6 +13,7 @@ MAN1= pkg_add_it.1 MAN5= pkg_add_it.conf.5 PLIST_FILES= etc/pkg_add_it.conf sbin/pkg_add_it +NO_STAGE= yes .include PKG_RELEASE!= ${UNAME} -r | ${CUT} -d '-' -f 1,2 | ${SED} -e 's|\.[0-9]*.*|-STABLE|' Modified: head/ports-mgmt/pkg_cleanup/Makefile ============================================================================== --- head/ports-mgmt/pkg_cleanup/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pkg_cleanup/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pkg_cleanup -# Date created: 02 November 2007 -# Whom: Stephen Hurd -# +# Created by: Stephen Hurd # $FreeBSD$ -# PORTNAME= pkg_cleanup PORTVERSION= 1.1 @@ -19,6 +15,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= sbin/pkg_cleanup +NO_STAGE= yes .include .if ${OSVERSION} >= 900000 && ${OSVERSION} < 900038 Modified: head/ports-mgmt/pkg_cutleaves/Makefile ============================================================================== --- head/ports-mgmt/pkg_cutleaves/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pkg_cutleaves/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pkg_cutleaves -# Date created: 27 July 2003 -# Whom: Stefan Walter -# +# Created by: Stefan Walter # $FreeBSD$ -# PORTNAME= pkg_cutleaves PORTVERSION= 20090810 @@ -28,6 +24,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- ${FILESDIR}/extra-patch-pkg_cutleaves.1 .endif +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} ${CP} ${FILESDIR}/pkg_cutleaves ${FILESDIR}/pkg_cutleaves.1 ${WRKSRC} Modified: head/ports-mgmt/pkg_install/Makefile ============================================================================== --- head/ports-mgmt/pkg_install/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pkg_install/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pkg_install -# Date created: 14 Jul 2003 -# Whom: Oliver Eikemeier -# +# Created by: Oliver Eikemeier # $FreeBSD$ -# PORTNAME= pkg_install PORTVERSION= 20120822 @@ -26,6 +22,7 @@ OPTIONS_DEFINE= WRAPPER OPTIONS_DEFAULT= WRAPPER WRAPPER_DESC= Use ports version instead of base if more recent +NO_STAGE= yes .include .if ${PORT_OPTIONS:MWRAPPER} Modified: head/ports-mgmt/pkg_jail/Makefile ============================================================================== --- head/ports-mgmt/pkg_jail/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pkg_jail/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -15,6 +15,7 @@ PLIST_FILES= bin/pkg_jail bin/pkg_update PORTDOCS= README MAN1= pkg_jail.1 pkg_update.1 +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${FILESDIR}/pkg_jail ${FILESDIR}/pkg_update ${PREFIX}/bin/ ${INSTALL_MAN} ${FILESDIR}/pkg_jail.1 ${FILESDIR}/pkg_update.1 ${PREFIX}/man/man1/ Modified: head/ports-mgmt/pkg_remove/Makefile ============================================================================== --- head/ports-mgmt/pkg_remove/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pkg_remove/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pkg_remove -# Date created: 8 Jan 2000 -# Whom: NAKAJI Hiroyuki -# +# Created by: NAKAJI Hiroyuki # $FreeBSD$ -# PORTNAME= pkg_remove PORTVERSION= 1.1 @@ -20,6 +16,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/pkg_remove SRC= ${.CURDIR}/src +NO_STAGE= yes do-fetch: @${DO_NADA} Modified: head/ports-mgmt/pkg_replace/Makefile ============================================================================== --- head/ports-mgmt/pkg_replace/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pkg_replace/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -27,6 +27,7 @@ PKGDB_FIX_DESC= Fixing tool of installe OPTIONS_SUB= yes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPKGDB_FIX} Modified: head/ports-mgmt/pkg_rmleaves/Makefile ============================================================================== --- head/ports-mgmt/pkg_rmleaves/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pkg_rmleaves/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -17,6 +17,7 @@ MAN1= pkg_rmleaves.1 PLIST_FILES= sbin/pkg_rmleaves +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pkg_rmleaves ${PREFIX}/sbin/pkg_rmleaves ${INSTALL_MAN} ${WRKSRC}/pkg_rmleaves.1 ${MAN1PREFIX}/man/man1 Modified: head/ports-mgmt/pkg_search/Makefile ============================================================================== --- head/ports-mgmt/pkg_search/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pkg_search/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pkg_search -# Date created: 3 December 2007 -# Whom: Matthias Schmidt -# +# Created by: Matthias Schmidt # $FreeBSD$ -# PORTNAME= pkg_search PORTVERSION= 1.3 @@ -18,6 +14,7 @@ PLIST_FILES= bin/pkg_search MAN1= pkg_search.1 +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 Modified: head/ports-mgmt/pkg_trackinst/Makefile ============================================================================== --- head/ports-mgmt/pkg_trackinst/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pkg_trackinst/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -14,6 +14,7 @@ USE_PYTHON= 2.5+ INSTALLS_EGGINFO= yes MAKE_ENV= PYTHON_CMD=${PYTHON_CMD} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's,/usr/local,${PREFIX},g' \ ${WRKSRC}/PkgTrackInst/cmd_support.py Modified: head/ports-mgmt/pkg_tree/Makefile ============================================================================== --- head/ports-mgmt/pkg_tree/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pkg_tree/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pkg_tree -# Date created: 24 September 2001 -# Whom: Edwin Groothuis (edwin@mavetju.org) -# +# Created by: Edwin Groothuis (edwin@mavetju.org) # $FreeBSD$ -# PORTNAME= pkg_tree PORTVERSION= 1.1 @@ -19,6 +15,7 @@ USES= perl5 MAN7= pkg_tree.7 PLIST_FILES= bin/pkg_tree +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|__PREFIX__|${PREFIX}|g ; \ s|__INSTALL_MAN__|${INSTALL_MAN}|g ; \ Modified: head/ports-mgmt/pkgfe/Makefile ============================================================================== --- head/ports-mgmt/pkgfe/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pkgfe/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pkgfe -# Date created: 2006-01-14 -# Whom: Sulev-Madis Silber -# +# Created by: Sulev-Madis Silber # $FreeBSD$ -# PORTNAME= pkgfe PORTVERSION= 20090228 @@ -21,6 +17,7 @@ MAN8= pkgfe.8 NO_BUILD= yes +NO_STAGE= yes do-install: ${REINPLACE_CMD} -e 's|%PREFIX%|${PREFIX}|g' ${WRKSRC}/pkgfe ${INSTALL_SCRIPT} ${WRKSRC}/pkgfe ${PREFIX}/sbin/pkgfe Modified: head/ports-mgmt/pkgs_which/Makefile ============================================================================== --- head/ports-mgmt/pkgs_which/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pkgs_which/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -16,6 +16,7 @@ USES= perl5 NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/ports-mgmt/pkgsearch/Makefile ============================================================================== --- head/ports-mgmt/pkgsearch/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/pkgsearch/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pkgsearch -# Date created: 14 September 2007 -# Whom: Diego_Rocha -# +# Created by: Diego_Rocha # $FreeBSD$ -# PORTNAME= pkgsearch PORTVERSION= 1.1.0 @@ -15,4 +11,5 @@ COMMENT= Find your packages in ports and PLIST_FILES= bin/pkgsearch +NO_STAGE= yes .include Modified: head/ports-mgmt/port-authoring-tools/Makefile ============================================================================== --- head/ports-mgmt/port-authoring-tools/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/port-authoring-tools/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,4 +1,3 @@ -# Created by: Mark Linimon # $FreeBSD$ PORTNAME= port-authoring-tools @@ -22,4 +21,5 @@ NO_BUILD= yes do-install: # empty +NO_STAGE= yes .include Modified: head/ports-mgmt/port-maintenance-tools/Makefile ============================================================================== --- head/ports-mgmt/port-maintenance-tools/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/port-maintenance-tools/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,4 +1,3 @@ -# Created by: Mark Linimon # $FreeBSD$ PORTNAME= port-maintenance-tools @@ -25,4 +24,5 @@ NO_BUILD= yes do-install: # empty +NO_STAGE= yes .include Modified: head/ports-mgmt/portaudit-db/Makefile ============================================================================== --- head/ports-mgmt/portaudit-db/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/portaudit-db/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: portaudit-db -# Date created: 12 Jun 2004 -# Whom: Oliver Eikemeier -# +# Created by: Oliver Eikemeier # $FreeBSD$ -# PORTNAME= portaudit-db PORTVERSION= 0.2.3 @@ -29,6 +25,7 @@ SED_SCRIPT= -e 's,%%PREFIX%%,${PREFIX},g -e "s|%%PORTVERSION%%|${PORTVERSION}|g" \ -e "s|%%DATABASEDIR%%|${DATABASEDIR}|g" +NO_STAGE= yes do-build: @for f in packaudit.sh packaudit.conf; do \ ${SED} ${SED_SCRIPT} "${FILESDIR}/$$f" > "${WRKDIR}/$$f"; \ Modified: head/ports-mgmt/portaudit/Makefile ============================================================================== --- head/ports-mgmt/portaudit/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/portaudit/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: portaudit -# Date created: 25 Jan 2004 -# Whom: Oliver Eikemeier -# +# Created by: Oliver Eikemeier # $FreeBSD$ -# PORTNAME= portaudit PORTVERSION= 0.6.1 @@ -36,6 +32,7 @@ SED_SCRIPT= -e 's|%%PREFIX%%|${PREFIX}|g -e "s|%%REQPKGVER%%|${REQPKGVER}|g" \ -e "s|%%BZIP2_CMD%%|${BZIP2_CMD}|g" \ +NO_STAGE= yes do-build: .for f in portaudit-cmd.sh portaudit.sh portaudit.1 portaudit.conf @${SED} ${SED_SCRIPT} ${FILESDIR}/${f} >${WRKDIR}/${f} Modified: head/ports-mgmt/portbuilder/Makefile ============================================================================== --- head/ports-mgmt/portbuilder/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/portbuilder/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -18,6 +18,7 @@ USE_XZ= yes PORTDOCS= BUGS ChangeLog COPYRIGHT README +NO_STAGE= yes .include post-install: Modified: head/ports-mgmt/portcheckout/Makefile ============================================================================== --- head/ports-mgmt/portcheckout/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/portcheckout/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -16,4 +16,5 @@ MAN1= portcheckout.1 MANCOMPRESSED= maybe PLIST_FILES= bin/portcheckout +NO_STAGE= yes .include Modified: head/ports-mgmt/portconf/Makefile ============================================================================== --- head/ports-mgmt/portconf/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/portconf/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,11 +1,5 @@ -# New ports collection makefile for: portconf -# Date created: 7 Jun 2006 -# Whom: Alex Dupre -# +# Created by: Alex Dupre # $FreeBSD$ -# -# This port is self contained in the files directory. -# PORTNAME= portconf PORTVERSION= 1.6 @@ -21,6 +15,7 @@ SUB_FILES= pkg-message ${PORTNAME}.sh PLIST_FILES= libexec/${PORTNAME} +NO_STAGE= yes do-fetch: @${DO_NADA} Modified: head/ports-mgmt/portdowngrade/Makefile ============================================================================== --- head/ports-mgmt/portdowngrade/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/portdowngrade/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -15,6 +15,7 @@ RUN_DEPENDS= svn:${PORTSDIR}/devel/subve NO_BUILD= yes PLIST_FILES= sbin/portdowngrade +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME} ${PREFIX}/sbin/ Modified: head/ports-mgmt/porteasy/Makefile ============================================================================== --- head/ports-mgmt/porteasy/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/porteasy/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -17,6 +17,7 @@ SRC= ${.CURDIR}/src MAN8= porteasy.8 +NO_STAGE= yes do-fetch: @${DO_NADA} Modified: head/ports-mgmt/portell/Makefile ============================================================================== --- head/ports-mgmt/portell/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/portell/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: portell -# Date created: Wed Jan 08 13:25:35 GMT 2003 -# Whom: mich@freebsdcluster.org -# +# Created by: mich@freebsdcluster.org # $FreeBSD$ -# PORTNAME= portell PORTVERSION= 0.2 @@ -21,6 +17,7 @@ NO_BUILD= yes PLIST_FILES= bin/portell PORTDOCS= README.txt +NO_STAGE= yes post-extract: ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' ${WRKSRC}/portell.py ${REINPLACE_CMD} -e 's/free/freebsd/' ${WRKSRC}/portell.py Modified: head/ports-mgmt/portless/Makefile ============================================================================== --- head/ports-mgmt/portless/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/portless/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: portless -# Date created: 8 June 2006 -# Whom: Martin Kammerhofer -# +# Created by: Martin Kammerhofer # $FreeBSD$ -# PORTNAME= portless PORTVERSION= 0.2.7 @@ -23,6 +19,7 @@ MANCOMPRESSED= no PLIST_FILES= bin/portless +NO_STAGE= yes do-build: ${SED} -e 's;@BASH@;${LOCALBASE}/bin/bash;g' \ ${FILESDIR}/portless.sh >${WRKDIR}/portless Modified: head/ports-mgmt/portlint/Makefile ============================================================================== --- head/ports-mgmt/portlint/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/portlint/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,8 +1,5 @@ # Created by: Jun-ichiro itojun Hagino # $FreeBSD$ -# -# This port is self contained in the src directory. -# PORTNAME= portlint PORTVERSION= 2.14.4 @@ -28,6 +25,7 @@ PLIST_FILES+= %%EXAMPLESDIR%%/portlintgr PLIST_DIRS= %%EXAMPLESDIR%% .endif +NO_STAGE= yes do-fetch: @${DO_NADA} Modified: head/ports-mgmt/portrac/Makefile ============================================================================== --- head/ports-mgmt/portrac/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/portrac/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: portrac -# Date created: 12 Sep 2009 -# Whom: mgp -# +# Created by: mgp # $FreeBSD$ -# PORTNAME= portrac PORTVERSION= 0.4 @@ -28,6 +24,7 @@ USE_BZIP2= yes USE_QT4= gui moc_build qmake_build +NO_STAGE= yes do-configure: @cd ${WRKDIR}/${DISTNAME} && ${QMAKE} portrac.pro Modified: head/ports-mgmt/portscout/Makefile ============================================================================== --- head/ports-mgmt/portscout/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/portscout/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -29,6 +29,7 @@ RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/datab p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSQLITE3} Modified: head/ports-mgmt/portsearch/Makefile ============================================================================== --- head/ports-mgmt/portsearch/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/portsearch/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: portsearch -# Date created: 22 Nov 2005 -# Whom: Vasil Dimov -# +# Created by: Vasil Dimov # $FreeBSD$ -# PORTNAME= portsearch PORTVERSION= 1.3.2 @@ -18,4 +14,5 @@ COMMENT= Port searching tool that suppor PLIST_FILES= bin/portsearch %%DATADIR%%/Makefile PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes .include Modified: head/ports-mgmt/portshaker-config/Makefile ============================================================================== --- head/ports-mgmt/portshaker-config/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/portshaker-config/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: portshaker-config -# Date created: 2010-04-29 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= portshaker-config CATEGORIES= ports-mgmt @@ -20,4 +16,5 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/ports-mgmt/portshaker/Makefile ============================================================================== --- head/ports-mgmt/portshaker/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/portshaker/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -33,6 +33,7 @@ TEXLIVE_DESC= Enable TeXLive ports (Exp XORG_DESC= Enable Xorg development ports .endif +NO_STAGE= yes .include .if ${PORTNAME} == "portshaker" Modified: head/ports-mgmt/portsopt/Makefile ============================================================================== --- head/ports-mgmt/portsopt/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/portsopt/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -1,9 +1,5 @@ -# New ports collection makefile for: portsopt -# Date created: 25 Dec 2006 -# Whom: Beat Gaetzi -# +# Created by: Beat Gaetzi # $FreeBSD$ -# PORTNAME= portsopt PORTVERSION= 1.5 @@ -17,6 +13,7 @@ NO_BUILD= yes PLIST_FILES= sbin/portsopt +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/portsopt ${PREFIX}/sbin Modified: head/ports-mgmt/portsreinstall/Makefile ============================================================================== --- head/ports-mgmt/portsreinstall/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/portsreinstall/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -15,6 +15,7 @@ LICENSE= BSD MAN8= ${PORTNAME}.8 MANCOMPRESSED= yes +NO_STAGE= yes post-install: @${ECHO_MSG} "=====================================================================" @${ECHO_MSG} "This software invokes some installed files of portupgrade(1)" Modified: head/ports-mgmt/porttools/Makefile ============================================================================== --- head/ports-mgmt/porttools/Makefile Fri Sep 20 22:34:42 2013 (r327761) +++ head/ports-mgmt/porttools/Makefile Fri Sep 20 22:36:49 2013 (r327762) @@ -36,6 +36,7 @@ OPTIONS_DEFAULT= NEWFILE NEWFILE_DESC= Enable newfile support +NO_STAGE= yes *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 22:38:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 68816B8A; Fri, 20 Sep 2013 22:38:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 46A1E26AD; Fri, 20 Sep 2013 22:38:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KMcZug054310; Fri, 20 Sep 2013 22:38:35 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KMcVJZ054287; Fri, 20 Sep 2013 22:38:31 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202238.r8KMcVJZ054287@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 22:38:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327763 - in head/portuguese: acroread8 aspell-pt_BR aspell-pt_PT calligra-l10n calligra-l10n-pt_BR hunspell hyphen irpf-pt_BR ispell-pt_BR kde4-l10n kde4-l10n-pt_BR libreoffice libreof... 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.14 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: Fri, 20 Sep 2013 22:38:35 -0000 Author: bapt Date: Fri Sep 20 22:38:31 2013 New Revision: 327763 URL: http://svnweb.freebsd.org/changeset/ports/327763 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: portuguese) Modified: head/portuguese/acroread8/Makefile head/portuguese/aspell-pt_BR/Makefile head/portuguese/aspell-pt_PT/Makefile head/portuguese/calligra-l10n-pt_BR/Makefile head/portuguese/calligra-l10n/Makefile head/portuguese/hunspell/Makefile head/portuguese/hyphen/Makefile head/portuguese/irpf-pt_BR/Makefile head/portuguese/ispell-pt_BR/Makefile head/portuguese/kde4-l10n-pt_BR/Makefile head/portuguese/kde4-l10n/Makefile head/portuguese/libreoffice-pt_BR/Makefile head/portuguese/libreoffice/Makefile head/portuguese/mythes/Makefile head/portuguese/php_doc-br/Makefile head/portuguese/webalizer-pt_BR/Makefile head/portuguese/webalizer-pt_PT/Makefile Modified: head/portuguese/acroread8/Makefile ============================================================================== --- head/portuguese/acroread8/Makefile Fri Sep 20 22:36:49 2013 (r327762) +++ head/portuguese/acroread8/Makefile Fri Sep 20 22:38:31 2013 (r327763) @@ -1,9 +1,5 @@ -# New ports collection makefile for: portuguese/acroread8 -# Date created: 27 December 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# CATEGORIES= portuguese print linux PKGNAMEPREFIX= pt_BR- @@ -13,4 +9,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= PTB +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/portuguese/aspell-pt_BR/Makefile ============================================================================== --- head/portuguese/aspell-pt_BR/Makefile Fri Sep 20 22:36:49 2013 (r327762) +++ head/portuguese/aspell-pt_BR/Makefile Fri Sep 20 22:38:31 2013 (r327763) @@ -1,9 +1,5 @@ -# New ports collection makefile for: aspell-pt_BR -# Date created: 12 February 2007 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= aspell DISTVERSION= 6-pt_BR-20090702-0 @@ -15,5 +11,6 @@ COMMENT= Aspell Brazilian Portuguese dic DICT= pt_BR +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/portuguese/aspell-pt_PT/Makefile ============================================================================== --- head/portuguese/aspell-pt_PT/Makefile Fri Sep 20 22:36:49 2013 (r327762) +++ head/portuguese/aspell-pt_PT/Makefile Fri Sep 20 22:38:31 2013 (r327763) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pt-aspell -# Date created: 6 September 2002 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= aspell DISTVERSION= 6-pt_PT-20070510-0 @@ -17,5 +13,6 @@ COMMENT= Aspell Portuguese dictionary DICT= pt_PT +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/portuguese/calligra-l10n-pt_BR/Makefile ============================================================================== --- head/portuguese/calligra-l10n-pt_BR/Makefile Fri Sep 20 22:36:49 2013 (r327762) +++ head/portuguese/calligra-l10n-pt_BR/Makefile Fri Sep 20 22:38:31 2013 (r327763) @@ -9,5 +9,6 @@ COMMENT= Brazilian messages and document CALLIGRA_L10N= pt_BR +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/portuguese/calligra-l10n/Makefile ============================================================================== --- head/portuguese/calligra-l10n/Makefile Fri Sep 20 22:36:49 2013 (r327762) +++ head/portuguese/calligra-l10n/Makefile Fri Sep 20 22:38:31 2013 (r327763) @@ -9,5 +9,6 @@ COMMENT= Portuguese messages and documen CALLIGRA_L10N= pt +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/portuguese/hunspell/Makefile ============================================================================== --- head/portuguese/hunspell/Makefile Fri Sep 20 22:36:49 2013 (r327762) +++ head/portuguese/hunspell/Makefile Fri Sep 20 22:38:31 2013 (r327763) @@ -1,4 +1,3 @@ -# Created by: Baptiste Daroussin # $FreeBSD$ PORTNAME= hunspell @@ -23,6 +22,7 @@ PLIST_FILES= %%DATADIR%%/pt_BR.aff \ %%DATADIR%%/pt_PT.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKDIR}/pt_BR.aff ${WRKDIR}/pt_BR.dic \ Modified: head/portuguese/hyphen/Makefile ============================================================================== --- head/portuguese/hyphen/Makefile Fri Sep 20 22:36:49 2013 (r327762) +++ head/portuguese/hyphen/Makefile Fri Sep 20 22:38:31 2013 (r327763) @@ -1,9 +1,4 @@ -# New ports collection makefile for: hyphen -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= hyphen PORTVERSION= 2004.04.15 @@ -26,6 +21,7 @@ PLIST_FILES= %%DATADIR%%/hyph_pt_BR.dic %%DATADIR%%/hyph_pt_PT.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hyph_pt_PT.dic ${DATADIR}/ Modified: head/portuguese/irpf-pt_BR/Makefile ============================================================================== --- head/portuguese/irpf-pt_BR/Makefile Fri Sep 20 22:36:49 2013 (r327762) +++ head/portuguese/irpf-pt_BR/Makefile Fri Sep 20 22:38:31 2013 (r327763) @@ -1,9 +1,5 @@ -# New ports collection makefile for: irpf -# Date created: Ter 6 Mar 2007 01:50:17 UTC -# Whom: Mario Sergio Fujikawa Ferreira -# +# Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ -# PORTNAME= irpf PORTVERSION= 2010.1.0 @@ -95,6 +91,7 @@ PLIST_DIRS+= \ PLIST_DIRS+= \ %%JAR_DIR%% +NO_STAGE= yes post-patch: @${SED} -e "s|%%DATADIR%%|${DATADIR}|; \ s|%%DATA_FILES%%|${IMAGE_FILES}|; \ Modified: head/portuguese/ispell-pt_BR/Makefile ============================================================================== --- head/portuguese/ispell-pt_BR/Makefile Fri Sep 20 22:36:49 2013 (r327762) +++ head/portuguese/ispell-pt_BR/Makefile Fri Sep 20 22:38:31 2013 (r327763) @@ -1,9 +1,5 @@ -# New ports collection makefile for: br-ispell -# Date created: 5 February 1999 -# Whom: Joao Carlos Mendes Luis -# +# Created by: Joao Carlos Mendes Luis # $FreeBSD$ -# PORTNAME= ispell PORTVERSION= 2.4 @@ -19,4 +15,5 @@ BUILD_DEPENDS= buildhash:${PORTSDIR}/tex MAN1= conjugue.1 +NO_STAGE= yes .include Modified: head/portuguese/kde4-l10n-pt_BR/Makefile ============================================================================== --- head/portuguese/kde4-l10n-pt_BR/Makefile Fri Sep 20 22:36:49 2013 (r327762) +++ head/portuguese/kde4-l10n-pt_BR/Makefile Fri Sep 20 22:38:31 2013 (r327763) @@ -11,6 +11,7 @@ COMMENT= Brazilian messages and document KDE4_L10N= pt_BR MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" Modified: head/portuguese/kde4-l10n/Makefile ============================================================================== --- head/portuguese/kde4-l10n/Makefile Fri Sep 20 22:36:49 2013 (r327762) +++ head/portuguese/kde4-l10n/Makefile Fri Sep 20 22:38:31 2013 (r327763) @@ -11,6 +11,7 @@ COMMENT= Portuguese messages and documen KDE4_L10N= pt MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" Modified: head/portuguese/libreoffice-pt_BR/Makefile ============================================================================== --- head/portuguese/libreoffice-pt_BR/Makefile Fri Sep 20 22:36:49 2013 (r327762) +++ head/portuguese/libreoffice-pt_BR/Makefile Fri Sep 20 22:38:31 2013 (r327763) @@ -4,6 +4,7 @@ LO_I18N= pt_BR LO_HAS_HELPPACK= yes CATEGORIES= portuguese editors +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include Modified: head/portuguese/libreoffice/Makefile ============================================================================== --- head/portuguese/libreoffice/Makefile Fri Sep 20 22:36:49 2013 (r327762) +++ head/portuguese/libreoffice/Makefile Fri Sep 20 22:38:31 2013 (r327763) @@ -4,6 +4,7 @@ LO_I18N= pt LO_HAS_HELPPACK= yes CATEGORIES= portuguese editors +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include Modified: head/portuguese/mythes/Makefile ============================================================================== --- head/portuguese/mythes/Makefile Fri Sep 20 22:36:49 2013 (r327762) +++ head/portuguese/mythes/Makefile Fri Sep 20 22:38:31 2013 (r327763) @@ -1,9 +1,4 @@ -# New ports collection makefile for: mythes -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= mythes PORTVERSION= 2006.08.17 @@ -28,6 +23,7 @@ PLIST_FILES= %%DATADIR%%/th_pt_BR_v2.dat %%DATADIR%%/th_pt_PT_v2.idx PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/th_pt_PT_v2.dat ${WRKSRC}/th_pt_PT_v2.idx ${DATADIR}/ Modified: head/portuguese/php_doc-br/Makefile ============================================================================== --- head/portuguese/php_doc-br/Makefile Fri Sep 20 22:36:49 2013 (r327762) +++ head/portuguese/php_doc-br/Makefile Fri Sep 20 22:38:31 2013 (r327763) @@ -6,4 +6,5 @@ PKGNAMEPREFIX= PHP_LANG= br MASTERDIR= ${.CURDIR}/../../lang/php_doc +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/portuguese/webalizer-pt_BR/Makefile ============================================================================== --- head/portuguese/webalizer-pt_BR/Makefile Fri Sep 20 22:36:49 2013 (r327762) +++ head/portuguese/webalizer-pt_BR/Makefile Fri Sep 20 22:38:31 2013 (r327763) @@ -8,6 +8,7 @@ MAINTAINER= ports@FreeBSD.org MASTERDIR?= ${.CURDIR}/../../www/webalizer WEBALIZER_LANG= portuguese_brazil +NO_STAGE= yes .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" .endif Modified: head/portuguese/webalizer-pt_PT/Makefile ============================================================================== --- head/portuguese/webalizer-pt_PT/Makefile Fri Sep 20 22:36:49 2013 (r327762) +++ head/portuguese/webalizer-pt_PT/Makefile Fri Sep 20 22:38:31 2013 (r327763) @@ -8,6 +8,7 @@ MAINTAINER= ports@FreeBSD.org MASTERDIR?= ${.CURDIR}/../../www/webalizer WEBALIZER_LANG= portuguese +NO_STAGE= yes .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" .endif From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 22:43:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 58975CA7; Fri, 20 Sep 2013 22:43:36 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 45F6526F3; Fri, 20 Sep 2013 22:43:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KMhaRY057780; Fri, 20 Sep 2013 22:43:36 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KMhanq057779; Fri, 20 Sep 2013 22:43:36 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202243.r8KMhanq057779@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 22:43:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327764 - head/graphics/jpgraph2 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.14 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: Fri, 20 Sep 2013 22:43:36 -0000 Author: bapt Date: Fri Sep 20 22:43:35 2013 New Revision: 327764 URL: http://svnweb.freebsd.org/changeset/ports/327764 Log: Fix NO_STAGE script fallout Modified: head/graphics/jpgraph2/Makefile Modified: head/graphics/jpgraph2/Makefile ============================================================================== --- head/graphics/jpgraph2/Makefile Fri Sep 20 22:38:31 2013 (r327763) +++ head/graphics/jpgraph2/Makefile Fri Sep 20 22:43:35 2013 (r327764) @@ -1,4 +1,3 @@ -NO_STAGE= yes # Created by: Alex Dupre Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A4669D89; Fri, 20 Sep 2013 22:44:13 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8FB5426FC; Fri, 20 Sep 2013 22:44:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KMiDBX062052; Fri, 20 Sep 2013 22:44:13 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KMi07V061934; Fri, 20 Sep 2013 22:44:00 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202244.r8KMi07V061934@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 22:44:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327765 - in head/print: a2pdf a2ps abc2mtex abcm2ps abntex acrobatviewer acroread8 acroread9 acroreadwrapper adobe-cmaps afm alignmargins ansiprint apsfilter asprint auctex axpoint bib... 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.14 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: Fri, 20 Sep 2013 22:44:13 -0000 Author: bapt Date: Fri Sep 20 22:43:59 2013 New Revision: 327765 URL: http://svnweb.freebsd.org/changeset/ports/327765 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: print) Modified: head/print/a2pdf/Makefile head/print/a2ps/Makefile head/print/abc2mtex/Makefile head/print/abcm2ps/Makefile head/print/abntex/Makefile head/print/acrobatviewer/Makefile head/print/acroread8/Makefile head/print/acroread9/Makefile head/print/acroreadwrapper/Makefile head/print/adobe-cmaps/Makefile head/print/afm/Makefile head/print/alignmargins/Makefile head/print/ansiprint/Makefile head/print/apsfilter/Makefile head/print/asprint/Makefile head/print/auctex/Makefile head/print/axpoint/Makefile head/print/bibcursed/Makefile head/print/biblio-py/Makefile head/print/bibview/Makefile head/print/bophook/Makefile head/print/c2ps/Makefile head/print/catdvi/Makefile head/print/cdlabelgen/Makefile head/print/cm-super/Makefile head/print/cpp2latex/Makefile head/print/cups-base/Makefile head/print/cups-bjnp/Makefile head/print/cups-client/Makefile head/print/cups-image/Makefile head/print/cups-pdf/Makefile head/print/cups-pk-helper/Makefile head/print/cups-pstoraster/Makefile head/print/cups-samba/Makefile head/print/cups-smb-backend/Makefile head/print/cups/Makefile head/print/deforaos-pdfviewer/Makefile head/print/detex/Makefile head/print/dk-acroread8/Makefile head/print/dot2tex/Makefile head/print/dvi2tty/Makefile head/print/dvipdfmx/Makefile head/print/dvips/Makefile head/print/dvips2ascii/Makefile head/print/dvipsk-tetex/Makefile head/print/dviselect/Makefile head/print/dvisvg/Makefile head/print/easylatex/Makefile head/print/enscript-a4/Makefile head/print/enscript-letter/Makefile head/print/enscript-letterdj/Makefile head/print/enscriptfonts/Makefile head/print/epsonepl/Makefile head/print/es-acroread8/Makefile head/print/examplep/Makefile head/print/fi-acroread8/Makefile head/print/flpsed/Makefile head/print/font-amsfonts/Makefile head/print/font2svg/Makefile head/print/fontforge/Makefile head/print/foo2zjs/Makefile head/print/foomatic-db-engine/Makefile head/print/foomatic-db-hpijs/Makefile head/print/foomatic-db/Makefile head/print/foomatic-filters/Makefile head/print/foxitreader/Makefile head/print/fpdf/Makefile head/print/freetype-tools/Makefile head/print/freetype/Makefile head/print/freetype2/Makefile head/print/frescobaldi/Makefile head/print/ft2demos/Makefile head/print/ggv/Makefile head/print/ghostscript7-commfont/Makefile head/print/ghostscript7-jpnfont/Makefile head/print/ghostscript7-korfont/Makefile head/print/ghostscript7-nox11/Makefile head/print/ghostscript7/Makefile head/print/ghostscript8-nox11/Makefile head/print/ghostscript8/Makefile head/print/ghostscript9-agpl-nox11/Makefile head/print/ghostscript9-agpl/Makefile head/print/ghostscript9-nox11/Makefile head/print/ghostscript9/Makefile head/print/ghostview/Makefile head/print/gimp-gutenprint/Makefile head/print/gl2ps/Makefile head/print/gnome-cups-manager/Makefile head/print/gnome-print/Makefile head/print/gnome-specimen/Makefile head/print/gnomephotoprinter/Makefile head/print/gribouy/Makefile head/print/gsfonts/Makefile head/print/gspdf/Makefile head/print/gsview/Makefile head/print/gtklp/Makefile head/print/guitartex/Makefile head/print/gutenprint-base/Makefile head/print/gutenprint-cups/Makefile head/print/gutenprint-foomatic/Makefile head/print/gutenprint-ijs/Makefile head/print/gutenprint/Makefile head/print/gv/Makefile head/print/harfbuzz/Makefile head/print/hp2xx/Makefile head/print/hpijs/Makefile head/print/hplip-plugin/Makefile head/print/hplip/Makefile head/print/hs-hscolour/Makefile head/print/html2latex/Makefile head/print/html2ps/Makefile head/print/hyperlatex/Makefile head/print/ifxetex/Makefile head/print/it-acroread8/Makefile head/print/jabref/Makefile head/print/jadetex/Makefile head/print/kde4-print-manager/Makefile head/print/kde_poster/Makefile head/print/kover/Makefile head/print/kpdftool/Makefile head/print/latex-aa/Makefile head/print/latex-aastex/Makefile head/print/latex-acm/Makefile head/print/latex-arydshln/Makefile head/print/latex-auto-greek/Makefile head/print/latex-beamer/Makefile head/print/latex-biblatex/Makefile head/print/latex-biblist/Makefile head/print/latex-bytefield/Makefile head/print/latex-caption/Makefile head/print/latex-chapterfolder/Makefile head/print/latex-circ/Makefile head/print/latex-cjk/Makefile head/print/latex-csquotes/Makefile head/print/latex-etoolbox/Makefile head/print/latex-feynmf/Makefile head/print/latex-ifluatex/Makefile head/print/latex-keystroke/Makefile head/print/latex-logpap/Makefile head/print/latex-logreq/Makefile head/print/latex-ltablex/Makefile head/print/latex-mathabx/Makefile head/print/latex-nomencl/Makefile head/print/latex-pgf/Makefile head/print/latex-prettyref/Makefile head/print/latex-resume/Makefile head/print/latex-subfloat/Makefile head/print/latex-supertabular/Makefile head/print/latex-svninfo/Makefile head/print/latex-timing/Makefile head/print/latex-tipa/Makefile head/print/latex-ucs/Makefile head/print/latex/Makefile head/print/latex2rtf/Makefile head/print/latex2slides/Makefile head/print/latexdiff/Makefile head/print/latexmk/Makefile head/print/lgrind/Makefile head/print/libgnomecups/Makefile head/print/libgnomeprint-reference/Makefile head/print/libgnomeprint/Makefile head/print/libgnomeprintmm/Makefile head/print/libharu/Makefile head/print/libijs/Makefile head/print/libmspub/Makefile head/print/libotf/Makefile head/print/libpaper/Makefile head/print/libppd/Makefile head/print/libspectre/Makefile head/print/lilypond-devel/Makefile head/print/lilypond/Makefile head/print/linux-f10-cups-libs/Makefile head/print/lout/Makefile head/print/lpr-wrapper/Makefile head/print/lprps/Makefile head/print/lyx/Makefile head/print/magicfilter/Makefile head/print/makeindex/Makefile head/print/mftrace/Makefile head/print/min12xxw/Makefile head/print/mp-a4/Makefile head/print/mp-letter/Makefile head/print/mpage/Makefile head/print/mup/Makefile head/print/musixtex/Makefile head/print/muttprint/Makefile head/print/nenscript/Makefile head/print/nl-acroread8/Makefile head/print/no-acroread8/Makefile head/print/openprinting/Makefile head/print/p5-Font-FreeType/Makefile head/print/p5-Net-CUPS/Makefile head/print/p5-Net-Printer/Makefile head/print/p5-PDF-Template/Makefile head/print/p5-PDFLib/Makefile head/print/p5-PostScript-PPD/Makefile head/print/p5-PostScript-Simple/Makefile head/print/p5-PostScript/Makefile head/print/p5-Text-PDF/Makefile head/print/p5-XML-ApacheFOP/Makefile head/print/panda/Makefile head/print/papersize-default-a4/Makefile head/print/papersize-default-letter/Makefile head/print/paps/Makefile head/print/passivetex/Makefile head/print/pcal/Makefile head/print/pdf-renderer/Makefile head/print/pdf4tcl/Makefile head/print/pdfbox/Makefile head/print/pdfcolorsplit/Makefile head/print/pdfcube/Makefile head/print/pdfjam/Makefile head/print/pdflib-perl/Makefile head/print/pdflib/Makefile head/print/pdfmod/Makefile head/print/pdftk/Makefile head/print/pdq/Makefile head/print/pear-File_PDF/Makefile head/print/pecl-haru/Makefile head/print/pecl-pdflib/Makefile head/print/pecl-ps/Makefile head/print/pfbtopfa/Makefile head/print/photoprint/Makefile head/print/phppdflib/Makefile head/print/pic2fig/Makefile head/print/pkfonts118/Makefile head/print/pkfonts240/Makefile head/print/pkfonts300/Makefile head/print/pkfonts360/Makefile head/print/pkfonts400/Makefile head/print/pkfonts600/Makefile head/print/pkipplib/Makefile head/print/pkpgcounter/Makefile head/print/pmw/Makefile head/print/pnm2ppa/Makefile head/print/poster/Makefile head/print/ps2eps/Makefile head/print/pscal/Makefile head/print/psdim/Makefile head/print/pslib/Makefile head/print/pstotext/Makefile head/print/psutils/Makefile head/print/pup/Makefile head/print/py-cups/Makefile head/print/py-fonttools/Makefile head/print/py-pdf/Makefile head/print/py-pollyreports/Makefile head/print/py-pyscript/Makefile head/print/py-relatorio/Makefile head/print/py-reportlab/Makefile head/print/py-reportlab2/Makefile head/print/py-rtf/Makefile head/print/py-trml2pdf/Makefile head/print/qpdf/Makefile head/print/qpdfview/Makefile head/print/rlpr/Makefile head/print/rprint/Makefile head/print/rtf2latex/Makefile head/print/rtf2latex2e/Makefile head/print/ruby-panda/Makefile head/print/rubygem-afm/Makefile head/print/rubygem-color/Makefile head/print/rubygem-colortools/Makefile head/print/rubygem-pdf-reader/Makefile head/print/rubygem-pdfwriter/Makefile head/print/rubygem-prawn-core/Makefile head/print/rubygem-prawn-flexible-table/Makefile head/print/rubygem-prawn-format/Makefile head/print/rubygem-prawn-graph/Makefile head/print/rubygem-prawn-js/Makefile head/print/rubygem-prawn-layout/Makefile head/print/rubygem-prawn-security/Makefile head/print/rubygem-prawn-svg/Makefile head/print/rubygem-prawn/Makefile head/print/rubygem-ttfunk/Makefile head/print/scribus-devel/Makefile head/print/scribus/Makefile head/print/sgf2tex/Makefile head/print/splix/Makefile head/print/sv-acroread8/Makefile head/print/system-config-printer/Makefile head/print/t1utils/Makefile head/print/teTeX-base/Makefile head/print/teTeX-texmf/Makefile head/print/teTeX/Makefile head/print/tex-aleph/Makefile head/print/tex-dvipdfmx/Makefile head/print/tex-dvipsk/Makefile head/print/tex-formats/Makefile head/print/tex-jadetex/Makefile head/print/tex-luatex/Makefile head/print/tex-mfpic/Makefile head/print/tex-omegaware-old/Makefile head/print/tex-ptexenc/Makefile head/print/tex-texmflocal/Makefile head/print/tex-xdvik/Makefile head/print/tex-xetex/Makefile head/print/tex-xmltex/Makefile head/print/tex/Makefile head/print/texinfo/Makefile head/print/texlive-base/Makefile head/print/texlive-docs/Makefile head/print/texlive-full/Makefile head/print/texlive-infra/Makefile head/print/texlive-texmf/Makefile head/print/texpower/Makefile head/print/texvc/Makefile head/print/tgif2tex/Makefile head/print/transfig/Makefile head/print/trueprint/Makefile head/print/ttf2pt1/Makefile head/print/ttfquery/Makefile head/print/ttftot42/Makefile head/print/txtbdf2ps/Makefile head/print/typetools/Makefile head/print/utopia/Makefile head/print/wprint/Makefile head/print/xdvi/Makefile head/print/xdvik/Makefile head/print/xfce4-print/Makefile head/print/xmbibtex/Makefile head/print/xmltex/Makefile head/print/xpp/Makefile head/print/xtexsh/Makefile head/print/yatex/Makefile Modified: head/print/a2pdf/Makefile ============================================================================== --- head/print/a2pdf/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/a2pdf/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -22,4 +22,5 @@ USES= perl5 USE_PERL5= configure MAN1= ${PORTNAME}.1 +NO_STAGE= yes .include Modified: head/print/a2ps/Makefile ============================================================================== --- head/print/a2ps/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/a2ps/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,4 +1,4 @@ -# Created by: Chuck Robey +# Created by: Chuck Robey # $FreeBSD$ PORTNAME= a2ps @@ -44,6 +44,7 @@ NO_OPTIONS_SORT=yes EMACS_DESC=Enable Emacs support I18N_DESC=Enable I18N support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/print/abc2mtex/Makefile ============================================================================== --- head/print/abc2mtex/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/abc2mtex/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: abc2mtex -# Date created: 28 May 2001 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= abc2mtex PORTVERSION= 1.6.1 @@ -26,6 +22,7 @@ BIN_FILES= abc2mtex abc2mtex \ search abc_search \ sort_in abc_sort_in +NO_STAGE= yes do-install: cd ${WRKSRC}; \ ${MKDIR} ${TEXMF}/doc/${PORTNAME}; \ Modified: head/print/abcm2ps/Makefile ============================================================================== --- head/print/abcm2ps/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/abcm2ps/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -20,6 +20,7 @@ PLIST_FILES= bin/abcm2ps %%DATADIR%%/fbo %%DATADIR%%/tight.fmt %%DATADIR%%/musicfont.fmt PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/abcm2ps ${PREFIX}/bin/ @${MKDIR} ${DATADIR} Modified: head/print/abntex/Makefile ============================================================================== --- head/print/abntex/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/abntex/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: abntex -# Date created: Tue Sep 17 22:08:35 BRT 2002 -# Whom: Hammurabi Mendes -# +# Created by: Hammurabi Mendes # $FreeBSD$ -# PORTNAME= abntex PORTVERSION= 0.8.2 @@ -21,6 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER NO_BUILD= yes +NO_STAGE= yes do-install: # install files ${INSTALL_SCRIPT} ${WRKSRC}/bin/geratss ${PREFIX}/bin Modified: head/print/acrobatviewer/Makefile ============================================================================== --- head/print/acrobatviewer/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/acrobatviewer/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -35,6 +35,7 @@ ARCHSTART= 1 ARCHSIZE= 2749762 ARCHBLOCKS= 84 +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} && \ cd ${WRKSRC} && \ Modified: head/print/acroread8/Makefile ============================================================================== --- head/print/acroread8/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/acroread8/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: acroread8 -# Date created: 20 October 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PORTNAME= acroread8 PORTVERSION= 8.1.7 @@ -73,6 +69,7 @@ INSTALLEXEC= ${SETENV} UNAME_s=Linux \ UNAME_r="Linux Compatibility on FreeBSD" \ ${SH} ./INSTALL --install_path=${INSTALLDIR} > /dev/null +NO_STAGE= yes pre-install: @${MKDIR} ${WRKDIR}/bin @${INSTALL_SCRIPT} \ Modified: head/print/acroread9/Makefile ============================================================================== --- head/print/acroread9/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/acroread9/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: acroread9 -# Date created: 28 March 2009 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PORTNAME= acroread9 PORTVERSION?= 9.5.5 @@ -77,6 +73,7 @@ INSTALLEXEC= ${SETENV} UNAME_s=Linux \ MAN1= acroread.1 MANCOMPRESSED= yes MANINSTALLDIR= man/${MANLANG} +NO_STAGE= yes post-man-install: ${MKDIR} ${MANPREFIX}/${MANINSTALLDIR}/man1 ${LN} -s -f \ Modified: head/print/acroreadwrapper/Makefile ============================================================================== --- head/print/acroreadwrapper/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/acroreadwrapper/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -31,6 +31,7 @@ SUB_LIST= ACROBASE8=${ACROBASE8} \ KMODDIR=${KMODDIR} USE_RC_SUBR= linux_adobe +NO_STAGE= yes .include MAKE_ENV= KMODDIR=${KMODDIR} SYSDIR=${SRC_BASE}/sys DESTDIR=${PREFIX}/ Modified: head/print/adobe-cmaps/Makefile ============================================================================== --- head/print/adobe-cmaps/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/adobe-cmaps/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: adobe-cmaps -# Date created: Wed, 10 Apr 2002 02:22:30 +0900 -# Whom: KATO Tsuguru -# +# Created by: KATO Tsuguru # $FreeBSD$ -# PORTNAME= adobe-cmaps PORTVERSION= 20051217 @@ -25,6 +21,7 @@ PLIST_SUB= CMAPDIR=${CMAPDIR} INSTDIRS= ac15 ag15 ai0 aj16 aj20 ak12 rksj-cmaps CMAPDIR= share/fonts/${PORTNAME} +NO_STAGE= yes post-extract: ${RM} -f ${WRKDIR}/ag15/.nfsFA55 Modified: head/print/afm/Makefile ============================================================================== --- head/print/afm/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/afm/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: afm -# Date created: 23 November 1994 -# Whom: ljo -# +# Created by: ljo # $FreeBSD$ -# PORTNAME= afm PORTVERSION= 1.0 @@ -16,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Adobe Font Metrics +NO_STAGE= yes pre-patch: @${RM} -rf ${WRKSRC}/RCS Modified: head/print/alignmargins/Makefile ============================================================================== --- head/print/alignmargins/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/alignmargins/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -16,6 +16,7 @@ COMMENT= Utility script to generate cust NO_BUILD= yes USES= perl5 +NO_STAGE= yes do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} Modified: head/print/ansiprint/Makefile ============================================================================== --- head/print/ansiprint/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/ansiprint/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -14,6 +14,7 @@ PLIST_FILES= bin/${PORTNAME} CXXFLAGS+= -Wno-deprecated +NO_STAGE= yes post-extract: @${RM} ${WRKSRC}/Makefile Modified: head/print/apsfilter/Makefile ============================================================================== --- head/print/apsfilter/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/apsfilter/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -47,6 +47,7 @@ ATALK_DESC= remote printing on AppleTalk SAMBA_DESC= remote printing on Windows remote printer COMPRESS_DESC= print compressed documents +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/print/asprint/Makefile ============================================================================== --- head/print/asprint/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/asprint/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: asmail -# Date created: 16 August 1997 -# Whom: brett@peloton.physics.montana.edu -# +# Created by: brett@peloton.physics.montana.edu # $FreeBSD$ -# PORTNAME= asprint PORTVERSION= 1.0 @@ -21,6 +17,7 @@ USE_XORG= xmu xpm xt xaw x11 ALL_TARGET= asprint MAKEFILE= makefile +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} $(WRKSRC)/asprint ${PREFIX}/bin Modified: head/print/auctex/Makefile ============================================================================== --- head/print/auctex/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/auctex/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -39,6 +39,7 @@ MKTEXLSR= ${LOCALBASE}/bin/mktexlsr NOT_FOR_ARCHS= ia64 +NO_STAGE= yes post-install: ${MKTEXLSR} ${PREFIX}/${TEXMFDIR} @${CAT} ${PKGMESSAGE} Modified: head/print/axpoint/Makefile ============================================================================== --- head/print/axpoint/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/axpoint/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: axpoint -# Date created: May 13, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= axpoint PORTVERSION= 1.50 @@ -29,4 +24,5 @@ USE_PERL5= configure MAN3= XML::Handler::AxPoint.3 +NO_STAGE= yes .include Modified: head/print/bibcursed/Makefile ============================================================================== --- head/print/bibcursed/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/bibcursed/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: bibcursed -# Date created: Aug 11, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= bibcursed PORTVERSION= 2.0.1 @@ -21,6 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME} -lncurses Modified: head/print/biblio-py/Makefile ============================================================================== --- head/print/biblio-py/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/biblio-py/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: biblio-py -# Date created: 10 May, 2009 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= biblio-py PORTVERSION= 0.6.1 @@ -17,4 +13,5 @@ COMMENT= A package to manage bibliograph USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include Modified: head/print/bibview/Makefile ============================================================================== --- head/print/bibview/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/bibview/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -17,4 +17,5 @@ USE_XORG= ice sm x11 xaw xext xmu xt WRKSRC= ${WRKDIR}/bibview-${PORTVERSION} MAN1= bibview.1 +NO_STAGE= yes .include Modified: head/print/bophook/Makefile ============================================================================== --- head/print/bophook/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/bophook/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,7 +1,4 @@ -# New ports collection makefile for: bophook -# Date created: 2012-05-11 -# Whom: Hiroto Kagotani -# +# Created by: Hiroto Kagotani # $FreeBSD$ PORTNAME= bophook @@ -25,6 +22,7 @@ MKTEXLSR= ${LOCALBASE}/bin/mktexlsr CLASSDIR= ${TEXMFDIR}/tex/latex/${PORTNAME} CLASS_FILES= ${PORTNAME}.sty +NO_STAGE= yes do-build: cd ${WRKSRC} && latex ${PORTNAME}.ins Modified: head/print/c2ps/Makefile ============================================================================== --- head/print/c2ps/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/c2ps/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -17,6 +17,7 @@ PLIST_FILES= bin/c2ps MAN1= c2ps.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/c2ps ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/c2ps.1 ${MANPREFIX}/man/man1 Modified: head/print/catdvi/Makefile ============================================================================== --- head/print/catdvi/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/catdvi/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: catdvi -# Date created: Feb 10, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= catdvi PORTVERSION= 0.14 @@ -28,6 +23,7 @@ PLIST_FILES= bin/catdvi CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/catdvi ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/catdvi.1 ${MANPREFIX}/man/man1 Modified: head/print/cdlabelgen/Makefile ============================================================================== --- head/print/cdlabelgen/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/cdlabelgen/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cdlabelgen -# Date created: Tue Jun 23 00:19:55 MET DST 1999 -# Whom: Juergen Lock -# +# Created by: Juergen Lock # $FreeBSD$ -# PORTNAME= cdlabelgen PORTVERSION= 4.2.0 @@ -26,6 +22,7 @@ MAKE_ARGS= BASE_DIR="${PREFIX}" \ INSTALL_MAN="${INSTALL_MAN}" \ MAN_DIR="${PREFIX}/man" +NO_STAGE= yes do-build: ${PERL5} -i.bak -p -e "if (1 .. 1) {s-^#!/usr/bin/perl-#!${PERL}-;}" ${WRKSRC}/cdlabelgen Modified: head/print/cm-super/Makefile ============================================================================== --- head/print/cm-super/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/cm-super/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cm-super -# Date created: 27 June 2006 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PORTNAME= cm-super PORTVERSION= 0.3.4 @@ -55,6 +51,7 @@ MAPFILES= cm-super-t1.map \ cm-super-ts1.map \ cm-super-x2.map +NO_STAGE= yes do-build: .if !defined(WITHOUT_X11) ${TOUCH} ${WRKSRC}/pfb/fonts.dir Modified: head/print/cpp2latex/Makefile ============================================================================== --- head/print/cpp2latex/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/cpp2latex/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -18,6 +18,7 @@ PORTDOCS= AUTHORS ChangeLog README TODO PLIST_FILES= bin/cpp2latex +NO_STAGE= yes .include post-patch: Modified: head/print/cups-base/Makefile ============================================================================== --- head/print/cups-base/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/cups-base/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -80,6 +80,7 @@ GHOSTSCRIPT_DESC= Build pdftops with GHO XPDF_DESC= Build pdftops with XPDF XDG_OPEN_DESC= Build with XDG_OPEN as browser +NO_STAGE= yes .include .if defined(CUPS_CLIENT) Modified: head/print/cups-bjnp/Makefile ============================================================================== --- head/print/cups-bjnp/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/cups-bjnp/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,5 +1,4 @@ # $FreeBSD$ -# PORTNAME= cups-bjnp PORTVERSION= 1.2.1 @@ -17,4 +16,5 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include Modified: head/print/cups-client/Makefile ============================================================================== --- head/print/cups-client/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/cups-client/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -9,6 +9,7 @@ MASTERDIR?= ${.CURDIR}/../cups-base CUPS_CLIENT= yes .if exists(${.CURDIR}/Makefile.local) +NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif Modified: head/print/cups-image/Makefile ============================================================================== --- head/print/cups-image/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/cups-image/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -9,6 +9,7 @@ MASTERDIR?= ${.CURDIR}/../cups-base CUPS_IMAGE= yes .if exists(${.CURDIR}/Makefile.local) +NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif Modified: head/print/cups-pdf/Makefile ============================================================================== --- head/print/cups-pdf/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/cups-pdf/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cups-pdf -# Date created: Jun 15 2004 -# Whom: Mark Reidel -# +# Created by: Mark Reidel # $FreeBSD$ -# PORTNAME= cups-pdf PORTVERSION= 2.6.1 @@ -53,6 +49,7 @@ SUBST_CMD+= -e 's,\#Out /var/spool/cups- SUBST_CMD+= -e "s,\#Log /var/log/cups,Log ${LOG_DIRECTORY}," .endif +NO_STAGE= yes pre-everything:: .if !defined(PDF_VERSION) || !defined(HOME_SUBDIR) || \ !defined(OUTPUT_DIRECTORY) || !defined(LOG_DIRECTORY) Modified: head/print/cups-pk-helper/Makefile ============================================================================== --- head/print/cups-pk-helper/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/cups-pk-helper/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -20,4 +20,5 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/libs +NO_STAGE= yes .include Modified: head/print/cups-pstoraster/Makefile ============================================================================== --- head/print/cups-pstoraster/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/cups-pstoraster/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cups-pstoraster -# Date created: Jul 13 2002 -# Whom: ports@FreeBSD.org -# +# Created by: ports@FreeBSD.org # $FreeBSD$ -# PORTNAME= cups-pstoraster PORTVERSION= 8.15.4 @@ -44,6 +40,7 @@ MAKE_ARGS= CFLAGS_STANDARD="${CFLAGS} -D DEVICE_DEVS="\$$(DD)cups.dev \$$(DD)pxlcolor.dev \$$(DD)pxlmono.dev" PLIST_SUB= GS_VERSION="${GS_VERSION}" +NO_STAGE= yes pre-everything:: .if !defined(WITH_CJK) @${ECHO_MSG} "" Modified: head/print/cups-samba/Makefile ============================================================================== --- head/print/cups-samba/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/cups-samba/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,11 +1,5 @@ -# ex:ts=8 -*-mode: makefile-*- -# -# New ports collection makefile for: cups-samba -# Date created: 2004-02-10 -# Whom: John Merryweather Cooper -# +# Created by: John Merryweather Cooper # $FreeBSD$ -# PORTNAME= cups-samba PORTVERSION= 6.0 @@ -31,6 +25,7 @@ DRIVER_FILES= cups6.inf cups6.ini cupsps SUB_FILES= pkg-message +NO_STAGE= yes pre-install: ${MKDIR} ${DATADIR}/drivers Modified: head/print/cups-smb-backend/Makefile ============================================================================== --- head/print/cups-smb-backend/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/cups-smb-backend/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -19,6 +19,7 @@ PLIST_FILES= libexec/cups/backend/smb SAMBA_PORT?= samba36 SUB_FILES= pkg-message +NO_STAGE= yes do-install: ${LN} -fs ${PREFIX}/bin/smbspool ${PREFIX}/libexec/cups/backend/smb @${CAT} ${PKGMESSAGE} Modified: head/print/cups/Makefile ============================================================================== --- head/print/cups/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/cups/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -17,4 +17,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} NO_BUILD= yes NO_INSTALL= yes +NO_STAGE= yes .include Modified: head/print/deforaos-pdfviewer/Makefile ============================================================================== --- head/print/deforaos-pdfviewer/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/deforaos-pdfviewer/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -23,4 +23,5 @@ USE_GNOME= gtk20 desktopfileutils PLIST_FILES= bin/pdfviewer \ share/applications/pdfviewer.desktop +NO_STAGE= yes .include Modified: head/print/detex/Makefile ============================================================================== --- head/print/detex/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/detex/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -14,6 +14,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} MAN1= detex.1 PLIST_FILES= bin/detex +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/detex ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1}l ${MANPREFIX}/man/man1/${MAN1} Modified: head/print/dk-acroread8/Makefile ============================================================================== --- head/print/dk-acroread8/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/dk-acroread8/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dk-acroread8 -# Date created: 27 December 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PKGNAMEPREFIX= dk- @@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= DAN +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/print/dot2tex/Makefile ============================================================================== --- head/print/dot2tex/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/dot2tex/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dot2tex -# Date created: 2010-09-14 -# Whom: Romain Tartiere -# +# Created by: Romain Tartiere # $FreeBSD$ -# PORTNAME= dot2tex PORTVERSION= 2.8.7 @@ -22,4 +18,5 @@ USE_PYTHON= yes # The .tar.gz sucks! USE_ZIP= yes +NO_STAGE= yes .include Modified: head/print/dvi2tty/Makefile ============================================================================== --- head/print/dvi2tty/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/dvi2tty/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dvi2tty -# Date created: 17th February 1997 -# Whom: Joel Sutton -# +# Created by: Joel Sutton # $FreeBSD$ -# PORTNAME= dvi2tty PORTVERSION= 5.3.4 @@ -21,6 +17,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" MAN1= disdvi.1 dvi2tty.1 PLIST_FILES= bin/disdvi bin/dvi2tty +NO_STAGE= yes do-install: .for name in disdvi dvi2tty ${INSTALL_PROGRAM} ${WRKSRC}/${name} ${PREFIX}/bin Modified: head/print/dvipdfmx/Makefile ============================================================================== --- head/print/dvipdfmx/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/dvipdfmx/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -39,6 +39,7 @@ FONTCMAPDIR= ${TEXMFDIR}/fonts/cmap ADOBECMAPDIR= ${LOCALBASE}/share/fonts/adobe-cmaps MKTEXLSR= ${LOCALBASE}/bin/mktexlsr +NO_STAGE= yes post-install: ${MKDIR} ${LOCALBASE}/${FONTCMAPDIR} ${LN} -s -f ${ADOBECMAPDIR} \ Modified: head/print/dvips/Makefile ============================================================================== --- head/print/dvips/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/dvips/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dvips -# Date created: 30 September 1994 -# Whom: jmz -# +# Created by: jmz # $FreeBSD$ -# PORTNAME= dvips PORTVERSION= 5.76 @@ -21,6 +17,7 @@ WRKSRC= ${WRKDIR}/dvips576/dvips IS_INTERACTIVE= yes MAN1= dvips.1 afm2tfm.1 +NO_STAGE= yes pre-install: @${MKDIR} ${PREFIX}/share/texmf Modified: head/print/dvips2ascii/Makefile ============================================================================== --- head/print/dvips2ascii/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/dvips2ascii/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dvips2ascii -# Date created: 7 Aug 1997 -# Whom: eserte@cs.tu-berlin.de -# +# Created by: eserte@cs.tu-berlin.de # $FreeBSD$ -# PORTNAME= dvips2ascii PORTVERSION= 1.3 @@ -15,6 +11,7 @@ COMMENT= PostScript (created by dvips) t PLIST_FILES= bin/dvips2ascii +NO_STAGE= yes do-build: ${MV} ${WRKSRC}/dvips2ascii ${WRKSRC}/dvips2ascii.orig ${SED} -e 's;#!.*perl;#!${PERL};' \ Modified: head/print/dvipsk-tetex/Makefile ============================================================================== --- head/print/dvipsk-tetex/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/dvipsk-tetex/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -89,6 +89,7 @@ PKGINSTALL_SUB= PAPERSIZE=${PAPERSIZE} \ # dvipsk is not compatible with -funroll-loops on 5.x CFLAGS:= ${CFLAGS:N-funroll-loops} +NO_STAGE= yes pre-build: ${SED} ${PKGINSTALL_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ < ${FILESDIR}/pkg-install.in > ${PKGINSTALL} Modified: head/print/dviselect/Makefile ============================================================================== --- head/print/dviselect/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/dviselect/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dviselect -# Date created: 12 October 1994 -# Whom: jmz -# +# Created by: jmz # $FreeBSD$ -# PORTNAME= dviselect PORTVERSION= 1.3 @@ -22,4 +18,5 @@ SCRIPTS_ENV= CFLAGS="${CFLAGS}" MAN1= dviselect.1 PLIST_FILES= bin/dviselect +NO_STAGE= yes .include Modified: head/print/dvisvg/Makefile ============================================================================== --- head/print/dvisvg/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/dvisvg/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: dvisvg -# Date created: Apr 15, 2005 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= dvisvg DISTVERSION= 0.7.1d @@ -34,6 +29,7 @@ MKTEXLSR= ${LOCALBASE}/bin/mktexlsr PLIST_FILES= bin/dvisvg MAN1= dvisvg.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,/usr/share/texmf,${LOCALBASE}/${TEXMFLOCAL}," ${WRKSRC}/version.h Modified: head/print/easylatex/Makefile ============================================================================== --- head/print/easylatex/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/easylatex/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: easylatex -# Date created: 2006-02-15 -# Whom: Nicola Vitale -# +# Created by: Nicola Vitale # $FreeBSD$ -# PORTNAME= easylatex PORTVERSION= 0.080 @@ -20,6 +16,7 @@ RUN_DEPENDS= p5-Getopt-Declare>=0:${PORT NO_BUILD= yes USES= perl5 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/usr/lib/easylatex,${DATADIR},' \ ${WRKSRC}/${PORTNAME}.pl Modified: head/print/enscript-a4/Makefile ============================================================================== --- head/print/enscript-a4/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/enscript-a4/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: enscript (a4) -# Date created: 24 Jul, 1997 -# Whom: kline -# +# Created by: kline # $FreeBSD$ -# CONFLICTS= enscript-letter-* enscript-letterdj-* @@ -12,4 +8,5 @@ PS= A4 MASTERDIR= ${.CURDIR}/../enscript-letter +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/print/enscript-letter/Makefile ============================================================================== --- head/print/enscript-letter/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/enscript-letter/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: enscript (letter) -# Date created: 24 Jul, 1997 -# Whom: kline -# +# Created by: kline # $FreeBSD$ -# PORTNAME= enscript PORTVERSION= 1.6.4 @@ -28,6 +24,7 @@ PAPERSIZE?= letter PS?= Letter .if (${PAPERSIZE} != a4 && ${PAPERSIZE} != letter && ${PAPERSIZE} != letterdj) +NO_STAGE= yes .BEGIN: @${ECHO} "Error: invalid value for PAPERSIZE: \"${PAPERSIZE}\"" @${ECHO} "Possible values are: a4, letter, or letterdj" Modified: head/print/enscript-letterdj/Makefile ============================================================================== --- head/print/enscript-letterdj/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/enscript-letterdj/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: enscript (letterdj) -# Date created: 24 Jul, 1997 -# Whom: kline -# +# Created by: kline # $FreeBSD$ -# CONFLICTS= enscript-a4-* enscript-letter-* @@ -12,4 +8,5 @@ PS= Letterdj MASTERDIR= ${.CURDIR}/../enscript-letter +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/print/enscriptfonts/Makefile ============================================================================== --- head/print/enscriptfonts/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/enscriptfonts/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: enscriptfonts -# Date created: 15 June, 1998 -# Whom: kline -# +# Created by: kline # $FreeBSD$ -# PORTNAME= enscriptfonts PORTVERSION= 0.81 @@ -23,6 +19,7 @@ SUB_FILES+= pkg-message # user should choose their own version #RUN_DEPENDS= enscript:${PORTSDIR}/print/enscript-letter +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/share/enscript/xenscript @${CP} -p ${WRKDIR}/* ${PREFIX}/share/enscript/xenscript Modified: head/print/epsonepl/Makefile ============================================================================== --- head/print/epsonepl/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/epsonepl/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: epsonepl -# Date created: 14 February 2003 -# Whom: Simon 'corecode' Schubert -# +# Created by: Simon 'corecode' Schubert # $FreeBSD$ -# PORTNAME= epsonepl PORTVERSION= 0.2.2 @@ -22,6 +18,7 @@ LIB_DEPENDS= ijs.1:${PORTSDIR}/print/lib MAKEFILE= ${FILESDIR}/Makefile +NO_STAGE= yes post-extract: @cd ${WRKSRC} && ${LS} ijs* | ${GREP} -v ${PORTNAME} | ${XARGS} ${RM} Modified: head/print/es-acroread8/Makefile ============================================================================== --- head/print/es-acroread8/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/es-acroread8/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: es-acroread8 -# Date created: 27 December 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PKGNAMEPREFIX= es- @@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= ESP +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/print/examplep/Makefile ============================================================================== --- head/print/examplep/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/examplep/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,7 +1,4 @@ -# New ports collection makefile for: examplep -# Date created: 2012-05-11 -# Whom: Hiroto Kagotani -# +# Created by: Hiroto Kagotani # $FreeBSD$ PORTNAME= examplep @@ -25,6 +22,7 @@ MKTEXLSR= ${LOCALBASE}/bin/mktexlsr CLASSDIR= ${TEXMFDIR}/tex/latex/${PORTNAME} CLASS_FILES= ${PORTNAME}.sty codep.sty verbfwr.sty +NO_STAGE= yes do-build: pre-install: Modified: head/print/fi-acroread8/Makefile ============================================================================== --- head/print/fi-acroread8/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/fi-acroread8/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fi-acroread8 -# Date created: 27 December 2007 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PKGNAMEPREFIX= fi- @@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= SUO +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/print/flpsed/Makefile ============================================================================== --- head/print/flpsed/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/flpsed/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flpsed -# Date created: 6 January 2005 -# Whom: Fernan Aguero -# +# Created by: Fernan Aguero # $FreeBSD$ -# PORTNAME= flpsed PORTVERSION= 0.7.0 @@ -24,6 +20,7 @@ PLIST_FILES= bin/flpsed MAN1= flpsed.1 PORTDOCS= README +NO_STAGE= yes post-configure: @${FIND} -X ${WRKSRC} -type f -name Makefile | ${XARGS} \ ${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" Modified: head/print/font-amsfonts/Makefile ============================================================================== --- head/print/font-amsfonts/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/font-amsfonts/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: font-amsfonts -# Date created: June 13, 2011 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PORTNAME= amsfonts PORTVERSION= 3.02 @@ -22,6 +18,7 @@ NO_BUILD= yes FONTSDIR= share/fonts/${PORTNAME} +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${FONTSDIR} cd ${PREFIX}/${FONTSDIR} && ${TAR} -x -z -U --strip-components 1 -f \ Modified: head/print/font2svg/Makefile ============================================================================== --- head/print/font2svg/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/font2svg/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: font2svg -# Date created: Jan 10, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= font2svg PORTVERSION= 1.0 @@ -23,6 +18,7 @@ NO_BUILD= yes PLIST_FILES= bin/font2svg %%DATADIR%%/encodings %%DATADIR%%/font2svg.ps PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|^#!/bin/bash|#!/usr/bin/env bash| ; \ s|^font2svg_home=.*$$|font2svg_home=${DATADIR}|" \ Modified: head/print/fontforge/Makefile ============================================================================== --- head/print/fontforge/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/fontforge/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -35,6 +35,7 @@ OPTIONS_DEFINE= DOCS MULTILAYER FREETYPE OPTIONS_DEFAULT= DOCS MULTILAYER PLUGINS MULTILAYER_DESC= type3/SVG multilayer font support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/print/foo2zjs/Makefile ============================================================================== --- head/print/foo2zjs/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/foo2zjs/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -112,6 +112,7 @@ XML_FILES= driver/foo2hiperc.xml \ EXTRACT_AFTER_ARGS+= --exclude '${FILES}' .endfor +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS|CFLAGS?|g' -e 's|^PREFIX|PREFIX?|g' ${WRKSRC}/icc2ps/Makefile Modified: head/print/foomatic-db-engine/Makefile ============================================================================== --- head/print/foomatic-db-engine/Makefile Fri Sep 20 22:43:35 2013 (r327764) +++ head/print/foomatic-db-engine/Makefile Fri Sep 20 22:43:59 2013 (r327765) @@ -1,9 +1,5 @@ -# New ports collection makefile for: foomatic-db-engine -# Date created: 07 July 2003 -# Whom: Martin Ranne -# +# Created by: Martin Ranne # $FreeBSD$ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 22:46:27 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 43638EB6; Fri, 20 Sep 2013 22:46:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2DFDA270E; Fri, 20 Sep 2013 22:46:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KMkRMg063661; Fri, 20 Sep 2013 22:46:27 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KMkGsg063513; Fri, 20 Sep 2013 22:46:16 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202246.r8KMkGsg063513@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 22:46:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327766 - in head/russian: MT artwiz-ru aspell bugzilla bugzilla42 calligra-l10n d1489 eric4 fortune-bashorgru fortuneru gd gimp-help hunspell hyphen ircd-hybrid kde4-l10n koi2koi koi8r... 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.14 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: Fri, 20 Sep 2013 22:46:27 -0000 Author: bapt Date: Fri Sep 20 22:46:16 2013 New Revision: 327766 URL: http://svnweb.freebsd.org/changeset/ports/327766 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: russian) Modified: head/russian/MT/Makefile head/russian/artwiz-ru/Makefile head/russian/aspell/Makefile head/russian/bugzilla/Makefile head/russian/bugzilla42/Makefile head/russian/calligra-l10n/Makefile head/russian/d1489/Makefile head/russian/eric4/Makefile head/russian/fortune-bashorgru/Makefile head/russian/fortuneru/Makefile head/russian/gd/Makefile head/russian/gimp-help/Makefile head/russian/hunspell/Makefile head/russian/hyphen/Makefile head/russian/ircd-hybrid/Makefile head/russian/kde4-l10n/Makefile head/russian/koi2koi/Makefile head/russian/koi8r-ps/Makefile head/russian/libcyrillic/Makefile head/russian/libreoffice/Makefile head/russian/mueller-dic/Makefile head/russian/muttprint/Makefile head/russian/mythes/Makefile head/russian/napster/Makefile head/russian/p5-Convert-Cyrillic/Makefile head/russian/p5-Lingua-DetectCyrillic/Makefile head/russian/p5-Lingua-RU-Charset/Makefile head/russian/p5-XML-Parser-encodings/Makefile head/russian/p5-cyrillic/Makefile head/russian/prawda/Makefile head/russian/pscyr/Makefile head/russian/rubygem-russian/Makefile head/russian/rubygem-rutils/Makefile head/russian/rus-ispell/Makefile head/russian/rux/Makefile head/russian/stardict-bars/Makefile head/russian/stardict-computer/Makefile head/russian/stardict-dal/Makefile head/russian/stardict-engcom/Makefile head/russian/stardict-mueller7/Makefile head/russian/stardict-mueller7accent/Makefile head/russian/stardict-pc/Makefile head/russian/tac+ia/Makefile head/russian/tidyup-mail/Makefile head/russian/unzip/Makefile head/russian/wordpress/Makefile head/russian/xcode/Makefile head/russian/xmms/Makefile head/russian/xpi-tabextensions/Makefile head/russian/xruskb/Makefile Modified: head/russian/MT/Makefile ============================================================================== --- head/russian/MT/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/MT/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -16,4 +16,5 @@ CONFLICTS= MT-[2-5].* de-MT-[2-5].* fr-M MT_DOCS_URL= https://github.com/saahov/movabletype/wiki MT_UPGRADE_URL= http://movable-type.ru/wiki/%D0%9E%D0%B1%D0%BD%D0%BE%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5_Movable_Type +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/russian/artwiz-ru/Makefile ============================================================================== --- head/russian/artwiz-ru/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/artwiz-ru/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,5 @@ -# New ports collection makefile for: artwiz-ru -# Date created: 2004-10-31 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ -# PORTNAME= artwiz-ru PORTVERSION= 20041031 @@ -27,6 +23,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message FONTDIR= ${LOCALBASE}/lib/X11/fonts/${PORTNAME} +NO_STAGE= yes post-patch: @${SED} -e 's,LOCALBASE,${LOCALBASE},g' ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} Modified: head/russian/aspell/Makefile ============================================================================== --- head/russian/aspell/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/aspell/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ru-aspell -# Date created: 1 September 2002 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= aspell DISTVERSION= 6-ru-0.99f7-1 @@ -16,5 +12,6 @@ COMMENT= Aspell Russian dictionary DICT= ru +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/russian/bugzilla/Makefile ============================================================================== --- head/russian/bugzilla/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/bugzilla/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -14,6 +14,7 @@ RUN_DEPENDS= bugzilla>=${PORTVERSION}:${ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.ru +NO_STAGE= yes .include "${.CURDIR}/../../devel/bugzilla/Makefile.common" do-install: Modified: head/russian/bugzilla42/Makefile ============================================================================== --- head/russian/bugzilla42/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/bugzilla42/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -14,6 +14,7 @@ RUN_DEPENDS= bugzilla>=${PORTVERSION}:${ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.ru +NO_STAGE= yes .include "${.CURDIR}/../../devel/bugzilla42/Makefile.common" LATEST_LINK= ${PKGNAMEPREFIX}bugzilla42 Modified: head/russian/calligra-l10n/Makefile ============================================================================== --- head/russian/calligra-l10n/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/calligra-l10n/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -9,5 +9,6 @@ COMMENT= Russian messages and documentat CALLIGRA_L10N= ru +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/russian/d1489/Makefile ============================================================================== --- head/russian/d1489/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/d1489/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -13,4 +13,5 @@ COMMENT= Cp866<->koi8-r and cp1251<->koi MAKE_ARGS= PREFIX=${PREFIX} PLIST_FILES= bin/a2kfcnv bin/fromdos bin/todos bin/fromwin bin/towin +NO_STAGE= yes .include Modified: head/russian/eric4/Makefile ============================================================================== --- head/russian/eric4/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/eric4/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -3,4 +3,5 @@ CATEGORIES= russian devel python +NO_STAGE= yes .include "${.CURDIR}/../../devel/eric4/Makefile.inc" Modified: head/russian/fortune-bashorgru/Makefile ============================================================================== --- head/russian/fortune-bashorgru/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/fortune-bashorgru/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -14,6 +14,7 @@ NO_BUILD= yes SUB_FILES= pkg-message SUB_LIST= PORTNAME=${PORTNAME} +NO_STAGE= yes do-install: @${MKDIR} ${EXAMPLESDIR} @${MKDIR} ${PREFIX}/share/games/fortune/ru_RU.UTF-8 Modified: head/russian/fortuneru/Makefile ============================================================================== --- head/russian/fortuneru/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/fortuneru/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -16,6 +16,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message STRCMD= /usr/games/strfile +NO_STAGE= yes do-install: @${SETENV} STRCMD=${STRCMD} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL @${MKDIR} ${PREFIX}/share/games/fortune/rus Modified: head/russian/gd/Makefile ============================================================================== --- head/russian/gd/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/gd/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -11,6 +11,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDI GD_FONTS= ${DISTDIR}/x-koi8u.tgz koi6x10.bdf koi6x13.bdf \ koi10x16b.bdf koi9x15.bdf koi10x20.bdf +NO_STAGE= yes .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" .endif Modified: head/russian/gimp-help/Makefile ============================================================================== --- head/russian/gimp-help/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/gimp-help/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gimp-help -# Date created: 10th April 2010 -# Whom: SimaMoto,RyoTa -# +# Created by: SimaMoto,RyoTa # $FreeBSD$ -# CATEGORIES= russian graphics @@ -15,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../../misc/gimp-he DOCLANG= ru AMPLE= "@comment " +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/russian/hunspell/Makefile ============================================================================== --- head/russian/hunspell/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/hunspell/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,4 +1,3 @@ -# Created by: Baptiste Daroussin # $FreeBSD$ PORTNAME= hunspell @@ -20,6 +19,7 @@ PLIST_FILES= %%DATADIR%%/ru_RU.aff \ %%DATADIR%%/ru_RU.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/ru_RU.aff ${WRKSRC}/ru_RU.dic ${DATADIR}/ Modified: head/russian/hyphen/Makefile ============================================================================== --- head/russian/hyphen/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/hyphen/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,4 @@ -# New ports collection makefile for: hyphen -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= hyphen PORTVERSION= 2004.04.15 @@ -26,6 +21,7 @@ PLIST_FILES= %%DATADIR%%/hyph_ru_RU.dic %%DATADIR%%/hyph_ru_UA.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hyph_ru_RU.dic ${DATADIR}/ Modified: head/russian/ircd-hybrid/Makefile ============================================================================== --- head/russian/ircd-hybrid/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/ircd-hybrid/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -49,6 +49,7 @@ CONFIGURE_ARGS+=--with-topiclen=${TOPICL CONFIGURE_ARGS+=--with-maxconn=${MAXCONN} .endif +NO_STAGE= yes pre-extract: @${ECHO_MSG} "* * * Build options for ircd-hybrid-ru * * *" @${ECHO_MSG} "Issue make WITH_SMALL_NET=yes to build server optimized for small network" Modified: head/russian/kde4-l10n/Makefile ============================================================================== --- head/russian/kde4-l10n/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/kde4-l10n/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -11,6 +11,7 @@ COMMENT= Russian messages and documentat KDE4_L10N= ru MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" Modified: head/russian/koi2koi/Makefile ============================================================================== --- head/russian/koi2koi/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/koi2koi/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,5 @@ -# New ports collection makefile for: koi2koi -# Date created: 08 Apr 2003 -# Whom: Dmitry Morozovsky -# +# Created by: Dmitry Morozovsky # $FreeBSD$ -# PORTNAME= koi2koi PORTVERSION= 1998.04.16 @@ -23,4 +19,5 @@ MAN1= koi2koi.1 MANCOMPRESSED= yes PLIST_FILES= bin/koi2koi +NO_STAGE= yes .include Modified: head/russian/koi8r-ps/Makefile ============================================================================== --- head/russian/koi8r-ps/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/koi8r-ps/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,5 @@ -# New ports collection makefile for: koi8rPS -# Date created: 22 July 1999 -# Whom: mi@aldan.algebra.com -# +# Created by: mi@aldan.algebra.com # $FreeBSD$ -# PORTNAME= koi8rPS PORTVERSION= 1.0 @@ -20,6 +16,7 @@ EXTRACT_ONLY= DIST_SUBDIR= koi8r-ps +NO_STAGE= yes .include .if !defined(FONTMAP) Modified: head/russian/libcyrillic/Makefile ============================================================================== --- head/russian/libcyrillic/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/libcyrillic/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libcyrillic -# Date created: 8 December 2003 -# Whom: Pavel Novikov -# +# Created by: Pavel Novikov # $FreeBSD$ -# PORTNAME= libcyrillic PORTVERSION= 1.9 @@ -23,4 +19,5 @@ USE_LDCONFIG= yes CFLAGS+= -O2 .endif +NO_STAGE= yes .include Modified: head/russian/libreoffice/Makefile ============================================================================== --- head/russian/libreoffice/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/libreoffice/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -4,6 +4,7 @@ LO_I18N= ru LO_HAS_HELPPACK= yes CATEGORIES= russian editors +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include Modified: head/russian/mueller-dic/Makefile ============================================================================== --- head/russian/mueller-dic/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/mueller-dic/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -23,6 +23,7 @@ WRKSRC_DOC= ${WRKDIR}/usr/local/share/mo OPTIONS_DEFINE= DOCS +NO_STAGE= yes post-build: # convert dictionary to other charsets ${MV} ${WRKSRC_DIC}/Mueller7accentGPL.koi ${WRKSRC_DIC}/Mueller7accentGPL.ru_RU.KOI8-R Modified: head/russian/muttprint/Makefile ============================================================================== --- head/russian/muttprint/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/muttprint/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ru-muttprint -# Date Created: 04 April 2003 -# Whom: Alex Semenyaka -# +# Created by: Alex Semenyaka # $FreeBSD$ -# PORTNAME= muttprint PORTREVISION= 5 @@ -15,6 +11,7 @@ COMMENT= Print in Russian MASTERDIR= ${.CURDIR}/../../print/muttprint ADD_TRANS= ${.CURDIR}/files/translation-??.pl +NO_STAGE= yes pre-build: @${REINPLACE_CMD} '/^\\\\usepackage\[T1\]{fontenc}/d' ${WRKSRC}/${PORTNAME} @${CP} ${ADD_TRANS} ${WRKSRC}/translations/ Modified: head/russian/mythes/Makefile ============================================================================== --- head/russian/mythes/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/mythes/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,4 @@ -# New ports collection makefile for: mythes -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= mythes PORTVERSION= 2007.06.13 @@ -28,6 +23,7 @@ PLIST_FILES= %%DATADIR%%/th_ru_RU_v2.dat %%DATADIR%%/th_ru_UA_v2.idx PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/th_ru_RU_v2.dat ${WRKSRC}/th_ru_RU_v2.idx ${DATADIR}/ Modified: head/russian/napster/Makefile ============================================================================== --- head/russian/napster/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/napster/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,5 @@ -# New ports collection makefile for: napster -# Date created: 21.07.2004 -# Whom: Roman Y. Bogdanov -# +# Created by: Roman Y. Bogdanov # $FreeBSD$ -# PORTNAME= nap CATEGORIES= russian @@ -17,6 +13,7 @@ CONFLICTS= nap-[0-9]* WITH_ENCODING_PATCH= yes +NO_STAGE= yes pre-configure: @${PATCH} ${PATCH_ARGS} < ${.CURDIR}/files/extra-win2koi Modified: head/russian/p5-Convert-Cyrillic/Makefile ============================================================================== --- head/russian/p5-Convert-Cyrillic/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/p5-Convert-Cyrillic/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -20,4 +20,5 @@ USE_PERL5= configure MAN3= Convert::Cyrillic.3 \ Lingua::DetectCharset.3 +NO_STAGE= yes .include Modified: head/russian/p5-Lingua-DetectCyrillic/Makefile ============================================================================== --- head/russian/p5-Lingua-DetectCyrillic/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/p5-Lingua-DetectCyrillic/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -18,4 +18,5 @@ USE_PERL5= configure MAN3= Lingua::DetectCyrillic.3 +NO_STAGE= yes .include Modified: head/russian/p5-Lingua-RU-Charset/Makefile ============================================================================== --- head/russian/p5-Lingua-RU-Charset/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/p5-Lingua-RU-Charset/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= Lingua::RU::Charset.3 +NO_STAGE= yes .include Modified: head/russian/p5-XML-Parser-encodings/Makefile ============================================================================== --- head/russian/p5-XML-Parser-encodings/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/p5-XML-Parser-encodings/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -20,6 +20,7 @@ USES= perl5 NO_WRKSUBDIR= YES RUSSIANENC= cp1251 cp866 mac-cyrillic +NO_STAGE= yes post-extract: .for ICONVPORT in iconv iconv-extra @${LN} -sfh \ Modified: head/russian/p5-cyrillic/Makefile ============================================================================== --- head/russian/p5-cyrillic/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/p5-cyrillic/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -15,4 +15,5 @@ USE_PERL5= configure MAN3= cyrillic.3 +NO_STAGE= yes .include Modified: head/russian/prawda/Makefile ============================================================================== --- head/russian/prawda/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/prawda/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -14,6 +14,7 @@ NO_WRKSUBDIR= yes USE_XORG= x11 xaw xmu xt sm CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|ulong|unsigned long|g;;s|malloc.h|stdlib.h|g" ${WRKSRC}/src/face/video_x.cpp @${REINPLACE_CMD} -e "s|g++|${CXX} ${CXXFLAGS}|g" ${WRKSRC}/src/bin/makefile.exe Modified: head/russian/pscyr/Makefile ============================================================================== --- head/russian/pscyr/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/pscyr/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,5 @@ -# New ports collection makefile for: PSCyr -# Date created: 29 Jun 2001 -# Whom: kapr@crosswinds.net -# +# Created by: kapr@crosswinds.net # $FreeBSD$ -# PORTNAME= PSCyr PATCH_LEVEL= 2 @@ -28,6 +24,7 @@ PLIST_SUB= UPDMAP_SYS=${UPDMAP_SYS} \ UPDMAP_SYS?= ${LOCALBASE}/bin/updmap-sys MKTEXLSR= ${LOCALBASE}/bin/mktexlsr +NO_STAGE= yes do-install: (cd ${WRKDIR}; ${SETENV} ${MAKE_ENV} ${SH} install.sh) Modified: head/russian/rubygem-russian/Makefile ============================================================================== --- head/russian/rubygem-russian/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/rubygem-russian/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,7 +1,4 @@ -# Ports collection makefile for: rubygem-russian -# Date created: 22 June 2009 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ PORTNAME= russian @@ -18,4 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/russian/rubygem-rutils/Makefile ============================================================================== --- head/russian/rubygem-rutils/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/rubygem-rutils/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,7 +1,4 @@ -# Ports collection makefile for: rubygem-rutils -# Date created: 04 January 2007 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ PORTNAME= rutils @@ -18,4 +15,5 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/gilensize bin/rutilize +NO_STAGE= yes .include Modified: head/russian/rus-ispell/Makefile ============================================================================== --- head/russian/rus-ispell/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/rus-ispell/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -26,6 +26,7 @@ ALL_TARGET= koi NO_WRKSUBDIR= yes +NO_STAGE= yes do-install: cd ${WRKSRC} && \ ${INSTALL_DATA} russian.hash russian.dict russian.aff \ Modified: head/russian/rux/Makefile ============================================================================== --- head/russian/rux/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/rux/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,5 @@ -# New ports collection makefile for: rux -# Date created: 25 December 2005 -# Whom: Vyacheslav Anikin -# +# Created by: Vyacheslav Anikin # $FreeBSD$ -# PORTNAME= rux PORTVERSION= 0.79 @@ -20,4 +16,5 @@ MANCOMPRESSED= maybe PLIST_FILES= bin/rux +NO_STAGE= yes .include Modified: head/russian/stardict-bars/Makefile ============================================================================== --- head/russian/stardict-bars/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/stardict-bars/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,4 @@ -# New ports collection makefile for: stardict-bars -# Date created: 2010-02-28 -# Whom: Max Brazhnikov -# # $FreeBSD$ -# PORTNAME= stardict-bars PORTVERSION= 2.4.2 @@ -14,5 +9,6 @@ DISTNAME= stardict-en-ru-bars-${PORTVERS MAINTAINER= makc@FreeBSD.org COMMENT= New Comprehensive English-Russian dictionary +NO_STAGE= yes .include "${.CURDIR}/../stardict-mueller7/files/Makefile.common" .include Modified: head/russian/stardict-computer/Makefile ============================================================================== --- head/russian/stardict-computer/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/stardict-computer/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,5 @@ -# New ports collection makefile for: stardict-computer -# Date created: 2010-03-16 -# Whom: Gvozdikov Veniamin -# +# Created by: Gvozdikov Veniamin # $FreeBSD$ -# PORTNAME= stardict-computer PORTVERSION= 2.4.2 @@ -14,5 +10,6 @@ DISTNAME= ${PORTNAME}-ru-${PORTVERSION} MAINTAINER= vg@FreeBSD.org COMMENT= English-Russian Computer dictionary +NO_STAGE= yes .include "${.CURDIR}/../stardict-mueller7/files/Makefile.common" .include Modified: head/russian/stardict-dal/Makefile ============================================================================== --- head/russian/stardict-dal/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/stardict-dal/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,4 @@ -# New ports collection makefile for: stardict-dal -# Date created: 2010-02-28 -# Whom: Max Brazhnikov -# # $FreeBSD$ -# PORTNAME= stardict-dal PORTVERSION= 2.4.2 @@ -14,5 +9,6 @@ DISTNAME= ${PORTNAME}-ru-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= Dal's Explanatory Dictionary +NO_STAGE= yes .include "${.CURDIR}/../stardict-mueller7/files/Makefile.common" .include Modified: head/russian/stardict-engcom/Makefile ============================================================================== --- head/russian/stardict-engcom/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/stardict-engcom/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,5 @@ -# New ports collection makefile for: stardict-engcom -# Date created: 2010-03-16 -# Whom: Gvozdikov Veniamin -# +# Created by: Gvozdikov Veniamin # $FreeBSD$ -# PORTNAME= stardict-engcom PORTVERSION= 2.4.2 @@ -14,5 +10,6 @@ DISTNAME= ${PORTNAME}-ru-${PORTVERSION} MAINTAINER= vg@FreeBSD.org COMMENT= English-Russian Dictionary of Computer Terms +NO_STAGE= yes .include "${.CURDIR}/../stardict-mueller7/files/Makefile.common" .include Modified: head/russian/stardict-mueller7/Makefile ============================================================================== --- head/russian/stardict-mueller7/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/stardict-mueller7/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,4 @@ -# New ports collection makefile for: stardict-mueller7 -# Date created: 2010-02-27 -# Whom: Max Brazhnikov -# # $FreeBSD$ -# PORTNAME= stardict-mueller7 PORTVERSION= 2.4.2 @@ -13,5 +8,6 @@ MASTER_SITES= http://yeelou.com/huzheng/ MAINTAINER= makc@FreeBSD.org COMMENT= Mueller English-Russian dictionary +NO_STAGE= yes .include "${.CURDIR}/../stardict-mueller7/files/Makefile.common" .include Modified: head/russian/stardict-mueller7accent/Makefile ============================================================================== --- head/russian/stardict-mueller7accent/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/stardict-mueller7accent/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,4 @@ -# New ports collection makefile for: stardict-mueller7accent -# Date created: 2010-02-27 -# Whom: Max Brazhnikov -# # $FreeBSD$ -# PORTNAME= stardict-mueller7accent PORTVERSION= 2.4.2 @@ -14,5 +9,6 @@ DISTNAME= stardict-Mueller7accentGPL-${P MAINTAINER= makc@FreeBSD.org COMMENT= Mueller English-Russian dictionary with accents +NO_STAGE= yes .include "${.CURDIR}/../stardict-mueller7/files/Makefile.common" .include Modified: head/russian/stardict-pc/Makefile ============================================================================== --- head/russian/stardict-pc/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/stardict-pc/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,5 @@ -# New ports collection makefile for: stardict-pc -# Date created: 2010-03-16 -# Whom: Gvozdikov Veniamin -# +# Created by: Gvozdikov Veniamin # $FreeBSD$ -# PORTNAME= stardict-pc PORTVERSION= 2.4.2 @@ -14,5 +10,6 @@ DISTNAME= ${PORTNAME}-user-ru-${PORTVERS MAINTAINER= vg@FreeBSD.org COMMENT= English-Russian PC-user dictionary +NO_STAGE= yes .include "${.CURDIR}/../stardict-mueller7/files/Makefile.common" .include Modified: head/russian/tac+ia/Makefile ============================================================================== --- head/russian/tac+ia/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/tac+ia/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -42,6 +42,7 @@ CONFIGURE_ARGS+= --disable-deny CONFIGURE_ARGS+= --disable-cron CFLAGS+= -Wno-return-type +NO_STAGE= yes post-build: @mv ${WRKSRC}/tac_plus/tac_plus.1 ${WRKSRC}/tac_plus/tac_plus.8 Modified: head/russian/tidyup-mail/Makefile ============================================================================== --- head/russian/tidyup-mail/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/tidyup-mail/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tidyup-mail -# Date created: 28 June 2006 -# Whom: Alexander Gromnizki -# +# Created by: Alexander Gromnizki # $FreeBSD$ -# PORTNAME= tidyup-mail PORTVERSION= 0.12 @@ -19,6 +15,7 @@ MANLANG= ru.KOI8-R ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/tidyup-mail +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ @${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/ru.KOI8-R/man1/ Modified: head/russian/unzip/Makefile ============================================================================== --- head/russian/unzip/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/unzip/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -12,4 +12,5 @@ EXTRA_PATCHES= ${.CURDIR}/files/patch-eb MASTERDIR= ${.CURDIR}/../../archivers/unzip +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/russian/wordpress/Makefile ============================================================================== --- head/russian/wordpress/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/wordpress/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -27,6 +27,7 @@ PORTDOCS= license.txt readme.html OPTIONS_DEFINE= DOCS +NO_STAGE= yes pre-everything:: @${ECHO_CMD} "If you want to upgrade, you must read upgrade document." @${ECHO_CMD} "" Modified: head/russian/xcode/Makefile ============================================================================== --- head/russian/xcode/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/xcode/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xcode -# Date created: 13 January 2000 -# Whom: Michael Vasilenko -# +# Created by: Michael Vasilenko # $FreeBSD$ -# PORTNAME= xcode PORTVERSION= 4.1 @@ -22,6 +18,7 @@ MAKEFILE= makefile ALL_TARGET= xcode CFLAGS+= -DD_KOI +NO_STAGE= yes do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/xcode ${PREFIX}/bin Modified: head/russian/xmms/Makefile ============================================================================== --- head/russian/xmms/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/xmms/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmms -# Date created: 9 November 2003 -# Whom: oleg dashevskii -# +# Created by: oleg dashevskii # $FreeBSD$ -# PORTNAME= xmms CATEGORIES= russian @@ -17,4 +13,5 @@ CONFLICTS= xmms-[0-9]* WITH_RUSXMMS_PATCHES= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/russian/xpi-tabextensions/Makefile ============================================================================== --- head/russian/xpi-tabextensions/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/xpi-tabextensions/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpi-tabextensions-ru -# Date created: 24 May 2006 -# Whom: Alexander V. Ribchansky -# +# Created by: Alexander V. Ribchansky # $FreeBSD$ -# PORTNAME= tabextensions PORTVERSION= 2.1.2006031301 @@ -24,5 +20,6 @@ XPI_FILES= chrome/tabextensions.jar chro locale.inf options.inf XPI_DIRS= chrome +NO_STAGE= yes .include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi" .include Modified: head/russian/xruskb/Makefile ============================================================================== --- head/russian/xruskb/Makefile Fri Sep 20 22:43:59 2013 (r327765) +++ head/russian/xruskb/Makefile Fri Sep 20 22:46:16 2013 (r327766) @@ -25,6 +25,7 @@ MOTIF_USES= motif MOTIF_CONFIGURE_ON= --with-toolkit=motif MOTIF_CONFIGURE_OFF= --with-toolkit=none +NO_STAGE= yes .include post-install: From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 22:48:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7FC5DFA8; Fri, 20 Sep 2013 22:48:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6ADD1271E; Fri, 20 Sep 2013 22:48:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KMmmjL066929; Fri, 20 Sep 2013 22:48:48 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KMmV2v066767; Fri, 20 Sep 2013 22:48:31 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202248.r8KMmV2v066767@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 22:48:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327767 - in head/science: 2d-rewriter 2dhf InsightToolkit R-cran-AMORE R-cran-DCluster R-cran-Epi R-cran-bayesm R-cran-e1071 R-cran-eco R-cran-epicalc R-cran-snow R-cran-som abinit afn... 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.14 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: Fri, 20 Sep 2013 22:48:48 -0000 Author: bapt Date: Fri Sep 20 22:48:30 2013 New Revision: 327767 URL: http://svnweb.freebsd.org/changeset/ports/327767 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: science) Modified: head/science/2d-rewriter/Makefile head/science/2dhf/Makefile head/science/InsightToolkit/Makefile head/science/R-cran-AMORE/Makefile head/science/R-cran-DCluster/Makefile head/science/R-cran-Epi/Makefile head/science/R-cran-bayesm/Makefile head/science/R-cran-e1071/Makefile head/science/R-cran-eco/Makefile head/science/R-cran-epicalc/Makefile head/science/R-cran-snow/Makefile head/science/R-cran-som/Makefile head/science/abinit/Makefile head/science/afni/Makefile head/science/avogadro/Makefile head/science/bddsolve/Makefile head/science/bft/Makefile head/science/bodr/Makefile head/science/brian/Makefile head/science/buddy/Makefile head/science/cdcl/Makefile head/science/cdf/Makefile head/science/cdo/Makefile head/science/cgnslib/Makefile head/science/checkmol/Makefile head/science/chemical-mime-data/Makefile head/science/chemtool-devel/Makefile head/science/chemtool/Makefile head/science/clhep/Makefile head/science/colt/Makefile head/science/crf++/Makefile head/science/dcl/Makefile head/science/devisor/Makefile head/science/dlpoly-classic/Makefile head/science/dtiquery/Makefile head/science/ecs/Makefile head/science/elmer-eio/Makefile head/science/elmer-hutiter/Makefile head/science/elmer-matc/Makefile head/science/elmer-meshgen2d/Makefile head/science/elmergrid/Makefile head/science/elmerpost/Makefile head/science/epte/Makefile head/science/euler/Makefile head/science/fastcap/Makefile head/science/fasthenry/Makefile head/science/felt/Makefile head/science/flounder/Makefile head/science/fvcom-mpi/Makefile head/science/fvcom/Makefile head/science/fvm/Makefile head/science/g3data/Makefile head/science/gamess/Makefile head/science/gchemutils/Makefile head/science/gdis/Makefile head/science/getdp/Makefile head/science/ghemical/Makefile head/science/ghmm/Makefile head/science/gnudatalanguage/Makefile head/science/gramps/Makefile head/science/gromacs/Makefile head/science/gsmc/Makefile head/science/gtamsanalyzer/Makefile head/science/gwyddion/Makefile head/science/h5utils/Makefile head/science/harminv/Makefile head/science/hdf-java/Makefile head/science/hdf/Makefile head/science/hdf5-18/Makefile head/science/hdf5/Makefile head/science/hs-bio/Makefile head/science/isaac-cfd/Makefile head/science/jmol/Makefile head/science/jstrack/Makefile head/science/kalzium/Makefile head/science/kst2/Makefile head/science/lamprop/Makefile head/science/libctl/Makefile head/science/libghemical/Makefile head/science/libint/Makefile head/science/libkml/Makefile head/science/liblinear/Makefile head/science/liboglappth/Makefile head/science/libquantum/Makefile head/science/libsvm-python/Makefile head/science/libsvm/Makefile head/science/linsmith/Makefile head/science/massxpert/Makefile head/science/mayavi/Makefile head/science/mbdyn/Makefile head/science/mcstas/Makefile head/science/medit/Makefile head/science/meep/Makefile head/science/mei/Makefile head/science/minc/Makefile head/science/minc2/Makefile head/science/mol2ps/Makefile head/science/mpb/Makefile head/science/mpqc-mpich/Makefile head/science/mpqc/Makefile head/science/ncs/Makefile head/science/netcdf-ftn/Makefile head/science/netcdf/Makefile head/science/netcdf3-ftn/Makefile head/science/netcdf4/Makefile head/science/nifticlib/Makefile head/science/omnetpp/Makefile head/science/openbabel/Makefile head/science/ovt/Makefile head/science/p5-Algorithm-SVMLight/Makefile head/science/p5-Chemistry-3DBuilder/Makefile head/science/p5-Chemistry-Bond-Find/Makefile head/science/p5-Chemistry-Canonicalize/Makefile head/science/p5-Chemistry-Elements/Makefile head/science/p5-Chemistry-File-MDLMol/Makefile head/science/p5-Chemistry-File-Mopac/Makefile head/science/p5-Chemistry-File-PDB/Makefile head/science/p5-Chemistry-File-SLN/Makefile head/science/p5-Chemistry-File-SMARTS/Makefile head/science/p5-Chemistry-File-SMILES/Makefile head/science/p5-Chemistry-File-VRML/Makefile head/science/p5-Chemistry-File-XYZ/Makefile head/science/p5-Chemistry-FormulaPattern/Makefile head/science/p5-Chemistry-InternalCoords/Makefile head/science/p5-Chemistry-Isotope/Makefile head/science/p5-Chemistry-MacroMol/Makefile head/science/p5-Chemistry-MidasPattern/Makefile head/science/p5-Chemistry-Mok/Makefile head/science/p5-Chemistry-Mol/Makefile head/science/p5-Chemistry-Pattern/Makefile head/science/p5-Chemistry-Reaction/Makefile head/science/p5-Chemistry-Ring/Makefile head/science/p5-Geo-BUFR/Makefile head/science/p5-Geo-Coordinates-Converter-iArea/Makefile head/science/p5-Geo-Coordinates-Converter/Makefile head/science/p5-Geo-ReadGRIB/Makefile head/science/p5-Geo-WebService-Elevation-USGS/Makefile head/science/p5-PerlMol/Makefile head/science/p5-Physics-Unit/Makefile head/science/paje/Makefile head/science/paraview/Makefile head/science/peekabot/Makefile head/science/pnetcdf/Makefile head/science/psi3/Makefile head/science/psychopy/Makefile head/science/py-DendroPy/Makefile head/science/py-coards/Makefile head/science/py-h5py/Makefile head/science/py-hcluster/Makefile head/science/py-mdp/Makefile head/science/py-mlpy/Makefile head/science/py-netCDF4/Makefile head/science/py-obspy/Makefile head/science/py-paida/Makefile head/science/py-pupynere/Makefile head/science/py-pydicom/Makefile head/science/py-scikit-learn/Makefile head/science/py-scimath/Makefile head/science/py-scipy/Makefile head/science/py-ws2300/Makefile head/science/pybrain/Makefile head/science/pycdf/Makefile head/science/pynn/Makefile head/science/pyteomics.biolccc/Makefile head/science/pyteomics/Makefile head/science/qcl/Makefile head/science/qtresistors/Makefile head/science/ruby-dcl/Makefile head/science/ruby-gphys/Makefile head/science/ruby-netcdf/Makefile head/science/rubygem-ai4r/Makefile head/science/silo/Makefile head/science/simlib/Makefile head/science/step/Makefile head/science/svmlight/Makefile head/science/szip/Makefile head/science/udunits/Makefile head/science/v_sim/Makefile head/science/veusz/Makefile head/science/vmd/Makefile head/science/voro++/Makefile head/science/x11iraf/Makefile head/science/xfce4-equake-plugin/Makefile head/science/xmakemol/Makefile head/science/xmds/Makefile Modified: head/science/2d-rewriter/Makefile ============================================================================== --- head/science/2d-rewriter/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/2d-rewriter/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -14,6 +14,7 @@ MANCOMPRESSED= yes USES= imake USE_XORG= x11 xext +NO_STAGE= yes .include .if ${PORT_OPTIONS:MEXAMPLES} Modified: head/science/2dhf/Makefile ============================================================================== --- head/science/2dhf/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/2dhf/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,9 +1,5 @@ -# New ports collection makefile for: 2dhf -# Date created: 24 July 2003 -# Whom: NAKATA, Maho -# +# Created by: NAKATA, Maho # $FreeBSD$ -# PORTNAME= 2dhf PORTVERSION= 2005.05 @@ -57,6 +53,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes ALL_TARGET= all +NO_STAGE= yes pre-everything:: @${ECHO_CMD} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes." Modified: head/science/InsightToolkit/Makefile ============================================================================== --- head/science/InsightToolkit/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/InsightToolkit/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -22,6 +22,7 @@ CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON SUB_FILES= pkg-message +NO_STAGE= yes .include .if ! ${PORT_OPTIONS:MEXAMPLES} Modified: head/science/R-cran-AMORE/Makefile ============================================================================== --- head/science/R-cran-AMORE/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/R-cran-AMORE/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -13,4 +13,5 @@ COMMENT= A MORE flexible neural network USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/science/R-cran-DCluster/Makefile ============================================================================== --- head/science/R-cran-DCluster/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/R-cran-DCluster/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -18,4 +18,5 @@ RUN_DEPENDS= R-cran-spdep>0:${PORTSDIR}/ USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/science/R-cran-Epi/Makefile ============================================================================== --- head/science/R-cran-Epi/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/R-cran-Epi/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -15,4 +15,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/science/R-cran-bayesm/Makefile ============================================================================== --- head/science/R-cran-bayesm/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/R-cran-bayesm/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -13,4 +13,5 @@ COMMENT= Bayesian Inference for Marketin USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/science/R-cran-e1071/Makefile ============================================================================== --- head/science/R-cran-e1071/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/R-cran-e1071/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -15,4 +15,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/science/R-cran-eco/Makefile ============================================================================== --- head/science/R-cran-eco/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/R-cran-eco/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -13,4 +13,5 @@ COMMENT= R Package for Ecological Infere USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/science/R-cran-epicalc/Makefile ============================================================================== --- head/science/R-cran-epicalc/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/R-cran-epicalc/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -13,4 +13,5 @@ COMMENT= Epidemiological calculator USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/science/R-cran-snow/Makefile ============================================================================== --- head/science/R-cran-snow/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/R-cran-snow/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -13,4 +13,5 @@ COMMENT= Support for simple parallel com USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/science/R-cran-som/Makefile ============================================================================== --- head/science/R-cran-som/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/R-cran-som/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -15,4 +15,5 @@ LICENSE= GPLv3 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/science/abinit/Makefile ============================================================================== --- head/science/abinit/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/abinit/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,9 +1,5 @@ -# New ports collection makefile for: abinit -# Date Created: 18 March 2004 -# Whom: NAKATA Maho -# +# Created by: NAKATA Maho # $FreeBSD$ -# PORTNAME= abinit PORTVERSION= 5.7.3 @@ -38,6 +34,7 @@ BUILD_DEPENDS+= gm4:${PORTSDIR}/devel/m4 USE_GHOSTSCRIPT_BUILD= yes .endif +NO_STAGE= yes .include .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" Modified: head/science/afni/Makefile ============================================================================== --- head/science/afni/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/afni/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -33,6 +33,7 @@ RUN_DEPENDS= cjpeg:${PORTSDIR}/graphics/ USES= gettext iconv gmake motif +NO_STAGE= yes .include .if ${ARCH} == "sparc64" Modified: head/science/avogadro/Makefile ============================================================================== --- head/science/avogadro/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/avogadro/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -31,6 +31,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= avogadro.1 avopkg.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPYTHON} Modified: head/science/bddsolve/Makefile ============================================================================== --- head/science/bddsolve/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/bddsolve/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -16,6 +16,7 @@ LIB_DEPENDS+= bdd:${PORTSDIR}/science/bu USE_ZIP= yes NO_WRKSUBDIR= yes +NO_STAGE= yes .include .if ${ARCH} == "powerpc" Modified: head/science/bft/Makefile ============================================================================== --- head/science/bft/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/bft/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bft -# Date created: Sun 1 apr 2007 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= bft PORTVERSION= 1.1.5 @@ -26,6 +22,7 @@ MAN1= bft-config.1 TESTSBIN= bft_test bft_mem_usage_test bft_printf_test +NO_STAGE= yes pre-configure: # No useful doc there ${REINPLACE_CMD} -e 's|tests doc|tests|' ${WRKSRC}/Makefile.in Modified: head/science/bodr/Makefile ============================================================================== --- head/science/bodr/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/bodr/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,7 +1,4 @@ -# New ports collection makefile for: bodr -# Date created: 21 May 2007 -# Whom: Pav Lucistnik -# +# Created by: Pav Lucistnik # $FreeBSD$ PORTNAME= bodr @@ -20,6 +17,7 @@ USE_GMAKE= yes USE_PERL5= build GNU_CONFIGURE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|{datadir}/pkgconfig|{prefix}/libdata/pkgconfig|' ${WRKSRC}/Makefile.in Modified: head/science/brian/Makefile ============================================================================== --- head/science/brian/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/brian/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -19,4 +19,5 @@ USE_ZIP= yes USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes +NO_STAGE= yes .include Modified: head/science/buddy/Makefile ============================================================================== --- head/science/buddy/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/buddy/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,9 +1,5 @@ -# New ports collection makefile for: buddy -# Date created: 31 August 2004 -# Whom: Leland Wang -# +# Created by: Leland Wang # $FreeBSD$ -# PORTNAME= buddy PORTVERSION= 2.4 @@ -21,6 +17,7 @@ USE_LDCONFIG= yes DOCS= doc/bddnotes.ps doc/buddy.ps doc/tech.txt README AUTHORS +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} Modified: head/science/cdcl/Makefile ============================================================================== --- head/science/cdcl/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/cdcl/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -23,6 +23,7 @@ PLIST_SUB= DCL_VERSION=${PORTVERSION:S/. MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include BINARIES= cdclcmap cdclclr cdcldate cdcldbs cdclexec cdclfont \ Modified: head/science/cdf/Makefile ============================================================================== --- head/science/cdf/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/cdf/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cdf -# Date created: 26 January 2006 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= cdf3 PORTVERSION= 3.3.0 @@ -33,6 +29,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message DEFS= B C K PORTDOCS= CDF_copyright.txt CHANGES.txt Release.notes Welcome.txt +NO_STAGE= yes .include .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" Modified: head/science/cdo/Makefile ============================================================================== --- head/science/cdo/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/cdo/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -23,6 +23,7 @@ USES= gmake pathfix HDF5_VER?= 18 NETCDF_VER?= 4 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNETCDF} && ${PORT_OPTIONS:MHDF5} && ${NETCDF_VER} == 4 && ${HDF5_VER} == 16 Modified: head/science/cgnslib/Makefile ============================================================================== --- head/science/cgnslib/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/cgnslib/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -28,6 +28,7 @@ SZIP_DESC= SZIP support in HDF5 OPTIONS_DEFAULT=HDF5 TESTS TOOLS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MHDF5} Modified: head/science/checkmol/Makefile ============================================================================== --- head/science/checkmol/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/checkmol/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -22,6 +22,7 @@ USE_FPC= yes PLIST_FILES= bin/checkmol bin/matchmol +NO_STAGE= yes do-build: (cd ${WRKSRC} && ${LOCALBASE}/bin/fpc ${EXTRACT_ONLY} -S2 -O3) Modified: head/science/chemical-mime-data/Makefile ============================================================================== --- head/science/chemical-mime-data/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/chemical-mime-data/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -23,6 +23,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl INSTALLS_ICONS= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|*-*-solaris*|*| ; s|rsvg|rsvg-convert|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|(datadir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in Modified: head/science/chemtool-devel/Makefile ============================================================================== --- head/science/chemtool-devel/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/chemtool-devel/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -29,6 +29,7 @@ MAKE_JOBS_UNSAFE= yes CFLAGS+= -I${LOCALBASE}/include/libEMF CXXFLAGS+= -I${LOCALBASE}/include/libEMF +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's+%%LOCALBASE%%+${LOCALBASE}+g;' ${WRKSRC}/configure.in @${REINPLACE_CMD} -e 's+%%LOCALBASE%%+${LOCALBASE}+g;' ${WRKSRC}/configure Modified: head/science/chemtool/Makefile ============================================================================== --- head/science/chemtool/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/chemtool/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -19,6 +19,7 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-emf=yes --with-localedir=${PREFIX} +NO_STAGE= yes .include #isolate libEMF stuff Modified: head/science/clhep/Makefile ============================================================================== --- head/science/clhep/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/clhep/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,9 +1,5 @@ -# New ports collection makefile for: clhep -# Date created: 6 May 2001 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= clhep PORTVERSION= 2.1.0.1 @@ -24,6 +20,7 @@ USE_LDCONFIG= yes PLIST_SUB= VERSION="${PORTVERSION}" +NO_STAGE= yes .include .if ${OSVERSION} < 700000 Modified: head/science/colt/Makefile ============================================================================== --- head/science/colt/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/colt/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -30,6 +30,7 @@ PORTDOCS= * PLIST_FILES= %%JAVAJARDIR%%/colt.jar +NO_STAGE= yes .include pre-fetch: Modified: head/science/crf++/Makefile ============================================================================== --- head/science/crf++/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/crf++/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,9 +1,5 @@ -# New ports collection makefile for: crf++ -# Date created: 2006-07-27 -# Whom: Cheng-Lung Sung -# +# Created by: Cheng-Lung Sung # $FreeBSD$ -# PORTNAME= crf++ PORTVERSION= 0.54 @@ -19,4 +15,5 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool +NO_STAGE= yes .include Modified: head/science/dcl/Makefile ============================================================================== --- head/science/dcl/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/dcl/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -24,6 +24,7 @@ PORTEXAMPLES= * RESTRICTED= No commercial use +NO_STAGE= yes post-install: .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} Modified: head/science/devisor/Makefile ============================================================================== --- head/science/devisor/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/devisor/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -27,6 +27,7 @@ PLIST_FILES= bin/devisorgrid OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include do-install: Modified: head/science/dlpoly-classic/Makefile ============================================================================== --- head/science/dlpoly-classic/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/dlpoly-classic/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -27,6 +27,7 @@ BUILD_WRKSRC= ${WRKSRC}/source MPIF90= ${LOCALBASE}/mpi/openmpi/bin/mpif90 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGUI} Modified: head/science/dtiquery/Makefile ============================================================================== --- head/science/dtiquery/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/dtiquery/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,11 +1,5 @@ -############################################################################ -# New ports collection Makefile for: DTI-Query -# Date created: 10 July 2006 -# Whom: Jason W. Bacon -# +# Created by: Jason W. Bacon # $FreeBSD$ -# -############################################################################ PORTNAME= dtiquery PORTVERSION= 1.1 @@ -42,6 +36,7 @@ MAN1= dtiquery.1 \ dtiprecompute_cmd.1 \ dtiprecompute_gui.1 +NO_STAGE= yes .include .if !exists(${DISTDIR}/${DISTNAME}.tar.gz) Modified: head/science/ecs/Makefile ============================================================================== --- head/science/ecs/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/ecs/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -40,6 +40,7 @@ CONFIGURE_ARGS+=--with-adf=${LOCALBASE} CONFIGURE_ARGS+=--without-adf --without-ccm .endif +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/science/elmer-eio/Makefile ============================================================================== --- head/science/elmer-eio/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/elmer-eio/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,9 +1,5 @@ -# New ports collection makefile for: elmer-eio -# Date created: 5 Jan 2006 -# Whom: Pedro Giffuni -# +# Created by: Pedro Giffuni # $FreeBSD$ -# PORTNAME= eio PORTVERSION= 5.4.0 @@ -22,6 +18,7 @@ ALL_TARGET= PLIST_FILES= include/eio_api.h lib/libeioc.a lib/libeiof.a +NO_STAGE= yes .include .if ${ARCH} == "amd64" || ${ARCH} == "ia64" Modified: head/science/elmer-hutiter/Makefile ============================================================================== --- head/science/elmer-hutiter/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/elmer-hutiter/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,9 +1,5 @@ -# New ports collection makefile for: hutiter -# Date created: 5 Jan 2006 -# Whom: Pedro Giffuni -# +# Created by: Pedro Giffuni # $FreeBSD$ -# PORTNAME= hutiter PORTVERSION= 5.4.0 @@ -20,6 +16,7 @@ LIB_DEPENDS= arpack.1:${PORTSDIR}/math/a USE_FORTRAN= yes +NO_STAGE= yes .include .if exists(${LOCALBASE}/lib/libatlas.so) && !defined(WITH_BLAS) Modified: head/science/elmer-matc/Makefile ============================================================================== --- head/science/elmer-matc/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/elmer-matc/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Elmer-MatC -# Date created: 5 Jan 2006 -# Whom: Pedro Giffuni -# +# Created by: Pedro Giffuni # $FreeBSD$ -# PORTNAME= matc PORTVERSION= 5.4.0 @@ -22,6 +18,7 @@ USE_FORTRAN= g77 PLIST_SUB= ARCH=${MACHINE_ARCH} +NO_STAGE= yes .include .if ${ARCH} == "amd64" || ${ARCH} == "ia64" Modified: head/science/elmer-meshgen2d/Makefile ============================================================================== --- head/science/elmer-meshgen2d/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/elmer-meshgen2d/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,9 +1,5 @@ -# New ports collection makefile for: elmer-meshgen2d -# Date created: 5 Jan 2006 -# Whom: Pedro Giffuni -# +# Created by: Pedro Giffuni # $FreeBSD$ -# PORTNAME= meshgen2d PORTVERSION= 5.0.0 @@ -21,4 +17,5 @@ ALL_TARGET= PLIST_FILES= bin/ElmerMesh2D \ bin/Mesh2D +NO_STAGE= yes .include Modified: head/science/elmergrid/Makefile ============================================================================== --- head/science/elmergrid/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/elmergrid/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ElmerGrid -# Date created: 5 Jan 2006 -# Whom: Pedro Giffuni -# +# Created by: Pedro Giffuni # $FreeBSD$ -# PORTNAME= elmergrid PORTVERSION= 5.4.0 @@ -19,4 +15,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/ElmerGrid +NO_STAGE= yes .include Modified: head/science/elmerpost/Makefile ============================================================================== --- head/science/elmerpost/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/elmerpost/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,9 +1,5 @@ -# New ports collection makefile for: elmerpost -# Date created: 5 Jan 2006 -# Whom: Pedro Giffuni -# +# Created by: Pedro Giffuni # $FreeBSD$ -# PORTNAME= elmerpost PORTVERSION= 5.4.0 @@ -28,6 +24,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_FORTRAN= g77 +NO_STAGE= yes .include .if ${ARCH} == "amd64" Modified: head/science/epte/Makefile ============================================================================== --- head/science/epte/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/epte/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,9 +1,5 @@ -# New ports collection makefile for: epte -# Date created: 2010-09-01 -# Whom: Frederic Culot -# +# Created by: Frederic Culot # $FreeBSD$ -# PORTNAME= epte PORTVERSION= 2.0.8 @@ -21,6 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/epte +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|/usr|${PREFIX}|' ${WRKSRC}/epte.1 Modified: head/science/euler/Makefile ============================================================================== --- head/science/euler/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/euler/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -17,6 +17,7 @@ USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes +NO_STAGE= yes .include post-patch: Modified: head/science/fastcap/Makefile ============================================================================== --- head/science/fastcap/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/fastcap/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -17,6 +17,7 @@ BINFILES= busgen capgen cubegen fastcap OPTIONS_DEFINE= DOCS EXAMPLES +NO_STAGE= yes .include post-patch: Modified: head/science/fasthenry/Makefile ============================================================================== --- head/science/fasthenry/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/fasthenry/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -13,6 +13,7 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config WRKSRC = ${WRKDIR}/fasthenry-3.0wr +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -Ee '/CFLAGS =/{s/=/+=/;s/-O[[:digit:]]*//;}' \ ${WRKSRC}/src/fasthenry/Makefile.default \ Modified: head/science/felt/Makefile ============================================================================== --- head/science/felt/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/felt/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -32,6 +32,7 @@ MAN4= corduroy.4 felt.4 DOCSDIR= ${PREFIX}/share/doc/FElt EXAMPLESDIR= ${PREFIX}/share/examples/FElt +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|["<]malloc\.h[">]||g' Modified: head/science/flounder/Makefile ============================================================================== --- head/science/flounder/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/flounder/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -28,6 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_L PLIST_FILES= bin/flounder bin/igbhead +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGNUPLOT} Modified: head/science/fvcom-mpi/Makefile ============================================================================== --- head/science/fvcom-mpi/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/fvcom-mpi/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -12,4 +12,5 @@ MASTERDIR= ${.CURDIR}/../fvcom MAKE_ARGS+= FC=${LOCALBASE}/mpi/openmpi/bin/mpif90 \ PORT_CPP_FLAGS+=-DMULTIPROCESSOR +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/science/fvcom/Makefile ============================================================================== --- head/science/fvcom/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/fvcom/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -23,6 +23,7 @@ PLIST_FILES= bin/${PORTNAME}${PKGNAMESUF RESTRICTED= may not be redistributed because of licensing reasons +NO_STAGE= yes .include .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}) Modified: head/science/fvm/Makefile ============================================================================== --- head/science/fvm/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/fvm/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -51,6 +51,7 @@ MAN1= fvm-config.1 TESTSBIN= fvm_file_test fvm_interface_test fvm_selector_postfix_test fvm_selector_test +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's|-lmpich|-lmpich -lmpl|' \ ${WRKSRC}/${CONFIGURE_SCRIPT} Modified: head/science/g3data/Makefile ============================================================================== --- head/science/g3data/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/g3data/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -23,6 +23,7 @@ PLIST_FILES= bin/g3data %%EXAMPLESDIR%%/ %%EXAMPLESDIR%%/test2.png %%EXAMPLESDIR%%/test2.values PLIST_DIRS= %%EXAMPLESDIR%% +NO_STAGE= yes post-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/test1.png ${EXAMPLESDIR} Modified: head/science/gamess/Makefile ============================================================================== --- head/science/gamess/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/gamess/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gamess -# Date created: 2007-3-13 -# Whom: NAKATA Maho -# +# Created by: NAKATA Maho # $FreeBSD$ -# PORTNAME= gamess PORTVERSION= ${SNAPDATE} @@ -29,6 +25,7 @@ IGNORE=you must manually get the source MANUAL_PACKAGE_BUILD=You must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please select "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable. +NO_STAGE= yes .include .if exists(${LOCALBASE}/lib/libgoto2.so) Modified: head/science/gchemutils/Makefile ============================================================================== --- head/science/gchemutils/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/gchemutils/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -45,6 +45,7 @@ PLIST_SUB= VER=0.14 GOFFICE=0.10 OPTIONS_DEFINE= XUL XUL_DESC= Build browser plugin (requires libxul) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MXUL} Modified: head/science/gdis/Makefile ============================================================================== --- head/science/gdis/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/gdis/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,4 +1,3 @@ -# Created y: ijliao # $FreeBSD$ PORTNAME= gdis @@ -29,6 +28,7 @@ PLIST_DIRS= %%DATADIR%% DESKTOP_ENTRIES="GDIS" "Molecular modelling GUI" \ "${PREFIX}/share/pixmaps/gdis.xpm" "${PORTNAME}" "" true +NO_STAGE= yes .include post-patch: Modified: head/science/getdp/Makefile ============================================================================== --- head/science/getdp/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/getdp/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -30,6 +30,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER MAN1= getdp.1 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) cd ${WRKSRC}/doc && ${FIND} -s ${WRKSRC}/doc/* | ${SED} -e 's#${WRKSRC}/doc/##' | ${CPIO} -pmud -R ${BINOWN}:${BINGRP} ${DOCSDIR} Modified: head/science/ghemical/Makefile ============================================================================== --- head/science/ghemical/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/ghemical/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -31,4 +31,5 @@ PLIST_SUB= GHEMICAL_VERSION="${PORTVERSI MAKE_ENV= PKG_CONFIG=${LOCALBASE}/pkg-config +NO_STAGE= yes .include Modified: head/science/ghmm/Makefile ============================================================================== --- head/science/ghmm/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/ghmm/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ghmm -# Date created: 2006-07-26 -# Whom: Cheng-Lung Sung -# +# Created by: Cheng-Lung Sung # $FreeBSD$ -# PORTNAME= ghmm PORTVERSION= 0.7.0b @@ -18,6 +14,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-0.7.0 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|tests doc VisualC|tests VisualC|' ${WRKSRC}/configure Modified: head/science/gnudatalanguage/Makefile ============================================================================== --- head/science/gnudatalanguage/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/gnudatalanguage/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -17,6 +17,7 @@ COMMENT?= GDL, a free IDL compatible inc LICENSE= GPLv2 #--------------------------------------------------------------------------- +NO_STAGE= yes # You may define these options: # # - WITHOUT_GRAPHICSMAGICK: remove GraphicsMagick support Modified: head/science/gramps/Makefile ============================================================================== --- head/science/gramps/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/gramps/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -37,6 +37,7 @@ ENCHANT_DESC= Spellchecking support PYWEBKITGTK_DESC= Use webkit backend for Geographic view EXIV_DESC= Managing exiv metadata support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MENCHANT} Modified: head/science/gromacs/Makefile ============================================================================== --- head/science/gromacs/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/gromacs/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -57,6 +57,7 @@ MAN1= do_dssp.1 editconf.1 eneconv.1 g_ xpm2ps.1 MAN7= gromacs.7 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MATLAS} Modified: head/science/gsmc/Makefile ============================================================================== --- head/science/gsmc/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/gsmc/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -21,4 +21,5 @@ AUTOMAKE_ARGS= -i --add-missing --foreig MAN1= gsmc.1 PLIST_FILES= bin/gsmc +NO_STAGE= yes .include Modified: head/science/gtamsanalyzer/Makefile ============================================================================== --- head/science/gtamsanalyzer/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/gtamsanalyzer/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -20,6 +20,7 @@ USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/${DISTNAME}/Source +NO_STAGE= yes post-patch: ${RM} "${WRKSRC}/obj" Modified: head/science/gwyddion/Makefile ============================================================================== --- head/science/gwyddion/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/gwyddion/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -38,6 +38,7 @@ GCONF_SCHEMAS= gwyddion-thumbnailer.sche MAN1= gwyddion.1 gwyddion-thumbnailer.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPERL} Modified: head/science/h5utils/Makefile ============================================================================== --- head/science/h5utils/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/h5utils/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,6 +1,4 @@ -# New ports collection makefile for: h5utils -# Date created: Mar 11, 2011 -# Whom: Klaus Aehlig +# Created by: Klaus Aehlig # $FreeBSD$ PORTNAME= h5utils @@ -27,4 +25,5 @@ LIB_DEPENDS += hdf5:${PORTSDIR}/science/ png15:${PORTSDIR}/graphics/png \ matheval.1:${PORTSDIR}/devel/libmatheval +NO_STAGE= yes .include Modified: head/science/harminv/Makefile ============================================================================== --- head/science/harminv/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/harminv/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,9 +1,5 @@ -# New ports collection makefile for: science/harminv -# Date created: 26 Dec 2009 -# Whom: Stas Timokhin -# +# Created by: Stas Timokhin # $FreeBSD$ -# PORTNAME= harminv PORTVERSION= 1.3.1 @@ -30,6 +26,7 @@ LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/ blas.2:${PORTSDIR}/math/blas \ lapack.4:${PORTSDIR}/math/lapack +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's#%%PKGDIR%%#${PREFIX}/libdata#g' \ ${WRKSRC}/Makefile.in Modified: head/science/hdf-java/Makefile ============================================================================== --- head/science/hdf-java/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/hdf-java/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -37,6 +37,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= SZIP DOCS SZIP_DESC= SZIP support (must match with science/hdf5-18) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSZIP} Modified: head/science/hdf/Makefile ============================================================================== --- head/science/hdf/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/hdf/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -27,6 +27,7 @@ USE_LDCONFIG= yes MAN1= hdf.1 hdfunpac.1 ncdump.1 ncgen.1 MAN3= gr_chunk.3 +NO_STAGE= yes .include .if ${ARCH} == "powerpc" Modified: head/science/hdf5-18/Makefile ============================================================================== --- head/science/hdf5-18/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/hdf5-18/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -27,6 +27,7 @@ CONFIGURE_ARGS= --enable-cxx \ --with-pthread=/usr \ --with-zlib=/usr +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDEBUG} Modified: head/science/hdf5/Makefile ============================================================================== --- head/science/hdf5/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/hdf5/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -31,6 +31,7 @@ CONFIGURE_ARGS= --disable-debug \ ALL_TARGET= lib progs MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include .if defined(WITH_FORTRAN) Modified: head/science/hs-bio/Makefile ============================================================================== --- head/science/hs-bio/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/hs-bio/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -15,5 +15,6 @@ USE_CABAL= mtl parallel parsec QuickChec EXECUTABLE= fastout flowclip flx frecover frename orf rselect-pe +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/science/isaac-cfd/Makefile ============================================================================== --- head/science/isaac-cfd/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/isaac-cfd/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -29,6 +29,7 @@ OPTIMIZED_FFLAGS_DESC= Use extra compile DOCS_DISTFILES+= man.4_2.ps.gz EXAMPLES_DISTFILES+= example_cases${EXTRACT_SUFX} +NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e 's+%%FC%%+${FC}+g ; s+%%FFLAGS%%+${FFLAGS}+;' \ ${WRKSRC}/makefile Modified: head/science/jmol/Makefile ============================================================================== --- head/science/jmol/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/jmol/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -41,6 +41,7 @@ ALL_TARGET= main NO_BUILD= yes .endif +NO_STAGE= yes .include pre-fetch: Modified: head/science/jstrack/Makefile ============================================================================== --- head/science/jstrack/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/jstrack/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: JStrack -# Date created: 2010-06-28 -# Whom: Chris Rees -# +# Created by: Chris Rees # $FreeBSD$ -# PORTNAME= jstrack PORTVERSION= 3.3.4 @@ -34,6 +30,7 @@ SUB_LIST= WISH=${WISH} PORTDOCS= 00-README_FIRST.txt HISTORY install.txt jstrackdoc-v2.pdf +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/${PORTNAME} .for f in filt httpfilt tracker Modified: head/science/kalzium/Makefile ============================================================================== --- head/science/kalzium/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/kalzium/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -30,4 +30,5 @@ USE_LDCONFIG= yes MAN1= kalzium.1 +NO_STAGE= yes .include Modified: head/science/kst2/Makefile ============================================================================== --- head/science/kst2/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/kst2/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -31,6 +31,7 @@ FITS_DESC= Support for data in FITS form MATLAB_DESC= Support for data in MATLAB format NETCDF_DESC= Support for data in NetCDF format +NO_STAGE= yes .include .if ${PORT_OPTIONS:MFITS} Modified: head/science/lamprop/Makefile ============================================================================== --- head/science/lamprop/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/lamprop/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -1,9 +1,5 @@ -# New ports collection makefile for: lamprop -# Date created: 15 May 2005 -# Whom: rsmith@xs4all.nl -# +# Created by: rsmith@xs4all.nl # $FreeBSD$ -# PORTNAME= lamprop PORTVERSION= 1.3.3 @@ -28,6 +24,7 @@ MAKE_ENV= NOPORTDOCS=yes PORTDOCS= LICENSE README NEWS .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|-pipe||; s|-fmerge-constants||; s|-fno-unit-at-a-time||; s|--fast-math||' \ Modified: head/science/libctl/Makefile ============================================================================== --- head/science/libctl/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/libctl/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -17,6 +17,7 @@ USE_LDCONFIG= yes MAN1= gen-ctl-io.1 +NO_STAGE= yes .include .if ${ARCH} == "sparc64" Modified: head/science/libghemical/Makefile ============================================================================== --- head/science/libghemical/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/libghemical/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -26,4 +26,5 @@ USE_FORTRAN= yes CONFIGURE_ARGS+= --enable-mpqc PLIST_SUB= LIBGHEMICAL_VERSION="${PORTVERSION}" +NO_STAGE= yes .include Modified: head/science/libint/Makefile ============================================================================== --- head/science/libint/Makefile Fri Sep 20 22:46:16 2013 (r327766) +++ head/science/libint/Makefile Fri Sep 20 22:48:30 2013 (r327767) @@ -17,6 +17,7 @@ ALL_TARGET= # empty GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 22:52:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DEB15141; Fri, 20 Sep 2013 22:52:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA6DB275C; Fri, 20 Sep 2013 22:52:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KMqKB6070061; Fri, 20 Sep 2013 22:52:20 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KMqKi3070059; Fri, 20 Sep 2013 22:52:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202252.r8KMqKi3070059@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 22:52:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327768 - in head/accessibility: gok qt4-accessible 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.14 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: Fri, 20 Sep 2013 22:52:20 -0000 Author: bapt Date: Fri Sep 20 22:52:20 2013 New Revision: 327768 URL: http://svnweb.freebsd.org/changeset/ports/327768 Log: Fix header conversion Modified: head/accessibility/gok/Makefile head/accessibility/qt4-accessible/Makefile Modified: head/accessibility/gok/Makefile ============================================================================== --- head/accessibility/gok/Makefile Fri Sep 20 22:48:30 2013 (r327767) +++ head/accessibility/gok/Makefile Fri Sep 20 22:52:20 2013 (r327768) @@ -1,4 +1,4 @@ -# Created by: Adam Weinberger +# Created by: Adam Weinberger # $FreeBSD$ # $MCom: ports/accessibility/gok/Makefile,v 1.112 2010/09/29 07:37:57 kwm Exp $ Modified: head/accessibility/qt4-accessible/Makefile ============================================================================== --- head/accessibility/qt4-accessible/Makefile Fri Sep 20 22:48:30 2013 (r327767) +++ head/accessibility/qt4-accessible/Makefile Fri Sep 20 22:52:20 2013 (r327768) @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= accessible From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 22:55:42 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3855123D; Fri, 20 Sep 2013 22:55:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 229312771; Fri, 20 Sep 2013 22:55:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KMtgnk083208; Fri, 20 Sep 2013 22:55:42 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KMtQkt083053; Fri, 20 Sep 2013 22:55:26 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202255.r8KMtQkt083053@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 22:55:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327769 - in head/security: ADMsmb ADMsnmp R-cran-ROAuth R-cran-digest aescrypt aespipe afterglow aide aimsniff amap amavis-stats amavisd-milter amavisd-new aolserver-nsencrypt aolserve... 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.14 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: Fri, 20 Sep 2013 22:55:42 -0000 Author: bapt Date: Fri Sep 20 22:55:24 2013 New Revision: 327769 URL: http://svnweb.freebsd.org/changeset/ports/327769 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: security) Modified: head/security/ADMsmb/Makefile head/security/ADMsnmp/Makefile head/security/R-cran-ROAuth/Makefile head/security/R-cran-digest/Makefile head/security/aescrypt/Makefile head/security/aespipe/Makefile head/security/afterglow/Makefile head/security/aide/Makefile head/security/aimsniff/Makefile head/security/amap/Makefile head/security/amavis-stats/Makefile head/security/amavisd-milter/Makefile head/security/amavisd-new/Makefile head/security/aolserver-nsencrypt/Makefile head/security/aolserver-nsmcrypt/Makefile head/security/aolserver-nsmhash/Makefile head/security/aolserver-nsopenssl/Makefile head/security/aolserver-nssha1/Makefile head/security/apache-xml-security-c/Makefile head/security/apg/Makefile head/security/arirang/Makefile head/security/arm/Makefile head/security/arpCounterattack/Makefile head/security/authforce/Makefile head/security/autossh/Makefile head/security/avcheck/Makefile head/security/axTLS/Makefile head/security/barnyard2-sguil/Makefile head/security/barnyard2/Makefile head/security/base/Makefile head/security/bcrypt/Makefile head/security/bcwipe/Makefile head/security/bdc/Makefile head/security/beecrypt/Makefile head/security/belier/Makefile head/security/bfbtester/Makefile head/security/binwalk/Makefile head/security/bioapi/Makefile head/security/blindelephant/Makefile head/security/botan/Makefile head/security/botan110/Makefile head/security/bro/Makefile head/security/bruteblock/Makefile head/security/bruteforceblocker/Makefile head/security/bsdsfv/Makefile head/security/bsmtrace/Makefile head/security/bsp_upektfmess/Makefile head/security/bubblegum/Makefile head/security/bugs/Makefile head/security/burpsuite/Makefile head/security/ca_root_nss/Makefile head/security/calife-devel/Makefile head/security/calife/Makefile head/security/ccrypt/Makefile head/security/ccsrch/Makefile head/security/cfs/Makefile head/security/cfv/Makefile head/security/chaosreader/Makefile head/security/checkpassword-pam/Makefile head/security/checkpassword/Makefile head/security/chkrootkit/Makefile head/security/chntpw/Makefile head/security/chroot_safe/Makefile head/security/chrootuid/Makefile head/security/ckpass/Makefile head/security/cksfv/Makefile head/security/cl-md5-clisp/Makefile head/security/cl-md5-sbcl/Makefile head/security/cl-md5/Makefile head/security/clamassassin/Makefile head/security/clamav-devel/Makefile head/security/clamav-milter/Makefile head/security/clamav-unofficial-sigs/Makefile head/security/clamav/Makefile head/security/clamcour/Makefile head/security/clamd-stream-client/Makefile head/security/clamsmtp/Makefile head/security/clamtk/Makefile head/security/clusterssh/Makefile head/security/cmd5checkpw/Makefile head/security/cops/Makefile head/security/courier-authlib-base/Makefile head/security/courier-authlib/Makefile head/security/courierpassd/Makefile head/security/courierpasswd/Makefile head/security/courieruserinfo/Makefile head/security/cp2fwb/Makefile head/security/crack/Makefile head/security/cracklib/Makefile head/security/crank/Makefile head/security/create-cert/Makefile head/security/cryptlib/Makefile head/security/cryptopp/Makefile head/security/cryptstring/Makefile head/security/cvm/Makefile head/security/cyrus-sasl2-ldapdb/Makefile head/security/cyrus-sasl2-saslauthd/Makefile head/security/cyrus-sasl2/Makefile head/security/dazuko/Makefile head/security/dcetest/Makefile head/security/ddos_scan/Makefile head/security/denyhosts/Makefile head/security/destroy/Makefile head/security/didentd/Makefile head/security/digest/Makefile head/security/dirbuster/Makefile head/security/dirmngr/Makefile head/security/dissembler/Makefile head/security/distcache-devel/Makefile head/security/distcache/Makefile head/security/dmitry/Makefile head/security/doorman/Makefile head/security/doscan/Makefile head/security/dradis/Makefile head/security/dropbear/Makefile head/security/dsniff/Makefile head/security/duo/Makefile head/security/easy-rsa/Makefile head/security/easypg/Makefile head/security/engine_pkcs11/Makefile head/security/expiretable/Makefile head/security/f-prot/Makefile head/security/fakebo/Makefile head/security/fakeident/Makefile head/security/fakeroot/Makefile head/security/fbopenssl/Makefile head/security/fcheck/Makefile head/security/fcrackzip/Makefile head/security/fiked/Makefile head/security/find-zlib/Makefile head/security/firewalk/Makefile head/security/fl0p/Makefile head/security/flawfinder/Makefile head/security/flowtag/Makefile head/security/fpc-hash/Makefile head/security/fpc-openssl/Makefile head/security/fpm/Makefile head/security/fprint_demo/Makefile head/security/fragroute/Makefile head/security/fragrouter/Makefile head/security/fsh/Makefile head/security/fswatch/Makefile head/security/ftimes/Makefile head/security/fuzz/Makefile head/security/fuzzdb/Makefile head/security/fwanalog/Makefile head/security/fwbuilder-devel/Makefile head/security/fwbuilder/Makefile head/security/fwipe/Makefile head/security/fwknop/Makefile head/security/fwlogwatch/Makefile head/security/gag/Makefile head/security/gcipher/Makefile head/security/gnome-gpg/Makefile head/security/gnome-keyring-sharp/Makefile head/security/gnome-keyring/Makefile head/security/gnome-password-generator/Makefile head/security/gnome-ssh-askpass/Makefile head/security/gnomint/Makefile head/security/gnupg/Makefile head/security/gnupg1/Makefile head/security/gnutls-devel/Makefile head/security/gnutls/Makefile head/security/go.crypto/Makefile head/security/gorilla/Makefile head/security/gpa/Makefile head/security/gpasman/Makefile head/security/gpass/Makefile head/security/gpgdir/Makefile head/security/gpgme/Makefile head/security/gringotts/Makefile head/security/gsasl/Makefile head/security/gsfv/Makefile head/security/gss/Makefile head/security/gtk-knocker/Makefile head/security/gtkpasman/Makefile head/security/gtkportscan/Makefile head/security/gwee/Makefile head/security/hackbot/Makefile head/security/hamachi/Makefile head/security/heimdal/Makefile head/security/hlfl/Makefile head/security/hmap/Makefile head/security/honggfuzz/Makefile head/security/horde3-jeta/Makefile head/security/hotssh/Makefile head/security/hs-Crypto/Makefile head/security/hs-HsOpenSSL/Makefile head/security/hs-RSA/Makefile head/security/hs-SHA/Makefile head/security/hs-certificate/Makefile head/security/hs-cipher-aes/Makefile head/security/hs-cipher-rc4/Makefile head/security/hs-clientsession/Makefile head/security/hs-cprng-aes/Makefile head/security/hs-crypto-api/Makefile head/security/hs-crypto-conduit/Makefile head/security/hs-crypto-numbers/Makefile head/security/hs-crypto-pubkey-types/Makefile head/security/hs-crypto-pubkey/Makefile head/security/hs-crypto-random-api/Makefile head/security/hs-cryptocipher/Makefile head/security/hs-cryptohash/Makefile head/security/hs-digest/Makefile head/security/hs-entropy/Makefile head/security/hs-monadcryptorandom/Makefile head/security/hs-pem/Makefile head/security/hs-pureMD5/Makefile head/security/hs-pwstore-fast/Makefile head/security/hs-skein/Makefile head/security/hs-tls-extra/Makefile head/security/hs-tls/Makefile head/security/httprint/Makefile head/security/hunch/Makefile head/security/hydra/Makefile head/security/iaikpkcs11wrapper/Makefile head/security/idea/Makefile head/security/identify/Makefile head/security/ifd-slb_rf60/Makefile head/security/ike-scan/Makefile head/security/ike/Makefile head/security/integrit/Makefile head/security/ipfcount/Makefile head/security/ipfilter2dshield/Makefile head/security/ipfmeta/Makefile head/security/ipfw2dshield/Makefile head/security/ipfwcount/Makefile head/security/ipguard/Makefile head/security/ipsec-tools/Makefile head/security/ipv6toolkit/Makefile head/security/isakmpd/Makefile head/security/isnprober/Makefile head/security/jbrofuzz/Makefile head/security/john/Makefile head/security/kc/Makefile head/security/kedpm/Makefile head/security/keepassx/Makefile head/security/keychain/Makefile head/security/keynote/Makefile head/security/keyprint/Makefile head/security/kgpg-kde4/Makefile head/security/knock/Makefile head/security/knocker/Makefile head/security/kpcli/Makefile head/security/krb5-appl/Makefile head/security/krb5/Makefile head/security/kripp/Makefile head/security/ksecrets/Makefile head/security/kwallet/Makefile head/security/l0pht-watch/Makefile head/security/l0phtcrack/Makefile head/security/l5/Makefile head/security/labrea/Makefile head/security/lasso/Makefile head/security/libassuan/Makefile head/security/libbf/Makefile head/security/libecc/Makefile head/security/libfprint/Makefile head/security/libgcrypt/Makefile head/security/libgnome-keyring/Makefile head/security/libgnomesu/Makefile head/security/libgpg-error/Makefile head/security/libgringotts/Makefile head/security/libident/Makefile head/security/libkpass/Makefile head/security/libksba/Makefile head/security/libmcrypt/Makefile head/security/libntlm/Makefile head/security/libotr/Makefile head/security/libotr3/Makefile head/security/libp11/Makefile head/security/libprelude/Makefile head/security/libpreludedb/Makefile head/security/libpwstor/Makefile head/security/libscrypt/Makefile head/security/libsectok/Makefile head/security/libsodium/Makefile head/security/libsparkcrypto/Makefile head/security/libssh/Makefile head/security/libssh2/Makefile head/security/libtasn1/Makefile head/security/libtomcrypt/Makefile head/security/libwhisker/Makefile head/security/libyubikey/Makefile head/security/linux-f10-cyrus-sasl2/Makefile head/security/linux-f10-gnutls/Makefile head/security/linux-f10-libgcrypt/Makefile head/security/linux-f10-libgpg-error/Makefile head/security/linux-f10-libssh2/Makefile head/security/linux-f10-libtasn1/Makefile head/security/linux-f10-nss/Makefile head/security/linux-f10-openssl/Makefile head/security/linux-pam-docs/Makefile head/security/lockdown/Makefile head/security/log2timeline/Makefile head/security/logcheck/Makefile head/security/lsh/Makefile head/security/luasec/Makefile head/security/lynis/Makefile head/security/mac-robber/Makefile head/security/maia/Makefile head/security/mailzu/Makefile head/security/makepasswd/Makefile head/security/manipulate_data/Makefile head/security/massh/Makefile head/security/matrixssl/Makefile head/security/mcrypt/Makefile head/security/md4coll/Makefile head/security/md5coll/Makefile head/security/md5deep/Makefile head/security/mdcrack/Makefile head/security/medusa/Makefile head/security/metasploit/Makefile head/security/mhash/Makefile head/security/mindterm-binary/Makefile head/security/monkeysphere/Makefile head/security/mosref/Makefile head/security/munge/Makefile head/security/mussh/Makefile head/security/nacl/Makefile head/security/nbaudit/Makefile head/security/ncrack/Makefile head/security/ncrypt/Makefile head/security/nessus-libnasl/Makefile head/security/nessus-libraries/Makefile head/security/nessus-plugins/Makefile head/security/nessus/Makefile head/security/netpgp/Makefile head/security/nettle/Makefile head/security/nikto/Makefile head/security/nmap/Makefile head/security/nmapsi4/Makefile head/security/nss/Makefile head/security/oath-toolkit/Makefile head/security/obfsproxy/Makefile head/security/ocaml-cryptgps/Makefile head/security/ocaml-cryptokit/Makefile head/security/ocaml-ssl/Makefile head/security/oidentd/Makefile head/security/oinkmaster/Makefile head/security/op/Makefile head/security/openbsm-devel/Makefile head/security/openbsm/Makefile head/security/opencdk/Makefile head/security/openconnect/Makefile head/security/opencryptoki/Makefile head/security/openct/Makefile head/security/openfwtk/Makefile head/security/openpgpsdk/Makefile head/security/opensaml2/Makefile head/security/opensc/Makefile head/security/openscep/Makefile head/security/openssh-askpass/Makefile head/security/openssl/Makefile head/security/openssl_tpm_engine/Makefile head/security/openvas-client/Makefile head/security/openvas-libnasl/Makefile head/security/openvas-libraries/Makefile head/security/openvas-plugins/Makefile head/security/openvas-server/Makefile head/security/openvpn-admin/Makefile head/security/openvpn-auth-ldap/Makefile head/security/openvpn-auth-radius/Makefile head/security/openvpn-beta/Makefile head/security/openvpn-devel/Makefile head/security/openvpn/Makefile head/security/ophcrack/Makefile head/security/opieprint/Makefile head/security/orthrus/Makefile head/security/osiris/Makefile head/security/ossec-hids-client/Makefile head/security/ossec-hids-local/Makefile head/security/ossec-hids-server/Makefile head/security/osslsigncode/Makefile head/security/outguess/Makefile head/security/p11-kit/Makefile head/security/p5-Apache-Htpasswd/Makefile head/security/p5-App-Genpass/Makefile head/security/p5-App-TLSMe/Makefile head/security/p5-Auth-YubikeyDecrypter/Makefile head/security/p5-AuthCAS/Makefile head/security/p5-Authen-Bitcard/Makefile head/security/p5-Authen-Captcha/Makefile head/security/p5-Authen-CyrusSASL/Makefile head/security/p5-Authen-DecHpwd/Makefile head/security/p5-Authen-Htpasswd/Makefile head/security/p5-Authen-Krb5/Makefile head/security/p5-Authen-Libwrap/Makefile head/security/p5-Authen-NTLM/Makefile head/security/p5-Authen-OATH/Makefile head/security/p5-Authen-PAAS/Makefile head/security/p5-Authen-PAM/Makefile head/security/p5-Authen-Passphrase/Makefile head/security/p5-Authen-PluggableCaptcha/Makefile head/security/p5-Authen-Radius/Makefile head/security/p5-Authen-SASL-Cyrus/Makefile head/security/p5-Authen-SASL/Makefile head/security/p5-Authen-Simple-DBI/Makefile head/security/p5-Authen-Simple-DBM/Makefile head/security/p5-Authen-Simple-HTTP/Makefile head/security/p5-Authen-Simple-LDAP/Makefile head/security/p5-Authen-Simple-Net/Makefile head/security/p5-Authen-Simple-PAM/Makefile head/security/p5-Authen-Simple-Passwd/Makefile head/security/p5-Authen-Simple-RADIUS/Makefile head/security/p5-Authen-Simple-SMB/Makefile head/security/p5-Authen-Simple-SSH/Makefile head/security/p5-Authen-Simple/Makefile head/security/p5-Authen-Smb/Makefile head/security/p5-Authen-TacacsPlus/Makefile head/security/p5-Authen-Ticket/Makefile head/security/p5-Authen-TypeKey/Makefile head/security/p5-Business-PayPal-EWP/Makefile head/security/p5-CACertOrg-CA/Makefile head/security/p5-CSP/Makefile head/security/p5-Cisco-Hash/Makefile head/security/p5-Crypt-Anubis/Makefile head/security/p5-Crypt-AppleTwoFish/Makefile head/security/p5-Crypt-Blowfish/Makefile head/security/p5-Crypt-Blowfish_PP/Makefile head/security/p5-Crypt-CAST5/Makefile head/security/p5-Crypt-CAST5_PP/Makefile head/security/p5-Crypt-CBC/Makefile head/security/p5-Crypt-CBCeasy/Makefile head/security/p5-Crypt-CFB/Makefile head/security/p5-Crypt-Caesar/Makefile head/security/p5-Crypt-Camellia_PP/Makefile head/security/p5-Crypt-Chimera/Makefile head/security/p5-Crypt-CipherSaber/Makefile head/security/p5-Crypt-Cracklib/Makefile head/security/p5-Crypt-Ctr/Makefile head/security/p5-Crypt-DES/Makefile head/security/p5-Crypt-DES_EDE3/Makefile head/security/p5-Crypt-DES_PP/Makefile head/security/p5-Crypt-DH/Makefile head/security/p5-Crypt-DSA/Makefile head/security/p5-Crypt-Dining/Makefile head/security/p5-Crypt-ECB/Makefile head/security/p5-Crypt-Eksblowfish/Makefile head/security/p5-Crypt-Enigma/Makefile head/security/p5-Crypt-GCrypt/Makefile head/security/p5-Crypt-GOST/Makefile head/security/p5-Crypt-GOST_PP/Makefile head/security/p5-Crypt-GPG/Makefile head/security/p5-Crypt-GeneratePassword/Makefile head/security/p5-Crypt-HCE_MD5/Makefile head/security/p5-Crypt-HCE_SHA/Makefile head/security/p5-Crypt-IDEA/Makefile head/security/p5-Crypt-Imail/Makefile head/security/p5-Crypt-Juniper/Makefile head/security/p5-Crypt-Khazad/Makefile head/security/p5-Crypt-License/Makefile head/security/p5-Crypt-Lite/Makefile head/security/p5-Crypt-Loki97/Makefile head/security/p5-Crypt-MySQL/Makefile head/security/p5-Crypt-NULL/Makefile head/security/p5-Crypt-OFB/Makefile head/security/p5-Crypt-OICQ/Makefile head/security/p5-Crypt-OTP/Makefile head/security/p5-Crypt-OpenPGP/Makefile head/security/p5-Crypt-OpenSSL-AES/Makefile head/security/p5-Crypt-OpenSSL-Bignum/Makefile head/security/p5-Crypt-OpenSSL-CA/Makefile head/security/p5-Crypt-OpenSSL-DSA/Makefile head/security/p5-Crypt-OpenSSL-RSA/Makefile head/security/p5-Crypt-OpenSSL-Random/Makefile head/security/p5-Crypt-OpenSSL-X509/Makefile head/security/p5-Crypt-PBKDF2/Makefile head/security/p5-Crypt-PGPSimple/Makefile head/security/p5-Crypt-PassGen/Makefile head/security/p5-Crypt-PasswdMD5/Makefile head/security/p5-Crypt-Primes/Makefile head/security/p5-Crypt-RC4/Makefile head/security/p5-Crypt-RC5/Makefile head/security/p5-Crypt-RC6/Makefile head/security/p5-Crypt-RIPEMD160/Makefile head/security/p5-Crypt-RSA/Makefile head/security/p5-Crypt-Rabbit/Makefile head/security/p5-Crypt-RandPasswd/Makefile head/security/p5-Crypt-Random-Source/Makefile head/security/p5-Crypt-Random/Makefile head/security/p5-Crypt-Rijndael/Makefile head/security/p5-Crypt-Rijndael_PP/Makefile head/security/p5-Crypt-SKey/Makefile head/security/p5-Crypt-SSLeay/Makefile head/security/p5-Crypt-Salt/Makefile head/security/p5-Crypt-SaltedHash/Makefile head/security/p5-Crypt-Serpent/Makefile head/security/p5-Crypt-Shark/Makefile head/security/p5-Crypt-Simple/Makefile head/security/p5-Crypt-SmbHash/Makefile head/security/p5-Crypt-Solitaire/Makefile head/security/p5-Crypt-TEA/Makefile head/security/p5-Crypt-T_e_a/Makefile head/security/p5-Crypt-TripleDES/Makefile head/security/p5-Crypt-Twofish/Makefile head/security/p5-Crypt-Twofish2/Makefile head/security/p5-Crypt-Twofish_PP/Makefile head/security/p5-Crypt-URandom/Makefile head/security/p5-Crypt-UnixCrypt/Makefile head/security/p5-Crypt-UnixCrypt_XS/Makefile head/security/p5-Crypt-X509/Makefile head/security/p5-Crypt-xDBM_File/Makefile head/security/p5-CryptX/Makefile head/security/p5-Dancer-Plugin-Passphrase/Makefile head/security/p5-Data-Entropy/Makefile head/security/p5-Data-Password/Makefile head/security/p5-Digest-Adler32/Makefile head/security/p5-Digest-Bcrypt/Makefile head/security/p5-Digest-BubbleBabble/Makefile head/security/p5-Digest-CRC/Makefile head/security/p5-Digest-Crc32/Makefile head/security/p5-Digest-DJB/Makefile head/security/p5-Digest-DMAC/Makefile head/security/p5-Digest-EMAC/Makefile head/security/p5-Digest-Elf/Makefile head/security/p5-Digest-FNV/Makefile head/security/p5-Digest-HMAC/Makefile head/security/p5-Digest-Hashcash/Makefile head/security/p5-Digest-Haval256/Makefile head/security/p5-Digest-JHash/Makefile head/security/p5-Digest-MD2/Makefile head/security/p5-Digest-MD4/Makefile head/security/p5-Digest-MD5-File/Makefile head/security/p5-Digest-MD5-M4p/Makefile head/security/p5-Digest-MD5-Reverse/Makefile head/security/p5-Digest-MD5/Makefile head/security/p5-Digest-ManberHash/Makefile head/security/p5-Digest-MurmurHash/Makefile head/security/p5-Digest-Nilsimsa/Makefile head/security/p5-Digest-Pearson-PurePerl/Makefile head/security/p5-Digest-Pearson/Makefile head/security/p5-Digest-Perl-MD4/Makefile head/security/p5-Digest-Perl-MD5/Makefile head/security/p5-Digest-SHA-PurePerl/Makefile head/security/p5-Digest-SHA/Makefile head/security/p5-Digest-SHA1/Makefile head/security/p5-Digest-SV1/Makefile head/security/p5-Digest-Tiger/Makefile head/security/p5-Digest-Whirlpool/Makefile head/security/p5-Digest/Makefile head/security/p5-File-KeePass-Agent/Makefile head/security/p5-File-KeePass/Makefile head/security/p5-File-Scan-ClamAV/Makefile head/security/p5-File-Scan/Makefile head/security/p5-Filter-CBC/Makefile head/security/p5-Filter-Crypto/Makefile head/security/p5-GD-SecurityImage/Makefile head/security/p5-GSSAPI/Makefile head/security/p5-GnuPG-Interface/Makefile head/security/p5-GnuPG/Makefile head/security/p5-HTML-Email-Obfuscate/Makefile head/security/p5-IO-Async-SSL/Makefile head/security/p5-IO-Socket-SSL/Makefile head/security/p5-Jifty-Plugin-OpenID/Makefile head/security/p5-MD5/Makefile head/security/p5-Mcrypt/Makefile head/security/p5-Module-Signature/Makefile head/security/p5-Net-Daemon-SSL/Makefile head/security/p5-Net-OpenID-Common/Makefile head/security/p5-Net-OpenID-JanRain/Makefile head/security/p5-Net-OpenID-Server/Makefile head/security/p5-Net-Radius-Server/Makefile head/security/p5-Net-SAML/Makefile head/security/p5-Net-SSL-ExpireDate/Makefile head/security/p5-Net-SSLeay/Makefile head/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile head/security/p5-Net-SinFP/Makefile head/security/p5-Nmap-Parser/Makefile head/security/p5-Nmap-Scanner/Makefile head/security/p5-OpenCA-CRL/Makefile head/security/p5-OpenCA-CRR/Makefile head/security/p5-OpenCA-OpenSSL/Makefile head/security/p5-OpenCA-PKCS7/Makefile head/security/p5-OpenCA-REQ/Makefile head/security/p5-OpenCA-X509/Makefile head/security/p5-PGP-Sign/Makefile head/security/p5-PGP/Makefile head/security/p5-POE-Component-SSLify/Makefile head/security/p5-POE-Filter-SSL/Makefile head/security/p5-PerlCryptLib/Makefile head/security/p5-SAVI-Perl/Makefile head/security/p5-SHA/Makefile head/security/p5-Safe-Hole/Makefile head/security/p5-Snort-Rule/Makefile head/security/p5-String-MkPasswd/Makefile head/security/p5-Sudo/Makefile head/security/p5-Text-Password-Pronounceable/Makefile head/security/p5-Tie-EncryptedHash/Makefile head/security/p5-Tree-Authz/Makefile head/security/p5-Yahoo-BBAuth/Makefile head/security/p5-dicewaregen/Makefile head/security/p5-openxpki-client-html-mason/Makefile head/security/p5-openxpki-client-scep/Makefile head/security/p5-openxpki-client/Makefile head/security/p5-openxpki-deployment/Makefile head/security/p5-openxpki-i18n/Makefile head/security/p5-openxpki/Makefile head/security/pad/Makefile head/security/pam-mysql/Makefile head/security/pam-pgsql/Makefile head/security/pam_abl/Makefile head/security/pam_alreadyloggedin/Makefile head/security/pam_bsdbioapi/Makefile head/security/pam_fprint/Makefile head/security/pam_google_authenticator/Makefile head/security/pam_helper/Makefile head/security/pam_jail/Makefile head/security/pam_kde/Makefile head/security/pam_krb5-rh/Makefile head/security/pam_krb5/Makefile head/security/pam_ldap/Makefile head/security/pam_mkhomedir/Makefile head/security/pam_p11/Makefile head/security/pam_per_user/Makefile head/security/pam_pgina/Makefile head/security/pam_pseudo/Makefile head/security/pam_pwdfile/Makefile head/security/pam_require/Makefile head/security/pam_search_list/Makefile head/security/pam_smb/Makefile head/security/pam_ssh_agent_auth/Makefile head/security/pam_yubico/Makefile head/security/pamtester/Makefile head/security/paperkey/Makefile head/security/parano/Makefile head/security/pbc/Makefile head/security/pbnj/Makefile head/security/pcsc-tools/Makefile head/security/pdfcrack/Makefile head/security/pear-Auth/Makefile head/security/pear-Auth_HTTP/Makefile head/security/pear-Auth_OpenID/Makefile head/security/pear-Auth_PrefManager/Makefile head/security/pear-Auth_SASL/Makefile head/security/pear-Crypt_Blowfish/Makefile head/security/pear-Crypt_CBC/Makefile head/security/pear-Crypt_CHAP/Makefile head/security/pear-Crypt_DiffieHellman/Makefile head/security/pear-Crypt_GPG/Makefile head/security/pear-Crypt_HMAC2/Makefile head/security/pear-Crypt_MicroID/Makefile head/security/pear-Crypt_RC4/Makefile head/security/pear-Crypt_RSA/Makefile head/security/pear-Crypt_XXTEA/Makefile head/security/pear-File_HtAccess/Makefile head/security/pear-File_Passwd/Makefile head/security/pear-File_SMBPasswd/Makefile head/security/pear-HTML_Crypt/Makefile head/security/pear-Horde_Auth/Makefile head/security/pear-Horde_Crypt/Makefile head/security/pear-Horde_Crypt_Blowfish/Makefile head/security/pear-Horde_Group/Makefile head/security/pear-Horde_Oauth/Makefile head/security/pear-Horde_Perms/Makefile head/security/pear-Horde_Secret/Makefile head/security/pear-Horde_Share/Makefile head/security/pear-LiveUser/Makefile head/security/pear-LiveUser_Admin/Makefile head/security/pear-Net_Portscan/Makefile head/security/pear-Text_Password/Makefile head/security/pecl-crack/Makefile head/security/pecl-gnupg/Makefile head/security/pecl-pam/Makefile head/security/pecl-ssh2/Makefile head/security/pecl-taint/Makefile head/security/pecl-tcpwrap/Makefile head/security/pev/Makefile head/security/pft/Makefile head/security/pgp/Makefile head/security/pgpdump/Makefile head/security/pgpgpg/Makefile head/security/pgpin/Makefile head/security/php-Auth_OpenID/Makefile head/security/php-Auth_OpenID2/Makefile head/security/php-openid-ldap/Makefile head/security/php-suhosin/Makefile head/security/php5-filter/Makefile head/security/php5-hash/Makefile head/security/php5-mcrypt/Makefile head/security/php5-openssl/Makefile head/security/php52-filter/Makefile head/security/php52-hash/Makefile head/security/php52-mcrypt/Makefile head/security/php52-mhash/Makefile head/security/php52-openssl/Makefile head/security/php53-filter/Makefile head/security/php53-hash/Makefile head/security/php53-mcrypt/Makefile head/security/php53-openssl/Makefile head/security/php55-filter/Makefile head/security/php55-hash/Makefile head/security/php55-mcrypt/Makefile head/security/php55-openssl/Makefile head/security/phpdeadlock/Makefile head/security/phpsecinfo/Makefile head/security/pidentd/Makefile head/security/pidgin-encryption/Makefile head/security/pidgin-otr/Makefile head/security/pinentry-curses/Makefile head/security/pinentry-gtk/Makefile head/security/pinentry-gtk2/Makefile head/security/pinentry-qt4/Makefile head/security/pinentry/Makefile head/security/pkcrack/Makefile head/security/pkcs11-dump/Makefile head/security/pkcs11-gateway/Makefile head/security/pkcs11-helper/Makefile head/security/pks/Makefile head/security/pktsuckers/Makefile head/security/please/Makefile head/security/polarssl/Makefile head/security/poly1305aes/Makefile head/security/portsentry/Makefile head/security/ppars/Makefile head/security/prelude-lml/Makefile head/security/prelude-manager/Makefile head/security/prelude-pflogger/Makefile head/security/proxycheck/Makefile head/security/proxytunnel/Makefile head/security/pscan/Makefile head/security/pssh/Makefile head/security/pulledpork/Makefile head/security/pure-sfv/Makefile head/security/putty/Makefile head/security/pvk/Makefile head/security/pwauth/Makefile head/security/pwman/Makefile head/security/pwman3/Makefile head/security/pxytest/Makefile head/security/py-PF/Makefile head/security/py-Products.PlonePAS/Makefile head/security/py-Products.PluggableAuthService/Makefile head/security/py-RestrictedPython/Makefile head/security/py-SecretStorage/Makefile head/security/py-bcrypt/Makefile head/security/py-borg.localrole/Makefile head/security/py-cerealizer/Makefile head/security/py-certify/Makefile head/security/py-clamav/Makefile head/security/py-cracklib/Makefile head/security/py-cryptkit/Makefile head/security/py-ecdsa/Makefile head/security/py-ed25519ll/Makefile head/security/py-fail2ban/Makefile head/security/py-gnupg/Makefile head/security/py-gnutls/Makefile head/security/py-htpasswd/Makefile head/security/py-itsdangerous/Makefile head/security/py-kerberos/Makefile head/security/py-keyczar/Makefile head/security/py-keyring/Makefile head/security/py-m2crypto/Makefile head/security/py-mcrypt/Makefile head/security/py-mhash/Makefile head/security/py-oauthlib/Makefile head/security/py-openid/Makefile head/security/py-openssl/Makefile head/security/py-otr/Makefile head/security/py-paramiko/Makefile head/security/py-passlib/Makefile head/security/py-plaso/Makefile head/security/py-plone.app.openid/Makefile head/security/py-plone.keyring/Makefile head/security/py-plone.openid/Makefile head/security/py-plone.protect/Makefile head/security/py-plone.session/Makefile head/security/py-posix1e/Makefile head/security/py-pow/Makefile head/security/py-pyclamd/Makefile head/security/py-pycrypto/Makefile head/security/py-pycryptopp/Makefile head/security/py-pylibacl/Makefile head/security/py-pyme/Makefile head/security/py-pyptlib/Makefile head/security/py-pysha3/Makefile head/security/py-python-registry/Makefile head/security/py-rsa/Makefile head/security/py-slowaes/Makefile head/security/py-ssh/Makefile head/security/py-sslstrip/Makefile head/security/py-tlslite/Makefile head/security/py-trustedpickle/Makefile head/security/py-twistedConch/Makefile head/security/py-twofish/Makefile head/security/py-volatility/Makefile head/security/py-xmlsec/Makefile head/security/py-yara-editor/Makefile head/security/py-yara/Makefile head/security/py-zope.app.authentication/Makefile head/security/py-zope.app.localpermission/Makefile head/security/py-zope.app.principalannotation/Makefile head/security/py-zope.app.security/Makefile head/security/py-zope.app.securitypolicy/Makefile head/security/py-zope.authentication/Makefile head/security/py-zope.login/Makefile head/security/py-zope.password/Makefile head/security/py-zope.pluggableauth/Makefile head/security/py-zope.principalannotation/Makefile head/security/py-zope.principalregistry/Makefile head/security/py-zope.security/Makefile head/security/py-zope.securitypolicy/Makefile head/security/py-zope.session/Makefile head/security/qca-cyrus-sasl/Makefile head/security/qca-gnupg/Makefile head/security/qca-ossl/Makefile head/security/qtkeychain/Makefile head/security/quantis-kmod/Makefile head/security/quantis/Makefile head/security/racoon2/Makefile head/security/radiusniff/Makefile head/security/rainbowcrack/Makefile head/security/ranpwd/Makefile head/security/rarcrack/Makefile head/security/ratproxy/Makefile head/security/rats/Makefile head/security/razorback-api/Makefile head/security/razorback-archiveInflate/Makefile head/security/razorback-clamavNugget/Makefile head/security/razorback-dispatcher/Makefile head/security/razorback-fileInject/Makefile head/security/razorback-fsMonitor/Makefile head/security/razorback-fsWalk/Makefile head/security/razorback-masterNugget/Makefile head/security/razorback-officeCat/Makefile head/security/razorback-pdfFox/Makefile head/security/razorback-scriptNugget/Makefile head/security/razorback-swfScanner/Makefile head/security/razorback-syslogNugget/Makefile head/security/razorback-virusTotal/Makefile head/security/razorback-yaraNugget/Makefile head/security/rcracki_mt/Makefile head/security/rdigest/Makefile head/security/regripper/Makefile head/security/regripperplugins/Makefile head/security/retranslator/Makefile head/security/revealrk/Makefile head/security/revelation/Makefile head/security/rifiuti2/Makefile head/security/rkhunter/Makefile head/security/rndpassw/Makefile head/security/ruby-acl/Makefile head/security/ruby-camellia/Makefile head/security/ruby-crypt/Makefile head/security/ruby-gpgme/Makefile head/security/ruby-hmac/Makefile head/security/ruby-password/Makefile head/security/ruby-tcpwrap/Makefile head/security/rubygem-bcrypt-ruby/Makefile head/security/rubygem-ezcrypto/Makefile head/security/rubygem-gpgr/Makefile head/security/rubygem-hmac/Makefile head/security/rubygem-jugyo-twitter_oauth/Makefile head/security/rubygem-metasploit_data_models/Makefile head/security/rubygem-net-scp/Makefile head/security/rubygem-net-sftp/Makefile head/security/rubygem-net-ssh-gateway/Makefile head/security/rubygem-net-ssh-multi/Makefile head/security/rubygem-net-ssh/Makefile head/security/rubygem-nmap-parser/Makefile head/security/rubygem-origami/Makefile head/security/rubygem-razorback-scriptNugget/Makefile head/security/rubygem-rc4/Makefile head/security/rubygem-roauth/Makefile head/security/rubygem-twitter_oauth/Makefile head/security/safesh/Makefile head/security/saint/Makefile head/security/samba-virusfilter/Makefile head/security/samhain-client/Makefile head/security/samhain-server/Makefile head/security/samhain/Makefile head/security/sancp/Makefile head/security/sasp/Makefile head/security/scamp/Makefile head/security/scanhill/Makefile head/security/scanlogd/Makefile head/security/scannedonly/Makefile head/security/scanssh/Makefile head/security/scrypt/Makefile head/security/seahorse-plugins/Makefile head/security/seahorse/Makefile head/security/seccure/Makefile head/security/secpanel/Makefile head/security/sectok/Makefile head/security/secure_delete/Makefile head/security/sguil-client/Makefile head/security/sguil-sensor/Makefile head/security/sguil-server/Makefile head/security/sha/Makefile head/security/shibboleth2-sp/Makefile head/security/shimmer/Makefile head/security/shishi/Makefile head/security/shttpscanner/Makefile head/security/sig2dot/Makefile head/security/signing-party/Makefile head/security/silktools/Makefile head/security/sinfp/Makefile head/security/skipfish/Makefile head/security/sks/Makefile head/security/slurpie/Makefile head/security/slush/Makefile head/security/smap/Makefile head/security/smtpscan/Makefile head/security/smurflog/Makefile head/security/sniff/Makefile head/security/snoopy/Makefile head/security/snort-rep/Makefile head/security/snort/Makefile head/security/snortreport/Makefile head/security/snortsam/Makefile head/security/snortsms/Makefile head/security/snortsnarf/Makefile head/security/softhsm/Makefile head/security/spass/Makefile head/security/spike-proxy/Makefile head/security/spybye/Makefile head/security/sqlmap/Makefile head/security/sqlninja/Makefile head/security/squidclamav/Makefile head/security/srm/Makefile head/security/srp/Makefile head/security/ssdeep/Makefile head/security/ssh-copy-id/Makefile head/security/ssh-gui/Makefile head/security/ssh-multiadd/Makefile head/security/ssh_askpass_gtk2/Makefile head/security/sshblock/Makefile head/security/sshguard-ipfilter/Makefile head/security/sshguard-ipfw/Makefile head/security/sshguard-pf/Makefile head/security/sshguard/Makefile head/security/sshit/Makefile head/security/sshpass/Makefile head/security/ssl-admin/Makefile head/security/sslscan/Makefile head/security/sslsniffer/Makefile head/security/sslwrap/Makefile head/security/sssd/Makefile head/security/ssss/Makefile head/security/sst/Makefile head/security/starttls/Makefile head/security/stegdetect/Makefile head/security/steghide/Makefile head/security/stem/Makefile head/security/strobe/Makefile head/security/strongswan/Makefile head/security/stunnel/Makefile head/security/subweb/Makefile head/security/sud/Makefile head/security/sudo/Makefile head/security/sudoscript/Makefile head/security/sudosh/Makefile head/security/sudosh2/Makefile head/security/sudosh3/Makefile head/security/super/Makefile head/security/suricata/Makefile head/security/swatch/Makefile head/security/switzerland/Makefile head/security/symbion-sslproxy/Makefile head/security/tclsasl/Makefile head/security/termlog/Makefile head/security/tinc/Makefile head/security/tinyca/Makefile head/security/tinysu/Makefile head/security/tlswrap/Makefile head/security/tor-devel/Makefile head/security/tor/Makefile head/security/tpm-tools/Makefile head/security/tpmmanager/Makefile head/security/trinokiller/Makefile head/security/tripwire-131/Makefile head/security/tripwire/Makefile head/security/tripwire12/Makefile head/security/trousers/Makefile head/security/truecrack/Makefile head/security/truecrypt/Makefile head/security/tsshbatch/Makefile head/security/tthsum/Makefile head/security/tuntun/Makefile head/security/umit/Makefile head/security/unhide/Makefile head/security/unicornscan/Makefile head/security/unssh/Makefile head/security/vida/Makefile head/security/vinetto/Makefile head/security/vlock/Makefile head/security/vlog/Makefile head/security/vnccrack/Makefile head/security/vpnc/Makefile head/security/vuxml/Makefile head/security/vxquery/Makefile head/security/w3af/Makefile head/security/wapiti/Makefile head/security/webfwlog/Makefile head/security/webscarab/Makefile head/security/whatweb/Makefile head/security/wipe/Makefile head/security/xca/Makefile head/security/xinetd/Makefile head/security/xml-security/Makefile head/security/xmlsec1/Makefile head/security/xorsearch/Makefile head/security/xspy/Makefile head/security/xyssl/Makefile head/security/yafic/Makefile head/security/yapet/Makefile head/security/yara/Makefile head/security/yassl/Makefile head/security/yersinia/Makefile head/security/ykclient/Makefile head/security/ykpers/Makefile head/security/zebedee/Makefile head/security/zenmap/Makefile head/security/zombiezapper/Makefile head/security/zxid/Makefile head/security/zzuf/Makefile Modified: head/security/ADMsmb/Makefile ============================================================================== --- head/security/ADMsmb/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/ADMsmb/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -14,6 +14,7 @@ COMMENT= Security scanner for Samba USES= gmake MAKE_ARGS= CC="${CC}" FLAGS1="${CFLAGS}" +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "*.o" -delete @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile Modified: head/security/ADMsnmp/Makefile ============================================================================== --- head/security/ADMsnmp/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/ADMsnmp/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,9 +1,5 @@ -# Ports collection makefile for: ADMsnmp -# Date created: 16 Apr 2003 -# Whom: onatan@gmail.com -# +# Created by: onatan@gmail.com # $FreeBSD$ -# PORTNAME= ADMsnmp PORTVERSION= 0.1 @@ -19,6 +15,7 @@ COMMENT= SNMP audit scanner WRKSRC= ${WRKDIR}/ADMsnmp +NO_STAGE= yes do-build: ${CC} ${CFLAGS} -DPORTSHAREDIR="${PREFIX}/share/ADMsnmp" \ -o ${WRKSRC}/ADMsnmp ${WRKSRC}/snmp.c Modified: head/security/R-cran-ROAuth/Makefile ============================================================================== --- head/security/R-cran-ROAuth/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/R-cran-ROAuth/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -18,4 +18,5 @@ RUN_DEPENDS= R-cran-RCurl>=1.6.4:${PORTS USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/security/R-cran-digest/Makefile ============================================================================== --- head/security/R-cran-digest/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/R-cran-digest/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -15,4 +15,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/security/aescrypt/Makefile ============================================================================== --- head/security/aescrypt/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/aescrypt/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,6 +1,5 @@ # Created by: roam@FreeBSD.org # $FreeBSD$ -# PORTNAME= aescrypt PORTVERSION= 0.7 @@ -22,6 +21,7 @@ MAN1= aescrypt.1 aesget.1 MANCOMPRESSED= yes .if !defined(NOPORTDOCS) +NO_STAGE= yes post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR} Modified: head/security/aespipe/Makefile ============================================================================== --- head/security/aespipe/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/aespipe/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,6 +1,5 @@ # Created by: Ekkehard 'Ekki' Gehm # $FreeBSD$ -# PORTNAME= aespipe DISTVERSION= v2.3e @@ -21,6 +20,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes PLIST_FILES= bin/aespipe +NO_STAGE= yes .include ALL_TARGET= .if ${ARCH} == amd64 Modified: head/security/afterglow/Makefile ============================================================================== --- head/security/afterglow/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/afterglow/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,6 +1,5 @@ # Created by: pauls # $FreeBSD$ -# PORTNAME= afterglow PORTVERSION= 1.6.2 @@ -22,6 +21,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/data ${MKDIR} ${DATADIR}/charts Modified: head/security/aide/Makefile ============================================================================== --- head/security/aide/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/aide/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -15,6 +15,7 @@ COMMENT= Replacement and extension for T LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash USES= bison +NO_STAGE= yes .include USE_GMAKE= yes Modified: head/security/aimsniff/Makefile ============================================================================== --- head/security/aimsniff/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/aimsniff/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -27,6 +27,7 @@ NO_BUILD= yes PLIST_FILES= bin/aimsniff +NO_STAGE= yes .include .if !exists(${LOCALBASE}/lib/perl5/${PERL_VER}/${PERL_ARCH}/GDBM_File.pm) Modified: head/security/amap/Makefile ============================================================================== --- head/security/amap/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/amap/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,9 +1,5 @@ -# Ports collection makefile for: amap -# Date created: 23 Mar 2003 -# Whom: Yonatan -# +# Created by: Yonatan # $FreeBSD$ -# PORTNAME= amap PORTVERSION= 5.2 @@ -31,6 +27,7 @@ LOCAL_CONF_FILES= appdefs.resp appdefs.r SUB_FILES= pkg-install pkg-deinstall SUB_LIST= LOCAL_CONF_FILES="${LOCAL_CONF_FILES}" CONF_DIR="${CONF_DIR}" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|/usr/local|${LOCALBASE}|g; \ Modified: head/security/amavis-stats/Makefile ============================================================================== --- head/security/amavis-stats/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/amavis-stats/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,6 +1,5 @@ # Created by: Mantas Kaulakys # $FreeBSD$ -# PORTNAME= amavis-stats PORTVERSION= 0.1.12 @@ -39,6 +38,7 @@ SUB_LIST+= AMAVISUSER=${AMAVISUSER} AMAV pre-install: apply-slist @${SH} ${PKGINSTALL} ${DISTNAME} PRE-INSTALL +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/amavis-stats ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/amavis-stats.1 ${MAN1PREFIX}/man/man1 Modified: head/security/amavisd-milter/Makefile ============================================================================== --- head/security/amavisd-milter/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/amavisd-milter/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -36,6 +36,7 @@ SUB_LIST= AMAVISUSER=${AMAVISUSER} \ PORTDOCS= AUTHORS CHANGES INSTALL LICENSE README TODO +NO_STAGE= yes PLIST_FILES= sbin/amavisd-milter PLIST_SUB= RC_DIR=${RC_DIR} \ RC_SUFX=${RC_SUFX} Modified: head/security/amavisd-new/Makefile ============================================================================== --- head/security/amavisd-new/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/amavisd-new/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -81,6 +81,7 @@ SUB_LIST+= AMAVISUSER=${AMAVISUSER} \ PLIST_SUB+= AMAVIS_NOP0F=${AMAVIS_NOP0F} +NO_STAGE= yes .include USE_RC_SUBR+= amavisd Modified: head/security/aolserver-nsencrypt/Makefile ============================================================================== --- head/security/aolserver-nsencrypt/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/aolserver-nsencrypt/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,9 +1,5 @@ -# New ports collection makefile for: aolserver-nsencrypt -# Date created: 12 Oct 2006 -# Whom: Martin Matuska -# +# Created by: Martin Matuska # $FreeBSD$ -# PORTNAME= aolserver-nsencrypt PORTVERSION= 0.4 @@ -40,6 +36,7 @@ PLIST_FILES= ${AOLSERVERBASE}/bin/nsencr PORTDOCS= ChangeLog readme.txt .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e '/^MODOBJS =.*/{p;s/MODOBJS =/OBJS +=/g;}' \ Modified: head/security/aolserver-nsmcrypt/Makefile ============================================================================== --- head/security/aolserver-nsmcrypt/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/aolserver-nsmcrypt/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,9 +1,5 @@ -# New ports collection makefile for: aolserver-nsmcrypt -# Date created: 12 Oct 2006 -# Whom: Martin Matuska -# +# Created by: Martin Matuska # $FreeBSD$ -# PORTNAME= nsmcrypt PORTVERSION= 1.1 @@ -38,6 +34,7 @@ PLIST_FILES= ${AOLSERVERBASE}/bin/nsmcry ${AOLSERVERBASE}/lib/libnsmcrypt.a \ ${AOLSERVERBASE}/lib/libnsmcrypt.so +NO_STAGE= yes .include CFLAGS+= "-I${LOCALBASE}/include" Modified: head/security/aolserver-nsmhash/Makefile ============================================================================== --- head/security/aolserver-nsmhash/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/aolserver-nsmhash/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,9 +1,5 @@ -# New ports collection makefile for: aolserver-nsmhash -# Date created: 12 Oct 2006 -# Whom: Martin Matuska -# +# Created by: Martin Matuska # $FreeBSD$ -# PORTNAME= nsmhash PORTVERSION= 1.1 @@ -38,6 +34,7 @@ PLIST_FILES= ${AOLSERVERBASE}/bin/nsmhas ${AOLSERVERBASE}/lib/libnsmhash.a \ ${AOLSERVERBASE}/lib/libnsmhash.so +NO_STAGE= yes .include CFLAGS+= "-I${LOCALBASE}/include" Modified: head/security/aolserver-nsopenssl/Makefile ============================================================================== --- head/security/aolserver-nsopenssl/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/aolserver-nsopenssl/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,9 +1,5 @@ -# New ports collection makefile for: aolserver-nsopenssl -# Date created: 12 Oct 2006 -# Whom: Martin Matuska -# +# Created by: Martin Matuska # $FreeBSD$ -# PORTNAME= aolserver-nsopenssl PORTVERSION= 3.0.b26 @@ -35,6 +31,7 @@ MAKE_ARGS= AOLSERVER=${LOCALBASE}/${AOLS PORTDOCS= ChangeLog README TODO .endif +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR} Modified: head/security/aolserver-nssha1/Makefile ============================================================================== --- head/security/aolserver-nssha1/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/aolserver-nssha1/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,9 +1,5 @@ -# New ports collection makefile for: aolserver-nssha1 -# Date created: 12 Oct 2006 -# Whom: Martin Matuska -# +# Created by: Martin Matuska # $FreeBSD$ -# PORTNAME= aolserver-nssha1 PORTVERSION= 0.1 @@ -34,6 +30,7 @@ MAKE_ARGS= AOLSERVER=${LOCALBASE}/${AOLS PORTDOCS= ChangeLog .endif +NO_STAGE= yes post-patch: @ ${REINPLACE_CMD} -e 's|OBJS|MODOBJS|' ${WRKSRC}/Makefile Modified: head/security/apache-xml-security-c/Makefile ============================================================================== --- head/security/apache-xml-security-c/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/apache-xml-security-c/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -20,6 +20,7 @@ XERCES_3_DESC= With Xerces vesion 3.x ( USE_OPENSSL= yes +NO_STAGE= yes .include .if ${PORT_OPTIONS:MXERCES_3} Modified: head/security/apg/Makefile ============================================================================== --- head/security/apg/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/apg/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -14,6 +14,7 @@ COMMENT= Automated password generator OPTIONS_DEFINE= CRACKLIB CRACKLIB_DESCR= CrackLib support for password quality +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCRACKLIB} Modified: head/security/arirang/Makefile ============================================================================== --- head/security/arirang/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/arirang/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,9 +1,5 @@ -# Ports collection makefile for: arirang -# Date created: Jun 4 2001 -# Whom: Roman Shterenzon -# +# Created by: Roman Shterenzon # $FreeBSD$ -# PORTNAME= arirang PORTVERSION= 2.03 @@ -25,6 +21,7 @@ USE_OPENSSL= yes CFLAGS+= -I${LOCALBASE}/include/ruby-${RUBY_VER} -I${LOCALBASE}/include/ruby-${RUBY_VER}/${RUBY_ARCH} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/arirang ${PREFIX}/sbin ${MKDIR} ${PREFIX}/share/arirang Modified: head/security/arm/Makefile ============================================================================== --- head/security/arm/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/arm/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,6 +1,5 @@ # Created by: Carlo Strub # $FreeBSD$ -# PORTNAME= arm DISTVERSION= 1.4.5.0 @@ -32,6 +31,7 @@ OPTIONS_DEFAULT=TOR DOCS TOR_DESC= Enable local tor support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MTOR} Modified: head/security/arpCounterattack/Makefile ============================================================================== --- head/security/arpCounterattack/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/arpCounterattack/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,8 +1,5 @@ -# New ports collection makefile for: arpCounterattack -# Date created: 05 November 2010 -# Whom: Boris Kochergin +# Created by: Boris Kochergin # $FreeBSD$ -# PORTNAME= arpCounterattack PORTVERSION= 1.2.0 @@ -20,6 +17,7 @@ SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME} +NO_STAGE= yes .include post-install: Modified: head/security/authforce/Makefile ============================================================================== --- head/security/authforce/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/authforce/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -33,6 +33,7 @@ PLIST_FILES= bin/authforce \ PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCURL} Modified: head/security/autossh/Makefile ============================================================================== --- head/security/autossh/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/autossh/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,9 +1,5 @@ -# New ports collection makefile for: autossh -# Date created: 26 December 2002 -# Whom: Yen-Ming Lee -# +# Created by: Yen-Ming Lee # $FreeBSD$ -# PORTNAME= autossh PORTVERSION= 1.4c @@ -19,6 +15,7 @@ GNU_CONFIGURE= yes PORTDOCS= CHANGES README MAN1= autossh.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,cp autossh.1 ,$$\{BSD_INSTALL_MAN\} autossh.1 ,g' ${WRKSRC}/${MAKEFILE}.in @${REINPLACE_CMD} -e 's,cp autossh ,$$\{BSD_INSTALL_PROGRAM\} autossh ,g' ${WRKSRC}/${MAKEFILE}.in Modified: head/security/avcheck/Makefile ============================================================================== --- head/security/avcheck/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/avcheck/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,6 +1,5 @@ # Created by: dsh@vlink.ru # $FreeBSD$ -# PORTNAME= avcheck PORTVERSION= 0.91 @@ -17,6 +16,7 @@ PORTDOCS= README.AVP README.AVP.de READM README.Postfix README.Postfix.de README.Sendmail eicar.msg \ eicar.txt +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/^CC/#CC/g ; s/^CFLAGS/#CFLAGS/g' ${WRKSRC}/Makefile Modified: head/security/axTLS/Makefile ============================================================================== --- head/security/axTLS/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/axTLS/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -46,6 +46,7 @@ STAGE= ${WRKSRC}/_stage WITH_HTTP_PORT?= 80 WITH_SSL_PORT?= 443 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSERVER_ONLY} Modified: head/security/barnyard2-sguil/Makefile ============================================================================== --- head/security/barnyard2-sguil/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/barnyard2-sguil/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -7,4 +7,5 @@ MASTERDIR= ${.CURDIR}/../barnyard2 # enable tcl binding for sguil SLAVE= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/security/barnyard2/Makefile ============================================================================== --- head/security/barnyard2/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/barnyard2/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -45,6 +45,7 @@ PORTDOCS2= INSTALL README.aruba README.d PORTDOCS= ${PORTDOCS1} ${PORTDOCS2} PORTEXAMPLES= SCHEMA_ACCESS create_db2 create_mssql create_mysql create_oracle.sql create_postgresql +NO_STAGE= yes .include .if ${PORT_OPTIONS:M64BIT} Modified: head/security/base/Makefile ============================================================================== --- head/security/base/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/base/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -26,6 +26,7 @@ DOCS= docs/CHANGELOG docs/CREDITS docs/ OPTIONS_DEFINE= MYSQL PGSQL PDF DOCS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MMYSQL} Modified: head/security/bcrypt/Makefile ============================================================================== --- head/security/bcrypt/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/bcrypt/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -20,6 +20,7 @@ PLIST_FILES= bin/bcrypt OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-patch: Modified: head/security/bcwipe/Makefile ============================================================================== --- head/security/bcwipe/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/bcwipe/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bcwipe -# Date created: Mar 4, 2001 -# Whom: crow -# +# Created by: crow # $FreeBSD$ -# PORTNAME= bcwipe PORTVERSION= 1.9.8 @@ -24,6 +20,7 @@ MAKE_ARGS+= CFLAGS="${CFLAGS}" MAN1= bcwipe.1 PLIST_FILES= bin/bcwipe +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,fprintf(stderr\,string),fprintf(stderr\,\"%s\"\,string),g" ${WRKSRC}/wipe.c @${REINPLACE_CMD} -e "s,if (NULL == mktemp(result)),if (mkstemp(result) == -1),g" ${WRKSRC}/wipe.c Modified: head/security/bdc/Makefile ============================================================================== --- head/security/bdc/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/bdc/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -23,6 +23,7 @@ RESTRICTED= License prohibits redistribu BDREL= 5 +NO_STAGE= yes .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) Modified: head/security/beecrypt/Makefile ============================================================================== --- head/security/beecrypt/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/beecrypt/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: beecrypt -# Date created: Mar 4, 2001 -# Whom: Ying-Chieh Liao -# +# Created by: Ying-Chieh Liao # $FreeBSD$ -# PORTNAME= beecrypt PORTVERSION= 4.2.1 @@ -19,6 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-java USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure .if defined(WITH_OPENMP) Modified: head/security/belier/Makefile ============================================================================== --- head/security/belier/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/belier/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,9 +1,5 @@ -# New ports collection makefile for: belier -# Date created: 1 May 2011 -# Whom: rokaz -# +# Created by: rokaz # $FreeBSD$ -# PORTNAME= belier PORTVERSION= 1.2 @@ -38,4 +34,5 @@ PLIST_DIRS= lib/${PYTHON_VERSION}/site-p USE_PYTHON= 2.6+ USE_PYDISTUTILS= yes +NO_STAGE= yes .include Modified: head/security/bfbtester/Makefile ============================================================================== --- head/security/bfbtester/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/bfbtester/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,6 +1,5 @@ # Created by: Mike Heffner # $FreeBSD$ -# PORTNAME= bfbtester PORTVERSION= 2.0.1 @@ -15,4 +14,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/bfbtester USE_GMAKE= yes +NO_STAGE= yes .include Modified: head/security/binwalk/Makefile ============================================================================== --- head/security/binwalk/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/binwalk/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -28,6 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src +NO_STAGE= yes .include post-install: Modified: head/security/bioapi/Makefile ============================================================================== --- head/security/bioapi/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/bioapi/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,9 +1,5 @@ -# Ports collection makefile for: bioapi -# Date created: 10 January 2006 -# Whom: Fredrik Lindberg -# +# Created by: Fredrik Lindberg # $FreeBSD$ -# PORTNAME= bioapi PORTVERSION= 1.2.2 @@ -24,4 +20,5 @@ CONFIGURE_ARGS= --localstatedir=/var/db/ USE_LDCONFIG= yes +NO_STAGE= yes .include Modified: head/security/blindelephant/Makefile ============================================================================== --- head/security/blindelephant/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/blindelephant/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,9 +1,5 @@ -# New ports collection makefile for: blindelephant -# Date created: 2010-08-19 -# Whom: Niels Heinen -# +# Created by: Niels Heinen # $FreeBSD$ -# PORTNAME= blindelephant PORTVERSION= 1.0 @@ -28,6 +24,7 @@ SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ PORTDOCS= README Blind_Elephant_BlackHat_2010.pdf +NO_STAGE= yes .include post-extract: Modified: head/security/botan/Makefile ============================================================================== --- head/security/botan/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/botan/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -31,6 +31,7 @@ PLIST_FILES= bin/botan-config lib/libbot PORTDOCS= * +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSSL} Modified: head/security/botan110/Makefile ============================================================================== --- head/security/botan110/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/botan110/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -36,6 +36,7 @@ PLIST_FILES= bin/botan-config-1.10 lib/l DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= * +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSSL} Modified: head/security/bro/Makefile ============================================================================== --- head/security/bro/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/bro/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -26,6 +26,7 @@ LBL_CF_DESC= Unix time to formated time/ BROCCOLI_DESC= Build support for libbroccoli communications OPTIONS_EXCLUDE=NLS DOCS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MBROCCOLI} Modified: head/security/bruteblock/Makefile ============================================================================== --- head/security/bruteblock/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/bruteblock/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -23,6 +23,7 @@ CONFDIR= ${PREFIX}/etc/${PORTNAME} PORTDOCS= FAQ README CHANGES +NO_STAGE= yes .include do-install: Modified: head/security/bruteforceblocker/Makefile ============================================================================== --- head/security/bruteforceblocker/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/bruteforceblocker/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -24,6 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/sbin/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf-dist Modified: head/security/bsdsfv/Makefile ============================================================================== --- head/security/bsdsfv/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/bsdsfv/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -15,6 +15,7 @@ PORTDOCS= MANUAL OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-patch: Modified: head/security/bsmtrace/Makefile ============================================================================== --- head/security/bsmtrace/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/bsmtrace/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsmtrace -# Date created: 13 March 2007 -# Whom: alm -# +# Created by: alm # $FreeBSD$ -# PORTNAME= bsmtrace PORTVERSION= 1.3 @@ -26,6 +22,7 @@ LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/p MAKE_ENV+= PCRE=1 .endif +NO_STAGE= yes pre-build: ${REINPLACE_CMD} -e \ 's,/etc/bsmtrace.conf,${PREFIX}/etc/bsmtrace.conf,' \ Modified: head/security/bsp_upektfmess/Makefile ============================================================================== --- head/security/bsp_upektfmess/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/bsp_upektfmess/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -31,6 +31,7 @@ ONLY_FOR_ARCHS= i386 OPTIONS_DEFINE= GUI +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGUI} Modified: head/security/bubblegum/Makefile ============================================================================== --- head/security/bubblegum/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/bubblegum/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,9 +1,5 @@ -# Ports collection Makefile for: bubblegum -# Date created: 5 November 2002 -# Whom: Ben Kibbey -# +# Created by: Ben Kibbey # $FreeBSD$ -# PORTNAME= bubblegum PORTVERSION= 1.12 @@ -19,6 +15,7 @@ MAN1= bubblegum.1 MANCOMPRESSED= no PLIST_FILES= bin/bubblegum +NO_STAGE= yes pre-build: ${CP} ${WRKSRC}/doc/bubblegum.man ${WRKSRC}/doc/bubblegum.1 Modified: head/security/bugs/Makefile ============================================================================== --- head/security/bugs/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/bugs/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -22,6 +22,7 @@ PLIST_SUB= PORTVERSION="${PORTVERSION}" DOCSDIR= ${PREFIX}/${DISTNAME}/doc +NO_STAGE= yes post-configure: (cd ${WRKSRC}; ${MAKE} bsd); ${REINPLACE_CMD} -e 's:^INSTALL_PATH = "/usr/local/bugs-.*":INSTALL_PATH = "${PREFIX}/${DISTNAME}":' ${WRKSRC}/Makefile; Modified: head/security/burpsuite/Makefile ============================================================================== --- head/security/burpsuite/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/burpsuite/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME} PLIST_FILES= bin/${PORTNAME} \ %%JAVAJARDIR%%/${DISTNAME}.jar +NO_STAGE= yes .include # Get BSFEL agreement Modified: head/security/ca_root_nss/Makefile ============================================================================== --- head/security/ca_root_nss/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/ca_root_nss/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,4 +1,3 @@ -# Created by: Brooks Davis # $FreeBSD$ PORTNAME= ca_root_nss @@ -33,6 +32,7 @@ BUNDLE_PROCESSOR= MAca-bundle.pl SUB_FILES= MAca-bundle.pl SUB_LIST= VERSION_NSS=${VERSION_NSS} +NO_STAGE= yes .include .if ${PORT_OPTIONS:METCSYMLINK} Modified: head/security/calife-devel/Makefile ============================================================================== --- head/security/calife-devel/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/calife-devel/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,6 +1,5 @@ # Created by: Thomas Quinot # $FreeBSD$ -# PORTNAME= calife PORTVERSION= 3.0.1 @@ -25,6 +24,7 @@ CONFLICTS?= calife-2.* MAN1= calife.1 MAN5= calife.auth.5 +NO_STAGE= yes post-install: @${INSTALL_DATA} ${WRKSRC}/pam/freebsd5 ${PREFIX}/etc/pam.d/calife.sample @${CAT} ${PKGMESSAGE} Modified: head/security/calife/Makefile ============================================================================== --- head/security/calife/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/calife/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,6 +1,5 @@ # Created by: Thomas Quinot # $FreeBSD$ -# PORTNAME= calife PORTVERSION= 2.8.6.5 @@ -21,4 +20,5 @@ CONFLICTS?= calife-3.* MAN1= calife.1 MAN5= calife.auth.5 +NO_STAGE= yes .include Modified: head/security/ccrypt/Makefile ============================================================================== --- head/security/ccrypt/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/ccrypt/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -11,6 +11,7 @@ MAINTAINER= dev2@heesakkers.info COMMENT= Command-line utility for encrypting and decrypting files and streams USES= gmake +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/security/ccsrch/Makefile ============================================================================== --- head/security/ccsrch/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/ccsrch/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ccsrch -# Date created: 2010-07-21 -# Whom: Pavel I Volkov -# +# Created by: Pavel I Volkov # $FreeBSD$ -# PORTNAME= ccsrch PORTVERSION= 1.0.3 @@ -23,6 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING PORTDOCS= README readme.html PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes .include do-install: Modified: head/security/cfs/Makefile ============================================================================== --- head/security/cfs/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/cfs/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -20,6 +20,7 @@ SUB_FILES= pkg-message SUB_LIST= CFSD_BOOTSTRAP=${CFSD_BOOTSTRAP} PLIST_SUB= CFSD_BOOTSTRAP=${CFSD_BOOTSTRAP} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's/^\.TH SSH/.TH CFSSH/' ${WRKSRC}/cfssh.1 Modified: head/security/cfv/Makefile ============================================================================== --- head/security/cfv/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/cfv/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -18,6 +18,7 @@ MAN1= cfv.1 OPTIONS_DEFINE_i386= PSYCO PSYCO_DESC= Enable devel/py-psyco optimization support +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile Modified: head/security/chaosreader/Makefile ============================================================================== --- head/security/chaosreader/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/chaosreader/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -19,6 +19,7 @@ USE_PERL5= run PLIST_FILES= bin/${PORTNAME} bin/sshkeydata +NO_STAGE= yes post-extract: ${CP} ${DISTDIR}/${PORTNAME}${PORTVERSION} ${WRKDIR}/${PORTNAME} ${CP} ${DISTDIR}/sshkeydata0.20 ${WRKDIR}/sshkeydata Modified: head/security/checkpassword-pam/Makefile ============================================================================== --- head/security/checkpassword-pam/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/checkpassword-pam/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,9 +1,5 @@ -# New ports collection makefile for: checkpassword-pam -# Date created: 30 september 2003 -# Whom: Clement Laforet -# +# Created by: Clement Laforet # $FreeBSD$ -# PORTNAME= checkpassword-pam PORTVERSION= 0.99 @@ -18,4 +14,5 @@ GNU_CONFIGURE= yes MAN8= checkpassword-pam.8 PLIST_FILES= bin/checkpassword-pam +NO_STAGE= yes .include Modified: head/security/checkpassword/Makefile ============================================================================== --- head/security/checkpassword/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/checkpassword/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -20,6 +20,7 @@ INSTALL_TARGET= setup PLIST_FILES= bin/checkpassword PORTDOCS= CHANGES FILES README SYSDEPS TARGETS TODO VERSION +NO_STAGE= yes .include post-patch: Modified: head/security/chkrootkit/Makefile ============================================================================== --- head/security/chkrootkit/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/chkrootkit/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,6 +1,5 @@ # Created by: Luiz Eduardo R. Cordeiro # $FreeBSD$ -# PORTNAME= chkrootkit PORTVERSION= 0.49 @@ -37,6 +36,7 @@ PLIST_FILES= ${ALL_TARGET:C,^,sbin/,} BINMODE= 0700 +NO_STAGE= yes .include .if ${OSVERSION} > 900007 Modified: head/security/chntpw/Makefile ============================================================================== --- head/security/chntpw/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/chntpw/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,9 +1,5 @@ -# New ports collection makefile for: chntpw -# Date created: 25 July 2007 -# Whom: buganini@gmail.com -# +# Created by: buganini@gmail.com # $FreeBSD$ -# PORTNAME= chntpw PORTVERSION= 110511 @@ -25,6 +21,7 @@ PORTDOCS= README.txt WinReg.txt regedit. WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '10 s,/usr,$$\(OPENSSLBASE\),' \ ${WRKSRC}/Makefile Modified: head/security/chroot_safe/Makefile ============================================================================== --- head/security/chroot_safe/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/chroot_safe/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -17,6 +17,7 @@ MAN1= chroot_safe.1 PLIST_FILES= sbin/chroot_safe libexec/chroot_safe/chroot_safe.so PLIST_DIRS= libexec/chroot_safe +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|CXX=g++|CXX?=c++|' \ -e 's|-o chroot_safe.so|chroot_safe.cpp -o chroot_safe.so|' \ Modified: head/security/chrootuid/Makefile ============================================================================== --- head/security/chrootuid/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/chrootuid/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -1,6 +1,5 @@ # Created by: truckman # $FreeBSD$ -# PORTNAME= chrootuid PORTVERSION= 1.3 @@ -14,6 +13,7 @@ COMMENT= Simple wrapper that combines ch MAN8= chrootuid.8 +NO_STAGE= yes do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} Modified: head/security/ckpass/Makefile ============================================================================== --- head/security/ckpass/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/ckpass/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -19,4 +19,5 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/ckpass +NO_STAGE= yes .include Modified: head/security/cksfv/Makefile ============================================================================== --- head/security/cksfv/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/cksfv/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -21,6 +21,7 @@ PORTDOCS= README ChangeLog OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-patch: Modified: head/security/cl-md5-clisp/Makefile ============================================================================== --- head/security/cl-md5-clisp/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/cl-md5-clisp/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -17,5 +17,6 @@ USE_ASDF_FASL= yes FASL_TARGET= clisp FASL_BUILD= yes +NO_STAGE= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Modified: head/security/cl-md5-sbcl/Makefile ============================================================================== --- head/security/cl-md5-sbcl/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/cl-md5-sbcl/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -17,5 +17,6 @@ USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes +NO_STAGE= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Modified: head/security/cl-md5/Makefile ============================================================================== --- head/security/cl-md5/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/cl-md5/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -16,6 +16,7 @@ NO_BUILD= yes USE_ASDF= yes +NO_STAGE= yes do-install: @${MKDIR} ${ASDF_PATHNAME} @${INSTALL_DATA} ${WRKSRC}/*.lisp ${ASDF_PATHNAME} Modified: head/security/clamassassin/Makefile ============================================================================== --- head/security/clamassassin/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/clamassassin/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -23,6 +23,7 @@ OPTIONS_DEFAULT= CLAMDSCAN CLAMDSCAN_DESC= Scanning using clamd SUBREWRITE_DESC= Mail subject rewriting +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCLAMDSCAN} Modified: head/security/clamav-devel/Makefile ============================================================================== --- head/security/clamav-devel/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/clamav-devel/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -128,6 +128,7 @@ PLIST_SUB+= CLAMAVUSER=${CLAMAVUSER} \ PORTSCOUT= ignore:1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MLLVM} && ( ${ARCH} == "i386" || ${ARCH} == "amd64" ) Modified: head/security/clamav-milter/Makefile ============================================================================== --- head/security/clamav-milter/Makefile Fri Sep 20 22:52:20 2013 (r327768) +++ head/security/clamav-milter/Makefile Fri Sep 20 22:55:24 2013 (r327769) @@ -10,4 +10,5 @@ LATEST_LINK= clamav-milter CONFLICTS= clamav-[0-9]* clamav-devel-[0-9]* +NO_STAGE= yes .include "${MASTERDIR}/Makefile" *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 22:57:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4083D3D5; Fri, 20 Sep 2013 22:57:33 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1F62A2788; Fri, 20 Sep 2013 22:57:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KMvWc4084186; Fri, 20 Sep 2013 22:57:32 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KMvOvx084129; Fri, 20 Sep 2013 22:57:24 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202257.r8KMvOvx084129@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 22:57:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327770 - in head/shells: 44bsd-csh ambit bash bash-completion bash-devel bash-static bash-static-devel bashc ch dash es esh fd fish flash heirloom-sh ibsh jailkit ksh93 lshell mksh nol... 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.14 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: Fri, 20 Sep 2013 22:57:33 -0000 Author: bapt Date: Fri Sep 20 22:57:23 2013 New Revision: 327770 URL: http://svnweb.freebsd.org/changeset/ports/327770 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: shells) Modified: head/shells/44bsd-csh/Makefile head/shells/ambit/Makefile head/shells/bash-completion/Makefile head/shells/bash-devel/Makefile head/shells/bash-static-devel/Makefile head/shells/bash-static/Makefile head/shells/bash/Makefile head/shells/bashc/Makefile head/shells/ch/Makefile head/shells/dash/Makefile head/shells/es/Makefile head/shells/esh/Makefile head/shells/fd/Makefile head/shells/fish/Makefile head/shells/flash/Makefile head/shells/heirloom-sh/Makefile head/shells/ibsh/Makefile head/shells/jailkit/Makefile head/shells/ksh93/Makefile head/shells/lshell/Makefile head/shells/mksh/Makefile head/shells/nologinmsg/Makefile head/shells/osh/Makefile head/shells/p5-Bash-Completion/Makefile head/shells/p5-Shell-Perl/Makefile head/shells/p5-Term-ShellUI/Makefile head/shells/pdksh/Makefile head/shells/pear-PHP_Shell/Makefile head/shells/psh/Makefile head/shells/rc/Makefile head/shells/rssh/Makefile head/shells/sash/Makefile head/shells/scponly/Makefile head/shells/shell-include/Makefile head/shells/tcsh_nls/Makefile head/shells/tcshrc/Makefile head/shells/v7sh/Makefile head/shells/viewglob/Makefile head/shells/vshnu/Makefile head/shells/wapsh/Makefile head/shells/zoidberg/Makefile head/shells/zsh/Makefile Modified: head/shells/44bsd-csh/Makefile ============================================================================== --- head/shells/44bsd-csh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/44bsd-csh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: csh -# Date created: 23 January 2000 -# Whom: David O'Brien -# +# Created by: David O'Brien # $FreeBSD$ -# PORTNAME= 44bsd-csh PORTVERSION= 20001106 PORTREVISION= 3 @@ -20,6 +15,7 @@ USE_BZIP2= yes NO_WRKSUBDIR= yes MAN1= 44bsd-csh.1 PORTDOCS= paper.ascii.gz +NO_STAGE= yes post-extract: cd ${WRKSRC} ; co RCS/*,v; chmod u+w * cd ${WRKSRC}/USD.doc ; co RCS/*,v Modified: head/shells/ambit/Makefile ============================================================================== --- head/shells/ambit/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/ambit/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ambit -# Date created: 2011-08-09 -# Whom: Sascha Klauder -# +# Created by: Sascha Klauder # $FreeBSD$ -# PORTNAME= ambit PORTVERSION= 2.0.39 @@ -27,6 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER PLIST_SUB= AMBITDIR=${AMBITDIR} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e "s!/bin/bash!${LOCALBASE}/bin/bash!" \ Modified: head/shells/bash-completion/Makefile ============================================================================== --- head/shells/bash-completion/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/bash-completion/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,7 +1,5 @@ -# Created by: kirk@strauser.com -# +# Created by: kirk@strauser.com # $FreeBSD$ -# PORTNAME= bash-completion PORTVERSION= 2.1 @@ -29,6 +27,7 @@ SUB_FILES= pkg-message SUB_LIST+= RUNFILE=${DATADIR}/bash_completion.sh PORTDOCS= * +NO_STAGE= yes .include post-patch: Modified: head/shells/bash-devel/Makefile ============================================================================== --- head/shells/bash-devel/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/bash-devel/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -33,6 +33,7 @@ HELP_DESC= Enable builtin help USES= bison +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIMPLICITCD} Modified: head/shells/bash-static-devel/Makefile ============================================================================== --- head/shells/bash-static-devel/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/bash-static-devel/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -5,4 +5,5 @@ MASTERDIR= ${.CURDIR}/../../shells/bash- OPTIONS_SLAVE= STATIC +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/shells/bash-static/Makefile ============================================================================== --- head/shells/bash-static/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/bash-static/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,8 +1,9 @@ -# Created by: Emanuel Haupt +# Created by: Emanuel Haupt # $FreeBSD$ MASTERDIR= ${.CURDIR}/../../shells/bash OPTIONS_SLAVE= STATIC +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/shells/bash/Makefile ============================================================================== --- head/shells/bash/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/bash/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -34,6 +34,7 @@ HELP_DESC= Install the help files USES+= bison +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIMPLICITCD} Modified: head/shells/bashc/Makefile ============================================================================== --- head/shells/bashc/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/bashc/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -18,6 +18,7 @@ PLIST_FILES= bin/bashc \ etc/bash_commander \ etc/bash_dialog +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|autoconf|${TRUE}|' ${WRKSRC}/Makefile.in Modified: head/shells/ch/Makefile ============================================================================== --- head/shells/ch/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/ch/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ch -# Date created: 2 August 2006 -# Whom: conrads@cox.net -# +# Created by: conrads@cox.net # $FreeBSD$ -# PORTNAME= ch PORTVERSION= 7.0.0 @@ -27,6 +23,7 @@ MAN1= installpkg.1 strconcat.1 strjoin. MAN1PREFIX= ${PREFIX}/${PORTNAME}/docs MANCOMPRESSED= no +NO_STAGE= yes .include post-extract: Modified: head/shells/dash/Makefile ============================================================================== --- head/shells/dash/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/dash/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -16,6 +16,7 @@ USES= gmake PLIST_FILES= bin/dash MAN1= dash.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \ ${WRKSRC}/src/Makefile.in Modified: head/shells/es/Makefile ============================================================================== --- head/shells/es/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/es/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -20,4 +20,5 @@ ALL_TARGET= es MAN1= es.1 PLIST_FILES= bin/es +NO_STAGE= yes .include Modified: head/shells/esh/Makefile ============================================================================== --- head/shells/esh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/esh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -18,6 +18,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" INFO= esh +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's||| ; \ Modified: head/shells/fd/Makefile ============================================================================== --- head/shells/fd/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/fd/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# New ports collection makefile for: FDclone -# Date created: 20 Feb 1996 -# Whom: Nobuhiro Yasutomi -# +# Created by: Nobuhiro Yasutomi # $FreeBSD$ -# PORTNAME= fd PORTVERSION= 3.01a @@ -32,6 +28,7 @@ DOCS_JA= FAQ \ TECHKNOW \ ToAdmin +NO_STAGE= yes post-configure: ${REINPLACE_CMD} -E -e 's|^(#[[:space:]]*define[[:space:]]+EXTENDCCOPT[[:space:]]+"([^"]+ )?)-O(["[:space:]])|\1${CFLAGS}\3|' ${WRKSRC}/machine.h Modified: head/shells/fish/Makefile ============================================================================== --- head/shells/fish/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/fish/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -24,6 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -pthread MAN1= fish.1 fish_indent.1 fish_pager.1 fishd.1 mimedb.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/shells/flash/Makefile ============================================================================== --- head/shells/flash/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/flash/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flash -# Date created: 11 Dec 1999 -# Whom: Will Andrews -# +# Created by: Will Andrews # $FreeBSD$ -# PORTNAME= flash PORTVERSION= 0.9.5 @@ -29,6 +25,7 @@ DATA= system.bg.Netsoc.3 system.bg.Nets system.maillogin system.module system.module.9798 system.rc \ system.rc.mailshell +NO_STAGE= yes post-patch: .for file in ${SCRIPT} @${REINPLACE_CMD} -e "s:/usr/slocal:${PREFIX}:g" ${WRKSRC}/orcasetup/${file} Modified: head/shells/heirloom-sh/Makefile ============================================================================== --- head/shells/heirloom-sh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/heirloom-sh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# Ports collection makefile for: heirloom-sh -# Date created: 2008-03-28 -# Whom: Danijel Tasov -# +# Created by: Danijel Tasov # $FreeBSD$ -# PORTNAME= heirloom-sh PORTVERSION= 050706 @@ -21,6 +17,7 @@ PORTDOCS= CALDERA.LICENSE OPENSOLARIS.LI PKGINSTALL= pkg-install PKGDEINSTALL= pkg-deinstall +NO_STAGE= yes do-build: cd ${WRKSRC} && make Modified: head/shells/ibsh/Makefile ============================================================================== --- head/shells/ibsh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/ibsh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ibsh -# Date created: 1 Oct 2005 -# Whom: Vaida Bogdan -# +# Created by: Vaida Bogdan # $FreeBSD$ -# PORTNAME= ibsh PORTVERSION= 0.3e @@ -21,6 +17,7 @@ SUB_FILES= pkg-message PORTDOCS= AUTHORS BUGS CONTRIBUTORS COPYING COPYRIGHT ChangeLog \ INSTALL README TODO VERSION +NO_STAGE= yes .include post-patch: Modified: head/shells/jailkit/Makefile ============================================================================== --- head/shells/jailkit/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/jailkit/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -32,6 +32,7 @@ MANCOMPRESSED= yes PORTDOCS= COPYRIGHT README.txt +NO_STAGE= yes .include post-install: Modified: head/shells/ksh93/Makefile ============================================================================== --- head/shells/ksh93/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/ksh93/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -36,6 +36,7 @@ MAN1= ksh93.1 INITVERSION= 2013-05-24 KSHVERSION= 2012-08-01 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSTATIC} Modified: head/shells/lshell/Makefile ============================================================================== --- head/shells/lshell/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/lshell/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# New ports collection makefile for: lshell -# Date created: 2009-08-01 -# Whom: Sylvio Cesar -# +# Created by: Sylvio Cesar # $FreeBSD$ -# PORTNAME= lshell PORTVERSION= 0.9.15.1 @@ -22,6 +18,7 @@ MAN1= lshell.1 PORTDOCS= CHANGES COPYING README +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g; \ s|share/man|${LOCALBASE}/man|g; 45d' ${WRKSRC}/setup.py Modified: head/shells/mksh/Makefile ============================================================================== --- head/shells/mksh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/mksh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= mksh.1 +NO_STAGE= yes .include do-build: Modified: head/shells/nologinmsg/Makefile ============================================================================== --- head/shells/nologinmsg/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/nologinmsg/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,10 +1,5 @@ -# Ports collection makefile for: nologinmsg -# Whom: Richard Rose -# Date created: 20020710 -# +# Created by: Richard Rose # $FreeBSD$ -# -# The port is self contained in the src directory PORTNAME= nologinmsg PORTVERSION= 1.0 @@ -18,6 +13,7 @@ COMMENT= More functional native binary r MAN8= nologinmsg.8 MANCOMPRESSED= yes +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} .for i in Makefile nologinmsg.c nologinmsg.8 pathnames.h Modified: head/shells/osh/Makefile ============================================================================== --- head/shells/osh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/osh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -18,6 +18,7 @@ MAN1= fd2.1 goto.1 if.1 osh.1 sh6.1 glo PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes .include post-patch: Modified: head/shells/p5-Bash-Completion/Makefile ============================================================================== --- head/shells/p5-Bash-Completion/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/p5-Bash-Completion/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -31,6 +31,7 @@ MAN3= App::BashComplete.3 \ Bash::Completion::Request.3 \ Bash::Completion::Utils.3 +NO_STAGE= yes .include .if ${PERL_LEVEL} < 501400 Modified: head/shells/p5-Shell-Perl/Makefile ============================================================================== --- head/shells/p5-Shell-Perl/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/p5-Shell-Perl/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -27,4 +27,5 @@ USE_PERL5= configure MAN1= pirl.1 MAN3= Shell::Perl.3 Shell::Perl::Dumper.3 +NO_STAGE= yes .include Modified: head/shells/p5-Term-ShellUI/Makefile ============================================================================== --- head/shells/p5-Term-ShellUI/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/p5-Term-ShellUI/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -20,6 +20,7 @@ USE_PERL5= configure MAN3= Term::ShellUI.3 \ Text::Shellwords::Cursor.3 +NO_STAGE= yes post-install: .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR}/ Modified: head/shells/pdksh/Makefile ============================================================================== --- head/shells/pdksh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/pdksh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -22,6 +22,7 @@ LICENSE= BSD GNU_CONFIGURE= yes MAN1= ksh.1 +NO_STAGE= yes .include .if ${OSVERSION} >= 1000039 Modified: head/shells/pear-PHP_Shell/Makefile ============================================================================== --- head/shells/pear-PHP_Shell/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/pear-PHP_Shell/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-PHP_Shell -# Date created: 05 August 2007 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= PHP_Shell PORTVERSION= 0.3.2 @@ -19,6 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/shells/psh/Makefile ============================================================================== --- head/shells/psh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/psh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -84,6 +84,7 @@ MAN3= Psh::Builtins::Alias.3 \ Psh::Strategy::Perlfunc_heavy.3 \ Psh::Strategy::Perlscript.3 +NO_STAGE= yes post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL Modified: head/shells/rc/Makefile ============================================================================== --- head/shells/rc/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/rc/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -18,6 +18,7 @@ MAN1= history.1 rc.1 OPTIONS_DEFINE= READLINE +NO_STAGE= yes .include .if ${PORT_OPTIONS:MREADLINE} Modified: head/shells/rssh/Makefile ============================================================================== --- head/shells/rssh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/rssh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -17,6 +17,7 @@ MAN5= rssh.conf.5 OPTIONS_DEFINE= RDIST RDIST_DESC= rdist support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MRDIST} Modified: head/shells/sash/Makefile ============================================================================== --- head/shells/sash/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/sash/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,4 +1,4 @@ -# Created by: Patrick Gardella +# Created by: Patrick Gardella # $FreeBSD$ PORTNAME= sash @@ -11,6 +11,7 @@ COMMENT= A Stand-Alone shell combining m MAN1= sash.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sash ${PREFIX}/bin/sash ${INSTALL_MAN} ${WRKSRC}/sash.1 ${MAN1PREFIX}/man/man1/sash.1 Modified: head/shells/scponly/Makefile ============================================================================== --- head/shells/scponly/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/scponly/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -32,6 +32,7 @@ SVNSERVE_DESC= Suversion support for svn UNISON_DESC= Unisson support WINSCP_DESC= WinSCP support +NO_STAGE= yes .include .if(!exists(/usr/bin/sftp)) Modified: head/shells/shell-include/Makefile ============================================================================== --- head/shells/shell-include/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/shell-include/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -21,6 +21,7 @@ MAN7= shell-include.7 WRKSRC= ${WRKDIR}/${DISTNAME} #nothing to configure +NO_STAGE= yes do-configure: @${ECHO} -n Modified: head/shells/tcsh_nls/Makefile ============================================================================== --- head/shells/tcsh_nls/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/tcsh_nls/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tcsh_nls -# Date created: 14 Feb 2006 -# Whom: Hajimu UMEMOTO -# +# Created by: Hajimu UMEMOTO # $FreeBSD$ -# PORTNAME= tcsh_nls PORTVERSION= 1.0 @@ -61,6 +57,7 @@ NLS_CATALOGS= de_DE.ISO8859-1:de_AT.UTF- uk_UA.KOI8-U:uk_UA.ISO8859-5 \ uk_UA.KOI8-U:uk_UA.UTF-8 \ +NO_STAGE= yes do-fetch: @${DO_NADA} Modified: head/shells/tcshrc/Makefile ============================================================================== --- head/shells/tcshrc/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/tcshrc/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tcshrc -# Date created: 2003-09-09 -# Whom: Sean Chittenden -# +# Created by: Sean Chittenden # $FreeBSD$ -# PORTNAME= tcshrc PORTVERSION= 1.6.2 @@ -20,6 +16,7 @@ NO_BUILD= yes INSTALL_TARGET= systeminstall MAKE_ARGS= BIN=${LOCALBASE}/bin SHARETCSHRC=${DATADIR} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's#/usr/share#${PREFIX}/share#g' \ ${WRKSRC}/tcshrc_config Modified: head/shells/v7sh/Makefile ============================================================================== --- head/shells/v7sh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/v7sh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# New ports collection makefile for: v7sh -# Date created: 4 June 2004 -# Whom: Cyrille.Lefevre@laposte.net -# +# Created by: Cyrille.Lefevre@laposte.net # $FreeBSD$ -# PORTNAME= v7sh PORTVERSION= 1.0 @@ -37,6 +33,7 @@ SYSIII_DESC= System III enhancements RENO_DESC= 4.3BSD-Reno enhancements ULTRIX_DESC= Ultrix 3.1 enhancements +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSYSIII} Modified: head/shells/viewglob/Makefile ============================================================================== --- head/shells/viewglob/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/viewglob/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -20,4 +20,5 @@ GNU_CONFIGURE= yes MAN1= vgd.1 vgseer.1 viewglob.1 +NO_STAGE= yes .include Modified: head/shells/vshnu/Makefile ============================================================================== --- head/shells/vshnu/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/vshnu/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -16,4 +16,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_STAGE= yes .include Modified: head/shells/wapsh/Makefile ============================================================================== --- head/shells/wapsh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/wapsh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wapsh -# Date created: 13 January 2001 -# Whom: George Reid -# +# Created by: George Reid # $FreeBSD$ -# PORTNAME= wapsh PORTVERSION= 1.0.1 @@ -42,6 +38,7 @@ HTDOCS= command.php command_html.inc co login_html.php login_wml.php scroll_wml.php \ shortcuts_wml.php index.html +NO_STAGE= yes .include .if ${OSVERSION} > 900007 Modified: head/shells/zoidberg/Makefile ============================================================================== --- head/shells/zoidberg/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/zoidberg/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -51,6 +51,7 @@ MAN3= Bundle::Zoidberg.3 \ Zoidberg::Utils::GetOpt.3 \ Zoidberg::Utils::Output.3 +NO_STAGE= yes post-install: @${ECHO_CMD} ${PREFIX}/bin/zoid >> /etc/shells Modified: head/shells/zsh/Makefile ============================================================================== --- head/shells/zsh/Makefile Fri Sep 20 22:55:24 2013 (r327769) +++ head/shells/zsh/Makefile Fri Sep 20 22:57:23 2013 (r327770) @@ -71,6 +71,7 @@ STATIC_CONFIGURE_OFF= --enable-dynamic DEBUG_CONFIGURE_ENABLE= zsh-debug MULTIBYTE_CONFIGURE_ENABLE= multibyte +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSTATIC} From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 22:58:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E0CC1779; Fri, 20 Sep 2013 22:58:38 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CDC4227D4; Fri, 20 Sep 2013 22:58:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KMwc3v084549; Fri, 20 Sep 2013 22:58:38 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KMwc1A084548; Fri, 20 Sep 2013 22:58:38 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202258.r8KMwc1A084548@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 22:58:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327771 - head/audio/gstreamer-plugins-a52dec 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.14 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: Fri, 20 Sep 2013 22:58:39 -0000 Author: bapt Date: Fri Sep 20 22:58:38 2013 New Revision: 327771 URL: http://svnweb.freebsd.org/changeset/ports/327771 Log: Fix NO_STAGE Modified: head/audio/gstreamer-plugins-a52dec/Makefile Modified: head/audio/gstreamer-plugins-a52dec/Makefile ============================================================================== --- head/audio/gstreamer-plugins-a52dec/Makefile Fri Sep 20 22:57:23 2013 (r327770) +++ head/audio/gstreamer-plugins-a52dec/Makefile Fri Sep 20 22:58:38 2013 (r327771) @@ -1,5 +1,4 @@ # Created by: Michael Johnson -NO_STAGE= yes # $FreeBSD$ # $MCom: ports/audio/gstreamer-plugins-a52dec/Makefile,v 1.5 2008/03/19 14:05:28 ahze Exp $ From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 23:06:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B5598A11; Fri, 20 Sep 2013 23:06:15 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F850284A; Fri, 20 Sep 2013 23:06:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KN6F3Z002552; Fri, 20 Sep 2013 23:06:15 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KN60aP002433; Fri, 20 Sep 2013 23:06:00 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202306.r8KN60aP002433@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 23:06:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327772 - in head/sysutils: 3dm 44bsd-more 915resolution DTraceToolkit LPRng LPRngTool abck abgx360 abgx360gui acpi_call acpica-tools adtool afbinit afflib afio agedu ah-tty aimage aird... 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.14 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: Fri, 20 Sep 2013 23:06:15 -0000 Author: bapt Date: Fri Sep 20 23:05:58 2013 New Revision: 327772 URL: http://svnweb.freebsd.org/changeset/ports/327772 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) Modified: head/sysutils/3dm/Makefile head/sysutils/44bsd-more/Makefile head/sysutils/915resolution/Makefile head/sysutils/DTraceToolkit/Makefile head/sysutils/LPRng/Makefile head/sysutils/LPRngTool/Makefile head/sysutils/abck/Makefile head/sysutils/abgx360/Makefile head/sysutils/abgx360gui/Makefile head/sysutils/acpi_call/Makefile head/sysutils/acpica-tools/Makefile head/sysutils/adtool/Makefile head/sysutils/afbinit/Makefile head/sysutils/afflib/Makefile head/sysutils/afio/Makefile head/sysutils/agedu/Makefile head/sysutils/ah-tty/Makefile head/sysutils/aimage/Makefile head/sysutils/aird/Makefile head/sysutils/am-utils/Makefile head/sysutils/amrstat/Makefile head/sysutils/anacron/Makefile head/sysutils/and/Makefile head/sysutils/ansible/Makefile head/sysutils/anteater/Makefile head/sysutils/apachetop/Makefile head/sysutils/apcpwr/Makefile head/sysutils/apcupsd/Makefile head/sysutils/apt/Makefile head/sysutils/arcconf/Makefile head/sysutils/archivemount/Makefile head/sysutils/areca-cli/Makefile head/sysutils/asapm/Makefile head/sysutils/ascpu/Makefile head/sysutils/asfsm/Makefile head/sysutils/asmem/Makefile head/sysutils/asmon/Makefile head/sysutils/asr-utils/Makefile head/sysutils/asusoled/Makefile head/sysutils/ataidle/Makefile head/sysutils/atitvout/Makefile head/sysutils/atop/Makefile head/sysutils/auto-admin/Makefile head/sysutils/autojump/Makefile head/sysutils/automount/Makefile head/sysutils/automounter/Makefile head/sysutils/autopsy/Makefile head/sysutils/b43-fwcutter/Makefile head/sysutils/backupme/Makefile head/sysutils/backuppc/Makefile head/sysutils/bacula-bat/Makefile head/sysutils/bacula-client-static/Makefile head/sysutils/bacula-client/Makefile head/sysutils/bacula-docs/Makefile head/sysutils/bacula-server/Makefile head/sysutils/bashburn/Makefile head/sysutils/batmon/Makefile head/sysutils/battfink/Makefile head/sysutils/battmond/Makefile head/sysutils/battray/Makefile head/sysutils/bbapm/Makefile head/sysutils/bbcp/Makefile head/sysutils/bchunk/Makefile head/sysutils/be_agent/Makefile head/sysutils/biosfont/Makefile head/sysutils/bkpupsd/Makefile head/sysutils/bksh/Makefile head/sysutils/blimitd/Makefile head/sysutils/bontmia/Makefile head/sysutils/boxbackup-devel/Makefile head/sysutils/boxbackup/Makefile head/sysutils/brasero/Makefile head/sysutils/brebis/Makefile head/sysutils/bsd-splash-changer/Makefile head/sysutils/bsdadminscripts/Makefile head/sysutils/bsdconfig/Makefile head/sysutils/bsdcrashtar/Makefile head/sysutils/bsdhwmon/Makefile head/sysutils/bsdinfo/Makefile head/sysutils/bsdmoted/Makefile head/sysutils/bsdstats/Makefile head/sysutils/bubblemon-dockapp/Makefile head/sysutils/bubblemon2/Makefile head/sysutils/bulk_extractor/Makefile head/sysutils/busybox-unstable/Makefile head/sysutils/busybox/Makefile head/sysutils/byobu/Makefile head/sysutils/cbsd/Makefile head/sysutils/ccd2iso/Makefile head/sysutils/cciss_vol_status/Makefile head/sysutils/ccze/Makefile head/sysutils/cdargs/Makefile head/sysutils/cdbkup/Makefile head/sysutils/cdeploy/Makefile head/sysutils/cdf/Makefile head/sysutils/cdircmp/Makefile head/sysutils/cdls/Makefile head/sysutils/cdrdao/Makefile head/sysutils/cdrkit/Makefile head/sysutils/cdroot/Makefile head/sysutils/cdrtools-devel/Makefile head/sysutils/cdrtools/Makefile head/sysutils/cfengine-devel/Makefile head/sysutils/cfengine/Makefile head/sysutils/cfengine22/Makefile head/sysutils/cfengine32/Makefile head/sysutils/cfengine33/Makefile head/sysutils/cfengine34/Makefile head/sysutils/cfengine35/Makefile head/sysutils/chgrep/Makefile head/sysutils/ciso/Makefile head/sysutils/ck4up/Makefile head/sysutils/ckl/Makefile head/sysutils/clean/Makefile head/sysutils/clockspeed-conf/Makefile head/sysutils/clockspeed/Makefile head/sysutils/clone/Makefile head/sysutils/clonehdd/Makefile head/sysutils/cloop-utils/Makefile head/sysutils/cmdwatch/Makefile head/sysutils/cmospwd/Makefile head/sysutils/cog/Makefile head/sysutils/colorize/Makefile head/sysutils/comconsole/Makefile head/sysutils/comiccron/Makefile head/sysutils/condor/Makefile head/sysutils/confctl/Makefile head/sysutils/confman/Makefile head/sysutils/conky-awesome/Makefile head/sysutils/conky/Makefile head/sysutils/consolehm/Makefile head/sysutils/consolekit/Makefile head/sysutils/contool/Makefile head/sysutils/copytape/Makefile head/sysutils/coreutils/Makefile head/sysutils/cotty/Makefile head/sysutils/cpdup/Makefile head/sysutils/cpu/Makefile head/sysutils/cpuburn/Makefile head/sysutils/cpulimit/Makefile head/sysutils/cpupowerd/Makefile head/sysutils/cramfs/Makefile head/sysutils/crashme/Makefile head/sysutils/createrepo/Makefile head/sysutils/cromwell/Makefile head/sysutils/cronolog-devel/Makefile head/sysutils/curly/Makefile head/sysutils/cvsweb-converters/Makefile head/sysutils/cw/Makefile head/sysutils/daa2iso/Makefile head/sysutils/dae/Makefile head/sysutils/daedalus/Makefile head/sysutils/dar/Makefile head/sysutils/dc3dd/Makefile head/sysutils/dcfldd/Makefile head/sysutils/dd_rescue/Makefile head/sysutils/ddpt/Makefile head/sysutils/ddrescue/Makefile head/sysutils/debhelper/Makefile head/sysutils/debootstrap/Makefile head/sysutils/decomment/Makefile head/sysutils/deltup/Makefile head/sysutils/desktop-installer/Makefile head/sysutils/detach/Makefile head/sysutils/detox/Makefile head/sysutils/devcpu-data/Makefile head/sysutils/devstat/Makefile head/sysutils/dfc/Makefile head/sysutils/di/Makefile head/sysutils/dim/Makefile head/sysutils/dircomp/Makefile head/sysutils/dirdiff/Makefile head/sysutils/dirvish/Makefile head/sysutils/diskcheckd/Makefile head/sysutils/diskscrub/Makefile head/sysutils/disktool/Makefile head/sysutils/disktype/Makefile head/sysutils/djmount/Makefile head/sysutils/dmg2img/Makefile head/sysutils/dmidecode/Makefile head/sysutils/doinkd/Makefile head/sysutils/dolly/Makefile head/sysutils/downtime/Makefile head/sysutils/downtimed/Makefile head/sysutils/dt/Makefile head/sysutils/dtc/Makefile head/sysutils/dtpstree/Makefile head/sysutils/du2ps/Makefile head/sysutils/duff/Makefile head/sysutils/duplicity/Makefile head/sysutils/duply/Makefile head/sysutils/dupmerge/Makefile head/sysutils/dvd+rw-tools/Makefile head/sysutils/dvdbackup/Makefile head/sysutils/dvdimagecmp/Makefile head/sysutils/dvdisaster/Makefile head/sysutils/dvdvideo/Makefile head/sysutils/dvtm/Makefile head/sysutils/dwatch/Makefile head/sysutils/e2fsprogs/Makefile head/sysutils/easypbi/Makefile head/sysutils/ec2-scripts/Makefile head/sysutils/edid-decode/Makefile head/sysutils/eiciel/Makefile head/sysutils/eject/Makefile head/sysutils/endian/Makefile head/sysutils/enteruser/Makefile head/sysutils/entr/Makefile head/sysutils/env4801/Makefile head/sysutils/epylog/Makefile head/sysutils/eroaster/Makefile head/sysutils/etcmerge/Makefile head/sysutils/etcupdate/Makefile head/sysutils/eventlog/Makefile head/sysutils/evtviewer/Makefile head/sysutils/exfat-utils/Makefile head/sysutils/extipl/Makefile head/sysutils/ezjail/Makefile head/sysutils/fanout/Makefile head/sysutils/farbot/Makefile head/sysutils/fastest_cvsup/Makefile head/sysutils/fatback/Makefile head/sysutils/fconfig/Makefile head/sysutils/fcron/Makefile head/sysutils/fdupes/Makefile head/sysutils/feather/Makefile head/sysutils/fetchlog/Makefile head/sysutils/ffs2recov/Makefile head/sysutils/file/Makefile head/sysutils/filedupe/Makefile head/sysutils/filelight-kde4/Makefile head/sysutils/fileprune/Makefile head/sysutils/fileschanged/Makefile head/sysutils/filetype/Makefile head/sysutils/filewatcherd/Makefile head/sysutils/finfo/Makefile head/sysutils/flasher/Makefile head/sysutils/flashrom/Makefile head/sysutils/flexbackup/Makefile head/sysutils/flock/Makefile head/sysutils/flog/Makefile head/sysutils/flyback/Makefile head/sysutils/fonteditfs/Makefile head/sysutils/foremost/Makefile head/sysutils/fortunelock/Makefile head/sysutils/fpart/Makefile head/sysutils/fpc-syslog/Makefile head/sysutils/fpc-users/Makefile head/sysutils/fpc-utmp/Makefile head/sysutils/fpc-uuid/Makefile head/sysutils/fpkg/Makefile head/sysutils/freebsd-snapshot/Makefile head/sysutils/freecolor/Makefile head/sysutils/freedt/Makefile head/sysutils/freeipmi/Makefile head/sysutils/freesbie/Makefile head/sysutils/freqsdwn/Makefile head/sysutils/froxlor/Makefile head/sysutils/fsbackup/Makefile head/sysutils/fsc/Makefile head/sysutils/fstyp/Makefile head/sysutils/ftwin/Makefile head/sysutils/fusefs-afuse/Makefile head/sysutils/fusefs-chironfs/Makefile head/sysutils/fusefs-cryptofs/Makefile head/sysutils/fusefs-curlftpfs/Makefile head/sysutils/fusefs-encfs/Makefile head/sysutils/fusefs-exfat/Makefile head/sysutils/fusefs-ext4fuse/Makefile head/sysutils/fusefs-funionfs/Makefile head/sysutils/fusefs-fur/Makefile head/sysutils/fusefs-fusepak/Makefile head/sysutils/fusefs-fusexmp_fh/Makefile head/sysutils/fusefs-gnome-vfs/Makefile head/sysutils/fusefs-gstfs/Makefile head/sysutils/fusefs-gunzip/Makefile head/sysutils/fusefs-httpfs/Makefile head/sysutils/fusefs-ifuse/Makefile head/sysutils/fusefs-kmod/Makefile head/sysutils/fusefs-libs/Makefile head/sysutils/fusefs-mhddfs/Makefile head/sysutils/fusefs-mp3fs/Makefile head/sysutils/fusefs-ntfs/Makefile head/sysutils/fusefs-pod/Makefile head/sysutils/fusefs-rar2fs/Makefile head/sysutils/fusefs-s3fs/Makefile head/sysutils/fusefs-smbnetfs/Makefile head/sysutils/fusefs-sqlfs/Makefile head/sysutils/fusefs-sshfs/Makefile head/sysutils/fusefs-unionfs/Makefile head/sysutils/fusefs-wdfs/Makefile head/sysutils/fusefs-wikipediafs/Makefile head/sysutils/fusefs-zip/Makefile head/sysutils/fvcool/Makefile head/sysutils/gaffitter/Makefile head/sysutils/gai-leds/Makefile head/sysutils/ganglia-monitor-core/Makefile head/sysutils/ganglia-webfrontend/Makefile head/sysutils/gapcmon/Makefile head/sysutils/garcon/Makefile head/sysutils/gather/Makefile head/sysutils/gcdmaster/Makefile head/sysutils/gcombust/Makefile head/sysutils/gconf-editor/Makefile head/sysutils/gdisk/Makefile head/sysutils/gdmap/Makefile head/sysutils/geomWatch/Makefile head/sysutils/geomgui/Makefile head/sysutils/getdelta/Makefile head/sysutils/geteltorito/Makefile head/sysutils/gigolo/Makefile head/sysutils/gkfreq/Makefile head/sysutils/gkleds2/Makefile head/sysutils/gkrellfire/Makefile head/sysutils/gkrellflynn/Makefile head/sysutils/gkrellm-trayicons/Makefile head/sysutils/gkrellm/Makefile head/sysutils/gkrellm2/Makefile head/sysutils/gkrellmwho2/Makefile head/sysutils/gkrelltop/Makefile head/sysutils/gksu/Makefile head/sysutils/gnome-control-center/Makefile head/sysutils/gnome-device-manager/Makefile head/sysutils/gnome-mount/Makefile head/sysutils/gnome-pkgview/Makefile head/sysutils/gnome-power-manager/Makefile head/sysutils/gnome-schedule/Makefile head/sysutils/gnome-settings-daemon/Makefile head/sysutils/gnome-system-monitor/Makefile head/sysutils/gnome-system-tools/Makefile head/sysutils/gnome_subr/Makefile head/sysutils/gnomebaker/Makefile head/sysutils/goaccess/Makefile head/sysutils/gosa/Makefile head/sysutils/gpart/Makefile head/sysutils/gpkgdep/Makefile head/sysutils/gpte/Makefile head/sysutils/graid5/Makefile head/sysutils/graphicboot/Makefile head/sysutils/graveman/Makefile head/sysutils/grok/Makefile head/sysutils/grub2/Makefile head/sysutils/gsmartcontrol/Makefile head/sysutils/gstopd/Makefile head/sysutils/gstreamer-plugins-cdio/Makefile head/sysutils/gstreamer-plugins-hal/Makefile head/sysutils/gstreamer1-plugins-cdio/Makefile head/sysutils/gtk-imonc/Makefile head/sysutils/gtk-send-pr/Makefile head/sysutils/gupsc/Makefile head/sysutils/hachoir-metadata/Makefile head/sysutils/hachoir-subfile/Makefile head/sysutils/hachoir-urwid/Makefile head/sysutils/hachoir-wx/Makefile head/sysutils/hal-info/Makefile head/sysutils/hal/Makefile head/sysutils/hammerhead/Makefile head/sysutils/hardlink/Makefile head/sysutils/hatop/Makefile head/sysutils/hdrecover/Makefile head/sysutils/hdup/Makefile head/sysutils/healthd/Makefile head/sysutils/heartbeat/Makefile head/sysutils/heirloom/Makefile head/sysutils/hextools/Makefile head/sysutils/hfsexplorer/Makefile head/sysutils/hfsutils/Makefile head/sysutils/hidesvn/Makefile head/sysutils/highlnk/Makefile head/sysutils/hilite/Makefile head/sysutils/host-setup/Makefile head/sysutils/hourglass/Makefile head/sysutils/hoz/Makefile head/sysutils/hpacucli/Makefile head/sysutils/hploscripts/Makefile head/sysutils/hs-angel/Makefile head/sysutils/hs-cpu/Makefile head/sysutils/htop/Makefile head/sysutils/httplog/Makefile head/sysutils/hwstat/Makefile head/sysutils/hyperic-sigar/Makefile head/sysutils/i2c-tools/Makefile head/sysutils/i7z/Makefile head/sysutils/iat/Makefile head/sysutils/iextract/Makefile head/sysutils/installwatch/Makefile head/sysutils/iogen/Makefile head/sysutils/iograph/Makefile head/sysutils/ioping/Makefile head/sysutils/ipa/Makefile head/sysutils/ipad_charge/Makefile head/sysutils/ipmitool/Makefile head/sysutils/ipsc/Makefile head/sysutils/isc-cron/Makefile head/sysutils/isomaster/Makefile head/sysutils/isomd5sum/Makefile head/sysutils/ispman/Makefile head/sysutils/istatd/Makefile head/sysutils/jail2/Makefile head/sysutils/jailadmin/Makefile head/sysutils/jailctl/Makefile head/sysutils/jaildaemon/Makefile head/sysutils/jailer/Makefile head/sysutils/jailme/Makefile head/sysutils/jailrc/Makefile head/sysutils/jailuser/Makefile head/sysutils/jailutils/Makefile head/sysutils/javaservicewrapper/Makefile head/sysutils/jdiskreport/Makefile head/sysutils/jfbterm/Makefile head/sysutils/jkill/Makefile head/sysutils/jps/Makefile head/sysutils/jtop/Makefile head/sysutils/jtopen/Makefile head/sysutils/jvmtop/Makefile head/sysutils/jx/Makefile head/sysutils/k3b-kde4/Makefile head/sysutils/k8temp/Makefile head/sysutils/kcm-polkit-kde/Makefile head/sysutils/kdeadmin4/Makefile head/sysutils/kdf/Makefile head/sysutils/kdirstat/Makefile head/sysutils/keyboard-daemon/Makefile head/sysutils/kfloppy/Makefile head/sysutils/kiconvtool/Makefile head/sysutils/kldfind/Makefile head/sysutils/kldpatch/Makefile head/sysutils/knutclient-kde4/Makefile head/sysutils/krename-kde4/Makefile head/sysutils/kshutdown-kde4/Makefile head/sysutils/ksysguardd/Makefile head/sysutils/lavaps/Makefile head/sysutils/lbl-cf/Makefile head/sysutils/lbl-hf/Makefile head/sysutils/lcdproc/Makefile head/sysutils/ldap-account-manager/Makefile head/sysutils/ldapenter/Makefile head/sysutils/ldapvi/Makefile head/sysutils/ledit/Makefile head/sysutils/less/Makefile head/sysutils/lfm/Makefile head/sysutils/libcdio/Makefile head/sysutils/libchk/Makefile head/sysutils/libfvde/Makefile head/sysutils/libgksu/Makefile head/sysutils/libieee1284/Makefile head/sysutils/libpcbsd/Makefile head/sysutils/libretto-config/Makefile head/sysutils/libsunacl/Makefile head/sysutils/liburcu/Makefile head/sysutils/libutempter/Makefile head/sysutils/libzeitgeist/Makefile head/sysutils/lineak-defaultplugin/Makefile head/sysutils/lineak-xosdplugin/Makefile head/sysutils/lineakd/Makefile head/sysutils/linrename/Makefile head/sysutils/linux-afaapps/Makefile head/sysutils/linux-f10-procps/Makefile head/sysutils/linux-megamgr/Makefile head/sysutils/linux-nero/Makefile head/sysutils/linuxfdisk/Makefile head/sysutils/lire/Makefile head/sysutils/livecd/Makefile head/sysutils/lmmon/Makefile head/sysutils/lmon/Makefile head/sysutils/log_analysis/Makefile head/sysutils/loganalyzer/Makefile head/sysutils/logmon/Makefile head/sysutils/logrotate/Makefile head/sysutils/logstalgia/Makefile head/sysutils/logstash/Makefile head/sysutils/logtool/Makefile head/sysutils/logwatch/Makefile head/sysutils/lookat/Makefile head/sysutils/lookupd/Makefile head/sysutils/lookupd_ldap/Makefile head/sysutils/lsof/Makefile head/sysutils/ltrace/Makefile head/sysutils/luckybackup/Makefile head/sysutils/lxinput/Makefile head/sysutils/lxsplit/Makefile head/sysutils/lxtask/Makefile head/sysutils/lxterminal/Makefile head/sysutils/magicrescue/Makefile head/sysutils/manck/Makefile head/sysutils/mapchan/Makefile head/sysutils/massadmin/Makefile head/sysutils/mbmon/Makefile head/sysutils/mcelog/Makefile head/sysutils/mcollective/Makefile head/sysutils/mcron/Makefile head/sysutils/mcweject/Makefile head/sysutils/mdcp/Makefile head/sysutils/mdf2iso/Makefile head/sysutils/megacli/Makefile head/sysutils/megarc/Makefile head/sysutils/memdump/Makefile head/sysutils/memfetch/Makefile head/sysutils/memtest/Makefile head/sysutils/memtest86+/Makefile head/sysutils/memtest86/Makefile head/sysutils/metalog/Makefile head/sysutils/mfid/Makefile head/sysutils/mgeupsd/Makefile head/sysutils/minirsyslogd/Makefile head/sysutils/mixer/Makefile head/sysutils/mkfile/Makefile head/sysutils/mkfwimage/Makefile head/sysutils/mkntpwd/Makefile head/sysutils/mksunbootcd/Makefile head/sysutils/mktool/Makefile head/sysutils/mmore/Makefile head/sysutils/modules/Makefile head/sysutils/monit/Makefile head/sysutils/monitord/Makefile head/sysutils/monitorix/Makefile head/sysutils/monkeytail/Makefile head/sysutils/mono-kmod/Makefile head/sysutils/moosefs-chunkserver/Makefile head/sysutils/moosefs-client/Makefile head/sysutils/moosefs-master/Makefile head/sysutils/moreutils-parallel/Makefile head/sysutils/moreutils/Makefile head/sysutils/most/Makefile head/sysutils/mount.app/Makefile head/sysutils/mountsmb2/Makefile head/sysutils/mpiexec/Makefile head/sysutils/mptd/Makefile head/sysutils/msktutil/Makefile head/sysutils/msyslog/Makefile head/sysutils/mtpfs/Makefile head/sysutils/mtxorbd/Makefile head/sysutils/multitail/Makefile head/sysutils/munin-common/Makefile head/sysutils/munin-master/Makefile head/sysutils/munin-node/Makefile head/sysutils/muse/Makefile head/sysutils/mybashburn/Makefile head/sysutils/nagios-statd/Makefile head/sysutils/namefix/Makefile head/sysutils/nautilus-cd-burner/Makefile head/sysutils/nbosd/Makefile head/sysutils/ncdu/Makefile head/sysutils/nepomuk-core/Makefile head/sysutils/nepomuk-widgets/Makefile head/sysutils/netident/Makefile head/sysutils/news/Makefile head/sysutils/nitrogen/Makefile head/sysutils/no-login/Makefile head/sysutils/npadmin/Makefile head/sysutils/nrg2iso/Makefile head/sysutils/ntfsprogs/Makefile head/sysutils/nut/Makefile head/sysutils/nut22/Makefile head/sysutils/nvclock/Makefile head/sysutils/nvramtool/Makefile head/sysutils/nvtv/Makefile head/sysutils/oak/Makefile head/sysutils/obliterate/Makefile head/sysutils/ods2/Makefile head/sysutils/open/Makefile head/sysutils/openipmi/Makefile head/sysutils/openupsd/Makefile head/sysutils/ori/Makefile head/sysutils/p5-BSD-Jail-Object/Makefile head/sysutils/p5-BSD-Process/Makefile head/sysutils/p5-BSD-Sysctl/Makefile head/sysutils/p5-Brackup/Makefile head/sysutils/p5-Dir-Purge/Makefile head/sysutils/p5-File-DirCompare/Makefile head/sysutils/p5-File-Listing/Makefile head/sysutils/p5-File-Log/Makefile head/sysutils/p5-File-Next/Makefile head/sysutils/p5-File-Signature/Makefile head/sysutils/p5-File-Stat-Bits/Makefile head/sysutils/p5-File-Stat-ModeString/Makefile head/sysutils/p5-File-Tee/Makefile head/sysutils/p5-File-Which/Makefile head/sysutils/p5-Filesys-Df/Makefile head/sysutils/p5-Filesys-DfPortable/Makefile head/sysutils/p5-Filesys-DiskFree/Makefile head/sysutils/p5-Filesys-DiskSpace/Makefile head/sysutils/p5-Filesys-DiskUsage/Makefile head/sysutils/p5-Filesys-Statvfs/Makefile head/sysutils/p5-Fuse-Simple/Makefile head/sysutils/p5-Fuse/Makefile head/sysutils/p5-Iterator-File/Makefile head/sysutils/p5-Lchown/Makefile head/sysutils/p5-MogileFS-Client/Makefile head/sysutils/p5-MogileFS-Network/Makefile head/sysutils/p5-MogileFS-Server/Makefile head/sysutils/p5-MogileFS-Utils/Makefile head/sysutils/p5-Monitor-Simple/Makefile head/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile head/sysutils/p5-Plugtools/Makefile head/sysutils/p5-Probe-Perl/Makefile head/sysutils/p5-Proc-PidUtil/Makefile head/sysutils/p5-Proclet/Makefile head/sysutils/p5-Quota/Makefile head/sysutils/p5-Samba-SIDhelper/Makefile head/sysutils/p5-Schedule-At/Makefile head/sysutils/p5-Schedule-Cron/Makefile head/sysutils/p5-Schedule-Load/Makefile head/sysutils/p5-Schedule-Match/Makefile head/sysutils/p5-Shell-Command/Makefile head/sysutils/p5-Stat-lsMode/Makefile head/sysutils/p5-Sys-CpuLoad/Makefile head/sysutils/p5-Sys-Filesystem/Makefile head/sysutils/p5-Sys-Gamin/Makefile head/sysutils/p5-Sys-Group-GIDhelper/Makefile head/sysutils/p5-Sys-HostIP/Makefile head/sysutils/p5-Sys-Hostname-FQDN/Makefile head/sysutils/p5-Sys-Hostname-Long/Makefile head/sysutils/p5-Sys-Load/Makefile head/sysutils/p5-Sys-Syslog/Makefile head/sysutils/p5-Sys-User-UIDhelper/Makefile head/sysutils/p5-Sys-Utmp/Makefile head/sysutils/p5-Sysadm-Install/Makefile head/sysutils/p5-SyslogScan/Makefile head/sysutils/p5-Tail-Stat/Makefile head/sysutils/p5-Tie-Syslog/Makefile head/sysutils/p5-Ubic/Makefile head/sysutils/p5-Unix-ConfigFile/Makefile head/sysutils/p5-Unix-Lsof/Makefile head/sysutils/p5-Unix-Mknod/Makefile head/sysutils/p5-Unix-Processors/Makefile head/sysutils/p5-Unix-Syslog/Makefile head/sysutils/p5-User/Makefile head/sysutils/p5-ZConf-Cron/Makefile head/sysutils/p5-arclog/Makefile head/sysutils/p5-reslog/Makefile head/sysutils/pacman/Makefile head/sysutils/paicc/Makefile head/sysutils/pam_mount/Makefile head/sysutils/parallel/Makefile head/sysutils/password-store/Makefile head/sysutils/pax-utils/Makefile head/sysutils/pbimaker/Makefile head/sysutils/pbreg/Makefile head/sysutils/pc-sysinstall/Makefile head/sysutils/pcfclock/Makefile head/sysutils/pciutils/Makefile head/sysutils/pcpustat/Makefile head/sysutils/pdixtract/Makefile head/sysutils/pdsh/Makefile head/sysutils/pdumpfs/Makefile head/sysutils/pear-Cache/Makefile head/sysutils/pear-Cache_Lite/Makefile head/sysutils/pear-File/Makefile head/sysutils/pear-File_Find/Makefile head/sysutils/pear-File_Fstab/Makefile head/sysutils/pear-File_Gettext/Makefile head/sysutils/pear-Horde_Log/Makefile head/sysutils/pear-Horde_Vfs/Makefile head/sysutils/pear-I18Nv2/Makefile head/sysutils/pear-Log/Makefile head/sysutils/pear-Translation2/Makefile head/sysutils/pecl-fileinfo/Makefile head/sysutils/pecl-mogilefs/Makefile head/sysutils/pecl-proctitle/Makefile head/sysutils/pefs-kmod/Makefile head/sysutils/penv/Makefile head/sysutils/personality/Makefile head/sysutils/pessulus/Makefile head/sysutils/pflogx/Makefile head/sysutils/pfstat/Makefile head/sysutils/pftop/Makefile head/sysutils/phantom/Makefile head/sysutils/philesight/Makefile head/sysutils/php5-fileinfo/Makefile head/sysutils/php5-posix/Makefile head/sysutils/php52-posix/Makefile head/sysutils/php53-fileinfo/Makefile head/sysutils/php53-posix/Makefile head/sysutils/php55-fileinfo/Makefile head/sysutils/php55-posix/Makefile head/sysutils/pidof/Makefile head/sysutils/pipemeter/Makefile head/sysutils/plasma-applet-apcups/Makefile head/sysutils/plconfig/Makefile head/sysutils/pmap/Makefile head/sysutils/pmt/Makefile head/sysutils/policykit-gnome/Makefile head/sysutils/policykit-qt/Makefile head/sysutils/policykit/Makefile head/sysutils/polkit-gnome/Makefile head/sysutils/polkit-kde/Makefile head/sysutils/polkit-qt/Makefile head/sysutils/polkit/Makefile head/sysutils/powerman/Makefile head/sysutils/pp/Makefile head/sysutils/pprotectd/Makefile head/sysutils/prelink/Makefile head/sysutils/prips/Makefile head/sysutils/procenv/Makefile head/sysutils/procmap/Makefile head/sysutils/progsreiserfs/Makefile head/sysutils/psgconf/Makefile head/sysutils/pslist/Makefile head/sysutils/psmisc/Makefile head/sysutils/pstack/Makefile head/sysutils/pstree/Makefile head/sysutils/ptools/Makefile head/sysutils/puppet-lint/Makefile head/sysutils/puppet/Makefile head/sysutils/puppet26/Makefile head/sysutils/puppet27/Makefile head/sysutils/pv/Makefile head/sysutils/pwd_unmkdb/Makefile head/sysutils/pwgen/Makefile head/sysutils/pwsafe/Makefile head/sysutils/py-XenAPI/Makefile head/sysutils/py-analyzemft/Makefile head/sysutils/py-bcfg2/Makefile head/sysutils/py-danzfs/Makefile head/sysutils/py-drmaa/Makefile head/sysutils/py-ezjailremote/Makefile head/sysutils/py-filelike/Makefile head/sysutils/py-glances/Makefile head/sysutils/py-iowait/Makefile head/sysutils/py-nagiosplugin/Makefile head/sysutils/py-psutil/Makefile head/sysutils/py-pytsk/Makefile head/sysutils/py-ranger/Makefile head/sysutils/py-salt-api/Makefile head/sysutils/py-salt-cloud/Makefile head/sysutils/py-salt/Makefile head/sysutils/py-stdiff/Makefile head/sysutils/py-supervisor/Makefile head/sysutils/py-zdaemon/Makefile head/sysutils/py-zfs/Makefile head/sysutils/pydf/Makefile head/sysutils/pyrenamer/Makefile head/sysutils/qjail/Makefile head/sysutils/qjail2/Makefile head/sysutils/qlogtools/Makefile head/sysutils/qpxtool/Makefile head/sysutils/quicksynergy/Makefile head/sysutils/qzeitgeist/Makefile head/sysutils/racktables/Makefile head/sysutils/radeontool/Makefile head/sysutils/radmind/Makefile head/sysutils/raincoat/Makefile head/sysutils/rclean/Makefile head/sysutils/rdate/Makefile head/sysutils/rdiff-backup-devel/Makefile head/sysutils/rdiff-backup/Makefile head/sysutils/rdiff-backup10/Makefile head/sysutils/rdup/Makefile head/sysutils/readlink/Makefile head/sysutils/recoverdm/Makefile head/sysutils/reed/Makefile head/sysutils/rej/Makefile head/sysutils/relaxconf/Makefile head/sysutils/relpath/Makefile head/sysutils/rename/Makefile head/sysutils/reoback/Makefile head/sysutils/replicant/Makefile head/sysutils/respond/Makefile head/sysutils/retail/Makefile head/sysutils/rfstool/Makefile head/sysutils/rmonitor/Makefile head/sysutils/roottail/Makefile head/sysutils/rsnapshot/Makefile head/sysutils/rsyncbackup/Makefile head/sysutils/rsyncmanager/Makefile head/sysutils/rsyncrypto/Makefile head/sysutils/rsyslog6-dbi/Makefile head/sysutils/rsyslog6-gnutls/Makefile head/sysutils/rsyslog6-gssapi/Makefile head/sysutils/rsyslog6-mysql/Makefile head/sysutils/rsyslog6-pgsql/Makefile head/sysutils/rsyslog6-relp/Makefile head/sysutils/rsyslog6-rfc3195/Makefile head/sysutils/rsyslog6-snmp/Makefile head/sysutils/rsyslog6/Makefile head/sysutils/rsyslog7-devel/Makefile head/sysutils/rsyslog7/Makefile head/sysutils/rtty/Makefile head/sysutils/ruby-quota/Makefile head/sysutils/rubygem-SyslogLogger/Makefile head/sysutils/rubygem-backup/Makefile head/sysutils/rubygem-bundler/Makefile head/sysutils/rubygem-capistrano-ext/Makefile head/sysutils/rubygem-capistrano/Makefile head/sysutils/rubygem-chef-expander/Makefile head/sysutils/rubygem-chef-server/Makefile head/sysutils/rubygem-chef-solr/Makefile head/sysutils/rubygem-chef/Makefile head/sysutils/rubygem-facter/Makefile head/sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile head/sysutils/rubygem-fluent-plugin-config-expander/Makefile head/sysutils/rubygem-fluent-plugin-file-alternative/Makefile head/sysutils/rubygem-fluent-plugin-tail-asis/Makefile head/sysutils/rubygem-fluentd/Makefile head/sysutils/rubygem-fssm/Makefile head/sysutils/rubygem-god/Makefile head/sysutils/rubygem-guard-livereload/Makefile head/sysutils/rubygem-guard-rspec/Makefile head/sysutils/rubygem-guard/Makefile head/sysutils/rubygem-hiera-json/Makefile head/sysutils/rubygem-hiera-puppet/Makefile head/sysutils/rubygem-hiera/Makefile head/sysutils/rubygem-log4r/Makefile head/sysutils/rubygem-murder/Makefile head/sysutils/rubygem-ohai/Makefile head/sysutils/rubygem-parallel/Makefile head/sysutils/rubygem-sys-admin/Makefile head/sysutils/rubygem-sys-cpu/Makefile head/sysutils/rubygem-sys-filesystem/Makefile head/sysutils/rubygem-sys-host/Makefile head/sysutils/rubygem-sys-proctable/Makefile head/sysutils/rubygem-sys-uname/Makefile head/sysutils/rubygem-sys-uptime/Makefile head/sysutils/rubygem-teamocil/Makefile head/sysutils/runit/Makefile head/sysutils/runwhen/Makefile head/sysutils/safe-rm/Makefile head/sysutils/safecat/Makefile head/sysutils/samefile/Makefile head/sysutils/samesame/Makefile head/sysutils/savelogs/Makefile head/sysutils/sb16config/Makefile head/sysutils/sbniconfig/Makefile head/sysutils/scalpel/Makefile head/sysutils/scan_ffs/Makefile head/sysutils/scanbuttond/Makefile head/sysutils/schedutils/Makefile head/sysutils/scprotect/Makefile head/sysutils/screen/Makefile head/sysutils/screenfetch/Makefile head/sysutils/screenie/Makefile head/sysutils/sdd/Makefile head/sysutils/sdparm/Makefile head/sysutils/searchmonkey/Makefile head/sysutils/seatools/Makefile head/sysutils/sec/Makefile head/sysutils/sensors-applet/Makefile head/sysutils/serpentine/Makefile head/sysutils/setcdboot/Makefile head/sysutils/setquota/Makefile head/sysutils/sformat/Makefile head/sysutils/sg3_utils/Makefile head/sysutils/shlock/Makefile head/sysutils/shmcat/Makefile head/sysutils/sievelog/Makefile head/sysutils/skill/Makefile head/sysutils/slack/Makefile head/sysutils/sleuthkit/Makefile head/sysutils/slmon/Makefile head/sysutils/sloth/Makefile head/sysutils/slst/Makefile head/sysutils/smartmontools/Makefile head/sysutils/smp_utils/Makefile head/sysutils/snap/Makefile head/sysutils/snowlog/Makefile head/sysutils/socket/Makefile head/sysutils/socklog/Makefile head/sysutils/sortu/Makefile head/sysutils/spindown/Makefile head/sysutils/spinner/Makefile head/sysutils/spiped/Makefile head/sysutils/squashfs-tools/Makefile head/sysutils/sshsudo/Makefile head/sysutils/ssid/Makefile head/sysutils/ssync/Makefile head/sysutils/stalepid/Makefile head/sysutils/stmpclean/Makefile head/sysutils/stow/Makefile head/sysutils/stowES/Makefile head/sysutils/stress/Makefile head/sysutils/su2/Makefile head/sysutils/superiotool/Makefile head/sysutils/swapd/Makefile head/sysutils/swapexd/Makefile head/sysutils/swapmon/Makefile head/sysutils/sweeper/Makefile head/sysutils/symlinks/Makefile head/sysutils/symon/Makefile head/sysutils/synergy-devel/Makefile head/sysutils/synergy/Makefile head/sysutils/sysgather/Makefile head/sysutils/sysinfo/Makefile head/sysutils/syslinux/Makefile head/sysutils/syslog-ng-devel/Makefile head/sysutils/syslog-ng/Makefile head/sysutils/syslog-ng2/Makefile head/sysutils/syslog-ng33/Makefile head/sysutils/syslogger/Makefile head/sysutils/sysrc/Makefile head/sysutils/system-tools-backends/Makefile head/sysutils/sysupdate/Makefile head/sysutils/sysvbanner/Makefile head/sysutils/tai64nfrac/Makefile head/sysutils/tarsnap/Makefile head/sysutils/tbku/Makefile head/sysutils/tclsyslog/Makefile head/sysutils/tcplist/Makefile head/sysutils/tdir/Makefile head/sysutils/tenshi/Makefile head/sysutils/tentakel/Makefile head/sysutils/testdisk/Makefile head/sysutils/thefish/Makefile head/sysutils/throttle/Makefile head/sysutils/timelimit/Makefile head/sysutils/timemon/Makefile head/sysutils/titlefix/Makefile head/sysutils/tkdvd/Makefile head/sysutils/tm/Makefile head/sysutils/tmpreaper/Makefile head/sysutils/tmpwatch/Makefile head/sysutils/tmux/Makefile head/sysutils/topless/Makefile head/sysutils/torque/Makefile head/sysutils/torsmo/Makefile head/sysutils/toshctl/Makefile head/sysutils/tracker-client/Makefile head/sysutils/tracker-gnome/Makefile head/sysutils/tracker-libtrackergtk/Makefile head/sysutils/tracker/Makefile head/sysutils/tree/Makefile head/sysutils/tren/Makefile head/sysutils/ts/Makefile head/sysutils/tss/Makefile head/sysutils/tty-clock/Makefile head/sysutils/ttyload/Makefile head/sysutils/tw_cli/Makefile head/sysutils/tzdialog/Makefile head/sysutils/u-boot-beaglebone-eabi/Makefile head/sysutils/ua/Makefile head/sysutils/ucspi-ipc/Makefile head/sysutils/ucspi-proxy/Makefile head/sysutils/ucspi-ssl-tls/Makefile head/sysutils/ucspi-ssl/Makefile head/sysutils/ucspi-tcp/Makefile head/sysutils/ucspi-unix/Makefile head/sysutils/udfclient/Makefile head/sysutils/ufs_copy/Makefile head/sysutils/uhidd/Makefile head/sysutils/uif2iso/Makefile head/sysutils/unieject/Makefile head/sysutils/uniutils/Makefile head/sysutils/unquote/Makefile head/sysutils/unstow/Makefile head/sysutils/upower/Makefile head/sysutils/upsd/Makefile head/sysutils/upsdaemon/Makefile head/sysutils/uptimed/Makefile head/sysutils/usb_modeswitch/Makefile head/sysutils/usbhotkey/Makefile head/sysutils/usbutils/Makefile head/sysutils/uschedule/Makefile head/sysutils/userinfo/Makefile head/sysutils/userlist/Makefile head/sysutils/usermatic/Makefile head/sysutils/usermin/Makefile head/sysutils/userneu-devel/Makefile head/sysutils/userneu/Makefile head/sysutils/usrinfo/Makefile head/sysutils/utcount/Makefile head/sysutils/vbetool/Makefile head/sysutils/vcp/Makefile head/sysutils/videogen/Makefile head/sysutils/vii/Makefile head/sysutils/vils/Makefile head/sysutils/vimpager/Makefile head/sysutils/virtualmin/Makefile head/sysutils/vlogger/Makefile head/sysutils/vmdktool/Makefile head/sysutils/vobcopy/Makefile head/sysutils/volman/Makefile head/sysutils/vordog/Makefile head/sysutils/vpnc-scripts/Makefile head/sysutils/vstrip/Makefile head/sysutils/vttest/Makefile head/sysutils/wait_on/Makefile head/sysutils/warden/Makefile head/sysutils/watchdog/Makefile head/sysutils/watchfolder/Makefile head/sysutils/watchmen/Makefile head/sysutils/webjob/Makefile head/sysutils/webmin/Makefile head/sysutils/weedit/Makefile head/sysutils/whatpix/Makefile head/sysutils/whowatch/Makefile head/sysutils/wiimms/Makefile head/sysutils/wmapm/Makefile head/sysutils/wmapmload/Makefile head/sysutils/wmbluecpu/Makefile head/sysutils/wmbsdbatt/Makefile head/sysutils/wmcpuload/Makefile head/sysutils/wmcube-gdk/Makefile head/sysutils/wmcube/Makefile head/sysutils/wmdiskmon/Makefile head/sysutils/wmfire/Makefile head/sysutils/wmflame/Makefile head/sysutils/wmmemfree/Makefile head/sysutils/wmmemload/Makefile head/sysutils/wmtop/Makefile head/sysutils/wmupmon/Makefile head/sysutils/worldtools/Makefile head/sysutils/wtail/Makefile head/sysutils/wuzzah/Makefile head/sysutils/x86info/Makefile head/sysutils/xacpim/Makefile head/sysutils/xbatt/Makefile head/sysutils/xbattbar/Makefile head/sysutils/xcdroast/Makefile head/sysutils/xcpustate/Makefile head/sysutils/xdu/Makefile head/sysutils/xe-guest-utilities/Makefile head/sysutils/xen-tools/Makefile head/sysutils/xfburn/Makefile head/sysutils/xfce4-battery-plugin/Makefile head/sysutils/xfce4-cpugraph-plugin/Makefile head/sysutils/xfce4-diskperf-plugin/Makefile head/sysutils/xfce4-fsguard-plugin/Makefile head/sysutils/xfce4-genmon-plugin/Makefile head/sysutils/xfce4-minicmd-plugin/Makefile head/sysutils/xfce4-mount-plugin/Makefile head/sysutils/xfce4-netload-plugin/Makefile head/sysutils/xfce4-power-manager/Makefile head/sysutils/xfce4-settings/Makefile head/sysutils/xfce4-systemload-plugin/Makefile head/sysutils/xfce4-wavelan-plugin/Makefile head/sysutils/xfsm/Makefile head/sysutils/xfsprogs/Makefile head/sysutils/xin/Makefile head/sysutils/xjobs/Makefile head/sysutils/xlogmaster/Makefile head/sysutils/xmbmon/Makefile head/sysutils/xorriso/Makefile head/sysutils/xosview/Makefile head/sysutils/xsi/Makefile head/sysutils/xstow/Makefile head/sysutils/xsu/Makefile head/sysutils/xsysstats/Makefile head/sysutils/xvidcap/Makefile head/sysutils/yawho/Makefile head/sysutils/yum/Makefile head/sysutils/zeitgeist/Makefile head/sysutils/zeroer/Makefile head/sysutils/zetaback/Makefile head/sysutils/zfs-periodic/Makefile head/sysutils/zfs-replicate/Makefile head/sysutils/zfs-snapshot-clean/Makefile head/sysutils/zfs-snapshot-mgmt/Makefile head/sysutils/zfs-stats/Makefile head/sysutils/zfsnap/Makefile head/sysutils/zidrav/Makefile head/sysutils/zisofs-tools/Makefile head/sysutils/zogftw/Makefile head/sysutils/zxfer/Makefile Modified: head/sysutils/3dm/Makefile ============================================================================== --- head/sysutils/3dm/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/3dm/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -20,6 +20,7 @@ SSLFIX_DESC= Install KB16625-patched bin OPTIONS_DEFAULT= SSLFIX +NO_STAGE= yes .include .if !empty(PORT_OPTIONS:MSSLFIX) Modified: head/sysutils/44bsd-more/Makefile ============================================================================== --- head/sysutils/44bsd-more/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/44bsd-more/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -18,6 +18,7 @@ CFLAGS= -Wno-return-type RELDATE= 20000521 +NO_STAGE= yes .include post-extract: Modified: head/sysutils/915resolution/Makefile ============================================================================== --- head/sysutils/915resolution/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/915resolution/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -20,6 +20,7 @@ PORTDOCS= README.txt LICENSE.txt chipset ONLY_FOR_ARCHS= i386 amd64 +NO_STAGE= yes do-build: cd ${WRKSRC} && \ ${CC} ${CFLAGS} 915resolution.c -o 915resolution Modified: head/sysutils/DTraceToolkit/Makefile ============================================================================== --- head/sysutils/DTraceToolkit/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/DTraceToolkit/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# New ports collection makefile for: DTraceToolkit -# Date created: 2008-12-11 -# Whom: Steven Kreuzer -# +# Created by: Steven Kreuzer # $FreeBSD$ -# PORTNAME= DTraceToolkit PORTVERSION= 0.99 @@ -16,6 +12,7 @@ COMMENT= Collection of useful scripts fo NO_BUILD= YES +NO_STAGE= yes .include .if ${OSVERSION} <= 701000 Modified: head/sysutils/LPRng/Makefile ============================================================================== --- head/sysutils/LPRng/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/LPRng/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -61,6 +61,7 @@ MAN1= lpf.1 psbanner.1 lp.1 cancel.1 lpr MAN5= printcap.5 lpd.conf.5 lpd.perms.5 MAN8= lpc.8 checkpc.8 lpd.8 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/sysutils/LPRngTool/Makefile ============================================================================== --- head/sysutils/LPRngTool/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/LPRngTool/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -39,6 +39,7 @@ CONFIGURE_ARGS+= --with-spool_directory= MAN1= lprngtool.1 +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "If you want to replace the default printing system with LPRng, use:" @${ECHO_MSG} " make PREFIX=/usr SYSCONFDIR=/etc clean all install" Modified: head/sysutils/abck/Makefile ============================================================================== --- head/sysutils/abck/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/abck/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# ports collection makefile for: abmgmt -# Date Created: 27 July 2001 -# Whom: tundra -# +# Created by: tundra # $FreeBSD$ -# PORTNAME= abck PORTVERSION= 2.2 @@ -18,4 +14,5 @@ USE_PYTHON= yes MANCOMPRESSED= yes MAN1= abck.1 +NO_STAGE= yes .include Modified: head/sysutils/abgx360/Makefile ============================================================================== --- head/sysutils/abgx360/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/abgx360/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# New ports collection makefile for: abgx360 -# Date created: 21 November 2009 -# Whom: okeeblow -# +# Created by: okeeblow # $FreeBSD$ -# PORTNAME= abgx360 PORTVERSION= 1.0.6 @@ -20,6 +16,7 @@ PLIST_FILES= bin/abgx360 GNU_CONFIGURE= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/abgx360 ${PREFIX}/bin Modified: head/sysutils/abgx360gui/Makefile ============================================================================== --- head/sysutils/abgx360gui/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/abgx360gui/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# New ports collection makefile for: abgx360gui -# Date created: 21 November 2009 -# Whom: okeeblow -# +# Created by: okeeblow # $FreeBSD$ -# PORTNAME= abgx360gui PORTVERSION= 1.0.2 @@ -37,6 +33,7 @@ DESKTOP_ENTRIES= "abgx360" \ "Utility;" \ false +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/abgx360gui ${PREFIX}/bin ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/abgx360-256.png ${PREFIX}/share/pixmaps Modified: head/sysutils/acpi_call/Makefile ============================================================================== --- head/sysutils/acpi_call/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/acpi_call/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -14,6 +14,7 @@ LICENSE= BSD SSP_UNSAFE= kernel module does not support ssp +NO_STAGE= yes .include KMODDIR?= /boot/modules Modified: head/sysutils/acpica-tools/Makefile ============================================================================== --- head/sysutils/acpica-tools/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/acpica-tools/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -23,6 +23,7 @@ YFLAGS= -v -d YFLAGS+= -y .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^CC[[:blank:]]*=.*|CC = ${CC}|' \ -e 's|^INSTALL[[:blank:]]*=.*|INSTALL = ${INSTALL}|g' \ Modified: head/sysutils/adtool/Makefile ============================================================================== --- head/sysutils/adtool/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/adtool/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# New ports collection makefile for: adtool -# Date created: Wed 23 Apr 2003 -# Whom: joseph@randomnetworks.com -# +# Created by: joseph@randomnetworks.com # $FreeBSD$ -# PORTNAME= adtool PORTVERSION= 1.3.3 @@ -27,4 +23,5 @@ PLIST_FILES= bin/adtool \ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +NO_STAGE= yes .include Modified: head/sysutils/afbinit/Makefile ============================================================================== --- head/sysutils/afbinit/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/afbinit/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# Ports collection makefile for: afbinit -# Date created: 15 September 2003 -# Whom: marius@alchemy.franken.de -# +# Created by: marius@alchemy.franken.de # $FreeBSD$ -# PORTNAME= afbinit PORTVERSION= 1.0 @@ -32,6 +28,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message MAN8= afbinit.8 +NO_STAGE= yes post-patch: .for i in afbinit.c debian/afbinit.8 @${REINPLACE_CMD} -E -e 's|\/usr\/lib|${DATADIR}|g; \ Modified: head/sysutils/afflib/Makefile ============================================================================== --- head/sysutils/afflib/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/afflib/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -29,6 +29,7 @@ MAN1= affcat.1 AUTOTOOLSFILES= aclocal.m4 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|2.61|%%AUTOCONF_VERSION%%|g' ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} -e 's|(libdir)|(libdir)/lib|' \ Modified: head/sysutils/afio/Makefile ============================================================================== --- head/sysutils/afio/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/afio/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -16,6 +16,7 @@ MAN1= afio.1 OPTIONS_DEFINE= DOCS EXAMPLES PORTDOCS= README SCRIPTS +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^CC=.*$$|CC=${CC}|' \ ${WRKSRC}/Makefile Modified: head/sysutils/agedu/Makefile ============================================================================== --- head/sysutils/agedu/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/agedu/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|HOST_NAME_MAX|_POSIX_&|' ${WRKSRC}/httpd.c Modified: head/sysutils/ah-tty/Makefile ============================================================================== --- head/sysutils/ah-tty/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/ah-tty/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# Ports collection makefile for: ah-tty -# Date created: Tue Jun 25, 2002 -# Whom: Michael L. Hostbaek -# +# Created by: Michael L. Hostbaek # $FreeBSD$ -# PORTNAME= ah-tty PORTVERSION= 0.3.12 @@ -20,6 +16,7 @@ PLIST_FILES= bin/ah-tty bin/ah-tty.stati MAN1= ah-tty.1 INFO= ah-tty +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ ${WRKSRC}/dillib/vty/vtlabel.c Modified: head/sysutils/aimage/Makefile ============================================================================== --- head/sysutils/aimage/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/aimage/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# Ports collection makefile for: aimage -# Date created: 29/03/2008 -# Whom: Chris Calvey -# +# Created by: Chris Calvey # $FreeBSD$ -# PORTNAME= aimage PORTVERSION= 3.2.5 @@ -21,4 +17,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/aimage +NO_STAGE= yes .include Modified: head/sysutils/aird/Makefile ============================================================================== --- head/sysutils/aird/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/aird/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -18,6 +18,7 @@ ONLY_FOR_ARCHS= i386 amd64 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1}.gz ${MAN1PREFIX}/man/man1 Modified: head/sysutils/am-utils/Makefile ============================================================================== --- head/sysutils/am-utils/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/am-utils/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -31,6 +31,7 @@ MAN8= amd.8 amq.8 automount2amd.8 fixmo INFO= am-utils PORTDOCS= AUTHORS BUGS FAQ NEWS README.attrcache +NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPENLDAP} Modified: head/sysutils/amrstat/Makefile ============================================================================== --- head/sysutils/amrstat/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/amrstat/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,4 +1,4 @@ -# Created by: Bjoern A. Zeeb +# Created by: Bjoern A. Zeeb # $FreeBSD$ PORTNAME= amrstat @@ -13,6 +13,7 @@ COMMENT= Utility for LSI Logic's MegaRAI OPTIONS_DEFINE= MEGARC MEGARC_DESC= Install LSI megarc binary port +NO_STAGE= yes .include # We may want this for periodic script and to actually be able Modified: head/sysutils/anacron/Makefile ============================================================================== --- head/sysutils/anacron/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/anacron/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# New ports collection makefile for: anacron -# Date created: 15 Jul 2003 -# Whom: Derik van Zuetphen -# +# Created by: Derik van Zuetphen # $FreeBSD$ -# PORTNAME= anacron PORTVERSION= 2.3 @@ -20,6 +16,7 @@ USE_GMAKE= yes USE_RC_SUBR= anacron SUB_FILES= pkg-message +NO_STAGE= yes post-patch: .for f in Makefile anacron.8 anacrontab.5 @${REINPLACE_CMD} -e 's|\(/etc/anacrontab\)|${PREFIX}\1|' ${WRKSRC}/${f} Modified: head/sysutils/and/Makefile ============================================================================== --- head/sysutils/and/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/and/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: and -# Date created: Jun 22, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= and PORTVERSION= 1.2.2 @@ -21,4 +16,5 @@ NOPRECIOUSMAKEVARS= yes MAN5= and.conf.5 and.priorities.5 MAN8= and.8 +NO_STAGE= yes .include Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/ansible/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -33,6 +33,7 @@ SUB_FILES= pkg-message PORTEXAMPLES= * MAN1= ansible-doc.1 ansible-playbook.1 ansible-pull.1 ansible.1 +NO_STAGE= yes post-patch-script: @${REINPLACE_CMD} -e "s|/etc/ansible|${ETCDIR}|" \ ${WRKSRC}/docs/man/man1/ansible-playbook.1 \ Modified: head/sysutils/anteater/Makefile ============================================================================== --- head/sysutils/anteater/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/anteater/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -15,4 +15,5 @@ GNU_CONFIGURE= yes MAN1= anteater.1 PLIST_FILES= bin/anteater +NO_STAGE= yes .include Modified: head/sysutils/apachetop/Makefile ============================================================================== --- head/sysutils/apachetop/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/apachetop/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -27,6 +27,7 @@ FAM_CONFIGURE_ON= --with-fam=${LOCALBASE PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre PCRE_COFNIGURE_ON= --with-pcre=${LOCALBASE} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E -e 's,struct (circle_struct),\1,g' \ ${WRKSRC}/src/hits_circle.* Modified: head/sysutils/apcpwr/Makefile ============================================================================== --- head/sysutils/apcpwr/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/apcpwr/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -15,6 +15,7 @@ RUN_DEPENDS= snmpwalk:${PORTSDIR}/net-mg PLIST_FILES= bin/apcpwr etc/apcpwr.conf.dist MAN8= apcpwr.8 +NO_STAGE= yes post-install: @ ${ECHO} @ ${SED} -e "s:%%PREFIX%%:${PREFIX}:g" pkg-message | fmt Modified: head/sysutils/apcupsd/Makefile ============================================================================== --- head/sysutils/apcupsd/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/apcupsd/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -55,6 +55,7 @@ GAPCMON_DESC= Build GTK GUI front-end PORTDOCS= ${PORTNAME}.pdf +NO_STAGE= yes .include .if ${PORT_OPTIONS:MAPCSMART_DRV} Modified: head/sysutils/apt/Makefile ============================================================================== --- head/sysutils/apt/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/apt/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,7 +1,4 @@ -# New ports collection makefile for: apt -# Date created: 23 October 2006 -# Whom: Nick Barkas -# +# Created by: Nick Barkas # $FreeBSD$ PORTNAME= apt @@ -39,6 +36,7 @@ DPKGDIR?= /var/db/dpkg APTDIR?= /var/db/apt PLIST_SUB+= APTDIR=${APTDIR:C,^/,,} +NO_STAGE= yes post-patch: ${CP} ${FILESDIR}/https.cc ${FILESDIR}/https.h ${WRKSRC}/methods/ ${REINPLACE_CMD} -e 's|@PREFIX@|${PREFIX}|g' -e \ Modified: head/sysutils/arcconf/Makefile ============================================================================== --- head/sysutils/arcconf/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/arcconf/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,7 +1,4 @@ -# New ports collection makefile for: arcconf -# Date created: 28 October 2007 -# Whom: michael@fuckner.net -# +# Created by: michael@fuckner.net # $FreeBSD$ PORTNAME= arcconf @@ -23,6 +20,7 @@ SUB_FILES+= ${PERIODICSCRIPT} RESTRICTED= May not be redistributed in binary form NO_CDROM= yes +NO_STAGE= yes .include .if ${OSVERSION} >= 800000 Modified: head/sysutils/archivemount/Makefile ============================================================================== --- head/sysutils/archivemount/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/archivemount/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -17,4 +17,5 @@ GNU_CONFIGURE= yes NO_INSTALL_MANPAGES= yes USES= fuse pkgconfig iconv gmake +NO_STAGE= yes .include Modified: head/sysutils/areca-cli/Makefile ============================================================================== --- head/sysutils/areca-cli/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/areca-cli/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -27,6 +27,7 @@ SUB_FILES+= ${PERIODICSCRIPT} WRKSRC= ${WRKDIR}/V${CLI_VER}_${CLI_REV} +NO_STAGE= yes .include do-install: Modified: head/sysutils/asapm/Makefile ============================================================================== --- head/sysutils/asapm/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/asapm/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# New ports collection makefile for: asapm -# Date created: 6 Aug 1998 -# Whom: Brian Handy -# +# Created by: Brian Handy # $FreeBSD$ -# PORTNAME= asapm PORTVERSION= 3.1 @@ -23,4 +19,5 @@ INSTALL_TARGET= install install.man MAN1= asapm.1 PLIST_FILES= bin/asapm +NO_STAGE= yes .include Modified: head/sysutils/ascpu/Makefile ============================================================================== --- head/sysutils/ascpu/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/ascpu/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ascpu -# Date created: 18 February 1999 -# Whom: Dima Sivachenko -# +# Created by: Dima Sivachenko # $FreeBSD$ -# PORTNAME= ascpu PORTVERSION= 1.11 @@ -25,6 +21,7 @@ MAKE_ENV= EXTRA_LIBRARIES="-L${LOCALBASE MAN1= ascpu.1 PLIST_FILES= bin/ascpu +NO_STAGE= yes do-install: @ ${INSTALL_MAN} ${WRKSRC}/ascpu.man ${PREFIX}/man/man1/ascpu.1 @ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g kmem -m 2755 ${WRKSRC}/ascpu ${PREFIX}/bin Modified: head/sysutils/asfsm/Makefile ============================================================================== --- head/sysutils/asfsm/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/asfsm/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,7 +1,4 @@ -# New ports collection makefile for: asfsm -# Date created: 4 June 1999 -# Whom: jack -# +# Created by: jack # $FreeBSD$ PORTNAME= asfsm @@ -20,6 +17,7 @@ GNU_CONFIGURE= yes MAN1= asfsm.1 PLIST_FILES= bin/asfsm +NO_STAGE= yes do-install: ${INSTALL_MAN} ${WRKSRC}/asfsm.man ${PREFIX}/man/man1/asfsm.1 ${INSTALL_PROGRAM} ${WRKSRC}/asfsm ${PREFIX}/bin Modified: head/sysutils/asmem/Makefile ============================================================================== --- head/sysutils/asmem/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/asmem/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# New ports collection makefile for: asfsm -# Date created: 4 June 1999 -# Whom: jack -# +# Created by: jack # $FreeBSD$ -# PORTNAME= asmem PORTVERSION= 1.12 @@ -23,6 +19,7 @@ CONFIGURE_ARGS= --with-xpm \ MAN1= asmem.1 PLIST_FILES= bin/asmem +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} -g kmem -m 2755 ${WRKSRC}/asmem ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/asmem.man ${MANPREFIX}/man/man1/asmem.1 Modified: head/sysutils/asmon/Makefile ============================================================================== --- head/sysutils/asmon/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/asmon/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -23,6 +23,7 @@ MAKE_ARGS+= LIBDIR="-L${LOCALBASE}/lib" PLIST_FILES= bin/asmon +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's:gcc:${CC} ${CFLAGS}:' ${BUILD_WRKSRC}/Makefile Modified: head/sysutils/asr-utils/Makefile ============================================================================== --- head/sysutils/asr-utils/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/asr-utils/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: asr-utils -# Date created: Sun Feb 16, 2003 -# Whom: David O'Brien (obrien@FreeBSD.org) -# +# Created by: David O'Brien (obrien@FreeBSD.org) # $FreeBSD$ -# PORTNAME= asr-utils PORTVERSION= 3.04 @@ -39,6 +34,7 @@ PLIST_SUB+= LIBXM="@comment " .ifndef (WITHOUT_X11) PLIST_SUB+= X11="" +NO_STAGE= yes do-build: ${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ ${FILESDIR}/dptmgr.sh.in > ${WRKDIR}/dptmgr.sh Modified: head/sysutils/asusoled/Makefile ============================================================================== --- head/sysutils/asusoled/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/asusoled/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -25,6 +25,7 @@ MAKE_ARGS+= TTF_FONT=${FONTDIR}/TTF/luxi FONTDIR?= ${LOCALBASE}/lib/X11/fonts +NO_STAGE= yes .include post-install: Modified: head/sysutils/ataidle/Makefile ============================================================================== --- head/sysutils/ataidle/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/ataidle/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -16,6 +16,7 @@ PLIST_FILES= sbin/ataidle OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include do-install: Modified: head/sysutils/atitvout/Makefile ============================================================================== --- head/sysutils/atitvout/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/atitvout/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# New ports collection makefile for: atitvout -# Date created: 2006-01-31 -# Whom: Anish Mistry -# +# Created by: Anish Mistry # $FreeBSD$ -# PORTNAME= atitvout PORTVERSION= 0.4 @@ -21,4 +17,5 @@ MAKEFILE= Makefile.bsd PLIST_FILES+= sbin/atitvout +NO_STAGE= yes .include Modified: head/sysutils/atop/Makefile ============================================================================== --- head/sysutils/atop/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/atop/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -33,6 +33,7 @@ PORTDOCS= AUTHOR \ README \ README.FreeBSD +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/atop ${PREFIX}/bin @${LN} -sf ${PREFIX}/bin/atop ${PREFIX}/bin/atopsar Modified: head/sysutils/auto-admin/Makefile ============================================================================== --- head/sysutils/auto-admin/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/auto-admin/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -40,6 +40,7 @@ MAN1= auto-admin.1 \ auto-update-xorg.conf.1 \ auto-xdm-toggle.1 +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/sbin ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/Scripts/Common/* ${PREFIX}/sbin Modified: head/sysutils/autojump/Makefile ============================================================================== --- head/sysutils/autojump/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/autojump/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# New ports collection makefile for: autojump -# Date created: 12 October 2011 -# Whom: Neeraj Verma -# +# Created by: Neeraj Verma # $FreeBSD$ -# PORTNAME= autojump PORTVERSION= 13 @@ -34,6 +30,7 @@ MAN1= autojump.1 OPTIONS_DEFINE= ZSH OPTIONS_DEFAULT= ZSH +NO_STAGE= yes .include .if ${PORT_OPTIONS:MZSH} Modified: head/sysutils/automount/Makefile ============================================================================== --- head/sysutils/automount/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/automount/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -22,6 +22,7 @@ NTFS3G_DESC= Enable NTFS write support EXT4_DESC= Support EXT4 filesystem EXFAT_DESC= Support Microsoft exFAT filesystem +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNTFS3G} Modified: head/sysutils/automounter/Makefile ============================================================================== --- head/sysutils/automounter/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/automounter/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -23,6 +23,7 @@ plist: patch # Use "amd -S" to avoid a vm locking panic, the scope of which has not yet # been determined. See kern/181590. +NO_STAGE= yes do-install: @cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} \ -amd="/usr/sbin/amd -S" Modified: head/sysutils/autopsy/Makefile ============================================================================== --- head/sysutils/autopsy/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/autopsy/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -22,6 +22,7 @@ WEBHELP= help/* PERLBITS= lib/*.pm lib/*.pl conf.pl MAN1= autopsy.1 +NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e 's,lib/,,' ${WRKSRC}/base/autopsy.base Modified: head/sysutils/b43-fwcutter/Makefile ============================================================================== --- head/sysutils/b43-fwcutter/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/b43-fwcutter/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# New ports collection makefile for: b43-fwcutter -# Date created: 7 May 2009 -# Whom: swhetzel@gmail.com -# +# Created by: swhetzel@gmail.com # $FreeBSD$ -# PORTNAME= b43-fwcutter PORTVERSION= 015 @@ -19,4 +15,5 @@ USE_GMAKE= yes MAN1= b43-fwcutter.1 PLIST_FILES= bin/b43-fwcutter +NO_STAGE= yes .include Modified: head/sysutils/backupme/Makefile ============================================================================== --- head/sysutils/backupme/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/backupme/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# New ports collection makefile for: backupme -# Date created: 21 May 2010 -# Whom: Yaroslav Berezhinskiy -# +# Created by: Yaroslav Berezhinskiy # $FreeBSD$ -# PORTNAME= backupme PORTVERSION= 0.1 @@ -32,6 +28,7 @@ NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/${PORTNAME} \ etc/${PORTNAME}.sample.xml +NO_STAGE= yes do-install: @${CP} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ @${CP} ${WRKSRC}/${PORTNAME}.sample.xml ${PREFIX}/etc/ Modified: head/sysutils/backuppc/Makefile ============================================================================== --- head/sysutils/backuppc/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/backuppc/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -42,6 +42,7 @@ RRDTOOL_DESC= Use RRDTool to generate p SMBCLIENT_DESC= Samba client XML_RSS_DESC= Perl extension to manage RSS files +NO_STAGE= yes .include .if ${PORT_OPTIONS:MARCHIVE_ZIP} Modified: head/sysutils/bacula-bat/Makefile ============================================================================== --- head/sysutils/bacula-bat/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/bacula-bat/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -29,4 +29,5 @@ CONFIGURE_ARGS+= --enable-bat \ OPTIONS_DEFINE= OPENSSL OPTIONS_DEFAULT=OPENSSL +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/sysutils/bacula-client-static/Makefile ============================================================================== --- head/sysutils/bacula-client-static/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/bacula-client-static/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -17,4 +17,5 @@ CONFIGURE_ARGS+= --enable-client-only \ --disable-build-dird \ --disable-build-stored +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/sysutils/bacula-client/Makefile ============================================================================== --- head/sysutils/bacula-client/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/bacula-client/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../sysutils/bac OPTIONS_DEFINE= NLS OPENSSL PYTHON OPTIONS_DEFAULT=NLS OPENSSL +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/sysutils/bacula-docs/Makefile ============================================================================== --- head/sysutils/bacula-docs/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/bacula-docs/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -21,6 +21,7 @@ PORTDOCS= *.pdf IGNORE= consists of only documentation, please undef NOPORTDOCS and try again .endif +NO_STAGE= yes do-install: ${MKDIR} ${DOCSDIR} Modified: head/sysutils/bacula-server/Makefile ============================================================================== --- head/sysutils/bacula-server/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/bacula-server/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -31,6 +31,7 @@ OPTIONS_DEFINE?= SQLITE3 MYSQL PGSQL MTX OPTIONS_DEFAULT?= NLS OPENSSL PGSQL MTX_DESC= Install mtx for control of autochanger devices +NO_STAGE= yes .include .if ${PKGNAMESUFFIX} == "-client" || ${PKGNAMESUFFIX} == "-server" #Till end of the file Modified: head/sysutils/bashburn/Makefile ============================================================================== --- head/sysutils/bashburn/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/bashburn/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -24,6 +24,7 @@ EJECT_DESC= Ejecting the CD/DVD drive NORMALIZE_DESC= An audio file volume normalizer SUDO_DESC= To allow non-privileged users to burn CD's +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCDRDAO} Modified: head/sysutils/batmon/Makefile ============================================================================== --- head/sysutils/batmon/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/batmon/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -16,6 +16,7 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile Modified: head/sysutils/battfink/Makefile ============================================================================== --- head/sysutils/battfink/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/battfink/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -22,4 +22,5 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= battfink.schemas +NO_STAGE= yes .include Modified: head/sysutils/battmond/Makefile ============================================================================== --- head/sysutils/battmond/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/battmond/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# New ports collection makefile for: battmond -# Date created: 16 June 2006 -# Whom: ntarmos@ceid.upatras.gr -# +# Created by: ntarmos@ceid.upatras.gr # $FreeBSD$ -# PORTNAME= battmond PORTVERSION= 0.3 @@ -19,4 +15,5 @@ MANCOMPRESSED= yes PLIST_FILES= sbin/battmond \ etc/rc.d/battmond +NO_STAGE= yes .include Modified: head/sysutils/battray/Makefile ============================================================================== --- head/sysutils/battray/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/battray/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# New ports collection makefile for: sysutils/battray -# Date created: 2011-08-30 -# Whom: Martin Tournoij -# +# Created by: Martin Tournoij # $FreeBSD$ -# PORTNAME= battray PORTVERSION= 1.5 @@ -21,4 +17,5 @@ USE_PYDISTUTILS=yes MAN1= battray.1 +NO_STAGE= yes .include Modified: head/sysutils/bbapm/Makefile ============================================================================== --- head/sysutils/bbapm/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/bbapm/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbapm -# Date created: 3 August 2001 -# Whom: Adam Weinberger -# +# Created by: Adam Weinberger # $FreeBSD$ -# PORTNAME= bbapm PORTVERSION= 0.0.1 @@ -28,6 +24,7 @@ PLIST_FILES= bin/bbapm share/bbtools/REA share/bbtools/bbapm.nobb share/bbtools/bbapm.style \ share/bbtools/bbtoolsrc.in +NO_STAGE= yes do-install: ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g operator \ -m 2555 ${WRKSRC}/bbapm ${PREFIX}/bin Modified: head/sysutils/bbcp/Makefile ============================================================================== --- head/sysutils/bbcp/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/bbcp/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbcp -# Date created: 10 August 2012 -# Whom: John Hein -# +# Created by: John Hein # $FreeBSD$ -# PORTNAME= bbcp PORTVERSION= 20120520 @@ -23,6 +19,7 @@ PLIST_FILES= bin/bbcp PORTDOCS= ${PORTNAME}.pdf USE_XZ= yes +NO_STAGE= yes .include do-install: Modified: head/sysutils/bchunk/Makefile ============================================================================== --- head/sysutils/bchunk/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/bchunk/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bchunk -# Date created: 9 Jan 1999 -# Whom: bsdx -# +# Created by: bsdx # $FreeBSD$ -# PORTNAME= bchunk PORTVERSION= 1.2.0 @@ -16,6 +12,7 @@ COMMENT= Converts .bin/.cue files to .is MAN1= bchunk.1 PLIST_FILES= bin/bchunk +NO_STAGE= yes do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} bchunk.c -o bchunk Modified: head/sysutils/be_agent/Makefile ============================================================================== --- head/sysutils/be_agent/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/be_agent/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: be_agent -# Date created: 20 May 2005 -# Whom: Tony Shadwick -# +# Created by: Tony Shadwick # $FreeBSD$ -# PORTNAME= be_agent PORTVERSION= 5.046 @@ -26,6 +22,7 @@ USE_RC_SUBR= be-agent PLIST_FILES= bin/agent.be \ etc/be-agent.cfg.sample +NO_STAGE= yes .include pre-fetch: Modified: head/sysutils/biosfont/Makefile ============================================================================== --- head/sysutils/biosfont/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/biosfont/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -18,6 +18,7 @@ ONLY_FOR_ARCHS= i386 amd64 MAN4= biosfont.4 +NO_STAGE= yes .include KMODDIR= /boot/modules Modified: head/sysutils/bkpupsd/Makefile ============================================================================== --- head/sysutils/bkpupsd/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/bkpupsd/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bkpupsd -# Date created: 26 May 1995 -# Whom: Yoshifumi Watanabe -# +# Created by: Yoshifumi Watanabe # $FreeBSD$ -# PORTNAME= bkpupsd PORTVERSION= 1.0a @@ -15,4 +11,5 @@ COMMENT= A simple UPS daemon for APC BK MAN8= bkpupsd.8 +NO_STAGE= yes .include Modified: head/sysutils/bksh/Makefile ============================================================================== --- head/sysutils/bksh/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/bksh/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -11,6 +11,7 @@ COMMENT= Backup-only shell PLIST_FILES= bin/bksh +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s/NOMAN/NO_MAN/" ${WRKSRC}/local.mk Modified: head/sysutils/blimitd/Makefile ============================================================================== --- head/sysutils/blimitd/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/blimitd/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -1,9 +1,5 @@ -# New ports collection makefile for: blimitd -# Date created: 29 Jul 2001 -# Whom: Andrew Stevenson -# +# Created by: Andrew Stevenson # $FreeBSD$ -# PORTNAME= blimitd PORTVERSION= 0.1 @@ -19,6 +15,7 @@ WRKSRC= ${WRKDIR}/blimitd MAN8= blimitd.8 MANCOMPRESSED= maybe +NO_STAGE= yes .include .if ${OSVERSION} >= 900007 Modified: head/sysutils/bontmia/Makefile ============================================================================== --- head/sysutils/bontmia/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/bontmia/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -19,6 +19,7 @@ NO_BUILD= yes PLIST_FILES= bin/bontmia +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bontmia ${PREFIX}/bin Modified: head/sysutils/boxbackup-devel/Makefile ============================================================================== --- head/sysutils/boxbackup-devel/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/boxbackup-devel/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -41,6 +41,7 @@ CLIENT_DESC= Install the bbackupd clien SERVER_DESC= Install the bbstored server GNUREADLINE_DESC= Enable the use of GNU readline +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGNUREADLINE} Modified: head/sysutils/boxbackup/Makefile ============================================================================== --- head/sysutils/boxbackup/Makefile Fri Sep 20 22:58:38 2013 (r327771) +++ head/sysutils/boxbackup/Makefile Fri Sep 20 23:05:58 2013 (r327772) @@ -38,6 +38,7 @@ SERVER_DESC= Install the bbstored server OPTIONS_DEFAULT=CLIENT SERVER +NO_STAGE= yes .include .if ${PORT_OPTIONS:MREADLINE} Modified: head/sysutils/brasero/Makefile ============================================================================== --- head/sysutils/brasero/Makefile Fri Sep 20 22:58:38 2013 (r327771) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 23:17:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CF31EF39; Fri, 20 Sep 2013 23:17:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B906828D2; Fri, 20 Sep 2013 23:17:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KNHl0o026643; Fri, 20 Sep 2013 23:17:47 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KNHWaW026503; Fri, 20 Sep 2013 23:17:32 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202317.r8KNHWaW026503@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 23:17:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327773 - in head/textproc: 2bsd-diff R-cran-R2HTML R-cran-XML R-cran-stringr R-cran-xtable ack adabrowse add-css-links af-aspell aft agrep aiksaurus aiksaurus-gtk align am-aspell amber... 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.14 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: Fri, 20 Sep 2013 23:17:47 -0000 Author: bapt Date: Fri Sep 20 23:17:30 2013 New Revision: 327773 URL: http://svnweb.freebsd.org/changeset/ports/327773 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) Modified: head/textproc/2bsd-diff/Makefile head/textproc/R-cran-R2HTML/Makefile head/textproc/R-cran-XML/Makefile head/textproc/R-cran-stringr/Makefile head/textproc/R-cran-xtable/Makefile head/textproc/ack/Makefile head/textproc/adabrowse/Makefile head/textproc/add-css-links/Makefile head/textproc/af-aspell/Makefile head/textproc/aft/Makefile head/textproc/agrep/Makefile head/textproc/aiksaurus-gtk/Makefile head/textproc/aiksaurus/Makefile head/textproc/align/Makefile head/textproc/am-aspell/Makefile head/textproc/amberfish/Makefile head/textproc/ansifilter/Makefile head/textproc/ant-xinclude-task/Makefile head/textproc/antiword/Makefile head/textproc/apache-solr/Makefile head/textproc/apache-solr3/Makefile head/textproc/apertium/Makefile head/textproc/archmage/Makefile head/textproc/artha/Makefile head/textproc/asciidoc/Makefile head/textproc/asm-xml/Makefile head/textproc/aspell/Makefile head/textproc/ast-aspell/Makefile head/textproc/atom/Makefile head/textproc/ats-contrib-parcomb/Makefile head/textproc/augeas/Makefile head/textproc/az-aspell/Makefile head/textproc/bar/Makefile head/textproc/bbe/Makefile head/textproc/be-aspell/Makefile head/textproc/bedic-data/Makefile head/textproc/beediff/Makefile head/textproc/bg-aspell/Makefile head/textproc/bg-hyphen/Makefile head/textproc/bg-mythes/Makefile head/textproc/bib2html/Makefile head/textproc/bibtex2html/Makefile head/textproc/bibtool/Makefile head/textproc/bibutils/Makefile head/textproc/bn-aspell/Makefile head/textproc/bomstrip/Makefile head/textproc/br-aspell/Makefile head/textproc/british-ispell/Makefile head/textproc/bsddiff/Makefile head/textproc/bsdgrep/Makefile head/textproc/bsdsort/Makefile head/textproc/btparse/Makefile head/textproc/c2html/Makefile head/textproc/ca-aspell/Makefile head/textproc/catdoc/Makefile head/textproc/cbedic/Makefile head/textproc/cdif/Makefile head/textproc/cdiff/Makefile head/textproc/chm2pdf/Makefile head/textproc/chpp/Makefile head/textproc/cl-meta-clisp/Makefile head/textproc/cl-meta-sbcl/Makefile head/textproc/cl-meta/Makefile head/textproc/cl-ppcre-clisp/Makefile head/textproc/cl-ppcre-sbcl/Makefile head/textproc/cl-ppcre/Makefile head/textproc/clit/Makefile head/textproc/clucene/Makefile head/textproc/coccigrep/Makefile head/textproc/coco/Makefile head/textproc/code2html/Makefile head/textproc/codespell/Makefile head/textproc/cole/Makefile head/textproc/colordiff/Makefile head/textproc/confetti/Makefile head/textproc/confget/Makefile head/textproc/cost/Makefile head/textproc/crimson/Makefile head/textproc/cs-aspell/Makefile head/textproc/cs-mythes/Makefile head/textproc/csb-aspell/Makefile head/textproc/csv2latex/Makefile head/textproc/csv2xml/Makefile head/textproc/csvdiff/Makefile head/textproc/ctpl/Makefile head/textproc/ctpp2/Makefile head/textproc/cwtext/Makefile head/textproc/cy-aspell/Makefile head/textproc/da-aspell/Makefile head/textproc/da-hyphen/Makefile head/textproc/dadadodo/Makefile head/textproc/db2latex/Makefile head/textproc/dbacl/Makefile head/textproc/dblatex/Makefile head/textproc/denature/Makefile head/textproc/dict/Makefile head/textproc/dictem-xemacs21-mule/Makefile head/textproc/dictem/Makefile head/textproc/dictfmt/Makefile head/textproc/dictionary/Makefile head/textproc/diffmark/Makefile head/textproc/diffsplit/Makefile head/textproc/diffstat/Makefile head/textproc/diffutils/Makefile head/textproc/dikt/Makefile head/textproc/discount/Makefile head/textproc/dixit/Makefile head/textproc/doc-mode.el/Makefile head/textproc/docbook-241/Makefile head/textproc/docbook-300/Makefile head/textproc/docbook-310/Makefile head/textproc/docbook-400/Makefile head/textproc/docbook-410/Makefile head/textproc/docbook-420/Makefile head/textproc/docbook-430/Makefile head/textproc/docbook-440/Makefile head/textproc/docbook-450/Makefile head/textproc/docbook-500/Makefile head/textproc/docbook-sk/Makefile head/textproc/docbook-tdg/Makefile head/textproc/docbook-to-man/Makefile head/textproc/docbook-utils/Makefile head/textproc/docbook-xml-430/Makefile head/textproc/docbook-xml-440/Makefile head/textproc/docbook-xml-450/Makefile head/textproc/docbook-xml/Makefile head/textproc/docbook-xsd/Makefile head/textproc/docbook-xsl-ns/Makefile head/textproc/docbook-xsl/Makefile head/textproc/docbook/Makefile head/textproc/docbook2X/Makefile head/textproc/docbookide.el/Makefile head/textproc/docdiff/Makefile head/textproc/doclifter/Makefile head/textproc/docproj-nojadetex/Makefile head/textproc/docproj/Makefile head/textproc/dom4j/Makefile head/textproc/domc/Makefile head/textproc/dsssl-docbook-modular/Makefile head/textproc/dtd-catalogs/Makefile head/textproc/dtd2relax/Makefile head/textproc/dtdinst/Makefile head/textproc/dtdparse/Makefile head/textproc/duncan/Makefile head/textproc/dwdiff/Makefile head/textproc/easydiff/Makefile head/textproc/ebook-tools/Makefile head/textproc/ecromedos/Makefile head/textproc/ekhtml/Makefile head/textproc/el-aspell/Makefile head/textproc/el-hyphen/Makefile head/textproc/elasticsearch/Makefile head/textproc/emacs-wiki/Makefile head/textproc/en-aspell/Makefile head/textproc/en-hunspell/Makefile head/textproc/en-mythes/Makefile head/textproc/enchant/Makefile head/textproc/eo-aspell/Makefile head/textproc/eqe/Makefile head/textproc/eruby/Makefile head/textproc/es-aspell/Makefile head/textproc/es-hunspell/Makefile head/textproc/es-hyphen/Makefile head/textproc/es-ispell/Makefile head/textproc/es-mythes/Makefile head/textproc/estraier/Makefile head/textproc/et-aspell/Makefile head/textproc/exempi/Makefile head/textproc/exmpp/Makefile head/textproc/expat2/Makefile head/textproc/exslt/Makefile head/textproc/ezxml/Makefile head/textproc/fa-aspell/Makefile head/textproc/fcitx-m17n/Makefile head/textproc/fex/Makefile head/textproc/ffe/Makefile head/textproc/fi-aspell/Makefile head/textproc/filepp/Makefile head/textproc/fileshuffle/Makefile head/textproc/fist/Makefile head/textproc/fixrtf/Makefile head/textproc/fldiff/Makefile head/textproc/flex/Makefile head/textproc/flip/Makefile head/textproc/fo-aspell/Makefile head/textproc/foiltex/Makefile head/textproc/fop/Makefile head/textproc/fpc-aspell/Makefile head/textproc/fpc-libxml2/Makefile head/textproc/freexl/Makefile head/textproc/fy-aspell/Makefile head/textproc/ga-aspell/Makefile head/textproc/gastex/Makefile head/textproc/gd-aspell/Makefile head/textproc/gdict/Makefile head/textproc/gdome2/Makefile head/textproc/gl-aspell/Makefile head/textproc/gladtex/Makefile head/textproc/glark/Makefile head/textproc/glimpse/Makefile head/textproc/glpi-plugins-AdditionalReports/Makefile head/textproc/glpi-plugins-DataInjection/Makefile head/textproc/gmetadom/Makefile head/textproc/gnome-doc-utils/Makefile head/textproc/gnome-spell/Makefile head/textproc/gnome-translate/Makefile head/textproc/gnugrep/Makefile head/textproc/go-text/Makefile head/textproc/goldendict/Makefile head/textproc/google-ctemplate/Makefile head/textproc/gpp/Makefile head/textproc/grap/Makefile head/textproc/grc-aspell/Makefile head/textproc/groff/Makefile head/textproc/groonga/Makefile head/textproc/gsed/Makefile head/textproc/gtk-doc/Makefile head/textproc/gtkdiff/Makefile head/textproc/gtkspell-reference/Makefile head/textproc/gtkspell/Makefile head/textproc/gu-aspell/Makefile head/textproc/gutenmark/Makefile head/textproc/gv-aspell/Makefile head/textproc/gxmlviewer/Makefile head/textproc/heirloom-doctools/Makefile head/textproc/hevea/Makefile head/textproc/hgrep/Makefile head/textproc/hhm/Makefile head/textproc/hi-aspell/Makefile head/textproc/highlight/Makefile head/textproc/hil-aspell/Makefile head/textproc/hr-aspell/Makefile head/textproc/hs-Diff/Makefile head/textproc/hs-HStringTemplate/Makefile head/textproc/hs-HaXml/Makefile head/textproc/hs-attoparsec-conduit/Makefile head/textproc/hs-attoparsec-enumerator/Makefile head/textproc/hs-attoparsec/Makefile head/textproc/hs-blaze-html/Makefile head/textproc/hs-blaze-markup/Makefile head/textproc/hs-bytestring-csv/Makefile head/textproc/hs-case-insensitive/Makefile head/textproc/hs-citeproc-hs/Makefile head/textproc/hs-csv/Makefile head/textproc/hs-double-conversion/Makefile head/textproc/hs-feed/Makefile head/textproc/hs-hexpat/Makefile head/textproc/hs-highlighting-kate/Makefile head/textproc/hs-hs-bibutils/Makefile head/textproc/hs-html-conduit/Makefile head/textproc/hs-html/Makefile head/textproc/hs-hxt-charproperties/Makefile head/textproc/hs-hxt-regex-xmlschema/Makefile head/textproc/hs-hxt-unicode/Makefile head/textproc/hs-hxt/Makefile head/textproc/hs-lhs2tex/Makefile head/textproc/hs-libxml/Makefile head/textproc/hs-pandoc-types/Makefile head/textproc/hs-pandoc/Makefile head/textproc/hs-parsec/Makefile head/textproc/hs-polyparse/Makefile head/textproc/hs-regex-base/Makefile head/textproc/hs-regex-compat/Makefile head/textproc/hs-regex-pcre-builtin/Makefile head/textproc/hs-regex-posix/Makefile head/textproc/hs-regex-tdfa/Makefile head/textproc/hs-stringsearch/Makefile head/textproc/hs-tagsoup/Makefile head/textproc/hs-tagstream-conduit/Makefile head/textproc/hs-texmath/Makefile head/textproc/hs-xhtml/Makefile head/textproc/hs-xml-conduit/Makefile head/textproc/hs-xml-types/Makefile head/textproc/hs-xml/Makefile head/textproc/hs-xmlhtml/Makefile head/textproc/hs-yaml/Makefile head/textproc/hsb-aspell/Makefile head/textproc/htdig/Makefile head/textproc/html-pretty/Makefile head/textproc/html/Makefile head/textproc/html2fo/Makefile head/textproc/html2tex/Makefile head/textproc/html2text/Makefile head/textproc/htmlc/Makefile head/textproc/htmldoc/Makefile head/textproc/htmlise/Makefile head/textproc/htmlize.el/Makefile head/textproc/htmlsection/Makefile head/textproc/htmltolatex/Makefile head/textproc/humanzip/Makefile head/textproc/hunspell/Makefile head/textproc/hy-aspell/Makefile head/textproc/hyperestraier/Makefile head/textproc/hyphen/Makefile head/textproc/ia-aspell/Makefile head/textproc/ibus-el/Makefile head/textproc/ibus-kmfl/Makefile head/textproc/ibus-m17n/Makefile head/textproc/ibus-qt/Makefile head/textproc/ibus-table/Makefile head/textproc/ibus/Makefile head/textproc/id-aspell/Makefile head/textproc/id-hyphen/Makefile head/textproc/idnits/Makefile head/textproc/igor/Makefile head/textproc/iksemel/Makefile head/textproc/info2html/Makefile head/textproc/info2man/Makefile head/textproc/info_to_html/Makefile head/textproc/intltool/Makefile head/textproc/ipdf/Makefile head/textproc/irstlm/Makefile head/textproc/is-aspell/Makefile head/textproc/is-hyphen/Makefile head/textproc/iso-schematron-xslt/Makefile head/textproc/iso12083/Makefile head/textproc/iso8879/Makefile head/textproc/ispell/Makefile head/textproc/it-aspell/Makefile head/textproc/it-hunspell/Makefile head/textproc/it-hyphen/Makefile head/textproc/it-ispell/Makefile head/textproc/it-mythes/Makefile head/textproc/itstool/Makefile head/textproc/jade/Makefile head/textproc/jakarta-commons-digester/Makefile head/textproc/jakarta-poi/Makefile head/textproc/jalingo/Makefile head/textproc/jarnal/Makefile head/textproc/java2html/Makefile head/textproc/jaxup/Makefile head/textproc/jdictionary-int-eng/Makefile head/textproc/jdictionary/Makefile head/textproc/jing/Makefile head/textproc/jq/Makefile head/textproc/jrefentry/Makefile head/textproc/jshon/Makefile head/textproc/kdiff3/Makefile head/textproc/kmfl-european-latin/Makefile head/textproc/kmfl-khmer/Makefile head/textproc/kmfl-sil-ezra/Makefile head/textproc/kmfl-sil-galatia/Makefile head/textproc/kmfl-sil-ipa-unicode/Makefile head/textproc/kmfl-sil-panafrican-latin/Makefile head/textproc/kmfl-sil-yi/Makefile head/textproc/kmfl-varamozhi-malayalam/Makefile head/textproc/kmflcomp/Makefile head/textproc/kn-aspell/Makefile head/textproc/ku-aspell/Makefile head/textproc/ky-aspell/Makefile head/textproc/l2a/Makefile head/textproc/la-aspell/Makefile head/textproc/lacheck/Makefile head/textproc/latex-service/Makefile head/textproc/latex2html/Makefile head/textproc/lemmatizer2/Makefile head/textproc/lexxia/Makefile head/textproc/libcrm114/Makefile head/textproc/libcroco/Makefile head/textproc/libcsv/Makefile head/textproc/libcue/Makefile head/textproc/libebml/Makefile head/textproc/libextractor/Makefile head/textproc/libexttextcat/Makefile head/textproc/libflate/Makefile head/textproc/libguess/Makefile head/textproc/libkmfl/Makefile head/textproc/libkolabxml/Makefile head/textproc/liblingoteach/Makefile head/textproc/liblrdf/Makefile head/textproc/libmrss-php/Makefile head/textproc/libmrss/Makefile head/textproc/libnxml/Makefile head/textproc/libparsifal/Makefile head/textproc/libroxml/Makefile head/textproc/libsoldout/Makefile head/textproc/libsphinxclient/Makefile head/textproc/libstree/Makefile head/textproc/libtext-charwidth-perl/Makefile head/textproc/libtext-wrapi18n-perl/Makefile head/textproc/libtextcat/Makefile head/textproc/libtranslate/Makefile head/textproc/libtre/Makefile head/textproc/libunibreak/Makefile head/textproc/libuninameslist/Makefile head/textproc/libvisio/Makefile head/textproc/libwpd/Makefile head/textproc/libwpd08/Makefile head/textproc/libwps/Makefile head/textproc/libxdiff/Makefile head/textproc/libxml++/Makefile head/textproc/libxml++26-reference/Makefile head/textproc/libxml++26/Makefile head/textproc/libxml/Makefile head/textproc/libxml2-reference/Makefile head/textproc/libxml2/Makefile head/textproc/libxode/Makefile head/textproc/libxslt-reference/Makefile head/textproc/libxslt/Makefile head/textproc/libyaml/Makefile head/textproc/link-grammar/Makefile head/textproc/linux-f10-aspell/Makefile head/textproc/linux-f10-expat/Makefile head/textproc/linux-f10-libxml/Makefile head/textproc/linux-f10-libxml2/Makefile head/textproc/linux-f10-scim-gtk/Makefile head/textproc/linux-f10-scim-libs/Makefile head/textproc/linuxdoc/Makefile head/textproc/localize/Makefile head/textproc/lt-aspell/Makefile head/textproc/lt-hyphen/Makefile head/textproc/lttoolbox/Makefile head/textproc/ltxml/Makefile head/textproc/luaexpat/Makefile head/textproc/lucene/Makefile head/textproc/lucene4/Makefile head/textproc/lv-aspell/Makefile head/textproc/m17n-contrib/Makefile head/textproc/m17n-im-config/Makefile head/textproc/makefaq/Makefile head/textproc/makepatch/Makefile head/textproc/man2html/Makefile head/textproc/manued.el/Makefile head/textproc/markdown-mode.el/Makefile head/textproc/markdown/Makefile head/textproc/mathml-xsd/Makefile head/textproc/mdocml/Makefile head/textproc/meld/Makefile head/textproc/metaf2xml/Makefile head/textproc/metauml/Makefile head/textproc/mgdiff/Makefile head/textproc/mguesser/Makefile head/textproc/mi-aspell/Makefile head/textproc/mifluz/Makefile head/textproc/minised/Makefile head/textproc/mk-aspell/Makefile head/textproc/mkcatalog/Makefile head/textproc/ml-aspell/Makefile head/textproc/ml1/Makefile head/textproc/mn-aspell/Makefile head/textproc/modlogan/Makefile head/textproc/mr-aspell/Makefile head/textproc/ms-aspell/Makefile head/textproc/msort/Makefile head/textproc/mt-aspell/Makefile head/textproc/multimarkdown/Makefile head/textproc/muse/Makefile head/textproc/mxml/Makefile head/textproc/mysqlviz/Makefile head/textproc/mythes/Makefile head/textproc/nb-aspell/Makefile head/textproc/nds-aspell/Makefile head/textproc/nl-aspell/Makefile head/textproc/nl-hunspell/Makefile head/textproc/nl-hyphen/Makefile head/textproc/nl-ispell/Makefile head/textproc/nl-mythes/Makefile head/textproc/nltk/Makefile head/textproc/nn-aspell/Makefile head/textproc/no-hunspell/Makefile head/textproc/nunnimcax/Makefile head/textproc/nux/Makefile head/textproc/ny-aspell/Makefile head/textproc/ocaml-csv/Makefile head/textproc/ocaml-expat/Makefile head/textproc/ocaml-pxp/Makefile head/textproc/ocaml-text/Makefile head/textproc/ocaml-tyxml/Makefile head/textproc/odt2txt/Makefile head/textproc/openfts/Makefile head/textproc/openjade/Makefile head/textproc/opensched/Makefile head/textproc/opensp/Makefile head/textproc/openvanilla-framework/Makefile head/textproc/openvanilla-modules/Makefile head/textproc/or-aspell/Makefile head/textproc/ots/Makefile head/textproc/p5-AI-Categorizer/Makefile head/textproc/p5-Algorithm-CheckDigits/Makefile head/textproc/p5-Algorithm-RabinKarp/Makefile head/textproc/p5-Apache-ParseLog/Makefile head/textproc/p5-BibTeX-Parser/Makefile head/textproc/p5-Bloom-Filter/Makefile head/textproc/p5-CAM-PDF/Makefile head/textproc/p5-CQL-Parser/Makefile head/textproc/p5-CSS-Compressor/Makefile head/textproc/p5-CSS-Croco/Makefile head/textproc/p5-CSS-Minifier-XS/Makefile head/textproc/p5-CSS-Minifier/Makefile head/textproc/p5-CSS-Packer/Makefile head/textproc/p5-CSS-SAC/Makefile head/textproc/p5-CSS-Simple/Makefile head/textproc/p5-CSS-Squish/Makefile head/textproc/p5-CSS-Tiny/Makefile head/textproc/p5-CSS/Makefile head/textproc/p5-Chess-PGN-Parse/Makefile head/textproc/p5-Class-CSV/Makefile head/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile head/textproc/p5-Data-FormValidator/Makefile head/textproc/p5-Data-Phrasebook-Loader-YAML/Makefile head/textproc/p5-Data-Phrasebook/Makefile head/textproc/p5-Data-Report/Makefile head/textproc/p5-Data-SpreadPagination/Makefile head/textproc/p5-DelimMatch/Makefile head/textproc/p5-Dev-Bollocks/Makefile head/textproc/p5-Devel-TraceSAX/Makefile head/textproc/p5-DocSet/Makefile head/textproc/p5-EBook-Tools/Makefile head/textproc/p5-ElasticSearch-SearchBuilder/Makefile head/textproc/p5-ElasticSearch/Makefile head/textproc/p5-Excel-Template/Makefile head/textproc/p5-Excel-Writer-XLSX/Makefile head/textproc/p5-File-Inplace/Makefile head/textproc/p5-Filter-Simple/Makefile head/textproc/p5-FormValidator-Lite/Makefile head/textproc/p5-Games-Dissociate/Makefile head/textproc/p5-Geo-Parse-OSM/Makefile head/textproc/p5-Getopt-Lucid/Makefile head/textproc/p5-Google-Data-JSON/Makefile head/textproc/p5-HTML-CTPP2/Makefile head/textproc/p5-HTML-Copy/Makefile head/textproc/p5-HTML-Entities-ImodePictogram/Makefile head/textproc/p5-HTML-Entities-Interpolate/Makefile head/textproc/p5-HTML-Entities-Numbered/Makefile head/textproc/p5-HTML-EscapeEvil/Makefile head/textproc/p5-HTML-Format/Makefile head/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile head/textproc/p5-HTML-FormatText-WithLinks/Makefile head/textproc/p5-HTML-Fraction/Makefile head/textproc/p5-HTML-HTML5-Entities/Makefile head/textproc/p5-HTML-HTML5-Parser/Makefile head/textproc/p5-HTML-HTMLDoc/Makefile head/textproc/p5-HTML-Packer/Makefile head/textproc/p5-HTML-QRCode/Makefile head/textproc/p5-HTML-Quoted/Makefile head/textproc/p5-HTML-RewriteAttributes/Makefile head/textproc/p5-HTML-SBC/Makefile head/textproc/p5-HTML-SuperForm/Makefile head/textproc/p5-HTML-TagFilter/Makefile head/textproc/p5-HTML-Tidy/Makefile head/textproc/p5-HTML-Tiny/Makefile head/textproc/p5-HTML-Truncate/Makefile head/textproc/p5-Hailo/Makefile head/textproc/p5-Hash-Merge/Makefile head/textproc/p5-Hatena-Keyword/Makefile head/textproc/p5-IDNA-Punycode/Makefile head/textproc/p5-IO-CSVHeaderFile/Makefile head/textproc/p5-JavaScript-Minifier-XS/Makefile head/textproc/p5-JavaScript-Minifier/Makefile head/textproc/p5-JavaScript-Packer/Makefile head/textproc/p5-KinoSearch1/Makefile head/textproc/p5-Kwalify/Makefile head/textproc/p5-LaTeX-Driver/Makefile head/textproc/p5-LaTeX-Encode/Makefile head/textproc/p5-LaTeX-Pod/Makefile head/textproc/p5-LaTeX-TOM/Makefile head/textproc/p5-LaTeX-Table/Makefile head/textproc/p5-LaTeX-ToUnicode/Makefile head/textproc/p5-Lingua-Conjunction/Makefile head/textproc/p5-Lingua-EN-AddressParse/Makefile head/textproc/p5-Lingua-EN-Fathom/Makefile head/textproc/p5-Lingua-EN-FindNumber/Makefile head/textproc/p5-Lingua-EN-Gender/Makefile head/textproc/p5-Lingua-EN-Infinitive/Makefile head/textproc/p5-Lingua-EN-Inflect-Number/Makefile head/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile head/textproc/p5-Lingua-EN-Inflect/Makefile head/textproc/p5-Lingua-EN-MatchNames/Makefile head/textproc/p5-Lingua-EN-NameCase/Makefile head/textproc/p5-Lingua-EN-NameParse/Makefile head/textproc/p5-Lingua-EN-NamedEntity/Makefile head/textproc/p5-Lingua-EN-Nickname/Makefile head/textproc/p5-Lingua-EN-Number-IsOrdinal/Makefile head/textproc/p5-Lingua-EN-Numbers-Easy/Makefile head/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile head/textproc/p5-Lingua-EN-Numbers/Makefile head/textproc/p5-Lingua-EN-Sentence/Makefile head/textproc/p5-Lingua-EN-Squeeze/Makefile head/textproc/p5-Lingua-EN-Summarize/Makefile head/textproc/p5-Lingua-EN-Syllable/Makefile head/textproc/p5-Lingua-EN-Tagger/Makefile head/textproc/p5-Lingua-EN-Words2Nums/Makefile head/textproc/p5-Lingua-Ident/Makefile head/textproc/p5-Lingua-Identify/Makefile head/textproc/p5-Lingua-Ispell/Makefile head/textproc/p5-Lingua-PT-Stemmer/Makefile head/textproc/p5-Lingua-Preferred/Makefile head/textproc/p5-Lingua-Stem-Fr/Makefile head/textproc/p5-Lingua-Stem-It/Makefile head/textproc/p5-Lingua-Stem-Ru/Makefile head/textproc/p5-Lingua-Stem-Snowball-Da/Makefile head/textproc/p5-Lingua-Stem-Snowball-No/Makefile head/textproc/p5-Lingua-Stem-Snowball-Se/Makefile head/textproc/p5-Lingua-Stem-Snowball/Makefile head/textproc/p5-Lingua-Stem/Makefile head/textproc/p5-Lingua-StopWords/Makefile head/textproc/p5-Lingua-Treebank/Makefile head/textproc/p5-Lucene/Makefile head/textproc/p5-MARC-Charset/Makefile head/textproc/p5-MARC-Lint/Makefile head/textproc/p5-MARC-Record/Makefile head/textproc/p5-MARC-XML/Makefile head/textproc/p5-MARC/Makefile head/textproc/p5-MKDoc-XML/Makefile head/textproc/p5-Makefile-DOM/Makefile head/textproc/p5-Makefile-Parser/Makefile head/textproc/p5-Markapl/Makefile head/textproc/p5-Marpa-HTML/Makefile head/textproc/p5-MathML-Entities/Makefile head/textproc/p5-Net-IDN-Encode/Makefile head/textproc/p5-Net-Snort-Parser/Makefile head/textproc/p5-Net-YASA/Makefile head/textproc/p5-NetAddr-IP-Find/Makefile head/textproc/p5-Number-Format/Makefile head/textproc/p5-Number-Spell/Makefile head/textproc/p5-ODF-lpOD/Makefile head/textproc/p5-OpenOffice-OODoc/Makefile head/textproc/p5-PDF-API2/Makefile head/textproc/p5-PDF-API3/Makefile head/textproc/p5-PDF-Create/Makefile head/textproc/p5-PDF-FromHTML/Makefile head/textproc/p5-PDF-Table/Makefile head/textproc/p5-PDF-Writer/Makefile head/textproc/p5-POD2-Base/Makefile head/textproc/p5-POE-Filter-XML/Makefile head/textproc/p5-POSIX-Regex/Makefile head/textproc/p5-PPI-HTML/Makefile head/textproc/p5-PPI-XS/Makefile head/textproc/p5-PPI/Makefile head/textproc/p5-PPIx-EditorTools/Makefile head/textproc/p5-PPIx-Regexp/Makefile head/textproc/p5-PPIx-Utilities/Makefile head/textproc/p5-Parse-BooleanLogic/Makefile head/textproc/p5-Parse-CSV/Makefile head/textproc/p5-Parse-FixedLength/Makefile head/textproc/p5-Parse-Flex/Makefile head/textproc/p5-Parse-PhoneNumber/Makefile head/textproc/p5-Parse-Syslog/Makefile head/textproc/p5-Perl-Critic-Bangs/Makefile head/textproc/p5-Perl-Critic/Makefile head/textproc/p5-Perl-MinimumVersion/Makefile head/textproc/p5-PerlPoint-Converters/Makefile head/textproc/p5-PerlPoint-Package/Makefile head/textproc/p5-Petal-CodePerl/Makefile head/textproc/p5-Petal-Mail/Makefile head/textproc/p5-Petal-Utils/Makefile head/textproc/p5-Petal/Makefile head/textproc/p5-Plagger/Makefile head/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile head/textproc/p5-Plucene-Plugin-Analyzer-SnowballAnalyzer/Makefile head/textproc/p5-Plucene-Simple/Makefile head/textproc/p5-Plucene/Makefile head/textproc/p5-Pod-Abstract/Makefile head/textproc/p5-Pod-Autopod/Makefile head/textproc/p5-Pod-Constants/Makefile head/textproc/p5-Pod-DocBook/Makefile head/textproc/p5-Pod-Elemental/Makefile head/textproc/p5-Pod-Escapes/Makefile head/textproc/p5-Pod-Eventual/Makefile head/textproc/p5-Pod-HtmlEasy/Makefile head/textproc/p5-Pod-Markdown/Makefile head/textproc/p5-Pod-POM-View-HTML-Filter/Makefile head/textproc/p5-Pod-POM/Makefile head/textproc/p5-Pod-Parser/Makefile head/textproc/p5-Pod-Perldoc/Makefile head/textproc/p5-Pod-ProjectDocs/Makefile head/textproc/p5-Pod-Readme/Makefile head/textproc/p5-Pod-Simple/Makefile head/textproc/p5-Pod-Spell/Makefile head/textproc/p5-Pod-Strip/Makefile head/textproc/p5-Pod-Stripper/Makefile head/textproc/p5-Pod-Tree/Makefile head/textproc/p5-Pod-WSDL/Makefile head/textproc/p5-Pod-XML/Makefile head/textproc/p5-Pod-Xhtml/Makefile head/textproc/p5-RADIUS-UserFile/Makefile head/textproc/p5-RDF-Core/Makefile head/textproc/p5-RDF-Notation3/Makefile head/textproc/p5-RDF-Simple/Makefile head/textproc/p5-RDFStore/Makefile head/textproc/p5-RTF-Parser/Makefile head/textproc/p5-RTF-Tokenizer/Makefile head/textproc/p5-RTF-Writer/Makefile head/textproc/p5-Regex-PreSuf/Makefile head/textproc/p5-Regexp-Common-Email-Address/Makefile head/textproc/p5-Regexp-Common-net-CIDR/Makefile head/textproc/p5-Regexp-Common-profanity_us/Makefile head/textproc/p5-Regexp-Common/Makefile head/textproc/p5-Regexp-Copy/Makefile head/textproc/p5-Regexp-DefaultFlags/Makefile head/textproc/p5-Regexp-IPv6/Makefile head/textproc/p5-Regexp-Log-Common/Makefile head/textproc/p5-Regexp-Log/Makefile head/textproc/p5-SGML-DTDParse/Makefile head/textproc/p5-SGML-Parser-OpenSP/Makefile head/textproc/p5-SGMLSpm/Makefile head/textproc/p5-SQL-Tokenizer/Makefile head/textproc/p5-SVG-Parser/Makefile head/textproc/p5-SVG/Makefile head/textproc/p5-Search-Estraier/Makefile head/textproc/p5-Search-Odeum/Makefile head/textproc/p5-Search-Saryer/Makefile head/textproc/p5-Search-VectorSpace/Makefile head/textproc/p5-Senna/Makefile head/textproc/p5-Solr/Makefile head/textproc/p5-Sort-ArbBiLex/Makefile head/textproc/p5-Sort-Fields/Makefile head/textproc/p5-Sort-Naturally/Makefile head/textproc/p5-Sphinx-Config/Makefile head/textproc/p5-Sphinx-Manager/Makefile head/textproc/p5-Sphinx-Search/Makefile head/textproc/p5-Spork/Makefile head/textproc/p5-Spreadsheet-ParseExcel/Makefile head/textproc/p5-Spreadsheet-Read/Makefile head/textproc/p5-Spreadsheet-ReadSXC/Makefile head/textproc/p5-Spreadsheet-WriteExcel-FromXML/Makefile head/textproc/p5-Spreadsheet-WriteExcel-Styler/Makefile head/textproc/p5-Spreadsheet-WriteExcel/Makefile head/textproc/p5-Spreadsheet-WriteExcelXML/Makefile head/textproc/p5-Spreadsheet-XLSX/Makefile head/textproc/p5-String-BufferStack/Makefile head/textproc/p5-String-CamelCase/Makefile head/textproc/p5-String-Compare-ConstantTime/Makefile head/textproc/p5-String-Divert/Makefile head/textproc/p5-String-Escape/Makefile head/textproc/p5-String-Flogger/Makefile head/textproc/p5-String-Format/Makefile head/textproc/p5-String-Fraction/Makefile head/textproc/p5-String-HexConvert/Makefile head/textproc/p5-String-Koremutake/Makefile head/textproc/p5-String-RewritePrefix/Makefile head/textproc/p5-String-Scanf/Makefile head/textproc/p5-String-ShellQuote/Makefile head/textproc/p5-String-ShowDiff/Makefile head/textproc/p5-String-Strip/Makefile head/textproc/p5-String-ToIdentifier-EN/Makefile head/textproc/p5-String-Tokenizer/Makefile head/textproc/p5-String-Truncate/Makefile head/textproc/p5-String-Urandom/Makefile head/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile head/textproc/p5-Syntax-Highlight-Perl-Improved/Makefile head/textproc/p5-TeX-Encode/Makefile head/textproc/p5-TeX-Hyphen/Makefile head/textproc/p5-Template-Declare/Makefile head/textproc/p5-Template-Extract/Makefile head/textproc/p5-Template-Magic/Makefile head/textproc/p5-Template-Plugin-Autoformat/Makefile head/textproc/p5-Template-Plugin-Filter-Minify-CSS-XS/Makefile head/textproc/p5-Template-Plugin-Filter-Minify-CSS/Makefile head/textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS/Makefile head/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile head/textproc/p5-Template-Plugin-HTML-SuperForm/Makefile head/textproc/p5-Template-Plugin-Lingua-EN-Inflect/Makefile head/textproc/p5-Template-Plugin-XML-Escape/Makefile head/textproc/p5-Template-Semantic/Makefile head/textproc/p5-Template-Tiny/Makefile head/textproc/p5-Term-QRCode/Makefile head/textproc/p5-Test-Perl-Critic/Makefile head/textproc/p5-Text-ASCIIMathML/Makefile head/textproc/p5-Text-ASCIITable/Makefile head/textproc/p5-Text-Affixes/Makefile head/textproc/p5-Text-Aligner/Makefile head/textproc/p5-Text-Aspell/Makefile head/textproc/p5-Text-Autoformat/Makefile head/textproc/p5-Text-Balanced/Makefile head/textproc/p5-Text-Bastardize/Makefile head/textproc/p5-Text-BibTeX/Makefile head/textproc/p5-Text-Bind/Makefile head/textproc/p5-Text-Brew/Makefile head/textproc/p5-Text-CSV-Encoded/Makefile head/textproc/p5-Text-CSV-Hashify/Makefile head/textproc/p5-Text-CSV-Simple/Makefile head/textproc/p5-Text-CSV/Makefile head/textproc/p5-Text-CSV_XS/Makefile head/textproc/p5-Text-Capitalize/Makefile head/textproc/p5-Text-CharWidth/Makefile head/textproc/p5-Text-Chomp/Makefile head/textproc/p5-Text-ClearSilver/Makefile head/textproc/p5-Text-Context-EitherSide/Makefile head/textproc/p5-Text-Context/Makefile head/textproc/p5-Text-DHCPLeases/Makefile head/textproc/p5-Text-Decorator/Makefile head/textproc/p5-Text-Delimited/Makefile head/textproc/p5-Text-Diff-HTML/Makefile head/textproc/p5-Text-Diff-Parser/Makefile head/textproc/p5-Text-Diff/Makefile head/textproc/p5-Text-Diff3/Makefile head/textproc/p5-Text-DoubleMetaphone/Makefile head/textproc/p5-Text-Emoticon-GoogleTalk/Makefile head/textproc/p5-Text-Emoticon-MSN/Makefile head/textproc/p5-Text-Emoticon/Makefile head/textproc/p5-Text-EtText/Makefile head/textproc/p5-Text-Extract-Word/Makefile head/textproc/p5-Text-ExtractWords/Makefile head/textproc/p5-Text-FillIn/Makefile head/textproc/p5-Text-Filter-Chain/Makefile head/textproc/p5-Text-Filter/Makefile head/textproc/p5-Text-FindIndent/Makefile head/textproc/p5-Text-FixEOL/Makefile head/textproc/p5-Text-FixedLength-Extra/Makefile head/textproc/p5-Text-FixedLength/Makefile head/textproc/p5-Text-Flow/Makefile head/textproc/p5-Text-Flowchart/Makefile head/textproc/p5-Text-Flowed/Makefile head/textproc/p5-Text-Format+NWrap/Makefile head/textproc/p5-Text-Format/Makefile head/textproc/p5-Text-FormatTable/Makefile head/textproc/p5-Text-German/Makefile head/textproc/p5-Text-Glob/Makefile head/textproc/p5-Text-Graphics/Makefile head/textproc/p5-Text-Greeking/Makefile head/textproc/p5-Text-Haml/Makefile head/textproc/p5-Text-Hatena/Makefile head/textproc/p5-Text-Highlight/Makefile head/textproc/p5-Text-HikiDoc/Makefile head/textproc/p5-Text-Language-Guess/Makefile head/textproc/p5-Text-Lorem/Makefile head/textproc/p5-Text-Markdown/Makefile head/textproc/p5-Text-Match-FastAlternatives/Makefile head/textproc/p5-Text-Metaphone/Makefile head/textproc/p5-Text-MicroMason/Makefile head/textproc/p5-Text-MicroTemplate-Extended/Makefile head/textproc/p5-Text-MicroTemplate/Makefile head/textproc/p5-Text-MultiMarkdown/Makefile head/textproc/p5-Text-NSP/Makefile head/textproc/p5-Text-NeatTemplate/Makefile head/textproc/p5-Text-Netstring/Makefile head/textproc/p5-Text-Ngram/Makefile head/textproc/p5-Text-Ngrams/Makefile head/textproc/p5-Text-Original/Makefile head/textproc/p5-Text-Padding/Makefile head/textproc/p5-Text-ParagraphDiff/Makefile head/textproc/p5-Text-ParseWords/Makefile head/textproc/p5-Text-Patch/Makefile head/textproc/p5-Text-Pipe/Makefile head/textproc/p5-Text-Prefix-XS/Makefile head/textproc/p5-Text-QRCode/Makefile head/textproc/p5-Text-Query/Makefile head/textproc/p5-Text-Quote/Makefile head/textproc/p5-Text-Quoted/Makefile head/textproc/p5-Text-RecordParser/Makefile head/textproc/p5-Text-Reflow/Makefile head/textproc/p5-Text-Reform/Makefile head/textproc/p5-Text-Report/Makefile head/textproc/p5-Text-Repository/Makefile head/textproc/p5-Text-Sass/Makefile head/textproc/p5-Text-Shellwords/Makefile head/textproc/p5-Text-Similarity/Makefile head/textproc/p5-Text-SimpleTable/Makefile head/textproc/p5-Text-SimpleTemplate/Makefile head/textproc/p5-Text-SpellChecker-GUI/Makefile head/textproc/p5-Text-SpellChecker/Makefile head/textproc/p5-Text-Striphigh/Makefile head/textproc/p5-Text-Table/Makefile head/textproc/p5-Text-Tabs+Wrap/Makefile head/textproc/p5-Text-TabularDisplay/Makefile head/textproc/p5-Text-Tags/Makefile head/textproc/p5-Text-Template/Makefile head/textproc/p5-Text-TestBase/Makefile head/textproc/p5-Text-Textile/Makefile head/textproc/p5-Text-Tmpl/Makefile head/textproc/p5-Text-Trac/Makefile head/textproc/p5-Text-Trim/Makefile head/textproc/p5-Text-Truncate/Makefile head/textproc/p5-Text-Typography/Makefile head/textproc/p5-Text-Unaccent/Makefile head/textproc/p5-Text-VimColor/Makefile head/textproc/p5-Text-WikiCreole/Makefile head/textproc/p5-Text-WikiFormat/Makefile head/textproc/p5-Text-WordDiff/Makefile head/textproc/p5-Text-Wrapper/Makefile head/textproc/p5-Text-Xslate-Bridge-TT2Like/Makefile head/textproc/p5-Text-Xslate/Makefile head/textproc/p5-Text-vCard/Makefile head/textproc/p5-Tiffany/Makefile head/textproc/p5-Time-Human/Makefile head/textproc/p5-Tk-Pod/Makefile head/textproc/p5-Tk-XMLViewer/Makefile head/textproc/p5-Tree-Nary/Makefile head/textproc/p5-Tree-Suffix/Makefile head/textproc/p5-UML-Class-Simple/Makefile head/textproc/p5-UML-Sequence/Makefile head/textproc/p5-UML-State/Makefile head/textproc/p5-URI-Find/Makefile head/textproc/p5-Unicode-CheckUTF8/Makefile head/textproc/p5-Unicode-Collate/Makefile head/textproc/p5-Unicode-EastAsianWidth/Makefile head/textproc/p5-Unicode-Escape/Makefile head/textproc/p5-Unicode-LineBreak/Makefile head/textproc/p5-Unicode-Normalize/Makefile head/textproc/p5-Unicode-Unihan/Makefile head/textproc/p5-Validator-Custom/Makefile head/textproc/p5-Version-Next/Makefile head/textproc/p5-Vroom/Makefile head/textproc/p5-WDDX/Makefile head/textproc/p5-WWW-Google-SiteMap/Makefile head/textproc/p5-WWW-Wordnik-API/Makefile head/textproc/p5-WordNet-QueryData/Makefile head/textproc/p5-WordNet-Similarity/Makefile head/textproc/p5-XML-Atom-Ext-OpenSearch/Makefile head/textproc/p5-XML-Atom-Filter/Makefile head/textproc/p5-XML-Atom-SimpleFeed/Makefile head/textproc/p5-XML-Atom-Stream/Makefile head/textproc/p5-XML-Atom-Syndication/Makefile head/textproc/p5-XML-Atom/Makefile head/textproc/p5-XML-AutoWriter/Makefile head/textproc/p5-XML-Bare/Makefile head/textproc/p5-XML-Canonical/Makefile head/textproc/p5-XML-CanonicalizeXML/Makefile head/textproc/p5-XML-Catalog/Makefile head/textproc/p5-XML-Clean/Makefile head/textproc/p5-XML-Code/Makefile head/textproc/p5-XML-Compile-Cache/Makefile head/textproc/p5-XML-Compile-Dumper/Makefile head/textproc/p5-XML-Compile/Makefile head/textproc/p5-XML-DBMS/Makefile head/textproc/p5-XML-DOM-Lite/Makefile head/textproc/p5-XML-DOM-XPath/Makefile head/textproc/p5-XML-DOM/Makefile head/textproc/p5-XML-DOM2/Makefile head/textproc/p5-XML-DOMHandler/Makefile head/textproc/p5-XML-DT/Makefile head/textproc/p5-XML-DTDParser/Makefile head/textproc/p5-XML-Descent/Makefile head/textproc/p5-XML-DifferenceMarkup/Makefile head/textproc/p5-XML-Directory/Makefile head/textproc/p5-XML-DoubleEncodedEntities/Makefile head/textproc/p5-XML-Driver-HTML/Makefile head/textproc/p5-XML-Dumper/Makefile head/textproc/p5-XML-Elemental/Makefile head/textproc/p5-XML-Encoding/Makefile head/textproc/p5-XML-Entities/Makefile head/textproc/p5-XML-FOAF/Makefile head/textproc/p5-XML-Feed-Deduper/Makefile head/textproc/p5-XML-Feed/Makefile head/textproc/p5-XML-FeedPP/Makefile head/textproc/p5-XML-Filter-BufferText/Makefile head/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile head/textproc/p5-XML-Filter-DetectWS/Makefile head/textproc/p5-XML-Filter-GenericChunk/Makefile head/textproc/p5-XML-Filter-Reindent/Makefile head/textproc/p5-XML-Filter-SAX1toSAX2/Makefile head/textproc/p5-XML-Filter-SAXT/Makefile head/textproc/p5-XML-Filter-XInclude/Makefile head/textproc/p5-XML-Filter-XSLT/Makefile head/textproc/p5-XML-Flow/Makefile head/textproc/p5-XML-GDOME/Makefile head/textproc/p5-XML-Generator-DBI/Makefile head/textproc/p5-XML-Generator-PerlData/Makefile head/textproc/p5-XML-Generator/Makefile head/textproc/p5-XML-Grove/Makefile head/textproc/p5-XML-Hadler-HTMLWriter/Makefile head/textproc/p5-XML-Handler-Dtd2DocBook/Makefile head/textproc/p5-XML-Handler-Dtd2Html/Makefile head/textproc/p5-XML-Handler-Trees/Makefile head/textproc/p5-XML-Handler-YAWriter/Makefile head/textproc/p5-XML-Hash-LX/Makefile head/textproc/p5-XML-LibXML-Cache/Makefile head/textproc/p5-XML-LibXML-Iterator/Makefile head/textproc/p5-XML-LibXML-PrettyPrint/Makefile head/textproc/p5-XML-LibXML-SAX-ChunkParser/Makefile head/textproc/p5-XML-LibXML-Simple/Makefile head/textproc/p5-XML-LibXML/Makefile head/textproc/p5-XML-LibXSLT/Makefile head/textproc/p5-XML-Liberal/Makefile head/textproc/p5-XML-Literal/Makefile head/textproc/p5-XML-Mini/Makefile head/textproc/p5-XML-MyXML/Makefile head/textproc/p5-XML-NamespaceSupport/Makefile head/textproc/p5-XML-Node/Makefile head/textproc/p5-XML-NodeFilter/Makefile head/textproc/p5-XML-OPML-LibXML/Makefile head/textproc/p5-XML-OPML/Makefile head/textproc/p5-XML-Parsepp/Makefile head/textproc/p5-XML-Parser-EasyTree/Makefile head/textproc/p5-XML-Parser-Lite-Tree/Makefile head/textproc/p5-XML-Parser-Style-EasyTree/Makefile head/textproc/p5-XML-Parser-Style-Elemental/Makefile head/textproc/p5-XML-Parser/Makefile head/textproc/p5-XML-Quote/Makefile head/textproc/p5-XML-RAI/Makefile head/textproc/p5-XML-RSS-Feed/Makefile head/textproc/p5-XML-RSS-JavaScript/Makefile head/textproc/p5-XML-RSS-LibXML/Makefile head/textproc/p5-XML-RSS-Liberal/Makefile head/textproc/p5-XML-RSS-Parser/Makefile head/textproc/p5-XML-RSS-SimpleGen/Makefile head/textproc/p5-XML-RSS/Makefile head/textproc/p5-XML-RSSLite/Makefile head/textproc/p5-XML-Reader/Makefile head/textproc/p5-XML-RegExp/Makefile head/textproc/p5-XML-Rewrite/Makefile head/textproc/p5-XML-Rules/Makefile head/textproc/p5-XML-SAX-Base/Makefile head/textproc/p5-XML-SAX-Expat-Incremental/Makefile head/textproc/p5-XML-SAX-Expat/Makefile head/textproc/p5-XML-SAX-ExpatXS/Makefile head/textproc/p5-XML-SAX-Machines/Makefile head/textproc/p5-XML-SAX-Simple/Makefile head/textproc/p5-XML-SAX-Writer/Makefile head/textproc/p5-XML-SAX/Makefile head/textproc/p5-XML-SAXDriver-CSV/Makefile head/textproc/p5-XML-SAXDriver-Excel/Makefile head/textproc/p5-XML-SAXDriver-Sablotron/Makefile head/textproc/p5-XML-STX/Makefile head/textproc/p5-XML-Sablotron/Makefile head/textproc/p5-XML-Schematron/Makefile head/textproc/p5-XML-SemanticDiff/Makefile head/textproc/p5-XML-Simple/Makefile head/textproc/p5-XML-SimpleObject-LibXML/Makefile head/textproc/p5-XML-SimpleObject/Makefile head/textproc/p5-XML-Smart/Makefile head/textproc/p5-XML-Stream/Makefile head/textproc/p5-XML-Tiny/Makefile head/textproc/p5-XML-TinyXML/Makefile head/textproc/p5-XML-TokeParser/Makefile head/textproc/p5-XML-Toolkit/Makefile head/textproc/p5-XML-TreeBuilder/Makefile head/textproc/p5-XML-TreePP/Makefile head/textproc/p5-XML-Twig/Makefile head/textproc/p5-XML-Validate/Makefile head/textproc/p5-XML-Validator-Schema/Makefile head/textproc/p5-XML-Writer/Makefile head/textproc/p5-XML-XBEL/Makefile head/textproc/p5-XML-XML2JSON/Makefile head/textproc/p5-XML-XPath/Makefile head/textproc/p5-XML-XPathEngine/Makefile head/textproc/p5-XML-XQL/Makefile head/textproc/p5-XML-XSH/Makefile head/textproc/p5-XML-XSLT/Makefile head/textproc/p5-XML-XUpdate-LibXML/Makefile head/textproc/p5-XML-Xerces/Makefile head/textproc/p5-YAML-LibYAML/Makefile head/textproc/p5-YAML-Shell/Makefile head/textproc/p5-YAML-Syck/Makefile head/textproc/p5-YAML-Tiny/Makefile head/textproc/p5-YAML/Makefile head/textproc/p5-YAPE-HTML/Makefile head/textproc/p5-YAPE-Regex-Explain/Makefile head/textproc/p5-YAPE-Regex/Makefile head/textproc/p5-dTemplate/Makefile head/textproc/p5-libsoldout/Makefile head/textproc/p5-libxml/Makefile head/textproc/p5-pod2pdf/Makefile head/textproc/p5-podlators/Makefile head/textproc/p5-texcount/Makefile head/textproc/p5-xmltv/Makefile head/textproc/pa-aspell/Makefile head/textproc/par/Makefile head/textproc/pardiff/Makefile head/textproc/pcrs/Makefile head/textproc/pdfgrep/Makefile head/textproc/pdfoutline/Makefile head/textproc/pdftohtml/Makefile head/textproc/pear-File_Fortune/Makefile head/textproc/pear-File_MARC/Makefile head/textproc/pear-Horde_Kolab_Format/Makefile head/textproc/pear-Horde_Pdf/Makefile head/textproc/pear-Horde_SpellChecker/Makefile head/textproc/pear-Horde_Text_Diff/Makefile head/textproc/pear-Horde_Text_Filter/Makefile head/textproc/pear-Horde_Text_Filter_Csstidy/Makefile head/textproc/pear-Horde_Text_Flowed/Makefile head/textproc/pear-Horde_Xml_Element/Makefile head/textproc/pear-Horde_Xml_Wbxml/Makefile head/textproc/pear-Numbers_Roman/Makefile head/textproc/pear-Numbers_Words/Makefile head/textproc/pear-Spreadsheet_Excel_Writer/Makefile head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile head/textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile head/textproc/pear-Structures_DataGrid_Renderer_XLS/Makefile head/textproc/pear-Structures_DataGrid_Renderer_XML/Makefile head/textproc/pear-Symfony_Component_Yaml/Makefile head/textproc/pear-Text_Highlighter/Makefile head/textproc/pear-Text_Template/Makefile head/textproc/pear-XML_Beautifier/Makefile head/textproc/pear-XML_DTD/Makefile head/textproc/pear-XML_Feed_Parser/Makefile head/textproc/pear-XML_HTMLSax/Makefile head/textproc/pear-XML_Wddx/Makefile head/textproc/pear-YAML/Makefile head/textproc/pecl-ctemplate/Makefile head/textproc/pecl-doublemetaphone/Makefile head/textproc/pecl-enchant/Makefile head/textproc/pecl-html_parse/Makefile head/textproc/pecl-stem/Makefile head/textproc/pecl-syck/Makefile head/textproc/pecl-wbxml/Makefile head/textproc/pecl-xdiff/Makefile head/textproc/pecl-xslcache/Makefile head/textproc/pecl-yaml/Makefile head/textproc/perl2html/Makefile head/textproc/permute/Makefile head/textproc/php5-ctype/Makefile head/textproc/php5-dom/Makefile head/textproc/php5-pspell/Makefile head/textproc/php5-simplexml/Makefile head/textproc/php5-wddx/Makefile head/textproc/php5-xml/Makefile head/textproc/php5-xmlreader/Makefile head/textproc/php5-xmlwriter/Makefile head/textproc/php5-xsl/Makefile head/textproc/php52-ctype/Makefile head/textproc/php52-dom/Makefile head/textproc/php52-pspell/Makefile head/textproc/php52-simplexml/Makefile head/textproc/php52-wddx/Makefile head/textproc/php52-xml/Makefile head/textproc/php52-xmlreader/Makefile head/textproc/php52-xmlwriter/Makefile head/textproc/php52-xsl/Makefile head/textproc/php53-ctype/Makefile head/textproc/php53-dom/Makefile head/textproc/php53-pspell/Makefile head/textproc/php53-simplexml/Makefile head/textproc/php53-wddx/Makefile head/textproc/php53-xml/Makefile head/textproc/php53-xmlreader/Makefile head/textproc/php53-xmlwriter/Makefile head/textproc/php53-xsl/Makefile head/textproc/php55-ctype/Makefile head/textproc/php55-dom/Makefile head/textproc/php55-pspell/Makefile head/textproc/php55-simplexml/Makefile head/textproc/php55-wddx/Makefile head/textproc/php55-xml/Makefile head/textproc/php55-xmlreader/Makefile head/textproc/php55-xmlwriter/Makefile head/textproc/php55-xsl/Makefile head/textproc/plover/Makefile head/textproc/po4a/Makefile head/textproc/pocketreader/Makefile head/textproc/pootle/Makefile head/textproc/popup-stacks/Makefile head/textproc/popup/Makefile head/textproc/ppower4/Makefile head/textproc/print-n-times/Makefile head/textproc/prosper/Makefile head/textproc/publican/Makefile head/textproc/pure-csv/Makefile head/textproc/pure-xml/Makefile head/textproc/py-4suite-xml/Makefile head/textproc/py-4suite/Makefile head/textproc/py-Chameleon/Makefile head/textproc/py-MarkupSafe/Makefile head/textproc/py-Tempita/Makefile head/textproc/py-asv/Makefile head/textproc/py-chardet/Makefile head/textproc/py-creole/Makefile head/textproc/py-docutils/Makefile head/textproc/py-dsv/Makefile head/textproc/py-elib.intl/Makefile head/textproc/py-empy/Makefile head/textproc/py-enchant/Makefile head/textproc/py-errorhandler/Makefile head/textproc/py-excelerator/Makefile head/textproc/py-feedparser/Makefile head/textproc/py-genshi-devel/Makefile head/textproc/py-genshi/Makefile head/textproc/py-gettext/Makefile head/textproc/py-html2text/Makefile head/textproc/py-hyperestraier-python/Makefile head/textproc/py-jaxml/Makefile head/textproc/py-libtre/Makefile head/textproc/py-libxml2/Makefile head/textproc/py-libxslt/Makefile head/textproc/py-ltxml/Makefile head/textproc/py-lucene/Makefile head/textproc/py-mako/Makefile head/textproc/py-markdown/Makefile head/textproc/py-markdown2/Makefile head/textproc/py-openpyxl/Makefile head/textproc/py-paragrep/Makefile head/textproc/py-pss/Makefile head/textproc/py-pyctpp2/Makefile head/textproc/py-pygments/Makefile head/textproc/py-pystache/Makefile head/textproc/py-pyx12/Makefile head/textproc/py-qt4-xml/Makefile head/textproc/py-qt4-xmlpatterns/Makefile head/textproc/py-rdflib/Makefile head/textproc/py-reverend/Makefile head/textproc/py-rss2gen/Makefile head/textproc/py-rst2html5/Makefile head/textproc/py-rstyoutube/Makefile head/textproc/py-rxp/Makefile head/textproc/py-sgrep/Makefile head/textproc/py-sphinx/Makefile head/textproc/py-sphinxcontrib-adadomain/Makefile head/textproc/py-sphinxcontrib-bitbucket/Makefile head/textproc/py-sphinxcontrib-httpdomain/Makefile head/textproc/py-stripogram/Makefile head/textproc/py-syck/Makefile head/textproc/py-texttable/Makefile head/textproc/py-trans/Makefile head/textproc/py-translationstring/Makefile head/textproc/py-tvgrab/Makefile head/textproc/py-twistedLore/Makefile head/textproc/py-whoosh/Makefile head/textproc/py-wicked/Makefile head/textproc/py-wordnet/Makefile head/textproc/py-wtforms/Makefile head/textproc/py-xlrd/Makefile head/textproc/py-xlutils/Makefile head/textproc/py-xlwriter/Makefile head/textproc/py-xlwt/Makefile head/textproc/py-xml/Makefile head/textproc/py-xmltools/Makefile head/textproc/py-xmltv/Makefile head/textproc/py-zope.app.locales/Makefile head/textproc/py-zope.i18nmessageid/Makefile head/textproc/py-zope.structuredtext/Makefile head/textproc/py-zope.tal/Makefile head/textproc/py-zpt/Makefile head/textproc/py2html/Makefile head/textproc/pybook/Makefile head/textproc/pychm/Makefile head/textproc/pystemmer/Makefile head/textproc/qprint/Makefile head/textproc/qstardict/Makefile head/textproc/qt4-clucene/Makefile head/textproc/qt4-xml/Makefile head/textproc/qt4-xmlpatterns-tool/Makefile head/textproc/qt4-xmlpatterns/Makefile head/textproc/qu-aspell/Makefile head/textproc/queequeg/Makefile head/textproc/rand/Makefile head/textproc/raptor/Makefile head/textproc/raptor2/Makefile head/textproc/rarian/Makefile head/textproc/rasqal/Makefile head/textproc/rast/Makefile head/textproc/re_graph/Makefile head/textproc/redet/Makefile head/textproc/redland-bindings-python/Makefile head/textproc/redland-bindings/Makefile head/textproc/redland/Makefile head/textproc/refdb/Makefile head/textproc/referrercop/Makefile head/textproc/reflex/Makefile head/textproc/replaceit/Makefile head/textproc/resume-extensions/Makefile head/textproc/resume/Makefile head/textproc/rfcdiff/Makefile head/textproc/ripole/Makefile head/textproc/rl/Makefile head/textproc/rman/Makefile head/textproc/rnv/Makefile head/textproc/ro-aspell/Makefile head/textproc/ro-hunspell/Makefile head/textproc/ro-hyphen/Makefile head/textproc/ro-mythes/Makefile head/textproc/roap/Makefile head/textproc/rot/Makefile head/textproc/rss2html/Makefile head/textproc/rst.el/Makefile head/textproc/rtf2html/Makefile head/textproc/rtfreader/Makefile head/textproc/rtfx/Makefile head/textproc/rubber/Makefile head/textproc/ruby-amatch/Makefile head/textproc/ruby-amrita/Makefile head/textproc/ruby-deplate/Makefile head/textproc/ruby-diff/Makefile head/textproc/ruby-erbscan/Makefile head/textproc/ruby-escape/Makefile head/textproc/ruby-format/Makefile head/textproc/ruby-hikidoc/Makefile head/textproc/ruby-html-fillinform/Makefile head/textproc/ruby-html-template/Makefile head/textproc/ruby-htmlrepair/Makefile head/textproc/ruby-htmlsplit/Makefile head/textproc/ruby-htree/Makefile head/textproc/ruby-liquid/Makefile head/textproc/ruby-mwdom/Makefile head/textproc/ruby-rd-mode.el/Makefile head/textproc/ruby-rdtool/Makefile head/textproc/ruby-rss.alt/Makefile head/textproc/ruby-rss/Makefile head/textproc/ruby-rttool/Makefile head/textproc/ruby-sary/Makefile head/textproc/ruby-xmlconfigfile/Makefile head/textproc/ruby-xmlparser/Makefile head/textproc/ruby-xmlscan-old/Makefile head/textproc/ruby-xmlscan/Makefile head/textproc/ruby-xslt/Makefile head/textproc/rubygem-albino/Makefile head/textproc/rubygem-augeas/Makefile head/textproc/rubygem-charlock_holmes/Makefile head/textproc/rubygem-coderay/Makefile head/textproc/rubygem-colorator/Makefile head/textproc/rubygem-colored/Makefile head/textproc/rubygem-compass/Makefile head/textproc/rubygem-cssmin/Makefile head/textproc/rubygem-diff-lcs/Makefile head/textproc/rubygem-diffy/Makefile head/textproc/rubygem-escape_utils/Makefile head/textproc/rubygem-ezamar/Makefile head/textproc/rubygem-fast_xs/Makefile head/textproc/rubygem-fast_xs073/Makefile head/textproc/rubygem-ferret/Makefile head/textproc/rubygem-formosa/Makefile head/textproc/rubygem-heredoc_unindent/Makefile head/textproc/rubygem-hikidoc/Makefile head/textproc/rubygem-htmlentities/Makefile head/textproc/rubygem-htmltools/Makefile head/textproc/rubygem-ini/Makefile head/textproc/rubygem-itextomml/Makefile head/textproc/rubygem-jsmin/Makefile head/textproc/rubygem-kramdown/Makefile head/textproc/rubygem-kwalify/Makefile head/textproc/rubygem-libxml-ruby/Makefile head/textproc/rubygem-linguistics/Makefile head/textproc/rubygem-liquid/Makefile head/textproc/rubygem-loggability/Makefile head/textproc/rubygem-loofah/Makefile head/textproc/rubygem-ltsv/Makefile head/textproc/rubygem-markaby/Makefile head/textproc/rubygem-multi_xml/Makefile head/textproc/rubygem-nokogiri/Makefile head/textproc/rubygem-opml/Makefile head/textproc/rubygem-phone/Makefile head/textproc/rubygem-rak/Makefile head/textproc/rubygem-rchardet/Makefile head/textproc/rubygem-rdiscount/Makefile head/textproc/rubygem-rdtool/Makefile head/textproc/rubygem-redcarpet/Makefile head/textproc/rubygem-ri_cal/Makefile head/textproc/rubygem-rttool/Makefile head/textproc/rubygem-sanitize/Makefile head/textproc/rubygem-sass-rails/Makefile head/textproc/rubygem-sass/Makefile head/textproc/rubygem-sax-machine/Makefile head/textproc/rubygem-spreadsheet/Makefile head/textproc/rubygem-syntax/Makefile head/textproc/rubygem-termcolor/Makefile head/textproc/rubygem-terminal-table/Makefile head/textproc/rubygem-tidy/Makefile head/textproc/rubygem-unf/Makefile head/textproc/rubygem-unf_ext/Makefile head/textproc/rubygem-xml-simple/Makefile head/textproc/rubygem-xslt/Makefile head/textproc/rubygem-ya2yaml/Makefile head/textproc/rubygem-yard/Makefile head/textproc/rubygem-zmq/Makefile head/textproc/rw-aspell/Makefile head/textproc/rxp/Makefile head/textproc/s5/Makefile head/textproc/sablotron/Makefile head/textproc/sagasu/Makefile head/textproc/sarep/Makefile head/textproc/sary/Makefile head/textproc/saxon-devel/Makefile head/textproc/saxon-he/Makefile head/textproc/saxon/Makefile head/textproc/sc-aspell/Makefile head/textproc/scew/Makefile head/textproc/scim-bridge-qt4/Makefile head/textproc/scim-bridge/Makefile head/textproc/scim-input-pad/Makefile head/textproc/scim-kmfl-imengine/Makefile head/textproc/scim-m17n/Makefile head/textproc/scim-openvanilla/Makefile head/textproc/scim-table-imengine/Makefile head/textproc/scim/Makefile head/textproc/scr2txt/Makefile head/textproc/scrollkeeper/Makefile head/textproc/scss/Makefile head/textproc/sdcv/Makefile head/textproc/sdf/Makefile head/textproc/sdocbook-xml/Makefile head/textproc/sdom/Makefile head/textproc/senna/Makefile head/textproc/sgmlformat/Makefile head/textproc/sgmls/Makefile head/textproc/sgmltools-lite/Makefile head/textproc/sgrep/Makefile head/textproc/sgrep2/Makefile head/textproc/sigil/Makefile head/textproc/silvercity/Makefile head/textproc/simplehtmldom/Makefile head/textproc/simplexml/Makefile head/textproc/sk-aspell/Makefile head/textproc/sk-hunspell/Makefile head/textproc/sk-hyphen/Makefile head/textproc/sk-ispell/Makefile head/textproc/sk-mythes/Makefile head/textproc/sl-aspell/Makefile head/textproc/sl-hyphen/Makefile head/textproc/sl-mythes/Makefile head/textproc/slides/Makefile head/textproc/sml-fxp/Makefile head/textproc/smu/Makefile head/textproc/so-hunspell/Makefile head/textproc/soothsayer/Makefile head/textproc/soprano/Makefile head/textproc/source-highlight/Makefile head/textproc/sowing/Makefile head/textproc/spellutils/Makefile head/textproc/sphinxsearch-devel/Makefile head/textproc/sphinxsearch/Makefile head/textproc/sq-hunspell/Makefile head/textproc/sr-aspell/Makefile head/textproc/sr-hunspell/Makefile head/textproc/srilm/Makefile head/textproc/ss-hunspell/Makefile head/textproc/ssddiff/Makefile head/textproc/stardict-BritannicaConcise/Makefile head/textproc/stardict-MerrianWebster/Makefile head/textproc/stardict-OxfordCollocation/Makefile head/textproc/stardict-dict-fa_IR/Makefile head/textproc/stardict-longman/Makefile head/textproc/stardict-oald/Makefile head/textproc/stardict-rptts/Makefile head/textproc/stardict2-dictd_mova/Makefile head/textproc/stardict2-quick/Makefile head/textproc/stardict2/Makefile head/textproc/stardict3/Makefile head/textproc/supercat/Makefile head/textproc/sv-aspell/Makefile head/textproc/sv-hyphen/Makefile head/textproc/sv-mythes/Makefile head/textproc/svn2cl/Makefile head/textproc/sw-aspell/Makefile head/textproc/sw-hunspell/Makefile head/textproc/sxml/Makefile head/textproc/syck/Makefile head/textproc/ta-aspell/Makefile head/textproc/tclExpat/Makefile head/textproc/tdhkit/Makefile head/textproc/te-aspell/Makefile head/textproc/te-hunspell/Makefile head/textproc/teckit/Makefile head/textproc/tei-guidelines-p3/Makefile head/textproc/tei-p3/Makefile head/textproc/tet-aspell/Makefile head/textproc/tex2im/Makefile head/textproc/texi2db/Makefile head/textproc/texi2html/Makefile head/textproc/textogif/Makefile head/textproc/the_silver_searcher/Makefile head/textproc/ti-hunspell/Makefile head/textproc/tidyp/Makefile head/textproc/tinyxml/Makefile head/textproc/tinyxml2/Makefile head/textproc/tk-aspell/Makefile head/textproc/tk-hunspell/Makefile head/textproc/tkdiff/Makefile head/textproc/tkxmlive/Makefile head/textproc/tl-aspell/Makefile head/textproc/tn-aspell/Makefile head/textproc/tn-hunspell/Makefile head/textproc/tnef2txt/Makefile head/textproc/tokyodystopia/Makefile head/textproc/topic/Makefile head/textproc/tr-aspell/Makefile head/textproc/tralics/Makefile head/textproc/trang/Makefile head/textproc/translate-toolkit/Makefile head/textproc/ts-hunspell/Makefile head/textproc/tth/Makefile head/textproc/txt2html/Makefile head/textproc/txt2man/Makefile head/textproc/txt2tags/Makefile head/textproc/uim-el-emacs21/Makefile head/textproc/uim-el-emacs22/Makefile head/textproc/uim-el-xemacs21-mule/Makefile head/textproc/uim-el/Makefile head/textproc/uim-gnome/Makefile head/textproc/uim-gtk/Makefile head/textproc/uim-gtk3/Makefile head/textproc/uim-kde4/Makefile head/textproc/uim-m17nlib/Makefile head/textproc/uim-qt4/Makefile head/textproc/uim/Makefile head/textproc/uml2svg/Makefile head/textproc/uncrustify/Makefile head/textproc/uni2ascii/Makefile head/textproc/unoconv/Makefile head/textproc/unroff/Makefile head/textproc/unrtf/Makefile head/textproc/urlview/Makefile head/textproc/utf8proc/Makefile head/textproc/uz-aspell/Makefile head/textproc/uz-hunspell/Makefile head/textproc/vbindiff/Makefile head/textproc/ve-hunspell/Makefile head/textproc/wa-aspell/Makefile head/textproc/wa-hunspell/Makefile head/textproc/wbxml2/Makefile head/textproc/wdiff/Makefile head/textproc/webcpp/Makefile head/textproc/website/Makefile head/textproc/weka/Makefile head/textproc/wiggle/Makefile head/textproc/word2x/Makefile head/textproc/wordnet/Makefile head/textproc/words/Makefile head/textproc/wv/Makefile head/textproc/wv2/Makefile head/textproc/xalan-c/Makefile head/textproc/xalan-j/Makefile head/textproc/xerces-c2-devel/Makefile head/textproc/xerces-c2/Makefile head/textproc/xerces-c3/Makefile head/textproc/xerces-j/Makefile head/textproc/xfce4-dict-plugin/Makefile head/textproc/xh-hunspell/Makefile head/textproc/xhtml-11/Makefile head/textproc/xhtml-basic/Makefile head/textproc/xhtml-modularization/Makefile head/textproc/xhtml/Makefile head/textproc/xhtml1-xsd/Makefile head/textproc/xincluder/Makefile head/textproc/xlhtml/Makefile head/textproc/xlreader/Makefile head/textproc/xls2xml/Makefile head/textproc/xml-commons/Makefile head/textproc/xml-format/Makefile head/textproc/xml-i18n-tools/Makefile head/textproc/xml-lite.el/Makefile head/textproc/xml-parse.el/Makefile head/textproc/xml2/Makefile head/textproc/xml2rfc/Makefile head/textproc/xmlada/Makefile head/textproc/xmlcatmgr/Makefile head/textproc/xmlcharent/Makefile head/textproc/xmldiff/Makefile head/textproc/xmlenc/Makefile head/textproc/xmlformat/Makefile head/textproc/xmlgen/Makefile head/textproc/xmlindent/Makefile head/textproc/xmlppm/Makefile head/textproc/xmlprpr/Makefile head/textproc/xmlroff/Makefile head/textproc/xmlstarlet/Makefile head/textproc/xmlto/Makefile head/textproc/xmlwrapp/Makefile head/textproc/xom/Makefile head/textproc/xorg-sgml-doctools/Makefile head/textproc/xp/Makefile head/textproc/xqilla/Makefile head/textproc/xslide.el/Makefile head/textproc/xslint/Makefile head/textproc/xstream/Makefile head/textproc/xt/Makefile head/textproc/y2l/Makefile head/textproc/yali/Makefile head/textproc/yamcha/Makefile head/textproc/yaml-mode.el-emacs21/Makefile head/textproc/yaml-mode.el/Makefile head/textproc/yi-aspell/Makefile head/textproc/yi-hunspell/Makefile head/textproc/yodl/Makefile head/textproc/yould/Makefile head/textproc/zorba/Makefile head/textproc/zu-aspell/Makefile head/textproc/zu-hunspell/Makefile Modified: head/textproc/2bsd-diff/Makefile ============================================================================== --- head/textproc/2bsd-diff/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/2bsd-diff/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/bin/diff MAN1= 2diff.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \ ${WRKSRC}/../../man/man1/diff.1 Modified: head/textproc/R-cran-R2HTML/Makefile ============================================================================== --- head/textproc/R-cran-R2HTML/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/R-cran-R2HTML/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -15,4 +15,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/textproc/R-cran-XML/Makefile ============================================================================== --- head/textproc/R-cran-XML/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/R-cran-XML/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -15,4 +15,5 @@ USE_R_MOD= yes R_MOD_AUTOPLIST= yes USE_GNOME= libxml2 +NO_STAGE= yes .include Modified: head/textproc/R-cran-stringr/Makefile ============================================================================== --- head/textproc/R-cran-stringr/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/R-cran-stringr/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -17,4 +17,5 @@ RUN_DEPENDS= R-cran-plyr>0:${PORTSDIR}/d USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/textproc/R-cran-xtable/Makefile ============================================================================== --- head/textproc/R-cran-xtable/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/R-cran-xtable/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -16,4 +16,5 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/textproc/ack/Makefile ============================================================================== --- head/textproc/ack/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/ack/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -20,4 +20,5 @@ CONFLICTS_INSTALL= ja-ack-[0-9]* MAN1= ack.1 +NO_STAGE= yes .include Modified: head/textproc/adabrowse/Makefile ============================================================================== --- head/textproc/adabrowse/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/adabrowse/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVER MAKE_ENV= ADA_INCLUDE_PATH=${LOCALBASE}/lib/asis MAKE_JOBS_UNSAFE=yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/adabrowse ${PREFIX}/bin/adabrowse Modified: head/textproc/add-css-links/Makefile ============================================================================== --- head/textproc/add-css-links/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/add-css-links/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,6 +1,4 @@ -# New ports collection makefile for: add-css-links -# Date created: August 03 2004 -# Whom: Aaron Straup Cope +# Created by: Aaron Straup Cope # $FreeBSD$ PORTNAME= add-css-links @@ -14,6 +12,7 @@ COMMENT= Add one or more CSS elem NO_BUILD= yes +NO_STAGE= yes do-install: @${ECHO} "Installing in ${PREFIX}/share/xsl/xhtml/" @${MKDIR} ${PREFIX}/share/xsl/xhtml Modified: head/textproc/af-aspell/Makefile ============================================================================== --- head/textproc/af-aspell/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/af-aspell/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: af-aspell -# Date created: 19 March 2004 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= ${DICT}-aspell DISTVERSION= -af-0.50-0 @@ -16,5 +12,6 @@ COMMENT= Aspell Afrikaans dictionary DICT= af +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/textproc/aft/Makefile ============================================================================== --- head/textproc/aft/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/aft/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -18,4 +18,5 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-binSCRIPTS install-pkgdataDATA install-pkgdataSCRIPTS .endif +NO_STAGE= yes .include Modified: head/textproc/agrep/Makefile ============================================================================== --- head/textproc/agrep/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/agrep/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -21,6 +21,7 @@ MAN1= agrep.1 PLIST_FILES= bin/agrep PORTDOCS= COPYRIGHT agrep.algorithms agrep.ps.1.Z agrep.ps.2.Z +NO_STAGE= yes post-extract: ${CP} ${DISTDIR}/agrep.ps.1.Z ${DISTDIR}/agrep.ps.2.Z ${WRKSRC}/ Modified: head/textproc/aiksaurus-gtk/Makefile ============================================================================== --- head/textproc/aiksaurus-gtk/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/aiksaurus-gtk/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -14,6 +14,7 @@ PKGDIR= ${.CURDIR} USE_GNOME= gtk20 CONFIGURE_ARGS=--with-gtk +NO_STAGE= yes pre-install: @${REINPLACE_CMD} -e 's|base [$$][(]GTKSRCDIR[)] data|$$(GTKSRCDIR)|g' \ ${WRKSRC}/Makefile Modified: head/textproc/aiksaurus/Makefile ============================================================================== --- head/textproc/aiksaurus/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/aiksaurus/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -17,6 +17,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?=--without-gtk +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ ${WRKSRC}/configure Modified: head/textproc/align/Makefile ============================================================================== --- head/textproc/align/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/align/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -21,6 +21,7 @@ SHEBANG_FILES= align width PLIST_FILES= bin/align bin/width +NO_STAGE= yes do-install: .for i in align width (cd ${WRKSRC} && ${INSTALL_SCRIPT} ${i} ${PREFIX}/bin) Modified: head/textproc/am-aspell/Makefile ============================================================================== --- head/textproc/am-aspell/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/am-aspell/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: am-aspell -# Date created: 28 December 2004 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= ${DICT}-aspell DISTVERSION= 6-am-0.03-1 @@ -16,5 +12,6 @@ COMMENT= Aspell Amharic dictionary DICT= am +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/textproc/amberfish/Makefile ============================================================================== --- head/textproc/amberfish/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/amberfish/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: amberfish -# Date created: 21 Aug 2008 -# Whom: Pedro Giffuni -# +# Created by: Pedro Giffuni # $FreeBSD$ -# PORTNAME= amberfish PORTVERSION= 1.6.4 @@ -22,6 +18,7 @@ USE_GMAKE= yes MAN1= af.1 +NO_STAGE= yes post-extract: ${INSTALL_DATA} ${FILESDIR}/porter.cc ${WRKSRC}/src Modified: head/textproc/ansifilter/Makefile ============================================================================== --- head/textproc/ansifilter/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/ansifilter/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -24,6 +24,7 @@ MANCOMPRESSED= yes PORTDOCS= ChangeLog README .endif +NO_STAGE= yes .include post-patch: Modified: head/textproc/ant-xinclude-task/Makefile ============================================================================== --- head/textproc/ant-xinclude-task/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/ant-xinclude-task/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -26,6 +26,7 @@ MAKE_ENV+= CLASSPATH=${JAVAJARDIR}/xincl PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}.jar +NO_STAGE= yes do-install: @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..." @${MKDIR} ${JAVAJARDIR} Modified: head/textproc/antiword/Makefile ============================================================================== --- head/textproc/antiword/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/antiword/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,6 +1,5 @@ # Created by: Yen-Ming Lee # $FreeBSD$ -# PORTNAME= antiword PORTVERSION= 0.37 @@ -21,6 +20,7 @@ PORTDOCS= COPYING ChangeLog Emacs Exmh F CFLAGS+= -DNDEBUG +NO_STAGE= yes .include post-patch: Modified: head/textproc/apache-solr/Makefile ============================================================================== --- head/textproc/apache-solr/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/apache-solr/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -23,6 +23,7 @@ USE_JAVA= yes PORTEXAMPLES= * LATEST_LINK= apache-solr +NO_STAGE= yes .include do-install: Modified: head/textproc/apache-solr3/Makefile ============================================================================== --- head/textproc/apache-solr3/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/apache-solr3/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -22,6 +22,7 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}" USE_JAVA= yes PORTEXAMPLES= * +NO_STAGE= yes do-install: cd ${WRKSRC}/dist && ${COPYTREE_SHARE} \* ${JAVAJARDIR} .if !defined(NOPORTEXAMPLES) Modified: head/textproc/apertium/Makefile ============================================================================== --- head/textproc/apertium/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/apertium/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -49,6 +49,7 @@ MAN1= apertium-deshtml.1 apertium-desodt apertium-validate-transfer.1 apertium-unformat.1 \ apertium.1 apertium-desmediawiki.1 apertium-remediawiki.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/pcre_info/pcre_fullinfo/g' ${WRKSRC}/configure Modified: head/textproc/archmage/Makefile ============================================================================== --- head/textproc/archmage/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/archmage/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: archmage -# Date created: 22 February 2005 -# Whom: Vsevolod Stakhov -# +# Created by: Vsevolod Stakhov # $FreeBSD$ -# PORTNAME= archmage PORTVERSION= 0.2.4 @@ -23,6 +19,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes MAN1= ${PORTNAME}.1 +NO_STAGE= yes post-extract: @${GUNZIP_CMD} ${WRKSRC}/${PORTNAME}.1.gz Modified: head/textproc/artha/Makefile ============================================================================== --- head/textproc/artha/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/artha/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -29,6 +29,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LO OPTIONS_DEFINE= NOTIFY NOTIFY_DESC= Popup word definition as notification +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNOTIFY} Modified: head/textproc/asciidoc/Makefile ============================================================================== --- head/textproc/asciidoc/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/asciidoc/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -38,6 +38,7 @@ CONF_FILES= asciidoc.conf docbook45.conf latex.conf slidy.conf text.conf wordpress.conf \ xhtml11.conf xhtml11-quirks.conf +NO_STAGE= yes .include .if ${PORT_OPTIONS:MVIM} Modified: head/textproc/asm-xml/Makefile ============================================================================== --- head/textproc/asm-xml/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/asm-xml/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -16,6 +16,7 @@ USE_DOS2UNIX= YES PLIST_FILES= include/asm-xml.h lib/libasm-xml.a +NO_STAGE= yes .include .if ${OSVERSION} < 700000 Modified: head/textproc/aspell/Makefile ============================================================================== --- head/textproc/aspell/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/aspell/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -34,6 +34,7 @@ SUB_FILES= aspell.ver PLIST_SUB= VER=${VERINST} SUB_LIST= VERINST=${VERINST} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} USES+= gettext Modified: head/textproc/ast-aspell/Makefile ============================================================================== --- head/textproc/ast-aspell/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/ast-aspell/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ast-aspell -# Date created: 28 December 2010 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= ${DICT}-aspell DISTVERSION= 6-ast-0.01 @@ -14,5 +10,6 @@ COMMENT= Aspell Asturian dictionary DICT= ast +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/textproc/atom/Makefile ============================================================================== --- head/textproc/atom/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/atom/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -22,6 +22,7 @@ PORTDOCS= README \ TODO \ testFile +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 Modified: head/textproc/ats-contrib-parcomb/Makefile ============================================================================== --- head/textproc/ats-contrib-parcomb/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/ats-contrib-parcomb/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ats-contrib-parcomb -# Date created: 2011-10-11 -# Whom: Jyun-Yan You -# +# Created by: Jyun-Yan You # $FreeBSD$ -# PORTNAME= parcomb PORTVERSION= ${ATS_VER} @@ -16,5 +12,6 @@ COMMENT= Parser combinators for ATS lang ATS_CTRB= parcomb +NO_STAGE= yes .include "${.CURDIR}/../../lang/ats/bsd.ats.mk" .include Modified: head/textproc/augeas/Makefile ============================================================================== --- head/textproc/augeas/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/augeas/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -24,6 +24,7 @@ MANCOMPRESSED= no LENSESDIR= ${PREFIX}/share/augeas/lenses +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's:$$(libdir)/pkgconfig:${PREFIX}/libdata/pkgconfig:' ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's:/bin/bash:/usr/bin/env bash:' ${WRKSRC}/tests/*.sh Modified: head/textproc/az-aspell/Makefile ============================================================================== --- head/textproc/az-aspell/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/az-aspell/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: az-aspell -# Date created: 28 August 2004 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= ${DICT}-aspell DISTVERSION= 6-az-0.02-0 @@ -16,5 +12,6 @@ COMMENT= Aspell Azerbaijani dictionary DICT= az +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/textproc/bar/Makefile ============================================================================== --- head/textproc/bar/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/bar/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bar -# Date created: Wed May 18 2005 -# Whom: Erik Greenwald -# +# Created by: Erik Greenwald # $FreeBSD$ -# PORTNAME= bar PORTVERSION= 1.4 @@ -19,6 +15,7 @@ NO_BUILD= yes PLIST_FILES= bin/bar WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bar ${PREFIX}/bin Modified: head/textproc/bbe/Makefile ============================================================================== --- head/textproc/bbe/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/bbe/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbe -# Date created: 8 November 2006 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ -# PORTNAME= bbe PORTVERSION= 0.2.2 @@ -21,6 +17,7 @@ PLIST_FILES= bin/${PORTNAME} DOCS= AUTHORS ChangeLog README PORTDOCS= bbe.html ${DOCS} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1 Modified: head/textproc/be-aspell/Makefile ============================================================================== --- head/textproc/be-aspell/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/be-aspell/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: be-aspell -# Date created: 28 August 2004 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= ${DICT}-aspell DISTVERSION= 5-be-0.01 @@ -16,5 +12,6 @@ COMMENT= Aspell Belarusian dictionary DICT= be +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/textproc/bedic-data/Makefile ============================================================================== --- head/textproc/bedic-data/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/bedic-data/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bedic-data -# Date created: 15 April 2002 -# Whom: Peter Pentchev -# +# Created by: Peter Pentchev # $FreeBSD$ -# PORTNAME= bedic-data PORTVERSION= 0.1.b1 @@ -21,6 +17,7 @@ DICT_ALL= buleng.dat engbul.dat DICT_DIR?= ${PREFIX}/share DICTIONARIES?= ${DICT_ALL} +NO_STAGE= yes pre-fetch: @${ECHO_MSG} "You may set the DICTIONARIES variable to specify which dictionaries" @${ECHO_MSG} "should be installed; currently, it is set to ${DICTIONARIES}" Modified: head/textproc/beediff/Makefile ============================================================================== --- head/textproc/beediff/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/beediff/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -22,6 +22,7 @@ DESKTOP_ENTRIES="BeeDiff" "diff frontend "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ "beediff" "" false +NO_STAGE= yes do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} Modified: head/textproc/bg-aspell/Makefile ============================================================================== --- head/textproc/bg-aspell/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/bg-aspell/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bg-aspell -# Date created: 19 March 2004 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= ${DICT}-aspell DISTVERSION= 6-bg-4.1-0 @@ -16,5 +12,6 @@ COMMENT= Aspell Bulgarian dictionary DICT= bg +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/textproc/bg-hyphen/Makefile ============================================================================== --- head/textproc/bg-hyphen/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/bg-hyphen/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,4 @@ -# New ports collection makefile for: bg-hyphen -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= hyphen PORTVERSION= 4.3 @@ -26,6 +21,7 @@ NO_BUILD= yes PLIST_FILES= %%DATADIR%%/hyph_bg_BG.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hyph_bg_BG.dic ${DATADIR}/ Modified: head/textproc/bg-mythes/Makefile ============================================================================== --- head/textproc/bg-mythes/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/bg-mythes/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,4 @@ -# New ports collection makefile for: bg-mythes -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= mythes PORTVERSION= 4.3 @@ -27,6 +22,7 @@ PLIST_FILES= %%DATADIR%%/th_bg_BG.dat \ %%DATADIR%%/th_bg_BG.idx PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/th_bg_BG.dat ${WRKSRC}/th_bg_BG.idx ${DATADIR}/ Modified: head/textproc/bib2html/Makefile ============================================================================== --- head/textproc/bib2html/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/bib2html/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -17,6 +17,7 @@ USES= perl5 USE_PERL5= run NO_BUILD= yes +NO_STAGE= yes post-patch: @${SED} -e \ 's:= "$$0";:= "${PREFIX}/${SITE_PERL_REL}/Bib2HTML";:g' \ Modified: head/textproc/bibtex2html/Makefile ============================================================================== --- head/textproc/bibtex2html/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/bibtex2html/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -17,4 +17,5 @@ CONFIGURE_ARGS= --disable-doc MAN1= bibtex2html.1 bib2bib.1 aux2bib.1 PLIST_FILES= bin/aux2bib bin/bib2bib bin/bibtex2html +NO_STAGE= yes .include Modified: head/textproc/bibtool/Makefile ============================================================================== --- head/textproc/bibtool/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/bibtool/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bibtool -# Date created: Oct 10, 2005 -# Whom: Rong-En Fan -# +# Created by: Rong-En Fan # $FreeBSD$ -# PORTNAME= bibtool PORTVERSION= 2.48 @@ -31,6 +27,7 @@ TXT_DOCS= Doc/bibtool.dvi Doc/ref_card.d PORTDOCS= ${TXT_DOCS:S/^Doc\///} .endif +NO_STAGE= yes .include post-install: Modified: head/textproc/bibutils/Makefile ============================================================================== --- head/textproc/bibutils/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/bibutils/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -17,6 +17,7 @@ USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} +NO_STAGE= yes do-configure: @cd ${WRKSRC} && ./configure --install-dir ${PREFIX}/bin Modified: head/textproc/bn-aspell/Makefile ============================================================================== --- head/textproc/bn-aspell/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/bn-aspell/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bn-aspell -# Date created: 28 August 2004 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= ${DICT}-aspell DISTVERSION= 6-bn-0.01.1-1 @@ -16,5 +12,6 @@ COMMENT= Aspell Bengali dictionary DICT= bn +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/textproc/bomstrip/Makefile ============================================================================== --- head/textproc/bomstrip/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/bomstrip/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bomstrip -# Date created: 14 June 2008 -# Whom: Peter Pentchev -# +# Created by: Peter Pentchev # $FreeBSD$ -# PORTNAME= bomstrip PORTVERSION= 9 @@ -30,4 +26,5 @@ MLINKS= bomstrip.1 bomstrip-files.1 MAN1= bomstrip.1 MANCOMPRESSED= yes +NO_STAGE= yes .include Modified: head/textproc/br-aspell/Makefile ============================================================================== --- head/textproc/br-aspell/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/br-aspell/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: br-aspell -# Date created: 1 September 2002 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= ${DICT}-aspell DISTVERSION= -br-0.50-2 @@ -15,5 +11,6 @@ COMMENT= Aspell Breton dictionary DICT= br +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/textproc/british-ispell/Makefile ============================================================================== --- head/textproc/british-ispell/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/british-ispell/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: british-ispell -# Date created: 10 February 2000 -# Whom: Alexander Langer -# +# Created by: Alexander Langer # $FreeBSD$ -# MAINTAINER= office@FreeBSD.org @@ -15,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../ispell SCRIPTS_ENV= ISPELL_BRITISH=yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/textproc/bsddiff/Makefile ============================================================================== --- head/textproc/bsddiff/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/bsddiff/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsd-diff -# Date created: 12 Juni 2007 -# Whom: Gabor Kovesdan -# +# Created by: Gabor Kovesdan # $FreeBSD$ -# PORTNAME= diff PORTVERSION= 20120705 @@ -23,6 +19,7 @@ MAKE_ENV+= BINDIR="${PREFIX}/bin" \ MANDIR="${MANPREFIX}/man/man" \ CATDIR="${MANPREFIX}/man/man" +NO_STAGE= yes post-install: ${LN} -s ${PREFIX}/bin/bsddiff ${PREFIX}/bin/diff ${LN} -s /usr/bin/diff ${PREFIX}/bin/gnudiff Modified: head/textproc/bsdgrep/Makefile ============================================================================== --- head/textproc/bsdgrep/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/bsdgrep/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsd-grep -# Date created: 12 Juni 2007 -# Whom: Gabor Kovesdan -# +# Created by: Gabor Kovesdan # $FreeBSD$ -# PORTNAME= grep PORTVERSION= 20111002 @@ -44,6 +40,7 @@ GNU_COMPAT_DESC= Use GNU regex library ( CONFLICTS= gnugrep-* +NO_STAGE= yes .include .if !(${OSVERSION} >= 900012 || (${OSVERSION} < 900000 && ${OSVERSION} >= 800505)) Modified: head/textproc/bsdsort/Makefile ============================================================================== --- head/textproc/bsdsort/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/bsdsort/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bsd-sort -# Date created: 12 June 2007 -# Whom: Gabor Kovesdan -# +# Created by: Gabor Kovesdan # $FreeBSD$ -# PORTNAME= sort PORTVERSION= 20120716 @@ -33,6 +29,7 @@ OPTIONS_DEFINE= THREADS NLS OVERWRITE_B OVERWRITE_BASE_DESC= "Replaces base GNU sort" OPTIONS_DEFAULT= THREADS NLS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/textproc/btparse/Makefile ============================================================================== --- head/textproc/btparse/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/btparse/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -19,6 +19,7 @@ MAN3= btparse.3 bt_language.3 bt_input. bt_postprocess.3 bt_macros.3 bt_split_names.3 \ bt_format_names.3 bt_misc.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure Modified: head/textproc/c2html/Makefile ============================================================================== --- head/textproc/c2html/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/c2html/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: c2html -# Date created: 28 October 1997 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= c2html PORTVERSION= 0.9.6 @@ -18,6 +14,7 @@ USE_AUTOTOOLS= autoconf213 MAN1= c2html.1 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} Modified: head/textproc/ca-aspell/Makefile ============================================================================== --- head/textproc/ca-aspell/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/ca-aspell/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ca-aspell -# Date created: 1 September 2002 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= ${DICT}-aspell DISTVERSION= 6-ca-2.1.5-1 @@ -15,5 +11,6 @@ COMMENT= Aspell Catalan dictionary DICT= ca +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/textproc/catdoc/Makefile ============================================================================== --- head/textproc/catdoc/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/catdoc/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -26,6 +26,7 @@ OPTIONS_DEFAULT= WORDVIEW CFLAGS+= -DLATIN1=1 .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/doc/catdoc.1.in Modified: head/textproc/cbedic/Makefile ============================================================================== --- head/textproc/cbedic/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/cbedic/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cbedic -# Date created: 15 April 2002 -# Whom: Peter Pentchev -# +# Created by: Peter Pentchev # $FreeBSD$ -# PORTNAME= cbedic PORTVERSION= 1.2 @@ -24,4 +20,5 @@ USE_GMAKE= yes CONFIGURE_ARGS= --datadir=${DICT_DIR} +NO_STAGE= yes .include Modified: head/textproc/cdif/Makefile ============================================================================== --- head/textproc/cdif/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/cdif/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -15,6 +15,7 @@ USES= perl5 NO_WRKSUBDIR= yes NO_BUILD= yes +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/${DISTNAME}.dist Modified: head/textproc/cdiff/Makefile ============================================================================== --- head/textproc/cdiff/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/cdiff/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,7 +1,5 @@ # Created by: eivind # $FreeBSD$ -# This port is self contained in the src directory. -# PORTNAME= cdiff PORTVERSION= 1.5 @@ -21,6 +19,7 @@ SRC= ${.CURDIR}/src MAN1= cdiff.1 PLIST_FILES= bin/cdiff +NO_STAGE= yes do-fetch: @${DO_NADA} Modified: head/textproc/chm2pdf/Makefile ============================================================================== --- head/textproc/chm2pdf/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/chm2pdf/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: chm2pdf -# Date created: 20 December 2007 -# Whom: Kevin Lo -# +# Created by: Kevin Lo # $FreeBSD$ -# PORTNAME= chm2pdf PORTVERSION= 0.9.1 @@ -23,4 +19,5 @@ PYDISTUTILS_PKGVERSION= 0.9 PLIST_FILES= bin/chm2pdf +NO_STAGE= yes .include Modified: head/textproc/chpp/Makefile ============================================================================== --- head/textproc/chpp/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/chpp/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: chpp -# Date created: 4 May 1999 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= chpp PORTVERSION= 0.3.5 @@ -29,6 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib INFO= chpp +NO_STAGE= yes .include .if ${ARCH} != "i386" && ${ARCH} != "amd64" Modified: head/textproc/cl-meta-clisp/Makefile ============================================================================== --- head/textproc/cl-meta-clisp/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/cl-meta-clisp/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -19,5 +19,6 @@ USE_ASDF_FASL= yes FASL_TARGET= clisp FASL_BUILD= yes +NO_STAGE= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Modified: head/textproc/cl-meta-sbcl/Makefile ============================================================================== --- head/textproc/cl-meta-sbcl/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/cl-meta-sbcl/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -19,5 +19,6 @@ USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes +NO_STAGE= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Modified: head/textproc/cl-meta/Makefile ============================================================================== --- head/textproc/cl-meta/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/cl-meta/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -20,6 +20,7 @@ NO_BUILD= yes USE_ASDF= yes +NO_STAGE= yes do-install: @${MKDIR} ${ASDF_PATHNAME} @${INSTALL_DATA} ${WRKSRC}/*.lisp ${ASDF_PATHNAME} Modified: head/textproc/cl-ppcre-clisp/Makefile ============================================================================== --- head/textproc/cl-ppcre-clisp/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/cl-ppcre-clisp/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -17,5 +17,6 @@ USE_ASDF_FASL= yes FASL_TARGET= clisp FASL_BUILD= yes +NO_STAGE= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Modified: head/textproc/cl-ppcre-sbcl/Makefile ============================================================================== --- head/textproc/cl-ppcre-sbcl/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/cl-ppcre-sbcl/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -17,5 +17,6 @@ USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes +NO_STAGE= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include Modified: head/textproc/cl-ppcre/Makefile ============================================================================== --- head/textproc/cl-ppcre/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/cl-ppcre/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -14,6 +14,7 @@ NO_BUILD= yes USE_ASDF= yes +NO_STAGE= yes do-install: @${MKDIR} ${ASDF_PATHNAME} @${INSTALL_DATA} ${WRKSRC}/api.lisp ${ASDF_PATHNAME} Modified: head/textproc/clit/Makefile ============================================================================== --- head/textproc/clit/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/clit/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: clit -# Date created: 2005-01-11 -# Whom: Ion-Mihai "IOnut" Tetcu -# +# Created by: Ion-Mihai "IOnut" Tetcu # $FreeBSD$ -# PORTNAME= clit PORTVERSION= ${MAJ_VER}.${MIN_VER} @@ -29,6 +25,7 @@ PLIST_FILES= bin/clit USE_ZIP= yes USE_GMAKE= yes +NO_STAGE= yes post-extract: cd ${WRKDIR} && ${BZIP2_CMD} -dc "${DISTDIR}/ltm-0.33.tar.bz2" | \ ${TAR} -xf - Modified: head/textproc/clucene/Makefile ============================================================================== --- head/textproc/clucene/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/clucene/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -22,6 +22,7 @@ USE_LDCONFIG= yes CMAKE_ARGS= -DBUILD_CONTRIBS_LIB=ON CXXFLAGS+= -D__LONG_LONG_SUPPORTED -D_WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR_REL}|' \ ${WRKSRC}/src/core/CMakeLists.txt Modified: head/textproc/coccigrep/Makefile ============================================================================== --- head/textproc/coccigrep/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/coccigrep/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,4 +1,4 @@ -# Created by: Pawel Pekala +# Created by: Pawel Pekala # $FreeBSD$ PORTNAME= coccigrep @@ -26,6 +26,7 @@ PORTDOCS= ChangeLog README.rst OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-install: Modified: head/textproc/coco/Makefile ============================================================================== --- head/textproc/coco/Makefile Fri Sep 20 23:05:58 2013 (r327772) +++ head/textproc/coco/Makefile Fri Sep 20 23:17:30 2013 (r327773) @@ -1,9 +1,5 @@ -# New ports collection makefile for: coco -# Date created: 2 December 2001 -# Whom: Teruaki Ata -# +# Created by: Teruaki Ata # $FreeBSD$ -# *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 23:19:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9CFB5BD; Fri, 20 Sep 2013 23:19:36 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A12428E0; Fri, 20 Sep 2013 23:19:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KNJapO027669; Fri, 20 Sep 2013 23:19:36 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KNJYTR027654; Fri, 20 Sep 2013 23:19:34 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202319.r8KNJYTR027654@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 23:19:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327774 - in head/ukrainian: aspell calligra-l10n emacs-koi8u gd hunspell hyphen ispell kde4-l10n libreoffice monacofonts mythes webalizer 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.14 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: Fri, 20 Sep 2013 23:19:36 -0000 Author: bapt Date: Fri Sep 20 23:19:33 2013 New Revision: 327774 URL: http://svnweb.freebsd.org/changeset/ports/327774 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: ukrainian) Modified: head/ukrainian/aspell/Makefile head/ukrainian/calligra-l10n/Makefile head/ukrainian/emacs-koi8u/Makefile head/ukrainian/gd/Makefile head/ukrainian/hunspell/Makefile head/ukrainian/hyphen/Makefile head/ukrainian/ispell/Makefile head/ukrainian/kde4-l10n/Makefile head/ukrainian/libreoffice/Makefile head/ukrainian/monacofonts/Makefile head/ukrainian/mythes/Makefile head/ukrainian/webalizer/Makefile Modified: head/ukrainian/aspell/Makefile ============================================================================== --- head/ukrainian/aspell/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/aspell/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -1,9 +1,5 @@ -# New ports collection makefile for: uk-aspell -# Date created: 18 October 2002 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= aspell DISTVERSION= 6-uk-1.4.0-0 @@ -16,5 +12,6 @@ COMMENT= Aspell Ukrainian dictionaries DICT= uk +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/ukrainian/calligra-l10n/Makefile ============================================================================== --- head/ukrainian/calligra-l10n/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/calligra-l10n/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -9,5 +9,6 @@ COMMENT= Ukrainian messages and document CALLIGRA_L10N= uk +NO_STAGE= yes .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include Modified: head/ukrainian/emacs-koi8u/Makefile ============================================================================== --- head/ukrainian/emacs-koi8u/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/emacs-koi8u/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -1,9 +1,5 @@ -# New ports collection makefile for: emacs-koi8u.el -# Date created: Mon Dec 12 23:19:55 UTC 2005 -# Whom: Andrey Slusar -# +# Created by: Andrey Slusar # $FreeBSD$ -# PORTNAME= koi8u PORTVERSION= 1.0 @@ -24,6 +20,7 @@ XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site PLIST_FILES= share/emacs/site-lisp/ukr-koi8u.el lib/xemacs/site-lisp/ukr-koi8u.el PLIST_DIRS= lib/xemacs/site-lisp lib/xemacs +NO_STAGE= yes do-install: ${MKDIR} ${EMACSLISPDIR} ${MKDIR} ${XEMACSLISPDIR} Modified: head/ukrainian/gd/Makefile ============================================================================== --- head/ukrainian/gd/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/gd/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -1,9 +1,5 @@ -# New ports collection makefile for: uk-webalizer -# Date created: 22 May 2001 -# Whom: mike@LITech.lviv.ua -# +# Created by: mike@LITech.lviv.ua # $FreeBSD$ -# MASTERDIR= ${.CURDIR}/../../graphics/gd CATEGORIES= ukrainian @@ -15,4 +11,5 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDI GD_FONTS= ${DISTDIR}/x-koi8u.tgz koi6x10.bdf koi6x13.bdf \ koi10x16b.bdf koi9x15.bdf koi10x20.bdf +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/ukrainian/hunspell/Makefile ============================================================================== --- head/ukrainian/hunspell/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/hunspell/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -21,6 +21,7 @@ PLIST_FILES= %%DATADIR%%/uk_UA.aff \ %%DATADIR%%/uk_UA.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ cd ${WRKSRC}/dist/my${DISTNAME}/ && ${INSTALL_DATA} uk_UA.aff uk_UA.dic ${DATADIR}/ Modified: head/ukrainian/hyphen/Makefile ============================================================================== --- head/ukrainian/hyphen/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/hyphen/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -1,9 +1,4 @@ -# New ports collection makefile for: hyphen -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= hyphen PORTVERSION= 2005.03.08 @@ -25,6 +20,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/hyph_uk_UA.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/hyph_uk_UA.dic ${DATADIR}/ Modified: head/ukrainian/ispell/Makefile ============================================================================== --- head/ukrainian/ispell/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/ispell/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -18,6 +18,7 @@ USE_BZIP2= YES ALL_TARGET= koi # Still need gmake for other reasons :-\ +NO_STAGE= yes #post-patch: # ${PERL} -pi -e 's,\$$\(MAKE\) -C (\w+),cd \1 && make,g' \ # ${WRKSRC}/Makefile.in Modified: head/ukrainian/kde4-l10n/Makefile ============================================================================== --- head/ukrainian/kde4-l10n/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/kde4-l10n/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -11,6 +11,7 @@ COMMENT= Ukrainian messages and document KDE4_L10N= uk MANLANG= ${KDE4_L10N} +NO_STAGE= yes .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" Modified: head/ukrainian/libreoffice/Makefile ============================================================================== --- head/ukrainian/libreoffice/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/libreoffice/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -4,6 +4,7 @@ LO_I18N= uk LO_HAS_HELPPACK= yes CATEGORIES= ukrainian editors +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include Modified: head/ukrainian/monacofonts/Makefile ============================================================================== --- head/ukrainian/monacofonts/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/monacofonts/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -1,9 +1,5 @@ -# New ports collection makefile for: koi8rPS -# Date created: 22 July 1999 -# Whom: mi@aldan.algebra.com -# +# Created by: mi@aldan.algebra.com # $FreeBSD$ -# PORTNAME= monaco PORTVERSION= 1.0 @@ -29,6 +25,7 @@ MAKEFILE= ${FILESDIR}/Makefile MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}" MKDIR="${MKDIR}" MAKE_ARGS+= -j 2 +NO_STAGE= yes post-install: ${CAT} ${PKGMESSAGE} Modified: head/ukrainian/mythes/Makefile ============================================================================== --- head/ukrainian/mythes/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/mythes/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -1,9 +1,4 @@ -# New ports collection makefile for: mythes -# Date created: 2011-07-21 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= mythes PORTVERSION= 1.6.5 @@ -27,6 +22,7 @@ PLIST_FILES= %%DATADIR%%/th_uk_UA.dat \ %%DATADIR%%/th_uk_UA.idx PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-build: @${PERL} ${WRKSRC}/bin/th_gen_idx.pl < ${WRKSRC}/src/thesaurus/th_uk_UA.dat > ${WRKSRC}/src/thesaurus/th_uk_UA.idx Modified: head/ukrainian/webalizer/Makefile ============================================================================== --- head/ukrainian/webalizer/Makefile Fri Sep 20 23:17:30 2013 (r327773) +++ head/ukrainian/webalizer/Makefile Fri Sep 20 23:19:33 2013 (r327774) @@ -10,4 +10,5 @@ LIB_DEPENDS= gd:${PORTSDIR}/ukrainian/gd WEBALIZER_LANG= ukrainian +NO_STAGE= yes .include "${MASTERDIR}/Makefile" From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 23:20:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 023BE1CC; Fri, 20 Sep 2013 23:20:36 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E0E512912; Fri, 20 Sep 2013 23:20:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KNKZXW028900; Fri, 20 Sep 2013 23:20:35 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KNKV93028803; Fri, 20 Sep 2013 23:20:31 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202320.r8KNKV93028803@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 23:20:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327775 - in head/vietnamese: aspell hunspell kde4-l10n libreoffice libviet unicode-uhoai urwvn vietunicode-hannom vietunicode-trichlor vietunicode-web1 vis2u vn7to8 vnconvert vnless vn... 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.14 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: Fri, 20 Sep 2013 23:20:36 -0000 Author: bapt Date: Fri Sep 20 23:20:31 2013 New Revision: 327775 URL: http://svnweb.freebsd.org/changeset/ports/327775 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: vietnamese) Modified: head/vietnamese/aspell/Makefile head/vietnamese/hunspell/Makefile head/vietnamese/kde4-l10n/Makefile head/vietnamese/libreoffice/Makefile head/vietnamese/libviet/Makefile head/vietnamese/unicode-uhoai/Makefile head/vietnamese/urwvn/Makefile head/vietnamese/vietunicode-hannom/Makefile head/vietnamese/vietunicode-trichlor/Makefile head/vietnamese/vietunicode-web1/Makefile head/vietnamese/vis2u/Makefile head/vietnamese/vn7to8/Makefile head/vietnamese/vnconvert/Makefile head/vietnamese/vnless/Makefile head/vietnamese/vnlpr/Makefile head/vietnamese/vnpstext/Makefile head/vietnamese/vnroff/Makefile head/vietnamese/vntex/Makefile head/vietnamese/vnxfonts/Makefile head/vietnamese/x-unikey/Makefile head/vietnamese/xvnkb/Makefile Modified: head/vietnamese/aspell/Makefile ============================================================================== --- head/vietnamese/aspell/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/aspell/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -1,9 +1,5 @@ -# New ports collection makefile for: vi-aspell -# Date created: 28 August 2004 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= aspell DISTVERSION= 6-vi-0.01.1-1 @@ -16,5 +12,6 @@ COMMENT= Aspell Vietnamese dictionaries DICT= vi +NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/vietnamese/hunspell/Makefile ============================================================================== --- head/vietnamese/hunspell/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/hunspell/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -1,9 +1,4 @@ -# New ports collection makefile for: hunspell -# Date created: 2011-07-20 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= hunspell PORTVERSION= 20080604 @@ -25,6 +20,7 @@ PLIST_FILES= %%DATADIR%%/vi_VN.aff \ %%DATADIR%%/vi_VN.dic PLIST_DIRSTRY= %%DATADIR%% +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/vi_VN.aff ${WRKSRC}/vi_VN.dic ${DATADIR}/ Modified: head/vietnamese/kde4-l10n/Makefile ============================================================================== --- head/vietnamese/kde4-l10n/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/kde4-l10n/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -9,5 +9,6 @@ COMMENT= Vietnamese messages and documen KDE4_L10N= vi +NO_STAGE= yes .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" .include Modified: head/vietnamese/libreoffice/Makefile ============================================================================== --- head/vietnamese/libreoffice/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/libreoffice/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -4,6 +4,7 @@ LO_I18N= vi LO_HAS_HELPPACK= yes CATEGORIES= vietnamese editors +NO_STAGE= yes .include "${.CURDIR}/../../editors/libreoffice/Makefile.common" .include Modified: head/vietnamese/libviet/Makefile ============================================================================== --- head/vietnamese/libviet/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/libviet/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: libviet -# Date created: Fri Feb 09, 2001 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= libviet PORTVERSION= 20010210 @@ -19,6 +14,7 @@ COMMENT= VIQR<->VISCII conversion and VI WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/lib USE_BZIP2= yes +NO_STAGE= yes do-install: @${INSTALL_DATA} ${WRKSRC}/libvntype.a ${WRKSRC}/libviqr.a \ ${PREFIX}/lib Modified: head/vietnamese/unicode-uhoai/Makefile ============================================================================== --- head/vietnamese/unicode-uhoai/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/unicode-uhoai/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: unicode-uhoai -# Date created: Tue Nov 27, 2001 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= unicode-uhoai PORTVERSION= 2.1 @@ -26,6 +21,7 @@ BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11- bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/X11/fonts/TrueType ${INSTALL_DATA} ${WRKSRC}/uhoaiw21.ttf \ Modified: head/vietnamese/urwvn/Makefile ============================================================================== --- head/vietnamese/urwvn/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/urwvn/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -1,9 +1,5 @@ -# New ports collection makefile for: urwvn -# Date created: 2007/01/27 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= urwvn PORTVERSION= 3.04 @@ -32,6 +28,7 @@ TTF= CMConcrete8v.ttf CMConcreteItalic8v uplb8v.ttf uplbi8v.ttf uplr8v.ttf uplri8v.ttf utmb8v.ttf \ utmbi8v.ttf utmr8v.ttf utmri8v.ttf uzcmi8v.ttf +NO_STAGE= yes do-install: @${MKDIR} ${FONTSDIR} .for i in ${TTF} Modified: head/vietnamese/vietunicode-hannom/Makefile ============================================================================== --- head/vietnamese/vietunicode-hannom/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/vietunicode-hannom/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -1,9 +1,5 @@ -# New ports collection makefile for: vietunicode-hannom -# Date created: 2007/01/06 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= vietunicode-hannom PORTVERSION= 2005.02.06 @@ -22,6 +18,7 @@ NO_BUILD= yes TTF= HAN_NOM_A.ttf HAN_NOM_B.ttf +NO_STAGE= yes post-patch: @${MV} ${WRKSRC}/HAN\ NOM\ A.ttf ${WRKSRC}/HAN_NOM_A.ttf @${MV} ${WRKSRC}/HAN\ NOM\ B.ttf ${WRKSRC}/HAN_NOM_B.ttf Modified: head/vietnamese/vietunicode-trichlor/Makefile ============================================================================== --- head/vietnamese/vietunicode-trichlor/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/vietunicode-trichlor/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -1,9 +1,5 @@ -# New ports collection makefile for: vietunicode-trichlor -# Date created: 2007/01/06 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= vietunicode-trichlor PORTVERSION= 2004.04.30 @@ -34,6 +30,7 @@ TTF= vuUHoai_bold.ttf vuUHoai_bolditali vuThaHuong.ttf vuThaHuong_bold.ttf vuThaHuong_bolditalic.ttf \ vuThaHuong_italic.ttf vuUHoai.ttf +NO_STAGE= yes do-install: @${MKDIR} ${FONTSDIR} .for i in ${TTF} Modified: head/vietnamese/vietunicode-web1/Makefile ============================================================================== --- head/vietnamese/vietunicode-web1/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/vietunicode-web1/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -1,9 +1,5 @@ -# New ports collection makefile for: vietunicode-web1 -# Date created: 2007/01/06 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= vietunicode-web1 PORTVERSION= 2004.04.30 @@ -23,6 +19,7 @@ NO_BUILD= yes TTF= vuTimes.ttf vuTimesBold.ttf vuTimesBoldItalic.ttf vuTimesItalic.ttf \ vuArial.ttf vuArialBold.ttf vuArialBoldItalic.ttf vuArialItalic.ttf +NO_STAGE= yes do-install: @${MKDIR} ${FONTSDIR} .for i in ${TTF} Modified: head/vietnamese/vis2u/Makefile ============================================================================== --- head/vietnamese/vis2u/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/vis2u/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: vis2u -# Date created: Tue Nov 27, 2001 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= vis2u PORTVERSION= 1.0 @@ -20,6 +15,7 @@ COMMENT= VISCII->Unicode conversion USE_ZIP= yes NO_WRKSUBDIR= yes +NO_STAGE= yes do-build: cd ${WRKSRC} ; make vis2u Modified: head/vietnamese/vn7to8/Makefile ============================================================================== --- head/vietnamese/vn7to8/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/vn7to8/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -1,11 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: vn7to8 -# Date created: Tue Dec 3, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) -# +# Created by: David O'Brien (obrien@cs.ucdavis.edu) # $FreeBSD$ -# -# version # is VISCII version supported + . PORTNAME= vn7to8 PORTVERSION= 1.1.1 @@ -22,6 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libviqr. CFLAGS+= -I${PREFIX}/include/viet MAN1= vn7to8.1 vn8to7.1 vn80to81.1 +NO_STAGE= yes post-extract: @ ${MV} ${WRKDIR}/lib ${WRKDIR}/DONT.lib @ ${MV} ${WRKDIR}/include ${WRKDIR}/DONT.include Modified: head/vietnamese/vnconvert/Makefile ============================================================================== --- head/vietnamese/vnconvert/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/vnconvert/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: vnconvert -# Date created: Fri Jan 05, 2000 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= vnconvert PORTVERSION= 1.0 @@ -22,6 +17,7 @@ MAKEFILE= makefile ALL_TARGET= MAN1= vnconvert.1 +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/vnconvert ${PREFIX}/bin @${INSTALL_MAN} ${FILESDIR}/vnconvert.1 ${PREFIX}/man/man1 Modified: head/vietnamese/vnless/Makefile ============================================================================== --- head/vietnamese/vnless/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/vnless/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: vnless -# Date created: Tue Dec 3, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) -# +# Created by: David O'Brien (obrien@cs.ucdavis.edu) # $FreeBSD$ -# PORTNAME= vnless PORTVERSION= 1.0 @@ -19,6 +14,7 @@ COMMENT= A pager utility that speaks Vie ALL_TARGET= clobber all MAN1= vnless.1 vnlesskey.1 +NO_STAGE= yes post-install: @strip ${PREFIX}/bin/vnless* @${CHMOD} a+rx ${PREFIX}/bin/vnless* Modified: head/vietnamese/vnlpr/Makefile ============================================================================== --- head/vietnamese/vnlpr/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/vnlpr/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: vnlpr -# Date created: Sat Dec 7, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) -# +# Created by: David O'Brien (obrien@cs.ucdavis.edu) # $FreeBSD$ -# PORTNAME= vnlpr PORTVERSION= 2.0 @@ -19,6 +14,7 @@ COMMENT= Shell script and set of fonts t RUN_DEPENDS= vn7to8:${PORTSDIR}/vietnamese/vn7to8 \ vnpstext:${PORTSDIR}/vietnamese/vnpstext +NO_STAGE= yes pre-patch: @${MV} ${WRKSRC}/vnlpr ${WRKSRC}/vnlpr.in Modified: head/vietnamese/vnpstext/Makefile ============================================================================== --- head/vietnamese/vnpstext/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/vnpstext/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: vnpstext -# Date created: Sat Dec 7, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) -# +# Created by: David O'Brien (obrien@cs.ucdavis.edu) # $FreeBSD$ -# PORTNAME= vnpstext PORTVERSION= 1.1 @@ -19,6 +14,7 @@ COMMENT= Converts 8-bit VISCII Vietnames CFLAGS+= -I../../include MAN1= vnpstext.1 +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/share/vn-fonts ${INSTALL_PROGRAM} ${WRKSRC}/vnpstext ${PREFIX}/bin Modified: head/vietnamese/vnroff/Makefile ============================================================================== --- head/vietnamese/vnroff/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/vnroff/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: vnTeX -# Date created: Monday, Dec 9, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) -# +# Created by: David O'Brien (obrien@cs.ucdavis.edu) # $FreeBSD$ -# PORTNAME= vnroff PORTVERSION= 2.1 @@ -20,6 +15,7 @@ COMMENT= Converts Vietnamese VIQR text i NO_WRKSUBDIR= yes MAN1= vnroff.1 +NO_STAGE= yes do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} Modified: head/vietnamese/vntex/Makefile ============================================================================== --- head/vietnamese/vntex/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/vntex/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: vntex -# Date created: Tue Feb 06, 2001 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= vntex PORTVERSION= 1.0 @@ -20,6 +15,7 @@ USE_ZIP= yes USE_TEX= tex NO_BUILD= yes +NO_STAGE= yes do-install: @cd ${WRKDIR}/tex ; tar cf - . \ | (cd ${PREFIX}/share/texmf/tex ; tar --unlink -xpBf -) Modified: head/vietnamese/vnxfonts/Makefile ============================================================================== --- head/vietnamese/vnxfonts/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/vnxfonts/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -1,12 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: VN-Xfonts -# Version required: 1.1.1 -# Date created: Tue Dec 3, 1996 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# -# version # is VISCII version supported + . PORTNAME= vnxfonts PORTVERSION= 1.1.1 @@ -27,6 +20,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11- WRKSRC= ${WRKDIR}/fonts/X MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/X11/fonts/vietnamese @cd ${WRKSRC} ; \ Modified: head/vietnamese/x-unikey/Makefile ============================================================================== --- head/vietnamese/x-unikey/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/x-unikey/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -1,9 +1,5 @@ -# New ports collection makefile for: x-unikey -# Date created: 2010-06-25 -# Whom: Alexander Yerenkow -# +# Created by: Alexander Yerenkow # $FreeBSD$ -# PORTNAME= x-unikey PORTVERSION= 1.0.4 @@ -20,4 +16,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/unikey bin/ukxim +NO_STAGE= yes .include Modified: head/vietnamese/xvnkb/Makefile ============================================================================== --- head/vietnamese/xvnkb/Makefile Fri Sep 20 23:19:33 2013 (r327774) +++ head/vietnamese/xvnkb/Makefile Fri Sep 20 23:20:31 2013 (r327775) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: xvnkb -# Date created: Mon Apr 05, 2004 -# Whom: Nguyen Tam Chinh (chinhngt@sectorb.msk.ru) -# +# Created by: Nguyen Tam Chinh (chinhngt@sectorb.msk.ru) # $FreeBSD$ -# PORTNAME= xvnkb PORTVERSION= 0.2.9 @@ -35,6 +30,7 @@ PLIST_FILES= bin/xvnkb lib/libxvnkb.so l MAN1= xvnkb.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' ${WRKSRC}/tools/Makefile.dep From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 23:37:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BD1064A1; Fri, 20 Sep 2013 23:37:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A675729A0; Fri, 20 Sep 2013 23:37:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KNbBKZ064589; Fri, 20 Sep 2013 23:37:11 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KNasIJ064466; Fri, 20 Sep 2013 23:36:54 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202336.r8KNasIJ064466@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 23:36:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327776 - in head/www: MT R-cran-RgoogleMaps R-cran-Rpad R-cran-httpuv R-cran-scrapeR R-cran-shiny WebMagick abyssws ach admuser adzap ajaxplorer amphetadesk analog anyremote2html anyte... 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.14 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: Fri, 20 Sep 2013 23:37:11 -0000 Author: bapt Date: Fri Sep 20 23:36:50 2013 New Revision: 327776 URL: http://svnweb.freebsd.org/changeset/ports/327776 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: www) Modified: head/www/MT/Makefile head/www/R-cran-RgoogleMaps/Makefile head/www/R-cran-Rpad/Makefile head/www/R-cran-httpuv/Makefile head/www/R-cran-scrapeR/Makefile head/www/R-cran-shiny/Makefile head/www/WebMagick/Makefile head/www/abyssws/Makefile head/www/ach/Makefile head/www/admuser/Makefile head/www/adzap/Makefile head/www/ajaxplorer/Makefile head/www/amphetadesk/Makefile head/www/analog/Makefile head/www/anyremote2html/Makefile head/www/anyterm/Makefile head/www/aolserver-xotcl/Makefile head/www/aolserver/Makefile head/www/apache-forrest/Makefile head/www/apache-mode.el/Makefile head/www/apache22-event-mpm/Makefile head/www/apache22-itk-mpm/Makefile head/www/apache22-peruser-mpm/Makefile head/www/apache22-worker-mpm/Makefile head/www/apache22/Makefile head/www/apache24/Makefile head/www/apercu/Makefile head/www/aria/Makefile head/www/aria2/Makefile head/www/aria2fe/Makefile head/www/arora/Makefile head/www/asp2php/Makefile head/www/asql/Makefile head/www/asterisk-stat/Makefile head/www/aswedit/Makefile head/www/aswiki/Makefile head/www/atutor/Makefile head/www/august/Makefile head/www/autoindex2/Makefile head/www/awffull/Makefile head/www/aws-demos/Makefile head/www/aws/Makefile head/www/awstats/Makefile head/www/axis/Makefile head/www/axis2/Makefile head/www/b2evolution/Makefile head/www/bacula-web/Makefile head/www/baikal/Makefile head/www/bannerfilter/Makefile head/www/bblog/Makefile head/www/bigbluebutton/Makefile head/www/bins/Makefile head/www/bk2site/Makefile head/www/bkmrkconv/Makefile head/www/blastbeat/Makefile head/www/blogsum/Makefile head/www/bluefish-devel/Makefile head/www/bluefish/Makefile head/www/boa/Makefile head/www/bookmarkbridge/Makefile head/www/bozohttpd/Makefile head/www/bugmenot-firefox/Makefile head/www/c-icap-modules/Makefile head/www/c-icap/Makefile head/www/cacheboy16/Makefile head/www/cadaver/Makefile head/www/cakephp11/Makefile head/www/cakephp12/Makefile head/www/cakephp13/Makefile head/www/cakephp21/Makefile head/www/cakephp22/Makefile head/www/cakephp23/Makefile head/www/calamaris/Makefile head/www/cas/Makefile head/www/castget/Makefile head/www/caudium14/Makefile head/www/cblog/Makefile head/www/cgi-lib.pl/Makefile head/www/cgi-lib/Makefile head/www/cgic/Makefile head/www/cgicc/Makefile head/www/cgichk/Makefile head/www/cgihtml/Makefile head/www/cgiparse/Makefile head/www/cgiwrap/Makefile head/www/checkbot/Makefile head/www/chems/Makefile head/www/cherokee/Makefile head/www/chimera/Makefile head/www/choqok/Makefile head/www/chpasswd/Makefile head/www/chromium/Makefile head/www/chtml/Makefile head/www/ckeditor/Makefile head/www/cl-lml-clisp/Makefile head/www/cl-lml-sbcl/Makefile head/www/cl-lml/Makefile head/www/claroline/Makefile head/www/clearsilver-python/Makefile head/www/clearsilver/Makefile head/www/clickheat/Makefile head/www/closure-compiler/Makefile head/www/closure-linter/Makefile head/www/cmsmadesimple/Makefile head/www/cntlm/Makefile head/www/cocoon/Makefile head/www/codeigniter/Makefile head/www/codeigniter17/Makefile head/www/comclear/Makefile head/www/coppermine/Makefile head/www/cowboy/Makefile head/www/cplanet/Makefile head/www/crawl/Makefile head/www/crp/Makefile head/www/css-mode.el/Makefile head/www/cssed/Makefile head/www/csstidy/Makefile head/www/ctemplate/Makefile head/www/cutycapt/Makefile head/www/dalbum/Makefile head/www/dansguardian-devel/Makefile head/www/dansguardian/Makefile head/www/davical/Makefile head/www/decss/Makefile head/www/deforaos-surfer/Makefile head/www/demoroniser/Makefile head/www/dfileserver/Makefile head/www/dhttpd/Makefile head/www/diamanda/Makefile head/www/dillo2/Makefile head/www/docebo/Makefile head/www/dojo-shrinksafe/Makefile head/www/dojo/Makefile head/www/dokeos/Makefile head/www/dokuwiki/Makefile head/www/dotclear/Makefile head/www/dotproject/Makefile head/www/download-gemist/Makefile head/www/dpsearch/Makefile head/www/drood/Makefile head/www/drraw/Makefile head/www/drupal6-advanced_help/Makefile head/www/drupal6-cck/Makefile head/www/drupal6-chaos/Makefile head/www/drupal6-ckeditor/Makefile head/www/drupal6-content_access/Makefile head/www/drupal6-geshifilter/Makefile head/www/drupal6-google_analytics/Makefile head/www/drupal6-image/Makefile head/www/drupal6-imce/Makefile head/www/drupal6-menu_block/Makefile head/www/drupal6-mimedetect/Makefile head/www/drupal6-nice_menus/Makefile head/www/drupal6-nodewords/Makefile head/www/drupal6-page_title/Makefile head/www/drupal6-panels/Makefile head/www/drupal6-path_redirect/Makefile head/www/drupal6-pathauto/Makefile head/www/drupal6-print/Makefile head/www/drupal6-seo_checklist/Makefile head/www/drupal6-services/Makefile head/www/drupal6-tagadelic/Makefile head/www/drupal6-token/Makefile head/www/drupal6-views/Makefile head/www/drupal6-webform/Makefile head/www/drupal6-wysiwyg/Makefile head/www/drupal6-zeropoint/Makefile head/www/drupal6/Makefile head/www/drupal7-jailadmin/Makefile head/www/drupal7-vulnscan/Makefile head/www/drupal7-wysiwyg/Makefile head/www/drupal7/Makefile head/www/drush/Makefile head/www/dtse/Makefile head/www/dummyflash/Makefile head/www/dwoo/Makefile head/www/e107/Makefile head/www/eaccelerator/Makefile head/www/efront/Makefile head/www/egueb/Makefile head/www/eldav.el/Makefile head/www/elgg/Makefile head/www/elinks/Makefile head/www/elog/Makefile head/www/emacs-w3m-emacs21/Makefile head/www/emacs-w3m-emacs22/Makefile head/www/emacs-w3m-xemacs21-mule/Makefile head/www/emacs-w3m/Makefile head/www/encode-explorer/Makefile head/www/entrans/Makefile head/www/ephemera/Makefile head/www/epiphany-extensions/Makefile head/www/epiphany/Makefile head/www/erwn/Makefile head/www/eventum/Makefile head/www/evolution-webcal/Makefile head/www/extjs/Makefile head/www/extsm/Makefile head/www/eyeos-themes/Makefile head/www/eyeos/Makefile head/www/fancybox/Makefile head/www/fcgi/Makefile head/www/fcgiwrap/Makefile head/www/feedjack/Makefile head/www/feedonfeeds/Makefile head/www/ffproxy/Makefile head/www/fhttpd/Makefile head/www/firefox-esr-i18n/Makefile head/www/firefox-esr/Makefile head/www/firefox-i18n/Makefile head/www/firefox-remote/Makefile head/www/firefox/Makefile head/www/flat-frog/Makefile head/www/flickcurl/Makefile head/www/flood/Makefile head/www/flot/Makefile head/www/fluxbb/Makefile head/www/fluxcms/Makefile head/www/fnord/Makefile head/www/formication/Makefile head/www/foswiki-ModPerlEngineContrib/Makefile head/www/foswiki/Makefile head/www/fpc-fastcgi/Makefile head/www/fpc-httpd22/Makefile head/www/free-sa-devel/Makefile head/www/free-sa/Makefile head/www/freeway/Makefile head/www/fswiki/Makefile head/www/ftasv/Makefile head/www/fusionpbx/Makefile head/www/g-cows/Makefile head/www/g-gcl/Makefile head/www/gaeo/Makefile head/www/gaeutilities/Makefile head/www/gallery/Makefile head/www/gallery2/Makefile head/www/gallery3/Makefile head/www/gatling/Makefile head/www/gecko-mediaplayer/Makefile head/www/gecko-sharp20/Makefile head/www/geeklog/Makefile head/www/geneweb/Makefile head/www/geolizer/Makefile head/www/geronimo/Makefile head/www/get_flash_videos/Makefile head/www/getleft/Makefile head/www/gist/Makefile head/www/glpi/Makefile head/www/gnome-user-share/Makefile head/www/gnome-web-photo/Makefile head/www/google-appengine/Makefile head/www/google-sitemapgen/Makefile head/www/googlebook_dl/Makefile head/www/goose/Makefile head/www/grails/Makefile head/www/gregarius/Makefile head/www/groupoffice/Makefile head/www/grr/Makefile head/www/gstreamer-plugins-neon/Makefile head/www/gstreamer1-plugins-neon/Makefile head/www/gtkhtml3/Makefile head/www/guile-www/Makefile head/www/gurlchecker/Makefile head/www/habari/Makefile head/www/harvest/Makefile head/www/hastymail/Makefile head/www/hastymail2-devel/Makefile head/www/hastymail2/Makefile head/www/havp/Makefile head/www/helma/Makefile head/www/hiawatha/Makefile head/www/hinventory-client/Makefile head/www/horde-ansel/Makefile head/www/horde-base/Makefile head/www/horde-passwd/Makefile head/www/horde-trean/Makefile head/www/horde-wicked/Makefile head/www/horde3-ansel/Makefile head/www/horde3-base/Makefile head/www/horde3-meta/Makefile head/www/horde3-passwd/Makefile head/www/horde3-trean/Makefile head/www/horde3-wicked/Makefile head/www/hotcrp/Makefile head/www/hs-HTTP/Makefile head/www/hs-activehs/Makefile head/www/hs-authenticate/Makefile head/www/hs-cgi/Makefile head/www/hs-cookie/Makefile head/www/hs-css-text/Makefile head/www/hs-fastcgi/Makefile head/www/hs-gitit/Makefile head/www/hs-hS3/Makefile head/www/hs-hamlet/Makefile head/www/hs-happstack-server/Makefile head/www/hs-happstack/Makefile head/www/hs-heist/Makefile head/www/hs-hjsmin/Makefile head/www/hs-http-conduit/Makefile head/www/hs-http-date/Makefile head/www/hs-http-reverse-proxy/Makefile head/www/hs-http-server/Makefile head/www/hs-http-types/Makefile head/www/hs-oeis/Makefile head/www/hs-path-pieces/Makefile head/www/hs-recaptcha/Makefile head/www/hs-scgi/Makefile head/www/hs-shakespeare-css/Makefile head/www/hs-shakespeare-i18n/Makefile head/www/hs-shakespeare-js/Makefile head/www/hs-shakespeare-text/Makefile head/www/hs-shakespeare/Makefile head/www/hs-snap-core/Makefile head/www/hs-snap-server/Makefile head/www/hs-snap/Makefile head/www/hs-url/Makefile head/www/hs-wai-app-static/Makefile head/www/hs-wai-extra/Makefile head/www/hs-wai-logger/Makefile head/www/hs-wai-test/Makefile head/www/hs-wai/Makefile head/www/hs-warp/Makefile head/www/hs-webkit/Makefile head/www/hs-xss-sanitize/Makefile head/www/hs-yesod-auth/Makefile head/www/hs-yesod-core/Makefile head/www/hs-yesod-form/Makefile head/www/hs-yesod-persistent/Makefile head/www/hs-yesod-platform/Makefile head/www/hs-yesod-routes/Makefile head/www/hs-yesod-static/Makefile head/www/hs-yesod-test/Makefile head/www/hs-yesod/Makefile head/www/htdump/Makefile head/www/html2hdml/Makefile head/www/html2wml/Makefile head/www/htmlcompressor/Makefile head/www/htmlcxx/Makefile head/www/htmlobject/Makefile head/www/htmlpp/Makefile head/www/httest/Makefile head/www/http-analyze/Makefile head/www/http_get/Makefile head/www/http_load/Makefile head/www/http_post/Makefile head/www/httpclient/Makefile head/www/httpcore/Makefile head/www/httpgrabber/Makefile head/www/httpsqs/Makefile head/www/httptunnel/Makefile head/www/httrack/Makefile head/www/hudson/Makefile head/www/hydra/Makefile head/www/hypermail/Makefile head/www/igal2/Makefile head/www/ikiwiki/Makefile head/www/ilias/Makefile head/www/imgsizer/Makefile head/www/impresscms/Makefile head/www/interchange/Makefile head/www/ismail/Makefile head/www/iwebcal/Makefile head/www/jawstats/Makefile head/www/jdresolve/Makefile head/www/jericho-html/Makefile head/www/jesred/Makefile head/www/jetty/Makefile head/www/jinzora/Makefile head/www/jmeter/Makefile head/www/joomla15/Makefile head/www/joomla25/Makefile head/www/joomla31/Makefile head/www/jspacker/Makefile head/www/jspwiki/Makefile head/www/jtoolkit/Makefile head/www/junkbuster/Makefile head/www/kannel/Makefile head/www/kdewebdev4/Makefile head/www/kpartsplugin/Makefile head/www/kplaylist/Makefile head/www/kwebkitpart/Makefile head/www/larbin/Makefile head/www/libapreq2/Makefile head/www/libecap/Makefile head/www/libepc/Makefile head/www/libghttp/Makefile head/www/libgtkhtml/Makefile head/www/libmicrohttpd/Makefile head/www/libwww/Makefile head/www/libxul/Makefile head/www/lifetype/Makefile head/www/lightsquid/Makefile head/www/lighttpd-mod_geoip/Makefile head/www/lighttpd-mod_h264_streaming/Makefile head/www/lighttpd/Makefile head/www/lilurl/Makefile head/www/limesurvey/Makefile head/www/linkcheck/Makefile head/www/linkchecker/Makefile head/www/linklint/Makefile head/www/links-hacked/Makefile head/www/links/Makefile head/www/links1/Makefile head/www/linux-f10-flashplugin11/Makefile head/www/linux-firefox/Makefile head/www/linux-libgtkembedmoz/Makefile head/www/linux-mplayer-plugin/Makefile head/www/linux-opera-devel/Makefile head/www/linux-opera/Makefile head/www/linux-seamonkey/Makefile head/www/lionwiki/Makefile head/www/ljdeps/Makefile head/www/ljdump/Makefile head/www/llgal/Makefile head/www/logtools/Makefile head/www/luakit/Makefile head/www/lusca-head/Makefile head/www/lynx-current/Makefile head/www/lynx/Makefile head/www/magento/Makefile head/www/mahara/Makefile head/www/mambo/Makefile head/www/man2web/Makefile head/www/mathjax/Makefile head/www/mathopd/Makefile head/www/mawstats/Makefile head/www/mediawiki119/Makefile head/www/mediawiki120/Makefile head/www/mediawiki121/Makefile head/www/mergelog/Makefile head/www/metacafe_dl/Makefile head/www/mgstat/Makefile head/www/mhonarc/Makefile head/www/micro_httpd/Makefile head/www/middleman/Makefile head/www/midori/Makefile head/www/mimetex/Makefile head/www/mini_httpd/Makefile head/www/mitmproxy/Makefile head/www/mkapachepw/Makefile head/www/mknmz-wwwoffle/Makefile head/www/mnogosearch/Makefile head/www/mochiweb-basho/Makefile head/www/mochiweb/Makefile head/www/mod_amazon_proxy/Makefile head/www/mod_antiloris/Makefile head/www/mod_asn/Makefile head/www/mod_auth_cas/Makefile head/www/mod_auth_cookie_mysql2/Makefile head/www/mod_auth_external2/Makefile head/www/mod_auth_form/Makefile head/www/mod_auth_imap2/Makefile head/www/mod_auth_kerb2/Makefile head/www/mod_auth_mellon/Makefile head/www/mod_auth_mysql2/Makefile head/www/mod_auth_mysql_another/Makefile head/www/mod_auth_openid/Makefile head/www/mod_auth_pam2/Makefile head/www/mod_auth_pgsql2/Makefile head/www/mod_auth_pubtkt/Makefile head/www/mod_auth_tkt/Makefile head/www/mod_auth_xradius/Makefile head/www/mod_authn_otp/Makefile head/www/mod_authn_sasl/Makefile head/www/mod_authnz_crowd/Makefile head/www/mod_authnz_external/Makefile head/www/mod_authz_unixgroup/Makefile head/www/mod_backtrace/Makefile head/www/mod_bw/Makefile head/www/mod_cband/Makefile head/www/mod_cfg_ldap/Makefile head/www/mod_chroot/Makefile head/www/mod_clamav/Makefile head/www/mod_cplusplus/Makefile head/www/mod_cvs2/Makefile head/www/mod_dnssd/Makefile head/www/mod_domaintree/Makefile head/www/mod_encoding/Makefile head/www/mod_evasive/Makefile head/www/mod_extract_forwarded/Makefile head/www/mod_fastcgi/Makefile head/www/mod_fcgid/Makefile head/www/mod_fileiri/Makefile head/www/mod_flickr/Makefile head/www/mod_ftp/Makefile head/www/mod_geoip2/Makefile head/www/mod_gnutls/Makefile head/www/mod_gzip2/Makefile head/www/mod_h264_streaming/Makefile head/www/mod_hosts_access/Makefile head/www/mod_jail/Makefile head/www/mod_jk/Makefile head/www/mod_layout22/Makefile head/www/mod_limitipconn2/Makefile head/www/mod_line_edit/Makefile head/www/mod_lisp2/Makefile head/www/mod_log_config-st/Makefile head/www/mod_log_dbd/Makefile head/www/mod_log_firstbyte/Makefile head/www/mod_log_mysql/Makefile head/www/mod_log_sql2-dtc/Makefile head/www/mod_log_sql2/Makefile head/www/mod_macro22/Makefile head/www/mod_memcache/Makefile head/www/mod_memcache_block/Makefile head/www/mod_mono/Makefile head/www/mod_musicindex/Makefile head/www/mod_myvhost/Makefile head/www/mod_ntlm2/Makefile head/www/mod_pagespeed/Makefile head/www/mod_perl2/Makefile head/www/mod_proctitle/Makefile head/www/mod_proxy_html/Makefile head/www/mod_proxy_xml/Makefile head/www/mod_python3/Makefile head/www/mod_qos/Makefile head/www/mod_remoteip/Makefile head/www/mod_reproxy/Makefile head/www/mod_rivet/Makefile head/www/mod_rpaf2/Makefile head/www/mod_ruby/Makefile head/www/mod_scgi/Makefile head/www/mod_security/Makefile head/www/mod_setenvifplus/Makefile head/www/mod_spdy/Makefile head/www/mod_tidy/Makefile head/www/mod_tsa/Makefile head/www/mod_uid/Makefile head/www/mod_umask/Makefile head/www/mod_vhost_ldap/Makefile head/www/mod_vhs/Makefile head/www/mod_webkit/Makefile head/www/mod_whatkilledus/Makefile head/www/mod_wsgi/Makefile head/www/mod_wsgi3/Makefile head/www/mod_xml2enc/Makefile head/www/mod_xmlns/Makefile head/www/mod_xsendfile/Makefile head/www/mohawk/Makefile head/www/moinmoin/Makefile head/www/monast/Makefile head/www/mongrel2/Makefile head/www/moodle/Makefile head/www/moodle23/Makefile head/www/moodle24/Makefile head/www/moodle25/Makefile head/www/mozplugger/Makefile head/www/multisort/Makefile head/www/multiwatch/Makefile head/www/mybb/Makefile head/www/myfaces/Makefile head/www/mysar/Makefile head/www/mysqlphp2postgres/Makefile head/www/mythplugin-mythweb/Makefile head/www/nanoblogger-extra/Makefile head/www/nanoblogger/Makefile head/www/nd/Makefile head/www/neon29/Makefile head/www/netoffice/Makefile head/www/netrik/Makefile head/www/netstiff/Makefile head/www/netsurf/Makefile head/www/newsbeuter/Makefile head/www/nginx-devel/Makefile head/www/nginx/Makefile head/www/nibbleblog/Makefile head/www/node-devel/Makefile head/www/node/Makefile head/www/node04/Makefile head/www/node06/Makefile head/www/nostromo/Makefile head/www/notftp/Makefile head/www/npapi-xine/Makefile head/www/npc/Makefile head/www/npm/Makefile head/www/nscache/Makefile head/www/nspluginwrapper/Makefile head/www/ocaml-net/Makefile head/www/ocsigen/Makefile head/www/ojs2/Makefile head/www/ompload/Makefile head/www/oops/Makefile head/www/openacs-dotlrn/Makefile head/www/openacs/Makefile head/www/opencart/Makefile head/www/openvrml/Makefile head/www/openx/Makefile head/www/openxmldir/Makefile head/www/opera-devel/Makefile head/www/opera-linuxplugins/Makefile head/www/opera/Makefile head/www/orangehrm/Makefile head/www/oscommerce/Makefile head/www/owncloud/Makefile head/www/p5-AMF-Perl/Makefile head/www/p5-Acme-Monta/Makefile head/www/p5-Amon2-Lite/Makefile head/www/p5-Amon2-Plugin-LogDispatch/Makefile head/www/p5-Amon2-Plugin-Web-MobileAgent/Makefile head/www/p5-Amon2/Makefile head/www/p5-Any-Template/Makefile head/www/p5-Any-URI-Escape/Makefile head/www/p5-AnyEvent-HTTP-LWP-UserAgent/Makefile head/www/p5-AnyEvent-HTTP/Makefile head/www/p5-AnyEvent-HTTPD/Makefile head/www/p5-AnyEvent-Mojo/Makefile head/www/p5-AnyEvent-ReverseHTTP/Makefile head/www/p5-AnyEvent-SCGI/Makefile head/www/p5-Apache-ASP/Makefile head/www/p5-Apache-Admin-Config/Makefile head/www/p5-Apache-AuthCookie/Makefile head/www/p5-Apache-AuthTicket/Makefile head/www/p5-Apache-Clean2/Makefile head/www/p5-Apache-ConfigFile/Makefile head/www/p5-Apache-ConfigParser/Makefile head/www/p5-Apache-DB/Makefile head/www/p5-Apache-DBI/Makefile head/www/p5-Apache-Gallery/Makefile head/www/p5-Apache-Htgroup/Makefile head/www/p5-Apache-LogFormat-Compiler/Makefile head/www/p5-Apache-MP3/Makefile head/www/p5-Apache-ParseFormData/Makefile head/www/p5-Apache-Profiler/Makefile head/www/p5-Apache-Session-PHP/Makefile head/www/p5-Apache-Session-SQLite3/Makefile head/www/p5-Apache-Session-SharedMem/Makefile head/www/p5-Apache-Session-Wrapper/Makefile head/www/p5-Apache-Session/Makefile head/www/p5-Apache-SessionX/Makefile head/www/p5-Apache-Singleton/Makefile head/www/p5-Apache2-SiteControl/Makefile head/www/p5-ApacheBench/Makefile head/www/p5-App-Nopaste/Makefile head/www/p5-App-gist/Makefile head/www/p5-Ark/Makefile head/www/p5-Bigtop/Makefile head/www/p5-Blog-Spam/Makefile head/www/p5-Business-PayPal/Makefile head/www/p5-CGI-Ajax/Makefile head/www/p5-CGI-Application-Dispatch-Server/Makefile head/www/p5-CGI-Application-Dispatch/Makefile head/www/p5-CGI-Application-PSGI/Makefile head/www/p5-CGI-Application-Plugin-AnyTemplate/Makefile head/www/p5-CGI-Application-Plugin-Apache/Makefile head/www/p5-CGI-Application-Plugin-Authentication/Makefile head/www/p5-CGI-Application-Plugin-Authorization/Makefile head/www/p5-CGI-Application-Plugin-AutoRunmode/Makefile head/www/p5-CGI-Application-Plugin-Config-YAML/Makefile head/www/p5-CGI-Application-Plugin-ConfigAuto/Makefile head/www/p5-CGI-Application-Plugin-DBH/Makefile head/www/p5-CGI-Application-Plugin-DebugScreen/Makefile head/www/p5-CGI-Application-Plugin-DevPopup/Makefile head/www/p5-CGI-Application-Plugin-Forward/Makefile head/www/p5-CGI-Application-Plugin-HTDot/Makefile head/www/p5-CGI-Application-Plugin-HTMLPrototype/Makefile head/www/p5-CGI-Application-Plugin-HtmlTidy/Makefile head/www/p5-CGI-Application-Plugin-JSON/Makefile head/www/p5-CGI-Application-Plugin-LinkIntegrity/Makefile head/www/p5-CGI-Application-Plugin-LogDispatch/Makefile head/www/p5-CGI-Application-Plugin-MessageStack/Makefile head/www/p5-CGI-Application-Plugin-Redirect/Makefile head/www/p5-CGI-Application-Plugin-Session/Makefile head/www/p5-CGI-Application-Plugin-Stream/Makefile head/www/p5-CGI-Application-Plugin-TT/Makefile head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile head/www/p5-CGI-Application-Plugin-ViewCode/Makefile head/www/p5-CGI-Application-Server/Makefile head/www/p5-CGI-Application/Makefile head/www/p5-CGI-ArgChecker/Makefile head/www/p5-CGI-Builder-TT2/Makefile head/www/p5-CGI-Builder/Makefile head/www/p5-CGI-Cache/Makefile head/www/p5-CGI-Compile/Makefile head/www/p5-CGI-Compress-Gzip/Makefile head/www/p5-CGI-Cookie-Splitter/Makefile head/www/p5-CGI-Cookie-XS/Makefile head/www/p5-CGI-Deurl-XS/Makefile head/www/p5-CGI-Emulate-PSGI/Makefile head/www/p5-CGI-EncryptForm/Makefile head/www/p5-CGI-Enurl/Makefile head/www/p5-CGI-Ex/Makefile head/www/p5-CGI-Expand/Makefile head/www/p5-CGI-ExtDirect/Makefile head/www/p5-CGI-FCKeditor/Makefile head/www/p5-CGI-FastTemplate/Makefile head/www/p5-CGI-FormBuilder/Makefile head/www/p5-CGI-Framework/Makefile head/www/p5-CGI-Kwiki/Makefile head/www/p5-CGI-Minimal/Makefile head/www/p5-CGI-PSGI/Makefile head/www/p5-CGI-Pager/Makefile head/www/p5-CGI-Prototype/Makefile head/www/p5-CGI-Response/Makefile head/www/p5-CGI-SSI/Makefile head/www/p5-CGI-Session-ExpireSessions/Makefile head/www/p5-CGI-Session/Makefile head/www/p5-CGI-Simple/Makefile head/www/p5-CGI-SpeedyCGI/Makefile head/www/p5-CGI-Struct/Makefile head/www/p5-CGI-Thin/Makefile head/www/p5-CGI-Untaint-date/Makefile head/www/p5-CGI-Untaint-email/Makefile head/www/p5-CGI-Untaint/Makefile head/www/p5-CGI-Upload/Makefile head/www/p5-CGI-Utils/Makefile head/www/p5-CGI-XMLApplication/Makefile head/www/p5-CGI-modules/Makefile head/www/p5-CGI.pm/Makefile head/www/p5-CGI_Lite/Makefile head/www/p5-CIF-Client/Makefile head/www/p5-CSS-DOM/Makefile head/www/p5-CSS-Inliner/Makefile head/www/p5-Catalyst-Action-REST/Makefile head/www/p5-Catalyst-Action-RenderView/Makefile head/www/p5-Catalyst-ActionRole-ACL/Makefile head/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile head/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile head/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile head/www/p5-Catalyst-Authentication-Store-LDAP/Makefile head/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile head/www/p5-Catalyst-Component-InstancePerContext/Makefile head/www/p5-Catalyst-Controller-ActionRole/Makefile head/www/p5-Catalyst-Controller-BindLex/Makefile head/www/p5-Catalyst-Controller-FormBuilder/Makefile head/www/p5-Catalyst-Controller-HTML-FormFu/Makefile head/www/p5-Catalyst-Controller-RateLimit/Makefile head/www/p5-Catalyst-Controller-RequestToken/Makefile head/www/p5-Catalyst-Devel/Makefile head/www/p5-Catalyst-DispatchType-Regex/Makefile head/www/p5-Catalyst-Engine-Apache/Makefile head/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile head/www/p5-Catalyst-Engine-PSGI/Makefile head/www/p5-Catalyst-Enzyme/Makefile head/www/p5-Catalyst-Helper-Controller-Scaffold/Makefile head/www/p5-Catalyst-Manual/Makefile head/www/p5-Catalyst-Model-Adaptor/Makefile head/www/p5-Catalyst-Model-CDBI-Plain/Makefile head/www/p5-Catalyst-Model-CDBI-Sweet/Makefile head/www/p5-Catalyst-Model-CDBI/Makefile head/www/p5-Catalyst-Model-DBIC-Plain/Makefile head/www/p5-Catalyst-Model-DBIC-Schema/Makefile head/www/p5-Catalyst-Model-DynamicAdaptor/Makefile head/www/p5-Catalyst-Model-LDAP/Makefile head/www/p5-Catalyst-Model-Memcached/Makefile head/www/p5-Catalyst-Model-Oryx/Makefile head/www/p5-Catalyst-Model-Tarantool/Makefile head/www/p5-Catalyst-Model-XML-Feed/Makefile head/www/p5-Catalyst-Model-Xapian/Makefile head/www/p5-Catalyst-Model-Xapian10/Makefile head/www/p5-Catalyst-Plugin-AtomServer/Makefile head/www/p5-Catalyst-Plugin-Authentication-CDBI/Makefile head/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile head/www/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/Makefile head/www/p5-Catalyst-Plugin-Authentication/Makefile head/www/p5-Catalyst-Plugin-Authorization-ACL/Makefile head/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile head/www/p5-Catalyst-Plugin-AutoCRUD/Makefile head/www/p5-Catalyst-Plugin-Browser/Makefile head/www/p5-Catalyst-Plugin-C3/Makefile head/www/p5-Catalyst-Plugin-Cache-FastMmap/Makefile head/www/p5-Catalyst-Plugin-Cache-Memcached-Fast/Makefile head/www/p5-Catalyst-Plugin-Cache-Memcached/Makefile head/www/p5-Catalyst-Plugin-Cache/Makefile head/www/p5-Catalyst-Plugin-Captcha/Makefile head/www/p5-Catalyst-Plugin-ConfigLoader-Environment/Makefile head/www/p5-Catalyst-Plugin-ConfigLoader/Makefile head/www/p5-Catalyst-Plugin-CookiedSession/Makefile head/www/p5-Catalyst-Plugin-DateTime/Makefile head/www/p5-Catalyst-Plugin-DefaultEnd/Makefile head/www/p5-Catalyst-Plugin-Email/Makefile head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile head/www/p5-Catalyst-Plugin-FillInForm/Makefile head/www/p5-Catalyst-Plugin-FormBuilder/Makefile head/www/p5-Catalyst-Plugin-FormValidator/Makefile head/www/p5-Catalyst-Plugin-I18N/Makefile head/www/p5-Catalyst-Plugin-Log-Dispatch/Makefile head/www/p5-Catalyst-Plugin-Log-Handler/Makefile head/www/p5-Catalyst-Plugin-LogWarnings/Makefile head/www/p5-Catalyst-Plugin-PageCache/Makefile head/www/p5-Catalyst-Plugin-Params-Nested/Makefile head/www/p5-Catalyst-Plugin-Pluggable/Makefile head/www/p5-Catalyst-Plugin-Prototype/Makefile head/www/p5-Catalyst-Plugin-RunAfterRequest/Makefile head/www/p5-Catalyst-Plugin-Scheduler/Makefile head/www/p5-Catalyst-Plugin-Server/Makefile head/www/p5-Catalyst-Plugin-Session-FastMmap/Makefile head/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile head/www/p5-Catalyst-Plugin-Session-State-URI/Makefile head/www/p5-Catalyst-Plugin-Session-Store-Cache/Makefile head/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile head/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile head/www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile head/www/p5-Catalyst-Plugin-Session-Store-File/Makefile head/www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile head/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile head/www/p5-Catalyst-Plugin-Session/Makefile head/www/p5-Catalyst-Plugin-Setenv/Makefile head/www/p5-Catalyst-Plugin-Singleton/Makefile head/www/p5-Catalyst-Plugin-SmartURI/Makefile head/www/p5-Catalyst-Plugin-StackTrace/Makefile head/www/p5-Catalyst-Plugin-Static-Simple/Makefile head/www/p5-Catalyst-Plugin-Static/Makefile head/www/p5-Catalyst-Plugin-StatusMessage/Makefile head/www/p5-Catalyst-Plugin-SubRequest/Makefile head/www/p5-Catalyst-Plugin-Textile/Makefile head/www/p5-Catalyst-Plugin-Unicode/Makefile head/www/p5-Catalyst-Plugin-XMLRPC/Makefile head/www/p5-Catalyst-Runtime/Makefile head/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile head/www/p5-Catalyst-TraitFor-Request-BrowserDetect/Makefile head/www/p5-Catalyst-View-ClearSilver/Makefile head/www/p5-Catalyst-View-Email/Makefile head/www/p5-Catalyst-View-GraphViz/Makefile head/www/p5-Catalyst-View-HTML-Template-Compiled/Makefile head/www/p5-Catalyst-View-HTML-Template/Makefile head/www/p5-Catalyst-View-JSON/Makefile head/www/p5-Catalyst-View-Jemplate/Makefile head/www/p5-Catalyst-View-Mason/Makefile head/www/p5-Catalyst-View-REST-XML/Makefile head/www/p5-Catalyst-View-RRDGraph/Makefile head/www/p5-Catalyst-View-TT-ControllerLocal/Makefile head/www/p5-Catalyst-View-TT/Makefile head/www/p5-Catalyst-View-Template-Declare/Makefile head/www/p5-Catalyst-View-Templated/Makefile head/www/p5-Catalyst-View-XML-Feed/Makefile head/www/p5-Catalyst-View-XML-Simple/Makefile head/www/p5-Catalyst-View-XSLT/Makefile head/www/p5-CatalystX-Component-Traits/Makefile head/www/p5-CatalystX-InjectComponent/Makefile head/www/p5-CatalystX-LeakChecker/Makefile head/www/p5-CatalystX-Profile/Makefile head/www/p5-CatalystX-REPL/Makefile head/www/p5-CatalystX-RoleApplicator/Makefile head/www/p5-CatalystX-SimpleLogin/Makefile head/www/p5-Class-DBI-FromForm/Makefile head/www/p5-ClearSilver/Makefile head/www/p5-Compress-LeadingBlankSpaces/Makefile head/www/p5-Continuity/Makefile head/www/p5-Corona/Makefile head/www/p5-Dancer-Logger-Log4perl/Makefile head/www/p5-Dancer-Plugin-ExtDirect/Makefile head/www/p5-Dancer-Plugin-Feed/Makefile head/www/p5-Dancer-Plugin-SiteMap/Makefile head/www/p5-Dancer-Plugin-ValidationClass/Makefile head/www/p5-Dancer-Session-Cookie/Makefile head/www/p5-Dancer-Template-Xslate/Makefile head/www/p5-Dancer/Makefile head/www/p5-Dancer2/Makefile head/www/p5-Data-TreeDumper-Renderer-DHTML/Makefile head/www/p5-Data-Validate-URI/Makefile head/www/p5-Emplacken/Makefile head/www/p5-FAQ-OMatic/Makefile head/www/p5-FCGI-Async/Makefile head/www/p5-FCGI-Client/Makefile head/www/p5-FCGI-Engine/Makefile head/www/p5-FCGI-ProcManager/Makefile head/www/p5-FCGI-Spawn/Makefile head/www/p5-FCGI/Makefile head/www/p5-FEAR-API/Makefile head/www/p5-Facebook-Graph/Makefile head/www/p5-Feed-Find/Makefile head/www/p5-Feersum/Makefile head/www/p5-File-Mork/Makefile head/www/p5-Flea/Makefile head/www/p5-Flickr-API/Makefile head/www/p5-Flickr-Upload/Makefile head/www/p5-Fliggy/Makefile head/www/p5-Furl/Makefile head/www/p5-FurlX-Coro/Makefile head/www/p5-Gantry/Makefile head/www/p5-Geo-Caching/Makefile head/www/p5-Google-Code-Upload/Makefile head/www/p5-Google-Search/Makefile head/www/p5-Gtk2-WebKit/Makefile head/www/p5-Gungho/Makefile head/www/p5-GunghoX-FollowLinks/Makefile head/www/p5-HTML-Adsense/Makefile head/www/p5-HTML-Breadcrumbs/Makefile head/www/p5-HTML-CalendarMonthSimple/Makefile head/www/p5-HTML-Chunks/Makefile head/www/p5-HTML-Clean/Makefile head/www/p5-HTML-ContentExtractor/Makefile head/www/p5-HTML-DOM/Makefile head/www/p5-HTML-Declare/Makefile head/www/p5-HTML-Defaultify/Makefile head/www/p5-HTML-Diff/Makefile head/www/p5-HTML-Display/Makefile head/www/p5-HTML-Element-Extended/Makefile head/www/p5-HTML-Element-Library/Makefile head/www/p5-HTML-Element-Replacer/Makefile head/www/p5-HTML-Encoding/Makefile head/www/p5-HTML-ExtractContent/Makefile head/www/p5-HTML-ExtractMain/Makefile head/www/p5-HTML-Field/Makefile head/www/p5-HTML-FillInForm-ForceUTF8/Makefile head/www/p5-HTML-FillInForm-Lite/Makefile head/www/p5-HTML-FillInForm/Makefile head/www/p5-HTML-Form/Makefile head/www/p5-HTML-FormFu-Imager/Makefile head/www/p5-HTML-FormFu-Model-DBIC/Makefile head/www/p5-HTML-FormFu/Makefile head/www/p5-HTML-FormHandler/Makefile head/www/p5-HTML-FromANSI/Makefile head/www/p5-HTML-FromText/Makefile head/www/p5-HTML-GenToc/Makefile head/www/p5-HTML-GenerateUtil/Makefile head/www/p5-HTML-GoogleMaps/Makefile head/www/p5-HTML-Highlight/Makefile head/www/p5-HTML-LinkExtractor/Makefile head/www/p5-HTML-LinkList/Makefile head/www/p5-HTML-Lint/Makefile head/www/p5-HTML-Location/Makefile head/www/p5-HTML-Macro/Makefile head/www/p5-HTML-Mason-PSGIHandler/Makefile head/www/p5-HTML-Mason/Makefile head/www/p5-HTML-MobileConverter/Makefile head/www/p5-HTML-Pager/Makefile head/www/p5-HTML-Parser-Simple/Makefile head/www/p5-HTML-Parser/Makefile head/www/p5-HTML-Perlinfo/Makefile head/www/p5-HTML-PrettyPrinter/Makefile head/www/p5-HTML-Prototype/Makefile head/www/p5-HTML-Query/Makefile head/www/p5-HTML-QuickCheck/Makefile head/www/p5-HTML-RSSAutodiscovery/Makefile head/www/p5-HTML-ResolveLink/Makefile head/www/p5-HTML-RobotsMETA/Makefile head/www/p5-HTML-Scrubber/Makefile head/www/p5-HTML-Seamstress/Makefile head/www/p5-HTML-Selector-XPath/Makefile head/www/p5-HTML-Shakan/Makefile head/www/p5-HTML-SimpleLinkExtor/Makefile head/www/p5-HTML-SimpleParse/Makefile head/www/p5-HTML-StickyQuery-DoCoMoGUID/Makefile head/www/p5-HTML-StickyQuery/Makefile head/www/p5-HTML-Stream/Makefile head/www/p5-HTML-Strip/Makefile head/www/p5-HTML-StripScripts-Parser/Makefile head/www/p5-HTML-StripScripts/Makefile head/www/p5-HTML-Summary/Makefile head/www/p5-HTML-Table/Makefile head/www/p5-HTML-TableContentParser/Makefile head/www/p5-HTML-TableExtract/Makefile head/www/p5-HTML-TableLayout/Makefile head/www/p5-HTML-TableParser/Makefile head/www/p5-HTML-TableTiler/Makefile head/www/p5-HTML-TagCloud-Extended/Makefile head/www/p5-HTML-TagCloud/Makefile head/www/p5-HTML-TagParser/Makefile head/www/p5-HTML-Tagset/Makefile head/www/p5-HTML-Template-Associate/Makefile head/www/p5-HTML-Template-Compiled/Makefile head/www/p5-HTML-Template-Expr/Makefile head/www/p5-HTML-Template-HashWrapper/Makefile head/www/p5-HTML-Template-JIT/Makefile head/www/p5-HTML-Template-Pluggable/Makefile head/www/p5-HTML-Template-Pro/Makefile head/www/p5-HTML-Template/Makefile head/www/p5-HTML-Toc/Makefile head/www/p5-HTML-TokeParser-Simple/Makefile head/www/p5-HTML-Tree/Makefile head/www/p5-HTML-TreeBuilder-LibXML/Makefile head/www/p5-HTML-TreeBuilder-XPath/Makefile head/www/p5-HTML-Webmake/Makefile head/www/p5-HTML-Widgets-SelectLayers/Makefile head/www/p5-HTML-WikiConverter-DokuWiki/Makefile head/www/p5-HTML-WikiConverter-GoogleCode/Makefile head/www/p5-HTML-WikiConverter-Kwiki/Makefile head/www/p5-HTML-WikiConverter-Markdown/Makefile head/www/p5-HTML-WikiConverter-MediaWiki/Makefile head/www/p5-HTML-WikiConverter-MoinMoin/Makefile head/www/p5-HTML-WikiConverter-Oddmuse/Makefile head/www/p5-HTML-WikiConverter-PbWiki/Makefile head/www/p5-HTML-WikiConverter-PhpWiki/Makefile head/www/p5-HTML-WikiConverter-PmWiki/Makefile head/www/p5-HTML-WikiConverter-SnipSnap/Makefile head/www/p5-HTML-WikiConverter-Socialtext/Makefile head/www/p5-HTML-WikiConverter-TikiWiki/Makefile head/www/p5-HTML-WikiConverter-UseMod/Makefile head/www/p5-HTML-WikiConverter-WakkaWiki/Makefile head/www/p5-HTML-WikiConverter-WikkaWiki/Makefile head/www/p5-HTML-WikiConverter/Makefile head/www/p5-HTTP-Async/Makefile head/www/p5-HTTP-Body/Makefile head/www/p5-HTTP-BrowserDetect/Makefile head/www/p5-HTTP-Cache-Transparent/Makefile head/www/p5-HTTP-CookieJar/Makefile head/www/p5-HTTP-Cookies-Mozilla/Makefile head/www/p5-HTTP-Cookies-iCab/Makefile head/www/p5-HTTP-Cookies-w3m/Makefile head/www/p5-HTTP-Cookies/Makefile head/www/p5-HTTP-DAV/Makefile head/www/p5-HTTP-Daemon-SSL/Makefile head/www/p5-HTTP-Daemon/Makefile head/www/p5-HTTP-Date/Makefile head/www/p5-HTTP-Engine-Middleware/Makefile head/www/p5-HTTP-Engine/Makefile head/www/p5-HTTP-Exception/Makefile head/www/p5-HTTP-GHTTP/Makefile head/www/p5-HTTP-HeaderParser-XS/Makefile head/www/p5-HTTP-Headers-Fast/Makefile head/www/p5-HTTP-Lite/Makefile head/www/p5-HTTP-MHTTP/Makefile head/www/p5-HTTP-Message/Makefile head/www/p5-HTTP-MobileAgent-Plugin-Charset/Makefile head/www/p5-HTTP-MobileAgent-Plugin-Locator/Makefile head/www/p5-HTTP-MobileAgent/Makefile head/www/p5-HTTP-Negotiate/Makefile head/www/p5-HTTP-Parser-XS/Makefile head/www/p5-HTTP-Parser/Makefile head/www/p5-HTTP-Proxy/Makefile head/www/p5-HTTP-Recorder/Makefile head/www/p5-HTTP-Request-AsCGI/Makefile head/www/p5-HTTP-Request-Params/Makefile head/www/p5-HTTP-Response-Encoding/Makefile head/www/p5-HTTP-Router/Makefile head/www/p5-HTTP-Server-Simple-Authen/Makefile head/www/p5-HTTP-Server-Simple-Mason/Makefile head/www/p5-HTTP-Server-Simple-PSGI/Makefile head/www/p5-HTTP-Server-Simple-Recorder/Makefile head/www/p5-HTTP-Server-Simple-Static/Makefile head/www/p5-HTTP-Server-Simple/Makefile head/www/p5-HTTP-Session-State-MobileAgentID/Makefile head/www/p5-HTTP-Session-Store-DBI/Makefile head/www/p5-HTTP-Session/Makefile head/www/p5-HTTP-SimpleLinkChecker/Makefile head/www/p5-HTTP-Size/Makefile head/www/p5-HTTP-Tiny/Makefile head/www/p5-HTTP-WebTest/Makefile head/www/p5-HTTPD-Log-Filter/Makefile head/www/p5-HTTPD-User-Manage/Makefile head/www/p5-I18N-AcceptLanguage/Makefile head/www/p5-IMDB-Film/Makefile head/www/p5-Image-Delivery/Makefile head/www/p5-JE/Makefile head/www/p5-Jemplate/Makefile head/www/p5-Jifty/Makefile head/www/p5-Kwiki/Makefile head/www/p5-LWP-Authen-Negotiate/Makefile head/www/p5-LWP-Authen-OAuth/Makefile head/www/p5-LWP-Authen-Wsse/Makefile head/www/p5-LWP-ConnCache-MaxKeepAliveRequests/Makefile head/www/p5-LWP-MediaTypes/Makefile head/www/p5-LWP-Online/Makefile head/www/p5-LWP-Protocol-PSGI/Makefile head/www/p5-LWP-Protocol-http10/Makefile head/www/p5-LWP-Protocol-https/Makefile head/www/p5-LWP-UserAgent-Determined/Makefile head/www/p5-LWP-UserAgent-POE/Makefile head/www/p5-LWP-UserAgent-WithCache/Makefile head/www/p5-LWPx-ParanoidAgent/Makefile head/www/p5-LWPx-TimedHTTP/Makefile head/www/p5-Markup-Perl/Makefile head/www/p5-Mason/Makefile head/www/p5-MasonX-Interp-WithCallbacks/Makefile head/www/p5-MasonX-Profiler/Makefile head/www/p5-MasonX-Request-WithApacheSession/Makefile head/www/p5-MasonX-WebApp/Makefile head/www/p5-Maypole-Authentication-UserSessionCookie/Makefile head/www/p5-Maypole-Component/Makefile head/www/p5-Maypole/Makefile head/www/p5-MediaWiki-API/Makefile head/www/p5-MediaWiki/Makefile head/www/p5-Mobile-UserAgent/Makefile head/www/p5-ModPerl-VersionUtil/Makefile head/www/p5-Mojo-Server-FastCGI/Makefile head/www/p5-MojoMojo/Makefile head/www/p5-Mojolicious-Plugin-Database/Makefile head/www/p5-Mojolicious-Plugin-Mongodb/Makefile head/www/p5-Mojolicious-Plugin-YamlConfig/Makefile head/www/p5-Mojolicious/Makefile head/www/p5-Monoceros/Makefile head/www/p5-Mozilla-CA/Makefile head/www/p5-Net-Akismet/Makefile head/www/p5-Net-Amazon-AWIS/Makefile head/www/p5-Net-Async-FastCGI/Makefile head/www/p5-Net-FastCGI/Makefile head/www/p5-Net-FireEagle/Makefile head/www/p5-Net-Flickr-API/Makefile head/www/p5-Net-Flickr-Backup/Makefile head/www/p5-Net-Flickr-RDF/Makefile head/www/p5-Net-FreshBooks-API/Makefile head/www/p5-Net-GeoPlanet/Makefile head/www/p5-Net-Plurk/Makefile head/www/p5-Net-STF-Client/Makefile head/www/p5-Net-Trac/Makefile head/www/p5-Net-YAP/Makefile head/www/p5-Net-eBay/Makefile head/www/p5-Newsletter/Makefile head/www/p5-Nginx-ReadBody/Makefile head/www/p5-Nginx-Simple/Makefile head/www/p5-PHP-Session/Makefile head/www/p5-POE-Component-Client-HTTP/Makefile head/www/p5-POE-Component-Client-UserAgent/Makefile head/www/p5-POE-Component-Server-HTTP/Makefile head/www/p5-POE-Component-Server-HTTPServer/Makefile head/www/p5-POE-Component-Server-PSGI/Makefile head/www/p5-POE-Component-Server-SOAP/Makefile head/www/p5-POE-Component-Server-SimpleHTTP/Makefile head/www/p5-POE-Filter-HTTP-Parser/Makefile head/www/p5-POEx-Role-PSGIServer/Makefile head/www/p5-PSGI/Makefile head/www/p5-ParallelUA/Makefile head/www/p5-Parse-HTTP-UserAgent/Makefile head/www/p5-Path-Class-URI/Makefile head/www/p5-Perlanet/Makefile head/www/p5-Perlbal-Plugin-PSGI/Makefile head/www/p5-Plack-App-Proxy/Makefile head/www/p5-Plack-Handler-AnyEvent-HTTPD/Makefile head/www/p5-Plack-Handler-AnyEvent-ReverseHTTP/Makefile head/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile head/www/p5-Plack-Handler-CLI/Makefile head/www/p5-Plack-Handler-SCGI/Makefile head/www/p5-Plack-Middleware-AMF/Makefile head/www/p5-Plack-Middleware-AddDefaultCharset/Makefile head/www/p5-Plack-Middleware-Auth-Digest/Makefile head/www/p5-Plack-Middleware-AutoRefresh/Makefile head/www/p5-Plack-Middleware-ConsoleLogger/Makefile head/www/p5-Plack-Middleware-Debug/Makefile head/www/p5-Plack-Middleware-Deflater/Makefile head/www/p5-Plack-Middleware-Expires/Makefile head/www/p5-Plack-Middleware-File-Sass/Makefile head/www/p5-Plack-Middleware-ForceEnv/Makefile head/www/p5-Plack-Middleware-Header/Makefile head/www/p5-Plack-Middleware-IEnosniff/Makefile head/www/p5-Plack-Middleware-InteractiveDebugger/Makefile head/www/p5-Plack-Middleware-JSConcat/Makefile head/www/p5-Plack-Middleware-MemoryUsage/Makefile head/www/p5-Plack-Middleware-Precompressed/Makefile head/www/p5-Plack-Middleware-Reproxy/Makefile head/www/p5-Plack-Middleware-ReverseProxy/Makefile head/www/p5-Plack-Middleware-ServerStatus-Lite/Makefile head/www/p5-Plack-Middleware-Session/Makefile head/www/p5-Plack-Middleware-SocketIO/Makefile head/www/p5-Plack-Middleware-Status/Makefile head/www/p5-Plack-Middleware-Throttle/Makefile head/www/p5-Plack-Middleware-XForwardedFor/Makefile head/www/p5-Plack-Server-Coro/Makefile head/www/p5-Plack-Server-POE/Makefile head/www/p5-Plack-Server-ReverseHTTP/Makefile head/www/p5-Plack-Test-ExternalServer/Makefile head/www/p5-Plack/Makefile head/www/p5-PocketIO/Makefile head/www/p5-Pod-Site/Makefile head/www/p5-PodToHTML/Makefile head/www/p5-Protocol-SocketIO/Makefile head/www/p5-Protocol-WebSocket/Makefile head/www/p5-Protocol-XMLRPC/Makefile head/www/p5-REST-Client/Makefile head/www/p5-REST-Google-Apps-Provisioning/Makefile head/www/p5-RPC-ExtDirect/Makefile head/www/p5-RT-Authen-ExternalAuth/Makefile head/www/p5-RT-Client-REST/Makefile head/www/p5-RT-Extension-LDAPImport/Makefile head/www/p5-RT-Extension-MandatoryOnTransition/Makefile head/www/p5-RT-Extension-SLA/Makefile head/www/p5-RTx-Calendar/Makefile head/www/p5-Reaction/Makefile head/www/p5-Reddit/Makefile head/www/p5-Rose-HTML-Objects/Makefile head/www/p5-Router-Simple-Sinatraish/Makefile head/www/p5-Router-Simple/Makefile head/www/p5-SCGI/Makefile head/www/p5-SOAP-Transport-HTTP-Plack/Makefile head/www/p5-SRU/Makefile head/www/p5-STF-Dispatcher-PSGI/Makefile head/www/p5-SWF-Chart/Makefile head/www/p5-Scrappy/Makefile head/www/p5-Session-Storage-Secure/Makefile head/www/p5-Squatting-On-PSGI/Makefile head/www/p5-Squatting/Makefile head/www/p5-Starlet/Makefile head/www/p5-Starman/Makefile head/www/p5-Syntax-Highlight-HTML/Makefile head/www/p5-Syntax-Highlight-Shell/Makefile head/www/p5-Task-Catalyst/Makefile head/www/p5-Task-Plack/Makefile head/www/p5-Tatsumaki/Makefile head/www/p5-Template-Alloy/Makefile head/www/p5-Template-GD/Makefile head/www/p5-Template-Iterator-AlzaboWrapperCursor/Makefile head/www/p5-Template-Multilingual/Makefile head/www/p5-Template-Mustache/Makefile head/www/p5-Template-Plugin-Class/Makefile head/www/p5-Template-Plugin-Clickable-Email/Makefile head/www/p5-Template-Plugin-Clickable/Makefile head/www/p5-Template-Plugin-Comma/Makefile head/www/p5-Template-Plugin-FillInForm/Makefile head/www/p5-Template-Plugin-JSON/Makefile head/www/p5-Template-Plugin-JavaScript/Makefile head/www/p5-Template-Plugin-MP3/Makefile head/www/p5-Template-Plugin-Markdown/Makefile head/www/p5-Template-Plugin-Monta/Makefile head/www/p5-Template-Plugin-Number-Format/Makefile head/www/p5-Template-Plugin-Subst/Makefile head/www/p5-Template-Plugin-VMethods/Makefile head/www/p5-Template-Provider-Encoding/Makefile head/www/p5-Template-Provider-FromDATA/Makefile head/www/p5-Template-Simple/Makefile head/www/p5-Template-Stash-AutoEscape/Makefile head/www/p5-Template-Timer/Makefile head/www/p5-Template-Toolkit-Simple/Makefile head/www/p5-Template-Toolkit/Makefile head/www/p5-Tenjin/Makefile head/www/p5-Test-HTTP-Server-Simple/Makefile head/www/p5-Test-HTTP/Makefile head/www/p5-TestGen4Web-Runner/Makefile head/www/p5-Text-MultiMarkdown-ApacheHandler/Makefile head/www/p5-Tie-TinyURL/Makefile head/www/p5-Twiggy-TLS/Makefile head/www/p5-Twiggy/Makefile head/www/p5-URI-Encode/Makefile head/www/p5-URI-Escape-JavaScript/Makefile head/www/p5-URI-Escape-XS/Makefile head/www/p5-URI-Fetch/Makefile head/www/p5-URI-ParseSearchString/Makefile head/www/p5-URI-Sequin/Makefile head/www/p5-URI-Title/Makefile head/www/p5-URI-ToDisk/Makefile head/www/p5-VUser-Google-ProvisioningAPI/Makefile head/www/p5-W3C-LinkChecker/Makefile head/www/p5-W3C-LogValidator/Makefile head/www/p5-WWW-AtMovies-TV/Makefile head/www/p5-WWW-Babelfish/Makefile head/www/p5-WWW-Baseball-NPB/Makefile head/www/p5-WWW-Comic/Makefile head/www/p5-WWW-Contact/Makefile head/www/p5-WWW-Curl/Makefile head/www/p5-WWW-DHL/Makefile head/www/p5-WWW-Dilbert/Makefile head/www/p5-WWW-Facebook-API/Makefile head/www/p5-WWW-FreeProxy/Makefile head/www/p5-WWW-GitHub-Gist/Makefile head/www/p5-WWW-Google-Calculator/Makefile head/www/p5-WWW-Google-News-TW/Makefile head/www/p5-WWW-Google-News/Makefile head/www/p5-WWW-Google-Notebook/Makefile head/www/p5-WWW-Google-PageRank/Makefile head/www/p5-WWW-Google-Video/Makefile head/www/p5-WWW-HatenaDiary/Makefile head/www/p5-WWW-HatenaLogin/Makefile head/www/p5-WWW-HatenaStar/Makefile head/www/p5-WWW-IMDb/Makefile head/www/p5-WWW-Instapaper-Client/Makefile head/www/p5-WWW-Link/Makefile head/www/p5-WWW-LongURL/Makefile head/www/p5-WWW-Mechanize-CGI/Makefile head/www/p5-WWW-Mechanize-Cached/Makefile head/www/p5-WWW-Mechanize-DecodedContent/Makefile head/www/p5-WWW-Mechanize-FormFiller/Makefile head/www/p5-WWW-Mechanize-GZip/Makefile head/www/p5-WWW-Mechanize-Meta/Makefile head/www/p5-WWW-Mechanize-Pluggable/Makefile head/www/p5-WWW-Mechanize-Plugin-phpBB/Makefile head/www/p5-WWW-Mechanize-Shell/Makefile head/www/p5-WWW-Mechanize-SpamCop/Makefile head/www/p5-WWW-Mechanize-TreeBuilder/Makefile head/www/p5-WWW-Mechanize/Makefile head/www/p5-WWW-Mediawiki-Client/Makefile head/www/p5-WWW-Mixi-Scraper/Makefile head/www/p5-WWW-Mixi/Makefile head/www/p5-WWW-Myspace/Makefile head/www/p5-WWW-NicoVideo-Download/Makefile head/www/p5-WWW-NioTV/Makefile head/www/p5-WWW-OpenSVN/Makefile head/www/p5-WWW-OpenSearch/Makefile head/www/p5-WWW-Pastebin-PastebinCom-Create/Makefile head/www/p5-WWW-Plurk/Makefile head/www/p5-WWW-Robot/Makefile head/www/p5-WWW-RobotRules-Parser/Makefile head/www/p5-WWW-RobotRules/Makefile head/www/p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile head/www/p5-WWW-Scraper-ISBN-Driver/Makefile head/www/p5-WWW-Scraper-ISBN-ORA_Driver/Makefile head/www/p5-WWW-Scraper-ISBN-Record/Makefile head/www/p5-WWW-Scraper-ISBN/Makefile head/www/p5-WWW-Scripter-Plugin-Ajax/Makefile head/www/p5-WWW-Scripter-Plugin-JavaScript/Makefile head/www/p5-WWW-Scripter/Makefile head/www/p5-WWW-Search-AltaVista/Makefile head/www/p5-WWW-Search-Google/Makefile head/www/p5-WWW-Search-MSN/Makefile head/www/p5-WWW-Search/Makefile head/www/p5-WWW-Shorten-0rz/Makefile head/www/p5-WWW-Shorten-Bitly/Makefile head/www/p5-WWW-Shorten-Googl/Makefile head/www/p5-WWW-Shorten-KUSO/Makefile head/www/p5-WWW-Shorten-NotLong/Makefile head/www/p5-WWW-Shorten-Yourls/Makefile head/www/p5-WWW-Shorten-isgd/Makefile head/www/p5-WWW-Shorten/Makefile head/www/p5-WWW-SourceForge/Makefile head/www/p5-WWW-Spinn3r/Makefile head/www/p5-WWW-TV/Makefile head/www/p5-WWW-TWSMS/Makefile head/www/p5-WWW-TinySong/Makefile head/www/p5-WWW-Tumblr/Makefile head/www/p5-WWW-VenusEnvy/Makefile head/www/p5-WWW-WebArchive/Makefile head/www/p5-WWW-Wikipedia/Makefile head/www/p5-WWW-Yandex-TIC/Makefile head/www/p5-WWW-iTunesConnect/Makefile head/www/p5-Web-Query/Makefile head/www/p5-Web-Scraper-Config/Makefile head/www/p5-Web-Scraper/Makefile head/www/p5-Web-oEmbed/Makefile head/www/p5-WebDAO/Makefile head/www/p5-WebService-Basecamp/Makefile head/www/p5-WebService-Bloglines/Makefile head/www/p5-WebService-BuzzurlAPI/Makefile head/www/p5-WebService-CIA/Makefile head/www/p5-WebService-GData/Makefile head/www/p5-WebService-Google-Reader/Makefile head/www/p5-WebService-Google-Sets/Makefile head/www/p5-WebService-IMDB/Makefile head/www/p5-WebService-ISBNDB/Makefile head/www/p5-WebService-Linode/Makefile head/www/p5-WebService-MoviePosterDB/Makefile head/www/p5-WebService-MusicBrainz/Makefile head/www/p5-WebService-NoPaste/Makefile head/www/p5-WebService-Pushover/Makefile head/www/p5-WebService-Rakuten/Makefile head/www/p5-WebService-Simple/Makefile head/www/p5-WebService-Technorati/Makefile head/www/p5-WebService-YouTube/Makefile head/www/p5-WordPress-XMLRPC/Makefile head/www/p5-Yahoo-Lifestyle/Makefile head/www/p5-Yahoo-Search/Makefile head/www/p5-ZConf-RSS-GUI-GTK/Makefile head/www/p5-ZConf-RSS/Makefile head/www/p5-chklinks/Makefile head/www/p5-jQuery-File-Upload/Makefile head/www/p5-libapreq2/Makefile head/www/p5-libservlet/Makefile head/www/p5-libwww/Makefile head/www/p5-pQuery/Makefile head/www/p5-webservice-validator-css-w3c/Makefile head/www/p5-webservice-validator-html-w3c/Makefile head/www/paros/Makefile head/www/pear-HTML_AJAX/Makefile head/www/pear-HTML_TagCloud/Makefile head/www/pear-HTTP/Makefile head/www/pear-HTTP_Client/Makefile head/www/pear-HTTP_Download/Makefile head/www/pear-HTTP_FloodControl/Makefile head/www/pear-HTTP_Header/Makefile head/www/pear-HTTP_Request/Makefile head/www/pear-HTTP_Request2/Makefile head/www/pear-HTTP_Server/Makefile head/www/pear-HTTP_Session2/Makefile head/www/pear-HTTP_Upload/Makefile head/www/pear-HTTP_WebDAV_Client/Makefile head/www/pear-HTTP_WebDAV_Server/Makefile head/www/pear-Horde_Browser/Makefile head/www/pear-Horde_Css_Parser/Makefile head/www/pear-Horde_Dav/Makefile head/www/pear-Horde_Editor/Makefile head/www/pear-Horde_Feed/Makefile head/www/pear-Horde_Form/Makefile head/www/pear-Horde_Http/Makefile head/www/pear-Horde_Routes/Makefile head/www/pear-Horde_Service_Facebook/Makefile head/www/pear-Horde_Service_Twitter/Makefile head/www/pear-Horde_Service_UrlShortener/Makefile head/www/pear-Horde_Service_Weather/Makefile head/www/pear-Horde_SessionHandler/Makefile head/www/pear-Horde_Template/Makefile head/www/pear-Services_Amazon/Makefile head/www/pear-Services_Amazon_S3/Makefile head/www/pear-Services_Blogging/Makefile head/www/pear-Services_Compete/Makefile head/www/pear-Services_Delicious/Makefile head/www/pear-Services_Digg/Makefile head/www/pear-Services_Facebook/Makefile head/www/pear-Services_GeoNames/Makefile head/www/pear-Services_Google/Makefile head/www/pear-Services_OpenSearch/Makefile head/www/pear-Services_SharedBook/Makefile head/www/pear-Services_ShortURL/Makefile head/www/pear-Services_TinyURL/Makefile head/www/pear-Services_TwitPic/Makefile head/www/pear-Services_W3C_CSSValidator/Makefile head/www/pear-Services_W3C_HTMLValidator/Makefile head/www/pear-Services_Yadis/Makefile head/www/pear-Services_Yahoo/Makefile head/www/pear-Services_urlTea/Makefile head/www/pear-Structures_DataGrid_Renderer_Flexy/Makefile head/www/pear-Structures_DataGrid_Renderer_Pager/Makefile head/www/pear-Structures_DataGrid_Renderer_Smarty/Makefile head/www/pear-Text_Wiki/Makefile head/www/pear-UDDI/Makefile head/www/pear-XML_GRDDL/Makefile head/www/pebble/Makefile head/www/pecl-APC/Makefile head/www/pecl-amfext/Makefile head/www/pecl-http/Makefile head/www/pecl-solr/Makefile head/www/pecl-sphinx/Makefile head/www/pecl-swish/Makefile head/www/pecl-yaf/Makefile head/www/pecl-zendopcache/Makefile head/www/pelican/Makefile head/www/perlbal/Makefile head/www/pglogd/Makefile head/www/phalcon/Makefile head/www/photo_gallery/Makefile head/www/php-plurk-api/Makefile head/www/php-screw/Makefile head/www/php-templates/Makefile head/www/php5-session/Makefile head/www/php5-tidy/Makefile head/www/php52-session/Makefile head/www/php52-tidy/Makefile head/www/php53-session/Makefile head/www/php53-tidy/Makefile head/www/php55-session/Makefile head/www/php55-tidy/Makefile head/www/phpbb-devel/Makefile head/www/phpbb/Makefile head/www/phpbb3/Makefile head/www/phpgedview/Makefile head/www/phpgroupware/Makefile head/www/phpmp/Makefile head/www/phpmustache/Makefile head/www/phpmyfaq/Makefile head/www/phprecipebook/Makefile head/www/phproxy/Makefile head/www/phpscheduleit/Makefile head/www/phpsysinfo-dev/Makefile head/www/phpsysinfo/Makefile head/www/phpvirtualbox/Makefile head/www/phpwebapp/Makefile head/www/pivotx/Makefile head/www/piwigo/Makefile head/www/piwik/Makefile head/www/planet/Makefile head/www/pligg/Makefile head/www/plone/Makefile head/www/plugger-plugins-hubbe/Makefile head/www/plugger/Makefile head/www/pmwiki/Makefile head/www/pnews/Makefile head/www/podcastamatic/Makefile head/www/polipo/Makefile head/www/pound/Makefile head/www/prado/Makefile head/www/privoxy+ipv6/Makefile head/www/privoxy/Makefile head/www/protovis/Makefile head/www/pserv/Makefile head/www/publicfile/Makefile head/www/punbb/Makefile head/www/pwebstats/Makefile head/www/py-GinGin/Makefile head/www/py-HTMLgen/Makefile head/www/py-Lightbox/Makefile head/www/py-Products.CMFPlone/Makefile head/www/py-Products.PloneLDAP/Makefile head/www/py-Products.TinyMCE/Makefile head/www/py-Products.kupu/Makefile head/www/py-WebError/Makefile head/www/py-WebFlash/Makefile head/www/py-WebTest/Makefile head/www/py-albatross/Makefile head/www/py-amf/Makefile head/www/py-apachelog/Makefile head/www/py-beaker/Makefile head/www/py-beautifulsoup/Makefile head/www/py-beautifulsoup30/Makefile head/www/py-beautifulsoup32/Makefile head/www/py-bjoern/Makefile head/www/py-bleach/Makefile head/www/py-blogofile/Makefile head/www/py-bottle/Makefile head/www/py-cherrypy-old/Makefile head/www/py-cherrypy/Makefile head/www/py-clientform/Makefile head/www/py-cssmin/Makefile head/www/py-cssselect/Makefile head/www/py-cssutils/Makefile head/www/py-django-annoying/Makefile head/www/py-django-app-plugins/Makefile head/www/py-django-appconf/Makefile head/www/py-django-appmedia/Makefile head/www/py-django-caching-app-plugins/Makefile head/www/py-django-classy-tags/Makefile head/www/py-django-cms/Makefile head/www/py-django-devel/Makefile head/www/py-django-evolution/Makefile head/www/py-django-extensions/Makefile head/www/py-django-filer/Makefile head/www/py-django-haystack/Makefile head/www/py-django-json-rpc/Makefile head/www/py-django-keyedcache/Makefile head/www/py-django-livesettings/Makefile head/www/py-django-mezzanine-filebrowser/Makefile head/www/py-django-mezzanine-grappelli/Makefile head/www/py-django-mezzanine/Makefile head/www/py-django-mptt/Makefile head/www/py-django-openid-auth/Makefile head/www/py-django-photologue/Makefile head/www/py-django-pipeline/Makefile head/www/py-django-piston/Makefile head/www/py-django-profiles/Makefile head/www/py-django-registration-defaults/Makefile head/www/py-django-registration/Makefile head/www/py-django-reversion/Makefile head/www/py-django-sekizai/Makefile head/www/py-django-signals-ahoy/Makefile head/www/py-django-storages/Makefile head/www/py-django-tables2/Makefile head/www/py-django-tagging/Makefile head/www/py-django-tastypie/Makefile head/www/py-django-threaded-multihost/Makefile head/www/py-django-tinymce/Makefile head/www/py-django/Makefile head/www/py-django14/Makefile head/www/py-django_compressor/Makefile head/www/py-djangotoolbox/Makefile head/www/py-djblets/Makefile head/www/py-dojango/Makefile head/www/py-dotcloud.cli/Makefile head/www/py-dtflickr/Makefile head/www/py-falcon/Makefile head/www/py-fcgi/Makefile head/www/py-fedex/Makefile head/www/py-feedfinder/Makefile head/www/py-feedgenerator/Makefile head/www/py-flask-cache/Makefile head/www/py-flask-flatpages/Makefile head/www/py-flask-uploads/Makefile head/www/py-flask/Makefile head/www/py-flexget/Makefile head/www/py-flup/Makefile head/www/py-formalchemy/Makefile head/www/py-formencode/Makefile head/www/py-frozen-flask/Makefile head/www/py-funkload/Makefile head/www/py-google-api-python-client/Makefile head/www/py-graphite-web/Makefile head/www/py-grequests/Makefile head/www/py-gunicorn/Makefile head/www/py-html5lib/Makefile head/www/py-httplib2/Makefile head/www/py-imdbpy/Makefile head/www/py-jonpy/Makefile head/www/py-jswebkit/Makefile head/www/py-mechanize/Makefile head/www/py-meld/Makefile head/www/py-meld3/Makefile head/www/py-mt/Makefile head/www/py-nevow/Makefile head/www/py-openssl-proxy/Makefile head/www/py-paste/Makefile head/www/py-pastedeploy/Makefile head/www/py-pastescript/Makefile head/www/py-plone.app.blob/Makefile head/www/py-plone.app.caching/Makefile head/www/py-plone.app.collection/Makefile head/www/py-plone.app.content/Makefile head/www/py-plone.app.contentlisting/Makefile head/www/py-plone.app.contentmenu/Makefile head/www/py-plone.app.contentrules/Makefile head/www/py-plone.app.controlpanel/Makefile head/www/py-plone.app.customerize/Makefile head/www/py-plone.app.discussion/Makefile head/www/py-plone.app.folder/Makefile head/www/py-plone.app.form/Makefile head/www/py-plone.app.i18n/Makefile head/www/py-plone.app.imaging/Makefile head/www/py-plone.app.iterate/Makefile head/www/py-plone.app.jquery/Makefile head/www/py-plone.app.jquerytools/Makefile head/www/py-plone.app.kss/Makefile head/www/py-plone.app.layout/Makefile head/www/py-plone.app.ldap/Makefile head/www/py-plone.app.linkintegrity/Makefile head/www/py-plone.app.locales/Makefile head/www/py-plone.app.portlets/Makefile head/www/py-plone.app.querystring/Makefile head/www/py-plone.app.redirector/Makefile head/www/py-plone.app.registry/Makefile head/www/py-plone.app.search/Makefile head/www/py-plone.app.testing/Makefile head/www/py-plone.app.theming/Makefile head/www/py-plone.app.upgrade/Makefile head/www/py-plone.app.users/Makefile head/www/py-plone.app.uuid/Makefile head/www/py-plone.app.viewletmanager/Makefile head/www/py-plone.app.vocabularies/Makefile head/www/py-plone.app.workflow/Makefile head/www/py-plone.app.z3cform/Makefile head/www/py-plone.autoform/Makefile head/www/py-plone.browserlayer/Makefile head/www/py-plone.cachepurging/Makefile head/www/py-plone.caching/Makefile head/www/py-plone.contentrules/Makefile head/www/py-plone.fieldsets/Makefile head/www/py-plone.folder/Makefile head/www/py-plone.i18n/Makefile head/www/py-plone.indexer/Makefile head/www/py-plone.intelligenttext/Makefile head/www/py-plone.locking/Makefile head/www/py-plone.memoize/Makefile head/www/py-plone.outputfilters/Makefile head/www/py-plone.portlet.collection/Makefile head/www/py-plone.portlet.static/Makefile head/www/py-plone.portlets/Makefile head/www/py-plone.registry/Makefile head/www/py-plone.resource/Makefile head/www/py-plone.scale/Makefile head/www/py-plone.stringinterp/Makefile head/www/py-plone.subrequest/Makefile head/www/py-plone.supermodel/Makefile head/www/py-plone.testing/Makefile head/www/py-plone.theme/Makefile head/www/py-plone.transformchain/Makefile head/www/py-plone.uuid/Makefile head/www/py-plone.z3cform/Makefile head/www/py-plonetheme.classic/Makefile head/www/py-plonetheme.sunburst/Makefile head/www/py-poster/Makefile head/www/py-postmarkup/Makefile head/www/py-praw/Makefile head/www/py-prewikka/Makefile head/www/py-py-restclient/Makefile head/www/py-pylons/Makefile head/www/py-pyquery/Makefile head/www/py-pyramid/Makefile head/www/py-pyramid_rpc/Makefile head/www/py-pysearch/Makefile head/www/py-pywebdav/Makefile head/www/py-qp/Makefile head/www/py-qpy/Makefile head/www/py-qt4-webkit/Makefile head/www/py-rackspace-monitoring/Makefile head/www/py-recaptcha/Makefile head/www/py-requests-oauth-hook/Makefile head/www/py-requests-oauthlib/Makefile head/www/py-requests/Makefile head/www/py-restclient/Makefile head/www/py-rhodecode/Makefile head/www/py-routes/Makefile head/www/py-satchmo/Makefile head/www/py-scgi/Makefile head/www/py-scrapy/Makefile head/www/py-scriptaculous/Makefile head/www/py-selector/Makefile head/www/py-selenium/Makefile head/www/py-slimmer/Makefile head/www/py-slumber/Makefile head/www/py-surl/Makefile head/www/py-textile/Makefile head/www/py-tgwebservices/Makefile head/www/py-tornado/Makefile head/www/py-turbogears/Makefile head/www/py-turbogears2/Makefile head/www/py-tvdb_api/Makefile head/www/py-twistedWeb/Makefile head/www/py-twistedWeb2/Makefile head/www/py-urlgrabber/Makefile head/www/py-urljr/Makefile head/www/py-utidy/Makefile head/www/py-w3lib/Makefile head/www/py-waitress/Makefile head/www/py-webhelpers/Makefile head/www/py-webkitgtk/Makefile head/www/py-webob/Makefile head/www/py-webunit/Makefile head/www/py-webware-component/Makefile head/www/py-webware/Makefile head/www/py-werkzeug/Makefile head/www/py-wikitools/Makefile head/www/py-ws4py/Makefile head/www/py-wsgiauth/Makefile head/www/py-zope.app.wsgi/Makefile head/www/pyblosxom/Makefile head/www/pyjamas/Makefile head/www/pylot/Makefile head/www/pyweblib/Makefile head/www/qdecoder/Makefile head/www/qooxdoo/Makefile head/www/qt4-webkit/Makefile head/www/quickie/Makefile head/www/quixote/Makefile head/www/qupzilla/Makefile head/www/red5/Makefile head/www/redaxo/Makefile head/www/redmine-backlogs/Makefile head/www/redmine-basecamp/Makefile head/www/redmine-http-auth/Makefile head/www/redmine/Makefile head/www/rejik/Makefile head/www/rekonq/Makefile head/www/reportmagic/Makefile head/www/repos-style/Makefile head/www/resin3/Makefile head/www/retawq/Makefile head/www/reviewboard/Makefile head/www/rnews/Makefile head/www/roundup/Makefile head/www/rsskit/Makefile head/www/rssowl/Makefile head/www/rssroll/Makefile head/www/rsstail/Makefile head/www/rsstool/Makefile head/www/rt38/Makefile head/www/rt40/Makefile head/www/ruboard/Makefile head/www/ruby-amazon/Makefile head/www/ruby-aws/Makefile head/www/ruby-borges/Makefile head/www/ruby-cruisecontrolrb/Makefile head/www/ruby-div/Makefile head/www/ruby-fcgi/Makefile head/www/ruby-fcgiwrap/Makefile head/www/ruby-google/Makefile head/www/ruby-nora/Makefile head/www/ruby-wgettsv/Makefile head/www/rubygem-actionpack/Makefile head/www/rubygem-activeresource/Makefile head/www/rubygem-acts-as-taggable-on/Makefile head/www/rubygem-addressable/Makefile head/www/rubygem-amazon-ecs/Makefile head/www/rubygem-anemone/Makefile head/www/rubygem-async_sinatra/Makefile head/www/rubygem-bluecloth/Makefile head/www/rubygem-cgi_multipart_eof_fix/Makefile head/www/rubygem-chef-server-api/Makefile head/www/rubygem-chef-server-webui/Makefile head/www/rubygem-cookiejar/Makefile head/www/rubygem-cuba/Makefile head/www/rubygem-davclient/Makefile head/www/rubygem-domainatrix/Makefile head/www/rubygem-em-http-request/Makefile head/www/rubygem-em-socksify/Makefile head/www/rubygem-em-twitter/Makefile head/www/rubygem-em-websocket/Makefile head/www/rubygem-emk-sinatra-url-for/Makefile head/www/rubygem-erubis/Makefile head/www/rubygem-ethon/Makefile head/www/rubygem-eventmachine_httpserver/Makefile head/www/rubygem-faraday/Makefile head/www/rubygem-faraday_middleware/Makefile head/www/rubygem-feed-normalizer/Makefile head/www/rubygem-feedzirra/Makefile head/www/rubygem-haml-coderay/Makefile head/www/rubygem-haml/Makefile head/www/rubygem-hpricot/Makefile head/www/rubygem-http-cookie/Makefile head/www/rubygem-httparty/Makefile head/www/rubygem-httpclient/Makefile head/www/rubygem-innate/Makefile head/www/rubygem-jekyll/Makefile head/www/rubygem-journey/Makefile head/www/rubygem-jquery-rails/Makefile head/www/rubygem-jruby-rack/Makefile head/www/rubygem-jwt/Makefile head/www/rubygem-kaminari/Makefile head/www/rubygem-layout-yullio/Makefile head/www/rubygem-less/Makefile head/www/rubygem-lighthouse-api/Makefile head/www/rubygem-maruku/Makefile head/www/rubygem-mechanize/Makefile head/www/rubygem-merb-assets/Makefile head/www/rubygem-merb-core/Makefile head/www/rubygem-merb-haml/Makefile head/www/rubygem-merb-helpers/Makefile head/www/rubygem-merb-param-protection/Makefile head/www/rubygem-mongrel/Makefile head/www/rubygem-mongrel_cluster/Makefile head/www/rubygem-multipart-post/Makefile head/www/rubygem-nanoc/Makefile head/www/rubygem-net-http-digest_auth/Makefile head/www/rubygem-net-http-persistent/Makefile head/www/rubygem-nicovideo/Makefile head/www/rubygem-ntlm-http/Makefile head/www/rubygem-passenger/Makefile head/www/rubygem-rabbirack/Makefile head/www/rubygem-rack-cache/Makefile head/www/rubygem-rack-mount/Makefile head/www/rubygem-rack-openid/Makefile head/www/rubygem-rack-protection/Makefile head/www/rubygem-rack-ssl/Makefile head/www/rubygem-rack-test/Makefile head/www/rubygem-rack/Makefile head/www/rubygem-rails-app-installer/Makefile head/www/rubygem-rails/Makefile head/www/rubygem-railties/Makefile head/www/rubygem-raindrops/Makefile head/www/rubygem-ramaze/Makefile head/www/rubygem-redcloth/Makefile head/www/rubygem-redmine_acts_as_taggable_on/Makefile head/www/rubygem-rest-client/Makefile head/www/rubygem-rfacebook/Makefile head/www/rubygem-rfeedfinder/Makefile head/www/rubygem-robotex/Makefile head/www/rubygem-robots/Makefile head/www/rubygem-rubyfulsoup/Makefile head/www/rubygem-scrapi/Makefile head/www/rubygem-scrubyt/Makefile head/www/rubygem-selenium-webdriver/Makefile head/www/rubygem-simple-rss/Makefile head/www/rubygem-sinatra-respond_to/Makefile head/www/rubygem-sinatra/Makefile head/www/rubygem-staticmatic/Makefile head/www/rubygem-taggable/Makefile head/www/rubygem-thin/Makefile head/www/rubygem-tinyatom/Makefile head/www/rubygem-tinymce-rails/Makefile head/www/rubygem-typhoeus/Makefile head/www/rubygem-uglifier/Makefile head/www/rubygem-unicorn/Makefile head/www/rubygem-url-mount/Makefile head/www/rubygem-url_escape/Makefile head/www/rubygem-webkit-gtk/Makefile head/www/rubygem-webkit-gtk2/Makefile head/www/rubygem-webmock/Makefile head/www/rubygem-webrobots/Makefile head/www/rubygem-websocket/Makefile head/www/rubygem-yapra/Makefile head/www/runsomebrowser/Makefile head/www/sahi/Makefile head/www/sakai/Makefile head/www/samidare/Makefile head/www/sams/Makefile head/www/sarg/Makefile head/www/sbox-dtc/Makefile head/www/scloader/Makefile head/www/screem/Makefile head/www/script4rss/Makefile head/www/seamonkey-i18n/Makefile head/www/seamonkey/Makefile head/www/selenium/Makefile head/www/serendipity/Makefile head/www/serf/Makefile head/www/servlet-api/Makefile head/www/session2/Makefile head/www/sfnt2woff/Makefile head/www/shellinabox/Makefile head/www/shttpd/Makefile head/www/simplog/Makefile head/www/sit/Makefile head/www/sitebar/Makefile head/www/sitecopy/Makefile head/www/siteframe/Makefile head/www/skytemplate/Makefile head/www/smarty2/Makefile head/www/smarty3/Makefile head/www/smb_auth/Makefile head/www/snarf/Makefile head/www/snownews/Makefile head/www/spawn-fcgi/Makefile head/www/speedtest-mini/Makefile head/www/spreadlogd/Makefile head/www/sqstat/Makefile head/www/squid/Makefile head/www/squid32/Makefile head/www/squid33/Makefile head/www/squid_radius_auth/Makefile head/www/squidclamav/Makefile head/www/squidguard/Makefile head/www/squidpurge/Makefile head/www/squidstats/Makefile head/www/squidview/Makefile head/www/squirm/Makefile head/www/srg/Makefile head/www/subsonic/Makefile head/www/suphp/Makefile head/www/surf/Makefile head/www/surfraw/Makefile head/www/sventon/Makefile head/www/swfdec-plugin/Makefile head/www/swiggle/Makefile head/www/swish++/Makefile head/www/swish-e/Makefile head/www/syndigator/Makefile head/www/tclhttpd/Makefile head/www/tclwebtest/Makefile head/www/tdiary/Makefile head/www/tdom/Makefile head/www/template_/Makefile head/www/templatelite/Makefile head/www/testlink/Makefile head/www/textpattern/Makefile head/www/thttpd/Makefile head/www/thumbnail_index/Makefile head/www/thundercache/Makefile head/www/thundersnarf/Makefile head/www/tickr/Makefile head/www/tidy-devel/Makefile head/www/tidy-lib/Makefile head/www/tidy/Makefile head/www/tikiwiki/Makefile head/www/tinymce/Makefile head/www/tinymce3/Makefile head/www/tinyproxy/Makefile head/www/tinytinyhttpd/Makefile head/www/tivoka/Makefile head/www/tntnet/Makefile head/www/tokyopromenade/Makefile head/www/tomcat-native/Makefile head/www/tomcat6/Makefile head/www/tomcat7/Makefile head/www/trac-OhlohWidgetsMacro/Makefile head/www/trac-TracDuplicates/Makefile head/www/trac-TracGoogleAnalytics/Makefile head/www/trac-accountmanager/Makefile head/www/trac-addcomment/Makefile head/www/trac-advancedticketworkflow/Makefile head/www/trac-announcer/Makefile head/www/trac-attachmentpolicy/Makefile head/www/trac-autocomplete/Makefile head/www/trac-batchmodify/Makefile head/www/trac-bzr/Makefile head/www/trac-calendar/Makefile head/www/trac-ccselector/Makefile head/www/trac-childtickets/Makefile head/www/trac-codetags/Makefile head/www/trac-customfieldadmin/Makefile head/www/trac-datefield/Makefile head/www/trac-defaultcc/Makefile head/www/trac-discussion/Makefile head/www/trac-down/Makefile head/www/trac-downloads/Makefile head/www/trac-email2trac-postfix/Makefile head/www/trac-email2trac/Makefile head/www/trac-estimator/Makefile head/www/trac-fivestarvote/Makefile head/www/trac-fullblog/Makefile head/www/trac-fullblognotification/Makefile head/www/trac-gantt/Makefile head/www/trac-gitplugin/Makefile head/www/trac-graphviz/Makefile head/www/trac-hierwiki/Makefile head/www/trac-iniadmin/Makefile head/www/trac-keywords/Makefile head/www/trac-ldap/Makefile head/www/trac-macropost/Makefile head/www/trac-mastertickets/Makefile head/www/trac-math/Makefile head/www/trac-mercurial/Makefile head/www/trac-nav/Makefile head/www/trac-navadd/Makefile head/www/trac-pagelist/Makefile head/www/trac-pagetopdf/Makefile head/www/trac-pendingticket/Makefile head/www/trac-permredirect/Makefile head/www/trac-privatetickets/Makefile head/www/trac-pydotorgtheme/Makefile head/www/trac-remind/Makefile head/www/trac-revtree/Makefile head/www/trac-robotstxt/Makefile head/www/trac-scrumburndown/Makefile head/www/trac-simpleticket/Makefile head/www/trac-spam-filter/Makefile head/www/trac-subtickets/Makefile head/www/trac-tags/Makefile head/www/trac-themeengine/Makefile head/www/trac-ticketimport/Makefile head/www/trac-tickettemplate/Makefile head/www/trac-timingandestimation/Makefile head/www/trac-tocmacro/Makefile head/www/trac-tracdragdrop/Makefile head/www/trac-tweakui/Makefile head/www/trac-vote/Makefile head/www/trac-wantedpages/Makefile head/www/trac-watchlist/Makefile head/www/trac-wikigoodies/Makefile head/www/trac-wikinegotiator/Makefile head/www/trac-wikinotification/Makefile head/www/trac-wikitemplates/Makefile head/www/trac-wikitopdf/Makefile head/www/trac-wysiwyg/Makefile head/www/trac-xmlrpc/Makefile head/www/trac/Makefile head/www/trafficserver/Makefile head/www/transmission-web/Makefile head/www/transproxy/Makefile head/www/trytond_google_maps/Makefile head/www/tt-rss/Makefile head/www/ttf2eot/Makefile head/www/twig/Makefile head/www/twiki-BehaviourContrib/Makefile head/www/twiki-BlogAddOn/Makefile head/www/twiki-BugzillaLinkPlugin/Makefile head/www/twiki-ClassicSkin/Makefile head/www/twiki-CommentPlugin/Makefile head/www/twiki-EditTablePlugin/Makefile head/www/twiki-EmptyPlugin/Makefile head/www/twiki-GluePlugin/Makefile head/www/twiki-InterwikiPlugin/Makefile head/www/twiki-JSCalendarContrib/Makefile head/www/twiki-LDAPPasswordChangerPlugin/Makefile head/www/twiki-LdapContrib/Makefile head/www/twiki-LdapNgPlugin/Makefile head/www/twiki-MailerContrib/Makefile head/www/twiki-MathModePlugin/Makefile head/www/twiki-NewUserPlugin/Makefile head/www/twiki-PatternSkin/Makefile head/www/twiki-PreferencesPlugin/Makefile head/www/twiki-RenderListPlugin/Makefile head/www/twiki-SlideShowPlugin/Makefile head/www/twiki-SmiliesPlugin/Makefile head/www/twiki-SpreadSheetPlugin/Makefile head/www/twiki-SubscribePlugin/Makefile head/www/twiki-TWikiUserMappingContrib/Makefile head/www/twiki-TablePlugin/Makefile head/www/twiki-TagMePlugin/Makefile head/www/twiki-TinyMCEPlugin/Makefile head/www/twiki-TipsContrib/Makefile head/www/twiki-TopicVarsPlugin/Makefile head/www/twiki-TwistyContrib/Makefile head/www/twiki-TwistyPlugin/Makefile head/www/twiki-WysiwygPlugin/Makefile head/www/twiki/Makefile head/www/twill/Makefile head/www/twms/Makefile head/www/typo/Makefile head/www/typo3/Makefile head/www/typo345/Makefile head/www/typo347/Makefile head/www/typolight/Makefile head/www/udmsearch/Makefile head/www/ump/Makefile head/www/usermanager/Makefile head/www/uwsgi/Makefile head/www/uwsgitop/Makefile head/www/uzbl/Makefile head/www/validator/Makefile head/www/varnish-libvmod-header/Makefile head/www/varnish-nagios/Makefile head/www/varnish/Makefile head/www/varnish2/Makefile head/www/vdr-plugin-live/Makefile head/www/vdradmin-am/Makefile head/www/vee/Makefile head/www/vertx/Makefile head/www/videocache/Makefile head/www/visitors/Makefile head/www/volta/Makefile head/www/vtiger-customerportal/Makefile head/www/vtiger/Makefile head/www/w3m-img/Makefile head/www/w3m/Makefile head/www/w3mir/Makefile head/www/waccess/Makefile head/www/wadcomblog/Makefile head/www/webalizer/Makefile head/www/webcalendar-devel/Makefile head/www/webcalendar/Makefile head/www/webcheck/Makefile head/www/webcopy/Makefile head/www/webcrawl/Makefile head/www/webfs/Makefile head/www/webgo/Makefile head/www/webinject/Makefile head/www/webkit-gtk2/Makefile head/www/webkit-gtk3/Makefile head/www/webkit-sharp/Makefile head/www/weblint++/Makefile head/www/weblint/Makefile head/www/webmachine/Makefile head/www/webobjects/Makefile head/www/webpy/Makefile head/www/webreport/Makefile head/www/webresolve/Makefile head/www/websh/Makefile head/www/webstats/Makefile head/www/webstone-ssl/Makefile head/www/webstone/Makefile head/www/webtrees/Makefile head/www/wgetpaste/Makefile head/www/wikicalc/Makefile head/www/wikindx/Makefile head/www/wml/Makefile head/www/woof/Makefile head/www/wordpress/Makefile head/www/wsdlpull/Makefile head/www/wsmake/Makefile head/www/www6to4/Makefile head/www/wwwcount/Makefile head/www/wwwoffle/Makefile head/www/wwwstat/Makefile head/www/xapian-omega/Makefile head/www/xapian-omega10/Makefile head/www/xaraya/Makefile head/www/xcache/Makefile head/www/xfce4-smartbookmark-plugin/Makefile head/www/xist/Makefile head/www/xombrero/Makefile head/www/xoops/Makefile head/www/xpi-adblock/Makefile head/www/xpi-adblock_plus/Makefile head/www/xpi-bookmarkdd/Makefile head/www/xpi-clear_cache_button/Makefile head/www/xpi-clearfields/Makefile head/www/xpi-close-all-tabs/Makefile head/www/xpi-colorfultabs/Makefile head/www/xpi-conkeror/Makefile head/www/xpi-cookiesafe/Makefile head/www/xpi-cssviewer/Makefile head/www/xpi-cutemenus-crystalsvg/Makefile head/www/xpi-deepestsender/Makefile head/www/xpi-default_full_zoom_level/Makefile head/www/xpi-delicious/Makefile head/www/xpi-downthemall/Makefile head/www/xpi-errorzilla/Makefile head/www/xpi-fasterfox/Makefile head/www/xpi-firebug/Makefile head/www/xpi-firefox-showcase/Makefile head/www/xpi-firemobilesimulator/Makefile head/www/xpi-fission/Makefile head/www/xpi-flagfox/Makefile head/www/xpi-flashblock/Makefile head/www/xpi-flashgot/Makefile head/www/xpi-flatbmark/Makefile head/www/xpi-forecastfox/Makefile head/www/xpi-formfox/Makefile head/www/xpi-foxmarks/Makefile head/www/xpi-foxyproxy/Makefile head/www/xpi-gbrain/Makefile head/www/xpi-gdata_provider/Makefile head/www/xpi-ghostery/Makefile head/www/xpi-gmail-manager/Makefile head/www/xpi-google-notebook/Makefile head/www/xpi-google_shortcuts/Makefile head/www/xpi-grab_and_drag/Makefile head/www/xpi-greasemonkey/Makefile head/www/xpi-httpfox/Makefile head/www/xpi-imagezoom/Makefile head/www/xpi-imdbpreview/Makefile head/www/xpi-imglikeopera/Makefile head/www/xpi-infolister/Makefile head/www/xpi-informenter/Makefile head/www/xpi-inline-google-definitions/Makefile head/www/xpi-it_s_all_text/Makefile head/www/xpi-jslib/Makefile head/www/xpi-jsview/Makefile head/www/xpi-jv/Makefile head/www/xpi-leechblock/Makefile head/www/xpi-linkification/Makefile head/www/xpi-live_http_headers/Makefile head/www/xpi-live_pagerank/Makefile head/www/xpi-locale-switcher/Makefile head/www/xpi-menueditor/Makefile head/www/xpi-mldonkey/Makefile head/www/xpi-modify_headers/Makefile head/www/xpi-mrtech-local-install/Makefile head/www/xpi-neo-diggler/Makefile head/www/xpi-no-referrer/Makefile head/www/xpi-noscript/Makefile head/www/xpi-passwordmaker/Makefile head/www/xpi-pdf_download/Makefile head/www/xpi-pencil/Makefile head/www/xpi-pentadactyl/Makefile head/www/xpi-permatabs/Makefile head/www/xpi-prism/Makefile head/www/xpi-quick-locale-switcher/Makefile head/www/xpi-quickproxy/Makefile head/www/xpi-resurrectpages/Makefile head/www/xpi-sameplace/Makefile head/www/xpi-scrapbook/Makefile head/www/xpi-searchstatus/Makefile head/www/xpi-server_spy/Makefile head/www/xpi-server_switcher/Makefile head/www/xpi-sessionmanager/Makefile head/www/xpi-showip/Makefile head/www/xpi-speed-dial/Makefile head/www/xpi-splash/Makefile head/www/xpi-stumbleupon/Makefile head/www/xpi-stylish/Makefile head/www/xpi-table2clipboard/Makefile head/www/xpi-tabletools/Makefile head/www/xpi-tabmixplus/Makefile head/www/xpi-tagzilla/Makefile head/www/xpi-togglewordwrap/Makefile head/www/xpi-torbutton/Makefile head/www/xpi-twitterfox/Makefile head/www/xpi-unplug/Makefile head/www/xpi-urllink/Makefile head/www/xpi-user_agent_switcher/Makefile head/www/xpi-vimperator/Makefile head/www/xpi-web_developer/Makefile head/www/xpi-wmlbrowser/Makefile head/www/xpi-xhtml-ruby-support/Makefile head/www/xpi-xmpp4moz/Makefile head/www/xpi-yslow/Makefile head/www/xshttpd-devel/Makefile head/www/xshttpd/Makefile head/www/xsp/Makefile head/www/yabb/Makefile head/www/yahoo-ui/Makefile head/www/yanopaste/Makefile head/www/yaws/Makefile head/www/yii/Makefile head/www/yourls/Makefile head/www/youtube_dl/Makefile head/www/yuicompressor/Makefile head/www/zen-cart/Makefile head/www/zend-framework/Makefile head/www/zend-framework1/Makefile head/www/zenphoto/Makefile head/www/zerowait-httpd/Makefile head/www/zikula/Makefile Modified: head/www/MT/Makefile ============================================================================== --- head/www/MT/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/MT/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -30,6 +30,7 @@ PGSQL_DESC= PostgreSQL database support SQLITE_DESC= SQLite3 database support[obsolete] SQLITE2_DESC= SQLite2 database support[obsolete] +NO_STAGE= yes .include DATADIR= www/data Modified: head/www/R-cran-RgoogleMaps/Makefile ============================================================================== --- head/www/R-cran-RgoogleMaps/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/R-cran-RgoogleMaps/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -17,4 +17,5 @@ RUN_DEPENDS= R-cran-png>0:${PORTSDIR}/gr USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/www/R-cran-Rpad/Makefile ============================================================================== --- head/www/R-cran-Rpad/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/R-cran-Rpad/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -15,4 +15,5 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/www/R-cran-httpuv/Makefile ============================================================================== --- head/www/R-cran-httpuv/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/R-cran-httpuv/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -23,4 +23,5 @@ R_MOD_AUTOPLIST= yes MAKE_ENV= MAKE=${GMAKE} +NO_STAGE= yes .include Modified: head/www/R-cran-scrapeR/Makefile ============================================================================== --- head/www/R-cran-scrapeR/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/R-cran-scrapeR/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -16,4 +16,5 @@ RUN_DEPENDS= R-cran-XML>0:${PORTSDIR}/te USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/www/R-cran-shiny/Makefile ============================================================================== --- head/www/R-cran-shiny/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/R-cran-shiny/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -20,4 +20,5 @@ RUN_DEPENDS= R-cran-httpuv>=1.1.0:${PORT USE_R_MOD= yes R_MOD_AUTOPLIST= yes +NO_STAGE= yes .include Modified: head/www/WebMagick/Makefile ============================================================================== --- head/www/WebMagick/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/WebMagick/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -31,6 +31,7 @@ SHEBANG_FILES= utils/aub \ utils/help2man \ utils/make_dir_index.pl +NO_STAGE= yes .include .if !exists(${LOCALBASE}/bin/xlsfonts) Modified: head/www/abyssws/Makefile ============================================================================== --- head/www/abyssws/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/abyssws/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,9 +1,5 @@ -# New ports collection makefile for: abyssws -# Date created: 26 August 2007 -# Whom: Daniel Voisine -# +# Created by: Daniel Voisine # $FreeBSD$ -# PORTNAME= abyssws PORTVERSION= 2.6 @@ -22,6 +18,7 @@ NO_BUILD= yes USE_RC_SUBR= abyssws +NO_STAGE= yes .include .if ${OSVERSION} >= 700043 Modified: head/www/ach/Makefile ============================================================================== --- head/www/ach/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/ach/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -22,6 +22,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message WWWDIR?= ${PREFIX}/www/${PORTNAME} # Get rid of temp files packaged in the upstream distfile +NO_STAGE= yes post-extract: @${FIND} ${WRKSRC} -type f -not -name .htaccess -a \ -name .\* -delete Modified: head/www/admuser/Makefile ============================================================================== --- head/www/admuser/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/admuser/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,9 +1,5 @@ -# New ports collection makefile for: admuser -# Date created: 18 December 2003 -# Whom: Jean Milanez Melo -# +# Created by: Jean Milanez Melo # $FreeBSD$ -# PORTNAME= admuser PORTVERSION= 2.3.2 @@ -19,6 +15,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/etc/a --enable-language=English \ --enable-cgidir=${PREFIX}/www/cgi-bin \ +NO_STAGE= yes .include pre-install: Modified: head/www/adzap/Makefile ============================================================================== --- head/www/adzap/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/adzap/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,7 +1,4 @@ -# New ports collection makefile for: adzap -# Date created: 03 March 2001 -# Whom: Kris Kennaway -# +# Created by: Kris Kennaway # $FreeBSD$ PORTNAME= adzap @@ -19,6 +16,7 @@ USE_PERL5= run SUB_FILES= adzap.conf pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +NO_STAGE= yes do-configure: .for FILE in squid_redirect-nodata wrapzap zapchain ${REINPLACE_CMD} -e "s:/usr/bin/perl:${PERL5}:g" \ Modified: head/www/ajaxplorer/Makefile ============================================================================== --- head/www/ajaxplorer/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/ajaxplorer/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -18,6 +18,7 @@ DOS2UNIX_REGEX= .*\.php WANT_PHP_WEB= yes SUB_FILES= pkg-deinstall pkg-install pkg-message +NO_STAGE= yes post-patch: @${RM} -f ${WRKSRC}/plugins/gui.ajax/res/themes/vision/images/mimes/16/._users-folder.png @${MV} ${WRKSRC}/conf/bootstrap_conf.php ${WRKDIR}/bootstrap_conf.php.sample Modified: head/www/amphetadesk/Makefile ============================================================================== --- head/www/amphetadesk/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/amphetadesk/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -40,6 +40,7 @@ PORTDOCS= \ * .endif +NO_STAGE= yes .include post-patch: Modified: head/www/analog/Makefile ============================================================================== --- head/www/analog/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/analog/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -33,6 +33,7 @@ LIMGDIR?= www/data/images IMGDIR= ${PREFIX}/${LIMGDIR} PLIST_SUB= IMGDIR="${LIMGDIR}" +NO_STAGE= yes .include do-install: Modified: head/www/anyremote2html/Makefile ============================================================================== --- head/www/anyremote2html/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/anyremote2html/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,9 +1,5 @@ -# New ports collection makefile for: anyremote2html -# Date created: 26 December 2008 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ -# PORTNAME= anyremote2html PORTVERSION= 1.4 @@ -20,6 +16,7 @@ USE_PYTHON_RUN= yes PORTDOCS= ChangeLog README COPYING AUTHORS +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' ${WRKSRC}/${PORTNAME} .if defined(NOPORTDOCS) Modified: head/www/anyterm/Makefile ============================================================================== --- head/www/anyterm/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/anyterm/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -25,6 +25,7 @@ USE_GCC= any ALL_TARGET= default_target PLIST_FILES= sbin/anytermd +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/private/etc/apache2|${FILESDIR}|' \ ${WRKSRC}/scripts/mimetype.sh Modified: head/www/aolserver-xotcl/Makefile ============================================================================== --- head/www/aolserver-xotcl/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/aolserver-xotcl/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,9 +1,5 @@ -# New ports collection makefile for: aolserver-xotcl -# Date created: 28 February 2007 -# Whom: Martin Matuska -# +# Created by: Martin Matuska # $FreeBSD$ -# CATEGORIES= www tcl PKGNAMEPREFIX= aolserver- @@ -12,4 +8,5 @@ AOLSERVER_XOTCL= yes MASTERDIR= ${.CURDIR}/../../lang/xotcl +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/www/aolserver/Makefile ============================================================================== --- head/www/aolserver/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/aolserver/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -49,6 +49,7 @@ HTMLDOCS_DESC= Install HTML documentatio MANPAGES_DESC= Install manpages TESTS_DESC= Install tests in example directory +NO_STAGE= yes .include SUB_LIST+= MKDIR="${MKDIR}" ECHO_CMD="${ECHO_CMD}" \ Modified: head/www/apache-forrest/Makefile ============================================================================== --- head/www/apache-forrest/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/apache-forrest/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -33,6 +33,7 @@ ANT= ${DATADIR}/tools/ant/bin/ant ANT_TARGET= local-deploy PLUGINSDIR= ${DATADIR}/plugins/org.apache.forrest.plugin.output.pdf +NO_STAGE= yes post-patch: @for FILE in ${REPLACE_FILES}; do \ ${REINPLACE_CMD} -e "/%%JAVA_HOME%%/s//${JAVA_HOME:S/\//\\\//g}/g" \ Modified: head/www/apache-mode.el/Makefile ============================================================================== --- head/www/apache-mode.el/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/apache-mode.el/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,7 +1,4 @@ -# New ports collection makefile for: apache-mode.el -# Date created: 15 Nov 2006 -# Whom: Max N. Boyarov -# +# Created by: Max N. Boyarov # $FreeBSD$ PORTNAME= apache-mode.el @@ -22,6 +19,7 @@ NO_BUILD= yes EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp +NO_STAGE= yes do-install: ${MKDIR} ${EMACSLISPDIR} ${MKDIR} ${XEMACSLISPDIR} Modified: head/www/apache22-event-mpm/Makefile ============================================================================== --- head/www/apache22-event-mpm/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/apache22-event-mpm/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -13,4 +13,5 @@ PORT_OPTIONS+= CGID OPTIONS_EXCLUDE= CGI OPTIONS_UNSET+= CGI +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/www/apache22-itk-mpm/Makefile ============================================================================== --- head/www/apache22-itk-mpm/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/apache22-itk-mpm/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -22,6 +22,7 @@ LATEST_LINK= apache22-${WITH_MPM}-mpm DESCR= ${.CURDIR}/pkg-descr MPM_ITK_VERSION?= 20110321-01 +NO_STAGE= yes EXTRA_PATCHES+= ${.CURDIR}/files/mpm-itk-${MPM_ITK_VERSION} Modified: head/www/apache22-peruser-mpm/Makefile ============================================================================== --- head/www/apache22-peruser-mpm/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/apache22-peruser-mpm/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,5 +1,5 @@ # $FreeBSD$ -# + # Apache 2.2.X with peruser mpm 0.3.0-dc3 # Peruser main url: http://telana.com/peruser.php # Peruser patches: http://source.kood.ee/ @@ -10,6 +10,7 @@ MASTERDIR= ${.CURDIR}/../apache22 MAINTAINER= ports@FreeBSD.org WITH_MPM= peruser +NO_STAGE= yes LATEST_LINK= apache22-${WITH_MPM}-mpm DESCR= ${.CURDIR}/pkg-descr Modified: head/www/apache22-worker-mpm/Makefile ============================================================================== --- head/www/apache22-worker-mpm/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/apache22-worker-mpm/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -13,4 +13,5 @@ PORT_OPTIONS+= CGID OPTIONS_EXCLUDE= CGI OPTIONS_UNSET+= CGI +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/www/apache22/Makefile ============================================================================== --- head/www/apache22/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/apache22/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -42,6 +42,7 @@ APACHEDIR= ${MASTERDIR} WITH_MPM?= prefork # or worker, event, itk, peruser WITH_HTTP_PORT?= 80 +NO_STAGE= yes .include "${APACHEDIR}/Makefile.options" .include .include "${APACHEDIR}/Makefile.doc" Modified: head/www/apache24/Makefile ============================================================================== --- head/www/apache24/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/apache24/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -44,6 +44,7 @@ APACHEDIR= ${MASTERDIR} WITH_HTTP_PORT?= 80 WITH_SSL_PORT?= 443 +NO_STAGE= yes .include "${APACHEDIR}/Makefile.options" .include "${APACHEDIR}/Makefile.options.desc" .include Modified: head/www/apercu/Makefile ============================================================================== --- head/www/apercu/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/apercu/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: apercu -# Date created: Sep 21, 2006 -# Whom: mich -# +# Created by: mich # $FreeBSD$ -# PORTNAME= apercu PORTVERSION= 1.0.2 @@ -20,6 +15,7 @@ NO_BUILD= yes MAN1= apercu.1 PLIST_FILES= bin/apercu +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|/usr/bin/ruby|${RUBY}|' ${WRKSRC}/apercu Modified: head/www/aria/Makefile ============================================================================== --- head/www/aria/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/aria/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -27,6 +27,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= README README.euc +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/aria2/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -37,6 +37,7 @@ PLIST_DIRSTRY= man/ru/man1 \ man/pt/man1 \ man/pt +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCA_BUNDLE} Modified: head/www/aria2fe/Makefile ============================================================================== --- head/www/aria2fe/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/aria2fe/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -23,6 +23,7 @@ USE_QT4= gui moc_build qmake_build rcc_b PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-configure: @(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS}) Modified: head/www/arora/Makefile ============================================================================== --- head/www/arora/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/arora/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -19,6 +19,7 @@ QMAKE_ARGS+= -unix -recursive PREFIX=${P MAN1= arora.1 arora-cacheinfo.1 arora-placesimport.1 htmlToXBel.1 +NO_STAGE= yes .include .if ${ARCH} == ia64 Modified: head/www/asp2php/Makefile ============================================================================== --- head/www/asp2php/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/asp2php/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -16,6 +16,7 @@ MAKE_ARGS= CC="${CC}" FLAGS="${CFLAGS}" PLIST_FILES= bin/asp2php +NO_STAGE= yes .include .if ${HAVE_GNOME:Mgtk12} Modified: head/www/asql/Makefile ============================================================================== --- head/www/asql/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/asql/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,9 +1,5 @@ -# New ports collection makefile for: asql -# Date created: 2008-10-15 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= asql PORTVERSION= 1.7 @@ -22,4 +18,5 @@ NO_BUILD= yes PLIST_FILES= bin/asql USES= perl5 +NO_STAGE= yes .include Modified: head/www/asterisk-stat/Makefile ============================================================================== --- head/www/asterisk-stat/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/asterisk-stat/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -25,6 +25,7 @@ SUB_LIST+= ASTERISKDIR=${ASTERISKDIR} OPTIONS_DEFINE= PGSQL PGSQL_DESC= Use PostgreSQL instead of MySQL +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGSQL} Modified: head/www/aswedit/Makefile ============================================================================== --- head/www/aswedit/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/aswedit/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,9 +1,5 @@ -# New ports collection makefile for: asWedit -# Date created: 25 June 1997 -# Whom: brett@peloton.physics.montana.edu -# +# Created by: brett@peloton.physics.montana.edu # $FreeBSD$ -# PORTNAME= asWedit PORTVERSION= 4.0.1 @@ -23,6 +19,7 @@ USE_LINUX= yes WRKSRC= ${WRKDIR}/asWedit-4.0.1 +NO_STAGE= yes do-build: ${BRANDELF} -t Linux ${WRKSRC}/asWedit Modified: head/www/aswiki/Makefile ============================================================================== --- head/www/aswiki/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/aswiki/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby-aswiki -# Date created: 13 June 2003 -# Whom: Makoto Matsushita -# +# Created by: Makoto Matsushita # $FreeBSD$ -# PORTNAME= aswiki PORTVERSION= 1.0.4 @@ -24,6 +20,7 @@ USE_RUBY= YES RUBY_SHEBANG_FILES= aswiki.cgi USE_RUBY_FEATURES= strscan +NO_STAGE= yes post-extract: ${CP} ${FILESDIR}/setup.sh ${WRKSRC} Modified: head/www/atutor/Makefile ============================================================================== --- head/www/atutor/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/atutor/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -13,6 +13,7 @@ COMMENT= An Open Source Web-based Learni USE_PHP= session mbstring zlib mysql WRKSRC= ${WRKDIR}/ATutor +NO_STAGE= yes .include NO_BUILD= yes Modified: head/www/august/Makefile ============================================================================== --- head/www/august/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/august/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -25,6 +25,7 @@ USE_TK_WRAPPER= yes PORTDOCS= specchars.txt PLIST_FILES= bin/august +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|/usr/bin|${LOCALBASE}/bin|g' ${WRKSRC}/august Modified: head/www/autoindex2/Makefile ============================================================================== --- head/www/autoindex2/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/autoindex2/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,9 +1,5 @@ -# New ports collection makefile for: AutoIndex -# Date created: 17 December 2004 -# Whom: Daniel Gerzo -# +# Created by: Daniel Gerzo # $FreeBSD$ -# PORTNAME= AutoIndex PORTVERSION= 2.2.4 @@ -25,6 +21,7 @@ NO_BUILD= yes PLIST_SUB+= INSTALLDIR=${WWWDIR:S,^${PREFIX}/,,} +NO_STAGE= yes pre-fetch: .if !defined(INSTALLDIR) @${ECHO_MSG} "" Modified: head/www/awffull/Makefile ============================================================================== --- head/www/awffull/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/awffull/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -36,6 +36,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= awffull.1 MAN5= awffull.conf.5 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGEOIP} Modified: head/www/aws-demos/Makefile ============================================================================== --- head/www/aws-demos/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/aws-demos/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -58,6 +58,7 @@ DEMO_DIRS+= zdemo #DEMO_DIRS+= hello_wsdl #DEMO_DIRS+= interoplab +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSSL} Modified: head/www/aws/Makefile ============================================================================== --- head/www/aws/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/aws/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -45,6 +45,7 @@ CONF_ARGS+= prefix=${PREFIX} CONF_ARGS+= LPATH=${PREFIX}/lib CONF_ARGS+= ZPATH=/usr/lib +NO_STAGE= yes .include ################### Modified: head/www/awstats/Makefile ============================================================================== --- head/www/awstats/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/awstats/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -34,6 +34,7 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS IPV6 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIPV6} Modified: head/www/axis/Makefile ============================================================================== --- head/www/axis/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/axis/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -16,6 +16,7 @@ OPTIONS_SINGLE= AS OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7 OPTIONS_DEFAULT= TOMCAT6 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MTOMCAT6} Modified: head/www/axis2/Makefile ============================================================================== --- head/www/axis2/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/axis2/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -21,6 +21,7 @@ OPTIONS_SINGLE= AS OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7 OPTIONS_DEFAULT= TOMCAT6 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MTOMCAT6} Modified: head/www/b2evolution/Makefile ============================================================================== --- head/www/b2evolution/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/b2evolution/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -30,6 +30,7 @@ WARNING= ${PKGDIR}/pkg-warning OPTIONS_DEFINE= MYSQL OPTIONS_DEFAULT= MYSQL +NO_STAGE= yes .include .if ${PORT_OPTIONS:MMYSQL} Modified: head/www/bacula-web/Makefile ============================================================================== --- head/www/bacula-web/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/bacula-web/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -22,6 +22,7 @@ OPTIONS_DEFAULT= PGSQL SUB_FILES= pkg-message +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPGSQL} Modified: head/www/baikal/Makefile ============================================================================== --- head/www/baikal/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/baikal/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,5 +1,5 @@ +# Created by: Adam Weinberger # $FreeBSD$ -# Created by: Adam Weinberger PORTNAME= baikal PORTVERSION= 0.2.4 @@ -24,6 +24,7 @@ SUB_FILES= pkg-install pkg-message PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes .include post-patch: ${FIND} ${WRKSRC} -type f -not -name '*.php' -exec ${CHMOD} ${SHAREMODE} {} \; Modified: head/www/bannerfilter/Makefile ============================================================================== --- head/www/bannerfilter/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/bannerfilter/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -25,6 +25,7 @@ CONFIG_FILES= bannerfilter.conf banners. SHEBANG_FILES= redirector.pl +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|^;\ \(DATA\ =\ \).*|\1${PREFIX}/etc/${PORTNAME}/|' \ Modified: head/www/bblog/Makefile ============================================================================== --- head/www/bblog/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/bblog/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bBlog -# Date created: 2005-04-16 -# Whom: chinsan@mail2000.com.tw -# +# Created by: chinsan@mail2000.com.tw # $FreeBSD$ -# PORTNAME= bBlog PORTVERSION= 0.7.6 @@ -31,6 +27,7 @@ OPTIONS_DEFINE= GD IMAGICK OPTIONS_DEFAULT=GD IMAGICK_DESC= ${IMAGEMAGICK_DESC} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGD} Modified: head/www/bigbluebutton/Makefile ============================================================================== --- head/www/bigbluebutton/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/bigbluebutton/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -77,6 +77,7 @@ SUB_LIST+= PORTNAME=${PORTNAME} \ SUB_FILES= pkg-message openoffice nginx.conf-dist bbb-conf +NO_STAGE= yes .include .if ${PORT_OPTIONS:MMEETME} || ${PORT_OPTIONS:MKONFERENCE} Modified: head/www/bins/Makefile ============================================================================== --- head/www/bins/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/bins/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bins -# Date created: Sat Nov 23 01:17:35 UTC 2002 -# Whom: Mario Sergio Fujikawa Ferreira -# +# Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ -# PORTNAME= bins PORTVERSION= 1.1.29 @@ -42,6 +38,7 @@ DOC_EXTS= html sgml xml MAN1= bins-edit-gui.1 bins.1 bins_edit.1 +NO_STAGE= yes post-patch:: # perl PREFIX safeness @${FIND} ${WRKSRC} -type f | \ Modified: head/www/bk2site/Makefile ============================================================================== --- head/www/bk2site/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/bk2site/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: bk2site -# Date created: Wed Dec 06, 2000 -# Whom: clive -# +# Created by: clive # $FreeBSD$ -# PORTNAME= bk2site PORTVERSION= 1.1.9 @@ -15,6 +10,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Transforms Netscape bookmarks into a Yahoo-like website +NO_STAGE= yes .include .if exists(${APXS}) RUN_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} Modified: head/www/bkmrkconv/Makefile ============================================================================== --- head/www/bkmrkconv/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/bkmrkconv/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -12,6 +12,7 @@ COMMENT= Netscape bookmarks.html convert USES= perl5 NO_BUILD= yes +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -i '' -e \ 's|/usr/bin/perl|${PERL}|g ; \ Modified: head/www/blastbeat/Makefile ============================================================================== --- head/www/blastbeat/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/blastbeat/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -35,6 +35,7 @@ PLIST_DIRSTRY= %%ETCDIR%% OPTIONS_DEFINE= EXAMPLES +NO_STAGE= yes .include do-install: Modified: head/www/blogsum/Makefile ============================================================================== --- head/www/blogsum/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/blogsum/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,9 +1,5 @@ -# New ports collection makefile for: blogsum -# Date created: 2 November 2009 -# Whom: jhuldtgren -# +# Created by: jhuldtgren # $FreeBSD$ -# PORTNAME= blogsum PORTVERSION= 1.1 @@ -27,6 +23,7 @@ NO_BUILD= yes USE_PERL5= run USE_APACHE_RUN= 22+ +NO_STAGE= yes .include SUB_FILES= pkg-message Modified: head/www/bluefish-devel/Makefile ============================================================================== --- head/www/bluefish-devel/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/bluefish-devel/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -34,6 +34,7 @@ CONFIGURE_ARGS= --with-freedesktop_org-m --without-gnome2_4-appreg \ --with-icon-path=${PREFIX}/share/pixmaps +NO_STAGE= yes .include .if !defined(WITHOUT_WEBLINT) Modified: head/www/bluefish/Makefile ============================================================================== --- head/www/bluefish/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/bluefish/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -40,6 +40,7 @@ WEBLINT_DESC= Include Weblint syntax and OPTIONS_DEFAULT= WEBLINT +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDEBUG} Modified: head/www/boa/Makefile ============================================================================== --- head/www/boa/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/boa/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,9 +1,5 @@ -# New ports collection makefile for: boa -# Date created: 21 May 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= boa PORTVERSION= 0.94.14.r21 @@ -24,6 +20,7 @@ MAN8= boa.8 PORTDOCS= boa.texi boa.html boa.txt boa_banner.png +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ ${WRKSRC}/examples/boa.conf ${WRKSRC}/src/defines.h Modified: head/www/bookmarkbridge/Makefile ============================================================================== --- head/www/bookmarkbridge/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/bookmarkbridge/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -22,4 +22,5 @@ USE_AUTOTOOLS= aclocal automake autoconf ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing +NO_STAGE= yes .include Modified: head/www/bozohttpd/Makefile ============================================================================== --- head/www/bozohttpd/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/bozohttpd/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -23,6 +23,7 @@ HTPASSWD_DESC= Enable htpassword suppor SSL_DESC= Enable SSL support CGI_DESC= Enable CGI support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MHTPASSWD} Modified: head/www/bugmenot-firefox/Makefile ============================================================================== --- head/www/bugmenot-firefox/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/bugmenot-firefox/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,9 +1,5 @@ -# Ports collection makefile for: bugmenot-firefox -# Date created: Tue May 24, 2005 -# Whom: Thierry Thomas () -# +# Created by: Thierry Thomas () # $FreeBSD$ -# PORTNAME= bugmenot PORTVERSION= 1.3 @@ -19,5 +15,6 @@ XPI_ID= {987311C6-B504-4aa2-90BF-60CC49 XPI_FILES= chrome/bugmenot.jar install.js install.rdf license.txt chrome.manifest XPI_DIRS= chrome +NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include Modified: head/www/c-icap-modules/Makefile ============================================================================== --- head/www/c-icap-modules/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/c-icap-modules/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,5 +1,4 @@ # Created by: Martin Matuska -# # $FreeBSD$ PORTNAME= c-icap @@ -28,6 +27,7 @@ CONFIGURE_ARGS+= --enable-static \ --with-c-icap=${LOCALBASE} \ --with-clamav=${LOCALBASE} +NO_STAGE= yes post-install: @${CP} -np ${PREFIX}/etc/c-icap/srv_url_check.conf.default \ ${PREFIX}/etc/c-icap/srv_url_check.conf || ${TRUE} Modified: head/www/c-icap/Makefile ============================================================================== --- head/www/c-icap/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/c-icap/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -40,6 +40,7 @@ MAN8= c-icap-client.8 \ CONFIGURE_ARGS+= --enable-static \ --sysconfdir="${PREFIX}/etc/c-icap" +NO_STAGE= yes .include .if ${PORT_OPTIONS:MBDB} Modified: head/www/cacheboy16/Makefile ============================================================================== --- head/www/cacheboy16/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/cacheboy16/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -111,6 +111,7 @@ CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --disable-linux-tproxy \ --disable-epoll +NO_STAGE= yes .include .if ${OSVERSION} >= 800037 Modified: head/www/cadaver/Makefile ============================================================================== --- head/www/cadaver/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/cadaver/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -23,6 +23,7 @@ PLIST_FILES= bin/cadaver # Neither expat nor libneon are needed at all, but the configure # script breaks if it can not find the Makefile* in them. Exclude # them to be sure, a stray .h is not included instead of what's +NO_STAGE= yes # found under PREFIX (installed by the neon port): EXTRACT_AFTER_ARGS= \ --exclude '${PORTNAME}-${PORTVERSION}/lib/expat/*.[ch]' \ Modified: head/www/cakephp11/Makefile ============================================================================== --- head/www/cakephp11/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/cakephp11/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -39,6 +39,7 @@ PLIST_SUB+= CONFDIR=${CONFDIR_REL} CONFDIR= ${PREFIX}/${CONFDIR_REL} CONFDIR_REL= ${APACHEETCDIR}/Includes +NO_STAGE= yes .include WITH_PHP_CGI?= /cgi-bin/php Modified: head/www/cakephp12/Makefile ============================================================================== --- head/www/cakephp12/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/cakephp12/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -47,6 +47,7 @@ MEMCACHE_DESC= Memcached caching engine CONFDIR= ${PREFIX}/${CONFDIR_REL} CONFDIR_REL= ${APACHEETCDIR}/Includes +NO_STAGE= yes .include WITH_PHP_CGI?= /cgi-bin/php Modified: head/www/cakephp13/Makefile ============================================================================== --- head/www/cakephp13/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/cakephp13/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -48,6 +48,7 @@ MEMCACHE_DESC= Memcached caching engine CONFDIR= ${PREFIX}/${CONFDIR_REL} CONFDIR_REL= ${APACHEETCDIR}/Includes +NO_STAGE= yes .include WITH_PHP_CGI?= /cgi-bin/php Modified: head/www/cakephp21/Makefile ============================================================================== --- head/www/cakephp21/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/cakephp21/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -54,6 +54,7 @@ MEMCACHE_DESC= Enable Memcached caching CONFDIR= ${PREFIX}/${CONFDIR_REL} CONFDIR_REL= ${APACHEETCDIR}/Includes +NO_STAGE= yes .include WITH_PHP_CGI?= /cgi-bin/php Modified: head/www/cakephp22/Makefile ============================================================================== --- head/www/cakephp22/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/cakephp22/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -51,6 +51,7 @@ MEMCACHE_DESC= Enable Memcached caching CONFDIR= ${PREFIX}/${CONFDIR_REL} CONFDIR_REL= ${APACHEETCDIR}/Includes +NO_STAGE= yes .include WITH_PHP_CGI?= /cgi-bin/php Modified: head/www/cakephp23/Makefile ============================================================================== --- head/www/cakephp23/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/cakephp23/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -49,6 +49,7 @@ MEMCACHE_DESC= Enable Memcached caching CONFDIR= ${PREFIX}/${CONFDIR_REL} CONFDIR_REL= ${APACHEETCDIR}/Includes +NO_STAGE= yes .include WITH_PHP_CGI?= /cgi-bin/php Modified: head/www/calamaris/Makefile ============================================================================== --- head/www/calamaris/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/calamaris/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -16,6 +16,7 @@ SHEBANG_FILES= calamaris MAN1= calamaris.1 +NO_STAGE= yes do-install: @ ${INSTALL_MAN} ${WRKSRC}/calamaris.1 ${PREFIX}/man/man1/calamaris.1 @ ${INSTALL_SCRIPT} ${WRKSRC}/calamaris ${PREFIX}/bin/calamaris Modified: head/www/cas/Makefile ============================================================================== --- head/www/cas/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/cas/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -54,6 +54,7 @@ INSTALL_CAS_DATA_DESC= Install CAS data PLIST_SUB+= PORTVERSION=${PORTVERSION} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDEBUG_MODE} Modified: head/www/castget/Makefile ============================================================================== --- head/www/castget/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/castget/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -25,4 +25,5 @@ PLIST_FILES= bin/castget include/libcast MAN1= castget.1 MAN5= castgetrc.5 +NO_STAGE= yes .include Modified: head/www/caudium14/Makefile ============================================================================== --- head/www/caudium14/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/caudium14/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -28,6 +28,7 @@ CPPFLAGS+= -I${WRKSRC}/src/cmods PLIST_SUB+= PIKEVERSION=${PIKEVERSION} CONFLICTS+= caudium12-[0-9]* +NO_STAGE= yes post-patch: @${SED} -e 's:@CAUDIUM_SERVERDIR@:${PREFIX}/caudium/server:' \ -e 's:^#############$$:${ECHO} "$${caudium_enable}" | ${EGREP} -iq "^yes|^true" || exit:' \ Modified: head/www/cblog/Makefile ============================================================================== --- head/www/cblog/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/cblog/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -23,6 +23,7 @@ PLIST_FILES= libexec/cblog.fcgi \ MAN1= cblog.fcgi.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s#^INCLUDES=.*#INCLUDES=-I${LOCALBASE}/include#g" \ -e "s#^LIBDIR=.*#LIBDIR=-L${LOCALBASE}/lib#g" \ Modified: head/www/cgi-lib.pl/Makefile ============================================================================== --- head/www/cgi-lib.pl/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/cgi-lib.pl/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -23,6 +23,7 @@ EXTRACT_AFTER_ARGS= > cgi-lib.pl INSTALL_BASE= ${SITE_PERL_REL} INSTALL_DIR= ${PREFIX}/${INSTALL_BASE} +NO_STAGE= yes do-install: -${MKDIR} ${INSTALL_DIR} ${INSTALL_DATA} ${WRKDIR}/cgi-lib.pl ${INSTALL_DIR} Modified: head/www/cgi-lib/Makefile ============================================================================== --- head/www/cgi-lib/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/cgi-lib/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libcgi -# Date created: 7 January 2000 -# Whom: Sergey Samoyloff -# +# Created by: Sergey Samoyloff # $FreeBSD$ -# PORTNAME= cgi-lib PORTVERSION= 1.4 @@ -19,6 +15,7 @@ MAKEFILE= makefile NO_WRKSUBDIR= yes +NO_STAGE= yes do-install: @ ${INSTALL_DATA} ${WRKSRC}/cgi-lib.a ${PREFIX}/lib/libcgi.a .for file in cgi-lib.h html-lib.h list-lib.h Modified: head/www/cgic/Makefile ============================================================================== --- head/www/cgic/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/cgic/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -18,6 +18,7 @@ MAKE_ENV+= WITHOUT_PROFILE=yes __MAKE_CO SHLIB_MAJOR= ${PORTVERSION:R} +NO_STAGE= yes .include post-install: Modified: head/www/cgicc/Makefile ============================================================================== --- head/www/cgicc/Makefile Fri Sep 20 23:20:31 2013 (r327775) +++ head/www/cgicc/Makefile Fri Sep 20 23:36:50 2013 (r327776) @@ -24,6 +24,7 @@ CXXFLAGS+= -Wno-unknown-pragmas BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen .endif +NO_STAGE= yes *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 23:43:39 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1AC005E3; Fri, 20 Sep 2013 23:43:39 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0406029E8; Fri, 20 Sep 2013 23:43:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KNhc0C074083; Fri, 20 Sep 2013 23:43:38 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KNhKQ1073945; Fri, 20 Sep 2013 23:43:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202343.r8KNhKQ1073945@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 23:43:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327777 - in head/x11: 3ddesktop 9box 9menu alltray appres apwal arandr aterm avant-window-navigator avant-window-navigator-gnome babl bbappconf bbdock bbrun beforelight bgrot bgs bigre... 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.14 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: Fri, 20 Sep 2013 23:43:39 -0000 Author: bapt Date: Fri Sep 20 23:43:19 2013 New Revision: 327777 URL: http://svnweb.freebsd.org/changeset/ports/327777 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: x11) Modified: head/x11/3ddesktop/Makefile head/x11/9box/Makefile head/x11/9menu/Makefile head/x11/alltray/Makefile head/x11/appres/Makefile head/x11/apwal/Makefile head/x11/arandr/Makefile head/x11/aterm/Makefile head/x11/avant-window-navigator-gnome/Makefile head/x11/avant-window-navigator/Makefile head/x11/babl/Makefile head/x11/bbappconf/Makefile head/x11/bbdock/Makefile head/x11/bbrun/Makefile head/x11/beforelight/Makefile head/x11/bgrot/Makefile head/x11/bgs/Makefile head/x11/bigreqsproto/Makefile head/x11/bitmap/Makefile head/x11/blast/Makefile head/x11/bmpanel2/Makefile head/x11/bricons/Makefile head/x11/brightside/Makefile head/x11/cl-clx/Makefile head/x11/compositeproto/Makefile head/x11/damageproto/Makefile head/x11/decurs/Makefile head/x11/deforaos-desktop/Makefile head/x11/deforaos-keyboard/Makefile head/x11/deforaos-libdesktop/Makefile head/x11/deforaos-locker/Makefile head/x11/deforaos-panel/Makefile head/x11/deskmenu/Makefile head/x11/deskpaint/Makefile head/x11/dgs/Makefile head/x11/dmenu/Makefile head/x11/dmxproto/Makefile head/x11/docker/Makefile head/x11/dri2proto/Makefile head/x11/dxpc/Makefile head/x11/dynamag/Makefile head/x11/dzen2/Makefile head/x11/eaglemode/Makefile head/x11/ecore-imf/Makefile head/x11/ecore-imf_evas/Makefile head/x11/ecore-input/Makefile head/x11/ecore-input_evas/Makefile head/x11/ecore-x11/Makefile head/x11/editres/Makefile head/x11/efreet/Makefile head/x11/emprint/Makefile head/x11/emu/Makefile head/x11/erun/Makefile head/x11/eterm/Makefile head/x11/evieext/Makefile head/x11/evilvte/Makefile head/x11/fbdesk/Makefile head/x11/fbpanel/Makefile head/x11/fireflies/Makefile head/x11/fixesproto/Makefile head/x11/florence/Makefile head/x11/fluxbg/Makefile head/x11/fpc-x11/Makefile head/x11/fstobdf/Makefile head/x11/gcb/Makefile head/x11/gdesklets-tasklist/Makefile head/x11/gdkxft/Makefile head/x11/gdm/Makefile head/x11/glproto/Makefile head/x11/gmessage/Makefile head/x11/gmrun/Makefile head/x11/gnome-applets/Makefile head/x11/gnome-clipboard-daemon/Makefile head/x11/gnome-desktop-reference/Makefile head/x11/gnome-desktop/Makefile head/x11/gnome-libs/Makefile head/x11/gnome-menus/Makefile head/x11/gnome-panel-reference/Makefile head/x11/gnome-panel/Makefile head/x11/gnome-pie/Makefile head/x11/gnome-screensaver/Makefile head/x11/gnome-session/Makefile head/x11/gnome-shell/Makefile head/x11/gnome-swallow/Makefile head/x11/gnome-terminal/Makefile head/x11/gnome2-fifth-toe/Makefile head/x11/gnome2-lite/Makefile head/x11/gnome2-power-tools/Makefile head/x11/gnome2/Makefile head/x11/gnustep-app/Makefile head/x11/gpctool/Makefile head/x11/grabc/Makefile head/x11/gromit/Makefile head/x11/gskrab/Makefile head/x11/gstreamer1-plugins-x/Makefile head/x11/gstreamer1-plugins-ximagesrc/Makefile head/x11/gsynaptics/Makefile head/x11/gtk-launch/Makefile head/x11/gtk-theme-switch/Makefile head/x11/gtk-theme-switch2/Makefile head/x11/gtkchtheme/Makefile head/x11/gtkterm2/Makefile head/x11/gtstarter/Makefile head/x11/guake/Makefile head/x11/hotwire-shell/Makefile head/x11/hs-X11-xft/Makefile head/x11/hs-X11/Makefile head/x11/hs-xmobar/Makefile head/x11/i3lock/Makefile head/x11/i3status/Makefile head/x11/iceauth/Makefile head/x11/ico/Makefile head/x11/idesk/Makefile head/x11/imwheel/Makefile head/x11/innerspace/Makefile head/x11/inputproto/Makefile head/x11/ipager/Makefile head/x11/kactivities/Makefile head/x11/kactivitymanagerd/Makefile head/x11/kb2mb2/Makefile head/x11/kbproto/Makefile head/x11/kde4-baseapps/Makefile head/x11/kde4-runtime/Makefile head/x11/kde4-workspace/Makefile head/x11/kde4/Makefile head/x11/kdelibs4/Makefile head/x11/keybinder/Makefile head/x11/keyboardcast/Makefile head/x11/keylaunch/Makefile head/x11/keynav/Makefile head/x11/kgamma/Makefile head/x11/konsole/Makefile head/x11/libICE/Makefile head/x11/libSM/Makefile head/x11/libX11/Makefile head/x11/libXScrnSaver/Makefile head/x11/libXTrap/Makefile head/x11/libXau/Makefile head/x11/libXcm/Makefile head/x11/libXcomposite/Makefile head/x11/libXcursor/Makefile head/x11/libXdamage/Makefile head/x11/libXdmcp/Makefile head/x11/libXevie/Makefile head/x11/libXext/Makefile head/x11/libXfixes/Makefile head/x11/libXi/Makefile head/x11/libXinerama/Makefile head/x11/libXp/Makefile head/x11/libXpm/Makefile head/x11/libXprintAppUtil/Makefile head/x11/libXprintUtil/Makefile head/x11/libXrandr/Makefile head/x11/libXrender/Makefile head/x11/libXres/Makefile head/x11/libXtrans/Makefile head/x11/libXtst/Makefile head/x11/libXv/Makefile head/x11/libXvMC/Makefile head/x11/libXxf86dga/Makefile head/x11/libXxf86misc/Makefile head/x11/libXxf86vm/Makefile head/x11/libdmx/Makefile head/x11/libdnd/Makefile head/x11/libexo/Makefile head/x11/libfm/Makefile head/x11/libgnome-java/Makefile head/x11/libgnome-reference/Makefile head/x11/libgnome/Makefile head/x11/libgnomekbd/Makefile head/x11/libgnomemm/Makefile head/x11/libgnomemm26/Makefile head/x11/libkonq/Makefile head/x11/liboldX/Makefile head/x11/libsx/Makefile head/x11/libsynaptics/Makefile head/x11/libxcb/Makefile head/x11/libxdg-basedir/Makefile head/x11/libxfce4menu/Makefile head/x11/libxfce4util/Makefile head/x11/libxkbcommon/Makefile head/x11/libxkbfile/Makefile head/x11/libxkbui/Makefile head/x11/libxklavier/Makefile head/x11/linux-f10-xorg-libs/Makefile head/x11/listres/Makefile head/x11/lsw/Makefile head/x11/luit/Makefile head/x11/lupe/Makefile head/x11/lxde-meta/Makefile head/x11/lxmenu-data/Makefile head/x11/lxpanel/Makefile head/x11/lxrandr/Makefile head/x11/menu-cache/Makefile head/x11/metalock/Makefile head/x11/metisse/Makefile head/x11/mgapdesk/Makefile head/x11/mkcomposecache/Makefile head/x11/mlterm/Makefile head/x11/mrxvt-devel/Makefile head/x11/mrxvt/Makefile head/x11/multi-aterm/Makefile head/x11/mxico/Makefile head/x11/numlockx/Makefile head/x11/nvidia-driver-173/Makefile head/x11/nvidia-driver-304/Makefile head/x11/nvidia-driver-71/Makefile head/x11/nvidia-driver-96/Makefile head/x11/nvidia-driver/Makefile head/x11/nvidia-settings/Makefile head/x11/nvidia-xconfig/Makefile head/x11/ooxcb/Makefile head/x11/p5-Clipboard/Makefile head/x11/p5-X11-GUITest/Makefile head/x11/p5-X11-IdleTime/Makefile head/x11/p5-X11-Protocol/Makefile head/x11/p5-X11-Resolution/Makefile head/x11/peeper/Makefile head/x11/pixman/Makefile head/x11/plasma-scriptengine-python/Makefile head/x11/plasma-scriptengine-ruby/Makefile head/x11/printproto/Makefile head/x11/printscreen/Makefile head/x11/props/Makefile head/x11/py-qt4-opengl/Makefile head/x11/qimageblitz/Makefile head/x11/qt4-graphicssystems-opengl/Makefile head/x11/qt4-inputmethods/Makefile head/x11/qt4-opengl/Makefile head/x11/qxkb/Makefile head/x11/randrproto/Makefile head/x11/recordproto/Makefile head/x11/rendercheck/Makefile head/x11/renderproto/Makefile head/x11/resourceproto/Makefile head/x11/rgb/Makefile head/x11/rox-wallpaper/Makefile head/x11/roxbg/Makefile head/x11/roxterm/Makefile head/x11/rsibreak-kde4/Makefile head/x11/rstart/Makefile head/x11/ruby-X11/Makefile head/x11/ruby-gnome2/Makefile head/x11/ruby-gtktrayicon/Makefile head/x11/rubygem-gnome2/Makefile head/x11/rxvt-devel/Makefile head/x11/rxvt-unicode/Makefile head/x11/rxvt/Makefile head/x11/sbxkb/Makefile head/x11/scripts/Makefile head/x11/scrnsaverproto/Makefile head/x11/sessreg/Makefile head/x11/setlayout/Makefile head/x11/settitle/Makefile head/x11/setxkbmap/Makefile head/x11/silo/Makefile head/x11/simdock/Makefile head/x11/sisctrl/Makefile head/x11/slim/Makefile head/x11/slock/Makefile head/x11/smproxy/Makefile head/x11/sselp/Makefile head/x11/stalonetray/Makefile head/x11/startup-notification/Makefile head/x11/sterm/Makefile head/x11/stjerm/Makefile head/x11/swarp/Makefile head/x11/sxpc/Makefile head/x11/tabbed/Makefile head/x11/temperature.app/Makefile head/x11/terminal.app/Makefile head/x11/terminator/Makefile head/x11/terminology/Makefile head/x11/thinglaunch/Makefile head/x11/thingylaunch/Makefile head/x11/tilda/Makefile head/x11/tint/Makefile head/x11/tkXwin/Makefile head/x11/trapproto/Makefile head/x11/trayer/Makefile head/x11/tycoon/Makefile head/x11/urxvt-perls/Makefile head/x11/vdesk/Makefile head/x11/videoproto/Makefile head/x11/viewres/Makefile head/x11/wbar/Makefile head/x11/wbarconf/Makefile head/x11/wdm/Makefile head/x11/wmappl/Makefile head/x11/wmblob/Makefile head/x11/wmbutton/Makefile head/x11/wmcliphist/Makefile head/x11/wmctrl/Makefile head/x11/wmdrawer/Makefile head/x11/wmmatrix/Makefile head/x11/wmxss/Makefile head/x11/workrave/Makefile head/x11/x11perf/Makefile head/x11/x3270/Makefile head/x11/xaniroc/Makefile head/x11/xantfarm/Makefile head/x11/xascii/Makefile head/x11/xauth/Makefile head/x11/xautolock/Makefile head/x11/xautomation/Makefile head/x11/xbacklight/Makefile head/x11/xballoon/Makefile head/x11/xbanner/Makefile head/x11/xbelld/Makefile head/x11/xbiff/Makefile head/x11/xbindkeys/Makefile head/x11/xbitmaps/Makefile head/x11/xbrightness/Makefile head/x11/xcalc/Makefile head/x11/xcalib/Makefile head/x11/xcb-proto/Makefile head/x11/xcb-util-cursor/Makefile head/x11/xcb-util-image/Makefile head/x11/xcb-util-keysyms/Makefile head/x11/xcb-util-renderutil/Makefile head/x11/xcb-util-wm/Makefile head/x11/xcb-util/Makefile head/x11/xcb/Makefile head/x11/xclick/Makefile head/x11/xclip/Makefile head/x11/xclipboard/Makefile head/x11/xcm/Makefile head/x11/xcmd/Makefile head/x11/xcmiscproto/Makefile head/x11/xcmsdb/Makefile head/x11/xco/Makefile head/x11/xcoloredit/Makefile head/x11/xcolors/Makefile head/x11/xcolorsel/Makefile head/x11/xconsole/Makefile head/x11/xcurs/Makefile head/x11/xcursorgen/Makefile head/x11/xcut/Makefile head/x11/xdbedizzy/Makefile head/x11/xdialog/Makefile head/x11/xditview/Makefile head/x11/xdm/Makefile head/x11/xdotool/Makefile head/x11/xdpyinfo/Makefile head/x11/xdriinfo/Makefile head/x11/xdtm/Makefile head/x11/xedit/Makefile head/x11/xev/Makefile head/x11/xextproto/Makefile head/x11/xeyes/Makefile head/x11/xf86dga/Makefile head/x11/xf86dgaproto/Makefile head/x11/xf86driproto/Makefile head/x11/xf86miscproto/Makefile head/x11/xf86rushproto/Makefile head/x11/xf86vidmodeproto/Makefile head/x11/xfce4-clipman-plugin/Makefile head/x11/xfce4-conf/Makefile head/x11/xfce4-embed-plugin/Makefile head/x11/xfce4-quicklauncher-plugin/Makefile head/x11/xfce4-screenshooter-plugin/Makefile head/x11/xfce4-taskmanager/Makefile head/x11/xfce4-terminal/Makefile head/x11/xfce4-verve-plugin/Makefile head/x11/xfce4-whiskermenu-plugin/Makefile head/x11/xfce4-wmdock-plugin/Makefile head/x11/xfce4-xfapplet-plugin/Makefile head/x11/xfd/Makefile head/x11/xfindproxy/Makefile head/x11/xfishtank/Makefile head/x11/xforward/Makefile head/x11/xfree86_xkb_xml/Makefile head/x11/xfwp/Makefile head/x11/xgamma/Makefile head/x11/xgc/Makefile head/x11/xgrab/Makefile head/x11/xhost/Makefile head/x11/xidle/Makefile head/x11/xineramaproto/Makefile head/x11/xinit/Makefile head/x11/xinput/Makefile head/x11/xkbcomp/Makefile head/x11/xkbctrl/Makefile head/x11/xkbevd/Makefile head/x11/xkbprint/Makefile head/x11/xkbset/Makefile head/x11/xkbutils/Makefile head/x11/xkeyboard-config/Makefile head/x11/xkeycaps/Makefile head/x11/xkeywrap/Makefile head/x11/xkill/Makefile head/x11/xload/Makefile head/x11/xloadimage/Makefile head/x11/xlockmore/Makefile head/x11/xlogo/Makefile head/x11/xlogout/Makefile head/x11/xlsatoms/Makefile head/x11/xlsclients/Makefile head/x11/xlupe/Makefile head/x11/xmag/Makefile head/x11/xman/Makefile head/x11/xmangekyou/Makefile head/x11/xmascot/Makefile head/x11/xmessage/Makefile head/x11/xmh/Makefile head/x11/xmodmap/Makefile head/x11/xmon/Makefile head/x11/xmore/Makefile head/x11/xmotd/Makefile head/x11/xmove/Makefile head/x11/xmsg/Makefile head/x11/xmx/Makefile head/x11/xnee/Makefile head/x11/xnodecor/Makefile head/x11/xorg-apps/Makefile head/x11/xorg-cf-files/Makefile head/x11/xorg-docs/Makefile head/x11/xorg-edit/Makefile head/x11/xorg-libraries/Makefile head/x11/xorg-minimal/Makefile head/x11/xorg/Makefile head/x11/xplsprinters/Makefile head/x11/xpr/Makefile head/x11/xpra/Makefile head/x11/xprehashprinterlist/Makefile head/x11/xprompt/Makefile head/x11/xprop/Makefile head/x11/xproto/Makefile head/x11/xproxymanagementprotocol/Makefile head/x11/xpyb/Makefile head/x11/xrandr/Makefile head/x11/xrdb/Makefile head/x11/xrefresh/Makefile head/x11/xrestop/Makefile head/x11/xrootconsole/Makefile head/x11/xrsh/Makefile head/x11/xrsi/Makefile head/x11/xrx/Makefile head/x11/xscreensaver-gnome-hacks/Makefile head/x11/xscreensaver-gnome/Makefile head/x11/xscreensaver.app/Makefile head/x11/xscreensaver/Makefile head/x11/xsel-conrad/Makefile head/x11/xsel/Makefile head/x11/xset/Makefile head/x11/xsetmode/Makefile head/x11/xsetpointer/Makefile head/x11/xsetroot/Makefile head/x11/xskyroot/Makefile head/x11/xsm/Makefile head/x11/xsnow/Makefile head/x11/xstarroll/Makefile head/x11/xstdcmap/Makefile head/x11/xstroke/Makefile head/x11/xtacy/Makefile head/x11/xterm/Makefile head/x11/xtermcontrol/Makefile head/x11/xtermset/Makefile head/x11/xtestpicture/Makefile head/x11/xtoolwait/Makefile head/x11/xtrans/Makefile head/x11/xtrap/Makefile head/x11/xtrlock/Makefile head/x11/xtset/Makefile head/x11/xvattr/Makefile head/x11/xvidtune/Makefile head/x11/xvinfo/Makefile head/x11/xvkbd/Makefile head/x11/xvmcinfo/Makefile head/x11/xwatchwin/Makefile head/x11/xwd/Makefile head/x11/xwininfo/Makefile head/x11/xwinwrap/Makefile head/x11/xwit/Makefile head/x11/xwud/Makefile head/x11/xxkb/Makefile head/x11/xzoom/Makefile head/x11/yad/Makefile head/x11/yakuake-kde4/Makefile head/x11/yalias/Makefile head/x11/yeahconsole/Makefile head/x11/yelp/Makefile head/x11/zenity/Makefile Modified: head/x11/3ddesktop/Makefile ============================================================================== --- head/x11/3ddesktop/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/3ddesktop/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -24,6 +24,7 @@ PLIST_DIRS= %%DATADIR%% CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes .include post-patch: Modified: head/x11/9box/Makefile ============================================================================== --- head/x11/9box/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/9box/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -1,9 +1,5 @@ -# New ports collection makefile for: 9box -# Date created: Fri Mar 21 10:10:48 EST 2003 -# Whom: Serge Gagnon -# +# Created by: Serge Gagnon # $FreeBSD$ -# PORTNAME= 9box PORTVERSION= 0.2.1 @@ -21,6 +17,7 @@ USE_XORG= xbitmaps x11 xt BUILD_WRKSRC= ${WRKSRC}/src +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g; \ s|%%CC%%|${CC}|g' \ Modified: head/x11/9menu/Makefile ============================================================================== --- head/x11/9menu/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/9menu/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -1,9 +1,5 @@ -# New ports collection makefile for: 9menu -# Date created: Sun Aug 13 12:36:14 CDT 1995 -# Whom: Eric L. Hernes -# +# Created by: Eric L. Hernes # $FreeBSD$ -# PORTNAME= 9menu PORTVERSION= 1.8 @@ -29,6 +25,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} PLIST_FILES= bin/9menu MAN1= 9menu.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 Modified: head/x11/alltray/Makefile ============================================================================== --- head/x11/alltray/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/alltray/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -22,6 +22,7 @@ MAN1= alltray.1 OPTIONS_DEFINE= KDE KDE_DESC= Support only KDE desktop +NO_STAGE= yes .include .if ${PORT_OPTIONS:MKDE} Modified: head/x11/appres/Makefile ============================================================================== --- head/x11/appres/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/appres/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -13,4 +13,5 @@ USE_XORG= x11 xt MAN1= appres.1 PLIST_FILES= bin/appres +NO_STAGE= yes .include Modified: head/x11/apwal/Makefile ============================================================================== --- head/x11/apwal/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/apwal/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}/src PLIST_FILES= bin/apwal bin/apwal-editor +NO_STAGE= yes post-patch: @${CP} ${FILESDIR}/group_member.c ${WRKSRC} @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \ Modified: head/x11/arandr/Makefile ============================================================================== --- head/x11/arandr/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/arandr/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -21,6 +21,7 @@ OPTIONS_DEFINE= DOCS USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include USES+= gettext desktop-file-utils Modified: head/x11/aterm/Makefile ============================================================================== --- head/x11/aterm/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/aterm/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -35,6 +35,7 @@ MAN1= aterm.1 PLIST_FILES= bin/aterm +NO_STAGE= yes .include .if ${OSVERSION} > 900007 CONFIGURE_ARGS+= --disable-utmp Modified: head/x11/avant-window-navigator-gnome/Makefile ============================================================================== --- head/x11/avant-window-navigator-gnome/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/avant-window-navigator-gnome/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -5,4 +5,5 @@ PORTREVISION= 7 AWN_DESKTOP= gnome MASTERDIR= ${.CURDIR}/../avant-window-navigator +NO_STAGE= yes .include <${MASTERDIR}/Makefile> Modified: head/x11/avant-window-navigator/Makefile ============================================================================== --- head/x11/avant-window-navigator/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/avant-window-navigator/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -48,6 +48,7 @@ CONFIGURE_ARGS+= --with-desktop=agnostic CONFLICTS= ${PORTNAME}-gnome-[0-9]* ${PORTNAME}-xfce4-[0-9]* .endif +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGCONF} Modified: head/x11/babl/Makefile ============================================================================== --- head/x11/babl/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/babl/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -26,6 +26,7 @@ CONFIGURE_ARGS= --disable-introspection OPTIONS_DEFINE= SIMD +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSIMD} Modified: head/x11/bbappconf/Makefile ============================================================================== --- head/x11/bbappconf/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/bbappconf/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbappconf -# Date created: 26 July 2004 -# Whom: Gerrit Beine -# +# Created by: Gerrit Beine # $FreeBSD$ -# PORTNAME= bbappconf PORTVERSION= 0.0.2 @@ -17,6 +13,7 @@ COMMENT= Application configuring tool fo USE_XORG= x11 GNU_CONFIGURE= yes +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/bbappconf ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/bbtools Modified: head/x11/bbdock/Makefile ============================================================================== --- head/x11/bbdock/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/bbdock/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -21,6 +21,7 @@ PORTDOCS= README PLIST_FILES= bin/bbdock +NO_STAGE= yes .include post-install: Modified: head/x11/bbrun/Makefile ============================================================================== --- head/x11/bbrun/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/bbrun/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -20,6 +20,7 @@ USE_CSTD= gnu89 PORTDOCS= README PLIST_FILES= bin/bbrun +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bbrun ${PREFIX}/bin .if !defined(NOPORTDOCS) Modified: head/x11/beforelight/Makefile ============================================================================== --- head/x11/beforelight/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/beforelight/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -12,4 +12,5 @@ USE_XORG= x11 xscrnsaver xt xaw7 xt MAN1= beforelight.1 +NO_STAGE= yes .include Modified: head/x11/bgrot/Makefile ============================================================================== --- head/x11/bgrot/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/bgrot/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -19,6 +19,7 @@ SHEBANG_FILES= *.pl MAN1= bgrot.1 MANCOMPRESSED= yes +NO_STAGE= yes post-install: @${CAT} pkg-message Modified: head/x11/bgs/Makefile ============================================================================== --- head/x11/bgs/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/bgs/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bgs -# Date created: July 14, 2008 -# Whom: Julien Laffaye -# +# Created by: Julien Laffaye # $FreeBSD$ -# PORTNAME= bgs PORTVERSION= 0.5 @@ -21,4 +17,5 @@ USE_EFL= imlib2 MAN1= bgs.1 PLIST_FILES= bin/bgs +NO_STAGE= yes .include Modified: head/x11/bigreqsproto/Makefile ============================================================================== --- head/x11/bigreqsproto/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/bigreqsproto/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -10,4 +10,5 @@ COMMENT= BigReqs extension headers XORG_CAT= proto +NO_STAGE= yes .include Modified: head/x11/bitmap/Makefile ============================================================================== --- head/x11/bitmap/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/bitmap/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -11,4 +11,5 @@ XORG_CAT= app USE_XORG= x11 xaw xbitmaps xmu xproto MAN1= atobm.1 bitmap.1 bmtoa.1 +NO_STAGE= yes .include Modified: head/x11/blast/Makefile ============================================================================== --- head/x11/blast/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/blast/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -1,9 +1,5 @@ -# New ports collection makefile for: blast -# Date created: 9 Jul 1996 -# Whom: searle -# +# Created by: searle # $FreeBSD$ -# PORTNAME= blast PORTVERSION= 1.1 @@ -21,6 +17,7 @@ USE_XORG= ice sm x11 xau xcursor xdmcp x MAN1= blast.1 PLIST_FILES= bin/blast +NO_STAGE= yes do-build: ${CC} ${CFLAGS} ${WRKSRC}/blast.c -I${LOCALBASE}/include -L${LOCALBASE}/lib -lX11 -lXext -o ${WRKSRC}/blast Modified: head/x11/bmpanel2/Makefile ============================================================================== --- head/x11/bmpanel2/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/bmpanel2/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -20,6 +20,7 @@ LDFLAGS+= -L${LOCALBASE}/lib # XXX shou OPTIONS_DEFINE= TEMPERATURE TEMPERATURE_DESC= Build with temperature widget (for CPU, etc.) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MTEMPERATURE} Modified: head/x11/bricons/Makefile ============================================================================== --- head/x11/bricons/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/bricons/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -20,6 +20,7 @@ USE_XORG= xaw MAN1= bricons.1 +NO_STAGE= yes .include post-patch: Modified: head/x11/brightside/Makefile ============================================================================== --- head/x11/brightside/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/brightside/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -21,4 +21,5 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= brightside.schemas +NO_STAGE= yes .include Modified: head/x11/cl-clx/Makefile ============================================================================== --- head/x11/cl-clx/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/cl-clx/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -1,7 +1,4 @@ -# New ports collection makefile for: cl-clx -# Date created: 7 Oct 2010 -# Whom: Anonymous -# +# Created by: Anonymous # $FreeBSD$ PORTNAME= clx @@ -23,6 +20,7 @@ INFO= clx PLIST_SUB= ASDF_PATHNAME="${ASDF_PATHNAME:S,^${PREFIX}/,,}" \ ASDF_REGISTRY="${ASDF_REGISTRY:S,^${PREFIX}/,,}" +NO_STAGE= yes do-build: cd ${WRKSRC}/manual && makeinfo --no-split clx.texinfo Modified: head/x11/compositeproto/Makefile ============================================================================== --- head/x11/compositeproto/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/compositeproto/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -10,4 +10,5 @@ COMMENT= Composite extension headers XORG_CAT= proto +NO_STAGE= yes .include Modified: head/x11/damageproto/Makefile ============================================================================== --- head/x11/damageproto/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/damageproto/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -10,4 +10,5 @@ COMMENT= Damage extension headers XORG_CAT= proto +NO_STAGE= yes .include Modified: head/x11/decurs/Makefile ============================================================================== --- head/x11/decurs/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/decurs/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -18,6 +18,7 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes USES= pkgconfig +NO_STAGE= yes .include .if ${ARCH} != "i386" Modified: head/x11/deforaos-desktop/Makefile ============================================================================== --- head/x11/deforaos-desktop/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/deforaos-desktop/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -27,6 +27,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/keyboard:$ NO_BUILD= yes +NO_STAGE= yes do-install: pre-everything:: Modified: head/x11/deforaos-keyboard/Makefile ============================================================================== --- head/x11/deforaos-keyboard/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/deforaos-keyboard/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -21,4 +21,5 @@ USES= pkgconfig gettext USE_XORG= xtst MAKE_ARGS+= PREFIX=${PREFIX} +NO_STAGE= yes .include Modified: head/x11/deforaos-libdesktop/Makefile ============================================================================== --- head/x11/deforaos-libdesktop/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/deforaos-libdesktop/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -22,6 +22,7 @@ MAKE_ARGS+= PREFIX=${PREFIX} MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \ ${WRKSRC}/data/pkgconfig.sh Modified: head/x11/deforaos-locker/Makefile ============================================================================== --- head/x11/deforaos-locker/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/deforaos-locker/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -27,4 +27,5 @@ MAKE_ENV+= MANDIR=${MANPREFIX}/man MAN1= locker.1 lockerctl.1 +NO_STAGE= yes .include Modified: head/x11/deforaos-panel/Makefile ============================================================================== --- head/x11/deforaos-panel/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/deforaos-panel/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -35,6 +35,7 @@ MAN1= panel-embed.1 \ panel.1 \ panelctl.1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \ ${WRKSRC}/data/pkgconfig.sh Modified: head/x11/deskmenu/Makefile ============================================================================== --- head/x11/deskmenu/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/deskmenu/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -16,6 +16,7 @@ USES= gmake USE_GNOME= gtk12 USE_CSTD= gnu89 +NO_STAGE= yes post-install: ${STRIP_CMD} ${PREFIX}/bin/deskmenu Modified: head/x11/deskpaint/Makefile ============================================================================== --- head/x11/deskpaint/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/deskpaint/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -1,9 +1,5 @@ -# Updated ports collection makefile for: deskpaint -# Date modified: 14 Febuary 2012 -# Whom: Kirn Gill -# +# Created by: Kirn Gill # $FreeBSD$ -# PORTNAME= deskpaint PORTVERSION= 3.1 @@ -19,4 +15,5 @@ PLIST_FILES= bin/deskpaint WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes .include Modified: head/x11/dgs/Makefile ============================================================================== --- head/x11/dgs/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/dgs/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -31,6 +31,7 @@ INSTALLDIRS= gs DPS/clients/makepsres DP DPS/demos/dpsexec DPS/demos/texteroids DPS/demos/xepsf \ DPS/lib/dpstk DPS/lib/psres DPS/lib/dps DPS/include/DPS +NO_STAGE= yes .include pre-patch: Modified: head/x11/dmenu/Makefile ============================================================================== --- head/x11/dmenu/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/dmenu/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -25,6 +25,7 @@ USE_XORG= x11 MAN1= dmenu.1 stest.1 PLIST_FILES= bin/dmenu bin/dmenu_run bin/stest +NO_STAGE= yes .include .if ${PORT_OPTIONS:MXINERAMA} Modified: head/x11/dmxproto/Makefile ============================================================================== --- head/x11/dmxproto/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/dmxproto/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -10,4 +10,5 @@ COMMENT= DMX extension headers XORG_CAT= proto +NO_STAGE= yes .include Modified: head/x11/docker/Makefile ============================================================================== --- head/x11/docker/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/docker/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -20,6 +20,7 @@ USES= gmake pkgconfig PLIST_FILES= bin/docker +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|^PREFIX=|PREFIX?=| ; \ Modified: head/x11/dri2proto/Makefile ============================================================================== --- head/x11/dri2proto/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/dri2proto/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -9,4 +9,5 @@ COMMENT= DRI2 prototype headers XORG_CAT= proto +NO_STAGE= yes .include Modified: head/x11/dxpc/Makefile ============================================================================== --- head/x11/dxpc/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/dxpc/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dxpc -# Date created: 2 May 1998 -# Whom: Bruce A. Mah -# +# Created by: Bruce A. Mah # $FreeBSD$ -# PORTNAME= dxpc PORTVERSION= 3.9.2 @@ -26,6 +22,7 @@ CONFIGURE_ARGS= --with-lzo-lib=${LOCALBA MAN1= dxpc.1 PLIST_FILES= bin/dxpc +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/bindir/s|(INSTALL)|(INSTALL_PROGRAM)|g' ${WRKSRC}/Makefile.in Modified: head/x11/dynamag/Makefile ============================================================================== --- head/x11/dynamag/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/dynamag/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -19,6 +19,7 @@ USES= imake USE_XORG= x11 xaw xext xmu xt xpm sm ice WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/dynamag ${PREFIX}/bin Modified: head/x11/dzen2/Makefile ============================================================================== --- head/x11/dzen2/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/dzen2/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -17,6 +17,7 @@ PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= XPM XINERAMA OPTIONS_DEFAULT= XPM XINERAMA +NO_STAGE= yes .include .if ${PORT_OPTIONS:MXPM} Modified: head/x11/eaglemode/Makefile ============================================================================== --- head/x11/eaglemode/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/eaglemode/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -32,6 +32,7 @@ OPTIONS_DEFAULT=RSVG PDF RSVG_DESC= SVG support through librsvg PDF_DESC= PDF support through poppler-glib +NO_STAGE= yes .include .if ${PORT_OPTIONS:MXINE} Modified: head/x11/ecore-imf/Makefile ============================================================================== --- head/x11/ecore-imf/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/ecore-imf/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -24,6 +24,7 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf INSTALL_WRKSRC= ${BUILD_WRKSRC} +NO_STAGE= yes .include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-con \ Modified: head/x11/ecore-imf_evas/Makefile ============================================================================== --- head/x11/ecore-imf_evas/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/ecore-imf_evas/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -25,6 +25,7 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf_evas INSTALL_WRKSRC= ${BUILD_WRKSRC} +NO_STAGE= yes .include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-con \ Modified: head/x11/ecore-input/Makefile ============================================================================== --- head/x11/ecore-input/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/ecore-input/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -24,6 +24,7 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_input INSTALL_WRKSRC= ${BUILD_WRKSRC} +NO_STAGE= yes .include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-input Modified: head/x11/ecore-input_evas/Makefile ============================================================================== --- head/x11/ecore-input_evas/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/ecore-input_evas/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -25,6 +25,7 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_input_evas INSTALL_WRKSRC= ${BUILD_WRKSRC} +NO_STAGE= yes .include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-input \ Modified: head/x11/ecore-x11/Makefile ============================================================================== --- head/x11/ecore-x11/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/ecore-x11/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -25,6 +25,7 @@ BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_x INSTALL_WRKSRC= ${BUILD_WRKSRC} XEXTDIR= ${LOCALBASE}/include/X11/extensions +NO_STAGE= yes .include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-x \ Modified: head/x11/editres/Makefile ============================================================================== --- head/x11/editres/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/editres/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -12,4 +12,5 @@ USE_XORG= x11 xt xmu xaw MAN1= editres.1 +NO_STAGE= yes .include Modified: head/x11/efreet/Makefile ============================================================================== --- head/x11/efreet/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/efreet/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -22,4 +22,5 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-nls +NO_STAGE= yes .include Modified: head/x11/emprint/Makefile ============================================================================== --- head/x11/emprint/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/emprint/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -16,4 +16,5 @@ USES= pkgconfig USE_EFL= eina evas ecore USE_EFL_ECORE= evas file input x11 +NO_STAGE= yes .include Modified: head/x11/emu/Makefile ============================================================================== --- head/x11/emu/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/emu/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -19,6 +19,7 @@ USE_XORG= ice sm x11 xaw xext xmu xpm xt WRKSRC= ${WRKDIR}/emu +NO_STAGE= yes .include .if ${OSVERSION} > 900007 Modified: head/x11/erun/Makefile ============================================================================== --- head/x11/erun/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/erun/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -1,9 +1,5 @@ -# New ports collection makefile for: E-Run 1.2 -# Date created: 17 June 2000 -# Whom: Kelly Yancey -# +# Created by: Kelly Yancey # $FreeBSD$ -# PORTNAME= E-Run PORTVERSION= 1.2 @@ -26,6 +22,7 @@ USE_EFL= imlib2 CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib -lepplet -lImlib2 -lGL ${PTHREAD_LIBS} +NO_STAGE= yes do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} -o ${PORTNAME}.epplet \ ${PORTNAME}.c ${LDFLAGS} Modified: head/x11/eterm/Makefile ============================================================================== --- head/x11/eterm/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/eterm/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -1,4 +1,4 @@ -# Created by: Murray Stokely +# Created by: Murray Stokely # $FreeBSD$ PORTNAME= eterm @@ -32,6 +32,7 @@ USE_EFL= imlib2 MAN1= Eterm.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MMMX} && (${ARCH} == "i386") Modified: head/x11/evieext/Makefile ============================================================================== --- head/x11/evieext/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/evieext/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -12,4 +12,5 @@ LICENSE= MIT XORG_CAT= proto +NO_STAGE= yes .include Modified: head/x11/evilvte/Makefile ============================================================================== --- head/x11/evilvte/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/evilvte/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -20,6 +20,7 @@ USE_GNOME= vte MAN1= evilvte.1 showvte.1 +NO_STAGE= yes .include .if ${OSVERSION} < 700000 Modified: head/x11/fbdesk/Makefile ============================================================================== --- head/x11/fbdesk/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/fbdesk/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -26,6 +26,7 @@ GNU_CONFIGURE= yes PORTDOCS= ChangeLog INSTALL README PLIST_FILES= bin/fbdesk +NO_STAGE= yes .include .if ${PORT_OPTIONS:MIMLIB2} Modified: head/x11/fbpanel/Makefile ============================================================================== --- head/x11/fbpanel/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/fbpanel/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -29,6 +29,7 @@ OPTIONS_DEFINE= DOCS DESKTOP_ENTRIES="${PORTNAME}" "${PORTNAME} NETWM compliant X11 desktop panel" \ "${PORTNAME}" "${PORTNAME}" "System;" false +NO_STAGE= yes .include post-patch: Modified: head/x11/fireflies/Makefile ============================================================================== --- head/x11/fireflies/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/fireflies/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -26,4 +26,5 @@ MAKE_ARGS= CONFIGURE_ENV=${CONFIGURE_ENV CONFIGURE_SCRIPT=${CONFIGURE_SCRIPT:Q} \ CONFIGURE_ARGS=${CONFIGURE_ARGS:Q} +NO_STAGE= yes .include Modified: head/x11/fixesproto/Makefile ============================================================================== --- head/x11/fixesproto/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/fixesproto/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -10,4 +10,5 @@ COMMENT= Fixes extension headers XORG_CAT= proto +NO_STAGE= yes .include Modified: head/x11/florence/Makefile ============================================================================== --- head/x11/florence/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/florence/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -1,4 +1,4 @@ -# Created by: Kris Moore +# Created by: Kris Moore # $FreeBSD$ PORTNAME= florence @@ -37,6 +37,7 @@ OPTIONS_SUB= yes NLS_USES= gettext +NO_STAGE= yes .include post-patch: Modified: head/x11/fluxbg/Makefile ============================================================================== --- head/x11/fluxbg/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/fluxbg/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -21,6 +21,7 @@ PLIST_FILES= bin/fluxbg \ SUB_FILES= pkg-message SUB_LIST= PORTNAME=${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ s|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/src/fluxbg_conf.cc Modified: head/x11/fpc-x11/Makefile ============================================================================== --- head/x11/fpc-x11/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/fpc-x11/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -18,4 +18,5 @@ OPTIONS_DEFINE= X11 X11_DESC= Install X libraries OPTIONS_DEFAULT= X11 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/x11/fstobdf/Makefile ============================================================================== --- head/x11/fstobdf/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/fstobdf/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -14,4 +14,5 @@ PLIST_FILES= bin/fstobdf MAN1= fstobdf.1 +NO_STAGE= yes .include Modified: head/x11/gcb/Makefile ============================================================================== --- head/x11/gcb/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gcb/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -16,6 +16,7 @@ USES= pkgconfig USE_BZIP2= yes USE_GNOME= gtk20 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|#!/bin/bash|#!${SH}|' \ ${WRKSRC}/configure Modified: head/x11/gdesklets-tasklist/Makefile ============================================================================== --- head/x11/gdesklets-tasklist/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gdesklets-tasklist/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gdesklets-tasklist -# Date created: 04 January 2004 -# Whom: Vincent Tantardini -# +# Created by: Vincent Tantardini # $FreeBSD$ -# PORTNAME= tasklist PORTVERSION= 0.10 @@ -23,6 +19,7 @@ DATADIR= ${PREFIX}/share PKGMESSAGE= ${WRKDIR}/pkg-message WRKSRC= ${WRKDIR}/${PORTNAME}-desklet-${PORTVERSION} +NO_STAGE= yes do-build: @${CAT} pkg-message | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; s|%%NAME%%|${NAME}|g' > ${PKGMESSAGE} Modified: head/x11/gdkxft/Makefile ============================================================================== --- head/x11/gdkxft/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gdkxft/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -24,6 +24,7 @@ USE_LDCONFIG= yes MAN8= gdkxft_sysinstall.8 +NO_STAGE= yes .include post-patch: Modified: head/x11/gdm/Makefile ============================================================================== --- head/x11/gdm/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gdm/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -59,6 +59,7 @@ OPTIONS_DEFINE= IPV6 KEYRING OPTIONS_DEFAULT=KEYRING KEYRING_DESC= GnomeKeyring/PAM integration +NO_STAGE= yes .include .if ${PORT_OPTIONS:MKEYRING} Modified: head/x11/glproto/Makefile ============================================================================== --- head/x11/glproto/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/glproto/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -10,4 +10,5 @@ COMMENT= GLX extension headers XORG_CAT= proto +NO_STAGE= yes .include Modified: head/x11/gmessage/Makefile ============================================================================== --- head/x11/gmessage/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gmessage/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -13,4 +13,5 @@ COMMENT= Gtk+ clone of xmessage. display PLIST_FILES= bin/gmessage USE_GNOME= gtk12 +NO_STAGE= yes .include Modified: head/x11/gmrun/Makefile ============================================================================== --- head/x11/gmrun/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gmrun/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -25,6 +25,7 @@ PORTDOCS= README PLIST_FILES= bin/gmrun %%DATADIR%%/gmrunrc PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes .include post-patch: Modified: head/x11/gnome-applets/Makefile ============================================================================== --- head/x11/gnome-applets/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gnome-applets/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -43,6 +43,7 @@ GCONF_SCHEMAS= charpick.schemas drivemou OPTIONS_DEFINE= MINI_COMMANDER NOTIFY MINI_COMMANDER_DESC= Mini-commander applet +NO_STAGE= yes .include .if exists(${LOCALBASE}/libdata/pkgconfig/libnotify.pc) || \ Modified: head/x11/gnome-clipboard-daemon/Makefile ============================================================================== --- head/x11/gnome-clipboard-daemon/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gnome-clipboard-daemon/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -18,6 +18,7 @@ USE_GNOME= gtk20 PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|^CC=|CC?=| ; \ Modified: head/x11/gnome-desktop-reference/Makefile ============================================================================== --- head/x11/gnome-desktop-reference/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gnome-desktop-reference/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -1,12 +1,9 @@ -# New ports collection makefile for: gnome-desktop-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTREVISION= 1 REFERENCE_SRC= ${WRKSRC}/docs/reference/gnome-desktop +NO_STAGE= yes .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" Modified: head/x11/gnome-desktop/Makefile ============================================================================== --- head/x11/gnome-desktop/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gnome-desktop/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -32,6 +32,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= gnome-about.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|xsltproc -o| xsltproc --nonet -o|g' \ ${WRKSRC}/desktop-docs/fdl/Makefile.in \ Modified: head/x11/gnome-libs/Makefile ============================================================================== --- head/x11/gnome-libs/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gnome-libs/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -36,6 +36,7 @@ MAN5= gnome-mime.5 DOCSDIR= ${PREFIX}/share/doc/gnomelibs +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/gnome-config.in ${WRKSRC}/libgnome/gnome-util.c Modified: head/x11/gnome-menus/Makefile ============================================================================== --- head/x11/gnome-menus/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gnome-menus/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -24,6 +24,7 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|applications.menu||' \ ${WRKSRC}/layout/Makefile.in Modified: head/x11/gnome-panel-reference/Makefile ============================================================================== --- head/x11/gnome-panel-reference/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gnome-panel-reference/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -1,12 +1,9 @@ -# New ports collection makefile for: gnome-panel-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTREVISION= 1 REFERENCE_SRC= ${WRKSRC}/doc/reference/panel-applet +NO_STAGE= yes .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" Modified: head/x11/gnome-panel/Makefile ============================================================================== --- head/x11/gnome-panel/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gnome-panel/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -47,6 +47,7 @@ OPTIONS_DEFAULT=EVOLUTION BONOBO EVOLUTION_DESC= Use the Evolution calendar BONOBO_DESC= Support for bonobo applets aka Gnome 2 applets +NO_STAGE= yes .include .if ${PORT_OPTIONS:MEVOLUTION} Modified: head/x11/gnome-pie/Makefile ============================================================================== --- head/x11/gnome-pie/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gnome-pie/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -29,6 +29,7 @@ INSTALLS_ICONS= yes OPTIONS_DEFINE= DOCS MANPAGES NLS OPTIONS_DEFAULT= MANPAGES +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/x11/gnome-screensaver/Makefile ============================================================================== --- head/x11/gnome-screensaver/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gnome-screensaver/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -45,6 +45,7 @@ OPTIONS_DEFAULT=PAM KEYRING PAM_DESC= Pluggable Authentication Module support KEYRING_DESC= GnomeKeyring integration (needs PAM) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPAM} Modified: head/x11/gnome-session/Makefile ============================================================================== --- head/x11/gnome-session/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gnome-session/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -39,4 +39,5 @@ MAN1= gnome-session.1 gnome-wm.1 gnome- gnome-session-save.1 GCONF_SCHEMAS= gnome-session.schemas +NO_STAGE= yes .include Modified: head/x11/gnome-shell/Makefile ============================================================================== --- head/x11/gnome-shell/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gnome-shell/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome-shell -# Date created: 14 Aug 2009 -# Whom: Pawel Worach -# +# Created by: Pawel Worach # $FreeBSD$ # $MCom: ports/x11/gnome-shell/Makefile,v 1.16 2010/11/20 15:05:25 kwm Exp $ -# PORTNAME= gnome-shell PORTVERSION= 2.31.2 @@ -40,6 +36,7 @@ GCONF_SCHEMAS= gnome-shell.schemas MAN1= gnome-shell.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' \ ${WRKSRC}/configure Modified: head/x11/gnome-swallow/Makefile ============================================================================== --- head/x11/gnome-swallow/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gnome-swallow/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -18,6 +18,7 @@ CONFIGURE_ENV= LIBS="`pkg-config --libs CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure Modified: head/x11/gnome-terminal/Makefile ============================================================================== --- head/x11/gnome-terminal/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gnome-terminal/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -26,6 +26,7 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= gnome-terminal.schemas +NO_STAGE= yes post-patch: @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \ ${WRKSRC}/configure ${WRKSRC}/config.h.in Modified: head/x11/gnome2-fifth-toe/Makefile ============================================================================== --- head/x11/gnome2-fifth-toe/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gnome2-fifth-toe/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome2-fifth-toe -# Date created: 20 September 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11/gnome2-fifth-toe/Makefile,v 1.92 2007/10/18 23:45:20 marcus Exp $ -# PORTREVISION= 3 CATEGORIES= x11 gnome @@ -34,4 +30,5 @@ GNOME_SLAVE= yes DESCR= ${.CURDIR}/pkg-descr +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/x11/gnome2-lite/Makefile ============================================================================== --- head/x11/gnome2-lite/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gnome2-lite/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome2-lite -# Date created: 30 November 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11/gnome2-lite/Makefile,v 1.62 2009/11/26 20:39:06 marcus Exp $ -# PORTREVISION= 0 CATEGORIES= x11 gnome @@ -37,4 +33,5 @@ CONFLICTS= gnome2-[0-9]* DESCR= ${.CURDIR}/pkg-descr PKGMESSAGE= ${.CURDIR}/pkg-message +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/x11/gnome2-power-tools/Makefile ============================================================================== --- head/x11/gnome2-power-tools/Makefile Fri Sep 20 23:36:50 2013 (r327776) +++ head/x11/gnome2-power-tools/Makefile Fri Sep 20 23:43:19 2013 (r327777) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome2-power-tools -# Date created: 18 January 2004 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11/gnome2-power-tools/Makefile,v 1.84 2008/09/30 13:18:29 kwm Exp $ -# PORTREVISION= 2 CATEGORIES= x11 gnome *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 23:45:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CF7AA6D0; Fri, 20 Sep 2013 23:45:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BA01929F6; Fri, 20 Sep 2013 23:45:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KNj7mK075418; Fri, 20 Sep 2013 23:45:07 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KNitFk075273; Fri, 20 Sep 2013 23:44:55 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202344.r8KNitFk075273@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 23:44:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327778 - in head/x11-clocks: abclock aclock alarm-clock alltraxclock asclock asclock-gtk asclock-xlib astime astzclock bbdate bclock buici-clock cairo-clock dclock emiclock eyeclock gd... 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.14 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: Fri, 20 Sep 2013 23:45:08 -0000 Author: bapt Date: Fri Sep 20 23:44:55 2013 New Revision: 327778 URL: http://svnweb.freebsd.org/changeset/ports/327778 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: x11-clocks) Modified: head/x11-clocks/abclock/Makefile head/x11-clocks/aclock/Makefile head/x11-clocks/alarm-clock/Makefile head/x11-clocks/alltraxclock/Makefile head/x11-clocks/asclock-gtk/Makefile head/x11-clocks/asclock-xlib/Makefile head/x11-clocks/asclock/Makefile head/x11-clocks/astime/Makefile head/x11-clocks/astzclock/Makefile head/x11-clocks/bbdate/Makefile head/x11-clocks/bclock/Makefile head/x11-clocks/buici-clock/Makefile head/x11-clocks/cairo-clock/Makefile head/x11-clocks/dclock/Makefile head/x11-clocks/emiclock/Makefile head/x11-clocks/eyeclock/Makefile head/x11-clocks/gdesklets-clock/Makefile head/x11-clocks/gdesklets-countdown/Makefile head/x11-clocks/gdesklets-ebichuclock/Makefile head/x11-clocks/glclock/Makefile head/x11-clocks/gtubeclock/Makefile head/x11-clocks/intclock/Makefile head/x11-clocks/kdetoys4/Makefile head/x11-clocks/ktimer/Makefile head/x11-clocks/lmclock/Makefile head/x11-clocks/mlclock/Makefile head/x11-clocks/mouseclock/Makefile head/x11-clocks/oclock/Makefile head/x11-clocks/osdclock/Makefile head/x11-clocks/pclock/Makefile head/x11-clocks/plasma-applet-adjustableclock/Makefile head/x11-clocks/plasma-applet-geekclock/Makefile head/x11-clocks/rclock/Makefile head/x11-clocks/sanduhr/Makefile head/x11-clocks/stopwatch/Makefile head/x11-clocks/swisswatch/Makefile head/x11-clocks/t3d/Makefile head/x11-clocks/tclock/Makefile head/x11-clocks/tktz/Makefile head/x11-clocks/wmbday/Makefile head/x11-clocks/wmbinclock/Makefile head/x11-clocks/wmblueclock/Makefile head/x11-clocks/wmcalclock/Makefile head/x11-clocks/wmclock/Makefile head/x11-clocks/wmclockmon/Makefile head/x11-clocks/wmfishtime/Makefile head/x11-clocks/wmfuzzy/Makefile head/x11-clocks/wmitime/Makefile head/x11-clocks/wmtime/Makefile head/x11-clocks/wmtimer/Makefile head/x11-clocks/xalarm/Makefile head/x11-clocks/xclock/Makefile head/x11-clocks/xdaliclock/Makefile head/x11-clocks/xfce4-datetime-plugin/Makefile head/x11-clocks/xfce4-timer-out-plugin/Makefile head/x11-clocks/xfce4-timer-plugin/Makefile head/x11-clocks/xtimer/Makefile Modified: head/x11-clocks/abclock/Makefile ============================================================================== --- head/x11-clocks/abclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/abclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,9 +1,5 @@ -# New ports collection makefile for: abclock -# Date created: 15 August 2000 -# Whom: Chris D. Faulhaber -# +# Created by: Chris D. Faulhaber # $FreeBSD$ -# PORTNAME= abclock PORTVERSION= 1.0d @@ -20,6 +16,7 @@ MAKE_ARGS= CC="${CC}" OPT="${CFLAGS}" USE_XORG= x11 xau xdmcp +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/abclock ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/abc_img ${PREFIX}/bin Modified: head/x11-clocks/aclock/Makefile ============================================================================== --- head/x11-clocks/aclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/aclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,9 +1,5 @@ -# New ports collection makefile for: aclock -# Date created: 6 Oct 2006 -# Whom: gurkan@phys.ethz.ch -# +# Created by: gurkan@phys.ethz.ch # $FreeBSD$ -# PORTNAME= aclock PORTVERSION= 0.4.0 @@ -24,4 +20,5 @@ USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/${DISTNAME} +NO_STAGE= yes .include Modified: head/x11-clocks/alarm-clock/Makefile ============================================================================== --- head/x11-clocks/alarm-clock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/alarm-clock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -19,6 +19,7 @@ USES= gettext pathfix gmake pkgconfig USE_GSTREAMER= yes USE_GNOME= gtk20 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-clocks/alltraxclock/Makefile ============================================================================== --- head/x11-clocks/alltraxclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/alltraxclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -21,6 +21,7 @@ ALL_TARGET= alltraxclock.so PLIST_FILES= libexec/gkrellm2/plugins/alltraxclock.so WRKSRC= ${WRKDIR}/${PORTNAME}2_0.2/ +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|;s|-O2||;s|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile Modified: head/x11-clocks/asclock-gtk/Makefile ============================================================================== --- head/x11-clocks/asclock-gtk/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/asclock-gtk/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,9 +1,4 @@ -# New ports collection makefile for: asclock-gtk -# Date created: 16 March 1998 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= asclock-gtk PORTVERSION= 2.1.10 @@ -23,6 +18,7 @@ USE_XORG= x11 xt USE_GNOME= gtk12 HAS_CONFIGURE= yes +NO_STAGE= yes post-patch: ${FIND} ${WRKSRC} -name '*.orig' | ${XARGS} ${RM} Modified: head/x11-clocks/asclock-xlib/Makefile ============================================================================== --- head/x11-clocks/asclock-xlib/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/asclock-xlib/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,4 +1,3 @@ -# Created by: Jun Kuriyama # $FreeBSD$ PORTNAME= asclock-xlib @@ -22,6 +21,7 @@ IS_INTERACTIVE= YES HAS_CONFIGURE= YES .endif +NO_STAGE= yes .include post-patch: Modified: head/x11-clocks/asclock/Makefile ============================================================================== --- head/x11-clocks/asclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/asclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -22,6 +22,7 @@ USE_XORG= xpm xext x11 MAN1= asclock.1 PLIST_FILES= bin/asclock +NO_STAGE= yes pre-configure: (cd ${WRKSRC}; \ ${ECHO_CMD} ${ASCLOCK_LANG} | ${WRKSRC}/configure > /dev/null) Modified: head/x11-clocks/astime/Makefile ============================================================================== --- head/x11-clocks/astime/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/astime/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,9 +1,5 @@ -# New ports collection makefile for: astime -# Date created: 21 Nov 1998 -# Whom: Brian Handy -# +# Created by: Brian Handy # $FreeBSD$ -# PORTNAME= astime PORTVERSION= 2.8 @@ -23,4 +19,5 @@ INSTALL_TARGET= install install.man MAN1= astime.1 PLIST_FILES= bin/astime +NO_STAGE= yes .include Modified: head/x11-clocks/astzclock/Makefile ============================================================================== --- head/x11-clocks/astzclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/astzclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -15,6 +15,7 @@ USE_XORG= xpm MAN1= astzclock.1 PLIST_FILES= bin/astzclock +NO_STAGE= yes pre-configure: (cd ${WRKSRC}; \ ${ECHO_CMD} ${ASCLOCK_LANG} | ${WRKSRC}/configure > /dev/null) Modified: head/x11-clocks/bbdate/Makefile ============================================================================== --- head/x11-clocks/bbdate/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/bbdate/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbdate -# Date created: May 3 1999 -# Whom: Chris Piazza -# +# Created by: Chris Piazza # $FreeBSD$ -# PORTNAME= bbdate PORTVERSION= 0.2.4 @@ -21,6 +17,7 @@ PLIST_FILES= bin/bbdate share/bbtools/RE share/bbtools/bbdate.conf share/bbtools/bbdate.nobb \ share/bbtools/bbdate.style share/bbtools/bbtoolsrc.in +NO_STAGE= yes post-install: @${ECHO_CMD} "@unexec rmdir %D/share/bbtools 2>/dev/null || true" \ >> ${TMPPLIST} Modified: head/x11-clocks/bclock/Makefile ============================================================================== --- head/x11-clocks/bclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/bclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -18,4 +18,5 @@ MAN1= bclock.1 PLIST_FILES= bin/bclock \ lib/X11/app-defaults/Clock-color +NO_STAGE= yes .include Modified: head/x11-clocks/buici-clock/Makefile ============================================================================== --- head/x11-clocks/buici-clock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/buici-clock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -25,6 +25,7 @@ MAKE_JOBS_UNSAFE=yes MAN1= buici-clock.1 PLIST_FILES= bin/buici-clock +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|echo -e|echo| ; \ Modified: head/x11-clocks/cairo-clock/Makefile ============================================================================== --- head/x11-clocks/cairo-clock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/cairo-clock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes MAN1= cairo-clock.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-clocks/dclock/Makefile ============================================================================== --- head/x11-clocks/dclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/dclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -31,6 +31,7 @@ PLIST_FILES= bin/dclock \ PLIST_DIRS= %%DATADIR%%/sounds \ %%DATADIR%% +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSOX} Modified: head/x11-clocks/emiclock/Makefile ============================================================================== --- head/x11-clocks/emiclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/emiclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -23,6 +23,7 @@ EMICLOCKDIR= ${LOCALBASE}/lib/X11/EmiClo PORTDOCS= COPYRIGHT COPYRIGHT.en .endif +NO_STAGE= yes .include .if ${ARCH} != "i386" Modified: head/x11-clocks/eyeclock/Makefile ============================================================================== --- head/x11-clocks/eyeclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/eyeclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,9 +1,5 @@ -# New ports collection makefile for: EyeClock -# Date created: 4 September 1998 -# Whom: KIRIYAMA Kazuhiko -# +# Created by: KIRIYAMA Kazuhiko # $FreeBSD$ -# PORTNAME= eyeclock PORTVERSION= 2.0 @@ -22,6 +18,7 @@ USE_XORG= x11 xau xdmcp xpm xt ice MAN1= eyeclock.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s#gcc#${CC}#" ${WRKSRC}/Makefile Modified: head/x11-clocks/gdesklets-clock/Makefile ============================================================================== --- head/x11-clocks/gdesklets-clock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/gdesklets-clock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -23,6 +23,7 @@ NAME= Clock LANG= de fr pt sq sr sr@Latn sv +NO_STAGE= yes do-build: @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} @${PATCH} ${WRKSRC}/Clock/__init__.py < ${FILESDIR}/Clock::__init__.py Modified: head/x11-clocks/gdesklets-countdown/Makefile ============================================================================== --- head/x11-clocks/gdesklets-countdown/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/gdesklets-countdown/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gdesklets-countdown -# Date created: 06 January 2004 -# Whom: Vincent Tantardini -# +# Created by: Vincent Tantardini # $FreeBSD$ -# PORTNAME= countdown PORTVERSION= 0.8 @@ -29,6 +25,7 @@ SUB_LIST= NAME="${NAME}" DATADIR= ${PREFIX}/share/gdesklets NAME= Countdown +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR}/Displays/${NAME} ${INSTALL_DATA} ${WRKSRC}/*.display ${DATADIR}/Displays/${NAME} Modified: head/x11-clocks/gdesklets-ebichuclock/Makefile ============================================================================== --- head/x11-clocks/gdesklets-ebichuclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/gdesklets-ebichuclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gdesklets-ebichuclock -# Date created: 07 January 2004 -# Whom: Vincent Tantardini -# +# Created by: Vincent Tantardini # $FreeBSD$ -# PORTNAME= ebichuclock PORTVERSION= 0.1.1 @@ -29,6 +25,7 @@ SUB_LIST= NAME="${NAME}" DATADIR= ${PREFIX}/share/gdesklets NAME= ebichuclock +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR}/Displays/${NAME} ${INSTALL_DATA} ${WRKSRC}/*.display ${DATADIR}/Displays/${NAME} Modified: head/x11-clocks/glclock/Makefile ============================================================================== --- head/x11-clocks/glclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/glclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,9 +1,5 @@ -# New ports collection makefile for: glclock -# Date created: 20 September 1999 -# Whom: Randall Hopper -# +# Created by: Randall Hopper # $FreeBSD$ -# PORTNAME= glclock DISTVERSION= 6.0b6.0 @@ -47,6 +43,7 @@ PLIST_FILES+= lib/X11/glclock/${f} PLIST_DIRS= lib/X11/glclock +NO_STAGE= yes .include .if defined(WITH_OPTIMIZED_CFLAGS) Modified: head/x11-clocks/gtubeclock/Makefile ============================================================================== --- head/x11-clocks/gtubeclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/gtubeclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -15,4 +15,5 @@ USE_XORG= x11 GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack gtk20 libgnomeui +NO_STAGE= yes .include Modified: head/x11-clocks/intclock/Makefile ============================================================================== --- head/x11-clocks/intclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/intclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -16,6 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|$$zonedir/$$countryfile|/usr/share/misc/iso3166|' \ Modified: head/x11-clocks/kdetoys4/Makefile ============================================================================== --- head/x11-clocks/kdetoys4/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/kdetoys4/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -21,4 +21,5 @@ USE_XZ= yes MAN6= amor.6 +NO_STAGE= yes .include Modified: head/x11-clocks/ktimer/Makefile ============================================================================== --- head/x11-clocks/ktimer/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/ktimer/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -17,4 +17,5 @@ USE_KDE4= kdeprefix kdehier automoc4 kde USES= cmake:outsource USE_QT4= qmake_build moc_build rcc_build uic_build +NO_STAGE= yes .include Modified: head/x11-clocks/lmclock/Makefile ============================================================================== --- head/x11-clocks/lmclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/lmclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -15,6 +15,7 @@ USE_XORG= x11 xext PLIST_FILES= bin/lmclock +NO_STAGE= yes post-extract: @${TOUCH} ${WRKSRC}/lmclock.man Modified: head/x11-clocks/mlclock/Makefile ============================================================================== --- head/x11-clocks/mlclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/mlclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -17,6 +17,7 @@ USE_XORG= x11 xau xdmcp PLIST_FILES= bin/mlclock %%DATADIR%%/mlclockrc %%DATADIR%%/mlclockrc-kanji PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|^void main|int main| ; \ Modified: head/x11-clocks/mouseclock/Makefile ============================================================================== --- head/x11-clocks/mouseclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/mouseclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -14,6 +14,7 @@ COMMENT= Display the current time using USES= imake:notall USE_XORG= x11 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} Modified: head/x11-clocks/oclock/Makefile ============================================================================== --- head/x11-clocks/oclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/oclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -12,4 +12,5 @@ USE_XORG= x11 xmu xext xt xkbfile MAN1= oclock.1 +NO_STAGE= yes .include Modified: head/x11-clocks/osdclock/Makefile ============================================================================== --- head/x11-clocks/osdclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/osdclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,9 +1,5 @@ -# New ports collection makefile for: osdclock -# Date created: 2004-08-06 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ -# PORTNAME= osdclock PORTVERSION= 0.5 @@ -26,6 +22,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} PLIST_FILES= bin/osd_clock MAN1= osd_clock.1 +NO_STAGE= yes post-install: ${STRIP_CMD} ${PREFIX}/bin/osd_clock Modified: head/x11-clocks/pclock/Makefile ============================================================================== --- head/x11-clocks/pclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/pclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pclock -# Date created: 15 Apr 1999 -# Whom: Jim Mock -# +# Created by: Jim Mock # $FreeBSD$ -# PORTNAME= pclock PORTVERSION= 0.13.1 @@ -22,6 +18,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" INCDIR="-I. -I${LOCALBASE}/include ${CPPFLAGS}" \ LIBDIR="-L${LOCALBASE}/lib ${LDFLAGS}" +NO_STAGE= yes post-extract: cd ${WRKSRC} && ${RM} -f getopt* Modified: head/x11-clocks/plasma-applet-adjustableclock/Makefile ============================================================================== --- head/x11-clocks/plasma-applet-adjustableclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/plasma-applet-adjustableclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -19,4 +19,5 @@ USE_QT4= qmake_build moc_build rcc_build WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes .include Modified: head/x11-clocks/plasma-applet-geekclock/Makefile ============================================================================== --- head/x11-clocks/plasma-applet-geekclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/plasma-applet-geekclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,9 +1,4 @@ -# New ports collection makefile for: plasma-applet-geekclock -# Date Created: 2009-07-08 -# Whom: Jason E. Hale -# # $FreeBSD$ -# PORTNAME= geekclock PORTVERSION= 1.0 @@ -25,4 +20,5 @@ PLIST_FILES= lib/kde4/plasma_applet_geek share/apps/desktoptheme/default/widgets/geekclock.svgz \ share/kde4/services/plasma-applet-geekclock.desktop +NO_STAGE= yes .include Modified: head/x11-clocks/rclock/Makefile ============================================================================== --- head/x11-clocks/rclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/rclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,13 +1,5 @@ -# ex:ts=8 -# Ports collection Makefile for: rclock -# Date created: 24th Feburary 1997 -# Whom: obrien@NUXI.com -# +# Created by: obrien@NUXI.com # $FreeBSD$ -# -# If possible, please consider updating the simple ports/x11/rxvt-devel -# when you upgrade rxvt. These ports all use the same distfile. -# PORTNAME= rclock PORTVERSION= 2.7.10 @@ -28,6 +20,7 @@ PLIST_FILES= bin/rclock CPPFLAGS+= -DMAIL_SPOOL='\"/var/mail/\"' +NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ 's|^subdirs =.*$$|subdirs = rclock|g' ${WRKSRC}/Makefile.in Modified: head/x11-clocks/sanduhr/Makefile ============================================================================== --- head/x11-clocks/sanduhr/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/sanduhr/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -19,4 +19,5 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= sanduhr.1 +NO_STAGE= yes .include Modified: head/x11-clocks/stopwatch/Makefile ============================================================================== --- head/x11-clocks/stopwatch/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/stopwatch/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,9 +1,5 @@ -# New ports collection makefile for: stopwatch -# Date created: 28 August 2008 -# Whom: Edwin Groothuis -# +# Created by: Edwin Groothuis # $FreeBSD$ -# PORTNAME= stopwatch PORTVERSION= 3.5 @@ -22,6 +18,7 @@ NO_BUILD= yes PLIST_FILES= bin/stopwatch +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/stopwatch Modified: head/x11-clocks/swisswatch/Makefile ============================================================================== --- head/x11-clocks/swisswatch/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/swisswatch/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -15,4 +15,5 @@ USES= imake USE_XORG= ice sm x11 xext xmu xt MAN1= swisswatch.1 +NO_STAGE= yes .include Modified: head/x11-clocks/t3d/Makefile ============================================================================== --- head/x11-clocks/t3d/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/t3d/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -25,4 +25,5 @@ USE_XORG= x11 xext MAN1= t3d.1 PLIST_FILES= bin/t3d +NO_STAGE= yes .include Modified: head/x11-clocks/tclock/Makefile ============================================================================== --- head/x11-clocks/tclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/tclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -21,4 +21,5 @@ PLIST_FILES= bin/tclock LICENSE= GPLv1 LICENSE_FILE= ${WRKSRC}/COPYING +NO_STAGE= yes .include Modified: head/x11-clocks/tktz/Makefile ============================================================================== --- head/x11-clocks/tktz/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/tktz/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tktz -# Date created: 2 May 2006 -# Whom: Alexander Gromnizki -# +# Created by: Alexander Gromnizki # $FreeBSD$ -# PORTNAME= tktz PORTVERSION= 0.2 @@ -18,6 +14,7 @@ RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-too NO_BUILD= yes +NO_STAGE= yes do-install: @ ${MKDIR} ${PREFIX}/lib/tktz @ ${INSTALL_SCRIPT} ${WRKSRC}/tktz ${PREFIX}/lib/tktz Modified: head/x11-clocks/wmbday/Makefile ============================================================================== --- head/x11-clocks/wmbday/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/wmbday/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,7 +1,4 @@ -# New ports collection makefile for: wmbday -# Date created: 2004-01-06 -# Whom: Ulrich Spoerlein -# +# Created by: Ulrich Spoerlein # $FreeBSD$ PORTNAME= wmbday @@ -24,4 +21,5 @@ MAKE_ENV+= ${CONFIGURE_ENV} X11BASE=${LO MAN1= wmbday.1 MANCOMPRESSED= yes +NO_STAGE= yes .include Modified: head/x11-clocks/wmbinclock/Makefile ============================================================================== --- head/x11-clocks/wmbinclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/wmbinclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmBinClock -# Date created: 16 Mar 2003 -# Whom: Harold Gutch -# +# Created by: Harold Gutch # $FreeBSD$ -# PORTNAME= wmbinclock PORTVERSION= 0.3 @@ -18,6 +14,7 @@ PLIST_FILES= bin/wmBinClock USE_GMAKE= yes USE_XORG= xpm +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|#include ||' ${WRKSRC}/wmBinClock.c @${REINPLACE_CMD} -e 's|^CC.*=|CC ?=|' -e 's|^CFLAGS.*=|CFLAGS +=|' \ Modified: head/x11-clocks/wmblueclock/Makefile ============================================================================== --- head/x11-clocks/wmblueclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/wmblueclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmblueclock -# Date created: 25 Apr 2003 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= wmblueclock PORTVERSION= 0.0 @@ -21,6 +17,7 @@ USE_XORG= x11 xau xdmcp xext xpm MAN1= ${PORTNAME}.1 PLIST_FILES= bin/wmblueclock +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 Modified: head/x11-clocks/wmcalclock/Makefile ============================================================================== --- head/x11-clocks/wmcalclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/wmcalclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -22,6 +22,7 @@ MAN1= wmCalClock.1 OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/x11-clocks/wmclock/Makefile ============================================================================== --- head/x11-clocks/wmclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/wmclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -17,6 +17,7 @@ MAN1= wmclock.1 PLIST_FILES= bin/wmclock WMCLOCK_LANG?= english +NO_STAGE= yes pre-configure: (cd ${WRKSRC}; \ ${WRKSRC}/configure --lang ${WMCLOCK_LANG} > /dev/null ) Modified: head/x11-clocks/wmclockmon/Makefile ============================================================================== --- head/x11-clocks/wmclockmon/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/wmclockmon/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmclockmon -# Date created: Sat Sep 21 01:48:10 EDT 2002 -# Whom: pat -# +# Created by: pat # $FreeBSD$ -# PORTNAME= wmclockmon PORTVERSION= 0.8.1 @@ -20,6 +16,7 @@ GNU_CONFIGURE= yes MAN1= wmclockmon.1 wmclockmon-config.1 wmclockmon-cal.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g' \ ${WRKSRC}/wmclockmon-config/Makefile.in Modified: head/x11-clocks/wmfishtime/Makefile ============================================================================== --- head/x11-clocks/wmfishtime/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/wmfishtime/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmfishtime -# Date created: 31 March 2001 -# Whom: Anders Nordby -# +# Created by: Anders Nordby # $FreeBSD$ -# PORTNAME= wmfishtime PORTVERSION= 1.24 @@ -25,6 +21,7 @@ MAKE_ARGS+= CFLAGS="${CPPFLAGS} ${CFLAGS PLIST_FILES= bin/wmfishtime MAN1= wmfishtime.1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -E -e "s@1\.23@1\.24@g" ${WRKSRC}/fishmon.c ${WRKSRC}/wmfishtime.1 Modified: head/x11-clocks/wmfuzzy/Makefile ============================================================================== --- head/x11-clocks/wmfuzzy/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/wmfuzzy/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmfuzzy -# Date created: 4 August 2002 -# Whom: Adam Weinberger -# +# Created by: Adam Weinberger # $FreeBSD$ -# PORTNAME= wmfuzzy PORTVERSION= 0.7.1 @@ -22,6 +18,7 @@ USE_XORG= xpm PORTDOCS= README PLIST_FILES= bin/wmfuzzy +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmfuzzy ${PREFIX}/bin .if !defined(NOPORTDOCS) Modified: head/x11-clocks/wmitime/Makefile ============================================================================== --- head/x11-clocks/wmitime/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/wmitime/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -16,4 +16,5 @@ PLIST_FILES= bin/wmitime USE_XORG= xpm USE_CSTD= gnu89 +NO_STAGE= yes .include Modified: head/x11-clocks/wmtime/Makefile ============================================================================== --- head/x11-clocks/wmtime/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/wmtime/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/wmtime.app/wmtime USES= imake USE_XORG= xpm +NO_STAGE= yes post-extract: ${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile Modified: head/x11-clocks/wmtimer/Makefile ============================================================================== --- head/x11-clocks/wmtimer/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/wmtimer/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -23,6 +23,7 @@ USE_GNOME= gtk20 MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/wmtimer ${PREFIX}/bin .ifndef(NOPORTDOCS) Modified: head/x11-clocks/xalarm/Makefile ============================================================================== --- head/x11-clocks/xalarm/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/xalarm/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -17,6 +17,7 @@ IS_INTERACTIVE= yes MAN1= xalarm.1 xmemo.1 xfortune.1 xyow.1 +NO_STAGE= yes pre-install: (cd ${WRKSRC} ; ${CP} XAlarm.ad XAlarm-color.ad) Modified: head/x11-clocks/xclock/Makefile ============================================================================== --- head/x11-clocks/xclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/xclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -14,4 +14,5 @@ USES= iconv MAN1= xclock.1 +NO_STAGE= yes .include Modified: head/x11-clocks/xdaliclock/Makefile ============================================================================== --- head/x11-clocks/xdaliclock/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/xdaliclock/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xdaliclock -# Date created: 10th February 1995 -# Whom: gpalmer -# +# Created by: gpalmer # $FreeBSD$ -# PORTNAME= xdaliclock PORTVERSION= 2.39 @@ -21,4 +17,5 @@ USE_XORG= xt sm ice xext x11 MAN1= xdaliclock.1 PLIST_FILES= bin/xdaliclock +NO_STAGE= yes .include Modified: head/x11-clocks/xfce4-datetime-plugin/Makefile ============================================================================== --- head/x11-clocks/xfce4-datetime-plugin/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/xfce4-datetime-plugin/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -20,4 +20,5 @@ USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel USES= pkgconfig gettext +NO_STAGE= yes .include Modified: head/x11-clocks/xfce4-timer-out-plugin/Makefile ============================================================================== --- head/x11-clocks/xfce4-timer-out-plugin/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/xfce4-timer-out-plugin/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -1,6 +1,5 @@ # Created by: Martin Wilke (miwi@FreeBSD.org) # $FreeBSD$ -# PORTNAME= xfce4-time-out-plugin PORTVERSION= 1.0.1 @@ -21,4 +20,5 @@ GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel +NO_STAGE= yes .include Modified: head/x11-clocks/xfce4-timer-plugin/Makefile ============================================================================== --- head/x11-clocks/xfce4-timer-plugin/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/xfce4-timer-plugin/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -19,4 +19,5 @@ USE_GNOME= glib20 gtk20 intltool intlhac USE_XFCE= configenv libmenu libutil panel USES= pkgconfig gettext +NO_STAGE= yes .include Modified: head/x11-clocks/xtimer/Makefile ============================================================================== --- head/x11-clocks/xtimer/Makefile Fri Sep 20 23:43:19 2013 (r327777) +++ head/x11-clocks/xtimer/Makefile Fri Sep 20 23:44:55 2013 (r327778) @@ -16,4 +16,5 @@ USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xtimer.1 PLIST_FILES= bin/xtimer +NO_STAGE= yes .include From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 23:48:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D00C2865; Fri, 20 Sep 2013 23:48:51 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B900E2A25; Fri, 20 Sep 2013 23:48:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KNmpxZ077838; Fri, 20 Sep 2013 23:48:51 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KNme83077683; Fri, 20 Sep 2013 23:48:40 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202348.r8KNme83077683@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 23:48:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327779 - in head/x11-drivers: input-wacom xf86-input-acecad xf86-input-egalax xf86-input-elographics xf86-input-fpit xf86-input-hyperpen xf86-input-joystick xf86-input-keyboard xf86-in... 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.14 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: Fri, 20 Sep 2013 23:48:52 -0000 Author: bapt Date: Fri Sep 20 23:48:39 2013 New Revision: 327779 URL: http://svnweb.freebsd.org/changeset/ports/327779 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: x11-drivers) Modified: head/x11-drivers/input-wacom/Makefile head/x11-drivers/xf86-input-acecad/Makefile head/x11-drivers/xf86-input-egalax/Makefile head/x11-drivers/xf86-input-elographics/Makefile head/x11-drivers/xf86-input-fpit/Makefile head/x11-drivers/xf86-input-hyperpen/Makefile head/x11-drivers/xf86-input-joystick/Makefile head/x11-drivers/xf86-input-keyboard/Makefile head/x11-drivers/xf86-input-magictouch/Makefile head/x11-drivers/xf86-input-mouse/Makefile head/x11-drivers/xf86-input-mutouch/Makefile head/x11-drivers/xf86-input-penmount/Makefile head/x11-drivers/xf86-input-synaptics/Makefile head/x11-drivers/xf86-input-vmmouse/Makefile head/x11-drivers/xf86-input-void/Makefile head/x11-drivers/xf86-video-apm/Makefile head/x11-drivers/xf86-video-ark/Makefile head/x11-drivers/xf86-video-ati/Makefile head/x11-drivers/xf86-video-chips/Makefile head/x11-drivers/xf86-video-cirrus/Makefile head/x11-drivers/xf86-video-cyrix/Makefile head/x11-drivers/xf86-video-dummy/Makefile head/x11-drivers/xf86-video-fbdev/Makefile head/x11-drivers/xf86-video-glint/Makefile head/x11-drivers/xf86-video-i128/Makefile head/x11-drivers/xf86-video-i740/Makefile head/x11-drivers/xf86-video-imstt/Makefile head/x11-drivers/xf86-video-intel/Makefile head/x11-drivers/xf86-video-mach64/Makefile head/x11-drivers/xf86-video-mga/Makefile head/x11-drivers/xf86-video-neomagic/Makefile head/x11-drivers/xf86-video-newport/Makefile head/x11-drivers/xf86-video-nouveau/Makefile head/x11-drivers/xf86-video-nv/Makefile head/x11-drivers/xf86-video-openchrome/Makefile head/x11-drivers/xf86-video-r128/Makefile head/x11-drivers/xf86-video-radeonhd/Makefile head/x11-drivers/xf86-video-rdc/Makefile head/x11-drivers/xf86-video-rendition/Makefile head/x11-drivers/xf86-video-s3/Makefile head/x11-drivers/xf86-video-s3virge/Makefile head/x11-drivers/xf86-video-savage/Makefile head/x11-drivers/xf86-video-siliconmotion/Makefile head/x11-drivers/xf86-video-sis-intel/Makefile head/x11-drivers/xf86-video-sis/Makefile head/x11-drivers/xf86-video-sunffb/Makefile head/x11-drivers/xf86-video-tdfx/Makefile head/x11-drivers/xf86-video-tga/Makefile head/x11-drivers/xf86-video-trident/Makefile head/x11-drivers/xf86-video-tseng/Makefile head/x11-drivers/xf86-video-vesa/Makefile head/x11-drivers/xf86-video-via/Makefile head/x11-drivers/xf86-video-vmware/Makefile head/x11-drivers/xf86-video-voodoo/Makefile head/x11-drivers/xorg-drivers/Makefile Modified: head/x11-drivers/input-wacom/Makefile ============================================================================== --- head/x11-drivers/input-wacom/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/input-wacom/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -1,9 +1,5 @@ -# New ports collection makefile for: input-wacom -# Date Created: 24 Oct 2008 -# Whom: Dominic Fandrey -# +# Created by: Dominic Fandrey # $FreeBSD$ -# PORTNAME= input-wacom PORTVERSION= ${KLD_VERSION}.${WACOM_VERSION:C/-/./g} @@ -54,6 +50,7 @@ MAKE_ARGS+= UDEV_CFLAGS="" OPTIONS_DEFINE= UWACOMKLD UWACOMKLD_DESC= Install USB kernel module (not supported on 8.x) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MUWACOMKLD} Modified: head/x11-drivers/xf86-input-acecad/Makefile ============================================================================== --- head/x11-drivers/xf86-input-acecad/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-input-acecad/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -10,4 +10,5 @@ COMMENT= X.Org acecad input driver XORG_CAT= driver MAN4= acecad.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-input-egalax/Makefile ============================================================================== --- head/x11-drivers/xf86-input-egalax/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-input-egalax/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xf86-input-egalax -# Date Created: 2 June 2010 -# Whom: Gleb Smirnoff -# +# Created by: Gleb Smirnoff # $FreeBSD$ -# PORTNAME= xf86-input-egalax PORTVERSION= 0.2 @@ -18,6 +14,7 @@ LICENSE= BSD XORG_CAT= driver MAN4= egalax.4x +NO_STAGE= yes .include .if ${OSVERSION} < 800505 Modified: head/x11-drivers/xf86-input-elographics/Makefile ============================================================================== --- head/x11-drivers/xf86-input-elographics/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-input-elographics/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -19,4 +19,5 @@ ELO_VERSION= 1.2.4 ELO_REVISION= 0 .endif +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-input-fpit/Makefile ============================================================================== --- head/x11-drivers/xf86-input-fpit/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-input-fpit/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -16,4 +16,5 @@ MAN4= fpit.4x IGNORE= does not build with X server 1.7.7 .endif +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-input-hyperpen/Makefile ============================================================================== --- head/x11-drivers/xf86-input-hyperpen/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-input-hyperpen/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -19,4 +19,5 @@ HYPERREVISION= 6 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_xf86HyperPen.c .endif +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-input-joystick/Makefile ============================================================================== --- head/x11-drivers/xf86-input-joystick/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-input-joystick/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -19,6 +19,7 @@ JOYVER= 1.5.0 JOYREVISION= 1 .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in Modified: head/x11-drivers/xf86-input-keyboard/Makefile ============================================================================== --- head/x11-drivers/xf86-input-keyboard/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-input-keyboard/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -11,4 +11,5 @@ XORG_CAT= driver USE_XORG= kbproto MAN4= kbd.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-input-magictouch/Makefile ============================================================================== --- head/x11-drivers/xf86-input-magictouch/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-input-magictouch/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -14,4 +14,5 @@ XORG_CAT= driver MAN4= magictouch.4x USE_AUTOTOOLS= libtool +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-input-mouse/Makefile ============================================================================== --- head/x11-drivers/xf86-input-mouse/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-input-mouse/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -11,4 +11,5 @@ XORG_CAT= driver USES= pathfix MAN4= mousedrv.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-input-mutouch/Makefile ============================================================================== --- head/x11-drivers/xf86-input-mutouch/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-input-mutouch/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -16,4 +16,5 @@ IGNORE= does not build with xorg-server .endif +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-input-penmount/Makefile ============================================================================== --- head/x11-drivers/xf86-input-penmount/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-input-penmount/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -19,4 +19,5 @@ PEN_VERSION= 1.4.1 PEN_REVISION= 1 .endif +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-input-synaptics/Makefile ============================================================================== --- head/x11-drivers/xf86-input-synaptics/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-input-synaptics/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -13,6 +13,7 @@ CONFLICTS= synaptics-[0-9]* OPTIONS_DEFINE= HAL OPTIONS_DEFAULT=HAL +NO_STAGE= yes .include USES= pathfix Modified: head/x11-drivers/xf86-input-vmmouse/Makefile ============================================================================== --- head/x11-drivers/xf86-input-vmmouse/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-input-vmmouse/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -26,4 +26,5 @@ PLIST_SUB+= NEW="" PLIST_SUB+= NEW="@comment " .endif +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-input-void/Makefile ============================================================================== --- head/x11-drivers/xf86-input-void/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-input-void/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -20,4 +20,5 @@ VOID_REVISION= 0 .endif +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-apm/Makefile ============================================================================== --- head/x11-drivers/xf86-video-apm/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-apm/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -10,4 +10,5 @@ COMMENT= X.Org apm display driver XORG_CAT= driver MAN4= apm.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-ark/Makefile ============================================================================== --- head/x11-drivers/xf86-video-ark/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-ark/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -9,4 +9,5 @@ COMMENT= X.Org ark display driver XORG_CAT= driver +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-ati/Makefile ============================================================================== --- head/x11-drivers/xf86-video-ati/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-ati/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -14,4 +14,5 @@ MAN4= ati.4x radeon.4x CONFIGURE_ARGS+=--disable-kms +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-chips/Makefile ============================================================================== --- head/x11-drivers/xf86-video-chips/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-chips/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -10,4 +10,5 @@ COMMENT= X.Org chips display driver XORG_CAT= driver MAN4= chips.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-cirrus/Makefile ============================================================================== --- head/x11-drivers/xf86-video-cirrus/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-cirrus/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -10,4 +10,5 @@ COMMENT= X.Org cirrus display driver XORG_CAT= driver MAN4= cirrus.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-cyrix/Makefile ============================================================================== --- head/x11-drivers/xf86-video-cyrix/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-cyrix/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -14,4 +14,5 @@ XORG_CAT= driver USE_XORG= xextproto xf86dgaproto MAN4= cyrix.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-dummy/Makefile ============================================================================== --- head/x11-drivers/xf86-video-dummy/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-dummy/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -10,4 +10,5 @@ COMMENT= X.Org dummy display driver XORG_CAT= driver USE_XORG= xf86dgaproto +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-fbdev/Makefile ============================================================================== --- head/x11-drivers/xf86-video-fbdev/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-fbdev/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -11,4 +11,5 @@ COMMENT= X.Org fbdev display driver XORG_CAT= driver MAN4= fbdev.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-glint/Makefile ============================================================================== --- head/x11-drivers/xf86-video-glint/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-glint/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -13,4 +13,5 @@ XORG_CAT= driver USE_XORG= xf86driproto xf86dgaproto glproto MAN4= glint.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-i128/Makefile ============================================================================== --- head/x11-drivers/xf86-video-i128/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-i128/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -10,4 +10,5 @@ COMMENT= X.Org i128 display driver XORG_CAT= driver MAN4= i128.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-i740/Makefile ============================================================================== --- head/x11-drivers/xf86-video-i740/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-i740/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -10,4 +10,5 @@ COMMENT= X.Org i740 display driver XORG_CAT= driver MAN4= i740.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-imstt/Makefile ============================================================================== --- head/x11-drivers/xf86-video-imstt/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-imstt/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -13,4 +13,5 @@ IGNORE= requires pciVideoPtr typedef XORG_CAT= driver MAN4= imstt.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-intel/Makefile ============================================================================== --- head/x11-drivers/xf86-video-intel/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-intel/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -25,6 +25,7 @@ USE_XORG= glproto \ MAN4= intel.4x +NO_STAGE= yes .include .if defined(WITH_NEW_XORG) Modified: head/x11-drivers/xf86-video-mach64/Makefile ============================================================================== --- head/x11-drivers/xf86-video-mach64/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-mach64/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -12,4 +12,5 @@ USE_GL= gl XORG_CAT= driver USE_XORG= glproto xf86driproto xf86miscproto +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-mga/Makefile ============================================================================== --- head/x11-drivers/xf86-video-mga/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-mga/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -14,6 +14,7 @@ XORG_CAT= driver USE_XORG= xf86driproto glproto MAN4= mga.4x +NO_STAGE= yes pre-patch: # ${REINPLACE_CMD} \ # -e 's|values.h|sys/limits.h|g' \ Modified: head/x11-drivers/xf86-video-neomagic/Makefile ============================================================================== --- head/x11-drivers/xf86-video-neomagic/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-neomagic/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -12,4 +12,5 @@ XORG_CAT= driver USE_XORG= xf86dgaproto MAN4= neomagic.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-newport/Makefile ============================================================================== --- head/x11-drivers/xf86-video-newport/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-newport/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -10,6 +10,7 @@ COMMENT= X.Org newport display driver XORG_CAT= driver MAN4= newport.4x +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|values.h|sys/limits.h|' \ -e 's|MAXSHORT|SHRT_MAX|g' \ Modified: head/x11-drivers/xf86-video-nouveau/Makefile ============================================================================== --- head/x11-drivers/xf86-video-nouveau/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-nouveau/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -19,6 +19,7 @@ MAN4= nouveau.4x # also doesn't work with mesa (libGL) version higher then 7.4.x IGNORE= Not supported, missing kernel support. use the nvidia driver. +NO_STAGE= yes post-configure: ${REINPLACE_CMD} '/NV_DRIVER_DATE/s/".*"/"${SNAPDATE}.${SNAPREV}"/' ${WRKSRC}/config.h Modified: head/x11-drivers/xf86-video-nv/Makefile ============================================================================== --- head/x11-drivers/xf86-video-nv/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-nv/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -11,4 +11,5 @@ COMMENT= X.Org nv display driver XORG_CAT= driver MAN4= nv.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-openchrome/Makefile ============================================================================== --- head/x11-drivers/xf86-video-openchrome/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-openchrome/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -17,4 +17,5 @@ MAKE_ARGS+= drivermandir=${LOCALBASE}/ma ONLY_FOR_ARCHS= amd64 i386 ia64 +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-r128/Makefile ============================================================================== --- head/x11-drivers/xf86-video-r128/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-r128/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -12,4 +12,5 @@ XORG_CAT= driver USE_XORG= glproto xf86driproto xf86miscproto xineramaproto MAN4= r128.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-radeonhd/Makefile ============================================================================== --- head/x11-drivers/xf86-video-radeonhd/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-radeonhd/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -19,6 +19,7 @@ CONFLICTS= xf86-video-radeonhd-devel-[0- MAN4= radeonhd.4x +NO_STAGE= yes .include .if ${PORT_OPTIONS:MUTILS} Modified: head/x11-drivers/xf86-video-rdc/Makefile ============================================================================== --- head/x11-drivers/xf86-video-rdc/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-rdc/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -17,6 +17,7 @@ USE_XORG= xvmc xf86driproto xextproto x1 IGNORE= does not build with X server 1.12 .endif +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/lib/xorg/modules/drivers ${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/rdc_drv.so \ Modified: head/x11-drivers/xf86-video-rendition/Makefile ============================================================================== --- head/x11-drivers/xf86-video-rendition/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-rendition/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -11,4 +11,5 @@ COMMENT= X.Org rendition display driver XORG_CAT= driver MAN4= rendition.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-s3/Makefile ============================================================================== --- head/x11-drivers/xf86-video-s3/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-s3/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -10,4 +10,5 @@ COMMENT= X.Org s3 display driver XORG_CAT= driver MAN4= s3.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-s3virge/Makefile ============================================================================== --- head/x11-drivers/xf86-video-s3virge/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-s3virge/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -10,4 +10,5 @@ COMMENT= X.Org s3virge display driver XORG_CAT= driver MAN4= s3virge.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-savage/Makefile ============================================================================== --- head/x11-drivers/xf86-video-savage/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-savage/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -13,4 +13,5 @@ XORG_CAT= driver USE_XORG= xf86driproto glproto MAN4= savage.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-siliconmotion/Makefile ============================================================================== --- head/x11-drivers/xf86-video-siliconmotion/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-siliconmotion/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -10,4 +10,5 @@ COMMENT= X.Org siliconmotion display dri XORG_CAT= driver MAN4= siliconmotion.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-sis-intel/Makefile ============================================================================== --- head/x11-drivers/xf86-video-sis-intel/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-sis-intel/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -1,10 +1,5 @@ -# New ports collection makefile for: xf86-video-sis-intel -# Date Created: 30 May 2008 -# Whom: Alexey Illarionov -# Based on: x11-drivers/xf86-video-sis by flz@FreeBSD.org -# +# Created by: Alexey Illarionov # $FreeBSD$ -# PORTNAME= xf86-video-sis-intel PORTVERSION= 300407 @@ -27,4 +22,5 @@ XORG_CAT= driver USE_XORG= xf86dgaproto xf86driproto xineramaproto videoproto xf86miscproto xextproto glproto MAN4= sis.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-sis/Makefile ============================================================================== --- head/x11-drivers/xf86-video-sis/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-sis/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -15,4 +15,5 @@ XORG_CAT= driver USE_XORG= xf86dgaproto xf86driproto xineramaproto xf86miscproto glproto MAN4= sis.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-sunffb/Makefile ============================================================================== --- head/x11-drivers/xf86-video-sunffb/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-sunffb/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -15,4 +15,5 @@ USE_XORG= xf86driproto xextproto glproto MAN4= sunffb.4x ONLY_FOR_ARCHS= sparc64 +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-tdfx/Makefile ============================================================================== --- head/x11-drivers/xf86-video-tdfx/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-tdfx/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -14,4 +14,5 @@ XORG_CAT= driver USE_XORG= xf86driproto glproto MAN4= tdfx.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-tga/Makefile ============================================================================== --- head/x11-drivers/xf86-video-tga/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-tga/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -11,4 +11,5 @@ COMMENT= X.Org tga display driver XORG_CAT= driver USE_XORG= xf86dgaproto +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-trident/Makefile ============================================================================== --- head/x11-drivers/xf86-video-trident/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-trident/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -12,4 +12,5 @@ XORG_CAT= driver USE_XORG= xf86dgaproto MAN4= trident.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-tseng/Makefile ============================================================================== --- head/x11-drivers/xf86-video-tseng/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-tseng/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -11,4 +11,5 @@ COMMENT= X.Org tseng display driver XORG_CAT= driver MAN4= tseng.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-vesa/Makefile ============================================================================== --- head/x11-drivers/xf86-video-vesa/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-vesa/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -10,4 +10,5 @@ COMMENT= X.Org vesa display driver XORG_CAT= driver MAN4= vesa.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-via/Makefile ============================================================================== --- head/x11-drivers/xf86-video-via/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-via/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -16,6 +16,7 @@ USE_XORG= xvmc xf86driproto xextproto x1 MAN4= via.4x +NO_STAGE= yes .include .if ${ARCH} == "sparc64" Modified: head/x11-drivers/xf86-video-vmware/Makefile ============================================================================== --- head/x11-drivers/xf86-video-vmware/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-vmware/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -12,4 +12,5 @@ USE_XORG= xextproto xineramaproto videop MAN4= vmware.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xf86-video-voodoo/Makefile ============================================================================== --- head/x11-drivers/xf86-video-voodoo/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xf86-video-voodoo/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -12,4 +12,5 @@ XORG_CAT= driver USE_XORG= xf86dgaproto MAN4= voodoo.4x +NO_STAGE= yes .include Modified: head/x11-drivers/xorg-drivers/Makefile ============================================================================== --- head/x11-drivers/xorg-drivers/Makefile Fri Sep 20 23:44:55 2013 (r327778) +++ head/x11-drivers/xorg-drivers/Makefile Fri Sep 20 23:48:39 2013 (r327779) @@ -97,6 +97,7 @@ SUNFFB_DESC= Install sunffb video drive # these drivers have a different module name compared to the plugin they install QUIRKS= keyboard:kbd +NO_STAGE= yes .include # Manual add arch specific drivers so they be added to depend lines. From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 23:49:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B774794B; Fri, 20 Sep 2013 23:49:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A145F2A2D; Fri, 20 Sep 2013 23:49:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KNnl0L078748; Fri, 20 Sep 2013 23:49:47 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KNneuc078692; Fri, 20 Sep 2013 23:49:40 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202349.r8KNneuc078692@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 23:49:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327780 - in head/x11-fm: asfiles catseye-fm deforaos-browser dfm doublecmd emelfm2 ezfm filerunner gentoo gnome-commander2 gprename krusader2 mtoolsfm mucommander nautilus p5-PerlFM pb... 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.14 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: Fri, 20 Sep 2013 23:49:47 -0000 Author: bapt Date: Fri Sep 20 23:49:39 2013 New Revision: 327780 URL: http://svnweb.freebsd.org/changeset/ports/327780 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: x11-fm) Modified: head/x11-fm/asfiles/Makefile head/x11-fm/catseye-fm/Makefile head/x11-fm/deforaos-browser/Makefile head/x11-fm/dfm/Makefile head/x11-fm/doublecmd/Makefile head/x11-fm/emelfm2/Makefile head/x11-fm/ezfm/Makefile head/x11-fm/filerunner/Makefile head/x11-fm/gentoo/Makefile head/x11-fm/gnome-commander2/Makefile head/x11-fm/gprename/Makefile head/x11-fm/krusader2/Makefile head/x11-fm/mtoolsfm/Makefile head/x11-fm/mucommander/Makefile head/x11-fm/nautilus/Makefile head/x11-fm/p5-PerlFM/Makefile head/x11-fm/pbi-thumbnailer/Makefile head/x11-fm/pcmanfm/Makefile head/x11-fm/py-nautilus/Makefile head/x11-fm/qtfm/Makefile head/x11-fm/rodent/Makefile head/x11-fm/rox-filer/Makefile head/x11-fm/rox-mime-editor/Makefile head/x11-fm/rox-session/Makefile head/x11-fm/tdfsb/Makefile head/x11-fm/thunar-vfs/Makefile head/x11-fm/thunar/Makefile head/x11-fm/twander/Makefile head/x11-fm/ultracopier/Makefile head/x11-fm/worker/Makefile head/x11-fm/xcruise/Makefile head/x11-fm/xdiskusage/Makefile head/x11-fm/xfe/Makefile head/x11-fm/xfm/Makefile head/x11-fm/xnc/Makefile head/x11-fm/xplore/Makefile Modified: head/x11-fm/asfiles/Makefile ============================================================================== --- head/x11-fm/asfiles/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/asfiles/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ASFiles -# Date created: 17 August 1997 -# Whom: lukin@okbmei.msk.su -# +# Created by: lukin@okbmei.msk.su # $FreeBSD$ -# PORTNAME= asfiles PORTVERSION= 1.0 @@ -28,6 +24,7 @@ MAN3= regexp.3 CONFIGURE_ARGS+=--with-dnd-inc=${LOCALBASE}/include \ --with-dnd-lib=${LOCALBASE}/lib +NO_STAGE= yes post-install: ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/last-patch-aa ${INSTALL_DATA} ${WRKSRC}/src/Files.ad ${PREFIX}/lib/X11/app-defaults/ Modified: head/x11-fm/catseye-fm/Makefile ============================================================================== --- head/x11-fm/catseye-fm/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/catseye-fm/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -27,4 +27,5 @@ PLIST_FILES= bin/catseye-fm \ PLIST_DIRS= share/catseye-fm +NO_STAGE= yes .include Modified: head/x11-fm/deforaos-browser/Makefile ============================================================================== --- head/x11-fm/deforaos-browser/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/deforaos-browser/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -35,6 +35,7 @@ MAN1= browser.1 \ properties.1 \ view.1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \ ${WRKSRC}/data/pkgconfig.sh Modified: head/x11-fm/dfm/Makefile ============================================================================== --- head/x11-fm/dfm/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/dfm/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dfm -# Date created: 25 May 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= dfm PORTVERSION= 0.99.9 @@ -28,6 +24,7 @@ MAN1= dfm.1x MYPORTDOCS= ANNOUNCE BUGS COPYRIGHT CREDITS ChangeLog DOWNLOAD HELP.ERROR \ NO_WARRANTY README START TESTED TODO +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e \ 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure Modified: head/x11-fm/doublecmd/Makefile ============================================================================== --- head/x11-fm/doublecmd/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/doublecmd/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -42,6 +42,7 @@ OPTIONS_SINGLE_LCL= GTK2 QT4 OPTIONS_DEFAULT= GTK2 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGTK2} Modified: head/x11-fm/emelfm2/Makefile ============================================================================== --- head/x11-fm/emelfm2/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/emelfm2/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -30,6 +30,7 @@ THUMB_DESC= Thumbnail plugin TRACKER_DESC= Tracker-UI plugin HAL_DESC= Use HAL for automated device detection +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDEBUG} Modified: head/x11-fm/ezfm/Makefile ============================================================================== --- head/x11-fm/ezfm/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/ezfm/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -22,6 +22,7 @@ USES= gmake MAN1= ezfm.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ezfm ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/ezfm Modified: head/x11-fm/filerunner/Makefile ============================================================================== --- head/x11-fm/filerunner/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/filerunner/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -19,6 +19,7 @@ USE_TK_WRAPPER= yes PORTDOCS= FAQ HISTORY README *.txt +NO_STAGE= yes .include do-install: Modified: head/x11-fm/gentoo/Makefile ============================================================================== --- head/x11-fm/gentoo/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/gentoo/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -23,6 +23,7 @@ MAN1= gentoo.1 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include .if ${PORT_OPTIONS:MFAM} Modified: head/x11-fm/gnome-commander2/Makefile ============================================================================== --- head/x11-fm/gnome-commander2/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/gnome-commander2/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -34,6 +34,7 @@ INSTALLS_OMF= yes MAN1= gnome-commander.1 +NO_STAGE= yes pre-configure: cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -W none Modified: head/x11-fm/gprename/Makefile ============================================================================== --- head/x11-fm/gprename/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/gprename/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -25,6 +25,7 @@ NO_BUILD= yes MAN1= gprename.1 +NO_STAGE= yes post-extract: @${RM} -rf ${WRKSRC}/build Modified: head/x11-fm/krusader2/Makefile ============================================================================== --- head/x11-fm/krusader2/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/krusader2/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -16,4 +16,5 @@ USE_QT4= moc_build qmake_build rcc_build LATEST_LINK= ${PORTNAME}2 +NO_STAGE= yes .include Modified: head/x11-fm/mtoolsfm/Makefile ============================================================================== --- head/x11-fm/mtoolsfm/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/mtoolsfm/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -22,6 +22,7 @@ CONFIGURE_ARGS= --with-conffile="${PREFI MAN1= mtoolsfm.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|MToolsFM|mtoolsfm|g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${REINPLACE_CMD} -e \ Modified: head/x11-fm/mucommander/Makefile ============================================================================== --- head/x11-fm/mucommander/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/mucommander/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -22,6 +22,7 @@ PORTDOCS= readme.txt WRKSRC= ${WRKDIR}/muCommander-${PORTVERSION:S/./_/g} +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/mucommander.jar ${DATADIR} Modified: head/x11-fm/nautilus/Makefile ============================================================================== --- head/x11-fm/nautilus/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/nautilus/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -37,6 +37,7 @@ GCONF_SCHEMAS= apps_nautilus_preferences MAN1= nautilus-connect-server.1 nautilus-file-management-properties.1 \ nautilus.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|G_CONST_RETURN|const|g' \ ${WRKSRC}/eel/eel-*.[ch] \ Modified: head/x11-fm/p5-PerlFM/Makefile ============================================================================== --- head/x11-fm/p5-PerlFM/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/p5-PerlFM/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -27,4 +27,5 @@ USE_PERL5= configure MAN3= PerlFM.3 +NO_STAGE= yes .include Modified: head/x11-fm/pbi-thumbnailer/Makefile ============================================================================== --- head/x11-fm/pbi-thumbnailer/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/pbi-thumbnailer/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -17,4 +17,5 @@ MAKE_ENV= GCONF_CONFIG_SOURCE=${GCONF_CO GCONF_SCHEMAS= pbi-thumbnail.schemas +NO_STAGE= yes .include Modified: head/x11-fm/pcmanfm/Makefile ============================================================================== --- head/x11-fm/pcmanfm/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/pcmanfm/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -28,6 +28,7 @@ OPTIONS_SUB= yes NLS_USES= gettext +NO_STAGE= yes .include post-patch: Modified: head/x11-fm/py-nautilus/Makefile ============================================================================== --- head/x11-fm/py-nautilus/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/py-nautilus/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -26,6 +26,7 @@ CONFIGURE_ENV= PYTHON_VERSION="${PYTHON_ DOCSDIR= ${PREFIX}/share/doc/nautilus-python +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|[(]datadir[)]/doc/|(prefix)/share/doc/|g' \ ${WRKSRC}/examples/Makefile.in Modified: head/x11-fm/qtfm/Makefile ============================================================================== --- head/x11-fm/qtfm/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/qtfm/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -1,9 +1,5 @@ -# New ports collection makefile for: qtfm -# Date created: 2012-04-29 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD$ -# PORTNAME= qtfm DISTVERSION= 5.5 @@ -21,6 +17,7 @@ DOS2UNIX_REGEX= .*\.(h|cpp) USE_QT4= gui network qmake_build moc_build rcc_build \ imageformats_run +NO_STAGE= yes # Override -A option: FETCH_ARGS= -Fpr Modified: head/x11-fm/rodent/Makefile ============================================================================== --- head/x11-fm/rodent/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/rodent/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -31,6 +31,7 @@ PORTDOCS= * MAN1= fgr.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-fm/rox-filer/Makefile ============================================================================== --- head/x11-fm/rox-filer/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/rox-filer/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -24,6 +24,7 @@ HAS_CONFIGURE= yes MAN1= rox.1 +NO_STAGE= yes .include CONFIGURE_ENV= APP_DIR=${WRKSRC}/ROX-Filer Modified: head/x11-fm/rox-mime-editor/Makefile ============================================================================== --- head/x11-fm/rox-mime-editor/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/rox-mime-editor/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -16,6 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORT USE_BZIP2= yes USE_PYTHON= yes +NO_STAGE= yes do-build: @${PYTHON_CMD} -m compileall ${WRKSRC} @${PYTHON_CMD} -O -m compileall ${WRKSRC} Modified: head/x11-fm/rox-session/Makefile ============================================================================== --- head/x11-fm/rox-session/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/rox-session/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -31,6 +31,7 @@ GDM_DESC= Install GDM login manager SUB_FILES= ${PORTNAME} rox.desktop +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGDM} Modified: head/x11-fm/tdfsb/Makefile ============================================================================== --- head/x11-fm/tdfsb/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/tdfsb/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -29,6 +29,7 @@ LDFLAGS+= `${LOCALBASE}/bin/pkgconf --li `${LOCALBASE}/bin/smpeg-config --libs` \ -L ${LOCALBASE}/lib -lGLU -lglut +NO_STAGE= yes .include do-build: Modified: head/x11-fm/thunar-vfs/Makefile ============================================================================== --- head/x11-fm/thunar-vfs/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/thunar-vfs/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -33,6 +33,7 @@ OPTIONS_DEFAULT= NLS HAL DBUS STARTUP AP APIDOCS_DESC= Install api documentation STARTUP_DESC= Enable startup notification support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-fm/thunar/Makefile ============================================================================== --- head/x11-fm/thunar/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/thunar/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -41,6 +41,7 @@ CONFIGURE_ARGS+=--enable-gio-unix \ MAN1= Thunar.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDBUS} Modified: head/x11-fm/twander/Makefile ============================================================================== --- head/x11-fm/twander/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/twander/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -18,6 +18,7 @@ USE_PYTHON= yes MANCOMPRESSED= yes MAN1= twander.1 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} Modified: head/x11-fm/ultracopier/Makefile ============================================================================== --- head/x11-fm/ultracopier/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/ultracopier/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ultracopier -# Date created: Mon Aug 1 01:00:17 UTC 2011 -# Whom: Mario Sergio Fujikawa Ferreira -# +# Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ -# PORTNAME= ultracopier PORTVERSION= 0.2.0.16 @@ -34,6 +30,7 @@ PLIST_SUB= DESKTOPDIR=${DESKTOPDIR_WITHO DESKTOPDIR_WITHOUT_PREFIX= ${DESKTOPDIR:S,^${PREFIX}/,,} ICONS_DIR= share/icons/hicolor +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e 's|0\.2\.0\.15|0.2.0.16|; \ Modified: head/x11-fm/worker/Makefile ============================================================================== --- head/x11-fm/worker/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/worker/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -1,9 +1,5 @@ -# New ports collection makefile for: worker -# Date created: 14 March 2001 -# Whom: Simon Dick -# +# Created by: Simon Dick # $FreeBSD$ -# PORTNAME= worker PORTVERSION= 2.19.4 @@ -27,6 +23,7 @@ MAN1= worker.1 CFLAGS+= ${PTHREAD_CFLAGS} OPTIONS_DEFINE= XFT +NO_STAGE= yes .include .if ${PORT_OPTIONS:MXFT} Modified: head/x11-fm/xcruise/Makefile ============================================================================== --- head/x11-fm/xcruise/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/xcruise/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -14,6 +14,7 @@ USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xcruiser.1 +NO_STAGE= yes post-install: @${MKDIR} ${PREFIX}/share/doc/xcruise ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xcruise Modified: head/x11-fm/xdiskusage/Makefile ============================================================================== --- head/x11-fm/xdiskusage/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/xdiskusage/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -22,6 +22,7 @@ LDFLAGS+= `fltk-config --ldflags` PLIST_FILES= bin/xdiskusage MAN1= xdiskusage.1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '22,24d' ${WRKSRC}/Makefile Modified: head/x11-fm/xfe/Makefile ============================================================================== --- head/x11-fm/xfe/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/xfe/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -20,6 +20,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -pthread MAN1= xfe.1 xfi.1 xfp.1 xfv.1 xfw.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|/usr/local/share/xfe|${DATADIR}|g' \ ${WRKSRC}/src/XFileExplorer.cpp \ Modified: head/x11-fm/xfm/Makefile ============================================================================== --- head/x11-fm/xfm/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/xfm/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -16,4 +16,5 @@ USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xfm.1 xfmtype.1 +NO_STAGE= yes .include Modified: head/x11-fm/xnc/Makefile ============================================================================== --- head/x11-fm/xnc/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/xnc/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -13,6 +13,7 @@ COMMENT= File manager for X11 similar to LICENSE= GPLv2 +NO_STAGE= yes # xnc will use the following programs if you have them installed: #RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ # unzip:${PORTSDIR}/archivers/unzip \ Modified: head/x11-fm/xplore/Makefile ============================================================================== --- head/x11-fm/xplore/Makefile Fri Sep 20 23:48:39 2013 (r327779) +++ head/x11-fm/xplore/Makefile Fri Sep 20 23:49:39 2013 (r327780) @@ -19,6 +19,7 @@ CFLAGS+= -Wno-return-type MAN1= xplore.1 xploretype.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's| read| read dummy|g' ${WRKSRC}/system.xplorerc From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 23:51:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B8F14B62; Fri, 20 Sep 2013 23:51:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9CB882A64; Fri, 20 Sep 2013 23:51:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KNpYAo083348; Fri, 20 Sep 2013 23:51:34 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KNpFEV083217; Fri, 20 Sep 2013 23:51:15 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202351.r8KNpFEV083217@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 23:51:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327781 - in head/x11-fonts: andika anonymous-pro artwiz-aleczapka artwiz-aleczapka-de artwiz-aleczapka-se artwiz-fonts bdfresize bdftopcf bitstream-vera c64bdf cantarell-fonts charis c... 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.14 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: Fri, 20 Sep 2013 23:51:34 -0000 Author: bapt Date: Fri Sep 20 23:51:14 2013 New Revision: 327781 URL: http://svnweb.freebsd.org/changeset/ports/327781 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: x11-fonts) Modified: head/x11-fonts/andika/Makefile head/x11-fonts/anonymous-pro/Makefile head/x11-fonts/artwiz-aleczapka-de/Makefile head/x11-fonts/artwiz-aleczapka-se/Makefile head/x11-fonts/artwiz-aleczapka/Makefile head/x11-fonts/artwiz-fonts/Makefile head/x11-fonts/bdfresize/Makefile head/x11-fonts/bdftopcf/Makefile head/x11-fonts/bitstream-vera/Makefile head/x11-fonts/c64bdf/Makefile head/x11-fonts/cantarell-fonts/Makefile head/x11-fonts/charis-compact/Makefile head/x11-fonts/charis/Makefile head/x11-fonts/code2000/Makefile head/x11-fonts/code2001/Makefile head/x11-fonts/comfortaa-ttf/Makefile head/x11-fonts/consolamono-ttf/Makefile head/x11-fonts/croscorefonts-fonts-ttf/Makefile head/x11-fonts/cyberbit-ttfonts/Makefile head/x11-fonts/cyr-rfx/Makefile head/x11-fonts/dejavu/Makefile head/x11-fonts/dina/Makefile head/x11-fonts/doulos-compact/Makefile head/x11-fonts/doulos/Makefile head/x11-fonts/droid-fonts-ttf/Makefile head/x11-fonts/ecofont/Makefile head/x11-fonts/encodings/Makefile head/x11-fonts/etlfonts/Makefile head/x11-fonts/farsifonts/Makefile head/x11-fonts/fntsample/Makefile head/x11-fonts/font-adobe-100dpi/Makefile head/x11-fonts/font-adobe-75dpi/Makefile head/x11-fonts/font-adobe-utopia-100dpi/Makefile head/x11-fonts/font-adobe-utopia-75dpi/Makefile head/x11-fonts/font-adobe-utopia-type1/Makefile head/x11-fonts/font-alias/Makefile head/x11-fonts/font-arabic-misc/Makefile head/x11-fonts/font-bh-100dpi/Makefile head/x11-fonts/font-bh-75dpi/Makefile head/x11-fonts/font-bh-lucidatypewriter-100dpi/Makefile head/x11-fonts/font-bh-lucidatypewriter-75dpi/Makefile head/x11-fonts/font-bh-ttf/Makefile head/x11-fonts/font-bh-type1/Makefile head/x11-fonts/font-bitstream-100dpi/Makefile head/x11-fonts/font-bitstream-75dpi/Makefile head/x11-fonts/font-bitstream-speedo/Makefile head/x11-fonts/font-bitstream-type1/Makefile head/x11-fonts/font-cronyx-cyrillic/Makefile head/x11-fonts/font-cursor-misc/Makefile head/x11-fonts/font-daewoo-misc/Makefile head/x11-fonts/font-dec-misc/Makefile head/x11-fonts/font-gost/Makefile head/x11-fonts/font-ibm-type1/Makefile head/x11-fonts/font-isas-misc/Makefile head/x11-fonts/font-jis-misc/Makefile head/x11-fonts/font-manager/Makefile head/x11-fonts/font-micro-misc/Makefile head/x11-fonts/font-misc-cyrillic/Makefile head/x11-fonts/font-misc-ethiopic/Makefile head/x11-fonts/font-misc-meltho/Makefile head/x11-fonts/font-misc-misc/Makefile head/x11-fonts/font-mutt-misc/Makefile head/x11-fonts/font-schumacher-misc/Makefile head/x11-fonts/font-screen-cyrillic/Makefile head/x11-fonts/font-sony-misc/Makefile head/x11-fonts/font-sun-misc/Makefile head/x11-fonts/font-util/Makefile head/x11-fonts/font-winitzki-cyrillic/Makefile head/x11-fonts/font-xfree86-type1/Makefile head/x11-fonts/fontcacheproto/Makefile head/x11-fonts/fontconfig-reference/Makefile head/x11-fonts/fontconfig/Makefile head/x11-fonts/fontmatrix/Makefile head/x11-fonts/fonts-indic/Makefile head/x11-fonts/fonts-te/Makefile head/x11-fonts/fontsproto/Makefile head/x11-fonts/fonttosfnt/Makefile head/x11-fonts/freefont-ttf/Makefile head/x11-fonts/freefonts/Makefile head/x11-fonts/fslsfonts/Makefile head/x11-fonts/gbdfed/Makefile head/x11-fonts/geminifonts/Makefile head/x11-fonts/gentium-basic/Makefile head/x11-fonts/gentium-plus/Makefile head/x11-fonts/gfe/Makefile head/x11-fonts/gnu-unifont-ttf/Makefile head/x11-fonts/gnu-unifont/Makefile head/x11-fonts/gohufont/Makefile head/x11-fonts/hanazono-fonts-ttf/Makefile head/x11-fonts/inconsolata-ttf/Makefile head/x11-fonts/indic-ttf/Makefile head/x11-fonts/intlfonts/Makefile head/x11-fonts/isabella/Makefile head/x11-fonts/jmk-x11-fonts/Makefile head/x11-fonts/junicode/Makefile head/x11-fonts/kaputa/Makefile head/x11-fonts/khmeros/Makefile head/x11-fonts/lfpfonts-fix/Makefile head/x11-fonts/lfpfonts-var/Makefile head/x11-fonts/libFS/Makefile head/x11-fonts/libXfont/Makefile head/x11-fonts/libXfontcache/Makefile head/x11-fonts/libXft/Makefile head/x11-fonts/liberation-fonts-ttf/Makefile head/x11-fonts/libfontenc/Makefile head/x11-fonts/linux-f10-fontconfig/Makefile head/x11-fonts/linuxlibertine-g/Makefile head/x11-fonts/linuxlibertine/Makefile head/x11-fonts/lohit/Makefile head/x11-fonts/manu-gothica/Makefile head/x11-fonts/mgopen/Makefile head/x11-fonts/mkbold-mkitalic/Makefile head/x11-fonts/mkbold/Makefile head/x11-fonts/mkfontdir/Makefile head/x11-fonts/mkfontscale/Makefile head/x11-fonts/mkitalic/Makefile head/x11-fonts/mondulkiri/Makefile head/x11-fonts/montecarlo_fonts/Makefile head/x11-fonts/moveable-type-fonts/Makefile head/x11-fonts/nexfontsel/Makefile head/x11-fonts/nucleus/Makefile head/x11-fonts/p5-Font-AFM/Makefile head/x11-fonts/p5-Font-TTF/Makefile head/x11-fonts/p5-Font-TTFMetrics/Makefile head/x11-fonts/p5-type1inst/Makefile head/x11-fonts/padauk/Makefile head/x11-fonts/paratype/Makefile head/x11-fonts/pcf2bdf/Makefile head/x11-fonts/pingwi/Makefile head/x11-fonts/ppantsfonts/Makefile head/x11-fonts/profont/Makefile head/x11-fonts/proggy_fonts-ttf/Makefile head/x11-fonts/proggy_fonts/Makefile head/x11-fonts/roboto-fonts-ttf/Makefile head/x11-fonts/sgifonts/Makefile head/x11-fonts/sharefonts/Makefile head/x11-fonts/showfont/Makefile head/x11-fonts/sourcecodepro-ttf/Makefile head/x11-fonts/sourcesanspro-ttf/Makefile head/x11-fonts/stix-fonts/Makefile head/x11-fonts/suxus/Makefile head/x11-fonts/terminus-font/Makefile head/x11-fonts/texcm-ttf/Makefile head/x11-fonts/tkfont/Makefile head/x11-fonts/tmu/Makefile head/x11-fonts/ttmkfdir/Makefile head/x11-fonts/tv-fonts/Makefile head/x11-fonts/ubuntu-font/Makefile head/x11-fonts/urwfonts-ttf/Makefile head/x11-fonts/urwfonts/Makefile head/x11-fonts/webfonts/Makefile head/x11-fonts/wqy/Makefile head/x11-fonts/xf86bigfontproto/Makefile head/x11-fonts/xfontsel/Makefile head/x11-fonts/xfs/Makefile head/x11-fonts/xfsinfo/Makefile head/x11-fonts/xlsfonts/Makefile head/x11-fonts/xorg-fonts-100dpi/Makefile head/x11-fonts/xorg-fonts-75dpi/Makefile head/x11-fonts/xorg-fonts-cyrillic/Makefile head/x11-fonts/xorg-fonts-miscbitmaps/Makefile head/x11-fonts/xorg-fonts-truetype/Makefile head/x11-fonts/xorg-fonts-type1/Makefile head/x11-fonts/xorg-fonts/Makefile Modified: head/x11-fonts/andika/Makefile ============================================================================== --- head/x11-fonts/andika/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/andika/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -31,6 +31,7 @@ SUB_FILES= pkg-message DOCSLIST= FONTLOG.txt OFL-FAQ.txt README.txt PORTDOCS= ${DOCSLIST:C,^.*/,,} +NO_STAGE= yes .include do-configure: Modified: head/x11-fonts/anonymous-pro/Makefile ============================================================================== --- head/x11-fonts/anonymous-pro/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/anonymous-pro/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -1,9 +1,5 @@ -# New ports collection makefile for: anonymousPro -# Date Created: 14 Nov 2011 -# Whom: Norberto Lopes -# +# Created by: Norberto Lopes # $FreeBSD$ -# PORTNAME= anonymous-pro PORTVERSION= 1.002 @@ -31,6 +27,7 @@ SUB_FILES= pkg-message WRKSRC= ${WRKDIR}/${DISTNAME}.001 +NO_STAGE= yes do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} Modified: head/x11-fonts/artwiz-aleczapka-de/Makefile ============================================================================== --- head/x11-fonts/artwiz-aleczapka-de/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/artwiz-aleczapka-de/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -1,7 +1,4 @@ -# New ports collection makefile for: artwiz-aleczapka-de -# Date created: 2004-08-28 -# Whom: Herbert J. Skuhra -# +# Created by: Herbert J. Skuhra # $FreeBSD$ PORTNAME= artwiz-aleczapka-de @@ -24,6 +21,7 @@ FONTDIR= ${LOCALBASE}/lib/X11/fonts/${PO FILES= ${FONTS:S,$,.pcf,} ${WRKSRC}/fonts.alias \ ${WRKSRC}/fonts.dir +NO_STAGE= yes .include do-install: Modified: head/x11-fonts/artwiz-aleczapka-se/Makefile ============================================================================== --- head/x11-fonts/artwiz-aleczapka-se/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/artwiz-aleczapka-se/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -1,7 +1,4 @@ -# New ports collection makefile for: artwiz-aleczapka-de -# Date created: 2004-08-28 -# Whom: Herbert J. Skuhra -# +# Created by: Herbert J. Skuhra # $FreeBSD$ PORTNAME= artwiz-aleczapka-se @@ -23,6 +20,7 @@ FONTS= anorexia.se aqui.se cure.se drift FONTDIR= ${LOCALBASE}/lib/X11/fonts/${PORTNAME}/ FILES= ${FONTS:S,$,.pcf,} ${WRKSRC}/fonts.alias ${WRKSRC}/fonts.dir +NO_STAGE= yes .include do-install: Modified: head/x11-fonts/artwiz-aleczapka/Makefile ============================================================================== --- head/x11-fonts/artwiz-aleczapka/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/artwiz-aleczapka/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -21,6 +21,7 @@ FONTDIR= ${LOCALBASE}/lib/X11/fonts/${PO FILES= ${FONTS:S,$,.pcf,} ${WRKSRC}/fonts.alias \ ${WRKSRC}/fonts.cache-1 ${WRKSRC}/fonts.dir +NO_STAGE= yes .include do-install: Modified: head/x11-fonts/artwiz-fonts/Makefile ============================================================================== --- head/x11-fonts/artwiz-fonts/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/artwiz-fonts/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -22,6 +22,7 @@ FONTS= anorexia aqui cure cursor drift FONTDIR= ${LOCALBASE}/lib/X11/fonts/${PORTNAME}/ FILES= ${FONTS:S,$,.pcf.gz,} ${FILESDIR}/fonts.dir +NO_STAGE= yes .include do-install: Modified: head/x11-fonts/bdfresize/Makefile ============================================================================== --- head/x11-fonts/bdfresize/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/bdfresize/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bdfresize -# Date created: 1 April 2001 -# Whom: Yoshihiko Sarumaru -# +# Created by: Yoshihiko Sarumaru # $FreeBSD$ -# PORTNAME= bdfresize PORTVERSION= 1.5 @@ -18,4 +14,5 @@ GNU_CONFIGURE= yes MAN1= bdfresize.1 PLIST_FILES= bin/bdfresize +NO_STAGE= yes .include Modified: head/x11-fonts/bdftopcf/Makefile ============================================================================== --- head/x11-fonts/bdftopcf/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/bdftopcf/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -14,4 +14,5 @@ USE_XORG= xfont PLIST_FILES= bin/bdftopcf MAN1= bdftopcf.1 +NO_STAGE= yes .include Modified: head/x11-fonts/bitstream-vera/Makefile ============================================================================== --- head/x11-fonts/bitstream-vera/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/bitstream-vera/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -1,10 +1,6 @@ -# New ports collection makefile for: Bitstream Vera Font Family -# Date created: February 18 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11-fonts/bitstream-vera/Makefile,v 1.2 2005/10/14 20:39:59 adamw Exp $ -# PORTNAME= bitstream-vera PORTVERSION= 1.10 @@ -36,6 +32,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message FONTNAME= ${PORTNAME} FONTSDIR?= ${PREFIX}/lib/X11/fonts/${FONTNAME} +NO_STAGE= yes .include .SILENT: Modified: head/x11-fonts/c64bdf/Makefile ============================================================================== --- head/x11-fonts/c64bdf/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/c64bdf/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -1,9 +1,5 @@ -# New ports collection makefile for: c64-bdf -# Date created: 20/02/2008 -# Whom: Marcin Cieslak -# +# Created by: Marcin Cieslak # $FreeBSD$ -# PORTNAME= c64bdf PORTVERSION= 1.0 @@ -24,6 +20,7 @@ FILES= ${FONTS:S,$,.bdf,} fonts.dir PLIST_FILES= ${FILES:S,^,${FONTDIR}/,} PLIST_DIRS= ${FONTDIR} +NO_STAGE= yes .include do-install: Modified: head/x11-fonts/cantarell-fonts/Makefile ============================================================================== --- head/x11-fonts/cantarell-fonts/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/cantarell-fonts/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -19,6 +19,7 @@ CONFIGURE_ARGS= --with-configdir=${PREFI FONTSDIR= share/fonts/cantarell PLIST_SUB= FONTSDIR=${FONTSDIR} +NO_STAGE= yes post-install: @${LOCALBASE}/bin/fc-cache -f -v ${PREFIX}/${FONTSDIR} Modified: head/x11-fonts/charis-compact/Makefile ============================================================================== --- head/x11-fonts/charis-compact/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/charis-compact/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -32,6 +32,7 @@ USE_TGZ= yes #prevent bsd.xorg.mk from s PLIST_FILES+= ${FONTROOTDIR:S/${PREFIX}\///}/${FONTDIR}/${PORTNAME}-${type}.ttf .endfor +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/x11-fonts/charis/Makefile ============================================================================== --- head/x11-fonts/charis/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/charis/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -29,6 +29,7 @@ USE_TGZ= yes #prevent bsd.xorg.mk from s PLIST_FILES+= ${FONTROOTDIR:S/${PREFIX}\///}/${FONTDIR}/${PORTNAME}-${type}.ttf .endfor +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/x11-fonts/code2000/Makefile ============================================================================== --- head/x11-fonts/code2000/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/code2000/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -33,6 +33,7 @@ FCCACHE_CMD= ${LOCALBASE}/bin/fc-cache - post-extract: move-fonts rename-license +NO_STAGE= yes move-fonts: ${MKDIR} ${WRKSRC} ${MV} ${WRKDIR}/CODE2000.TTF ${WRKSRC}/${FONTNAME}.ttf Modified: head/x11-fonts/code2001/Makefile ============================================================================== --- head/x11-fonts/code2001/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/code2001/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -24,6 +24,7 @@ MKFONTSCL_CMD= ${LOCALBASE}/bin/mkfontsc MKFONTDIR_CMD= ${LOCALBASE}/bin/mkfontdir FCCACHE_CMD= ${LOCALBASE}/bin/fc-cache -f -v +NO_STAGE= yes post-extract: @${MKDIR} ${WRKSRC}/ @${MV} ${WRKDIR}/CODE2001.TTF ${WRKSRC}/${FONTNAME}.ttf Modified: head/x11-fonts/comfortaa-ttf/Makefile ============================================================================== --- head/x11-fonts/comfortaa-ttf/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/comfortaa-ttf/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -26,6 +26,7 @@ SUB_FILES= pkg-message SUB_LIST= FONTDIR=${FONTDIR} WRKSRC= ${WRKDIR}/Comfortaa +NO_STAGE= yes do-build: @cd ${WRKSRC}/ && \ ${LOCALBASE}/bin/mkfontscale && \ Modified: head/x11-fonts/consolamono-ttf/Makefile ============================================================================== --- head/x11-fonts/consolamono-ttf/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/consolamono-ttf/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -26,6 +26,7 @@ SUB_FILES= pkg-message SUB_LIST= FONTDIR=${FONTDIR} WRKSRC= ${WRKDIR}/Consola\ Mono +NO_STAGE= yes do-build: @cd ${WRKSRC}/ && \ ${LOCALBASE}/bin/mkfontscale && \ Modified: head/x11-fonts/croscorefonts-fonts-ttf/Makefile ============================================================================== --- head/x11-fonts/croscorefonts-fonts-ttf/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/croscorefonts-fonts-ttf/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -35,6 +35,7 @@ INSTDAT= fonts.dir fonts.scale MKFONTSCL_CMD= ${LOCALBASE}/bin/mkfontscale MKFONTDIR_CMD= ${LOCALBASE}/bin/mkfontdir +NO_STAGE= yes do-build: cd ${WRKSRC} && ${MKFONTSCL_CMD} ${REINPLACE_CMD} -e 's|-misc-|-google-|' ${WRKSRC}/fonts.scale Modified: head/x11-fonts/cyberbit-ttfonts/Makefile ============================================================================== --- head/x11-fonts/cyberbit-ttfonts/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/cyberbit-ttfonts/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -27,6 +27,7 @@ WRKSRC= ${WRKDIR} OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/x11-fonts/cyr-rfx/Makefile ============================================================================== --- head/x11-fonts/cyr-rfx/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/cyr-rfx/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -1,5 +1,4 @@ # Created by: mi@aldan.algebra.com -# $NetBSD: Makefile.common,v 1.2 2002/07/13 15:43:36 wiz Exp $ # $FreeBSD$ PORTNAME= cyr-rfx-${CYR_RFX_ENCODING} @@ -30,6 +29,7 @@ INST_DIR= "lib/X11/fonts/${PORTNAME}" MAKE_ENV+= INST_DIR="${LOCALBASE}/${INST_DIR}" MKDIR="${MKDIR}" PLIST_SUB+= INST_DIR="${INST_DIR}" +NO_STAGE= yes post-install: @${SED} -e 's,/usr/X11R6,${LOCALBASE},g' -e \ 's,koi8-o,${CYR_RFX_ENCODING},g' < ${PKGMESSAGE} Modified: head/x11-fonts/dejavu/Makefile ============================================================================== --- head/x11-fonts/dejavu/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/dejavu/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -28,6 +28,7 @@ PORTDOCS= README langcover.txt status.tx SUB_FILES= pkg-message SUB_LIST= FONTSDIR=${FONTSDIR} +NO_STAGE= yes .include .if ${PORT_OPTIONS:MLINKS} Modified: head/x11-fonts/dina/Makefile ============================================================================== --- head/x11-fonts/dina/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/dina/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -22,6 +22,7 @@ FONTDIR= lib/X11/fonts/${PORTNAME} NO_BUILD= yes PLIST_SUB+= FONTDIR=${FONTDIR} +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/${FONTDIR} @${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${PREFIX}/${FONTDIR} Modified: head/x11-fonts/doulos-compact/Makefile ============================================================================== --- head/x11-fonts/doulos-compact/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/doulos-compact/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -1,9 +1,5 @@ -# New ports collection makefile for: DoulosSIL -# Date created: October 14 2011 -# Whom: bf -# +# Created by: bf # $FreeBSD$ -# PORTNAME= DoulosSILCompact PORTVERSION= 4.110 @@ -42,6 +38,7 @@ PORTDOCS= FONTLOG.txt OFL-FAQ.txt OFL.tx SUB_LIST= DIR="${FONTROOTDIR}/${FONTDIR}" SUB_FILES= pkg-message +NO_STAGE= yes do-configure: @${DO_NADA} Modified: head/x11-fonts/doulos/Makefile ============================================================================== --- head/x11-fonts/doulos/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/doulos/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -34,6 +34,7 @@ PORTDOCS= FONTLOG.txt OFL-FAQ.txt OFL.tx SUB_LIST= DIR="${FONTROOTDIR}/${FONTDIR}" SUB_FILES= pkg-message +NO_STAGE= yes do-configure: @${DO_NADA} Modified: head/x11-fonts/droid-fonts-ttf/Makefile ============================================================================== --- head/x11-fonts/droid-fonts-ttf/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/droid-fonts-ttf/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -23,6 +23,7 @@ PLIST_SUB= FONTDIR=${FONTDIR} SUB_FILES= pkg-message SUB_LIST= FONTDIR=${FONTDIR} +NO_STAGE= yes do-build: @cd ${WRKSRC}/ && \ ${LOCALBASE}/bin/mkfontscale && \ Modified: head/x11-fonts/ecofont/Makefile ============================================================================== --- head/x11-fonts/ecofont/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/ecofont/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ecofont -# Date created: 2010-04-09 -# Whom: Joseph S. Atkinson -# +# Created by: Joseph S. Atkinson # $FreeBSD$ -# PORTNAME= ecofont PORTVERSION= 2.05 @@ -29,6 +25,7 @@ SUB_FILES= pkg-message ECOFONT= ${DISTNAME}.ttf ECOFONTDIR= lib/X11/fonts/${PORTNAME} +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/${ECOFONTDIR} @${INSTALL_DATA} ${WRKDIR}/${ECOFONT} ${PREFIX}/${ECOFONTDIR} Modified: head/x11-fonts/encodings/Makefile ============================================================================== --- head/x11-fonts/encodings/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/encodings/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -12,4 +12,5 @@ XORG_CAT= font USE_XORG= fontutil FONTDIR= encodings/large encodings +NO_STAGE= yes .include Modified: head/x11-fonts/etlfonts/Makefile ============================================================================== --- head/x11-fonts/etlfonts/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/etlfonts/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -18,6 +18,7 @@ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-f USE_XORG= x11 +NO_STAGE= yes post-extract: @${GUNZIP_CMD} ${WRKSRC}/*.gz Modified: head/x11-fonts/farsifonts/Makefile ============================================================================== --- head/x11-fonts/farsifonts/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/farsifonts/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -1,9 +1,5 @@ -# New ports collection makefile for: farsifonts -# Date created: 06 FEB 2006 -# Whom: Babak Farrokhi -# +# Created by: Babak Farrokhi # $FreeBSD$ -# PORTNAME= farsifonts PORTVERSION= 0.4 @@ -20,6 +16,7 @@ USE_ZIP= yes PLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}" FONTSDIR?= ${PREFIX}/lib/X11/fonts/${PORTNAME} +NO_STAGE= yes do-build: @ttmkfdir -c -d ${WRKSRC} -o ${WRKSRC}/fonts.dir Modified: head/x11-fonts/fntsample/Makefile ============================================================================== --- head/x11-fonts/fntsample/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/fntsample/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -40,6 +40,7 @@ USES+= gettext PLIST_FILES= bin/${PORTNAME} share/locale/uk/LC_MESSAGES/${PORTNAME}.mo .endif +NO_STAGE= yes post-extract: .if !defined(PDFOUTLINE) @${CP} ${DISTDIR}/${DIST_SUBDIR}/Blocks.txt ${WRKSRC} Modified: head/x11-fonts/font-adobe-100dpi/Makefile ============================================================================== --- head/x11-fonts/font-adobe-100dpi/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-adobe-100dpi/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -11,4 +11,5 @@ COMMENT= X.Org Adobe 100dpi font XORG_CAT= font USE_XORG= fontutil +NO_STAGE= yes .include Modified: head/x11-fonts/font-adobe-75dpi/Makefile ============================================================================== --- head/x11-fonts/font-adobe-75dpi/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-adobe-75dpi/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -11,4 +11,5 @@ COMMENT= X.Org Adobe 75dpi font XORG_CAT= font USE_XORG= fontutil +NO_STAGE= yes .include Modified: head/x11-fonts/font-adobe-utopia-100dpi/Makefile ============================================================================== --- head/x11-fonts/font-adobe-utopia-100dpi/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-adobe-utopia-100dpi/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -11,4 +11,5 @@ COMMENT= X.Org Adobe Utopia 100dpi font XORG_CAT= font USE_XORG= fontutil +NO_STAGE= yes .include Modified: head/x11-fonts/font-adobe-utopia-75dpi/Makefile ============================================================================== --- head/x11-fonts/font-adobe-utopia-75dpi/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-adobe-utopia-75dpi/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -11,4 +11,5 @@ COMMENT= X.Org Adobe Utopia 75dpi font XORG_CAT= font USE_XORG= fontutil +NO_STAGE= yes .include Modified: head/x11-fonts/font-adobe-utopia-type1/Makefile ============================================================================== --- head/x11-fonts/font-adobe-utopia-type1/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-adobe-utopia-type1/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org Adobe Utopia Type1 font XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-alias/Makefile ============================================================================== --- head/x11-fonts/font-alias/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-alias/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -11,4 +11,5 @@ COMMENT= X.Org Font aliases XORG_CAT= font FONTDIR= 100dpi 75dpi misc cyrillic +NO_STAGE= yes .include Modified: head/x11-fonts/font-arabic-misc/Makefile ============================================================================== --- head/x11-fonts/font-arabic-misc/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-arabic-misc/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org miscellaneous Arabic font XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-bh-100dpi/Makefile ============================================================================== --- head/x11-fonts/font-bh-100dpi/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-bh-100dpi/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -11,4 +11,5 @@ COMMENT= X.Org Bigelow Holmes 100dpi fon XORG_CAT= font USE_XORG= fontutil +NO_STAGE= yes .include Modified: head/x11-fonts/font-bh-75dpi/Makefile ============================================================================== --- head/x11-fonts/font-bh-75dpi/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-bh-75dpi/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -11,4 +11,5 @@ COMMENT= X.Org Bigelow Holmes 75dpi font XORG_CAT= font USE_XORG= fontutil +NO_STAGE= yes .include Modified: head/x11-fonts/font-bh-lucidatypewriter-100dpi/Makefile ============================================================================== --- head/x11-fonts/font-bh-lucidatypewriter-100dpi/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-bh-lucidatypewriter-100dpi/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -11,4 +11,5 @@ COMMENT= X.Org Bigelow Holmes Lucida Typ XORG_CAT= font USE_XORG= fontutil +NO_STAGE= yes .include Modified: head/x11-fonts/font-bh-lucidatypewriter-75dpi/Makefile ============================================================================== --- head/x11-fonts/font-bh-lucidatypewriter-75dpi/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-bh-lucidatypewriter-75dpi/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -11,4 +11,5 @@ COMMENT= X.Org Bigelow Holmes Lucida Typ XORG_CAT= font USE_XORG= fontutil +NO_STAGE= yes .include Modified: head/x11-fonts/font-bh-ttf/Makefile ============================================================================== --- head/x11-fonts/font-bh-ttf/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-bh-ttf/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org Bigelow & Holmes TTF font XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-bh-type1/Makefile ============================================================================== --- head/x11-fonts/font-bh-type1/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-bh-type1/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org Bigelow Holmes Type1 font XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-bitstream-100dpi/Makefile ============================================================================== --- head/x11-fonts/font-bitstream-100dpi/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-bitstream-100dpi/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org Bitstream Vera 100dpi fon XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-bitstream-75dpi/Makefile ============================================================================== --- head/x11-fonts/font-bitstream-75dpi/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-bitstream-75dpi/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org Bitstream Vera 75dpi font XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-bitstream-speedo/Makefile ============================================================================== --- head/x11-fonts/font-bitstream-speedo/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-bitstream-speedo/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -9,4 +9,5 @@ COMMENT= X.Org Bitstream Vera Speedo fon XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-bitstream-type1/Makefile ============================================================================== --- head/x11-fonts/font-bitstream-type1/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-bitstream-type1/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org Bitstream Vera Type1 font XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-cronyx-cyrillic/Makefile ============================================================================== --- head/x11-fonts/font-cronyx-cyrillic/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-cronyx-cyrillic/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org Cronyx Cyrillic font XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-cursor-misc/Makefile ============================================================================== --- head/x11-fonts/font-cursor-misc/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-cursor-misc/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org miscellaneous Cursor font XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-daewoo-misc/Makefile ============================================================================== --- head/x11-fonts/font-daewoo-misc/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-daewoo-misc/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org miscellaneous Daewoo font XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-dec-misc/Makefile ============================================================================== --- head/x11-fonts/font-dec-misc/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-dec-misc/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org miscellaneous Dec fonts XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-gost/Makefile ============================================================================== --- head/x11-fonts/font-gost/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-gost/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -1,9 +1,5 @@ -# New ports collection makefile for: font-gost -# Date created: 2010-01-15 -# Whom: Gvozdikov Veniamin -# +# Created by: Gvozdikov Veniamin # $FreeBSD$ -# PORTNAME= gost PORTVERSION= 0.1 @@ -27,6 +23,7 @@ SUB_FILES= pkg-message SUB_LIST= FONTSDIR=${FONTSDIR} WRKSRC= ${WRKDIR}/Fonts +NO_STAGE= yes do-install: ${MKDIR} ${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTSDIR} Modified: head/x11-fonts/font-ibm-type1/Makefile ============================================================================== --- head/x11-fonts/font-ibm-type1/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-ibm-type1/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org IBM Type1 font XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-isas-misc/Makefile ============================================================================== --- head/x11-fonts/font-isas-misc/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-isas-misc/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org miscellaneous ISAS fonts XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-jis-misc/Makefile ============================================================================== --- head/x11-fonts/font-jis-misc/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-jis-misc/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org miscellaneous JIS fonts XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-manager/Makefile ============================================================================== --- head/x11-fonts/font-manager/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-manager/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -26,6 +26,7 @@ PORTDATA= * OPTIONS_DEFINE= REPORTLAB NLS REPORTLAB_DESC= Enable font-sampler (PDF sample sheet) +NO_STAGE= yes .include .if defined(NOPORTDATA) Modified: head/x11-fonts/font-micro-misc/Makefile ============================================================================== --- head/x11-fonts/font-micro-misc/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-micro-misc/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org miscellaneous Micro fonts XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-misc-cyrillic/Makefile ============================================================================== --- head/x11-fonts/font-misc-cyrillic/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-misc-cyrillic/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org miscellaneous Cyrillic fo XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-misc-ethiopic/Makefile ============================================================================== --- head/x11-fonts/font-misc-ethiopic/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-misc-ethiopic/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -11,4 +11,5 @@ XORG_CAT= font INSTALLS_TTF= yes FONTDIR= TTF OTF +NO_STAGE= yes .include Modified: head/x11-fonts/font-misc-meltho/Makefile ============================================================================== --- head/x11-fonts/font-misc-meltho/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-misc-meltho/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -11,4 +11,5 @@ XORG_CAT= font INSTALLS_TTF= yes FONTDIR= OTF +NO_STAGE= yes .include Modified: head/x11-fonts/font-misc-misc/Makefile ============================================================================== --- head/x11-fonts/font-misc-misc/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-misc-misc/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -11,4 +11,5 @@ COMMENT= X.Org miscellaneous Misc fonts XORG_CAT= font USE_XORG= fontutil +NO_STAGE= yes .include Modified: head/x11-fonts/font-mutt-misc/Makefile ============================================================================== --- head/x11-fonts/font-mutt-misc/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-mutt-misc/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org miscellaneous Mutt fonts XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-schumacher-misc/Makefile ============================================================================== --- head/x11-fonts/font-schumacher-misc/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-schumacher-misc/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -11,4 +11,5 @@ COMMENT= X.Org miscellaneous Schumacher XORG_CAT= font USE_XORG= fontutil +NO_STAGE= yes .include Modified: head/x11-fonts/font-screen-cyrillic/Makefile ============================================================================== --- head/x11-fonts/font-screen-cyrillic/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-screen-cyrillic/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org Screen Cyrillic font XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-sony-misc/Makefile ============================================================================== --- head/x11-fonts/font-sony-misc/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-sony-misc/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org miscellaneous Sony fonts XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-sun-misc/Makefile ============================================================================== --- head/x11-fonts/font-sun-misc/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-sun-misc/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org miscellaneous Sun fonts XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-util/Makefile ============================================================================== --- head/x11-fonts/font-util/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-util/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -12,4 +12,5 @@ XORG_CAT= font MAN1= bdftruncate.1 ucs2any.1 +NO_STAGE= yes .include Modified: head/x11-fonts/font-winitzki-cyrillic/Makefile ============================================================================== --- head/x11-fonts/font-winitzki-cyrillic/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-winitzki-cyrillic/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org Winitzki Cyrillic font XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/font-xfree86-type1/Makefile ============================================================================== --- head/x11-fonts/font-xfree86-type1/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/font-xfree86-type1/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= X.Org XFree86 Type1 font XORG_CAT= font +NO_STAGE= yes .include Modified: head/x11-fonts/fontcacheproto/Makefile ============================================================================== --- head/x11-fonts/fontcacheproto/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/fontcacheproto/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= Fontcache extension headers XORG_CAT= proto +NO_STAGE= yes .include Modified: head/x11-fonts/fontconfig-reference/Makefile ============================================================================== --- head/x11-fonts/fontconfig-reference/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/fontconfig-reference/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -1,15 +1,12 @@ -# New ports collection makefile for: fontconfig-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTREVISION= 6 PORTEPOCH= 0 DOCSDIR= ${PREFIX}/share/doc/fontconfig-devel +NO_STAGE= yes .include "${.CURDIR}/Makefile.man" do-install: Modified: head/x11-fonts/fontconfig/Makefile ============================================================================== --- head/x11-fonts/fontconfig/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/fontconfig/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -40,6 +40,7 @@ MAN1= fc-cache.1 fc-cat.1 fc-list.1 fc- MAN5= fonts-conf.5 PORTDOCS= fontconfig-user.html fontconfig-user.pdf fontconfig-user.txt +NO_STAGE= yes .include # work around fc-cache crash on arm platform Modified: head/x11-fonts/fontmatrix/Makefile ============================================================================== --- head/x11-fonts/fontmatrix/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/fontmatrix/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -1,9 +1,4 @@ -# New ports collection makefile for: fontmatrix -# Date created: 2008-01-13 -# Whom: Max Brazhnikov -# # $FreeBSD$ -# PORTNAME= fontmatrix DISTVERSION= 0.4.2 @@ -26,6 +21,7 @@ OPTIONS_DEFINE= FONTFORGE OPTIONS_DEFAULT= ${OPTIONS_DEFINE} FONTFORGE_DESC= With FontForge editor +NO_STAGE= yes .include .if ${PORT_OPTIONS:MFONTFORGE} Modified: head/x11-fonts/fonts-indic/Makefile ============================================================================== --- head/x11-fonts/fonts-indic/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/fonts-indic/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fonts-indic -# Date created: 19 Septenber 2007 -# Whom: Naresh Venkateshappa -# +# Created by: Naresh Venkateshappa # $FreeBSD$ -# PORTNAME= fonts-indic PORTVERSION= 2.1.5 @@ -22,6 +18,7 @@ NO_WRKSUBDIR= yes FONTSDIR= lib/X11/fonts/${PORTNAME}/ PLIST_SUB+= FONTSDIR=${FONTSDIR} +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/*/*/*.ttf ${PREFIX}/${FONTSDIR} Modified: head/x11-fonts/fonts-te/Makefile ============================================================================== --- head/x11-fonts/fonts-te/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/fonts-te/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -1,7 +1,4 @@ -# New ports collection makefile for: fonts-te -# Date created: Jan 24 2007 -# Whom: Prudhvi Krishna -# +# Created by: Prudhvi Krishna # $FreeBSD$ PORTNAME= fonts-te @@ -23,6 +20,7 @@ PKGMESSAGE= ${PKGDIR}/pkg-message FONTSDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME} PLIST_SUB= FONTSDIR=${FONTSDIR:S|^${PREFIX}/||} +NO_STAGE= yes do-install: ${MKDIR} ${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/Pothana2000.ttf ${FONTSDIR} Modified: head/x11-fonts/fontsproto/Makefile ============================================================================== --- head/x11-fonts/fontsproto/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/fontsproto/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -10,4 +10,5 @@ COMMENT= Fonts extension headers XORG_CAT= proto +NO_STAGE= yes .include Modified: head/x11-fonts/fonttosfnt/Makefile ============================================================================== --- head/x11-fonts/fonttosfnt/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/fonttosfnt/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -16,4 +16,5 @@ PLIST_FILES= bin/fonttosfnt MAN1= fonttosfnt.1 +NO_STAGE= yes .include Modified: head/x11-fonts/freefont-ttf/Makefile ============================================================================== --- head/x11-fonts/freefont-ttf/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/freefont-ttf/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -1,9 +1,5 @@ -# Ports collection makefile for: freefont-ttf -# Date created: 2005-12-17 -# Whom: Andreas Kohn -# +# Created by: Andreas Kohn # $FreeBSD$ -# PORTNAME= freefont-ttf PORTVERSION= 20120503 @@ -27,6 +23,7 @@ PORTDOCS= AUTHORS ChangeLog CREDITS READ OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include do-build: Modified: head/x11-fonts/freefonts/Makefile ============================================================================== --- head/x11-fonts/freefonts/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/freefonts/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -19,6 +19,7 @@ BUILD_DEPENDS= type1inst:${PORTSDIR}/x11 RESTRICTED= see accompanying .license files NO_WRKSUBDIR= yes +NO_STAGE= yes do-build: @cd ${WRKSRC}/freefont && ${LOCALBASE}/bin/type1inst -silent -quiet -nolog >/dev/null 2>&1 @${RM} ${WRKSRC}/freefont/Fontmap.bak Modified: head/x11-fonts/fslsfonts/Makefile ============================================================================== --- head/x11-fonts/fslsfonts/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/fslsfonts/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -14,4 +14,5 @@ PLIST_FILES= bin/fslsfonts MAN1= fslsfonts.1 +NO_STAGE= yes .include Modified: head/x11-fonts/gbdfed/Makefile ============================================================================== --- head/x11-fonts/gbdfed/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/gbdfed/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -20,4 +20,5 @@ CPPFLAGS+= -I${LOCALBASE}/include MAN1= gbdfed.1 PLIST_FILES= bin/gbdfed +NO_STAGE= yes .include Modified: head/x11-fonts/geminifonts/Makefile ============================================================================== --- head/x11-fonts/geminifonts/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/geminifonts/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -25,6 +25,7 @@ NO_WRKSUBDIR= yes MAKE_ARGS+= -j 2 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's/\.Z/.gz/g' \ -e 's|DESTDIR =.*|DESTDIR=${LOCALBASE}/lib/X11/fonts/koi8-u-gemini|' \ Modified: head/x11-fonts/gentium-basic/Makefile ============================================================================== --- head/x11-fonts/gentium-basic/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/gentium-basic/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -40,6 +40,7 @@ SUB_FILES= pkg-message DOCSLIST= FONTLOG.txt GENTIUM-FAQ.txt OFL-FAQ.txt PORTDOCS= ${DOCSLIST:C,^.*/,,} +NO_STAGE= yes .include .SILENT: Modified: head/x11-fonts/gentium-plus/Makefile ============================================================================== --- head/x11-fonts/gentium-plus/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/gentium-plus/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -35,6 +35,7 @@ DOCSLIST= FONTLOG.txt GENTIUM-FAQ.txt OF PORTDOCS= ${DOCSLIST:C,^.*/,,} +NO_STAGE= yes .include .SILENT: Modified: head/x11-fonts/gfe/Makefile ============================================================================== --- head/x11-fonts/gfe/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/gfe/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gfe -# Date created: 26 December 2001 -# Whom: Bruce M Simpson -# +# Created by: Bruce M Simpson # $FreeBSD$ -# PORTNAME= gfe PORTVERSION= 0.0.4 @@ -20,4 +16,5 @@ PLIST_FILES= bin/gfe USE_GNOME= gtk12 USE_XORG= xpm +NO_STAGE= yes .include Modified: head/x11-fonts/gnu-unifont-ttf/Makefile ============================================================================== --- head/x11-fonts/gnu-unifont-ttf/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/gnu-unifont-ttf/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -1,7 +1,4 @@ -# New ports collection makefile for: gnu-unifont-ttf -# Date created: Jul 6 2008 -# Whom: nrg milk -# +# Created by: nrg milk # $FreeBSD$ PORTNAME= gnu-unifont-ttf @@ -18,6 +15,7 @@ COMMENT= Unicode TrueType Font NO_BUILD= yes PLIST_FILES= lib/X11/fonts/local/unifont.ttf +NO_STAGE= yes do-extract: ${MKDIR} ${WRKDIR} ${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKDIR} Modified: head/x11-fonts/gnu-unifont/Makefile ============================================================================== --- head/x11-fonts/gnu-unifont/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/gnu-unifont/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -1,7 +1,4 @@ -# New ports collection makefile for: gnu-unifont -# Date created: Feb 23 2008 -# Whom: nrg milk -# +# Created by: nrg milk # $FreeBSD$ PORTNAME= gnu-unifont @@ -20,6 +17,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11- NO_BUILD= yes PLIST_FILES= lib/X11/fonts/local/unifont.pcf.gz +NO_STAGE= yes do-extract: ${MKDIR} ${WRKDIR} ${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKDIR} Modified: head/x11-fonts/gohufont/Makefile ============================================================================== --- head/x11-fonts/gohufont/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/gohufont/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -20,6 +20,7 @@ FONTDIR= lib/X11/fonts/${PORTNAME} NO_BUILD= yes PLIST_SUB+= FONTDIR=${FONTDIR} +NO_STAGE= yes do-install: @${MKDIR} ${LOCALBASE}/${FONTDIR} @${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${LOCALBASE}/${FONTDIR} Modified: head/x11-fonts/hanazono-fonts-ttf/Makefile ============================================================================== --- head/x11-fonts/hanazono-fonts-ttf/Makefile Fri Sep 20 23:49:39 2013 (r327780) +++ head/x11-fonts/hanazono-fonts-ttf/Makefile Fri Sep 20 23:51:14 2013 (r327781) @@ -1,9 +1,5 @@ -# New ports collection makefile for: hanazono-fonts-ttf -# Date created: 2011/08/09 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD$ -# PORTNAME= hanazono-fonts-ttf PORTVERSION= 20120421 @@ -32,6 +28,7 @@ PLIST_SUB= FONTDIR=${FONTDIR} SUB_FILES= pkg-message SUB_LIST= FONTDIR=${FONTDIR} +NO_STAGE= yes do-build: *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 23:52:27 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 220CCCB9; Fri, 20 Sep 2013 23:52:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F398C2A75; Fri, 20 Sep 2013 23:52:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KNqQhE083649; Fri, 20 Sep 2013 23:52:26 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KNqOKs083640; Fri, 20 Sep 2013 23:52:24 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202352.r8KNqOKs083640@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 23:52:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327782 - in head/x11-servers: Xfstt mga_hal x2vnc x2x xephyr xorg-dmx xorg-nestserver xorg-server xorg-vfbserver 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.14 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: Fri, 20 Sep 2013 23:52:27 -0000 Author: bapt Date: Fri Sep 20 23:52:24 2013 New Revision: 327782 URL: http://svnweb.freebsd.org/changeset/ports/327782 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: x11-servers) Modified: head/x11-servers/Xfstt/Makefile head/x11-servers/mga_hal/Makefile head/x11-servers/x2vnc/Makefile head/x11-servers/x2x/Makefile head/x11-servers/xephyr/Makefile head/x11-servers/xorg-dmx/Makefile head/x11-servers/xorg-nestserver/Makefile head/x11-servers/xorg-server/Makefile head/x11-servers/xorg-vfbserver/Makefile Modified: head/x11-servers/Xfstt/Makefile ============================================================================== --- head/x11-servers/Xfstt/Makefile Fri Sep 20 23:51:14 2013 (r327781) +++ head/x11-servers/Xfstt/Makefile Fri Sep 20 23:52:24 2013 (r327782) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Xfstt -# Date created: 11 September 1998 -# Whom: jabley@clear.co.nz -# +# Created by: jabley@clear.co.nz # $FreeBSD$ -# PORTNAME= xfstt PORTVERSION= 1.6 @@ -25,6 +21,7 @@ TTFONTDIR= ${PREFIX}/lib/X11/fonts/TrueT SUB_FILES= pkg-message +NO_STAGE= yes post-patch: .for file in INSTALL doc/xfstt.1x src/Makefile.in @${REINPLACE_CMD} -e 's|%%TTFONTDIR%%|${TTFONTDIR}|g' ${WRKSRC}/${file} Modified: head/x11-servers/mga_hal/Makefile ============================================================================== --- head/x11-servers/mga_hal/Makefile Fri Sep 20 23:51:14 2013 (r327781) +++ head/x11-servers/mga_hal/Makefile Fri Sep 20 23:52:24 2013 (r327782) @@ -16,6 +16,7 @@ RESTRICTED= Matrox drivers may not be di ONLY_FOR_ARCHS= i386 amd64 +NO_STAGE= yes .include .if ${ARCH} == "i386" Modified: head/x11-servers/x2vnc/Makefile ============================================================================== --- head/x11-servers/x2vnc/Makefile Fri Sep 20 23:51:14 2013 (r327781) +++ head/x11-servers/x2vnc/Makefile Fri Sep 20 23:52:24 2013 (r327782) @@ -1,9 +1,5 @@ -# New ports collection makefile for: x2vnc -# Date created: 12th September 2000 -# Whom: Ade Lovett -# +# Created by: Ade Lovett # $FreeBSD$ -# PORTNAME= x2vnc PORTVERSION= 1.72 @@ -23,4 +19,5 @@ USE_XORG= x11 xext xrandr xxf86dga ice x MAN1= x2vnc.1 PLIST_FILES= bin/x2vnc +NO_STAGE= yes .include Modified: head/x11-servers/x2x/Makefile ============================================================================== --- head/x11-servers/x2x/Makefile Fri Sep 20 23:51:14 2013 (r327781) +++ head/x11-servers/x2x/Makefile Fri Sep 20 23:52:24 2013 (r327782) @@ -15,4 +15,5 @@ USE_XORG= x11 xext xtst MAN1= x2x.1 PLIST_FILES= bin/x2x +NO_STAGE= yes .include Modified: head/x11-servers/xephyr/Makefile ============================================================================== --- head/x11-servers/xephyr/Makefile Fri Sep 20 23:51:14 2013 (r327781) +++ head/x11-servers/xephyr/Makefile Fri Sep 20 23:52:24 2013 (r327782) @@ -22,6 +22,7 @@ CONFIGURE_ARGS= --enable-kdrive --enable SLAVE_PORT= yes PLIST_FILES= bin/Xephyr +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hw/kdrive/ephyr/Xephyr ${PREFIX}/bin/ Modified: head/x11-servers/xorg-dmx/Makefile ============================================================================== --- head/x11-servers/xorg-dmx/Makefile Fri Sep 20 23:51:14 2013 (r327781) +++ head/x11-servers/xorg-dmx/Makefile Fri Sep 20 23:52:24 2013 (r327782) @@ -25,6 +25,7 @@ MAN1= Xdmx.1 dmxtodmx.1 vdltodmx.1 xdmx SLAVE_PORT= yes +NO_STAGE= yes do-install: cd ${WRKSRC}/hw/dmx; ${MAKE} install Modified: head/x11-servers/xorg-nestserver/Makefile ============================================================================== --- head/x11-servers/xorg-nestserver/Makefile Fri Sep 20 23:51:14 2013 (r327781) +++ head/x11-servers/xorg-nestserver/Makefile Fri Sep 20 23:52:24 2013 (r327782) @@ -23,6 +23,7 @@ SLAVE_PORT= yes PLIST_FILES= bin/Xnest MAN1= Xnest.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hw/xnest/Xnest ${PREFIX}/bin/ .if defined(WITH_NEW_XORG) Modified: head/x11-servers/xorg-server/Makefile ============================================================================== --- head/x11-servers/xorg-server/Makefile Fri Sep 20 23:51:14 2013 (r327781) +++ head/x11-servers/xorg-server/Makefile Fri Sep 20 23:52:24 2013 (r327782) @@ -86,6 +86,7 @@ OPTIONS_DEFAULT= AIGLX SUID HAL OPTIONS_EXCLUDE_sparc64= HAL +NO_STAGE= yes .include .if defined(WITH_OPENSSL_BASE) Modified: head/x11-servers/xorg-vfbserver/Makefile ============================================================================== --- head/x11-servers/xorg-vfbserver/Makefile Fri Sep 20 23:51:14 2013 (r327781) +++ head/x11-servers/xorg-vfbserver/Makefile Fri Sep 20 23:52:24 2013 (r327782) @@ -23,6 +23,7 @@ SLAVE_PORT= yes PLIST_FILES= bin/Xvfb MAN1= Xvfb.1 +NO_STAGE= yes do-install: cd ${WRKSRC}/hw/vfb; ${MAKE} install From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 23:54:16 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5B870DB7; Fri, 20 Sep 2013 23:54:16 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 447182A8A; Fri, 20 Sep 2013 23:54:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KNsGZs086049; Fri, 20 Sep 2013 23:54:16 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KNs37q085962; Fri, 20 Sep 2013 23:54:03 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202354.r8KNs37q085962@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 23:54:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327783 - in head/x11-themes: audacious-skins beastie bluecurve-themes claws-mail-themes clearlooks clearlooks-metacity clearlooks-phenix-theme clearlooks-themes clearlooks-themes-extra... 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.14 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: Fri, 20 Sep 2013 23:54:16 -0000 Author: bapt Date: Fri Sep 20 23:54:03 2013 New Revision: 327783 URL: http://svnweb.freebsd.org/changeset/ports/327783 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: x11-themes) Modified: head/x11-themes/audacious-skins/Makefile head/x11-themes/beastie/Makefile head/x11-themes/bluecurve-themes/Makefile head/x11-themes/claws-mail-themes/Makefile head/x11-themes/clearlooks-metacity/Makefile head/x11-themes/clearlooks-phenix-theme/Makefile head/x11-themes/clearlooks-themes-extras/Makefile head/x11-themes/clearlooks-themes/Makefile head/x11-themes/clearlooks/Makefile head/x11-themes/cursor-bluecurve-theme/Makefile head/x11-themes/cursor-chameleon-anthracite/Makefile head/x11-themes/cursor-chameleon-darkskyblue/Makefile head/x11-themes/cursor-chameleon-pearl/Makefile head/x11-themes/cursor-chameleon-skyblue/Makefile head/x11-themes/cursor-chameleon-white/Makefile head/x11-themes/cursor-crystal-theme/Makefile head/x11-themes/cursor-dmz-aa-theme/Makefile head/x11-themes/cursor-dmz-theme/Makefile head/x11-themes/cursor-ecliz/Makefile head/x11-themes/cursor-grounation-theme/Makefile head/x11-themes/cursor-jimmac-theme/Makefile head/x11-themes/cursor-neutral-theme/Makefile head/x11-themes/cursor-neutral-white-theme/Makefile head/x11-themes/cursor-polar-theme/Makefile head/x11-themes/e16-themes/Makefile head/x11-themes/emerald-themes/Makefile head/x11-themes/fluxbox-tenr-styles-pack/Makefile head/x11-themes/fvwm-themes/Makefile head/x11-themes/gnome-backgrounds/Makefile head/x11-themes/gnome-bluecurve-theme/Makefile head/x11-themes/gnome-icons-aqua-fusion/Makefile head/x11-themes/gnome-icons-crystal/Makefile head/x11-themes/gnome-icons-dropline-neu/Makefile head/x11-themes/gnome-icons-dropline-nou/Makefile head/x11-themes/gnome-icons-elementary/Makefile head/x11-themes/gnome-icons-faenza/Makefile head/x11-themes/gnome-icons-gentoo-test/Makefile head/x11-themes/gnome-icons-gion/Makefile head/x11-themes/gnome-icons-iris/Makefile head/x11-themes/gnome-icons-jini/Makefile head/x11-themes/gnome-icons-lila/Makefile head/x11-themes/gnome-icons-noia-full/Makefile head/x11-themes/gnome-icons-noia-warm/Makefile head/x11-themes/gnome-icons-refined/Makefile head/x11-themes/gnome-icons-slick/Makefile head/x11-themes/gnome-icons-snow-apple/Makefile head/x11-themes/gnome-icons-snowish/Makefile head/x11-themes/gnome-icons-stylish/Makefile head/x11-themes/gnome-icons-ximian-south/Makefile head/x11-themes/gnome-icons/Makefile head/x11-themes/gnome-look/Makefile head/x11-themes/gnome-themes-extras/Makefile head/x11-themes/gnome-themes/Makefile head/x11-themes/greybird-theme/Makefile head/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile head/x11-themes/gtk-aluminumalloy-smog-theme/Makefile head/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile head/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile head/x11-themes/gtk-aquaextremesunken-theme/Makefile head/x11-themes/gtk-aqualightblue-theme/Makefile head/x11-themes/gtk-aurora-engine/Makefile head/x11-themes/gtk-bluecurve-theme/Makefile head/x11-themes/gtk-cleanice-engine/Makefile head/x11-themes/gtk-digital-cream-theme/Makefile head/x11-themes/gtk-digital-harmony-theme/Makefile head/x11-themes/gtk-engines-collection/Makefile head/x11-themes/gtk-engines/Makefile head/x11-themes/gtk-engines2/Makefile head/x11-themes/gtk-envy-theme/Makefile head/x11-themes/gtk-equinox-engine/Makefile head/x11-themes/gtk-flat-theme2/Makefile head/x11-themes/gtk-gray-theme/Makefile head/x11-themes/gtk-lila-theme-extras/Makefile head/x11-themes/gtk-lila-theme/Makefile head/x11-themes/gtk-longhorninspirat-theme/Makefile head/x11-themes/gtk-milk-theme/Makefile head/x11-themes/gtk-murrina-aqua/Makefile head/x11-themes/gtk-murrina-fancy-clearlooks/Makefile head/x11-themes/gtk-murrina-lightblue/Makefile head/x11-themes/gtk-murrine-engine/Makefile head/x11-themes/gtk-murrine-themes/Makefile head/x11-themes/gtk-nodoka-engine/Makefile head/x11-themes/gtk-oxygen-engine/Makefile head/x11-themes/gtk-qnxtheme/Makefile head/x11-themes/gtk-qt4-engine/Makefile head/x11-themes/gtk-xfce-engine/Makefile head/x11-themes/gtk3-oxygen-engine/Makefile head/x11-themes/gtk3-unico-engine/Makefile head/x11-themes/icon-bluecurve-theme/Makefile head/x11-themes/icon-naming-utils/Makefile head/x11-themes/icons-buuf/Makefile head/x11-themes/icons-human-azul/Makefile head/x11-themes/icons-tango-extras/Makefile head/x11-themes/icons-tango/Makefile head/x11-themes/irssi-themes/Makefile head/x11-themes/kde-gtk-config/Makefile head/x11-themes/kde-icons-black-and-white/Makefile head/x11-themes/kde-icons-cezanne/Makefile head/x11-themes/kde-icons-crystal-project/Makefile head/x11-themes/kde-icons-dark-glass/Makefile head/x11-themes/kde-icons-exquisite/Makefile head/x11-themes/kde-icons-gartoon-blue-svg/Makefile head/x11-themes/kde-icons-gartoon-svg/Makefile head/x11-themes/kde-icons-graphite-rade8/Makefile head/x11-themes/kde-icons-icosx/Makefile head/x11-themes/kde-icons-kool-gorilla/Makefile head/x11-themes/kde-icons-lime-rade8/Makefile head/x11-themes/kde-icons-lush/Makefile head/x11-themes/kde-icons-marbles-translucent/Makefile head/x11-themes/kde-icons-noia/Makefile head/x11-themes/kde-icons-nuovext/Makefile head/x11-themes/kde-icons-nuovext2/Makefile head/x11-themes/kde-icons-nuvola/Makefile head/x11-themes/kde-icons-os-k/Makefile head/x11-themes/kde-icons-sky/Makefile head/x11-themes/kde-icons-steel/Makefile head/x11-themes/kde-icons-umicons/Makefile head/x11-themes/kde-icons-vista-inspirate/Makefile head/x11-themes/kde4-base-artwork/Makefile head/x11-themes/kde4-icons-oxygen/Makefile head/x11-themes/kde4-style-bespin/Makefile head/x11-themes/kde4-style-nitrogen/Makefile head/x11-themes/kde4-style-oxygen-transparent/Makefile head/x11-themes/kde4-style-polyester/Makefile head/x11-themes/kde4-style-skulpture/Makefile head/x11-themes/kde4-wallpapers-freebsd/Makefile head/x11-themes/kde4-wallpapers/Makefile head/x11-themes/kde4-windeco-crystal/Makefile head/x11-themes/kde4-windeco-dekorator/Makefile head/x11-themes/kde4-windeco-nitrogen/Makefile head/x11-themes/kdeartwork4/Makefile head/x11-themes/lila-xfwm4/Makefile head/x11-themes/linux-f10-hicolor-icon-theme/Makefile head/x11-themes/linux-f10-qtcurve-gtk2/Makefile head/x11-themes/linux-hicolor-icon-theme/Makefile head/x11-themes/lxappearance/Makefile head/x11-themes/lxde-icon-theme/Makefile head/x11-themes/metacity-aluminumalloy-cryogenic-theme/Makefile head/x11-themes/metacity-aluminumalloy-smog-theme/Makefile head/x11-themes/metacity-aluminumalloy-toxic-theme/Makefile head/x11-themes/metacity-aluminumalloy-volcanic-theme/Makefile head/x11-themes/metacity-aquaextremesunken-theme/Makefile head/x11-themes/metacity-bluecurve-theme/Makefile head/x11-themes/metacity-digital-cream-theme/Makefile head/x11-themes/metacity-digital-harmony-theme/Makefile head/x11-themes/metacity-longhorninspirat-theme/Makefile head/x11-themes/metacity-milk-theme/Makefile head/x11-themes/metacity-theme-microgui/Makefile head/x11-themes/metacity-themes/Makefile head/x11-themes/murrine-configurator/Makefile head/x11-themes/nimbus/Makefile head/x11-themes/openbox-themes/Makefile head/x11-themes/qt4-style-float/Makefile head/x11-themes/qt4-style-phase/Makefile head/x11-themes/qt4-style-quantumstyle/Makefile head/x11-themes/qtcurve-gtk2/Makefile head/x11-themes/qtcurve-kde4/Makefile head/x11-themes/qtcurve-qt4/Makefile head/x11-themes/rezlooks/Makefile head/x11-themes/sawfish-themes/Makefile head/x11-themes/slim-themes/Makefile head/x11-themes/thewidgetfactory/Makefile head/x11-themes/thinice/Makefile head/x11-themes/ubuntulooks/Makefile head/x11-themes/xcursor-themes/Makefile head/x11-themes/xmms-bluecurve-theme/Makefile head/x11-themes/xmms-eq-skins/Makefile head/x11-themes/xmms-vumeter-skins/Makefile Modified: head/x11-themes/audacious-skins/Makefile ============================================================================== --- head/x11-themes/audacious-skins/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/audacious-skins/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -16,6 +16,7 @@ NO_BUILD= yes DATADIR= ${PREFIX}/share/audacious +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/Skins ${INSTALL_DATA} ${WRKSRC}/Skins/*/*.wsz ${DATADIR}/Skins Modified: head/x11-themes/beastie/Makefile ============================================================================== --- head/x11-themes/beastie/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/beastie/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,10 +1,6 @@ -# New ports collection makefile for: beastie -# Date created: 2005-09-06 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/x11-themes/beastie/Makefile,v 1.10 2006/07/18 11:56:12 ahze Exp $ -# PORTNAME= beastie PORTVERSION= 06.05.03 @@ -29,6 +25,7 @@ THEME_DIR= share/themes/Beastie/ PLIST_FILES= ${THEME_FILES:S|^|${THEME_DIR}|} PLIST_DIRS= ${THEME_DIR}/gtk-2.0 ${THEME_DIR} +NO_STAGE= yes .include do-install: Modified: head/x11-themes/bluecurve-themes/Makefile ============================================================================== --- head/x11-themes/bluecurve-themes/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/bluecurve-themes/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -51,6 +51,7 @@ PLIST?= ${.CURDIR}/pkg-plist FILESDIR= ${.CURDIR}/files SCRIPTDIR= ${.CURDIR}/scripts +NO_STAGE= yes do-extract: @${MKDIR} ${WRKDIR} cd ${WRKDIR} && ${TAR} -O -xf ${_DISTDIR}/${_DISTFILES} redhat-artwork-${PORTVERSION}.tar.gz | ${TAR} -xf - Modified: head/x11-themes/claws-mail-themes/Makefile ============================================================================== --- head/x11-themes/claws-mail-themes/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/claws-mail-themes/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: claws-mail-themes -# Date created: 2008-10-04 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= claws-mail-themes PORTVERSION= 20120129 @@ -17,6 +13,7 @@ NO_BUILD= yes THEMESDIR?= ${PREFIX}/share/claws-mail/themes +NO_STAGE= yes .include do-install: Modified: head/x11-themes/clearlooks-metacity/Makefile ============================================================================== --- head/x11-themes/clearlooks-metacity/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/clearlooks-metacity/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,10 +1,6 @@ -# New ports collection makefile for: clearlooks-metacity -# Date created: 2005-03-20 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/x11-themes/clearlooks-metacity/Makefile,v 1.3 2007/09/10 15:44:29 mezz Exp $ -# PORTNAME= clearlooks-metacity PORTVERSION= 2.0 @@ -28,6 +24,7 @@ PLIST_FILES= %%DATADIR%%/metacity-theme- PLIST_DIRS= %%DATADIR%% \ share/themes/Clearlooks +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${DATADIR} ${INSTALL_DATA} ${WRKSRC}/metacity-theme-1.xml ${PREFIX}/${DATADIR} Modified: head/x11-themes/clearlooks-phenix-theme/Makefile ============================================================================== --- head/x11-themes/clearlooks-phenix-theme/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/clearlooks-phenix-theme/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,6 +1,5 @@ # Created by: Olivier Duchateau # $FreeBSD$ -# PORTNAME= clearlooks-phenix PORTVERSION= 3.0.15 @@ -18,6 +17,7 @@ PROJECTHOST= olivier-freebsd-ports USE_XZ= yes NO_BUILD= yes +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/share/themes/Clearlooks-Phenix .for dir in gtk-2.0 gtk-3.0 xfwm4 Modified: head/x11-themes/clearlooks-themes-extras/Makefile ============================================================================== --- head/x11-themes/clearlooks-themes-extras/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/clearlooks-themes-extras/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -16,6 +16,7 @@ USE_GNOME= gtk20 THEME_DIR= ${PREFIX}/share/themes +NO_STAGE= yes .include .if exists(${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc) || defined(WITH_GTKENGINE) Modified: head/x11-themes/clearlooks-themes/Makefile ============================================================================== --- head/x11-themes/clearlooks-themes/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/clearlooks-themes/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: clearlooks-themes -# Date created: 2005-04-12 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ -# PORTNAME= clearlooks PKGNAMESUFFIX+= -themes @@ -12,6 +8,7 @@ COMMENT= Clearlooks themes with the engi MASTERDIR= ${.CURDIR}/../../x11-themes/clearlooks +NO_STAGE= yes pre-patch: .for f in themes/Clearlooks/gtk-2.0/gtkrc \ themes/Clearlooks-DeepSky/gtk-2.0/gtkrc \ Modified: head/x11-themes/clearlooks/Makefile ============================================================================== --- head/x11-themes/clearlooks/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/clearlooks/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -27,6 +27,7 @@ ANIMATION_DESC= Enable experimental anim METACITY_DESC= Depend on MetaCity Theme .endif +NO_STAGE= yes .include .if !defined(PKGNAMESUFFIX) Modified: head/x11-themes/cursor-bluecurve-theme/Makefile ============================================================================== --- head/x11-themes/cursor-bluecurve-theme/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/cursor-bluecurve-theme/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cursor-bluecurve-theme -# Date created: 29 May 2005 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTNAME= cursor-bluecurve-theme @@ -20,6 +16,7 @@ THEMES= Bluecurve Bluecurve-inverse LBl BC_HIERS+= ${WRKSRC}/art/cursor/${t}/${t}:${PREFIX}/lib/X11/icons/${t}/cursors .endfor +NO_STAGE= yes post-patch: .for t in ${THEMES} @${REINPLACE_CMD} -e 's|dnd_|dnd-|' \ Modified: head/x11-themes/cursor-chameleon-anthracite/Makefile ============================================================================== --- head/x11-themes/cursor-chameleon-anthracite/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/cursor-chameleon-anthracite/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -16,5 +16,6 @@ LICENSE= GPLv2 THEME= Anthracite +NO_STAGE= yes .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common" .include Modified: head/x11-themes/cursor-chameleon-darkskyblue/Makefile ============================================================================== --- head/x11-themes/cursor-chameleon-darkskyblue/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/cursor-chameleon-darkskyblue/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -16,5 +16,6 @@ LICENSE= GPLv2 THEME= DarkSkyBlue +NO_STAGE= yes .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common" .include Modified: head/x11-themes/cursor-chameleon-pearl/Makefile ============================================================================== --- head/x11-themes/cursor-chameleon-pearl/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/cursor-chameleon-pearl/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -16,5 +16,6 @@ LICENSE= GPLv2 THEME= Pearl +NO_STAGE= yes .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common" .include Modified: head/x11-themes/cursor-chameleon-skyblue/Makefile ============================================================================== --- head/x11-themes/cursor-chameleon-skyblue/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/cursor-chameleon-skyblue/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -16,5 +16,6 @@ LICENSE= GPLv2 THEME= SkyBlue +NO_STAGE= yes .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common" .include Modified: head/x11-themes/cursor-chameleon-white/Makefile ============================================================================== --- head/x11-themes/cursor-chameleon-white/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/cursor-chameleon-white/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -16,5 +16,6 @@ LICENSE= GPLv2 THEME= White +NO_STAGE= yes .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common" .include Modified: head/x11-themes/cursor-crystal-theme/Makefile ============================================================================== --- head/x11-themes/cursor-crystal-theme/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/cursor-crystal-theme/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -21,6 +21,7 @@ BUILD_DEPENDS= convert:${PORTSDIR}/graph USE_BZIP2= yes USE_GMAKE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|function ||' \ ${WRKSRC}/colorize.sh \ Modified: head/x11-themes/cursor-dmz-aa-theme/Makefile ============================================================================== --- head/x11-themes/cursor-dmz-aa-theme/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/cursor-dmz-aa-theme/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,4 @@ -# New ports collection makefile for: cursor-dmz-aa-theme -# Date created: Feb 7 2007 -# Whom: Florent Thoumie -# # $FreeBSD$ -# PORTNAME= cursor-dmz-aa-theme PORTVERSION= 0.3 @@ -20,6 +15,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR} +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/X11/icons/Vanilla-DMZ-AA/cursors cd ${WRKSRC}/Vanilla-DMZ-AA/cursors \ Modified: head/x11-themes/cursor-dmz-theme/Makefile ============================================================================== --- head/x11-themes/cursor-dmz-theme/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/cursor-dmz-theme/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,4 @@ -# New ports collection makefile for: cursor-dmz-theme -# Date created: Feb 7 2007 -# Whom: Florent Thoumie -# # $FreeBSD$ -# PORTNAME= cursor-dmz-theme PORTVERSION= 0.3 @@ -20,6 +15,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR} +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/X11/icons/Vanilla-DMZ/cursors cd ${WRKSRC}/Vanilla-DMZ/cursors \ Modified: head/x11-themes/cursor-ecliz/Makefile ============================================================================== --- head/x11-themes/cursor-ecliz/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/cursor-ecliz/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cursor-ecliz -# Date created: 2009-11-13 -# Whom: Gvozdikov Veniamin -# +# Created by: Gvozdikov Veniamin # $FreeBSD$ -# PORTNAME= ecliz PORTVERSION= 0.1 @@ -19,6 +15,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/Ecliz +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/X11/icons/${PORTNAME} cd ${WRKSRC} && ${COPYTREE_SHARE} cursors ${PREFIX}/lib/X11/icons/${PORTNAME} Modified: head/x11-themes/cursor-grounation-theme/Makefile ============================================================================== --- head/x11-themes/cursor-grounation-theme/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/cursor-grounation-theme/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cursor-grounation-theme -# Date created: 12 Feb 2006 -# Whom: Babak Farrokhi -# +# Created by: Babak Farrokhi # $FreeBSD$ -# PORTNAME= cursor-grounation-theme PORTVERSION= 0.3 @@ -20,6 +16,7 @@ USE_BZIP2= yes WRKSRC= ${WRKDIR}/Grounation-${PORTVERSION} +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/X11/icons/grounation/cursors cd ${WRKSRC}/Grounation/cursors \ Modified: head/x11-themes/cursor-jimmac-theme/Makefile ============================================================================== --- head/x11-themes/cursor-jimmac-theme/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/cursor-jimmac-theme/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cursor-jimmac-theme -# Date created: 17 July 2005 -# Whom: Piotr Smyrak -# +# Created by: Piotr Smyrak # $FreeBSD$ -# PORTNAME= cursor-jimmac-theme PORTVERSION= 0.1 @@ -19,6 +15,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/Jimmac +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/X11/icons/Jimmac/cursors cd ${WRKSRC}/jimmac/cursors \ Modified: head/x11-themes/cursor-neutral-theme/Makefile ============================================================================== --- head/x11-themes/cursor-neutral-theme/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/cursor-neutral-theme/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cursor-neutral-theme -# Date created: 12 Feb 2006 -# Whom: Babak Farrokhi -# +# Created by: Babak Farrokhi # $FreeBSD$ -# PORTNAME= cursor-neutral-theme DISTVERSION= 1.13a @@ -19,6 +15,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/neutral +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/X11/icons/neutral/cursors cd ${WRKSRC}/cursors \ Modified: head/x11-themes/cursor-neutral-white-theme/Makefile ============================================================================== --- head/x11-themes/cursor-neutral-white-theme/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/cursor-neutral-white-theme/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -15,6 +15,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/Neutral++_White +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/X11/icons/Neutral++_White/cursors cd ${WRKSRC}/cursors \ Modified: head/x11-themes/cursor-polar-theme/Makefile ============================================================================== --- head/x11-themes/cursor-polar-theme/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/cursor-polar-theme/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -17,6 +17,7 @@ USE_BZIP2= yes WRKSRC= ${WRKDIR} +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/X11/icons/polar/cursors cd ${WRKSRC}/PolarCursorTheme/cursors \ Modified: head/x11-themes/e16-themes/Makefile ============================================================================== --- head/x11-themes/e16-themes/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/e16-themes/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: e16-themes -# Date created: 20 August 2008 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= e16-themes PORTVERSION= 1.0.1 @@ -16,4 +12,5 @@ COMMENT= A set of themes for the e16 win DATADIR= ${PREFIX}/share/e16 GNU_CONFIGURE= yes +NO_STAGE= yes .include Modified: head/x11-themes/emerald-themes/Makefile ============================================================================== --- head/x11-themes/emerald-themes/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/emerald-themes/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,4 @@ -# New ports collection makefile for: emerald-themes -# Date created: Oct 29 2006 -# Whom: Florent Thoumie -# # $FreeBSD$ -# PORTNAME= emerald-themes PORTVERSION= 0.6.0 @@ -23,6 +18,7 @@ USE_AUTOTOOLS= autoconf:env automake:env CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|/bin/bash|${LOCALBASE}/bin/bash|' \ ${WRKSRC}/themes/import.sh Modified: head/x11-themes/fluxbox-tenr-styles-pack/Makefile ============================================================================== --- head/x11-themes/fluxbox-tenr-styles-pack/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/fluxbox-tenr-styles-pack/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fluxbox-tenr-styles-pack -# Date created: 2007-12-15 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= fluxbox-tenr-styles-pack PORTVERSION= 20071215 @@ -25,6 +21,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/tenr.de-styles-pkg +NO_STAGE= yes do-install: ${MKDIR} ${INSTALL_DIR} cd ${WRKSRC}; ${COPYTREE_SHARE} \* ${INSTALL_DIR} Modified: head/x11-themes/fvwm-themes/Makefile ============================================================================== --- head/x11-themes/fvwm-themes/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/fvwm-themes/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fvwm-themes -# Date created: 2 February 2001 -# Whom: Oyvind Albrigtsen -# +# Created by: Oyvind Albrigtsen # $FreeBSD$ -# PORTNAME= fvwm-themes PORTVERSION= 0.7.0 @@ -29,6 +25,7 @@ GNU_CONFIGURE= yes MAN1= fvwm-themes-config.1 fvwm-themes-menuapp.1 fvwm-themes-com.1 \ fvwm-themes-images.1 fvwm-themes-start.1 fvwm-themes-root.1 +NO_STAGE= yes post-install: @cd ${WRKDIR}/${PORTNAME}-extra-${PORTVERSION} && ${FIND} . | \ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/fvwm/themes Modified: head/x11-themes/gnome-backgrounds/Makefile ============================================================================== --- head/x11-themes/gnome-backgrounds/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-backgrounds/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome-backgrounds -# Date Created: 12 January 2005 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11-themes/gnome-backgrounds/Makefile,v 1.49 2010/09/27 19:52:50 kwm Exp $ -# PORTNAME= gnome-backgrounds PORTVERSION= 2.32.0 @@ -23,4 +19,5 @@ USE_GNOME= gnomeprefix gnomehack intlhac CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include Modified: head/x11-themes/gnome-bluecurve-theme/Makefile ============================================================================== --- head/x11-themes/gnome-bluecurve-theme/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-bluecurve-theme/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome-bluecurve-theme -# Date created: 29 May 2005 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTNAME= gnome-bluecurve-theme @@ -20,6 +16,7 @@ MASTERDIR= ${.CURDIR}/../bluecurve-theme NO_BUILD= yes PLIST_FILES= share/themes/Bluecurve/index.theme +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/share/themes/Bluecurve ${INSTALL_DATA} ${WRKSRC}/art/index.theme ${PREFIX}/share/themes/Bluecurve Modified: head/x11-themes/gnome-icons-aqua-fusion/Makefile ============================================================================== --- head/x11-themes/gnome-icons-aqua-fusion/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-icons-aqua-fusion/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gnome iconset AquaFusion -# Date created: 29 Feb 2004 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ -# # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check @@ -25,5 +21,6 @@ RESTRICTED= ${REASON} USE_BZIP2= yes WRKSRC= "${WRKDIR}/AquaFusion" +NO_STAGE= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Modified: head/x11-themes/gnome-icons-crystal/Makefile ============================================================================== --- head/x11-themes/gnome-icons-crystal/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-icons-crystal/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gnome iconset Crystal SVG -# Date created: 29 Feb 2004 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ -# # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check @@ -25,6 +21,7 @@ RESTRICTED= ${REASON} USE_BZIP2= yes WRKSRC= ${WRKDIR}/CfG-Crystal-SVG-${PORTVERSION} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|\(^Directories=.*\),,|\1,|' ${WRKSRC}/index.theme Modified: head/x11-themes/gnome-icons-dropline-neu/Makefile ============================================================================== --- head/x11-themes/gnome-icons-dropline-neu/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-icons-dropline-neu/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -12,5 +12,6 @@ COMMENT= Dropline Neu Icons for Gnome USE_BZIP2= yes WRKSRC= "${WRKDIR}/Neu" +NO_STAGE= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Modified: head/x11-themes/gnome-icons-dropline-nou/Makefile ============================================================================== --- head/x11-themes/gnome-icons-dropline-nou/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-icons-dropline-nou/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -12,6 +12,7 @@ COMMENT= Dropline Nou Icons for Gnome USE_BZIP2= yes WRKSRC= "${WRKDIR}/Nou" +NO_STAGE= yes post-extract: @${RM} ${WRKSRC}/.icon-theme.cache Modified: head/x11-themes/gnome-icons-elementary/Makefile ============================================================================== --- head/x11-themes/gnome-icons-elementary/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-icons-elementary/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome-icons-elementary -# Date created: 2010-04-16 -# Whom: Nicole Reid -# +# Created by: Nicole Reid # $FreeBSD$ -# PORTNAME= elementary PORTVERSION= 2.5 @@ -15,5 +11,6 @@ COMMENT= Elementary icon set LICENSE= GPLv2 +NO_STAGE= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Modified: head/x11-themes/gnome-icons-faenza/Makefile ============================================================================== --- head/x11-themes/gnome-icons-faenza/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-icons-faenza/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -23,6 +23,7 @@ THEMES= Faenza Faenza-Dark Faenza-Darke FAENZA_LIGHT= Faenza FAENZA_DARK= Faenza-Dark +NO_STAGE= yes do-install: .for theme in ${THEMES} @cd ${WRKDIR} && ${TAR} -xf ${theme}.tar.gz Modified: head/x11-themes/gnome-icons-gentoo-test/Makefile ============================================================================== --- head/x11-themes/gnome-icons-gentoo-test/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-icons-gentoo-test/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gnome iconset Gentoo-Test -# Date created: 29 Feb 2004 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ -# # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check @@ -25,5 +21,6 @@ RESTRICTED= ${REASON} USE_BZIP2= yes WRKSRC= "${WRKDIR}/Gentoo-test" +NO_STAGE= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Modified: head/x11-themes/gnome-icons-gion/Makefile ============================================================================== --- head/x11-themes/gnome-icons-gion/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-icons-gion/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -12,5 +12,6 @@ COMMENT= Gion Icons for Gnome USE_BZIP2= yes WRKSRC= "${WRKDIR}/Gion" +NO_STAGE= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Modified: head/x11-themes/gnome-icons-iris/Makefile ============================================================================== --- head/x11-themes/gnome-icons-iris/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-icons-iris/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gnome iconset Crystal Iris -# Date created: 29 Feb 2004 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ -# # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check @@ -25,5 +21,6 @@ RESTRICTED= ${REASON} USE_BZIP2= yes WRKSRC= "${WRKDIR}/Iris" +NO_STAGE= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Modified: head/x11-themes/gnome-icons-jini/Makefile ============================================================================== --- head/x11-themes/gnome-icons-jini/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-icons-jini/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR} WANT_GNOME= yes INSTALLS_ICONS= yes +NO_STAGE= yes post-extract: @for FILE in ${WRKDIR}/JiniOrange/scalable/apps/haansoft-hwp.svg \ ${WRKDIR}/JiniYellowishGreen/scalable/apps/haansoft-hwp.svg \ Modified: head/x11-themes/gnome-icons-lila/Makefile ============================================================================== --- head/x11-themes/gnome-icons-lila/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-icons-lila/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gnome iconset Lila -# Date created: 2 Feb 2005 -# Whom: Filippo Natali -# +# Created by: Filippo Natali # $FreeBSD$ -# # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check @@ -24,5 +20,6 @@ NO_WRKSUBDIR= yes USE_BZIP2= yes +NO_STAGE= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Modified: head/x11-themes/gnome-icons-noia-full/Makefile ============================================================================== --- head/x11-themes/gnome-icons-noia-full/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-icons-noia-full/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gnome iconset Noia-Full -# Date created: 29 Feb 2004 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ -# # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check @@ -25,5 +21,6 @@ RESTRICTED= ${REASON} USE_BZIP2= yes WRKSRC= "${WRKDIR}/Noia" +NO_STAGE= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Modified: head/x11-themes/gnome-icons-noia-warm/Makefile ============================================================================== --- head/x11-themes/gnome-icons-noia-warm/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-icons-noia-warm/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gnome iconset Noia Warm -# Date created: 29 Feb 2004 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ -# # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check @@ -25,5 +21,6 @@ RESTRICTED= ${REASON} USE_BZIP2= yes WRKSRC= "${WRKDIR}/NoiaWarm" +NO_STAGE= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Modified: head/x11-themes/gnome-icons-refined/Makefile ============================================================================== --- head/x11-themes/gnome-icons-refined/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-icons-refined/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gnome iconset Refined -# Date created: 29 Feb 2004 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ -# # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check @@ -24,5 +20,6 @@ RESTRICTED= ${REASON} WRKSRC= "${WRKDIR}/gnome-rh8" +NO_STAGE= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Modified: head/x11-themes/gnome-icons-slick/Makefile ============================================================================== --- head/x11-themes/gnome-icons-slick/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-icons-slick/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gnome iconset Slick -# Date created: 29 Feb 2004 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ -# # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check @@ -25,5 +21,6 @@ RESTRICTED= ${REASON} USE_BZIP2= yes WRKSRC= "${WRKDIR}/Slick" +NO_STAGE= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Modified: head/x11-themes/gnome-icons-snow-apple/Makefile ============================================================================== --- head/x11-themes/gnome-icons-snow-apple/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-icons-snow-apple/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gnome iconset Snow-Apple -# Date created: 29 Feb 2004 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ -# # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check @@ -24,5 +20,6 @@ RESTRICTED= ${REASON} WRKSRC= "${WRKDIR}/Snow-Apple" +NO_STAGE= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Modified: head/x11-themes/gnome-icons-snowish/Makefile ============================================================================== --- head/x11-themes/gnome-icons-snowish/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-icons-snowish/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Snowish Iconset -# Date created: 13 Feb 2006 -# Whom: Babak Farrokhi -# +# Created by: Babak Farrokhi # $FreeBSD$ -# PORTNAME= snowish PORTVERSION= 1.0 @@ -20,5 +16,6 @@ USE_BZIP2= yes #WRKSRC= ${WRKDIR}/snowish-Icons-${PORTVERSION} +NO_STAGE= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Modified: head/x11-themes/gnome-icons-stylish/Makefile ============================================================================== --- head/x11-themes/gnome-icons-stylish/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-icons-stylish/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gnome iconset Stylish -# Date created: 29 Feb 2004 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ -# # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check @@ -24,5 +20,6 @@ RESTRICTED= ${REASON} WRKSRC= "${WRKDIR}/${PORTNAME}" +NO_STAGE= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Modified: head/x11-themes/gnome-icons-ximian-south/Makefile ============================================================================== --- head/x11-themes/gnome-icons-ximian-south/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-icons-ximian-south/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gnome iconset Ximian-South -# Date created: 29 Feb 2004 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ -# # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check @@ -24,5 +20,6 @@ RESTRICTED= ${REASON} WRKSRC= "${WRKDIR}/${PORTNAME}" +NO_STAGE= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include Modified: head/x11-themes/gnome-icons/Makefile ============================================================================== --- head/x11-themes/gnome-icons/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-icons/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gnome iconset -# Date created: 29 Feb 2004 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ -# # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check @@ -39,4 +35,5 @@ NO_BUILD= yes do-install: # empty +NO_STAGE= yes .include Modified: head/x11-themes/gnome-look/Makefile ============================================================================== --- head/x11-themes/gnome-look/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-look/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,7 +1,4 @@ -# New ports collection makefile for: gnome-look -# Date Created: 10 June 2000 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ # $MCom: ports/x11-themes/gnome-look/Makefile,v 1.1 2006/07/19 19:56:14 ahze Exp $ @@ -18,6 +15,7 @@ USE_GNOME= gtk12 USE_AUTOTOOLS= libtool USE_GMAKE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure Modified: head/x11-themes/gnome-themes-extras/Makefile ============================================================================== --- head/x11-themes/gnome-themes-extras/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-themes-extras/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -24,4 +24,5 @@ INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include Modified: head/x11-themes/gnome-themes/Makefile ============================================================================== --- head/x11-themes/gnome-themes/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gnome-themes/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -26,4 +26,5 @@ USE_GNOME= gnomehack gnomeprefix intlhac CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include Modified: head/x11-themes/greybird-theme/Makefile ============================================================================== --- head/x11-themes/greybird-theme/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/greybird-theme/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,6 +1,5 @@ # Created by: Olivier Duchateau # $FreeBSD$ -# PORTNAME= greybird PORTVERSION= 1.2 @@ -27,6 +26,7 @@ OPTIONS_DEFINE= NOTIFYD OPTIONS_DEFAULT= NOTIFYD NOTIFYD_DESC= Install xfce4-notifyd theme +NO_STAGE= yes .include post-extract: Modified: head/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile ============================================================================== --- head/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: AluminumAlloy-Cryogenic (gtk theme) -# Date Created: 27 August 2004 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTREVISION= 5 @@ -14,4 +10,5 @@ MASTERDIR= ${.CURDIR}/../gtk-aluminumall DISTINFO_FILE= ${.CURDIR}/../gtk-aluminumalloy-cryogenic-theme/distinfo PLIST= ${.CURDIR}/../gtk-aluminumalloy-cryogenic-theme/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/x11-themes/gtk-aluminumalloy-smog-theme/Makefile ============================================================================== --- head/x11-themes/gtk-aluminumalloy-smog-theme/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gtk-aluminumalloy-smog-theme/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: AluminumAlloy-Smog (gtk theme) -# Date Created: 27 August 2004 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTREVISION= 5 @@ -14,4 +10,5 @@ MASTERDIR= ${.CURDIR}/../gtk-aluminumall DISTINFO_FILE= ${.CURDIR}/../gtk-aluminumalloy-smog-theme/distinfo PLIST= ${.CURDIR}/../gtk-aluminumalloy-smog-theme/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile ============================================================================== --- head/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: AluminumAlloy-Toxic (gtk theme) -# Date Created: 27 August 2004 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTREVISION= 5 @@ -14,4 +10,5 @@ MASTERDIR= ${.CURDIR}/../gtk-aluminumall DISTINFO_FILE= ${.CURDIR}/../gtk-aluminumalloy-toxic-theme/distinfo PLIST= ${.CURDIR}/../gtk-aluminumalloy-toxic-theme/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile ============================================================================== --- head/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: AluminumAlloy-Volcanic (gtk theme and master port) -# Date Created: 27 August 2004 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= aluminumalloy PORTVERSION?= 2004.01.04 @@ -36,6 +32,7 @@ PLIST_SUB+= GTK20="@comment " METACITY=" USE_GNOME= gnomehier .endif +NO_STAGE= yes do-install: @${MKDIR} ${THEME_DIR} .if ${TYPE} == "gtk" Modified: head/x11-themes/gtk-aquaextremesunken-theme/Makefile ============================================================================== --- head/x11-themes/gtk-aquaextremesunken-theme/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gtk-aquaextremesunken-theme/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: AquaExtreme Sunken (gtk20 theme/master) -# Date created: 25 Feb 2005 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= aquaextremesunken PORTVERSION= 1.0 @@ -33,6 +29,7 @@ PLIST_SUB+= GTK20="@comment " METACITY=" USE_GNOME= gnomehier .endif +NO_STAGE= yes do-install: @${MKDIR} ${THEME_DIR} .if ${TYPE} == "gtk" Modified: head/x11-themes/gtk-aqualightblue-theme/Makefile ============================================================================== --- head/x11-themes/gtk-aqualightblue-theme/Makefile Fri Sep 20 23:52:24 2013 (r327782) +++ head/x11-themes/gtk-aqualightblue-theme/Makefile Fri Sep 20 23:54:03 2013 (r327783) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtk-aqualightblue-theme -# Date Created: 14 March 2003 -# Whom: Philip Paeps -# +# Created by: Philip Paeps # $FreeBSD$ -# PORTNAME= gtk-aqualightblue-theme PORTVERSION= 0.1 @@ -21,6 +17,7 @@ WRKSRC= ${WRKDIR}/AquaLightBlue NO_BUILD= yes USE_GNOME= gtk20 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 23:55:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D67AEEA5; Fri, 20 Sep 2013 23:55:59 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C35F82A96; Fri, 20 Sep 2013 23:55:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KNtxm2086745; Fri, 20 Sep 2013 23:55:59 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KNtxUg086744; Fri, 20 Sep 2013 23:55:59 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201309202355.r8KNtxUg086744@svn.freebsd.org> From: Jason Helfman Date: Fri, 20 Sep 2013 23:55:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327784 - head/net/gateway6 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.14 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: Fri, 20 Sep 2013 23:55:59 -0000 Author: jgh Date: Fri Sep 20 23:55:59 2013 New Revision: 327784 URL: http://svnweb.freebsd.org/changeset/ports/327784 Log: - unsupported upstream, consider using net/gogoc In working through this pr, I had discovered the disfile was no longer available, and it was recommended by maintainer to move ahead with a deprecation path. PR: 182230 Submitted by: mike@fth-devel.net ( maintainer ) Modified: head/net/gateway6/Makefile Modified: head/net/gateway6/Makefile ============================================================================== --- head/net/gateway6/Makefile Fri Sep 20 23:54:03 2013 (r327783) +++ head/net/gateway6/Makefile Fri Sep 20 23:55:59 2013 (r327784) @@ -14,6 +14,9 @@ COMMENT= Gateway6 Tunnel Setup Protocol CONFLICTS= freenet6-[0-9]* +DEPRECATED= Unsupported upstream, consider using net/gogoc +EXPIRATION_DATE= 2013-12-31 + USE_RC_SUBR= gateway6 WRKSRC= ${WRKDIR}/gw6c-6_0_1 ETCDIR= ${PREFIX}/etc From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 23:58:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 06BD694; Fri, 20 Sep 2013 23:58:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E34A32AB1; Fri, 20 Sep 2013 23:58:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KNw6SF090929; Fri, 20 Sep 2013 23:58:06 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KNvmdW090730; Fri, 20 Sep 2013 23:57:48 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309202357.r8KNvmdW090730@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Sep 2013 23:57:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327785 - in head/x11-toolkits: SoXt Xaw3d attica bakery blt bwidget c++-gtk-utils easygtk eel elementary fl_editor flowcanvas fltk flvw fox14 fox16 fox17 fpc-gnome1 fpc-gtk1 fpc-gtk2 f... 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.14 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: Fri, 20 Sep 2013 23:58:07 -0000 Author: bapt Date: Fri Sep 20 23:57:47 2013 New Revision: 327785 URL: http://svnweb.freebsd.org/changeset/ports/327785 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: x11-toolkits) Modified: head/x11-toolkits/SoXt/Makefile head/x11-toolkits/Xaw3d/Makefile head/x11-toolkits/attica/Makefile head/x11-toolkits/bakery/Makefile head/x11-toolkits/blt/Makefile head/x11-toolkits/bwidget/Makefile head/x11-toolkits/c++-gtk-utils/Makefile head/x11-toolkits/easygtk/Makefile head/x11-toolkits/eel/Makefile head/x11-toolkits/elementary/Makefile head/x11-toolkits/fl_editor/Makefile head/x11-toolkits/flowcanvas/Makefile head/x11-toolkits/fltk/Makefile head/x11-toolkits/flvw/Makefile head/x11-toolkits/fox14/Makefile head/x11-toolkits/fox16/Makefile head/x11-toolkits/fox17/Makefile head/x11-toolkits/fpc-gnome1/Makefile head/x11-toolkits/fpc-gtk1/Makefile head/x11-toolkits/fpc-gtk2/Makefile head/x11-toolkits/fpc-xforms/Makefile head/x11-toolkits/fxscintilla/Makefile head/x11-toolkits/gai/Makefile head/x11-toolkits/gal2-reference/Makefile head/x11-toolkits/gal2/Makefile head/x11-toolkits/gdl/Makefile head/x11-toolkits/gigi/Makefile head/x11-toolkits/girara/Makefile head/x11-toolkits/gnocl/Makefile head/x11-toolkits/gnome-desktop-sharp20/Makefile head/x11-toolkits/gnome-sharp20/Makefile head/x11-toolkits/gnomemm/Makefile head/x11-toolkits/gnustep-back/Makefile head/x11-toolkits/gnustep-gui/Makefile head/x11-toolkits/gstreamer-plugins-pango/Makefile head/x11-toolkits/gstreamer1-plugins-pango/Makefile head/x11-toolkits/gtk-sharp-beans/Makefile head/x11-toolkits/gtk-sharp10/Makefile head/x11-toolkits/gtk-sharp20/Makefile head/x11-toolkits/gtk12/Makefile head/x11-toolkits/gtk20-reference/Makefile head/x11-toolkits/gtk20/Makefile head/x11-toolkits/gtk30-reference/Makefile head/x11-toolkits/gtk30/Makefile head/x11-toolkits/gtkada/Makefile head/x11-toolkits/gtkdatabox/Makefile head/x11-toolkits/gtkextra2/Makefile head/x11-toolkits/gtkglarea2/Makefile head/x11-toolkits/gtkglext/Makefile head/x11-toolkits/gtkglextmm/Makefile head/x11-toolkits/gtkimageview/Makefile head/x11-toolkits/gtkmathview/Makefile head/x11-toolkits/gtkmm20-reference/Makefile head/x11-toolkits/gtkmm20/Makefile head/x11-toolkits/gtkmm24-reference/Makefile head/x11-toolkits/gtkmm24/Makefile head/x11-toolkits/gtkmm30-reference/Makefile head/x11-toolkits/gtkmm30/Makefile head/x11-toolkits/gtksourceview-reference/Makefile head/x11-toolkits/gtksourceview-sharp/Makefile head/x11-toolkits/gtksourceview/Makefile head/x11-toolkits/gtksourceview2-reference/Makefile head/x11-toolkits/gtksourceview2/Makefile head/x11-toolkits/gtksourceview3-reference/Makefile head/x11-toolkits/gtksourceview3/Makefile head/x11-toolkits/gtksourceviewmm3/Makefile head/x11-toolkits/gtkunique/Makefile head/x11-toolkits/guile-gtk/Makefile head/x11-toolkits/hippo-canvas/Makefile head/x11-toolkits/hs-GLURaw/Makefile head/x11-toolkits/hs-GLUT/Makefile head/x11-toolkits/hs-OpenGL/Makefile head/x11-toolkits/hs-OpenGLRaw/Makefile head/x11-toolkits/hs-frantk/Makefile head/x11-toolkits/hs-gtk/Makefile head/x11-toolkits/hs-gtk2hs/Makefile head/x11-toolkits/hs-gtkglext/Makefile head/x11-toolkits/hs-gtksourceview2/Makefile head/x11-toolkits/hs-pango/Makefile head/x11-toolkits/hs-vte/Makefile head/x11-toolkits/hs-wx/Makefile head/x11-toolkits/hs-wxc/Makefile head/x11-toolkits/hs-wxcore/Makefile head/x11-toolkits/hs-wxdirect/Makefile head/x11-toolkits/irrlicht/Makefile head/x11-toolkits/itk/Makefile head/x11-toolkits/iwidgets/Makefile head/x11-toolkits/lesstif/Makefile head/x11-toolkits/libXaw/Makefile head/x11-toolkits/libXmu/Makefile head/x11-toolkits/libXt/Makefile head/x11-toolkits/libbonoboui-reference/Makefile head/x11-toolkits/libbonoboui/Makefile head/x11-toolkits/libgail-gnome/Makefile head/x11-toolkits/libgdiplus/Makefile head/x11-toolkits/libgnomeprintui/Makefile head/x11-toolkits/libgnomeprintuimm/Makefile head/x11-toolkits/libgnomeui-reference/Makefile head/x11-toolkits/libgnomeui/Makefile head/x11-toolkits/libgnomeuimm/Makefile head/x11-toolkits/libgnomeuimm26/Makefile head/x11-toolkits/libgtk-java/Makefile head/x11-toolkits/libgtksourceviewmm/Makefile head/x11-toolkits/libpanelappletmm/Makefile head/x11-toolkits/libsexy/Makefile head/x11-toolkits/libsexymm/Makefile head/x11-toolkits/libunique3/Makefile head/x11-toolkits/libwnck-reference/Makefile head/x11-toolkits/libwnck/Makefile head/x11-toolkits/libxaw3dxft/Makefile head/x11-toolkits/libxfce4gui/Makefile head/x11-toolkits/libzvt/Makefile head/x11-toolkits/linux-f10-blt/Makefile head/x11-toolkits/linux-f10-gtk/Makefile head/x11-toolkits/linux-f10-gtk2/Makefile head/x11-toolkits/linux-f10-openmotif/Makefile head/x11-toolkits/linux-f10-pango/Makefile head/x11-toolkits/linux-f10-qt45/Makefile head/x11-toolkits/linux-f10-tk85/Makefile head/x11-toolkits/movingmotif/Makefile head/x11-toolkits/mowitz/Makefile head/x11-toolkits/mygui/Makefile head/x11-toolkits/neXtaw/Makefile head/x11-toolkits/nucleo/Makefile head/x11-toolkits/ocaml-lablgtk2/Makefile head/x11-toolkits/open-motif/Makefile head/x11-toolkits/otk/Makefile head/x11-toolkits/p5-Alien-wxWidgets/Makefile head/x11-toolkits/p5-Glade2/Makefile head/x11-toolkits/p5-Gnome2-Canvas/Makefile head/x11-toolkits/p5-Gnome2-VFS/Makefile head/x11-toolkits/p5-Gnome2/Makefile head/x11-toolkits/p5-Gtk/Makefile head/x11-toolkits/p5-Gtk2-Chmod/Makefile head/x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile head/x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile head/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile head/x11-toolkits/p5-Gtk2-Ex-Simple-List/Makefile head/x11-toolkits/p5-Gtk2-Ex-Utils/Makefile head/x11-toolkits/p5-Gtk2-GladeXML/Makefile head/x11-toolkits/p5-Gtk2-Html2/Makefile head/x11-toolkits/p5-Gtk2-ImageView/Makefile head/x11-toolkits/p5-Gtk2-PathButtonBar/Makefile head/x11-toolkits/p5-Gtk2-TrayIcon/Makefile head/x11-toolkits/p5-Gtk2/Makefile head/x11-toolkits/p5-Pango/Makefile head/x11-toolkits/p5-Prima/Makefile head/x11-toolkits/p5-Tk-Action/Makefile head/x11-toolkits/p5-Tk-Autoscroll/Makefile head/x11-toolkits/p5-Tk-ColourChooser/Makefile head/x11-toolkits/p5-Tk-Contrib/Makefile head/x11-toolkits/p5-Tk-CursorControl/Makefile head/x11-toolkits/p5-Tk-DKW/Makefile head/x11-toolkits/p5-Tk-Date/Makefile head/x11-toolkits/p5-Tk-DynaTabFrame/Makefile head/x11-toolkits/p5-Tk-Enscript/Makefile head/x11-toolkits/p5-Tk-FileDialog/Makefile head/x11-toolkits/p5-Tk-FontDialog/Makefile head/x11-toolkits/p5-Tk-GBARR/Makefile head/x11-toolkits/p5-Tk-Getopt/Makefile head/x11-toolkits/p5-Tk-HistEntry/Makefile head/x11-toolkits/p5-Tk-JComboBox/Makefile head/x11-toolkits/p5-Tk-ResizeButton/Makefile head/x11-toolkits/p5-Tk-Role-Dialog/Makefile head/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile head/x11-toolkits/p5-Tk-Splashscreen/Makefile head/x11-toolkits/p5-Tk-Sugar/Makefile head/x11-toolkits/p5-Tk-TableMatrix/Makefile head/x11-toolkits/p5-Tk-ToolBar/Makefile head/x11-toolkits/p5-Tk/Makefile head/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile head/x11-toolkits/p5-Wx/Makefile head/x11-toolkits/pango-reference/Makefile head/x11-toolkits/pango/Makefile head/x11-toolkits/pangomm/Makefile head/x11-toolkits/pangox-compat/Makefile head/x11-toolkits/pangoxsl/Makefile head/x11-toolkits/paragui-devel/Makefile head/x11-toolkits/phat/Makefile head/x11-toolkits/plib/Makefile head/x11-toolkits/pure-gtk/Makefile head/x11-toolkits/pure-tk/Makefile head/x11-toolkits/py-Pmw/Makefile head/x11-toolkits/py-SquareMap/Makefile head/x11-toolkits/py-fltk/Makefile head/x11-toolkits/py-gnome-desktop/Makefile head/x11-toolkits/py-gnome-extras/Makefile head/x11-toolkits/py-gnome2/Makefile head/x11-toolkits/py-gtk2/Makefile head/x11-toolkits/py-gtkglext/Makefile head/x11-toolkits/py-gtksourceview/Makefile head/x11-toolkits/py-gui/Makefile head/x11-toolkits/py-kivy/Makefile head/x11-toolkits/py-kiwi/Makefile head/x11-toolkits/py-pyqwt/Makefile head/x11-toolkits/py-qt4-gui/Makefile head/x11-toolkits/py-sexy/Makefile head/x11-toolkits/py-tkinter/Makefile head/x11-toolkits/py-tktreectrl/Makefile head/x11-toolkits/py-traitsbackendwx/Makefile head/x11-toolkits/py-traitsgui/Makefile head/x11-toolkits/py-vte/Makefile head/x11-toolkits/py-wax/Makefile head/x11-toolkits/py-wmdockapps/Makefile head/x11-toolkits/py-wxPython26-common/Makefile head/x11-toolkits/py-wxPython26-unicode/Makefile head/x11-toolkits/py-wxPython26/Makefile head/x11-toolkits/py-wxPython28-common/Makefile head/x11-toolkits/py-wxPython28-unicode/Makefile head/x11-toolkits/py-wxPython28/Makefile head/x11-toolkits/py-xlib/Makefile head/x11-toolkits/py31-tkinter/Makefile head/x11-toolkits/qt4-gui/Makefile head/x11-toolkits/qt4pas/Makefile head/x11-toolkits/qtada/Makefile head/x11-toolkits/qwt5-designerplugin/Makefile head/x11-toolkits/qwt5/Makefile head/x11-toolkits/qwt6-designerplugin/Makefile head/x11-toolkits/qwt6/Makefile head/x11-toolkits/rep-gtk2/Makefile head/x11-toolkits/ruby-fox16/Makefile head/x11-toolkits/ruby-goocanvas/Makefile head/x11-toolkits/ruby-gstreamer/Makefile head/x11-toolkits/ruby-gtk/Makefile head/x11-toolkits/ruby-gtk2/Makefile head/x11-toolkits/ruby-gtksourceview2/Makefile head/x11-toolkits/ruby-pango/Makefile head/x11-toolkits/ruby-poppler/Makefile head/x11-toolkits/ruby-tk/Makefile head/x11-toolkits/ruby-vte/Makefile head/x11-toolkits/rubygem-gdk3/Makefile head/x11-toolkits/rubygem-gtk2/Makefile head/x11-toolkits/rubygem-gtk3/Makefile head/x11-toolkits/rubygem-gtksourceview2/Makefile head/x11-toolkits/rubygem-gtksourceview3/Makefile head/x11-toolkits/rubygem-pango/Makefile head/x11-toolkits/rubygem-poppler/Makefile head/x11-toolkits/rubygem-vte/Makefile head/x11-toolkits/sakura/Makefile head/x11-toolkits/scintilla/Makefile head/x11-toolkits/sdl_pango/Makefile head/x11-toolkits/shared-desktop-ontologies/Makefile head/x11-toolkits/skinlf/Makefile head/x11-toolkits/slingshot/Makefile head/x11-toolkits/soqt/Makefile head/x11-toolkits/swt-devel/Makefile head/x11-toolkits/swt/Makefile head/x11-toolkits/termit/Makefile head/x11-toolkits/tile/Makefile head/x11-toolkits/tix/Makefile head/x11-toolkits/tk-wrapper/Makefile head/x11-toolkits/tk84/Makefile head/x11-toolkits/tk85/Makefile head/x11-toolkits/tk86/Makefile head/x11-toolkits/tkdnd/Makefile head/x11-toolkits/tkshape/Makefile head/x11-toolkits/tktable/Makefile head/x11-toolkits/tktray/Makefile head/x11-toolkits/tktreectrl/Makefile head/x11-toolkits/unique/Makefile head/x11-toolkits/v/Makefile head/x11-toolkits/vdk/Makefile head/x11-toolkits/vdkbuilder/Makefile head/x11-toolkits/viewklass/Makefile head/x11-toolkits/vte-reference/Makefile head/x11-toolkits/vte/Makefile head/x11-toolkits/vtkfox/Makefile head/x11-toolkits/wmapp/Makefile head/x11-toolkits/wxgtk26-common/Makefile head/x11-toolkits/wxgtk26-contrib-common/Makefile head/x11-toolkits/wxgtk26-contrib/Makefile head/x11-toolkits/wxgtk26-docs/Makefile head/x11-toolkits/wxgtk26-unicode-contrib/Makefile head/x11-toolkits/wxgtk26-unicode/Makefile head/x11-toolkits/wxgtk26/Makefile head/x11-toolkits/wxgtk28-common/Makefile head/x11-toolkits/wxgtk28-contrib-common/Makefile head/x11-toolkits/wxgtk28-contrib/Makefile head/x11-toolkits/wxgtk28-unicode-contrib/Makefile head/x11-toolkits/wxgtk28-unicode/Makefile head/x11-toolkits/wxgtk28/Makefile head/x11-toolkits/wxgtk29/Makefile head/x11-toolkits/xbae/Makefile head/x11-toolkits/xforms/Makefile head/x11-toolkits/xmhtml/Makefile head/x11-toolkits/xscoop/Makefile head/x11-toolkits/xview-clients/Makefile head/x11-toolkits/xview/Makefile Modified: head/x11-toolkits/SoXt/Makefile ============================================================================== --- head/x11-toolkits/SoXt/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/SoXt/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -23,6 +23,7 @@ CONFIGURE_ARGS+= --with-pthread=yes --wi USE_LDCONFIG= yes MAN1= soxt-config.1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure Modified: head/x11-toolkits/Xaw3d/Makefile ============================================================================== --- head/x11-toolkits/Xaw3d/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/Xaw3d/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -23,6 +23,7 @@ SUB_FILES= pkg-message XAWVER= 8 SUB_LIST= XAWVER="${XAWVER}" +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-toolkits/attica/Makefile ============================================================================== --- head/x11-toolkits/attica/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/attica/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -19,6 +19,7 @@ USES= cmake CMAKE_ARGS= -DATTICA_ENABLE_TESTS:BOOL=OFF \ -DQT4_BUILD:BOOL=ON +NO_STAGE= yes post-patch: ${REINPLACE_CMD} \ -e 's,$${LIB_DESTINATION}/pkgconfig,libdata/pkgconfig,' \ Modified: head/x11-toolkits/bakery/Makefile ============================================================================== --- head/x11-toolkits/bakery/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/bakery/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -1,7 +1,6 @@ # Created by: Ade Lovett # $FreeBSD$ # $MCom: ports/x11-toolkits/bakery/Makefile,v 1.16 2009/01/09 22:07:11 kwm Exp $ -# PORTNAME= bakery PORTVERSION= 2.6.3 @@ -27,6 +26,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION="2.6" API_VERSION="2.6" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ ${WRKSRC}/Makefile.in Modified: head/x11-toolkits/blt/Makefile ============================================================================== --- head/x11-toolkits/blt/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/blt/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -33,6 +33,7 @@ USE_TK= 84+ INVALID_TK_VER= 86 USE_XORG= x11 +NO_STAGE= yes post-install: ${LN} -sf libBLT24.so.3 ${PREFIX}/lib/libBLT24.so ${LN} -sf libBLTlite24.so.3 ${PREFIX}/lib/libBLTlite24.so Modified: head/x11-toolkits/bwidget/Makefile ============================================================================== --- head/x11-toolkits/bwidget/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/bwidget/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bwidget -# Date created: Jan 29, 2002 -# Whom: Alexander Kabaev -# +# Created by: Alexander Kabaev # $FreeBSD$ -# PORTNAME= bwidget PORTVERSION= 1.9.2 @@ -25,6 +21,7 @@ NO_BUILD= yes PORTDOCS= * .endif +NO_STAGE= yes do-install: @$(MKDIR) ${PREFIX}/lib/bwidget ${INSTALL_DATA} ${WRKSRC}/*.tcl ${PREFIX}/lib/bwidget Modified: head/x11-toolkits/c++-gtk-utils/Makefile ============================================================================== --- head/x11-toolkits/c++-gtk-utils/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/c++-gtk-utils/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -28,6 +28,7 @@ OPTIONS_DEFINE= DEBUG DOCS DEBUG_CONFIGURE_ON= --enable-debug +NO_STAGE= yes .include post-configure: Modified: head/x11-toolkits/easygtk/Makefile ============================================================================== --- head/x11-toolkits/easygtk/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/easygtk/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -19,6 +19,7 @@ USE_LDCONFIG= yes MAKE_ENV= MKDIR="${MKDIR}" \ LN="${LN}" +NO_STAGE= yes do-install: ${INSTALL_DATA} ${WRKSRC}/libeasygtk.a ${PREFIX}/lib/ ${INSTALL_DATA} ${WRKSRC}/easygtk.h ${PREFIX}/include/ Modified: head/x11-toolkits/eel/Makefile ============================================================================== --- head/x11-toolkits/eel/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/eel/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -23,4 +23,5 @@ CONFIGURE_ARGS= --enable-shared --enable CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes .include Modified: head/x11-toolkits/elementary/Makefile ============================================================================== --- head/x11-toolkits/elementary/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/elementary/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -24,6 +24,7 @@ INSTALLS_ICONS= yes CONFIGURE_ARGS= --disable-quick-launch +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-toolkits/fl_editor/Makefile ============================================================================== --- head/x11-toolkits/fl_editor/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/fl_editor/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fl_editor -# Date created: 17 August 2001 -# Whom: Cyrille Lefevre -# +# Created by: Cyrille Lefevre # $FreeBSD$ -# PORTNAME= fl_editor PORTVERSION= 0.4.5 @@ -40,6 +36,7 @@ LIB_FILES= libfleditor.so.1 post-patch: patch-inplace +NO_STAGE= yes patch-inplace: @${REINPLACE_CMD} ${REINPLACE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${WRKSRC}/Makefile.in Modified: head/x11-toolkits/flowcanvas/Makefile ============================================================================== --- head/x11-toolkits/flowcanvas/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/flowcanvas/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -25,6 +25,7 @@ USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes .include .if defined(BATCH) || defined(PACKAGE_BUILDING) Modified: head/x11-toolkits/fltk/Makefile ============================================================================== --- head/x11-toolkits/fltk/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/fltk/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -34,6 +34,7 @@ PORTDOCS= * MAN1= fltk-config.1 fluid.1 MAN3= fltk.3 +NO_STAGE= yes post-patch: prefix="${PREFIX}" ; plength=$$(($${#prefix}+10)) ; \ ${REINPLACE_CMD} -e "\|/etc/fltk|{s||${PREFIX}&|;s|10|$${plength}|;}" \ Modified: head/x11-toolkits/flvw/Makefile ============================================================================== --- head/x11-toolkits/flvw/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/flvw/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flvw -# Date created: 17 August 2001 -# Whom: Cyrille Lefevre -# +# Created by: Cyrille Lefevre # $FreeBSD$ -# PORTNAME= flvw PORTVERSION= 20000224 @@ -38,6 +34,7 @@ USE_LDCONFIG= yes CFLAGS+= -fPIC .endif +NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's/^#define fl_inactive inactive//' \ ${WRKSRC}/FL/Flv_List.H Modified: head/x11-toolkits/fox14/Makefile ============================================================================== --- head/x11-toolkits/fox14/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/fox14/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -41,6 +41,7 @@ OPTIONS_DEFAULT=SHM XFT APPS_DESC= Install sample applications SHM_DESC= Shared Memory support +NO_STAGE= yes .include ## Modified: head/x11-toolkits/fox16/Makefile ============================================================================== --- head/x11-toolkits/fox16/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/fox16/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -37,6 +37,7 @@ OPTIONS_DEFAULT=SHM XFT APPS_DESC= Install sample applications SHM_DESC= Shared Memory support +NO_STAGE= yes .include ## Modified: head/x11-toolkits/fox17/Makefile ============================================================================== --- head/x11-toolkits/fox17/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/fox17/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -40,6 +40,7 @@ MAN1= reswrap-17.1 shutterbug-17.1 adie MAN_REPLACE+= s|${man1:S/-17//}|${man1}|; .endfor +NO_STAGE= yes .include .if ${PORT_OPTIONS:MJPEG} Modified: head/x11-toolkits/fpc-gnome1/Makefile ============================================================================== --- head/x11-toolkits/fpc-gnome1/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/fpc-gnome1/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez +# Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTREVISION= 0 @@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/x11-toolkits/fpc-gtk1/Makefile ============================================================================== --- head/x11-toolkits/fpc-gtk1/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/fpc-gtk1/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -18,4 +18,5 @@ OPTIONS_DEFINE= GTK1 GTK1_DESC= Gimp Toolkit for X11 GUI (version 1.x) OPTIONS_DEFAULT= GTK1 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/x11-toolkits/fpc-gtk2/Makefile ============================================================================== --- head/x11-toolkits/fpc-gtk2/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/fpc-gtk2/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -18,4 +18,5 @@ OPTIONS_DEFINE= GTK2 GTK2_DESC= Gimp Toolkit for X11 GUI (version 2.x) OPTIONS_DEFAULT= GTK2 +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/x11-toolkits/fpc-xforms/Makefile ============================================================================== --- head/x11-toolkits/fpc-xforms/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/fpc-xforms/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -18,4 +18,5 @@ OPTIONS_DEFINE= XFORMS XFORMS_DESC= Install xforms graphical user interface toolkit OPTIONS_DEFAULT= XFORMS +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/x11-toolkits/fxscintilla/Makefile ============================================================================== --- head/x11-toolkits/fxscintilla/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/fxscintilla/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -20,4 +20,5 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes +NO_STAGE= yes .include Modified: head/x11-toolkits/gai/Makefile ============================================================================== --- head/x11-toolkits/gai/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gai/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -28,6 +28,7 @@ PLIST_DIRS= include/gai PORTDOCS= * USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|sdl-config --|${SDL_CONFIG} --|g; \ s|/usr/X11R6|${LOCALBASE}|g" ${WRKSRC}/configure Modified: head/x11-toolkits/gal2-reference/Makefile ============================================================================== --- head/x11-toolkits/gal2-reference/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gal2-reference/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -1,12 +1,9 @@ -# New ports collection makefile for: gal2-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTREVISION= 1 REFERENCE_SRC= ${WRKSRC}/docs +NO_STAGE= yes .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" Modified: head/x11-toolkits/gal2/Makefile ============================================================================== --- head/x11-toolkits/gal2/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gal2/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -30,6 +30,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION="2.6" PORTVERSION=${PORTVERSION} \ SHLIBVERSION="2.4" +NO_STAGE= yes post-extract: ${TOUCH} -f ${WRKSRC}/gal/util/e-util-private.h Modified: head/x11-toolkits/gdl/Makefile ============================================================================== --- head/x11-toolkits/gdl/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gdl/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -19,4 +19,5 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include Modified: head/x11-toolkits/gigi/Makefile ============================================================================== --- head/x11-toolkits/gigi/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gigi/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -33,6 +33,7 @@ PLIST_SUB= SHLIB_VER="${SHLIB_VER}" GIGI_LIBS= GiGi GiGiSDL WRKSRC= ${WRKDIR}/gigi/GG +NO_STAGE= yes .include .if ${PORT_OPTIONS:MOGRE} Modified: head/x11-toolkits/girara/Makefile ============================================================================== --- head/x11-toolkits/girara/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/girara/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -13,6 +13,7 @@ USE_GNOME= glib20 gtk20 USES= gmake pkgconfig USE_LDCONFIG= yes +NO_STAGE= yes .include .if exists(/usr/bin/clang) && ${OSVERSION} > 900014 Modified: head/x11-toolkits/gnocl/Makefile ============================================================================== --- head/x11-toolkits/gnocl/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gnocl/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -34,6 +34,7 @@ PLIST_FILES= ${BASEDIR}/${PORTNAME}.so \ ${BASEDIR}/pkgIndex.tcl PLIST_DIRS= ${BASEDIR} +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|tclsh|${TCLSH}|; \ s|%%LOCALBASE%%|${LOCALBASE}|; \ Modified: head/x11-toolkits/gnome-desktop-sharp20/Makefile ============================================================================== --- head/x11-toolkits/gnome-desktop-sharp20/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gnome-desktop-sharp20/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -18,6 +18,7 @@ USE_PERL5= run USE_GNOME= gnomehack gnomepanel gtkhtml3 gtksharp20 gnomesharp20 librsvg2 vte \ libgnomeprintui gtksourceview2 gnomepanel libwnck nautiluscdburner +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \ 's|^#!/usr/bin/perl|#!${PERL}|' Modified: head/x11-toolkits/gnome-sharp20/Makefile ============================================================================== --- head/x11-toolkits/gnome-sharp20/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gnome-sharp20/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome-sharp -# Date created: 20061025 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ -# PORTNAME= gnome-sharp PORTVERSION= 2.24.2 @@ -24,6 +20,7 @@ USE_GNOME= gnomehack gnomepanel gtksharp libgnomeui MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \ 's|^#!/usr/bin/perl|#!${PERL}|' Modified: head/x11-toolkits/gnomemm/Makefile ============================================================================== --- head/x11-toolkits/gnomemm/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gnomemm/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnomemm -# Date created: 21 May 2003 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ -# PORTNAME= gnomemm PORTVERSION= 2.6.2 @@ -28,4 +24,5 @@ LATEST_LINK= gnomemm2 do-install: # empty +NO_STAGE= yes .include Modified: head/x11-toolkits/gnustep-back/Makefile ============================================================================== --- head/x11-toolkits/gnustep-back/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gnustep-back/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -49,6 +49,7 @@ CONFIGURE_ARGS+= --disable-glitz PLIST_SUB+= BACK=cairo-${BACKVERSION} BACK_SUFFIX?= -cairo +NO_STAGE= yes .include MAKE_FLAGS+= messages=yes Modified: head/x11-toolkits/gnustep-gui/Makefile ============================================================================== --- head/x11-toolkits/gnustep-gui/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gnustep-gui/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -69,6 +69,7 @@ PLIST_SUB+= WITH_ASPELL="" PLIST_SUB+= WITH_ASPELL="@comment " .endif +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s|libpng/png.h|png.h|" ${WRKSRC}/configure Modified: head/x11-toolkits/gstreamer-plugins-pango/Makefile ============================================================================== --- head/x11-toolkits/gstreamer-plugins-pango/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gstreamer-plugins-pango/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gstreamer-plugins-pango -# Date created: 3 Oct 2004 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/x11-toolkits/gstreamer-plugins-pango/Makefile,v 1.6 2008/03/21 04:01:32 ahze Exp $ -# PORTREVISION= 1 CATEGORIES= x11-toolkits @@ -15,4 +11,5 @@ GST_PLUGIN= pango MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/x11-toolkits/gstreamer1-plugins-pango/Makefile ============================================================================== --- head/x11-toolkits/gstreamer1-plugins-pango/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gstreamer1-plugins-pango/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -10,4 +10,5 @@ DIST= base MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/x11-toolkits/gtk-sharp-beans/Makefile ============================================================================== --- head/x11-toolkits/gtk-sharp-beans/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtk-sharp-beans/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -15,6 +15,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_BZIP2= yes +NO_STAGE= yes .include post-extract: Modified: head/x11-toolkits/gtk-sharp10/Makefile ============================================================================== --- head/x11-toolkits/gtk-sharp10/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtk-sharp10/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -1,6 +1,5 @@ # Created by: Juli Mallett # $FreeBSD$ -# $Id: Makefile,v 1.13 2006/10/08 01:57:16 killfill Exp $ PORTNAME= gtk-sharp PORTVERSION= 1.0.10 @@ -24,6 +23,7 @@ USE_GNOME= gnomehack gtkhtml3 vte librsv USE_AUTOTOOLS= libtool +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \ 's|^#!/usr/bin/perl|#!${PERL}|' Modified: head/x11-toolkits/gtk-sharp20/Makefile ============================================================================== --- head/x11-toolkits/gtk-sharp20/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtk-sharp20/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -1,6 +1,5 @@ # Created by: Juli Mallett # $FreeBSD$ -# $Id: Makefile,v 1.27 2007/10/03 00:48:49 killfill Exp $ PORTNAME= gtk-sharp PORTVERSION= 2.12.10 @@ -23,6 +22,7 @@ USES= perl5 gmake pkgconfig USE_PERL5= run USE_GNOME= gnomehack gtk20 libglade2 +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \ 's|^#!/usr/bin/perl|#!${PERL}|' Modified: head/x11-toolkits/gtk12/Makefile ============================================================================== --- head/x11-toolkits/gtk12/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtk12/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -28,6 +28,7 @@ CPPFLAGS+= -I${LOCALBASE}/include INFO= gdk gtk MAN1= gtk-config.1 +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-toolkits/gtk20-reference/Makefile ============================================================================== --- head/x11-toolkits/gtk20-reference/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtk20-reference/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -7,6 +7,7 @@ BOOKS= gdk gtk PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes do-install: .for d in ${BOOKS} if [ -d ${REFERENCE_SRC}/${d}/html ]; then \ Modified: head/x11-toolkits/gtk20/Makefile ============================================================================== --- head/x11-toolkits/gtk20/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtk20/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -1,7 +1,6 @@ # Created by: Vanilla I. Shu # $FreeBSD$ # $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.237 2013/03/04 17:44:38 kwm Exp $ -# Remember to update graphics/gtk-update-icon-cache too. PORTNAME= gtk PORTVERSION= 2.24.19 @@ -46,6 +45,7 @@ MAN1= gtk-query-immodules-2.0.1 OPTIONS_DEFINE= CUPS DEBUG OPTIONS_DEFAULT=CUPS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCUPS} Modified: head/x11-toolkits/gtk30-reference/Makefile ============================================================================== --- head/x11-toolkits/gtk30-reference/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtk30-reference/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -7,6 +7,7 @@ BOOKS= gdk gtk PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes do-install: .for d in ${BOOKS} if [ -d ${REFERENCE_SRC}/${d}/html ]; then \ Modified: head/x11-toolkits/gtk30/Makefile ============================================================================== --- head/x11-toolkits/gtk30/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtk30/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -50,6 +50,7 @@ OPTIONS_DEFINE= CUPS COLORD DEBUG OPTIONS_DEFAULT=CUPS COLORD COLORD_DESC= Color profile support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MCUPS} Modified: head/x11-toolkits/gtkada/Makefile ============================================================================== --- head/x11-toolkits/gtkada/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtkada/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -25,6 +25,7 @@ MAKE_ENV+= DESTDIR=${DESTINY} \ OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} Modified: head/x11-toolkits/gtkdatabox/Makefile ============================================================================== --- head/x11-toolkits/gtkdatabox/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtkdatabox/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -26,6 +26,7 @@ USE_LDCONFIG= yes PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes .include .if ${PORT_OPTIONS:MGLADE} Modified: head/x11-toolkits/gtkextra2/Makefile ============================================================================== --- head/x11-toolkits/gtkextra2/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtkextra2/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -23,6 +23,7 @@ DOCSDIR= ${PREFIX}/share/doc/gtkextra2 PORTDOCS= * +NO_STAGE= yes .include post-patch: Modified: head/x11-toolkits/gtkglarea2/Makefile ============================================================================== --- head/x11-toolkits/gtkglarea2/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtkglarea2/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -22,4 +22,5 @@ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --with-lib-GL +NO_STAGE= yes .include Modified: head/x11-toolkits/gtkglext/Makefile ============================================================================== --- head/x11-toolkits/gtkglext/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtkglext/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -34,6 +34,7 @@ USES= gettext iconv pathfix pkgconfig USE_GNOME= gdkpixbuf2 gtk20 pangox-compat USE_LDCONFIG= yes +NO_STAGE= yes .include post-patch: Modified: head/x11-toolkits/gtkglextmm/Makefile ============================================================================== --- head/x11-toolkits/gtkglextmm/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtkglextmm/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -20,6 +20,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-DGDK_DISABLE_DEPRECATED||g' \ -e 's|-DGDK_PIXBUF_DISABLE_DEPRECATED||g' \ Modified: head/x11-toolkits/gtkimageview/Makefile ============================================================================== --- head/x11-toolkits/gtkimageview/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtkimageview/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -17,6 +17,7 @@ USES= pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^gtkimageview-marshal.[ch]:/s|$$[(]GLIB_GENMARSHAL[)]||'\ ${WRKSRC}/src/Makefile.in Modified: head/x11-toolkits/gtkmathview/Makefile ============================================================================== --- head/x11-toolkits/gtkmathview/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtkmathview/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -26,4 +26,5 @@ MAN1= mathmlviewer.1 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include Modified: head/x11-toolkits/gtkmm20-reference/Makefile ============================================================================== --- head/x11-toolkits/gtkmm20-reference/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtkmm20-reference/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -10,6 +10,7 @@ GNU_CONFIGURE= yes DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.0 +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC}/examples -name Makefile.in \ | ${XARGS} ${REINPLACE_CMD} -e '/^install-am:/ s| all-am||' Modified: head/x11-toolkits/gtkmm20/Makefile ============================================================================== --- head/x11-toolkits/gtkmm20/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtkmm20/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -28,6 +28,7 @@ USE_GNOME= lthack gtk20 CONFIGURE_ARGS= --enable-static=yes \ --with-sigc-prefix=${LOCALBASE} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|glib/gmessages.h|glib/gtestutils.h|g' \ ${WRKSRC}/glib/src/*.ccg ${WRKSRC}/glib/glibmm/*.* \ Modified: head/x11-toolkits/gtkmm24-reference/Makefile ============================================================================== --- head/x11-toolkits/gtkmm24-reference/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtkmm24-reference/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -11,6 +11,7 @@ GNU_CONFIGURE= yes DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.4 +NO_STAGE= yes do-install: .if !defined(NOPORTDOCS) .for d in docs Modified: head/x11-toolkits/gtkmm24/Makefile ============================================================================== --- head/x11-toolkits/gtkmm24/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtkmm24/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -31,6 +31,7 @@ CONFIGURE_ARGS= --disable-documentation PLIST_SUB= VERSION="2.4" API_VERSION="2.4" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \ ${WRKSRC}/Makefile.in Modified: head/x11-toolkits/gtkmm30-reference/Makefile ============================================================================== --- head/x11-toolkits/gtkmm30-reference/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtkmm30-reference/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -11,6 +11,7 @@ GNU_CONFIGURE= yes DOCSDIR= ${PREFIX}/share/doc/gtkmm-3.0 +NO_STAGE= yes do-install: .if !defined(NOPORTDOCS) .for d in docs Modified: head/x11-toolkits/gtkmm30/Makefile ============================================================================== --- head/x11-toolkits/gtkmm30/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtkmm30/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -31,6 +31,7 @@ CONFIGURE_ARGS= --disable-documentation PLIST_SUB= VERSION="3.0" API_VERSION="3.0" +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \ ${WRKSRC}/Makefile.in Modified: head/x11-toolkits/gtksourceview-reference/Makefile ============================================================================== --- head/x11-toolkits/gtksourceview-reference/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtksourceview-reference/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -1,10 +1,7 @@ -# New ports collection makefile for: gtksourceview-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTREVISION= 1 +NO_STAGE= yes .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" Modified: head/x11-toolkits/gtksourceview-sharp/Makefile ============================================================================== --- head/x11-toolkits/gtksourceview-sharp/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtksourceview-sharp/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -1,10 +1,5 @@ -# New ports collection makefile for: gtksourceview-sharp -# Date created: 20040821 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ -# $Id: Makefile,v 1.30 2007/05/19 17:34:30 killfill Exp $ -# PORTNAME= gtksourceview-sharp PORTVERSION= 0.12 @@ -26,6 +21,7 @@ USE_GNOME= gtksourceview gnomehack gtksh USE_AUTOTOOLS= libtool USE_GMAKE= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in Modified: head/x11-toolkits/gtksourceview/Makefile ============================================================================== --- head/x11-toolkits/gtksourceview/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtksourceview/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -25,6 +25,7 @@ CONFIGURE_ARGS= --enable-compile-warning CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lgnuregex" CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes .include .endif Modified: head/x11-toolkits/gtksourceview2-reference/Makefile ============================================================================== --- head/x11-toolkits/gtksourceview2-reference/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtksourceview2-reference/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -1,11 +1,8 @@ -# New ports collection makefile for: gtksourceview-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ # $MCom: ports/x11-toolkits/gtksourceview2-reference/Makefile,v 1.1 2007/06/25 20:59:01 mezz Exp $ -# PORTREVISION= 0 +NO_STAGE= yes .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" Modified: head/x11-toolkits/gtksourceview2/Makefile ============================================================================== --- head/x11-toolkits/gtksourceview2/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtksourceview2/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -27,6 +27,7 @@ CONFIGURE_ARGS= --enable-compile-warning CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include +NO_STAGE= yes .include .endif Modified: head/x11-toolkits/gtksourceview3-reference/Makefile ============================================================================== --- head/x11-toolkits/gtksourceview3-reference/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtksourceview3-reference/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -4,4 +4,5 @@ PORTREVISION= 0 +NO_STAGE= yes .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" Modified: head/x11-toolkits/gtksourceview3/Makefile ============================================================================== --- head/x11-toolkits/gtksourceview3/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtksourceview3/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -26,6 +26,7 @@ CONFIGURE_ARGS= --enable-compile-warning CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|--warn-all||g' \ ${WRKSRC}/gtksourceview/Makefile.in Modified: head/x11-toolkits/gtksourceviewmm3/Makefile ============================================================================== --- head/x11-toolkits/gtksourceviewmm3/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtksourceviewmm3/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -20,4 +20,5 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBAS}/lib CONFIGURE_ARGS= --disable-documentation +NO_STAGE= yes .include Modified: head/x11-toolkits/gtkunique/Makefile ============================================================================== --- head/x11-toolkits/gtkunique/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/gtkunique/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -23,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DBUS OPTIONS_DEFAULT= DBUS +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDBUS} Modified: head/x11-toolkits/guile-gtk/Makefile ============================================================================== --- head/x11-toolkits/guile-gtk/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/guile-gtk/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -1,7 +1,4 @@ -# New ports collection makefile for: guile-gtk -# Date created: 1 January 2000 -# Whom: Matt Braithwaite -# +# Created by: Matt Braithwaite # $FreeBSD$ # $MCom: ports/x11-toolkits/guile-gtk/Makefile,v 1.2 2006/09/10 00:51:17 mezz Exp $ @@ -27,6 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib INFO= guile-gtk +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|gtk-1\.2/||g' Modified: head/x11-toolkits/hippo-canvas/Makefile ============================================================================== --- head/x11-toolkits/hippo-canvas/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/hippo-canvas/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -27,6 +27,7 @@ CONFIGURE_ARGS= --enable-python USE_LDCONFIG= yes CONFIGURE_ARGS+= --disable-gtk-doc +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's/^SUBDIRS =.*$$/SUBDIRS = ./g' ${WRKSRC}/Makefile.in Modified: head/x11-toolkits/hs-GLURaw/Makefile ============================================================================== --- head/x11-toolkits/hs-GLURaw/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/hs-GLURaw/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -11,5 +11,6 @@ LICENSE= BSD USE_CABAL= OpenGLRaw>=1.3 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/x11-toolkits/hs-GLUT/Makefile ============================================================================== --- head/x11-toolkits/hs-GLUT/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/hs-GLUT/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -14,5 +14,6 @@ LICENSE= BSD USE_CABAL= OpenGL>=2.8 OpenGLRaw>=1.3 USE_GL= glut +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/x11-toolkits/hs-OpenGL/Makefile ============================================================================== --- head/x11-toolkits/hs-OpenGL/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/hs-OpenGL/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -13,5 +13,6 @@ LICENSE= BSD USE_CABAL= GLURaw>=1.1.0.0 OpenGLRaw>=1.3.0.0 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/x11-toolkits/hs-OpenGLRaw/Makefile ============================================================================== --- head/x11-toolkits/hs-OpenGLRaw/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/hs-OpenGLRaw/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -11,5 +11,6 @@ LICENSE= BSD USE_GL= gl glut +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/x11-toolkits/hs-frantk/Makefile ============================================================================== --- head/x11-toolkits/hs-frantk/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/hs-frantk/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -25,6 +25,7 @@ PLIST_SUB+= GHC="@comment " OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include .if ${ARCH} == "amd64" Modified: head/x11-toolkits/hs-gtk/Makefile ============================================================================== --- head/x11-toolkits/hs-gtk/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/hs-gtk/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -14,5 +14,6 @@ USES= pkgconfig USE_CABAL= cairo>=0.12.0 gio>=0.12.0 glib>=0.12.0 mtl pango>=0.12.0 USE_GNOME= gtk20 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/x11-toolkits/hs-gtk2hs/Makefile ============================================================================== --- head/x11-toolkits/hs-gtk2hs/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/hs-gtk2hs/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -25,6 +25,7 @@ VTE_DESC= Terminal emulator WEBKIT_DESC= WebKit rendering engine SOEGTK_DESC= Examples for Haskell SoE +NO_STAGE= yes .include "../../lang/ghc/bsd.cabal.options.mk" .if ${PORT_OPTIONS:MGCONF} Modified: head/x11-toolkits/hs-gtkglext/Makefile ============================================================================== --- head/x11-toolkits/hs-gtkglext/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/hs-gtkglext/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -15,5 +15,6 @@ LICENSE= LGPL21 USES= pkgconfig USE_CABAL= glib>=0.12 gtk>=0.12 mtl pango>=0.12 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/x11-toolkits/hs-gtksourceview2/Makefile ============================================================================== --- head/x11-toolkits/hs-gtksourceview2/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/hs-gtksourceview2/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -14,5 +14,6 @@ USES= pkgconfig USE_CABAL= glib>=0.12 gtk>=0.12 mtl USE_GNOME= gtksourceview2 +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/x11-toolkits/hs-pango/Makefile ============================================================================== --- head/x11-toolkits/hs-pango/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/hs-pango/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -14,5 +14,6 @@ USES= pkgconfig USE_CABAL= cairo>=0.12.0 glib>=0.12.0 mtl USE_GNOME= pango +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/x11-toolkits/hs-vte/Makefile ============================================================================== --- head/x11-toolkits/hs-vte/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/hs-vte/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -14,5 +14,6 @@ USES= pkgconfig USE_CABAL= glib>=0.12 gtk>=0.12 mtl pango>=0.12 USE_GNOME= vte +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/x11-toolkits/hs-wx/Makefile ============================================================================== --- head/x11-toolkits/hs-wx/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/hs-wx/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -14,5 +14,6 @@ USE_WX= 2.9 WX_COMPS= wx WX_UNICODE= yes +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/x11-toolkits/hs-wxc/Makefile ============================================================================== --- head/x11-toolkits/hs-wxc/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/hs-wxc/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -17,6 +17,7 @@ WX_UNICODE= yes NOPORTDOCS= yes USE_DOS2UNIX= yes +NO_STAGE= yes post-patch:: @${REINPLACE_CMD} 's|"wx-config"|"wxgtk2u-2.9-config"| ; \ s|/sbin/ldconfig -n|/sbin/ldconfig -m| ' ${WRKSRC}/Setup.hs Modified: head/x11-toolkits/hs-wxcore/Makefile ============================================================================== --- head/x11-toolkits/hs-wxcore/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/hs-wxcore/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -14,5 +14,6 @@ USE_WX= 2.9 WX_COMPS= wx WX_UNICODE= yes +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/x11-toolkits/hs-wxdirect/Makefile ============================================================================== --- head/x11-toolkits/hs-wxdirect/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/hs-wxdirect/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -14,5 +14,6 @@ USE_CABAL= parsec>=2.1.0 strict EXECUTABLE= wxdirect +NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/x11-toolkits/irrlicht/Makefile ============================================================================== --- head/x11-toolkits/irrlicht/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/irrlicht/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -34,6 +34,7 @@ EXAMPLEDIRS= 01.HelloWorld 02.Quake3Map OPTIONS_DEFINE= DEBUG EXAMPLES JOYSTICK JOYSTICK_DESC= Support for Linux Joystick +NO_STAGE= yes .include .if (${ARCH} == "amd64") || (${ARCH} == "ia64") Modified: head/x11-toolkits/itk/Makefile ============================================================================== --- head/x11-toolkits/itk/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/itk/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -1,9 +1,5 @@ -# New ports collection makefile for: itk -# Date created: Aug 17 1996 -# Whom: chuckr -# +# Created by: chuckr # $FreeBSD$ -# PORTNAME= itk PORTVERSION= 3.3 @@ -39,6 +35,7 @@ ITK_LIB_FILE= ${ITK_LIB}.${SHLIB_MAJOR} .if defined(DISPLAY) post-build: test .else +NO_STAGE= yes post-build: # # DISPLAY is not set, so post-build testing is impossible Modified: head/x11-toolkits/iwidgets/Makefile ============================================================================== --- head/x11-toolkits/iwidgets/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/iwidgets/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -1,9 +1,5 @@ -# New ports collection makefile for: itk -# Date created: Aug 17 1996 -# Whom: chuckr -# +# Created by: chuckr # $FreeBSD$ -# PORTNAME= iwidgets PORTVERSION= 4.0.1 @@ -45,6 +41,7 @@ MANN= iwidgets_buttonbox.n iwidgets_cale iwidgets_spintime.n iwidgets_tabnotebook.n iwidgets_tabset.n iwidgets_timeentry.n iwidgets_timefield.n \ iwidgets_toolbar.n iwidgets_watch.n +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,^MKINSTALLDIRS =.*,MKINSTALLDIRS=${MKDIR},' \ -e 's,^INSTALL =.*,INSTALL=${INSTALL} -c,' \ Modified: head/x11-toolkits/lesstif/Makefile ============================================================================== --- head/x11-toolkits/lesstif/Makefile Fri Sep 20 23:55:59 2013 (r327784) +++ head/x11-toolkits/lesstif/Makefile Fri Sep 20 23:57:47 2013 (r327785) @@ -49,6 +49,7 @@ MAN5 = VirtualBindings.5 mwmrc.5 .if defined(HAVE_MOTIF) && !defined(PACKAGE_BUILDING) && !defined(BATCH) && !defined(WANT_LESSTIF) MANUAL_PACKAGE_BUILD= do not want to install during interactive build IS_INTERACTIVE= yes *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 00:01:37 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 492151B3; Sat, 21 Sep 2013 00:01:37 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 33C222AF3; Sat, 21 Sep 2013 00:01:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8L01bbs096839; Sat, 21 Sep 2013 00:01:37 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8L01HlU096484; Sat, 21 Sep 2013 00:01:17 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309210001.r8L01HlU096484@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 21 Sep 2013 00:01:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327786 - in head/x11-wm: aewm afterstep afterstep-i18n afterstep-stable amiwm antiwm awesome awesome-vicious awesome2 bbkeys bbpager blackbox ccsm clementine compiz compiz-fusion compi... 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.14 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: Sat, 21 Sep 2013 00:01:37 -0000 Author: bapt Date: Sat Sep 21 00:01:16 2013 New Revision: 327786 URL: http://svnweb.freebsd.org/changeset/ports/327786 Log: Add NO_STAGE all over the place in preparation for the staging support (cat: x11-wm) Modified: head/x11-wm/aewm/Makefile head/x11-wm/afterstep-i18n/Makefile head/x11-wm/afterstep-stable/Makefile head/x11-wm/afterstep/Makefile head/x11-wm/amiwm/Makefile head/x11-wm/antiwm/Makefile head/x11-wm/awesome-vicious/Makefile head/x11-wm/awesome/Makefile head/x11-wm/awesome2/Makefile head/x11-wm/bbkeys/Makefile head/x11-wm/bbpager/Makefile head/x11-wm/blackbox/Makefile head/x11-wm/ccsm/Makefile head/x11-wm/clementine/Makefile head/x11-wm/compiz-fusion/Makefile head/x11-wm/compiz-plugins-extra/Makefile head/x11-wm/compiz-plugins-main/Makefile head/x11-wm/compiz-plugins-unsupported/Makefile head/x11-wm/compiz/Makefile head/x11-wm/compizconfig-backend-gconf/Makefile head/x11-wm/compizconfig-python/Makefile head/x11-wm/compton/Makefile head/x11-wm/ctwm/Makefile head/x11-wm/devilspie/Makefile head/x11-wm/dwm/Makefile head/x11-wm/e16/Makefile head/x11-wm/e16utils/Makefile head/x11-wm/e17-module-alarm/Makefile head/x11-wm/e17-module-comp-scale/Makefile head/x11-wm/e17-module-cpu/Makefile head/x11-wm/e17-module-deskshow/Makefile head/x11-wm/e17-module-diskio/Makefile head/x11-wm/e17-module-eektool/Makefile head/x11-wm/e17-module-elfe/Makefile head/x11-wm/e17-module-empris/Makefile head/x11-wm/e17-module-engage/Makefile head/x11-wm/e17-module-eooorg/Makefile head/x11-wm/e17-module-everything-aspell/Makefile head/x11-wm/e17-module-everything-mpris/Makefile head/x11-wm/e17-module-everything-pidgin/Makefile head/x11-wm/e17-module-everything-places/Makefile head/x11-wm/e17-module-everything-shotgun/Makefile head/x11-wm/e17-module-everything-wallpaper/Makefile head/x11-wm/e17-module-everything-websearch/Makefile head/x11-wm/e17-module-exebuf/Makefile head/x11-wm/e17-module-execwatch/Makefile head/x11-wm/e17-module-flame/Makefile head/x11-wm/e17-module-forecasts/Makefile head/x11-wm/e17-module-iiirk/Makefile head/x11-wm/e17-module-itask/Makefile head/x11-wm/e17-module-mail/Makefile head/x11-wm/e17-module-mem/Makefile head/x11-wm/e17-module-moon/Makefile head/x11-wm/e17-module-mpdule/Makefile head/x11-wm/e17-module-net/Makefile head/x11-wm/e17-module-news/Makefile head/x11-wm/e17-module-penguins/Makefile head/x11-wm/e17-module-photo/Makefile head/x11-wm/e17-module-places/Makefile head/x11-wm/e17-module-rain/Makefile head/x11-wm/e17-module-rmb/Makefile head/x11-wm/e17-module-screenshot/Makefile head/x11-wm/e17-module-slideshow/Makefile head/x11-wm/e17-module-snow/Makefile head/x11-wm/e17-module-taskbar/Makefile head/x11-wm/e17-module-tclock/Makefile head/x11-wm/e17-module-uptime/Makefile head/x11-wm/e17-module-weather/Makefile head/x11-wm/e17-module-winlist-ng/Makefile head/x11-wm/e17-module-winselector/Makefile head/x11-wm/e17-module-wlan/Makefile head/x11-wm/e17-modules/Makefile head/x11-wm/echinus/Makefile head/x11-wm/ede/Makefile head/x11-wm/emerald/Makefile head/x11-wm/enlightenment-docs/Makefile head/x11-wm/enlightenment/Makefile head/x11-wm/epplets/Makefile head/x11-wm/evilwm/Makefile head/x11-wm/fbcmd/Makefile head/x11-wm/fbpager/Makefile head/x11-wm/fluxbox/Makefile head/x11-wm/fluxconf/Makefile head/x11-wm/fluxter/Makefile head/x11-wm/flwm/Makefile head/x11-wm/fvwm-crystal/Makefile head/x11-wm/fvwm/Makefile head/x11-wm/fvwm2-i18n/Makefile head/x11-wm/fvwm2/Makefile head/x11-wm/gcompmgr/Makefile head/x11-wm/genmenu/Makefile head/x11-wm/golem/Makefile head/x11-wm/hackedbox/Makefile head/x11-wm/herbstluftwm/Makefile head/x11-wm/hs-xmonad-contrib/Makefile head/x11-wm/hs-xmonad/Makefile head/x11-wm/i3/Makefile head/x11-wm/icewm/Makefile head/x11-wm/ion/Makefile head/x11-wm/jewel/Makefile head/x11-wm/jwm/Makefile head/x11-wm/larswm/Makefile head/x11-wm/libcompizconfig/Makefile head/x11-wm/libdockapp/Makefile head/x11-wm/libwraster/Makefile head/x11-wm/lwm/Makefile head/x11-wm/lxsession/Makefile head/x11-wm/matwm2/Makefile head/x11-wm/mcwm/Makefile head/x11-wm/metacity/Makefile head/x11-wm/musca/Makefile head/x11-wm/mutter/Makefile head/x11-wm/nickleby/Makefile head/x11-wm/obconf/Makefile head/x11-wm/obkey/Makefile head/x11-wm/obmenu/Makefile head/x11-wm/obpager/Makefile head/x11-wm/olvwm/Makefile head/x11-wm/openbox/Makefile head/x11-wm/oroborus/Makefile head/x11-wm/pager/Makefile head/x11-wm/pawm/Makefile head/x11-wm/peksystray/Makefile head/x11-wm/pekwm/Makefile head/x11-wm/phluid/Makefile head/x11-wm/piewm/Makefile head/x11-wm/plwm/Makefile head/x11-wm/pwm/Makefile head/x11-wm/qlwm/Makefile head/x11-wm/qtile/Makefile head/x11-wm/ratmen/Makefile head/x11-wm/ratmenu/Makefile head/x11-wm/ratpoison/Makefile head/x11-wm/sapphire/Makefile head/x11-wm/sawfish/Makefile head/x11-wm/selectwm/Makefile head/x11-wm/simple-ccsm/Makefile head/x11-wm/spectrwm/Makefile head/x11-wm/stumpwm/Makefile head/x11-wm/swm/Makefile head/x11-wm/tinywm/Makefile head/x11-wm/transset/Makefile head/x11-wm/treewm/Makefile head/x11-wm/tvtwm/Makefile head/x11-wm/twm/Makefile head/x11-wm/vtwm/Makefile head/x11-wm/w9wm/Makefile head/x11-wm/weewm/Makefile head/x11-wm/windowlab/Makefile head/x11-wm/windowmaker/Makefile head/x11-wm/wm2/Makefile head/x11-wm/wmakerconf/Makefile head/x11-wm/wmanager-addons/Makefile head/x11-wm/wmanager/Makefile head/x11-wm/wmconfig/Makefile head/x11-wm/wmfs/Makefile head/x11-wm/wmii-devel/Makefile head/x11-wm/wmii/Makefile head/x11-wm/wmname/Makefile head/x11-wm/xcompmgr/Makefile head/x11-wm/xfce4-desktop/Makefile head/x11-wm/xfce4-panel/Makefile head/x11-wm/xfce4-session/Makefile head/x11-wm/xfce4-wm/Makefile head/x11-wm/xfce4/Makefile Modified: head/x11-wm/aewm/Makefile ============================================================================== --- head/x11-wm/aewm/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/aewm/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -23,6 +23,7 @@ PORTDOCS= DESIGN LICENSE NEWS README TOD GTKCLIENTS= aemenu-gtk aepanel-gtk XAWCLIENTS= aemenu-xaw aepanel-xaw aesession set-gnome-pda +NO_STAGE= yes .include .if ${HAVE_GNOME:Mgtk20} != "" Modified: head/x11-wm/afterstep-i18n/Makefile ============================================================================== --- head/x11-wm/afterstep-i18n/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/afterstep-i18n/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -39,6 +39,7 @@ SRCDIRS= afterstep \ modules/Banner modules/Pager modules/Wharf \ modules/Wharf/ASSound +NO_STAGE= yes pre-patch: @ ${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/as10+I18N.98Feb27.diff Modified: head/x11-wm/afterstep-stable/Makefile ============================================================================== --- head/x11-wm/afterstep-stable/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/afterstep-stable/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -57,6 +57,7 @@ CONFIGURE_ARGS+= --enable-different-look CONFIGURE_ARGS+= --disable-savewindows .endif +NO_STAGE= yes .include .if exists(${PREFIX}/share/gnome/wm-properties) Modified: head/x11-wm/afterstep/Makefile ============================================================================== --- head/x11-wm/afterstep/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/afterstep/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -30,6 +30,7 @@ SRCDIRS= afterstep \ modules/Banner modules/Pager modules/Wharf \ modules/Wharf/ASSound +NO_STAGE= yes post-patch: ${REINPLACE_CMD} \ -e 's|%%PREFIX%%|${PREFIX}|g' \ Modified: head/x11-wm/amiwm/Makefile ============================================================================== --- head/x11-wm/amiwm/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/amiwm/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -15,6 +15,7 @@ GNU_CONFIGURE= yes USE_XORG= x11 ice sm xext xmu MAN1= amiwm.1 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Copying documents to ${DOCSDIR}" Modified: head/x11-wm/antiwm/Makefile ============================================================================== --- head/x11-wm/antiwm/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/antiwm/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -1,9 +1,5 @@ -# New ports collection makefile for: antiwm -# Date created: 2009-01-30 -# Whom: Dennis Herrmann -# +# Created by: Dennis Herrmann # $FreeBSD$ -# PORTNAME= antiwm PORTVERSION= 0.0.5 @@ -18,6 +14,7 @@ USE_XORG= x11 PLIST_FILES= bin/antiwm PORTDOCS= README LICENSE +NO_STAGE= yes pre-everything:: @${ECHO_MSG} "You can build antiwm with your own conf.h using the ANTIWM_CONF knob:" @${ECHO_MSG} "make ANTIWM_CONF=/path/to/antiwm/conf.h install clean" Modified: head/x11-wm/awesome-vicious/Makefile ============================================================================== --- head/x11-wm/awesome-vicious/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/awesome-vicious/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ NO_BUILD= yes NO_INSTALL= yes PORTDOCS= README TODO CHANGES LICENSE +NO_STAGE= yes .include do-install: Modified: head/x11-wm/awesome/Makefile ============================================================================== --- head/x11-wm/awesome/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/awesome/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -52,6 +52,7 @@ PORTDOCS= AUTHORS BUGS LICENSE README OPTIONS_DEFINE= DBUS DOCS OPTIONS_DEFAULT=DBUS DOCS +NO_STAGE= yes .include .if (exists(${LOCALBASE}/libdata/pkgconfig/cairo.pc) && \ Modified: head/x11-wm/awesome2/Makefile ============================================================================== --- head/x11-wm/awesome2/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/awesome2/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -31,6 +31,7 @@ MAN5= awesome2rc.5 PORTDOCS= AUTHORS LICENSE README STYLE UPGRADE PORTEXAMPLES= awesomerc +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's, "$$(DESTDIR)$$(docdir)";,;,g' \ -e 's,\([[:space:]]\)install-docDATA ,\1,g' \ Modified: head/x11-wm/bbkeys/Makefile ============================================================================== --- head/x11-wm/bbkeys/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/bbkeys/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -30,6 +30,7 @@ PLIST_DIRS= %%DATADIR%% OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-patch: Modified: head/x11-wm/bbpager/Makefile ============================================================================== --- head/x11-wm/bbpager/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/bbpager/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -22,6 +22,7 @@ DOCS= AUTHORS BUGS COPYING ChangeLog IN README TODO EXAMPLES= bbpager.rc README.bbpager +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/bbpager ${PREFIX}/bin .if !defined(NOPORTDOCS) Modified: head/x11-wm/blackbox/Makefile ============================================================================== --- head/x11-wm/blackbox/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/blackbox/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Blackbox -# Date created: June 15, 1998 -# Whom: Brian Handy -# +# Created by: Brian Handy # $FreeBSD$ -# PORTNAME= blackbox PORTVERSION= 0.70.1 @@ -26,6 +22,7 @@ PORTDOCS= README.bbtools README.bsetbg OPTIONS_DEFINE= TOOLS_ONLY TOOLS_ONLY_DESC= Do not install window manager, only tools +NO_STAGE= yes .include .if ${PORT_OPTIONS:MTOOLS_ONLY} Modified: head/x11-wm/ccsm/Makefile ============================================================================== --- head/x11-wm/ccsm/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/ccsm/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ccsm -# Date created: 2007-08-17 -# Whom: Robert Noland -# +# Created by: Robert Noland # $FreeBSD$ -# PORTNAME= ccsm PORTVERSION= 0.8.4 @@ -26,4 +22,5 @@ INSTALLS_EGGINFO= yes INSTALLS_ICONS= yes +NO_STAGE= yes .include Modified: head/x11-wm/clementine/Makefile ============================================================================== --- head/x11-wm/clementine/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/clementine/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -20,6 +20,7 @@ USE_XORG= x11 DOCS= COPYING HISTORY LICENSE REINPLACE_ARGS= -i'' -E +NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's:^CFLAGS:IGNORE:g ; s:^DEFINES:IGNORE:g ;\ s:/usr/X11R6:${LOCALBASE}:g' \ Modified: head/x11-wm/compiz-fusion/Makefile ============================================================================== --- head/x11-wm/compiz-fusion/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/compiz-fusion/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -1,9 +1,5 @@ -# New ports collection makefile for: compiz-fusion -# Date created: 2007-10-22 -# Whom: Robert C. Noland III -# +# Created by: Robert C. Noland III # $FreeBSD$ -# PORTNAME= compiz-fusion PORTVERSION= 0.8.4 @@ -32,6 +28,7 @@ EMERALD_DESC= Enable emerald window deco do-install: # empty +NO_STAGE= yes .include .if ${PORT_OPTIONS:MEXTRA} Modified: head/x11-wm/compiz-plugins-extra/Makefile ============================================================================== --- head/x11-wm/compiz-plugins-extra/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/compiz-plugins-extra/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -57,6 +57,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-schemas +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ ${WRKSRC}/src/group/group-internal.h \ Modified: head/x11-wm/compiz-plugins-main/Makefile ============================================================================== --- head/x11-wm/compiz-plugins-main/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/compiz-plugins-main/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -55,4 +55,5 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-schemas +NO_STAGE= yes .include Modified: head/x11-wm/compiz-plugins-unsupported/Makefile ============================================================================== --- head/x11-wm/compiz-plugins-unsupported/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/compiz-plugins-unsupported/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -38,4 +38,5 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-schemas +NO_STAGE= yes .include Modified: head/x11-wm/compiz/Makefile ============================================================================== --- head/x11-wm/compiz/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/compiz/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -77,6 +77,7 @@ DESKTOP_ENTRIES= "Compiz Manager" \ "System;Core;" \ false +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|libpng|libpng15|' -e 's|gnome-desktop-2.0|gnome-desktop-2.0 gconf-2.0|g' \ ${WRKSRC}/configure Modified: head/x11-wm/compizconfig-backend-gconf/Makefile ============================================================================== --- head/x11-wm/compizconfig-backend-gconf/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/compizconfig-backend-gconf/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -22,6 +22,7 @@ USE_AUTOTOOLS= libtool USES= pathfix pkgconfig USE_GNOME= glib20 gconf2 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ ${WRKSRC}/settings-backend/gconf.c \ Modified: head/x11-wm/compizconfig-python/Makefile ============================================================================== --- head/x11-wm/compizconfig-python/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/compizconfig-python/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -23,6 +23,7 @@ USES= pathfix pkgconfig USE_GNOME= glib20 USE_AUTOTOOLS= libtool +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ Modified: head/x11-wm/compton/Makefile ============================================================================== --- head/x11-wm/compton/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/compton/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -32,6 +32,7 @@ PCRE_DESC= Blacklist support (via libpcr DRM_DESC= DRM support DOCS_DESC= Build manpages (requires AsciiDoc/DocBook) +NO_STAGE= yes .include .if ${PORT_OPTIONS:MPCRE} Modified: head/x11-wm/ctwm/Makefile ============================================================================== --- head/x11-wm/ctwm/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/ctwm/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -18,6 +18,7 @@ USES= imake USE_XORG= xpm xmu MAN1= ctwm.1 +NO_STAGE= yes pre-configure: ${CP} ${WRKSRC}/Imakefile.local-template ${WRKSRC}/Imakefile.local ${CAT} ${FILESDIR}/Imakefile.local-additional >> ${WRKSRC}/Imakefile.local Modified: head/x11-wm/devilspie/Makefile ============================================================================== --- head/x11-wm/devilspie/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/devilspie/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -22,6 +22,7 @@ PORTDOCS= AUTHORS NEWS README TODO PLIST_FILES= bin/devilspie \ share/locale/de/LC_MESSAGES/devilspie.mo +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||' \ ${WRKSRC}/src/Makefile.in Modified: head/x11-wm/dwm/Makefile ============================================================================== --- head/x11-wm/dwm/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/dwm/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -26,6 +26,7 @@ MAN1= dwm.1 PLIST_FILES= bin/dwm PORTDOCS= README +NO_STAGE= yes .include .if ${PORT_OPTIONS:MXINERAMA} Modified: head/x11-wm/e16/Makefile ============================================================================== --- head/x11-wm/e16/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e16/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking \ --disable-rpath --enable-mans SHELL=/bin/sh +NO_STAGE= yes .include .if ${PORT_OPTIONS:MSOUND} Modified: head/x11-wm/e16utils/Makefile ============================================================================== --- head/x11-wm/e16utils/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e16utils/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -23,6 +23,7 @@ SUB_STUBS= e16menuedit-0.1 e16keyedit-0. PLIST_FILES= bin/e16menuedit \ bin/e16keyedit +NO_STAGE= yes do-patch: .for i in ${SUB_STUBS} if [ -f "${PATCHDIR}/patch-${i}" ]; then \ Modified: head/x11-wm/e17-module-alarm/Makefile ============================================================================== --- head/x11-wm/e17-module-alarm/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-alarm/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-comp-scale/Makefile ============================================================================== --- head/x11-wm/e17-module-comp-scale/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-comp-scale/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-cpu/Makefile ============================================================================== --- head/x11-wm/e17-module-cpu/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-cpu/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-deskshow/Makefile ============================================================================== --- head/x11-wm/e17-module-deskshow/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-deskshow/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,4 +19,5 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include Modified: head/x11-wm/e17-module-diskio/Makefile ============================================================================== --- head/x11-wm/e17-module-diskio/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-diskio/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-eektool/Makefile ============================================================================== --- head/x11-wm/e17-module-eektool/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-eektool/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-elfe/Makefile ============================================================================== --- head/x11-wm/e17-module-elfe/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-elfe/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,4 +19,5 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje elementary libtool_hack modarch_hack +NO_STAGE= yes .include Modified: head/x11-wm/e17-module-empris/Makefile ============================================================================== --- head/x11-wm/e17-module-empris/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-empris/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,4 +19,5 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include Modified: head/x11-wm/e17-module-engage/Makefile ============================================================================== --- head/x11-wm/e17-module-engage/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-engage/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-eooorg/Makefile ============================================================================== --- head/x11-wm/e17-module-eooorg/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-eooorg/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-everything-aspell/Makefile ============================================================================== --- head/x11-wm/e17-module-everything-aspell/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-everything-aspell/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-everything-mpris/Makefile ============================================================================== --- head/x11-wm/e17-module-everything-mpris/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-everything-mpris/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-everything-pidgin/Makefile ============================================================================== --- head/x11-wm/e17-module-everything-pidgin/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-everything-pidgin/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-everything-places/Makefile ============================================================================== --- head/x11-wm/e17-module-everything-places/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-everything-places/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-everything-shotgun/Makefile ============================================================================== --- head/x11-wm/e17-module-everything-shotgun/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-everything-shotgun/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,4 +19,5 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include Modified: head/x11-wm/e17-module-everything-wallpaper/Makefile ============================================================================== --- head/x11-wm/e17-module-everything-wallpaper/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-everything-wallpaper/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-everything-websearch/Makefile ============================================================================== --- head/x11-wm/e17-module-everything-websearch/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-everything-websearch/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-exebuf/Makefile ============================================================================== --- head/x11-wm/e17-module-exebuf/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-exebuf/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -21,4 +21,5 @@ USE_EFL= edje libtool_hack modarch_hack CONFIGURE_ARGS= --disable-nls # without this exebuf don't build +NO_STAGE= yes .include Modified: head/x11-wm/e17-module-execwatch/Makefile ============================================================================== --- head/x11-wm/e17-module-execwatch/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-execwatch/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,4 +19,5 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include Modified: head/x11-wm/e17-module-flame/Makefile ============================================================================== --- head/x11-wm/e17-module-flame/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-flame/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-forecasts/Makefile ============================================================================== --- head/x11-wm/e17-module-forecasts/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-forecasts/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-iiirk/Makefile ============================================================================== --- head/x11-wm/e17-module-iiirk/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-iiirk/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-itask/Makefile ============================================================================== --- head/x11-wm/e17-module-itask/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-itask/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,4 +19,5 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include Modified: head/x11-wm/e17-module-mail/Makefile ============================================================================== --- head/x11-wm/e17-module-mail/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-mail/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-mem/Makefile ============================================================================== --- head/x11-wm/e17-module-mem/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-mem/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-moon/Makefile ============================================================================== --- head/x11-wm/e17-module-moon/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-moon/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-mpdule/Makefile ============================================================================== --- head/x11-wm/e17-module-mpdule/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-mpdule/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-net/Makefile ============================================================================== --- head/x11-wm/e17-module-net/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-net/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-news/Makefile ============================================================================== --- head/x11-wm/e17-module-news/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-news/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-penguins/Makefile ============================================================================== --- head/x11-wm/e17-module-penguins/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-penguins/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-photo/Makefile ============================================================================== --- head/x11-wm/e17-module-photo/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-photo/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-places/Makefile ============================================================================== --- head/x11-wm/e17-module-places/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-places/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-rain/Makefile ============================================================================== --- head/x11-wm/e17-module-rain/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-rain/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-rmb/Makefile ============================================================================== --- head/x11-wm/e17-module-rmb/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-rmb/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -21,4 +21,5 @@ GNU_CONFIGURE= yes USE_EFL= libtool_hack modarch_hack USES= pkgconfig +NO_STAGE= yes .include Modified: head/x11-wm/e17-module-screenshot/Makefile ============================================================================== --- head/x11-wm/e17-module-screenshot/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-screenshot/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-slideshow/Makefile ============================================================================== --- head/x11-wm/e17-module-slideshow/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-slideshow/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-snow/Makefile ============================================================================== --- head/x11-wm/e17-module-snow/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-snow/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-taskbar/Makefile ============================================================================== --- head/x11-wm/e17-module-taskbar/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-taskbar/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-tclock/Makefile ============================================================================== --- head/x11-wm/e17-module-tclock/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-tclock/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-uptime/Makefile ============================================================================== --- head/x11-wm/e17-module-uptime/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-uptime/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-weather/Makefile ============================================================================== --- head/x11-wm/e17-module-weather/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-weather/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-winlist-ng/Makefile ============================================================================== --- head/x11-wm/e17-module-winlist-ng/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-winlist-ng/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-module-winselector/Makefile ============================================================================== --- head/x11-wm/e17-module-winselector/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-winselector/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,4 +19,5 @@ GNU_CONFIGURE= yes USES= gmake pkgconfig USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include Modified: head/x11-wm/e17-module-wlan/Makefile ============================================================================== --- head/x11-wm/e17-module-wlan/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-module-wlan/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= edje libtool_hack modarch_hack +NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/x11-wm/e17-modules/Makefile ============================================================================== --- head/x11-wm/e17-modules/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/e17-modules/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -33,6 +33,7 @@ OPTIONS_DEFAULT+= ${M:U:S,-,_,g} ${M:U:S,-,_,g}_DESC= Install ${M} module .endfor +NO_STAGE= yes .include .for M in ${MODULES} Modified: head/x11-wm/echinus/Makefile ============================================================================== --- head/x11-wm/echinus/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/echinus/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -31,6 +31,7 @@ PLIST_FILES= bin/echinus \ PLIST_DIRS= etc/echinus SUB_FILES= pkg-message +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|-Os|${CFLAGS}|' ${WRKSRC}/config.mk Modified: head/x11-wm/ede/Makefile ============================================================================== --- head/x11-wm/ede/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/ede/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -55,6 +55,7 @@ HAL_CONFIGURE_OFF= --disable-hal # use multiple make jobs _make_jobs= -j${MAKE_JOBS_NUMBER} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|/usr/local/share|${LOCALBASE}/share| ; \ Modified: head/x11-wm/emerald/Makefile ============================================================================== --- head/x11-wm/emerald/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/emerald/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -30,6 +30,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} # XXX - might want to change that +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|icons/gnome|icons/hicolor|' ${WRKSRC}/misc/Makefile.in @${REINPLACE_CMD} -e 's|#define GDK_DISABLE_DEPRECATED||g' \ Modified: head/x11-wm/enlightenment-docs/Makefile ============================================================================== --- head/x11-wm/enlightenment-docs/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/enlightenment-docs/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -1,9 +1,5 @@ -# New ports collection makefile for: enlightenment-docs -# Date created: 08 Aug 2004 -# Whom: vanilla -# +# Created by: vanilla # $FreeBSD$ -# PORTNAME= enlightenment-docs PORTVERSION= 0.16.8.0.2 @@ -23,4 +19,5 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-fsstd DATADIR= ${PREFIX}/share/e16 +NO_STAGE= yes .include Modified: head/x11-wm/enlightenment/Makefile ============================================================================== --- head/x11-wm/enlightenment/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/enlightenment/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -35,6 +35,7 @@ CONFIGURE_ARGS= --with-profile=MEDIUM_PC OPTIONS_DEFINE= ILLUME ILLUME_DESC= Enable illume module +NO_STAGE= yes .include .if ${PORT_OPTIONS:MILLUME} Modified: head/x11-wm/epplets/Makefile ============================================================================== --- head/x11-wm/epplets/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/epplets/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -24,6 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-auto-respawn +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|||g' \ ${WRKSRC}/epplets/Emix.c Modified: head/x11-wm/evilwm/Makefile ============================================================================== --- head/x11-wm/evilwm/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/evilwm/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -23,6 +23,7 @@ PLIST_DIRSTRY= ${DESKTOPDIR:S,^${PREFIX} CFLAGS+= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 Modified: head/x11-wm/fbcmd/Makefile ============================================================================== --- head/x11-wm/fbcmd/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/fbcmd/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fbcmd -# Date created: 2004-09-24 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ -# PORTNAME= fbcmd PORTVERSION= 0.5.1 @@ -24,6 +20,7 @@ CFLAGS+= "-I${LOCALBASE}/include" USE_XORG= x11 xmu PLIST_FILES= bin/fbcmd +NO_STAGE= yes post-extract: @${REINPLACE_CMD} -e "s|/usr/X11R6|${LOCALBASE}|g" ${WRKSRC}/Makefile Modified: head/x11-wm/fbpager/Makefile ============================================================================== --- head/x11-wm/fbpager/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/fbpager/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fbpager -# Date created: 25 Mar 2004 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ -# PORTNAME= fbpager PORTVERSION= 0.1.4 @@ -22,6 +18,7 @@ BROKEN= checksum mismatch PLIST_FILES= bin/fbpager PORTDOCS= AUTHORS ChangeLog NEWS README TODO +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} Modified: head/x11-wm/fluxbox/Makefile ============================================================================== --- head/x11-wm/fluxbox/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/fluxbox/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -38,6 +38,7 @@ SYSTRAY_DESC= Enable systray feature TOOLBAR_DESC= Enable toolbar feature XRENDER_DESC= Enable xrender support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MDEBUG} Modified: head/x11-wm/fluxconf/Makefile ============================================================================== --- head/x11-wm/fluxconf/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/fluxconf/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -22,6 +22,7 @@ PLIST_FILES= bin/fluxbare bin/fluxconf b OPTIONS_DEFINE= DOCS +NO_STAGE= yes .include post-install: Modified: head/x11-wm/fluxter/Makefile ============================================================================== --- head/x11-wm/fluxter/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/fluxter/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -13,6 +13,7 @@ USE_XORG= x11 ice xproto xt xaw xext GNU_CONFIGURE= yes USES= gmake +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|/fluxbox|/${PORTNAME}|g" \ ${WRKSRC}/Makefile.in ${WRKSRC}/data/README.fluxter \ Modified: head/x11-wm/flwm/Makefile ============================================================================== --- head/x11-wm/flwm/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/flwm/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -21,6 +21,7 @@ CFLAGS+= -DFL_LIBRARY MAN1= flwm.1 PLIST_FILES= bin/flwm +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g; /^main/s|^|int |g' ${WRKSRC}/${CONFIGURE_SCRIPT} ${REINPLACE_CMD} -e 's|^LIBS =.*|LIBS = `fltk-config --ldflags`|' ${WRKSRC}/Makefile Modified: head/x11-wm/fvwm-crystal/Makefile ============================================================================== --- head/x11-wm/fvwm-crystal/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/fvwm-crystal/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -33,6 +33,7 @@ SUDO_DESC= Run text-based applications HSETROOT_DESC= Allow to set desktop wallpaper CMUS_DESC= Play music via audio/cmus player +NO_STAGE= yes .include .if ${PORT_OPTIONS:MROX} Modified: head/x11-wm/fvwm/Makefile ============================================================================== --- head/x11-wm/fvwm/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/fvwm/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -19,6 +19,7 @@ MAN1= FvwmAudio.1 FvwmAuto.1 FvwmBacker FvwmSaveDesk.1 FvwmScroll.1 FvwmWinList.1 GoodStuff.1 fvwm.1 \ xpmroot.1 +NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e '/DependSubdirs/y,/*#, ,' ${WRKSRC}/Imakefile ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ Modified: head/x11-wm/fvwm2-i18n/Makefile ============================================================================== --- head/x11-wm/fvwm2-i18n/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/fvwm2-i18n/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -12,4 +12,5 @@ PLIST= ${MASTERDIR}/pkg-plist WITH_MULTIBYTE= YES +NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/x11-wm/fvwm2/Makefile ============================================================================== --- head/x11-wm/fvwm2/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/fvwm2/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -37,6 +37,7 @@ BIDI_DESC= Asian bi-directional text su IMLIB_DESC= imlib library (requires gtk12) GNOME1_DESC= GNOME 1 desktop support +NO_STAGE= yes .include .if ${PORT_OPTIONS:MICONS} Modified: head/x11-wm/gcompmgr/Makefile ============================================================================== --- head/x11-wm/gcompmgr/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/gcompmgr/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -25,6 +25,7 @@ DESKTOP_ENTRIES="gcompmgr" \ true +NO_STAGE= yes post-patch: .for file in depcomp install-sh missing @${LN} -sf ${AUTOMAKE_DIR}/${file} ${WRKSRC} Modified: head/x11-wm/genmenu/Makefile ============================================================================== --- head/x11-wm/genmenu/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/genmenu/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: genmenu -# Date created: Nov 10, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= genmenu PORTVERSION= 1.0.7 @@ -20,6 +15,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bas PLIST_FILES= bin/genmenu NO_BUILD= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|^#!/bin/bash|#!${LOCALBASE}/bin/bash|" ${WRKSRC}/genmenu Modified: head/x11-wm/golem/Makefile ============================================================================== --- head/x11-wm/golem/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/golem/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -1,9 +1,5 @@ -# New ports collection makefile for: golem -# Date created: 11 August 2001 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ -# PORTNAME= golem PORTVERSION= 0.0.6 @@ -31,6 +27,7 @@ MAKE_ARGS= DEVEL=1 MANCOMPRESSED= yes MAN1= golem.1 +NO_STAGE= yes .include .if ${ARCH} == "amd64" || ${ARCH} == "ia64" Modified: head/x11-wm/hackedbox/Makefile ============================================================================== --- head/x11-wm/hackedbox/Makefile Fri Sep 20 23:57:47 2013 (r327785) +++ head/x11-wm/hackedbox/Makefile Sat Sep 21 00:01:16 2013 (r327786) @@ -25,6 +25,7 @@ USE_XORG= x11 xext xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-bg-utils +NO_STAGE= yes pre-patch: *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 00:06:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 275562C8; Sat, 21 Sep 2013 00:06:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 141B72B14; Sat, 21 Sep 2013 00:06:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8L06Tad099258; Sat, 21 Sep 2013 00:06:29 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8L06TXn099257; Sat, 21 Sep 2013 00:06:29 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309210006.r8L06TXn099257@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 21 Sep 2013 00:06:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327787 - head/Tools/scripts 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.14 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: Sat, 21 Sep 2013 00:06:30 -0000 Author: bapt Date: Sat Sep 21 00:06:29 2013 New Revision: 327787 URL: http://svnweb.freebsd.org/changeset/ports/327787 Log: Remove Tools/scripts/convert-makefile-header.pl it is not needed anymore Deleted: head/Tools/scripts/convert-makefile-header.pl Modified: head/Tools/scripts/README Modified: head/Tools/scripts/README ============================================================================== --- head/Tools/scripts/README Sat Sep 21 00:01:16 2013 (r327786) +++ head/Tools/scripts/README Sat Sep 21 00:06:29 2013 (r327787) @@ -17,7 +17,6 @@ checknewvers - checks for availability f chkorigin.sh - checks all ports in the tree for a wrong PKGORIGIN. Run this tool after every repocopy. close-pr - a slightly hacked version of edit-pr(1) to quickly close PR. -convert-makefile-header.pl - converts old style headers to modern one-line version de-pkg-comment - converts pkg-comment to COMMENT (will be obsoleted when the mass conversion is finished) distclean - compare md5 sums of distfiles in ports/distfiles with currently From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 02:32:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 6443E603; Sat, 21 Sep 2013 02:32:25 +0000 (UTC) Date: Sat, 21 Sep 2013 02:32:25 +0000 From: Alexey Dokuchaev To: Baptiste Daroussin Subject: Re: svn commit: r327601 - head/Mk Message-ID: <20130921023225.GA19307@FreeBSD.org> References: <201309190805.r8J855cW009011@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309190805.r8J855cW009011@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 21 Sep 2013 02:32:25 -0000 On Thu, Sep 19, 2013 at 08:05:05AM +0000, Baptiste Daroussin wrote: > New Revision: 327601 > URL: http://svnweb.freebsd.org/changeset/ports/327601 > > Log: > Move the target for sanity checking to the end of bsd.port.mk so that > WARNING and DEV_* can be defined anywhere >From reading the diff, it looks like some part of the portlint(1) was now moved under Mk/. I don't understand why, and what benefits does it bring? Previously we sometimes had to deal with situation when b.p.m. and friends code would not match each other, but at least code inside Mk/ was always consistent. Now it cannot be longer guaranteed. ./danfe From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 02:45:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 584E181A; Sat, 21 Sep 2013 02:45:36 +0000 (UTC) Date: Sat, 21 Sep 2013 02:45:36 +0000 From: Alexey Dokuchaev To: William Grzybowski Subject: Re: svn commit: r327649 - in head/net/libnatpmp: . files Message-ID: <20130921024536.GB19307@FreeBSD.org> References: <201309192142.r8JLgO5A046568@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309192142.r8JLgO5A046568@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 21 Sep 2013 02:45:36 -0000 On Thu, Sep 19, 2013 at 09:42:24PM +0000, William Grzybowski wrote: > New Revision: 327649 > URL: http://svnweb.freebsd.org/changeset/ports/327649 > > Log: > net/libnatpmp: fix build without gcc > > - Fix build without gcc [1] [...] > +--- Makefile.orig 2013-09-20 03:13:32.533531973 +0800 > ++++ Makefile 2013-09-20 03:13:40.954532152 +0800 > +@@ -5,7 +5,7 @@ > + # http://miniupnp.free.fr/libnatpmp.html > + > + OS = $(shell uname -s) > +-CC = gcc > ++CC ?= gcc > + INSTALL = install > + > + # APIVERSION is used in soname Given simplicity of the patch, perhaps adding CC="${CC}" to MAKE_ARGS would allow to avoid it? ./danfe From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 02:58:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 068DF952; Sat, 21 Sep 2013 02:58:30 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E8BBF2197; Sat, 21 Sep 2013 02:58:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8L2wTXW088424; Sat, 21 Sep 2013 02:58:29 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8L2wTYq088423; Sat, 21 Sep 2013 02:58:29 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201309210258.r8L2wTYq088423@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 21 Sep 2013 02:58:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327788 - head/multimedia/x264 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.14 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: Sat, 21 Sep 2013 02:58:30 -0000 Author: koobs Date: Sat Sep 21 02:58:29 2013 New Revision: 327788 URL: http://svnweb.freebsd.org/changeset/ports/327788 Log: multimedia/x264: Take maintainership - Take maintainership Modified: head/multimedia/x264/Makefile Modified: head/multimedia/x264/Makefile ============================================================================== --- head/multimedia/x264/Makefile Sat Sep 21 00:06:29 2013 (r327787) +++ head/multimedia/x264/Makefile Sat Sep 21 02:58:29 2013 (r327788) @@ -12,7 +12,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= x264 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= koobs@FreeBSD.org COMMENT?= Library and tool for encoding H.264/AVC video streams LICENSE= GPLv2 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 05:39:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 451523BC; Sat, 21 Sep 2013 05:39:30 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3380C28E9; Sat, 21 Sep 2013 05:39:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8L5dUJ7073584; Sat, 21 Sep 2013 05:39:30 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8L5dULX073583; Sat, 21 Sep 2013 05:39:30 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309210539.r8L5dULX073583@svn.freebsd.org> From: Andrej Zverev Date: Sat, 21 Sep 2013 05:39:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327789 - head/games/openttd 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.14 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: Sat, 21 Sep 2013 05:39:30 -0000 Author: az Date: Sat Sep 21 05:39:29 2013 New Revision: 327789 URL: http://svnweb.freebsd.org/changeset/ports/327789 Log: - restore build, pkgconfig explicitly needed now in global context Approved by: danfe@ (maintainer, via email) Modified: head/games/openttd/Makefile Modified: head/games/openttd/Makefile ============================================================================== --- head/games/openttd/Makefile Sat Sep 21 02:58:29 2013 (r327788) +++ head/games/openttd/Makefile Sat Sep 21 05:39:29 2013 (r327789) @@ -16,7 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ lzo2:${PORTSDIR}/archivers/lzo2 -USES= gmake +USES= gmake pkgconfig USE_XZ= yes HAS_CONFIGURE= yes CONFIGURE_ENV= STRIP="${STRIP_CMD} ${STRIP}" @@ -47,7 +47,6 @@ CONFIGURE_ARGS+= --with-midi-arg="${WITH .endif .if defined(WITH_DEDICATED_SERVER_ONLY) -USES+= pkgconfig # Needed for liblzma support CONFIGURE_ARGS+= --enable-dedicated # Aid it to find lzo2 headers; client build gets it via sdl-config CFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 05:59:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7B67CA62; Sat, 21 Sep 2013 05:59:25 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 69CE22A12; Sat, 21 Sep 2013 05:59:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8L5xPEX083435; Sat, 21 Sep 2013 05:59:25 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8L5xPYZ083433; Sat, 21 Sep 2013 05:59:25 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201309210559.r8L5xPYZ083433@svn.freebsd.org> From: David Naylor Date: Sat, 21 Sep 2013 05:59:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327790 - head/emulators/i386-wine-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.14 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: Sat, 21 Sep 2013 05:59:25 -0000 Author: dbn Date: Sat Sep 21 05:59:24 2013 New Revision: 327790 URL: http://svnweb.freebsd.org/changeset/ports/327790 Log: Update emulators/i386-wine-devel to 1.7.2 (for amd64). These was some difficulty building 1.7.1 under i386 so that was not updated. Modified: head/emulators/i386-wine-devel/Makefile.inc head/emulators/i386-wine-devel/distinfo Modified: head/emulators/i386-wine-devel/Makefile.inc ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Sat Sep 21 05:39:29 2013 (r327789) +++ head/emulators/i386-wine-devel/Makefile.inc Sat Sep 21 05:59:24 2013 (r327790) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION} Modified: head/emulators/i386-wine-devel/distinfo ============================================================================== --- head/emulators/i386-wine-devel/distinfo Sat Sep 21 05:39:29 2013 (r327789) +++ head/emulators/i386-wine-devel/distinfo Sat Sep 21 05:59:24 2013 (r327790) @@ -1,4 +1,4 @@ -SHA256 (freebsd:8:x86:64/i386-wine-1.7.0,1.txz) = bb54eb916fab6fe10102f1ae2fe51775ad0b32ef576880f7f0df78ecd54117ad -SIZE (freebsd:8:x86:64/i386-wine-1.7.0,1.txz) = 23415792 -SHA256 (freebsd:9:x86:64/i386-wine-1.7.0,1.txz) = f8da71deff742fc7b818f6c039abb97a8ddbd1788e1d1112da421336a454dbab -SIZE (freebsd:9:x86:64/i386-wine-1.7.0,1.txz) = 23368800 +SHA256 (freebsd:8:x86:64/i386-wine-1.7.2,1.txz) = 6f0455981b6df8dd71607db18fab09220dae6591880651923a584345f3620364 +SIZE (freebsd:8:x86:64/i386-wine-1.7.2,1.txz) = 23446884 +SHA256 (freebsd:9:x86:64/i386-wine-1.7.2,1.txz) = a08d78407e2d0c7cc2e754e00a0c60abdd46723fb4589ef22c746ea53b7e94e5 +SIZE (freebsd:9:x86:64/i386-wine-1.7.2,1.txz) = 23405916 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 06:13:39 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 54480C72; Sat, 21 Sep 2013 06:13:39 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 412592ACF; Sat, 21 Sep 2013 06:13:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8L6DdXu092559; Sat, 21 Sep 2013 06:13:39 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8L6Dcqf092555; Sat, 21 Sep 2013 06:13:38 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309210613.r8L6Dcqf092555@svn.freebsd.org> From: Boris Samorodov Date: Sat, 21 Sep 2013 06:13:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327791 - in head/graphics/eos-movrec: . 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.14 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: Sat, 21 Sep 2013 06:13:39 -0000 Author: bsam Date: Sat Sep 21 06:13:38 2013 New Revision: 327791 URL: http://svnweb.freebsd.org/changeset/ports/327791 Log: - Update to 0.3.2_beta - Change maintainer email gmx.ch --> FreeBSD.org - Use the new format for LIB_DEPENDS [1] - Add USE_DOS2UNIX - Change dependencies for QT4 - Use pkg-plist instead of PLIST_FILES and PLIST_DIRS - Change desktop entry and icons - Add patch, fix build at 10.x [1] PR: ports/182233 [1] Submitted by: bsam (me) [1] Final patch by: nemysis (maintainer) Added: head/graphics/eos-movrec/files/ head/graphics/eos-movrec/files/patch-main.cpp (contents, props changed) Modified: head/graphics/eos-movrec/Makefile head/graphics/eos-movrec/distinfo Modified: head/graphics/eos-movrec/Makefile ============================================================================== --- head/graphics/eos-movrec/Makefile Sat Sep 21 05:59:24 2013 (r327790) +++ head/graphics/eos-movrec/Makefile Sat Sep 21 06:13:38 2013 (r327791) @@ -2,39 +2,44 @@ # $FreeBSD$ PORTNAME= eos-movrec -DISTVERSION= 0.3.1_beta -PORTREVISION= 4 +DISTVERSION= 0.3.2_beta CATEGORIES= graphics multimedia -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.3_beta/ \ - SF/nemysisfreebsdp/:icons -DISTFILES= ${PORTNAME}-${DISTVERSION}-src${EXTRACT_SUFX} \ - ${PORTNAME}.png:icons -DIST_SUBDIR= ${PORTNAME} -EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}-src${EXTRACT_SUFX} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Capture short movies with Canon DSLR camera LICENSE= GPLv2 -LIB_DEPENDS= gphoto2:${PORTSDIR}/graphics/libgphoto2 +LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 USE_BZIP2= yes USES= cmake pkgconfig -USE_QT4= qmake_build moc_build rcc_build uic_build gui +USE_DOS2UNIX= *.pro *.cpp *.h +USE_QT4= corelib dbus declarative designer gui help iconengines imageformats \ + moc_build multimedia network opengl phonon qmake_build qt3support \ + rcc_build script scripttools sql qt3support uic_build webkit xml xmlpatterns -PLIST_FILES= bin/eos_movrec \ - share/pixmaps/${PORTNAME}.png +INSTALLS_ICONS= yes +ICON_SIZES= 16x16 32x32 128x128 256x256 512x512 -DESKTOP_ENTRIES= "eos_movrec" "EOS Camera Movie Recorder" \ - "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ - "eos_movrec" "Graphics;Photography;Qt;" false +DESKTOP_ENTRIES="EOS Camera Movie Recorder" "${COMMENT}" "${PORTNAME}" \ + "eos_movrec" "Graphics;Photography;Qt;" false NO_STAGE= yes post-patch: - @${REINPLACE_CMD} -e 's,GLIBC,${OPSYS},' ${WRKSRC}/os_api.h + @${REINPLACE_CMD} -e 's|GLIBC|${OPSYS}|' ${WRKSRC}/os_api.h +.for s in 16 32 128 256 512 + @cd ${WRKSRC}/mac.icons && \ + ${MV} ${s}.png ${PORTNAME}_${s}x${s}.png +.endfor post-install: - ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps +.for s in ${ICON_SIZES} + @${MKDIR} ${PREFIX}/share/icons/hicolor/${s}/apps + ${INSTALL_DATA} ${WRKSRC}/mac.icons/${PORTNAME}_${s}.png \ + ${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png +.endfor + ${LN} -sf ${PREFIX}/share/icons/hicolor/32x32/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/ .include Modified: head/graphics/eos-movrec/distinfo ============================================================================== --- head/graphics/eos-movrec/distinfo Sat Sep 21 05:59:24 2013 (r327790) +++ head/graphics/eos-movrec/distinfo Sat Sep 21 06:13:38 2013 (r327791) @@ -1,4 +1,2 @@ -SHA256 (eos-movrec/eos-movrec-0.3.1_beta-src.tar.bz2) = 044cf8b6428d66d6d03c3df53103f985e5b669cad3c8f78a94f9ef308259deea -SIZE (eos-movrec/eos-movrec-0.3.1_beta-src.tar.bz2) = 3955037 -SHA256 (eos-movrec/eos-movrec.png) = ad7bd2b870b2b63d4868f49c34b8ddf5e801f3c2e878bba455817b66b53ecd85 -SIZE (eos-movrec/eos-movrec.png) = 1085 +SHA256 (eos-movrec-0.3.2_beta.tar.bz2) = a793e1961a1e1a701932415d653040bb27500daea5f0e65bf4c06e47cd94fe0f +SIZE (eos-movrec-0.3.2_beta.tar.bz2) = 3828236 Added: head/graphics/eos-movrec/files/patch-main.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/eos-movrec/files/patch-main.cpp Sat Sep 21 06:13:38 2013 (r327791) @@ -0,0 +1,10 @@ +--- main.cpp.orig 2013-09-19 22:25:36.000000000 +0400 ++++ main.cpp 2013-09-19 22:26:10.000000000 +0400 +@@ -19,6 +19,7 @@ + ***************************************************************************/ + + #include ++#include + #include "mainwnd.h" + + int main(int argc, char **argv) From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 06:56:43 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F1633278 for ; Sat, 21 Sep 2013 06:56:42 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com [209.85.217.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 759362C73 for ; Sat, 21 Sep 2013 06:56:42 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id z5so1253302lbh.37 for ; Fri, 20 Sep 2013 23:56:40 -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=wQDRg31IDUzi5fDqCFSuU32fTdRKQnqYxh4zaxoaHH0=; b=dw+XAvXgarkqxxTCCNcywl4VHe2c3eYt4OLWzWI9rGI981KYUh7FsotUFm6l+EuEin j8eDCuXWW6EGVKDGV1Y84JaH//xQj3Qfp8obpTQTFPt+2Vsgf/cpawI7WnshRCR2+7ym 9bDyfzJEQn29tSk+ORJtqkLnAAyq/BcgRb1QcWikYf0CiH0ILiq1TAj60vwbxskIOivD /DzFqGwfoAWhL7ZKZ86MDSLYxIZLDegrxnTzOV4Sqo2xIl/y2yu/tan2r3lw2F9kyEjS 1yQ86c2tl7ShusJVBHtbu+RHtNmKkC4QVvlYwvCVOYb5UYOnANoPH54NMg/BXfrnsOqb cVFQ== X-Gm-Message-State: ALoCoQm+edbCPjlt35Yolh0ULEs3D7k19oo1/5v/Ypq8eF8BzU6t5rYccBliMugD7aDRIQl94Qlc X-Received: by 10.112.172.137 with SMTP id bc9mr9684314lbc.21.1379746600325; Fri, 20 Sep 2013 23:56:40 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.91.9 with HTTP; Fri, 20 Sep 2013 23:56:20 -0700 (PDT) In-Reply-To: <20130920160700.GN73535@ithaqua.etoilebsd.net> References: <201309190805.r8J855cW009011@svn.freebsd.org> <3D05DDAC-CF76-4109-9182-6DDAD924CCC5@gahr.ch> <20130920160700.GN73535@ithaqua.etoilebsd.net> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 14:56:20 +0800 X-Google-Sender-Auth: rWH71vpm_WFA3XOaupq3zi3sVo8 Message-ID: Subject: Re: svn commit: r327601 - head/Mk To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers , Pietro Cerutti X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 21 Sep 2013 06:56:43 -0000 On Sat, Sep 21, 2013 at 12:07 AM, Baptiste Daroussin wrote: > On Fri, Sep 20, 2013 at 05:27:18PM +0200, Pietro Cerutti wrote: > > > > On 20-set-2013, at 10:32, Sunpoet Po-Chuan Hsieh > wrote: > > > > > Hi Bapt, > > > > > > May I suggest to change hard-coded sleep time to a settable variable > defaults to 10? It would save time while checking multiple ports with > terminal outputs redirected to a log file. > > > > Definitely +1 > > > I would be all for it, send me a patch and I will approve :) > > regards, > Bapt > A simple patch is here [1]. Thanks. [1] http://people.FreeBSD.org/~sunpoet/bsd.port.mk-sleep.patch Regards, sunpoet From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 06:57:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1CDB9363; Sat, 21 Sep 2013 06:57:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0B7DB2C7F; Sat, 21 Sep 2013 06:57:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8L6vTJv014471; Sat, 21 Sep 2013 06:57:29 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8L6vTsR014469; Sat, 21 Sep 2013 06:57:29 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309210657.r8L6vTsR014469@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 06:57:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327792 - head/databases/leveldb 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.14 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: Sat, 21 Sep 2013 06:57:30 -0000 Author: sunpoet Date: Sat Sep 21 06:57:29 2013 New Revision: 327792 URL: http://svnweb.freebsd.org/changeset/ports/327792 Log: - Update to 1.14.0 Changes: http://code.google.com/p/leveldb/source/list Modified: head/databases/leveldb/Makefile head/databases/leveldb/distinfo Modified: head/databases/leveldb/Makefile ============================================================================== --- head/databases/leveldb/Makefile Sat Sep 21 06:13:38 2013 (r327791) +++ head/databases/leveldb/Makefile Sat Sep 21 06:57:29 2013 (r327792) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= leveldb -PORTVERSION= 1.13.0 +PORTVERSION= 1.14.0 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE @@ -13,6 +13,7 @@ OPTIONS_DEFINE= GPERFTOOLS SNAPPY OPTIONS_DEFAULT=SNAPPY LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes USE_LDCONFIG= yes USES= gmake @@ -25,15 +26,14 @@ NOT_FOR_ARCHS_REASON= not yet ported to SHLIB_MAJOR= ${PORTVERSION:R:R} SHLIB_MINOR= ${PORTVERSION:R:E} -NO_STAGE= yes .include .if ${PORT_OPTIONS:MGPERFTOOLS} -LIB_DEPENDS+= tcmalloc:${PORTSDIR}/devel/google-perftools +LIB_DEPENDS+= libtcmalloc.so:${PORTSDIR}/devel/google-perftools .endif .if ${PORT_OPTIONS:MSNAPPY} -LIB_DEPENDS+= snappy:${PORTSDIR}/archivers/snappy +LIB_DEPENDS+= libsnappy.so:${PORTSDIR}/archivers/snappy SNAPPY= 1 .else SNAPPY= 0 Modified: head/databases/leveldb/distinfo ============================================================================== --- head/databases/leveldb/distinfo Sat Sep 21 06:13:38 2013 (r327791) +++ head/databases/leveldb/distinfo Sat Sep 21 06:57:29 2013 (r327792) @@ -1,2 +1,2 @@ -SHA256 (leveldb-1.13.0.tar.gz) = 083497a48ff54a3470ab5085730306a536013c0db54db6854bd9c8638c4f33f7 -SIZE (leveldb-1.13.0.tar.gz) = 207718 +SHA256 (leveldb-1.14.0.tar.gz) = 9122d2c248ba40d6ce46d0c3e4738fcfa941d0d93fdba20a101471a98e8b00a3 +SIZE (leveldb-1.14.0.tar.gz) = 208282 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 06:57:41 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5904F43B; Sat, 21 Sep 2013 06:57:41 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 483E12C83; Sat, 21 Sep 2013 06:57:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8L6vfpo014592; Sat, 21 Sep 2013 06:57:41 GMT (envelope-from rafan@svn.freebsd.org) Received: (from rafan@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8L6vftf014591; Sat, 21 Sep 2013 06:57:41 GMT (envelope-from rafan@svn.freebsd.org) Message-Id: <201309210657.r8L6vftf014591@svn.freebsd.org> From: Rong-En Fan Date: Sat, 21 Sep 2013 06:57:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327793 - head/devel/ncurses 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.14 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: Sat, 21 Sep 2013 06:57:41 -0000 Author: rafan Date: Sat Sep 21 06:57:40 2013 New Revision: 327793 URL: http://svnweb.freebsd.org/changeset/ports/327793 Log: - Drop maintainership as I retired from ncurses maintenance in base. For ncurses-devel, I will make an update before I drop. Modified: head/devel/ncurses/Makefile Modified: head/devel/ncurses/Makefile ============================================================================== --- head/devel/ncurses/Makefile Sat Sep 21 06:57:29 2013 (r327792) +++ head/devel/ncurses/Makefile Sat Sep 21 06:57:40 2013 (r327793) @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} DIST_SUBDIR= ${PORTNAME} -MAINTAINER= rafan@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library for terminal-independent, full-screen output CONFLICTS= ncurses-devel-* From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 07:16:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C1AB57B4 for ; Sat, 21 Sep 2013 07:16:29 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pa0-x22f.google.com (mail-pa0-x22f.google.com [IPv6:2607:f8b0:400e:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 993A42D99 for ; Sat, 21 Sep 2013 07:16:29 +0000 (UTC) Received: by mail-pa0-f47.google.com with SMTP id kp14so297257pab.34 for ; Sat, 21 Sep 2013 00:16:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=7rMn4GKcNpW5kkEo8oA68/27C225+uA/YM2r8Unp6vM=; b=SW6VDGa2/EXZeFXXTUtOaqoKzk8X+1JTvxRyxP14DORLjWG54Lm5J4I+5Qk2E22Rvf 6Zl27lrGayNGEacS+OwKHH3TBuaGROhsEeZqxiMU0+iUhpWWmYIjKkFDjR29U5DSZj6/ +X+Q4MEjrLfvPJhDcUfAQzFKIt4wCnng+4XoA= 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=7rMn4GKcNpW5kkEo8oA68/27C225+uA/YM2r8Unp6vM=; b=VOaoDSfj6LvnjIAlE8e0AqENKiEB28Y43KbGB6hHNvfdvzoyJx6VjyTJyJY72tDDEx l89MokpmE6kwunzKBQfV9hH7fhoFHzTxT2KdWy656umiGFC/1gYTmDakBVPhL6fUdHL3 YvdlA81Pd8wMmaFWBRBe1Xfii4X1rwSBQ0FiiRpJSPI9ZQik9L3eFNibJK12IrbDfpYn EpkDxMky5Yf3fIQxefoU3scMpW5mkiVKgmCRnZwc1G8G2Ex4bVuQBxRpI295eM+OX9bX 8vqadBPaOkZkxX87XyQj2zbQXB2bu87UfOLA/MPq1MxKgUHM3Z/jsjj4MwYC5m4nD0Ev BfVA== X-Gm-Message-State: ALoCoQnnsg6WrJ1AqAK5Z2sanLcQuoV47DU1gLUYViAihBcjA/RMBKo9f+ROhyolC69lnGncHqPE X-Received: by 10.68.232.134 with SMTP id to6mr32853pbc.163.1379747788877; Sat, 21 Sep 2013 00:16:28 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.70.6.3 with HTTP; Sat, 21 Sep 2013 00:15:58 -0700 (PDT) In-Reply-To: <201309210006.r8L06TXn099257@svn.freebsd.org> References: <201309210006.r8L06TXn099257@svn.freebsd.org> From: Eitan Adler Date: Sat, 21 Sep 2013 03:15:58 -0400 X-Google-Sender-Auth: l9ucxMhHpo00EZ3PjxodGlArzzc Message-ID: Subject: Re: svn commit: r327787 - head/Tools/scripts To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 21 Sep 2013 07:16:29 -0000 On Fri, Sep 20, 2013 at 8:06 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Sat Sep 21 00:06:29 2013 > New Revision: 327787 > URL: http://svnweb.freebsd.org/changeset/ports/327787 > > Log: > Remove Tools/scripts/convert-makefile-header.pl it is not needed anymore The script contained the canonical list of people that agreed to have the 'created by' line removed. I agree it should be removed but that list should be maintained somewhere. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 07:24:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 011378D6; Sat, 21 Sep 2013 07:24:09 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E2C752DE0; Sat, 21 Sep 2013 07:24:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8L7O97S029796; Sat, 21 Sep 2013 07:24:09 GMT (envelope-from rafan@svn.freebsd.org) Received: (from rafan@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8L7O9fL029794; Sat, 21 Sep 2013 07:24:09 GMT (envelope-from rafan@svn.freebsd.org) Message-Id: <201309210724.r8L7O9fL029794@svn.freebsd.org> From: Rong-En Fan Date: Sat, 21 Sep 2013 07:24:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327794 - head/devel/p5-IO-Digest 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.14 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: Sat, 21 Sep 2013 07:24:10 -0000 Author: rafan Date: Sat Sep 21 07:24:09 2013 New Revision: 327794 URL: http://svnweb.freebsd.org/changeset/ports/327794 Log: - Update to 0.11 Modified: head/devel/p5-IO-Digest/Makefile head/devel/p5-IO-Digest/distinfo Modified: head/devel/p5-IO-Digest/Makefile ============================================================================== --- head/devel/p5-IO-Digest/Makefile Sat Sep 21 06:57:40 2013 (r327793) +++ head/devel/p5-IO-Digest/Makefile Sat Sep 21 07:24:09 2013 (r327794) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Digest -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-IO-Digest/distinfo ============================================================================== --- head/devel/p5-IO-Digest/distinfo Sat Sep 21 06:57:40 2013 (r327793) +++ head/devel/p5-IO-Digest/distinfo Sat Sep 21 07:24:09 2013 (r327794) @@ -1,2 +1,2 @@ -SHA256 (IO-Digest-0.10.tar.gz) = 5b591146abae63f50b1c366679f93d551916c401f3ec7184bbfa28b171a7d1bc -SIZE (IO-Digest-0.10.tar.gz) = 15636 +SHA256 (IO-Digest-0.11.tar.gz) = 8ffcf85a7f6213e5e94140adcc2b179ed02498eadc84309457e904dec93f7f92 +SIZE (IO-Digest-0.11.tar.gz) = 21665 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 07:41:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 594FDA54; Sat, 21 Sep 2013 07:41:31 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 47ABA2E76; Sat, 21 Sep 2013 07:41:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8L7fVhl038901; Sat, 21 Sep 2013 07:41:31 GMT (envelope-from rafan@svn.freebsd.org) Received: (from rafan@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8L7fUgj038899; Sat, 21 Sep 2013 07:41:30 GMT (envelope-from rafan@svn.freebsd.org) Message-Id: <201309210741.r8L7fUgj038899@svn.freebsd.org> From: Rong-En Fan Date: Sat, 21 Sep 2013 07:41:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327795 - head/devel/p5-IO-Pager 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.14 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: Sat, 21 Sep 2013 07:41:31 -0000 Author: rafan Date: Sat Sep 21 07:41:30 2013 New Revision: 327795 URL: http://svnweb.freebsd.org/changeset/ports/327795 Log: - Update to 0.31 Modified: head/devel/p5-IO-Pager/Makefile head/devel/p5-IO-Pager/distinfo Modified: head/devel/p5-IO-Pager/Makefile ============================================================================== --- head/devel/p5-IO-Pager/Makefile Sat Sep 21 07:24:09 2013 (r327794) +++ head/devel/p5-IO-Pager/Makefile Sat Sep 21 07:41:30 2013 (r327795) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Pager -PORTVERSION= 0.24 +PORTVERSION= 0.31 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,4 +20,8 @@ MAN3= IO::Pager::Buffered.3 \ IO::Pager.3 NO_STAGE= yes + +regression-test: + @cd ${WRKSRC} && ${MAKE} test + .include Modified: head/devel/p5-IO-Pager/distinfo ============================================================================== --- head/devel/p5-IO-Pager/distinfo Sat Sep 21 07:24:09 2013 (r327794) +++ head/devel/p5-IO-Pager/distinfo Sat Sep 21 07:41:30 2013 (r327795) @@ -1,2 +1,2 @@ -SHA256 (IO-Pager-0.24.tgz) = a03825add319636bdda5f84617fb84b5366b1ca2079a4cb1ea3d7fc00c51198c -SIZE (IO-Pager-0.24.tgz) = 13737 +SHA256 (IO-Pager-0.31.tgz) = e5a61ecae2e81f1349293e2246543da42e8ff61c23bf773e87db561f2e83b939 +SIZE (IO-Pager-0.31.tgz) = 15406 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 08:04:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5CE8DC49; Sat, 21 Sep 2013 08:04:05 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4AC9B2F41; Sat, 21 Sep 2013 08:04:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8L845CP050264; Sat, 21 Sep 2013 08:04:05 GMT (envelope-from rafan@svn.freebsd.org) Received: (from rafan@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8L844LT050261; Sat, 21 Sep 2013 08:04:04 GMT (envelope-from rafan@svn.freebsd.org) Message-Id: <201309210804.r8L844LT050261@svn.freebsd.org> From: Rong-En Fan Date: Sat, 21 Sep 2013 08:04:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327796 - head/devel/p5-parent 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.14 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: Sat, 21 Sep 2013 08:04:05 -0000 Author: rafan Date: Sat Sep 21 08:04:04 2013 New Revision: 327796 URL: http://svnweb.freebsd.org/changeset/ports/327796 Log: - Update to 0.228 Modified: head/devel/p5-parent/Makefile head/devel/p5-parent/distinfo Modified: head/devel/p5-parent/Makefile ============================================================================== --- head/devel/p5-parent/Makefile Sat Sep 21 07:41:30 2013 (r327795) +++ head/devel/p5-parent/Makefile Sat Sep 21 08:04:04 2013 (r327796) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= parent -PORTVERSION= 0.225 +PORTVERSION= 0.228 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CORION Modified: head/devel/p5-parent/distinfo ============================================================================== --- head/devel/p5-parent/distinfo Sat Sep 21 07:41:30 2013 (r327795) +++ head/devel/p5-parent/distinfo Sat Sep 21 08:04:04 2013 (r327796) @@ -1,2 +1,2 @@ -SHA256 (parent-0.225.tar.gz) = e0804e684e97331dd3f20b5473e726e0ffdf316cd3ae16ab0c84a868954b28a9 -SIZE (parent-0.225.tar.gz) = 5533 +SHA256 (parent-0.228.tar.gz) = eb20acd607bab29121bd3b228ee82bec6cb8eb29b44e50c02f86a04fbc001170 +SIZE (parent-0.228.tar.gz) = 6130 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 08:39:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BBDC44AC; Sat, 21 Sep 2013 08:39:09 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A3C52177; Sat, 21 Sep 2013 08:39:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8L8d9rX068020; Sat, 21 Sep 2013 08:39:09 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8L8d9Z1068010; Sat, 21 Sep 2013 08:39:09 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201309210839.r8L8d9Z1068010@svn.freebsd.org> From: Steve Wills Date: Sat, 21 Sep 2013 08:39:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327797 - head/x11-wm/fluxbox/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.14 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: Sat, 21 Sep 2013 08:39:09 -0000 Author: swills Date: Sat Sep 21 08:39:08 2013 New Revision: 327797 URL: http://svnweb.freebsd.org/changeset/ports/327797 Log: - Fix build on 10.0-ALPHA [1] - Rename files with :: while here PR: ports/182162 [1] Submitted by: Dan McGregor [1] Approved by: maintainer (beat, via IRC) Added: head/x11-wm/fluxbox/files/patch-src__fluxbox.cc (contents, props changed) head/x11-wm/fluxbox/files/patch-src__fluxbox.hh (contents, props changed) - copied unchanged from r327696, head/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in Directory Properties: head/x11-wm/fluxbox/files/patch-util__fluxbox-generate_menu.in (props changed) Deleted: head/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in Added: head/x11-wm/fluxbox/files/patch-src__fluxbox.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/fluxbox/files/patch-src__fluxbox.cc Sat Sep 21 08:39:08 2013 (r327797) @@ -0,0 +1,11 @@ +--- ./src/fluxbox.cc.orig 2013-02-13 10:04:05.899812000 +0000 ++++ ./src/fluxbox.cc 2013-09-20 15:41:23.584087389 +0000 +@@ -1355,7 +1355,7 @@ + FocusControl::setFocusedWindow(0); + } + +-bool Fluxbox::validateClient(const WinClient *client) const { ++bool Fluxbox::validateClient(WinClient *client) const { + WinClientMap::const_iterator it = + find_if(m_window_search.begin(), + m_window_search.end(), Added: head/x11-wm/fluxbox/files/patch-src__fluxbox.hh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/fluxbox/files/patch-src__fluxbox.hh Sat Sep 21 08:39:08 2013 (r327797) @@ -0,0 +1,11 @@ +--- ./src/fluxbox.hh.orig 2013-02-13 10:04:05.899812000 +0000 ++++ ./src/fluxbox.hh 2013-09-20 15:41:23.585087645 +0000 +@@ -88,7 +88,7 @@ + /// main event loop + void eventLoop(); + bool validateWindow(Window win) const; +- bool validateClient(const WinClient *client) const; ++ bool validateClient(WinClient *client) const; + + void grab(); + void ungrab(); Copied: head/x11-wm/fluxbox/files/patch-util__fluxbox-generate_menu.in (from r327696, head/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/fluxbox/files/patch-util__fluxbox-generate_menu.in Sat Sep 21 08:39:08 2013 (r327797, copy of r327696, head/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in) @@ -0,0 +1,219 @@ +--- util/fluxbox-generate_menu.in.orig 2012-12-10 18:26:53.000000000 +0100 ++++ util/fluxbox-generate_menu.in 2013-01-02 14:22:14.000000000 +0100 +@@ -68,7 +68,7 @@ + -d Other path(s) to recursively search for *.desktop files + -ds Wider search for *.desktop files (takes more time) + -i Other path(s) to search for icons +- e.g., "/usr/kde/3.3/share/icons/crystalsvg/16x16/*" ++ e.g., "%%LOCALBASE%%/share/icons/crystalsvg/16x16/*" + -is Wider search for icons (worth the extra time) + -in Skip icon search + +@@ -85,7 +85,7 @@ + Only for packagers: + + -p Prefix; default is @PREFIX@ +- -n Gnome-prefix; /opt, /usr, /usr/X11R6 and /usr/local autodetected ++ -n Gnome-prefix; %%LOCALBASE%% autodetected + -q KDE-prefix; idem dito + + +@@ -145,13 +145,42 @@ + esac + } + +-find_it() { +- [ -n "$1" ] && hash $1 2> /dev/null && shift && "$@" +-} ++# some which's have a reliable return code, some don't ++# Lets figure out which which we have. ++if which this_program_does_not_exist-no_really-aA1zZ9 2> /dev/null 1> /dev/null; then ++ # can't rely on return value ++ find_it() { ++ file=`which $1 2> /dev/null` ++ if [ -x "$file" ]; then ++ if [ $# -gt 1 ]; then ++ shift ++ "$@" ++ fi ++ return 0 ++ else ++ return 1 ++ fi ++ } + +-find_it_options() { +- [ -n "$1" ] && hash $1 2> /dev/null +-} ++ find_it_options() { ++ file=`which $1 2> /dev/null` ++ if [ -x "$file" ]; then ++ return 0 ++ else ++ return 1 ++ fi ++ } ++ ++else ++ # can rely on return value ++ find_it() { ++ which $1 > /dev/null 2>&1 && shift && "$@" ++ } ++ ++ find_it_options() { ++ which $1 > /dev/null 2>&1 ++ } ++fi + + #echo "replaceWithinString: $1, $2, $3" >&2 + #echo ${1//$2/$3} # causes error in BSD even though not used +@@ -203,7 +232,7 @@ + if [ -f "${entry_icon}" ]; then + : echo "File exists. To overwrite, type: convert \"$1\" \"$entry_icon\"" >&2 + else +- if hash convert 2> /dev/null; then ++ if which convert &> /dev/null; then + convert "$1" "$entry_icon" + # echo convert "$1" , "$entry_icon" >> $ICONMAPPING + else +@@ -275,7 +304,7 @@ + # echo -n "for $temp_icon" + eval doSearchLoop $USER_ICONPATHS \ + "$FB_ICONDIR" \ +- "/usr/share/${execname%% *}" \ ++ "%%LOCALBASE%%/share/${execname%% *}" \ + ${OTHER_ICONPATHS} \ + + +@@ -558,7 +587,7 @@ + + + WHOAMI=`whoami` +-[ "$WHOAMI" = root ] && PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ++[ "$WHOAMI" = root ] && PATH=/bin:/usr/bin:%%LOCALBASE%%/bin + + # Check for Imlib2-support + if @pkgprefix@fluxbox@pkgsuffix@@EXEEXT@ -info 2> /dev/null | grep -q "^IMLIB"; then +@@ -1271,16 +1300,16 @@ + # These are prefixes; So if fluxbox is installed in @PREFIX@/bin/fluxbox + # your prefix is: @PREFIX@ + +-# fluxbox-generate already looks in /usr/X11R6, /usr, /usr/local and /opt so ++# fluxbox-generate already looks in %%LOCALBASE%% so + # there should be no need to specify them. + # + # PREFIX=@PREFIX@ +-# GNOME_PREFIX=/opt/gnome +-# KDE_PREFIX=/opt/kde ++# GNOME_PREFIX=%%LOCALBASE%% ++# KDE_PREFIX=%%LOCALBASE%% + + + # Separate the list of background dirs with colons ':' +-# BACKGROUND_DIRS="${USERFLUXDIR}/backgrounds/:@PREFIX@/share/fluxbox/backgrounds/:/usr/share/wallpapers" ++# BACKGROUND_DIRS="${USERFLUXDIR}/backgrounds/:@PREFIX@/share/fluxbox/backgrounds/:%%LOCALBASE%%/share/wallpapers" + + + # --- Boolean variables. +@@ -1327,29 +1356,21 @@ + -g) GNOMEMENU=yes; shift;; + -in) NO_ICON=yes; shift;; + -is) OTHER_ICONPATHS=" +- /usr/share/icons +- /usr/share/icons/mini +- /usr/share/pixmaps +- /usr/local/share/icons +- /usr/local/share/icons/mini +- /usr/local/share/pixmaps +- /usr/share/xclass/icons +- /usr/share/xclass/pixmaps +- /usr/local/share/xclass/icons +- /usr/local/share/xclass/pixmaps +- /usr/X11R6/share/icons/default/16x16 +- /usr/X11R6/share/icons/kde/16x16 +- /usr/X11R6/share/icons/hicolor/16x16 +- /usr/local/X11R6/share/icons/default/16x16 +- /usr/local/X11R6/share/icons/kde/16x16 +- /usr/local/X11R6/share/icons/hicolor/16x16 ++ %%LOCALBASE%%/share/icons ++ %%LOCALBASE%%/share/icons/mini ++ %%LOCALBASE%%/share/pixmaps ++ %%LOCALBASE%%/share/xclass/icons ++ %%LOCALBASE%%/share/xclass/pixmaps ++ %%LOCALBASE%%/share/icons/default/16x16 ++ %%LOCALBASE%%/share/icons/kde/16x16 ++ %%LOCALBASE%%/share/icons/hicolor/16x16 + " + shift;; + -ds) OTHER_DESKTOP_PATHS=" +- /usr/share/mimelnk +- /usr/share/applications +- /usr/share/xsessions +- /usr/share/services ++ %%LOCALBASE%%/share/mimelnk ++ %%LOCALBASE%%/share/applications ++ %%LOCALBASE%%/share/xsessions ++ %%LOCALBASE%%/share/services + " + # /usr/share/apps \ + shift;; +@@ -1420,13 +1441,12 @@ + # prefix + PREFIX="${PREFIX:=@PREFIX@}" + if [ -z "${PREFIX}" -o ! -d "${PREFIX}" ]; then +- hash @pkgprefix@fluxbox@pkgsuffix@@EXEEXT@ +- PREFIX=`hash | grep @pkgprefix@fluxbox@pkgsuffix@ | sed 's,.*\t/,/,' | sed 's,/bin/@pkgprefix@fluxbox@pkgsuffix@@EXEEXT@$,,'` ++ PREFIX=`which fluxbox | sed 's,/bin/fluxbox$,,'` + fi + + + # gnome prefix +-for GNOME_PREFIX in "${GNOME_PREFIX}" /usr/local /usr/X11R6 /usr /opt "${PREFIX}"; do ++for GNOME_PREFIX in "${GNOME_PREFIX}" %%LOCALBASE%% "${PREFIX}"; do + if [ -n "${GNOME_PREFIX}" -a -d "$GNOME_PREFIX/share/gnome" ]; then + break; + fi +@@ -1434,7 +1454,7 @@ + # Will remain $PREFIX if all else fails + + # kde prefix +-for KDE_PREFIX in "${KDE_PREFIX}" /usr/local /usr/X11R6 /usr /opt "${PREFIX}"; do ++for KDE_PREFIX in "${KDE_PREFIX}" %%LOCALBASE%% "${PREFIX}"; do + if [ -n "${KDE_PREFIX}" -a -d "$KDE_PREFIX/share/applnk" ]; then + break; + fi +@@ -1522,7 +1542,7 @@ + else + [ -n "$MY_BROWSER" ] && echo "Warning: you chose an invalid browser." >&2 + #The precise order is up for debate. +- for browser in firefox mozilla-firefox mozilla-firebird MozillaFirebird opera skipstone mozilla seamonkey galeon konqueror dillo netscape w3m amaya links lynx; do ++ for browser in chrome firefox mozilla-firefox mozilla-firebird MozillaFirebird linux-opera opera skipstone mozilla seamonkey galeon konqueror dillo netscape w3m amaya links lynx; do + if find_it_options $browser; then + DEFAULT_BROWSER=$browser + break +@@ -1581,9 +1601,10 @@ + + case "$DEFAULT_BROWSERNAME" in + links|w3m|lynx) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_TERM} -e ${DEFAULT_BROWSER} ${HOMEPAGE}}" ;; +- firefox|firebird|mozilla|seamonkey|phoenix|galeon|dillo|netscape|amaya) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;; ++ chrome|firefox|firebird|mozilla|seamonkey|phoenix|galeon|dillo|netscape|amaya) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;; + konqueror) append "[exec] (konqueror) {kfmclient openProfile webbrowsing}" ;; +- opera) append "[exec] (opera) {env QT_XFT=true opera}" ;; ++ linux-opera) append "[exec] (linux-opera) {linux-opera}" ;; ++ opera) append "[exec] (opera) {opera}" ;; + MozillaFirebird) append "[exec] (firebird) {MozillaFirebird}" ;; + MozillaFirefox) append "[exec] (firefox) {MozillaFirefox}" ;; + *) append "[exec] ($DEFAULT_BROWSERNAME) {$DEFAULT_BROWSER}" ;; +@@ -1600,9 +1621,10 @@ + + append_submenu "${NETMENU}" + append_submenu "${BROWSERMENU}" +- normal_find firefox mozilla-firefox MozillaFirefox galeon mozilla seamonkey dillo netscape vncviewer ++ normal_find chrome firefox mozilla-firefox MozillaFirefox galeon mozilla seamonkey dillo netscape vncviewer + find_it links append "[exec] (links-graphic) {links -driver x ${HOMEPAGE}}" +- find_it opera append "[exec] (opera) {env QT_XFT=true opera}" ++ find_it linux-opera append "[exec] (linux-opera) {linux-opera}" ++ find_it opera append "[exec] (opera) {opera}" + find_it konqueror append "[exec] (konqueror) {kfmclient openProfile webbrowsing}" + find_it links append "[exec] (links) {${DEFAULT_TERM} -e links ${HOMEPAGE}}" + find_it w3m append "[exec] (w3m) {${DEFAULT_TERM} -e w3m ${HOMEPAGE}}" From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 08:40:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DC2695D3; Sat, 21 Sep 2013 08:40:44 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA80721AE; Sat, 21 Sep 2013 08:40:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8L8eiHx070340; Sat, 21 Sep 2013 08:40:44 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8L8ei8M070339; Sat, 21 Sep 2013 08:40:44 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201309210840.r8L8ei8M070339@svn.freebsd.org> From: Koop Mast Date: Sat, 21 Sep 2013 08:40:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327798 - head/net 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.14 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: Sat, 21 Sep 2013 08:40:44 -0000 Author: kwm Date: Sat Sep 21 08:40:44 2013 New Revision: 327798 URL: http://svnweb.freebsd.org/changeset/ports/327798 Log: Actualy hook up avahi-gtk3. Submitted by: linimon Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Sep 21 08:39:08 2013 (r327797) +++ head/net/Makefile Sat Sep 21 08:40:44 2013 (r327798) @@ -37,6 +37,7 @@ SUBDIR += avahi-app SUBDIR += avahi-autoipd SUBDIR += avahi-gtk + SUBDIR += avahi-gtk3 SUBDIR += avahi-header SUBDIR += avahi-libdns SUBDIR += avahi-qt4 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 09:45:26 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F15F92C1; Sat, 21 Sep 2013 09:45:25 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C3AD32497; Sat, 21 Sep 2013 09:45:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8L9jPdk003272; Sat, 21 Sep 2013 09:45:25 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8L9jPuv003270; Sat, 21 Sep 2013 09:45:25 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201309210945.r8L9jPuv003270@svn.freebsd.org> From: Dirk Meyer Date: Sat, 21 Sep 2013 09:45:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327799 - head/security/openssl 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.14 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: Sat, 21 Sep 2013 09:45:26 -0000 Author: dinoex Date: Sat Sep 21 09:45:25 2013 New Revision: 327799 URL: http://svnweb.freebsd.org/changeset/ports/327799 Log: - fix build with perl 5.16 Submitted by: Takefu Modified: head/security/openssl/Makefile head/security/openssl/distinfo Modified: head/security/openssl/Makefile ============================================================================== --- head/security/openssl/Makefile Sat Sep 21 08:40:44 2013 (r327798) +++ head/security/openssl/Makefile Sat Sep 21 09:45:25 2013 (r327799) @@ -15,6 +15,10 @@ DIST_SUBDIR= ${DISTNAME}2 MAINTAINER= dinoex@FreeBSD.org COMMENT= SSL and crypto library +PATCH_SITES+= http://www.linuxfromscratch.org/patches/blfs/svn/:pod +PATCHFILES+= openssl-1.0.1e-fix_pod_syntax-1.patch:pod +PATCH_DIST_STRIP= -p1 + .ifdef USE_OPENSSL .error You have `USE_OPENSSL' variable defined either in environment or in make(1) arguments. Please undefine and try again. .endif @@ -1119,7 +1123,6 @@ PLIST_SUB+= WITH_RC5="@comment " .endif .if ${PORT_OPTIONS:MPADLOCK} -PATCH_DIST_STRIP= -p1 PATCH_SITES+= http://git.alpinelinux.org/cgit/aports/plain/main/openssl/:padlock PATCHFILES+= 0001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch:padlock \ 0002-engines-e_padlock-backport-cvs-head-changes.patch:padlock \ Modified: head/security/openssl/distinfo ============================================================================== --- head/security/openssl/distinfo Sat Sep 21 08:40:44 2013 (r327798) +++ head/security/openssl/distinfo Sat Sep 21 09:45:25 2013 (r327799) @@ -1,5 +1,7 @@ SHA256 (openssl-1.0.1e2/openssl-1.0.1e.tar.gz) = f74f15e8c8ff11aa3d5bb5f276d202ec18d7246e95f961db76054199c69c1ae3 SIZE (openssl-1.0.1e2/openssl-1.0.1e.tar.gz) = 4459777 +SHA256 (openssl-1.0.1e2/openssl-1.0.1e-fix_pod_syntax-1.patch) = 748fd906d6d50b0183d4795aec4857c5b1e53de1155aaa8512fc775f2c04dbe9 +SIZE (openssl-1.0.1e2/openssl-1.0.1e-fix_pod_syntax-1.patch) = 11743 SHA256 (openssl-1.0.1e2/0001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 18dd81fefb39b3328a444774ed10871ed50348ca171d2da9f826f916127b2dae SIZE (openssl-1.0.1e2/0001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 3512 SHA256 (openssl-1.0.1e2/0002-engines-e_padlock-backport-cvs-head-changes.patch) = 39c31c2e33cded09543a2d1fd2e3238e9d11c672ba71a14d13095baad3ec9696 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 09:56:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4119151D; Sat, 21 Sep 2013 09:56:14 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2EF452518; Sat, 21 Sep 2013 09:56:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8L9uEGS008749; Sat, 21 Sep 2013 09:56:14 GMT (envelope-from rafan@svn.freebsd.org) Received: (from rafan@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8L9uDEd008747; Sat, 21 Sep 2013 09:56:13 GMT (envelope-from rafan@svn.freebsd.org) Message-Id: <201309210956.r8L9uDEd008747@svn.freebsd.org> From: Rong-En Fan Date: Sat, 21 Sep 2013 09:56:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327800 - head/www/p5-HTML-Display 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.14 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: Sat, 21 Sep 2013 09:56:14 -0000 Author: rafan Date: Sat Sep 21 09:56:13 2013 New Revision: 327800 URL: http://svnweb.freebsd.org/changeset/ports/327800 Log: - Update to 0.40 Modified: head/www/p5-HTML-Display/Makefile head/www/p5-HTML-Display/distinfo Modified: head/www/p5-HTML-Display/Makefile ============================================================================== --- head/www/p5-HTML-Display/Makefile Sat Sep 21 09:45:25 2013 (r327799) +++ head/www/p5-HTML-Display/Makefile Sat Sep 21 09:56:13 2013 (r327800) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-Display -PORTVERSION= 0.39 +PORTVERSION= 0.40 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -35,4 +35,8 @@ MAN3= HTML::Display.3 \ HTML::Display::Win32::OLE.3 NO_STAGE= yes + +regression-test: + @${WRKSRC} && ${MAKE} test + .include Modified: head/www/p5-HTML-Display/distinfo ============================================================================== --- head/www/p5-HTML-Display/distinfo Sat Sep 21 09:45:25 2013 (r327799) +++ head/www/p5-HTML-Display/distinfo Sat Sep 21 09:56:13 2013 (r327800) @@ -1,2 +1,2 @@ -SHA256 (HTML-Display-0.39.tar.gz) = d54bba31e43e698506bfd8d3f33032043c0b36113e21f702c11404055cf76b09 -SIZE (HTML-Display-0.39.tar.gz) = 13720 +SHA256 (HTML-Display-0.40.tar.gz) = 43b2bd9883d9545c86c6cba7b0df4bd78cc889350fa4d7e17fe7a274ae9823a2 +SIZE (HTML-Display-0.40.tar.gz) = 14233 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 10:00:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C9D95689; Sat, 21 Sep 2013 10:00:55 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A878E256F; Sat, 21 Sep 2013 10:00:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LA0t8g012168; Sat, 21 Sep 2013 10:00:55 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LA0s9d012163; Sat, 21 Sep 2013 10:00:54 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201309211000.r8LA0s9d012163@svn.freebsd.org> From: Olivier Duchateau Date: Sat, 21 Sep 2013 10:00:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327801 - 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.14 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: Sat, 21 Sep 2013 10:00:55 -0000 Author: olivierd Date: Sat Sep 21 10:00:54 2013 New Revision: 327801 URL: http://svnweb.freebsd.org/changeset/ports/327801 Log: Remove devpet extension, because of "undefined symbol in backtrace_symbol()" While I'm here Use the new format for LIB_DEPENDS Added: head/www/midori/files/patch-extensions__wscript_build (contents, props changed) Modified: head/www/midori/Makefile head/www/midori/files/patch-wscript head/www/midori/pkg-plist Modified: head/www/midori/Makefile ============================================================================== --- head/www/midori/Makefile Sat Sep 21 09:56:13 2013 (r327800) +++ head/www/midori/Makefile Sat Sep 21 10:00:54 2013 (r327801) @@ -3,6 +3,7 @@ PORTNAME= midori PORTVERSION= 0.5.5 +PORTREVISION= 1 CATEGORIES= www xfce MASTER_SITES= http://www.midori-browser.org/downloads/ DISTNAME= ${PORTNAME}_${PORTVERSION}_all_ @@ -12,15 +13,13 @@ MAINTAINER= xfce@FreeBSD.org COMMENT= Lightweight web browser using WebKit browser engine LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= rsvg-convert:${PORTSDIR}/graphics/librsvg2 \ valac:${PORTSDIR}/lang/vala -LIB_DEPENDS= webkitgtk-1:${PORTSDIR}/www/webkit-gtk2 \ - sqlite3:${PORTSDIR}/databases/sqlite3 \ - notify:${PORTSDIR}/devel/libnotify \ - soup-gnome-2:${PORTSDIR}/devel/libsoup-gnome \ - execinfo:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 \ + libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ + libnotify.so:${PORTSDIR}/devel/libnotify \ + libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss CPPFLAGS+= -I${LOCALBASE}/include Added: head/www/midori/files/patch-extensions__wscript_build ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/midori/files/patch-extensions__wscript_build Sat Sep 21 10:00:54 2013 (r327801) @@ -0,0 +1,15 @@ +--- ./extensions/wscript_build.orig 2013-08-14 18:32:02.000000000 +0000 ++++ ./extensions/wscript_build 2013-09-17 17:55:12.000000000 +0000 +@@ -4,8 +4,12 @@ + + import Options + import os ++import sys + + extensions = os.listdir ('extensions') ++if 'bsd' in sys.platform: ++ if 'devpet.vala' in extensions: ++ extensions.remove('devpet.vala') + for extension in extensions: + # FIXME In the absense of a proper mechanism, transfers is a stock extension + if not bld.env['addons'] and extension != 'transfers.vala': Modified: head/www/midori/files/patch-wscript ============================================================================== --- head/www/midori/files/patch-wscript Sat Sep 21 09:56:13 2013 (r327800) +++ head/www/midori/files/patch-wscript Sat Sep 21 10:00:54 2013 (r327801) @@ -1,9 +1,5 @@ -- Fix PACKAGE_VERSION in gtk_about_dialog_widget (bug #1200903). -- Check if execinfo.h header is found (bug #1212761). -- Add test to avoid installing .orig files (for config/search). - --- ./wscript.orig 2013-08-14 18:32:02.000000000 +0000 -+++ ./wscript 2013-08-15 19:05:48.000000000 +0000 ++++ ./wscript 2013-09-17 19:23:37.000000000 +0000 @@ -29,7 +29,6 @@ APPNAME = 'midori' @@ -25,16 +21,7 @@ except: pass -@@ -234,6 +235,8 @@ - conf.check (header_name='X11/extensions/scrnsaver.h', - includes='/usr/X11R6/include', mandatory=False) - conf.check (lib='Xss', libpath='/usr/X11R6/lib', mandatory=False) -+ # Check if execinfo.h header is found -+ conf.check (header_name='execinfo.h', mandatory=True) - - have_gtk3 = option_enabled ('gtk3') or option_enabled ('webkit2') or option_enabled ('granite') - if have_gtk3: -@@ -530,15 +533,16 @@ +@@ -530,15 +531,16 @@ for config_file in os.listdir ('config'): dest = '${SYSCONFDIR}/xdg/' + APPNAME Modified: head/www/midori/pkg-plist ============================================================================== --- head/www/midori/pkg-plist Sat Sep 21 09:56:13 2013 (r327800) +++ head/www/midori/pkg-plist Sat Sep 21 10:00:54 2013 (r327801) @@ -3,7 +3,6 @@ etc/xdg/midori/extensions/adblock/config etc/xdg/midori/search include/midori-%%VERSION%%/extensions/apps.h include/midori-%%VERSION%%/extensions/delayed-load.h -include/midori-%%VERSION%%/extensions/devpet.h include/midori-%%VERSION%%/extensions/external-download-manager.h include/midori-%%VERSION%%/extensions/history-list.h include/midori-%%VERSION%%/extensions/nsplugin-manager.h @@ -16,7 +15,6 @@ lib/midori/libcookie-manager.so lib/midori/libcookie-permissions.so lib/midori/libcopy-tabs.so lib/midori/libdelayed-load.so -lib/midori/libdevpet.so lib/midori/libexternal-download-manager.so lib/midori/libfeed-panel.so lib/midori/libformhistory.so @@ -183,8 +181,6 @@ share/vala/vapi/apps.deps share/vala/vapi/apps.vapi share/vala/vapi/delayed-load.deps share/vala/vapi/delayed-load.vapi -share/vala/vapi/devpet.deps -share/vala/vapi/devpet.vapi share/vala/vapi/external-download-manager.deps share/vala/vapi/external-download-manager.vapi share/vala/vapi/history-list.deps From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 10:17:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8E094BDF; Sat, 21 Sep 2013 10:17:55 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7BB33265F; Sat, 21 Sep 2013 10:17:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LAHtcE020194; Sat, 21 Sep 2013 10:17:55 GMT (envelope-from rafan@svn.freebsd.org) Received: (from rafan@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LAHt6M020193; Sat, 21 Sep 2013 10:17:55 GMT (envelope-from rafan@svn.freebsd.org) Message-Id: <201309211017.r8LAHt6M020193@svn.freebsd.org> From: Rong-En Fan Date: Sat, 21 Sep 2013 10:17:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327802 - head/www/p5-HTML-Display 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.14 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: Sat, 21 Sep 2013 10:17:55 -0000 Author: rafan Date: Sat Sep 21 10:17:54 2013 New Revision: 327802 URL: http://svnweb.freebsd.org/changeset/ports/327802 Log: - Fix regression-test Submitted by: olli hauer Modified: head/www/p5-HTML-Display/Makefile Modified: head/www/p5-HTML-Display/Makefile ============================================================================== --- head/www/p5-HTML-Display/Makefile Sat Sep 21 10:00:54 2013 (r327801) +++ head/www/p5-HTML-Display/Makefile Sat Sep 21 10:17:54 2013 (r327802) @@ -37,6 +37,6 @@ MAN3= HTML::Display.3 \ NO_STAGE= yes regression-test: - @${WRKSRC} && ${MAKE} test + @${MAKE} test -C ${WRKSRC} .include From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 10:42:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D24DB1AA; Sat, 21 Sep 2013 10:42:35 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EDFF027A1; Sat, 21 Sep 2013 10:42:34 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id hj3so565723wib.0 for ; Sat, 21 Sep 2013 03:42:32 -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:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=MEmAURplg9ULBNmpRZxPESFU/BzxU9QjobRJuBALX80=; b=OGGGTEpCd2//KoArH20piATyA6vo3t1sdUl1n9eTcHJr66HJnNgEWPxt7tiQoZwDFQ Dd6F3mXyg4lRkAKpxGsSDRgDhdmXuVWmeAzYJRA8fOenPXatPG10xevs6FfGHTykIPI5 OGAbGyKOLRwc6vz4H8nMEHmFF8lgDGKvFCLqvWm2EM7QVdchkFDCp48pSRVYBHXiGGd4 tLTpY9Cqoi9AOLaUgXvemoYo7Cv/zONoywaNrMHafRso7IKVDampE5/FE3LZzIBfJXl6 hALQCb9YIv8dYfJUARKSNz/Qj08WzXyuBNGL+9tQDzzmNnZVT9LgUQWgeIUag/Zbp8Xi xX/A== X-Received: by 10.180.160.240 with SMTP id xn16mr6100205wib.62.1379760152810; Sat, 21 Sep 2013 03:42:32 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id mw9sm1463524wib.0.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 21 Sep 2013 03:42:31 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 21 Sep 2013 12:42:08 +0200 From: Baptiste Daroussin To: Sunpoet Po-Chuan Hsieh Subject: Re: svn commit: r327601 - head/Mk Message-ID: <20130921104208.GO73535@ithaqua.etoilebsd.net> References: <201309190805.r8J855cW009011@svn.freebsd.org> <3D05DDAC-CF76-4109-9182-6DDAD924CCC5@gahr.ch> <20130920160700.GN73535@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="D9sZ58tf58331Q5M" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers , Pietro Cerutti X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 21 Sep 2013 10:42:35 -0000 --D9sZ58tf58331Q5M Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 21, 2013 at 02:56:20PM +0800, Sunpoet Po-Chuan Hsieh wrote: > On Sat, Sep 21, 2013 at 12:07 AM, Baptiste Daroussin wr= ote: >=20 > > On Fri, Sep 20, 2013 at 05:27:18PM +0200, Pietro Cerutti wrote: > > > > > > On 20-set-2013, at 10:32, Sunpoet Po-Chuan Hsieh > > wrote: > > > > > > > Hi Bapt, > > > > > > > > May I suggest to change hard-coded sleep time to a settable variable > > defaults to 10? It would save time while checking multiple ports with > > terminal outputs redirected to a log file. > > > > > > Definitely +1 > > > > > I would be all for it, send me a patch and I will approve :) > > > > regards, > > Bapt > > >=20 > A simple patch is here [1]. Thanks. >=20 > [1] http://people.FreeBSD.org/~sunpoet/bsd.port.mk-sleep.patch >=20 > Regards, > sunpoet Approved, please commit regards, Bapt --D9sZ58tf58331Q5M Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlI9eAAACgkQ8kTtMUmk6Ex1ogCfQ4EGMHevChRWf5dxuKy0s7Zg xXQAnA0KeBslj1SlL5tlcs8OyHEfAFI3 =RuEJ -----END PGP SIGNATURE----- --D9sZ58tf58331Q5M-- From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 10:44:19 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6C4D9299; Sat, 21 Sep 2013 10:44:19 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-we0-x234.google.com (mail-we0-x234.google.com [IPv6:2a00:1450:400c:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8CCCB27AE; Sat, 21 Sep 2013 10:44:18 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id u57so1434612wes.11 for ; Sat, 21 Sep 2013 03:44:16 -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:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=m2w9gjr3YIPyJ6oyzV/kR4pQ7ZBY4NE88qZ8xAPTKR4=; b=vfubpDHuJRtnwDQDCkN7JEPrmSdCpFT/em89ZixiwI+WD/BCX3mtsXHvgCglyAsxuT Jupk0aJsDF0mwy/73jQ5kWkzk6y23Id+1l/gpMCIbrTVKvAeVPYaWFF0xRRLbuIbudFB c3RhFt4TMdUpqRiOOHjxoJSlZfi8TIFVbRuUmz8aF8nZ2cPzP7P88kLPsOMVxW1M9TDv pDtPVueCEkPnS5/W9PlDrJHmB9vhOKezyhHPZh3CtWnosP0qRFgthyoSRrPAuIKCt8pf /B6srdKUl25wOyO1dc243LI78opbHcd6a5wXrAOVu2xuwt+waGbnvqA6BQHJlq/0T6Bo 6M5w== X-Received: by 10.180.221.38 with SMTP id qb6mr6074457wic.8.1379760256892; Sat, 21 Sep 2013 03:44:16 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id ey4sm11090600wic.11.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 21 Sep 2013 03:44:16 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 21 Sep 2013 12:44:13 +0200 From: Baptiste Daroussin To: Eitan Adler Subject: Re: svn commit: r327787 - head/Tools/scripts Message-ID: <20130921104413.GP73535@ithaqua.etoilebsd.net> References: <201309210006.r8L06TXn099257@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LwbuP8dfxhLLLUfV" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 21 Sep 2013 10:44:19 -0000 --LwbuP8dfxhLLLUfV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 21, 2013 at 03:15:58AM -0400, Eitan Adler wrote: > On Fri, Sep 20, 2013 at 8:06 PM, Baptiste Daroussin wr= ote: > > Author: bapt > > Date: Sat Sep 21 00:06:29 2013 > > New Revision: 327787 > > URL: http://svnweb.freebsd.org/changeset/ports/327787 > > > > Log: > > Remove Tools/scripts/convert-makefile-header.pl it is not needed anym= ore >=20 > The script contained the canonical list of people that agreed to have > the 'created by' line removed. I agree it should be removed but that > list should be maintained somewhere. >=20 >=20 > --=20 > Eitan Adler > Source, Ports, Doc committer > Bugmeister, Ports Security teams What for? all there whishes as been respected and if they do create a new p= ort they won 't add the name ;) regards, Bapt --LwbuP8dfxhLLLUfV Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlI9eH0ACgkQ8kTtMUmk6Ewf2gCfYHMp5qlDSVWXPBfrcA7RPrqv NhEAnjlH7GnpnMON7NGTLNTBfiFME1jB =ijN+ -----END PGP SIGNATURE----- --LwbuP8dfxhLLLUfV-- From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 10:49:41 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8C9DF4B3; Sat, 21 Sep 2013 10:49:41 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-we0-x235.google.com (mail-we0-x235.google.com [IPv6:2a00:1450:400c:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ACA2527EF; Sat, 21 Sep 2013 10:49:40 +0000 (UTC) Received: by mail-we0-f181.google.com with SMTP id p61so1448940wes.12 for ; Sat, 21 Sep 2013 03:49:39 -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:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=ewU8gMUa4hjGgICBOr5Cvei8Kehk+e62kHrtcBp1B6g=; b=q3ZIHlIPjFXCk95AkVUzxiezGTlB9r2XiGTgNtEfZ6ilcv5OReXqI+Hze1VD3NRe76 8ajalPPR51sGH+KOOT8cWreBIMuu7wlGQ8XT+OcYGZ2pgyNsnOqGkLheyVeaJK0Xt+0X tA0RjzmWLSwCigc88p5QuGJ448EK5ODV7F3vWnzwcpvZN3FnBfKP8nY2ciR5hvPRNbVE Ytm97zxsOTSPOpkBtJrjvb46qCvU+Yt2gfrdmCLxQfAgGfT5+cejK3w+eO98Of611q7N 2Xyf/UUpIY2bTqYw+09HuoZhiioaeM794HjmeDZ86tux4bJ2F3bBO8V0ST6VmYVb61Jw JUHw== X-Received: by 10.180.229.103 with SMTP id sp7mr6256330wic.2.1379760578941; Sat, 21 Sep 2013 03:49:38 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id c4sm717727wiz.0.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 21 Sep 2013 03:49:37 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 21 Sep 2013 12:49:36 +0200 From: Baptiste Daroussin To: Alexey Dokuchaev Subject: Re: svn commit: r327601 - head/Mk Message-ID: <20130921104936.GQ73535@ithaqua.etoilebsd.net> References: <201309190805.r8J855cW009011@svn.freebsd.org> <20130921023225.GA19307@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="K8zN2sh9fO5jmbe4" Content-Disposition: inline In-Reply-To: <20130921023225.GA19307@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 21 Sep 2013 10:49:41 -0000 --K8zN2sh9fO5jmbe4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 21, 2013 at 02:32:25AM +0000, Alexey Dokuchaev wrote: > On Thu, Sep 19, 2013 at 08:05:05AM +0000, Baptiste Daroussin wrote: > > New Revision: 327601 > > URL: http://svnweb.freebsd.org/changeset/ports/327601 > >=20 > > Log: > > Move the target for sanity checking to the end of bsd.port.mk so that > > WARNING and DEV_* can be defined anywhere >=20 > From reading the diff, it looks like some part of the portlint(1) was now > moved under Mk/. I don't understand why, and what benefits does it bring? >=20 > Previously we sometimes had to deal with situation when b.p.m. and friends > code would not match each other, but at least code inside Mk/ was always > consistent. Now it cannot be longer guaranteed. >=20 > ./danfe That allows to do things portlint is not able to do: warn the users for instance, that allows to be quicker than portlint to wan the dev, more and more QA is coming inside the ports tree directly, stage support opens a way to improve= a lot that will all go. portlint is very good and allow checka that we are not able to do in port and vice versa. regards Bapt --K8zN2sh9fO5jmbe4 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlI9ecAACgkQ8kTtMUmk6Ex5XgCeLKsi/t4prC40aIAMyRTPjhuI OMUAoKkaHlmbna2MT7CY/22mmsADz4RV =tDSU -----END PGP SIGNATURE----- --K8zN2sh9fO5jmbe4-- From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 10:55:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7CD2A5DA for ; Sat, 21 Sep 2013 10:55:36 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E93D283B for ; Sat, 21 Sep 2013 10:55:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LAtaWf099579 for ; Sat, 21 Sep 2013 10:55:36 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8LAtZEe099569 for svn-ports-all@freebsd.org; Sat, 21 Sep 2013 10:55:35 GMT (envelope-from bdrewery) Received: (qmail 96307 invoked from network); 21 Sep 2013 05:55:34 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 21 Sep 2013 05:55:34 -0500 Message-ID: <523D7B20.6020908@FreeBSD.org> Date: Sat, 21 Sep 2013 05:55:28 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r327601 - head/Mk References: <201309190805.r8J855cW009011@svn.freebsd.org> <20130921023225.GA19307@FreeBSD.org> <20130921104936.GQ73535@ithaqua.etoilebsd.net> In-Reply-To: <20130921104936.GQ73535@ithaqua.etoilebsd.net> X-Enigmail-Version: 1.5.2 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BADj0kLdlR9EuNP6xbQC8EOTx1gBwkeGj" Cc: svn-ports-head@freebsd.org, Baptiste Daroussin , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 21 Sep 2013 10:55:36 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --BADj0kLdlR9EuNP6xbQC8EOTx1gBwkeGj Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 9/21/2013 5:49 AM, Baptiste Daroussin wrote: > On Sat, Sep 21, 2013 at 02:32:25AM +0000, Alexey Dokuchaev wrote: >> On Thu, Sep 19, 2013 at 08:05:05AM +0000, Baptiste Daroussin wrote: >>> New Revision: 327601 >>> URL: http://svnweb.freebsd.org/changeset/ports/327601 >>> >>> Log: >>> Move the target for sanity checking to the end of bsd.port.mk so th= at >>> WARNING and DEV_* can be defined anywhere >> >> From reading the diff, it looks like some part of the portlint(1) was = now >> moved under Mk/. I don't understand why, and what benefits does it br= ing? >> >> Previously we sometimes had to deal with situation when b.p.m. and fri= ends >> code would not match each other, but at least code inside Mk/ was alwa= ys >> consistent. Now it cannot be longer guaranteed. >> >> ./danfe >=20 > That allows to do things portlint is not able to do: warn the users for= > instance, > that allows to be quicker than portlint to wan the dev, more and more Q= A is > coming inside the ports tree directly, stage support opens a way to imp= rove a > lot that will all go. portlint is very good and allow checka that we ar= e not > able to do in port and vice versa. >=20 > regards > Bapt >=20 We also plan to add more commit hooks for things that portlint has checked for. Not everyone runs portlint, and portlint is essentially unmaintained. It is currently severely lagging behind in feature-set checking. By moving to ports, the feature-set checking is always matching the tree. --=20 Regards, Bryan Drewery --BADj0kLdlR9EuNP6xbQC8EOTx1gBwkeGj Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJSPXsgAAoJEG54KsA8mwz5/8cP/jG3QcjCd4KJYWFHSsKRtuNH X+mhOAz9QabFiQSdKI9lulR9GVjHf2fLXW8VP3THvTjprYi3p79FXhfvdzQ5kWM7 nbw5Ksf7uj6BwA0fMFd2Ndk/oPVFrUDVPjULWqh8lWr4KVwCwRw3A8yhtAAPijiE PQ9igeIB3jKLiB4zOL0jeFsO5K6hWkg3CC/8KBuvkTcYIz9owixYNfAwCHFtscTv ucCc2aMwNhRSBdwsjIb8Q8MVH5wZmlHC8/H2c/aXz8gCsEuiqK2s88ZUvTQmVQjP u3gbxOhyWGJbyBOEXEg0DWOMVR/KUZcqfb9RxrM63XJxzH04qWT6j5UmMl+uhQ8E Lwz41DNjcxqwbA6eKl+lGah+1dscDuYDzhm9LjIju9cB1vAGZFW7DN5035cuCbOS GfZNntfj8es3W9uVF/r8ZmpERBE3y/Z2Z+H0Fl6V9fvh9M5zLbwXdce0XdBHkQPV YRleHoUptuVPXmPnEOS0vFbKKWis47dre+Jrz/zNBoHr25jBiJF4KamZgZtNG5OP gpiqd92MiGQrPHloPcbXlJdTUSsqzsZCO6I3BNdx1Thim1tFesWu8BJIB5G40+H4 kD2wwLGhGvqAQbn1UKrHZ+MR1Jo7wmOP7h9WNVf22p+fQlSX53HUikaXvKR5AL67 QOUCyMoGBHbtyDqHJm1A =BvmX -----END PGP SIGNATURE----- --BADj0kLdlR9EuNP6xbQC8EOTx1gBwkeGj-- From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 11:02:37 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D3E1C7BC; Sat, 21 Sep 2013 11:02:37 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A6A3B288B; Sat, 21 Sep 2013 11:02:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LB2bga044333; Sat, 21 Sep 2013 11:02:37 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LB2bqb044331; Sat, 21 Sep 2013 11:02:37 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201309211102.r8LB2bqb044331@svn.freebsd.org> From: Wen Heping Date: Sat, 21 Sep 2013 11:02:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327803 - head/science/simlib 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.14 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: Sat, 21 Sep 2013 11:02:37 -0000 Author: wen Date: Sat Sep 21 11:02:36 2013 New Revision: 327803 URL: http://svnweb.freebsd.org/changeset/ports/327803 Log: - Update to 3.02 - Fix build on Head - Reset maintainer to ports@ Modified: head/science/simlib/Makefile head/science/simlib/distinfo Modified: head/science/simlib/Makefile ============================================================================== --- head/science/simlib/Makefile Sat Sep 21 10:17:54 2013 (r327802) +++ head/science/simlib/Makefile Sat Sep 21 11:02:36 2013 (r327803) @@ -2,21 +2,21 @@ # $FreeBSD$ PORTNAME= simlib -PORTVERSION= 3.0.20081216 +PORTVERSION= 3.02 CATEGORIES= science MASTER_SITES= http://www.fit.vutbr.cz/~peringer/SIMLIB/source/ -DISTNAME= ${PORTNAME}-3-${PORTVERSION:E} +DISTNAME= ${PORTNAME}-${PORTVERSION}-20111030 -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= SIMulation LIBrary for C++ programming language -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-3 +WRKSRC= ${WRKDIR}/${PORTNAME} CXXFLAGS+= -fPIC -NOT_FOR_ARCHS= ia64 powerpc sparc64 +NOT_FOR_ARCHS= ia64 powerpc sparc64 NOT_FOR_ARCHS_REASON= contains not working ${ARCH}-dependent assembly code NO_STAGE= yes @@ -24,6 +24,10 @@ post-patch: @${REINPLACE_CMD} -e 's|make|gmake|g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \ ${WRKSRC}/src/Makefile.generic + @${REINPLACE_CMD} -e 's#g++#${CXX}#g' \ + ${WRKSRC}/src/Makefile.FreeBSD-i386 \ + ${WRKSRC}/examples/Makefile.FreeBSD-i386 \ + ${WRKSRC}/tests/Makefile.FreeBSD-i386 @${MV} ${WRKSRC}/src/Makefile.FreeBSD-i386 ${WRKSRC}/src/Makefile @${MV} ${WRKSRC}/examples/Makefile.FreeBSD-i386 ${WRKSRC}/examples/Makefile @${MV} ${WRKSRC}/tests/Makefile.FreeBSD-i386 ${WRKSRC}/tests/Makefile Modified: head/science/simlib/distinfo ============================================================================== --- head/science/simlib/distinfo Sat Sep 21 10:17:54 2013 (r327802) +++ head/science/simlib/distinfo Sat Sep 21 11:02:36 2013 (r327803) @@ -1,2 +1,2 @@ -SHA256 (simlib-3-20081216.tar.gz) = 2dd5ac1e193f20cb7e5d09012fb87ee5ee7289d1c079394c13dea0c11886f770 -SIZE (simlib-3-20081216.tar.gz) = 1225010 +SHA256 (simlib-3.02-20111030.tar.gz) = b5d544f0736fdf4c9a419b527d607549e0b1d2c04a77d5fc48dcf34cd14e1ae6 +SIZE (simlib-3.02-20111030.tar.gz) = 1129986 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 11:06:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 19ABD96E; Sat, 21 Sep 2013 11:06:17 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 04E5728A0; Sat, 21 Sep 2013 11:06:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LB6Gb7047843; Sat, 21 Sep 2013 11:06:16 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LB64dM047637; Sat, 21 Sep 2013 11:06:04 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201309211106.r8LB64dM047637@svn.freebsd.org> From: Dirk Meyer Date: Sat, 21 Sep 2013 11:06:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327804 - in head: archivers/lha archivers/lha-ac audio/libid3tag audio/mp3asm audio/mp3gain audio/rsynth comms/hylafax comms/lrzsz comms/vrflash converters/mpack databases/animenfo-cli... 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.14 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: Sat, 21 Sep 2013 11:06:17 -0000 Author: dinoex Date: Sat Sep 21 11:06:03 2013 New Revision: 327804 URL: http://svnweb.freebsd.org/changeset/ports/327804 Log: - fix misplaced NO_STAGE in slaveports and ifdefs Modified: head/archivers/lha-ac/Makefile head/archivers/lha/Makefile head/audio/libid3tag/Makefile head/audio/mp3asm/Makefile head/audio/mp3gain/Makefile head/audio/rsynth/Makefile head/comms/hylafax/Makefile head/comms/lrzsz/Makefile head/comms/vrflash/Makefile head/converters/mpack/Makefile head/databases/animenfo-client-gtk/Makefile head/databases/animenfo-client/Makefile head/databases/phppgadmin/Makefile head/databases/ruby-mysql/Makefile head/deskutils/openproj/Makefile head/devel/gperf/Makefile head/emulators/frodo/Makefile head/emulators/stonx/Makefile head/emulators/vice/Makefile head/emulators/vmw/Makefile head/ftp/vsftpd/Makefile head/games/xboing/Makefile head/games/xinfocom/Makefile head/games/xneko/Makefile head/games/xrubik/Makefile head/games/xscrabble/Makefile head/games/xzip/Makefile head/german/dtaus/Makefile head/german/unix-connect/Makefile head/german/webalizer2/Makefile head/graphics/comical/Makefile head/graphics/gd/Makefile head/graphics/giflib/Makefile head/graphics/gnash/Makefile head/graphics/gqview-devel/Makefile head/graphics/graphviz/Makefile head/graphics/hobbes-icons-xpm/Makefile head/graphics/jasper/Makefile head/graphics/jpeg/Makefile head/graphics/netpbm/Makefile head/graphics/png/Makefile head/graphics/ruby-gd/Makefile head/graphics/swftools/Makefile head/graphics/tiff/Makefile head/graphics/xv-m17n/Makefile head/graphics/xv/Makefile head/irc/iroffer-dinoex/Makefile head/irc/iroffer-lamm/Makefile head/irc/iroffer/Makefile head/irc/xchat-fish/Makefile head/irc/xchat-mircryption/Makefile head/irc/xchat-ruby/Makefile head/japanese/gd/Makefile head/japanese/webalizer/Makefile head/lang/ezm3/Makefile head/mail/antivirus-milter/Makefile head/mail/dk-milter/Makefile head/mail/meta1/Makefile head/mail/milter-regex/Makefile head/mail/noattach/Makefile head/mail/pathalias/Makefile head/mail/raysfilter/Makefile head/mail/rbl-milter/Makefile head/mail/ripmime/Makefile head/mail/sendmail-sasl/Makefile head/mail/sendmail/Makefile head/mail/sentinel/Makefile head/mail/sid-milter/Makefile head/mail/sma/Makefile head/mail/spamilter/Makefile head/mail/vbsfilter/Makefile head/misc/estic/Makefile head/misc/magicpoint/Makefile head/multimedia/replex/Makefile head/multimedia/sabbu/Makefile head/multimedia/xanim/Makefile head/net-im/licq-jabber/Makefile head/net-im/licq-msn/Makefile head/net-im/licq-osd/Makefile head/net-im/licq-qt-gui/Makefile head/net-im/licq/Makefile head/net-mgmt/bsnmp-jails/Makefile head/net-mgmt/check_multi/Makefile head/net-p2p/ctorrent/Makefile head/net-p2p/ed2k/Makefile head/net/freebsd-uucp/Makefile head/net/libnet/Makefile head/net/libnet10/Makefile head/net/miniupnpc/Makefile head/net/py-miniupnpc/Makefile head/net/radiusd-cistron/Makefile head/net/sixxs-aiccu/Makefile head/net/tinyldap/Makefile head/net/x11vnc/Makefile head/news/c-nocem/Makefile head/news/cnews/Makefile head/news/fidogate/Makefile head/news/ifmail/Makefile head/news/knews/Makefile head/news/nntp/Makefile head/news/pgpmoose/Makefile head/news/suck-cnews/Makefile head/news/suck/Makefile head/ports-mgmt/pkg_jail/Makefile head/print/a2ps/Makefile head/russian/gd/Makefile head/security/pgp/Makefile head/security/pgpin/Makefile head/security/tinc/Makefile head/sysutils/dupmerge/Makefile head/sysutils/ua/Makefile head/sysutils/zidrav/Makefile head/textproc/agrep/Makefile head/textproc/eruby/Makefile head/www/geolizer/Makefile head/www/mod_ruby/Makefile head/www/opera-linuxplugins/Makefile head/www/opera/Makefile head/www/smb_auth/Makefile head/www/thumbnail_index/Makefile head/www/tidy/Makefile head/www/twig/Makefile head/www/webalizer/Makefile head/x11-clocks/asclock/Makefile head/x11-fonts/geminifonts/Makefile head/x11-toolkits/lesstif/Makefile head/x11-wm/afterstep/Makefile head/x11-wm/fvwm/Makefile head/x11/dgs/Makefile Modified: head/archivers/lha-ac/Makefile ============================================================================== --- head/archivers/lha-ac/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/archivers/lha-ac/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -14,13 +14,13 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Archive files using LZSS and Huffman compression (.lzh files) CONFLICTS= lha-1* +NO_STAGE= yes MAN1= lha.1 MANLANG= ja PLIST_FILES= bin/lha #PLIST_DIRS= man/ja/man1 GNU_CONFIGURE= yes -NO_STAGE= yes RESTRICTED= no permission to redistribute Modified: head/archivers/lha/Makefile ============================================================================== --- head/archivers/lha/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/archivers/lha/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -12,8 +12,8 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Archive files using LZSS and Huffman compression (.lzh files) CONFLICTS= lha-ac-1* - NO_STAGE= yes + MAN1= lha.1 MANLANG= ja PLIST_FILES= bin/lha Modified: head/audio/libid3tag/Makefile ============================================================================== --- head/audio/libid3tag/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/audio/libid3tag/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -13,9 +13,10 @@ COMMENT= ID3 tags library (part of MAD p LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +NO_STAGE= yes + GNU_CONFIGURE= yes USE_LDCONFIG= yes -NO_STAGE= yes USES= pkgconfig post-patch: Modified: head/audio/mp3asm/Makefile ============================================================================== --- head/audio/mp3asm/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/audio/mp3asm/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -13,12 +13,12 @@ COMMENT= MP3 frame level editor LICENSE= GPLv2 -WRKSRC= ${WRKDIR}/${PORTNAME}-0.1 - NO_STAGE= yes + USES= gmake USE_BZIP2= yes GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-0.1 post-extract: @${RM} ${WRKSRC}/config.cache Modified: head/audio/mp3gain/Makefile ============================================================================== --- head/audio/mp3gain/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/audio/mp3gain/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -12,12 +12,12 @@ COMMENT= A tool to normalize the gain of LICENSE= LGPL21 -PLIST_FILES= bin/mp3gain NO_STAGE= yes + USE_ZIP= yes USE_DOS2UNIX= yes - NO_WRKSUBDIR= yes +PLIST_FILES= bin/mp3gain post-patch: @${CP} ${FILESDIR}/Makefile.main ${WRKSRC}/Makefile Modified: head/audio/rsynth/Makefile ============================================================================== --- head/audio/rsynth/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/audio/rsynth/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -13,9 +13,10 @@ COMMENT= Speech synthesizer LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm \ audio:${PORTSDIR}/audio/nas +NO_STAGE= yes + GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf -NO_STAGE= yes pre-configure: @${CP} ${FILESDIR}/freebsdplay.c ${WRKSRC}/config/freebsdplay.c Modified: head/comms/hylafax/Makefile ============================================================================== --- head/comms/hylafax/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/comms/hylafax/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -15,6 +15,7 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/t jbig:${PORTSDIR}/graphics/jbigkit MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes USE_GHOSTSCRIPT=yes HAS_CONFIGURE= yes @@ -58,7 +59,6 @@ OPTIONS_DEFAULT=PAM NLS NO_OPTIONS_SORT=yes GAWK_DESC= Use gawk for scripts -NO_STAGE= yes .include # Defaults to "North American Letter". Use "ISO A4" for A4. Modified: head/comms/lrzsz/Makefile ============================================================================== --- head/comms/lrzsz/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/comms/lrzsz/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -10,9 +10,10 @@ MASTER_SITES= http://ohse.de/uwe/release MAINTAINER= dinoex@FreeBSD.org COMMENT= Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive) +NO_STAGE= yes + GNU_CONFIGURE= yes ALL_TARGET= all # vcheck MAN1= lrz.1 lsz.1 -NO_STAGE= yes .include Modified: head/comms/vrflash/Makefile ============================================================================== --- head/comms/vrflash/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/comms/vrflash/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -11,11 +11,12 @@ COMMENT= Flash kernels and romdisks to t LICENSE= GPLv2 +NO_STAGE= yes + GNU_CONFIGURE= yes DOCS= agenda-flashing-overview.txt troubleshooting.txt \ pmon-protect-unprotect.txt usage.txt -NO_STAGE= yes do-install: ${INSTALL_PROGRAM} -m 755 ${WRKSRC}/vrflash ${PREFIX}/bin/ .if !defined(NOPORTDOCS) Modified: head/converters/mpack/Makefile ============================================================================== --- head/converters/mpack/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/converters/mpack/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -13,9 +13,9 @@ COMMENT= External MIME packer/unpacker WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes -MAN1= mpack.1 munpack.1 +NO_STAGE= yes +MAN1= mpack.1 munpack.1 PLIST_FILES= bin/mpack bin/munpack -NO_STAGE= yes .include Modified: head/databases/animenfo-client-gtk/Makefile ============================================================================== --- head/databases/animenfo-client-gtk/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/databases/animenfo-client-gtk/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -14,6 +14,8 @@ COMMENT= AnimeNfo client with GTK suppor LICENSE= GPLv2 +NO_STAGE= yes + USES= pkgconfig gettext USE_GMAKE= yes USE_GNOME= gtk20 @@ -23,5 +25,4 @@ CFLAGS+= ${CPPFLAGS} LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/animenfo-client-gtk -NO_STAGE= yes .include Modified: head/databases/animenfo-client/Makefile ============================================================================== --- head/databases/animenfo-client/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/databases/animenfo-client/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -13,10 +13,11 @@ COMMENT= AnimeNfo client LICENSE= GPLv2 +NO_STAGE= yes + USE_GMAKE= yes PLIST_FILES= bin/animenfo-client -NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/animenfo-client ${PREFIX}/bin/ Modified: head/databases/phppgadmin/Makefile ============================================================================== --- head/databases/phppgadmin/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/databases/phppgadmin/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -12,6 +12,8 @@ COMMENT= Web Based Postgres Administrati LICENSE= GPLv2 +NO_STAGE= yes + USE_BZIP2= YES .if !defined(WITHOUT_PHP_DEPENDS) USE_PHP= pgsql pcre session @@ -22,7 +24,6 @@ PLIST_SUB+= PGADMDIR=${PGADMDIR} PGADMOLDDIR?= www/data-dist/phpPgAdmin PLIST_SUB+= PGADMOLDDIR=${PGADMOLDDIR} -NO_STAGE= yes pre-everything:: @${ECHO_CMD} "# you can customize the installation directory" @${ECHO_CMD} "# by setting PGADMDIR in /etc/make.conf" Modified: head/databases/ruby-mysql/Makefile ============================================================================== --- head/databases/ruby-mysql/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/databases/ruby-mysql/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -14,6 +14,8 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Ruby module for accessing MySQL databases with a C API like interface +NO_STAGE= yes + USE_MYSQL= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes @@ -23,7 +25,6 @@ INSTALL_TARGET= site-install PLIST_FILES= %%RUBY_SITEARCHLIBDIR%%/mysql.so -NO_STAGE= yes .include .if !defined(NOPORTDOCS) Modified: head/deskutils/openproj/Makefile ============================================================================== --- head/deskutils/openproj/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/deskutils/openproj/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -10,6 +10,8 @@ COMMENT= A free, open source Project Man RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper +NO_STAGE= yes + USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes @@ -19,7 +21,6 @@ DATAFILES= lib license openproj.jar read SUB_FILES= openproj.sh -NO_STAGE= yes do-install: cd ${WRKSRC} \ && ${FIND} ${DATAFILES} -type d -exec ${MKDIR} ${DATADIR}/{} \; \ Modified: head/devel/gperf/Makefile ============================================================================== --- head/devel/gperf/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/devel/gperf/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -10,7 +10,9 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Generates perfect hash functions for sets of keywords LICENSE= GPLv2 + CONFLICTS= ace+tao-[0-9]* +NO_STAGE= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes @@ -27,5 +29,4 @@ regression-test: test test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check -NO_STAGE= yes .include Modified: head/emulators/frodo/Makefile ============================================================================== --- head/emulators/frodo/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/emulators/frodo/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -12,6 +12,8 @@ COMMENT= Emulates a Commodore 64 RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 +NO_STAGE= yes + USE_XORG= x11 xt xext sm ice ALL_TARGET= Frodo WRKNAME= Frodo-4.1b @@ -23,7 +25,6 @@ USE_SDL= sdl ROM= 1541 Basic Char Kernal -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ ${WRKDIR}/${WRKNAME}/TkGui.tcl Modified: head/emulators/stonx/Makefile ============================================================================== --- head/emulators/stonx/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/emulators/stonx/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -17,6 +17,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11- RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir RESTRICTED= tos.img is copyrighted +NO_STAGE= yes TOSIMG?= tos.img USE_XORG= x11 sm ice xext xextproto @@ -25,7 +26,6 @@ CONFIGURE_ARGS= --x-includes=${LOCALBASE --x-libraries=${LOCALBASE}/lib ALL_TARGET= all fnttobdf tosfonts fonts -NO_STAGE= yes pre-build: ${CP} ${DISTDIR}/${TOSIMG} ${WRKSRC}/tos.img Modified: head/emulators/vice/Makefile ============================================================================== --- head/emulators/vice/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/emulators/vice/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -12,6 +12,8 @@ PKGNAMESUFFIX?= ${GNOME_SUFFIX}${PKGNAME MAINTAINER= dinoex@FreeBSD.org COMMENT= Emulator for Commodore C64, C128, VIC20, PET, and CBM-II +LICENSE= GPLv2 + BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale @@ -23,7 +25,7 @@ LIB_DEPENDS+= Xaw3d:${PORTSDIR}/x11-tool .endif RESTRICTED= ROMs are copyrighted by Commodore Business Machines -LICENSE= GPLv2 +NO_STAGE= yes USES= pkgconfig USE_XORG= xpm ice sm xext xv xt x11 xmu @@ -61,10 +63,6 @@ CONFIGURE_ARGS+= --enable-fullscreen --e #CONFIGURE_ARGS+= --enable-parsid #CONFIGURE_ARGS+= --enable-memmap -NO_STAGE= yes -Optional Features: - - MAN1= vice.1 c1541.1 petcat.1 MLINKS= vice.1 x64.1 \ vice.1 x128.1 \ Modified: head/emulators/vmw/Makefile ============================================================================== --- head/emulators/vmw/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/emulators/vmw/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -9,6 +9,8 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= VM Back Command Line Tools for VMware ONLY_FOR_ARCHS= i386 +NO_STAGE= yes + WRKSRC= ${WRKDIR}/${PORTNAME}/src USES= iconv @@ -24,7 +26,6 @@ PORTDOCS+= ${i}-eucj.txt ${i}-sjis.txt $ PLIST_FILES+= sbin/${i} .endfor -NO_STAGE= yes do-install: .for i in ${SBINS} ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/sbin/ Modified: head/ftp/vsftpd/Makefile ============================================================================== --- head/ftp/vsftpd/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/ftp/vsftpd/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -14,6 +14,8 @@ COMMENT= A FTP daemon that aims to be "v LICENSE= GPLv2 +NO_STAGE= yes + ALL_TARGET= vsftpd MAN5= vsftpd.conf.5 MAN8= vsftpd.8 @@ -30,7 +32,6 @@ VSFTPD_SSL_DESC=Include support for SSL PIDFILE_DESC= Unofficial support for pidfile STACKPROTECTOR_DESC= Build with stack-protector -NO_STAGE= yes .include .if ${PORT_OPTIONS:MVSFTPD_SSL} && !defined(WITHOUT_SSL) Modified: head/games/xboing/Makefile ============================================================================== --- head/games/xboing/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/games/xboing/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -14,6 +14,8 @@ COMMENT= X11 arcade game LICENSE= MIT +NO_STAGE= yes + USES= imake USE_XORG= xpm xext x11 WRKSRC= ${WRKDIR}/xboing @@ -26,7 +28,6 @@ PLIST_SUB+= WITH_SOUND="@comment " PLIST_SUB+= WITH_SOUND="" .endif -NO_STAGE= yes post-install: ${CHOWN} root:games ${PREFIX}/bin/xboing ${CHMOD} 2755 ${PREFIX}/bin/xboing Modified: head/games/xinfocom/Makefile ============================================================================== --- head/games/xinfocom/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/games/xinfocom/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -14,11 +14,11 @@ EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org COMMENT= An Infocom game interpreter for X11 -PLIST_FILES= bin/xinfocom -WRKSRC= ${WRKDIR}/xinfocom +NO_STAGE= yes USES= imake USE_XORG= xt sm ice xext x11 +WRKSRC= ${WRKDIR}/xinfocom +PLIST_FILES= bin/xinfocom -NO_STAGE= yes .include Modified: head/games/xneko/Makefile ============================================================================== --- head/games/xneko/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/games/xneko/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -13,11 +13,12 @@ DISTNAME= ${PORTNAME} MAINTAINER= dinoex@FreeBSD.org COMMENT= The classic cat-and-mouse +NO_STAGE= yes + NO_WRKSUBDIR= yes USES= imake USE_XORG= x11 MAN6= xneko.6 PLIST_FILES= bin/xneko -NO_STAGE= yes .include Modified: head/games/xrubik/Makefile ============================================================================== --- head/games/xrubik/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/games/xrubik/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -11,14 +11,15 @@ MASTER_SITE_SUBDIR= games/xpuzzles MAINTAINER= dinoex@FreeBSD.org COMMENT= X-based rubik's cube(tm) +NO_STAGE= yes + WRKSRC= ${WRKDIR}/xrubik USES= imake USE_XORG= xt sm ice xext x11 -MAN1= xrubik.1 XFREE86_HTML_MAN= no NO_INSTALL_MANPAGES= yes +MAN1= xrubik.1 -NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xrubik ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/Rubik.ad ${PREFIX}/lib/X11/app-defaults/Rubik Modified: head/games/xscrabble/Makefile ============================================================================== --- head/games/xscrabble/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/games/xscrabble/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -11,6 +11,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${ MAINTAINER= dinoex@FreeBSD.org COMMENT= X version of the popular board game +NO_STAGE= yes + USES= imake USE_BZIP2= yes USE_XORG= xaw @@ -18,7 +20,6 @@ NO_INSTALL_MANPAGES= yes XSCRABBLEDIR= ${PREFIX}/lib/X11/xscrabble -NO_STAGE= yes post-patch: @${ECHO_CMD} '#define VERSION ${PORTVERSION:S/.//g}' \ > ${WRKSRC}/src/config.h Modified: head/games/xzip/Makefile ============================================================================== --- head/games/xzip/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/games/xzip/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -14,13 +14,13 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= dinoex@FreeBSD.org COMMENT= An Infocom game interpreter that runs under X11 -WRKSRC= ${WRKDIR}/xzip -ALL_TARGET= +NO_STAGE= yes USE_XORG= x11 +WRKSRC= ${WRKDIR}/xzip +ALL_TARGET= MAN1= xzip.1 PLIST_FILES= bin/xzip -NO_STAGE= yes .include Modified: head/german/dtaus/Makefile ============================================================================== --- head/german/dtaus/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/german/dtaus/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -10,6 +10,8 @@ COMMENT= Belegloser DatenTraegerAUStausc LICENSE= GPLv2 +NO_STAGE= yes + ALL_TARGET= dtaus PLIST_FILES= bin/dtaus @@ -18,7 +20,6 @@ PORTEXAMPLES= dtaus.cls sample.ctl MAN1= dtaus.1 MAN5= dtaus.5 -NO_STAGE= yes do-configure: ${REINPLACE_CMD} -e 's|||g' \ ${WRKSRC}/bigint.c ${WRKSRC}/dtaus.c Modified: head/german/unix-connect/Makefile ============================================================================== --- head/german/unix-connect/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/german/unix-connect/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -15,6 +15,8 @@ BUILD_DEPENDS= lrz:${PORTSDIR}/comms/lrz LICENSE_COMB= multi LICENSE= GPLv2 BSD +NO_STAGE= yes + WRKSRC= ${WRKDIR}/${DISTNAME} #USE_GMAKE= yes GNU_CONFIGURE= yes @@ -31,7 +33,6 @@ CFLAGS:= ${CFLAGS:S/-O[0-9]*//g} # gcc g MANUAL_PACKAGE_BUILD= needs hostname -NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} Modified: head/german/webalizer2/Makefile ============================================================================== --- head/german/webalizer2/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/german/webalizer2/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -8,7 +8,6 @@ MASTERDIR?= ${.CURDIR}/../../www/webaliz WEBALIZER_LANG= german .if exists(${.CURDIR}/Makefile.local) -NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif Modified: head/graphics/comical/Makefile ============================================================================== --- head/graphics/comical/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/graphics/comical/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -14,14 +14,15 @@ LIB_DEPENDS= unrar:${PORTSDIR}/archivers LICENSE= GPLv2 +MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes + USE_GMAKE= yes USE_WX= 2.6+ WX_PREMK= yes WX_UNICODE= yes PLIST_FILES= bin/comical -MAKE_JOBS_UNSAFE= yes -NO_STAGE= yes .include post-patch: Modified: head/graphics/gd/Makefile ============================================================================== --- head/graphics/gd/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/graphics/gd/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -17,6 +17,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/j freetype:${PORTSDIR}/print/freetype2 CONFLICTS= bazaar-1.* +NO_STAGE= yes USE_XZ= yes USES= pkgconfig @@ -29,7 +30,6 @@ OPTIONS_DEFINE= FONTCONFIG ICONV VPX XPM OPTIONS_DEFAULT=FONTCONFIG NO_OPTIONS_SORT=yes -NO_STAGE= yes .include PKGCONFIGDIR?= ${LOCALBASE}/libdata/pkgconfig Modified: head/graphics/giflib/Makefile ============================================================================== --- head/graphics/giflib/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/graphics/giflib/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -13,6 +13,8 @@ COMMENT= Tools and library routines for CONFLICTS= libungif-[0-9]* PORTSCOUT= limit:^4\. +NO_STAGE= yes + USE_BZIP2= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes @@ -21,7 +23,6 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= DOCBOOK X11 DOCBOOK_DESC= Generate API documentation (requires DOCS) -NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCBOOK} && ${PORT_OPTIONS:MDOCS} Modified: head/graphics/gnash/Makefile ============================================================================== --- head/graphics/gnash/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/graphics/gnash/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -18,6 +18,7 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/de nspr4:${PORTSDIR}/devel/nspr CONFLICTS= gnash-devel-[0-9]* +NO_STAGE= yes USE_BZIP2= yes USES= gmake pkgconfig @@ -71,7 +72,6 @@ FFMPEG_DESC= ffmpeg media handler GSTREAMER_DESC= GStreamer media handler VAAPI_DESC= VAAPI support (requires FFMPEG) -NO_STAGE= yes .include # Cygnal option processing Modified: head/graphics/gqview-devel/Makefile ============================================================================== --- head/graphics/gqview-devel/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/graphics/gqview-devel/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -12,6 +12,8 @@ COMMENT= Another gtk2-based graphic file LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +NO_STAGE= yes + USES= pkgconfig USE_GNOME= gnomehier gtk20 GNU_CONFIGURE= yes @@ -23,7 +25,6 @@ MAN1= gqview.1 CONFLICTS= gqview-1.4* gqview-2.0* LATEST_LINK= gqview-devel -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$$prefix/share/doc/gqview-$$VERSION|${DOCSDIR}|g' \ ${WRKSRC}/configure Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/graphics/graphviz/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -16,6 +16,8 @@ LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/ expat:${PORTSDIR}/textproc/expat2 \ gd:${PORTSDIR}/${GD_PORT} +NO_STAGE= yes + USES= bison gmake pkgconfig USE_AUTOTOOLS= libltdl libtool WANT_GNOME= yes @@ -86,7 +88,6 @@ GUILE_DESC= Guile bindings (swig) TK_DESC= TK toolkit support NVTHREADS_DESC= Link with threads (needed for nvidia) -NO_STAGE= yes .include .if ${PORT_OPTIONS:MGVEDIT} Modified: head/graphics/hobbes-icons-xpm/Makefile ============================================================================== --- head/graphics/hobbes-icons-xpm/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/graphics/hobbes-icons-xpm/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -11,12 +11,12 @@ DISTNAME= ${PORTNAME} MAINTAINER= dinoex@FreeBSD.org COMMENT= Collection of over 3000 icons in XPM3 format +NO_STAGE= yes NO_BUILD= yes # Where it will be installed (change pkg/PLIST if you change this) LIBDIR= ${PREFIX}/include/X11/pixmaps -NO_STAGE= yes .include do-install: Modified: head/graphics/jasper/Makefile ============================================================================== --- head/graphics/jasper/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/graphics/jasper/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -16,6 +16,8 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/j LICENSE= MIT +NO_STAGE= yes + USE_AUTOTOOLS= libtool USE_ZIP= yes USE_GNOME= lthack @@ -32,7 +34,6 @@ MASTER_SITE_IMAGEMAGICK= \ OPTIONS_DEFINE= OPENGL UUID UUID_DESC= UUID support (required by GDAL) -NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPENGL} Modified: head/graphics/jpeg/Makefile ============================================================================== --- head/graphics/jpeg/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/graphics/jpeg/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -17,8 +17,9 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= IJG's jpeg compression utilities CONFLICTS= libjpeg-turbo-[0-9]* -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION2} +NO_STAGE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION2} DISTVERSION2= 8d USE_AUTOTOOLS= libtool USE_LDCONFIG= yes @@ -33,7 +34,6 @@ CONFIGURE_ARGS+= --enable-maxmem=${J_MAX MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 -NO_STAGE= yes .include post-extract: Modified: head/graphics/netpbm/Makefile ============================================================================== --- head/graphics/netpbm/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/graphics/netpbm/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -20,6 +20,8 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/t xml2:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +NO_STAGE= yes + USES= gmake perl5 CFLAGS+= -DPNG_DEPSTRUCT= -Iutil MAKE_ENV= LN="${LN}" RANLIB="${RANLIB}" @@ -32,7 +34,6 @@ MAN1= netpbm.1 OPTIONS_DEFINE= X11 MANPAGES -NO_STAGE= yes .include .if ${PORT_OPTIONS:MX11} Modified: head/graphics/png/Makefile ============================================================================== --- head/graphics/png/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/graphics/png/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -12,6 +12,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Library for manipulating PNG images PORTSCOUT= limit:^1\.5\. +NO_STAGE= yes USE_XZ= yes GNU_CONFIGURE= yes @@ -28,7 +29,6 @@ OPTIONS_DEFINE=APNG OPTIONS_DEFAULT=APNG APNG_DESC=Enable Animated PNG support -NO_STAGE= yes .include .if ${PORT_OPTIONS:MAPNG} || make(makesum) || defined(FETCH_ALL) Modified: head/graphics/ruby-gd/Makefile ============================================================================== --- head/graphics/ruby-gd/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/graphics/ruby-gd/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -16,6 +16,8 @@ COMMENT= Ruby extension library to use T LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 +NO_STAGE= yes + USE_RUBY= yes USE_RUBY_EXTCONF= yes @@ -31,7 +33,6 @@ CONFIGURE_ARGS+= --enable-gd2_0 \ --with-gd-include="${LOCALBASE}/include" LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd -NO_STAGE= yes .include # Hmm, GREP and TRUE seem to be defined in the bsd.port.post.mk stage. Modified: head/graphics/swftools/Makefile ============================================================================== --- head/graphics/swftools/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/graphics/swftools/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -20,6 +20,8 @@ LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1li freetype.9:${PORTSDIR}/print/freetype2 \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig +NO_STAGE= yes + OPTIONS_DEFINE= LAME PDF USES= pkgconfig @@ -28,7 +30,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_zzip_zzip_file_open=no - MAN1= as3compile.1 font2swf.1 gif2swf.1 jpeg2swf.1 pdf2swf.1 \ png2swf.1 swfbbox.1 swfc.1 swfcombine.1 swfdump.1 \ swfextract.1 swfrender.1 swfstrings.1 wav2swf.1 @@ -36,7 +37,6 @@ MAN1= as3compile.1 font2swf.1 gif2swf.1 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include .if ${PORT_OPTIONS:MLAME} Modified: head/graphics/tiff/Makefile ============================================================================== --- head/graphics/tiff/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/graphics/tiff/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ jbig:${PORTSDIR}/graphics/jbigkit +NO_STAGE= yes + USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS+= --with-jpeg-include-dir=${LOCALBASE}/include \ @@ -109,7 +111,6 @@ MLINKS= TIFFError.3tiff TIFFSet TIFFtile.3tiff TIFFTileRowSize.3tiff \ TIFFtile.3tiff TIFFVTileSize.3tiff -NO_STAGE= yes pre-configure: ${REINPLACE_CMD} \ -e 's|^LIBTIFF_VERSION_INFO =.*$$|LIBTIFF_VERSION_INFO = 4:0:0|' \ Modified: head/graphics/xv-m17n/Makefile ============================================================================== --- head/graphics/xv-m17n/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/graphics/xv-m17n/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -15,7 +15,6 @@ RUN_DEPENDS= xv:${PORTSDIR}/${PKGCATEGOR NOMAN= yes -NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/xv ${PREFIX}/bin/xv-m17n @if [ ! -f ${PREFIX}/bin/xv.orig ]; then \ Modified: head/graphics/xv/Makefile ============================================================================== --- head/graphics/xv/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/graphics/xv/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -23,6 +23,8 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/j png15:${PORTSDIR}/graphics/png \ jasper:${PORTSDIR}/graphics/jasper +NO_STAGE= yes + USES= imake USE_XORG= xext x11 xt .if !defined(NOMAN) @@ -32,7 +34,6 @@ MAN1= bggen.1 vdcomp.1 xcmap.1 xv.1 xvp XVDIST= ${DISTDIR}/${DIST_SUBDIR} CFLAGS+= -I${LOCALBASE}/include/libpng15 -NO_STAGE= yes pre-patch: @${PATCH} ${PATCH_ARGS} -p1 < ${WRKDIR}/xv-3.10a-jumbo-fix-enh-patch-20070520.txt Modified: head/irc/iroffer-dinoex/Makefile ============================================================================== --- head/irc/iroffer-dinoex/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/irc/iroffer-dinoex/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -12,7 +12,9 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= An IRC "bot" that makes sharing files via DCC extremely easy LICENSE= GPLv2 + CONFLICTS= iroffer-1* iroffer-lamm-1.* +NO_STAGE= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure @@ -43,7 +45,6 @@ IROFFER_HTDOCS= iroffer-state.css robots OPTIONS_DEFINE= CURL RUBY UPNP GEOIP OPTIONS_DEFAULT=CURL RUBY UPNP GEOIP -NO_STAGE= yes .include .if ${PORT_OPTIONS:MCURL} Modified: head/irc/iroffer-lamm/Makefile ============================================================================== --- head/irc/iroffer-lamm/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/irc/iroffer-lamm/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -13,11 +13,12 @@ COMMENT= An IRC "bot" that makes sharing LICENSE= GPLv2 +CONFLICTS= iroffer-1.* iroffer-dinoex-3.* +NO_STAGE= yes + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure -CONFLICTS= iroffer-1.* iroffer-dinoex-3.* -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|cctype="gcc"|cctype="${CC}"|' \ ${WRKSRC}/Configure Modified: head/irc/iroffer/Makefile ============================================================================== --- head/irc/iroffer/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/irc/iroffer/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -13,11 +13,12 @@ COMMENT= An IRC "bot" that makes sharing LICENSE= GPLv2 +CONFLICTS= iroffer-lamm-1.* iroffer-dinoex-3.* +NO_STAGE= yes + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure -CONFLICTS= iroffer-lamm-1.* iroffer-dinoex-3.* -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|cctype="gcc"|cctype="${CC}"|' \ ${WRKSRC}/Configure Modified: head/irc/xchat-fish/Makefile ============================================================================== --- head/irc/xchat-fish/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/irc/xchat-fish/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -17,6 +17,8 @@ COMMENT= An encryption plugin for XChat BUILD_DEPENDS= ${LOCALBASE}/lib/libmiracl.a:${PORTSDIR}/math/miracl RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat +NO_STAGE= yes + USE_ZIP= yes NO_WRKSUBDIR= yes DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} @@ -28,7 +30,6 @@ PLIST_FILES= lib/xchat/plugins/xfish.so PORTDOCS= FiSH-xchat.txt \ FiSH-xchat_History.txt -NO_STAGE= yes post-patch: @${CP} -pf ${FILESDIR}/Makefile ${WRKSRC}/ @${RM} -f ${WRKSRC}/mir* Modified: head/irc/xchat-mircryption/Makefile ============================================================================== --- head/irc/xchat-mircryption/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/irc/xchat-mircryption/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -16,6 +16,8 @@ COMMENT= A free encryption add-on for th RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat +NO_STAGE= yes + USE_ZIP= yes ALL_TARGET= freebsd CFLAGS+= -fPIC @@ -31,7 +33,6 @@ PLIST_FILES= lib/xchat/plugins/mircrypti PORTDOCS= README.txt PORTEXAMPLES= mcps_masterkey_on_start.pl -NO_STAGE= yes post-patch: # \r\n -> \n @${FIND} ${WRKSRC} -type f -exec \ Modified: head/irc/xchat-ruby/Makefile ============================================================================== --- head/irc/xchat-ruby/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/irc/xchat-ruby/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -15,6 +15,8 @@ RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat LICENSE= GPLv2 +NO_STAGE= yes + USE_RUBY= yes USE_LIBRUBY= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src @@ -25,7 +27,6 @@ PLIST_FILES= lib/xchat/plugins/xchat-rub PORTDOCS= README ChangeLog PORTEXAMPLES= embedify.rb TimerSample.rb JFilter.rb JBanner.rb -NO_STAGE= yes post-patch: ${REINPLACE_CMD} \ -e 's|^RUBY=.*|RUBY=${RUBY}|' \ Modified: head/japanese/gd/Makefile ============================================================================== --- head/japanese/gd/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/japanese/gd/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -10,5 +10,4 @@ MASTERDIR= ${.CURDIR}/../../graphics/gd CPPFLAGS+= -DJISX0208 -NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/japanese/webalizer/Makefile ============================================================================== --- head/japanese/webalizer/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/japanese/webalizer/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -8,7 +8,6 @@ WEBALIZER_LANG= japanese MASTERDIR?= ${.CURDIR}/../../www/webalizer .if exists(${.CURDIR}/Makefile.local) -NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif Modified: head/lang/ezm3/Makefile ============================================================================== --- head/lang/ezm3/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/lang/ezm3/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -14,10 +14,11 @@ DIST_SUBDIR= ezm3 MAINTAINER= ports@FreeBSD.org COMMENT= Easier, more portable Modula-3 distribution for building CVSup +NO_STAGE= yes + USE_BZIP2= yes USE_GMAKE= yes -NO_STAGE= yes .include .if ${ARCH} == "amd64" Modified: head/mail/antivirus-milter/Makefile ============================================================================== --- head/mail/antivirus-milter/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/mail/antivirus-milter/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -12,17 +12,18 @@ COMMENT= Sendmail milter wich uses McAfe LICENSE= BSD -USE_RC_SUBR= antivirus-milter +NO_STAGE= yes CFLAGS+= -Wall ${PTHREAD_CFLAGS:S=""==} LIBS+= -lmilter ${PTHREAD_LIBS} -ANTIVIRUS_DIR?= /var/spool/antivirus PLIST_SUB+= ANTIVIRUS=${ANTIVIRUS_DIR} SUB_LIST+= ANTIVIRUS=${ANTIVIRUS_DIR} SED_SCRIPT= -e 's|%%ANTIVIRUS%%|${ANTIVIRUS_DIR}|g' \ -e 's|%%PREFIX%%|${PREFIX}|g' +USE_RC_SUBR= antivirus-milter + +ANTIVIRUS_DIR?= /var/spool/antivirus -NO_STAGE= yes .include .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" Modified: head/mail/dk-milter/Makefile ============================================================================== --- head/mail/dk-milter/Makefile Sat Sep 21 11:02:36 2013 (r327803) +++ head/mail/dk-milter/Makefile Sat Sep 21 11:06:03 2013 (r327804) @@ -9,6 +9,8 @@ MASTER_SITES= SF/${PORTNAME}/DomainKeys% MAINTAINER= dinoex@FreeBSD.org COMMENT= Domainkeys milter for Sendmail +NO_STAGE= yes + *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 11:06:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B0884A53; Sat, 21 Sep 2013 11:06:52 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E4D928A6; Sat, 21 Sep 2013 11:06:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LB6qG8048090; Sat, 21 Sep 2013 11:06:52 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LB6qcj048089; Sat, 21 Sep 2013 11:06:52 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309211106.r8LB6qcj048089@svn.freebsd.org> From: Bryan Drewery Date: Sat, 21 Sep 2013 11:06:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327805 - head/irc/gseen.mod 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.14 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: Sat, 21 Sep 2013 11:06:52 -0000 Author: bdrewery Date: Sat Sep 21 11:06:52 2013 New Revision: 327805 URL: http://svnweb.freebsd.org/changeset/ports/327805 Log: - Convert to USES=tcl Modified: head/irc/gseen.mod/Makefile Modified: head/irc/gseen.mod/Makefile ============================================================================== --- head/irc/gseen.mod/Makefile Sat Sep 21 11:06:03 2013 (r327804) +++ head/irc/gseen.mod/Makefile Sat Sep 21 11:06:52 2013 (r327805) @@ -17,7 +17,7 @@ EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSD BUILD_DEPENDS= eggdrop:${PORTSDIR}/irc/eggdrop RUN_DEPENDS= eggdrop:${PORTSDIR}/irc/eggdrop -USE_TCL= 85+ +USES= tcl:85+ NO_STAGE= yes WRKSRC= ${WRKDIR}/eggdrop From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 11:16:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C8B84DF8; Sat, 21 Sep 2013 11:16:32 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B70602910; Sat, 21 Sep 2013 11:16:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LBGWlu052880; Sat, 21 Sep 2013 11:16:32 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LBGWqm052878; Sat, 21 Sep 2013 11:16:32 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201309211116.r8LBGWqm052878@svn.freebsd.org> From: Florian Smeets Date: Sat, 21 Sep 2013 11:16:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327806 - head/www/xpi-tabmixplus 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.14 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: Sat, 21 Sep 2013 11:16:32 -0000 Author: flo Date: Sat Sep 21 11:16:31 2013 New Revision: 327806 URL: http://svnweb.freebsd.org/changeset/ports/327806 Log: Update to 0.4.1.1.01 Modified: head/www/xpi-tabmixplus/Makefile head/www/xpi-tabmixplus/distinfo Modified: head/www/xpi-tabmixplus/Makefile ============================================================================== --- head/www/xpi-tabmixplus/Makefile Sat Sep 21 11:06:52 2013 (r327805) +++ head/www/xpi-tabmixplus/Makefile Sat Sep 21 11:16:31 2013 (r327806) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tabmixplus -DISTVERSION= 0.4.1.0 +DISTVERSION= 0.4.1.1.01 DISTVERSIONSUFFIX= -fx CATEGORIES= www Modified: head/www/xpi-tabmixplus/distinfo ============================================================================== --- head/www/xpi-tabmixplus/distinfo Sat Sep 21 11:06:52 2013 (r327805) +++ head/www/xpi-tabmixplus/distinfo Sat Sep 21 11:16:31 2013 (r327806) @@ -1,2 +1,2 @@ -SHA256 (xpi/tab_mix_plus-0.4.1.0-fx.xpi) = c4bbea63a2b347298892d1f19ac8306a8618de431b4f95bd5eaf09bc94e65818 -SIZE (xpi/tab_mix_plus-0.4.1.0-fx.xpi) = 765412 +SHA256 (xpi/tab_mix_plus-0.4.1.1.01-fx.xpi) = 17525968647e93fda63c9cb89eac204277fb139f2817e1994086b57586909d4d +SIZE (xpi/tab_mix_plus-0.4.1.1.01-fx.xpi) = 767307 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 11:19:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 00116EFE; Sat, 21 Sep 2013 11:19:50 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C833F2928; Sat, 21 Sep 2013 11:19:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LBJo7S054188; Sat, 21 Sep 2013 11:19:50 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LBJoxs054185; Sat, 21 Sep 2013 11:19:50 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309211119.r8LBJoxs054185@svn.freebsd.org> From: Bryan Drewery Date: Sat, 21 Sep 2013 11:19:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327807 - head/sysutils/lbl-hf 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.14 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: Sat, 21 Sep 2013 11:19:51 -0000 Author: bdrewery Date: Sat Sep 21 11:19:49 2013 New Revision: 327807 URL: http://svnweb.freebsd.org/changeset/ports/327807 Log: - Update to 1.4 [1] - Update MASTER_SITES [1] - Convert tab to space in WWW Changes: Switch to sigsetjump() from setjmp() since the latter doesn't save and restore the signal mask on linux. Prefer sigaction() over sigset() since the latter is just a macro on linux. Fix async lookup bug for IPv6; use ip6.arpa domain. Work around autoconf AC_TRY_LINK() brokenness in ns_initparse() and res_mkquery() checks. Fix mandir under FreeBSD. PR: ports/182267 [1] Submitted by: Craig Leres (maintainer) [1] Modified: head/sysutils/lbl-hf/Makefile head/sysutils/lbl-hf/distinfo head/sysutils/lbl-hf/pkg-descr Modified: head/sysutils/lbl-hf/Makefile ============================================================================== --- head/sysutils/lbl-hf/Makefile Sat Sep 21 11:16:31 2013 (r327806) +++ head/sysutils/lbl-hf/Makefile Sat Sep 21 11:19:49 2013 (r327807) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= hf -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= sysutils MASTER_SITES= ftp://ee.lbl.gov/ \ - ftp://ftp.tux.org/sites/ftp.ee.lbl.gov/ \ - ftp://ftp.xemacs.org/sites/ftp.ee.lbl.gov/ \ - http://ftp.riken.go.jp/pub/net/lbl/ + ftp://ftp4.uk.freebsd.org/pub/FreeBSD/ PKGNAMEPREFIX= lbl- DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} Modified: head/sysutils/lbl-hf/distinfo ============================================================================== --- head/sysutils/lbl-hf/distinfo Sat Sep 21 11:16:31 2013 (r327806) +++ head/sysutils/lbl-hf/distinfo Sat Sep 21 11:19:49 2013 (r327807) @@ -1,4 +1,4 @@ -SHA256 (hf-1.3.tar.gz) = 6fe1cb6ddc08ed6e1632308adb5f20bfb638dcdc8c705453fd25779df7bf4d2b -SIZE (hf-1.3.tar.gz) = 96336 -SHA256 (hf-1.3.tar.gz.asc) = df9c44d242ca56461760910caaee96d64d7db878aa71b24ad739e9207178a9a6 -SIZE (hf-1.3.tar.gz.asc) = 196 +SHA256 (hf-1.4.tar.gz) = 535a32f4f5343fdfdca034769ac7e554d7d4a5ee5f9bc42d3cdcb648e9503aff +SIZE (hf-1.4.tar.gz) = 99077 +SHA256 (hf-1.4.tar.gz.asc) = 73cad7c1666e3cdd083a7d259590437b1a7960348ca10e6a9e15bffd192bbd73 +SIZE (hf-1.4.tar.gz.asc) = 196 Modified: head/sysutils/lbl-hf/pkg-descr ============================================================================== --- head/sysutils/lbl-hf/pkg-descr Sat Sep 21 11:16:31 2013 (r327806) +++ head/sysutils/lbl-hf/pkg-descr Sat Sep 21 11:19:49 2013 (r327807) @@ -1,4 +1,4 @@ hf is a filter that reads files or stdin and replaces internet addresses with hostnames. -WWW: http://ee.lbl.gov/ +WWW: http://ee.lbl.gov/ From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 11:20:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 15962D1; Sat, 21 Sep 2013 11:20:54 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0385C295D; Sat, 21 Sep 2013 11:20:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LBKrrK056645; Sat, 21 Sep 2013 11:20:53 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LBKrcL056644; Sat, 21 Sep 2013 11:20:53 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309211120.r8LBKrcL056644@svn.freebsd.org> From: Bryan Drewery Date: Sat, 21 Sep 2013 11:20:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327808 - head/sysutils/lbl-hf 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.14 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: Sat, 21 Sep 2013 11:20:54 -0000 Author: bdrewery Date: Sat Sep 21 11:20:53 2013 New Revision: 327808 URL: http://svnweb.freebsd.org/changeset/ports/327808 Log: - Update header, missed in previous commit PR: ports/182267 Submitted by: maintainer Modified: head/sysutils/lbl-hf/Makefile Modified: head/sysutils/lbl-hf/Makefile ============================================================================== --- head/sysutils/lbl-hf/Makefile Sat Sep 21 11:19:49 2013 (r327807) +++ head/sysutils/lbl-hf/Makefile Sat Sep 21 11:20:53 2013 (r327808) @@ -1,4 +1,4 @@ -# Created by: leres@ee.lbl.gov +# Created by: Craig Leres # $FreeBSD$ PORTNAME= hf From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 12:02:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3772CE15; Sat, 21 Sep 2013 12:02:03 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1788C2BA9; Sat, 21 Sep 2013 12:02:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LC227K077293; Sat, 21 Sep 2013 12:02:02 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LC22WU077291; Sat, 21 Sep 2013 12:02:02 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201309211202.r8LC22WU077291@svn.freebsd.org> From: Marcus von Appen Date: Sat, 21 Sep 2013 12:02:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327809 - in head/audio: sdl2_mixer sdl_mixer 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.14 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: Sat, 21 Sep 2013 12:02:03 -0000 Author: mva Date: Sat Sep 21 12:02:02 2013 New Revision: 327809 URL: http://svnweb.freebsd.org/changeset/ports/327809 Log: - Add mikmod support for audio/sdl_mixer and audio/sdl2_mixer - While here, simplify the OPTIONS usage PR: ports/181695 Submitted by: Jan Beich Modified: head/audio/sdl2_mixer/Makefile head/audio/sdl_mixer/Makefile Modified: head/audio/sdl2_mixer/Makefile ============================================================================== --- head/audio/sdl2_mixer/Makefile Sat Sep 21 11:20:53 2013 (r327808) +++ head/audio/sdl2_mixer/Makefile Sat Sep 21 12:02:02 2013 (r327809) @@ -2,6 +2,7 @@ PORTNAME= sdl2_mixer PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL2_mixer-${PORTVERSION} @@ -19,42 +20,31 @@ LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes -OPTIONS_DEFINE= FLUIDSYNTH MODPLUG FLAC VORBIS +OPTIONS_DEFINE= FLUIDSYNTH FLAC VORBIS OPTIONS_DEFAULT= FLUIDSYNTH MODPLUG FLAC VORBIS +OPTIONS_RADIO= MOD +OPTIONS_RADIO_MOD= MIKMOD MODPLUG FLUIDSYNTH_DESC= Enable SoundFont2 Midi support via fluidsynth +MIKMOD_DESC= Enable MOD music via libMikMod MODPLUG_DESC= Enable MOD music via libModPlug FLAC_DESC= Enable FLAC encoding support via flac VORBIS_DESC= Enable Ogg Vorbis music -.include +MIKMOD_LIB_DEPENDS= libmikmod.so:${PORTSDIR}/audio/libmikmod +MIKMOD_CONFIGURE_ENABLE= music-mod-mikmod -.if ${PORT_OPTIONS:MMODPLUG} -LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug -CONFIGURE_ARGS+= --enable-music-mod --enable-music-mod-modplug -.else -CONFIGURE_ARGS+= --disable-music-mod --disable-music-mod-modplug -.endif - -.if ${PORT_OPTIONS:MFLAC} -LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac -CONFIGURE_ARGS+= --enable-music-flac -.else -CONFIGURE_ARGS+= --disable-music-flac -.endif - -.if ${PORT_OPTIONS:MFLUIDSYNTH} -LIB_DEPENDS+= fluidsynth:${PORTSDIR}/audio/fluidsynth -CONFIGURE_ARGS+= --enable-music-midi --enable-music-midi-fluidsynth -.else -CONFIGURE_ARGS+= --disable-music-midi --disable-music-midi-fluidsynth -.endif - -.if ${PORT_OPTIONS:MVORBIS} -LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis -CONFIGURE_ARGS+= --enable-music-ogg -.else -CONFIGURE_ARGS+= --disable-music-ogg -.endif +MODPLUG_LIB_DEPENDS= libmodplug.so:${PORTSDIR}/audio/libmodplug +MODPLUG_CONFIGURE_ENABLE= music-mod-modplug + +FLAC_LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac +FLAC_CONFIGURE_ENABLE= music-flac + +FLUIDSYNTH_LIB_DEPENDS= fluidsynth:${PORTSDIR}/audio/fluidsynth +FLUIDSYNTH_CONFIGURE_ON= --enable-music-midi --enable-music-midi-fluidsynth +FLUIDSYNTH_CONFIGURE_OFF= --disable-music-midi --disable-music-midi-fluidsynth + +VORBIS_LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis +VORBIS_CONFIGURE_ENABLE= music-ogg .include Modified: head/audio/sdl_mixer/Makefile ============================================================================== --- head/audio/sdl_mixer/Makefile Sat Sep 21 11:20:53 2013 (r327808) +++ head/audio/sdl_mixer/Makefile Sat Sep 21 12:02:02 2013 (r327809) @@ -3,7 +3,7 @@ PORTNAME= sdl_mixer PORTVERSION= 1.2.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL_mixer-${PORTVERSION} @@ -22,44 +22,34 @@ LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes -OPTIONS_DEFINE= MIKMOD SMPEG FLAC VORBIS TIMIDITYPLUS -OPTIONS_DEFAULT= MIKMOD SMPEG FLAC VORBIS +OPTIONS_DEFINE= SMPEG FLAC VORBIS TIMIDITYPLUS +OPTIONS_DEFAULT= SMPEG FLAC VORBIS +OPTIONS_RADIO= MOD +OPTIONS_RADIO_MOD= MIKMOD MODPLUG MIKMOD_DESC= Enable MOD music via libMikMod +MODPLUG_DESC= Enable MOD music via libModPlug SMPEG_DESC= Enable MP3 music via SMPEG FLAC_DESC= Enable FLAC encoding support via flac VORBIS_DESC= Enable Ogg Vorbis music TIMIDITYPLUS_DESC= Use Timidity++ instead of Timidity (soundfont) -.include +MIKMOD_LIB_DEPENDS= libmikmod.so:${PORTSDIR}/audio/libmikmod +MIKMOD_CONFIGURE_ENABLE= music-mod -.if ${PORT_OPTIONS:MMIKMOD} -LIB_DEPENDS+= mikmod:${PORTSDIR}/audio/libmikmod -CONFIGURE_ARGS+= --enable-music-mod -.else -CONFIGURE_ARGS+= --disable-music-mod -.endif +MODPLUG_LIB_DEPENDS= libmodplug.so:${PORTSDIR}/audio/libmodplug +MODPLUG_CONFIGURE_ENABLE= music-mod-modplug -.if ${PORT_OPTIONS:MFLAC} -LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac -CONFIGURE_ARGS+= --enable-music-flac -.else -CONFIGURE_ARGS+= --disable-music-flac -.endif +FLAC_LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac +FLAC_CONFIGURE_ENABLE= music-flac -.if ${PORT_OPTIONS:MSMPEG} -LIB_DEPENDS+= smpeg:${PORTSDIR}/multimedia/smpeg -CONFIGURE_ARGS+= --enable-music-mp3 -.else -CONFIGURE_ARGS+= --disable-music-mp3 -.endif +SMPEG_LIB_DEPENDS= smpeg:${PORTSDIR}/multimedia/smpeg +SMPEG_CONFIGURE_ENABLE= music-mp3 -.if ${PORT_OPTIONS:MVORBIS} -LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis -CONFIGURE_ARGS+= --enable-music-ogg -.else -CONFIGURE_ARGS+= --disable-music-ogg -.endif +VORBIS_LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis +VORBIS_CONFIGURE_ENABLE= music-ogg + +.include .if ${PORT_OPTIONS:MTIMIDITYPLUS} RUN_DEPENDS+= ${LOCALBASE}/share/timidity/timidity.cfg-eawpats:${PORTSDIR}/audio/eawpats From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 12:12:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 026E925C; Sat, 21 Sep 2013 12:12:52 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E36222C36; Sat, 21 Sep 2013 12:12:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LCCpi9083262; Sat, 21 Sep 2013 12:12:51 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LCCpQ2083260; Sat, 21 Sep 2013 12:12:51 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201309211212.r8LCCpQ2083260@svn.freebsd.org> From: Florian Smeets Date: Sat, 21 Sep 2013 12:12:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327810 - head/mail/xpi-displayquota 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.14 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: Sat, 21 Sep 2013 12:12:52 -0000 Author: flo Date: Sat Sep 21 12:12:51 2013 New Revision: 327810 URL: http://svnweb.freebsd.org/changeset/ports/327810 Log: Update to 0.3.6 Modified: head/mail/xpi-displayquota/Makefile head/mail/xpi-displayquota/distinfo Modified: head/mail/xpi-displayquota/Makefile ============================================================================== --- head/mail/xpi-displayquota/Makefile Sat Sep 21 12:02:02 2013 (r327809) +++ head/mail/xpi-displayquota/Makefile Sat Sep 21 12:12:51 2013 (r327810) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= displayquota -PORTVERSION= 0.3.5 +PORTVERSION= 0.3.6 DISTVERSIONSUFFIX= -tb CATEGORIES= mail Modified: head/mail/xpi-displayquota/distinfo ============================================================================== --- head/mail/xpi-displayquota/distinfo Sat Sep 21 12:02:02 2013 (r327809) +++ head/mail/xpi-displayquota/distinfo Sat Sep 21 12:12:51 2013 (r327810) @@ -1,2 +1,2 @@ -SHA256 (xpi/display_quota-0.3.5-tb.xpi) = d19c50973082049d198cf6aa2f6401a9ac0dfe0ce4a8b12c06311e4a7cbce6d8 -SIZE (xpi/display_quota-0.3.5-tb.xpi) = 48909 +SHA256 (xpi/display_quota-0.3.6-tb.xpi) = c48228dca94d81b3a8b5ffe08ef000d9ac8de0dad751fd458477224738363a3e +SIZE (xpi/display_quota-0.3.6-tb.xpi) = 48964 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 12:18:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5013537B; Sat, 21 Sep 2013 12:18:12 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 238A52C5F; Sat, 21 Sep 2013 12:18:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LCICcU085041; Sat, 21 Sep 2013 12:18:12 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LCIB90085035; Sat, 21 Sep 2013 12:18:11 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201309211218.r8LCIB90085035@svn.freebsd.org> From: Florian Smeets Date: Sat, 21 Sep 2013 12:18:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327811 - head/www/xpi-greasemonkey 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.14 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: Sat, 21 Sep 2013 12:18:12 -0000 Author: flo Date: Sat Sep 21 12:18:11 2013 New Revision: 327811 URL: http://svnweb.freebsd.org/changeset/ports/327811 Log: Update to 1.12 Modified: head/www/xpi-greasemonkey/Makefile head/www/xpi-greasemonkey/distinfo head/www/xpi-greasemonkey/pkg-plist Modified: head/www/xpi-greasemonkey/Makefile ============================================================================== --- head/www/xpi-greasemonkey/Makefile Sat Sep 21 12:12:51 2013 (r327810) +++ head/www/xpi-greasemonkey/Makefile Sat Sep 21 12:18:11 2013 (r327811) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= greasemonkey -PORTVERSION= 1.10 +PORTVERSION= 1.12 DISTVERSIONSUFFIX= -fx CATEGORIES= www Modified: head/www/xpi-greasemonkey/distinfo ============================================================================== --- head/www/xpi-greasemonkey/distinfo Sat Sep 21 12:12:51 2013 (r327810) +++ head/www/xpi-greasemonkey/distinfo Sat Sep 21 12:18:11 2013 (r327811) @@ -1,2 +1,2 @@ -SHA256 (xpi/greasemonkey-1.10-fx.xpi) = cd0ae794fc995b8924ccda4a8c8771e9d4945a179b23447f032109f29564345f -SIZE (xpi/greasemonkey-1.10-fx.xpi) = 275262 +SHA256 (xpi/greasemonkey-1.12-fx.xpi) = 666f94126c93081981ca725391df5bc1c2480cc1e61ebe367c516dab02471152 +SIZE (xpi/greasemonkey-1.12-fx.xpi) = 282570 Modified: head/www/xpi-greasemonkey/pkg-plist ============================================================================== --- head/www/xpi-greasemonkey/pkg-plist Sat Sep 21 12:12:51 2013 (r327810) +++ head/www/xpi-greasemonkey/pkg-plist Sat Sep 21 12:18:11 2013 (r327811) @@ -22,6 +22,7 @@ %%XPI_XPIDIR%%/content/newscript.xul %%XPI_XPIDIR%%/content/options.js %%XPI_XPIDIR%%/content/options.xul +%%XPI_XPIDIR%%/content/scratchpad-overlay.js %%XPI_XPIDIR%%/content/scratchpad-overlay.xul %%XPI_XPIDIR%%/content/scriptprefs.js %%XPI_XPIDIR%%/content/scriptprefs.xul @@ -259,6 +260,7 @@ %%XPI_XPIDIR%%/modules/util/alert.js %%XPI_XPIDIR%%/modules/util/anonWrap.js %%XPI_XPIDIR%%/modules/util/apiLeakCheck.js +%%XPI_XPIDIR%%/modules/util/checkCoralCache.js %%XPI_XPIDIR%%/modules/util/compareFirefoxVersion.js %%XPI_XPIDIR%%/modules/util/emptyEl.js %%XPI_XPIDIR%%/modules/util/getBinaryContents.js From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 12:26:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 328EF49F; Sat, 21 Sep 2013 12:26:56 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 110752CA9; Sat, 21 Sep 2013 12:26:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LCQtGV089805; Sat, 21 Sep 2013 12:26:55 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LCQt2n089802; Sat, 21 Sep 2013 12:26:55 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201309211226.r8LCQt2n089802@svn.freebsd.org> From: Florian Smeets Date: Sat, 21 Sep 2013 12:26:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327812 - head/www/xpi-it_s_all_text 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.14 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: Sat, 21 Sep 2013 12:26:56 -0000 Author: flo Date: Sat Sep 21 12:26:55 2013 New Revision: 327812 URL: http://svnweb.freebsd.org/changeset/ports/327812 Log: Update to 1.8.1 Added: head/www/xpi-it_s_all_text/pkg-plist (contents, props changed) Modified: head/www/xpi-it_s_all_text/Makefile head/www/xpi-it_s_all_text/distinfo Modified: head/www/xpi-it_s_all_text/Makefile ============================================================================== --- head/www/xpi-it_s_all_text/Makefile Sat Sep 21 12:18:11 2013 (r327811) +++ head/www/xpi-it_s_all_text/Makefile Sat Sep 21 12:26:55 2013 (r327812) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= it_s_all_text -PORTVERSION= 1.6.4 +PORTVERSION= 1.8.1 DISTVERSIONSUFFIX= -sm+fx CATEGORIES= www DISTNAME= ${PORTNAME:S/it_s/its/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} @@ -13,13 +13,6 @@ COMMENT= Edit textareas using an externa XPI_NUM= 4125 XPI_ID= itsalltext@docwhat.gerf.org XPI_FILES= chrome.manifest \ - chrome/content.jar chrome/da-DK.jar \ - chrome/de-DE.jar chrome/en-US.jar \ - chrome/es-ES.jar chrome/fr-FR.jar \ - chrome/it-IT.jar chrome/ja-JP.jar \ - chrome/nl-NL.jar chrome/pl-PL.jar \ - chrome/pt-BR.jar chrome/sk-SK.jar \ - chrome/zh-CN.jar chrome/zh-TW.jar \ defaults/preferences/itsalltext.js \ gpl.txt install.rdf XPI_DIRS= chrome \ Modified: head/www/xpi-it_s_all_text/distinfo ============================================================================== --- head/www/xpi-it_s_all_text/distinfo Sat Sep 21 12:18:11 2013 (r327811) +++ head/www/xpi-it_s_all_text/distinfo Sat Sep 21 12:26:55 2013 (r327812) @@ -1,2 +1,2 @@ -SHA256 (xpi/its_all_text-1.6.4-sm+fx.xpi) = b1e558d5ce1cbcbc158486aa554f3ad35fd751660bf018297f84bc7a7775a1ce -SIZE (xpi/its_all_text-1.6.4-sm+fx.xpi) = 128599 +SHA256 (xpi/its_all_text-1.8.1-sm+fx.xpi) = 434311d8c926e786259d2acb621fdd1a7b8c9f98f938b782caf879a39cd7fe05 +SIZE (xpi/its_all_text-1.8.1-sm+fx.xpi) = 112550 Added: head/www/xpi-it_s_all_text/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/xpi-it_s_all_text/pkg-plist Sat Sep 21 12:26:55 2013 (r327812) @@ -0,0 +1,149 @@ +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/API.js +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/Color.js +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/about.xul +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/badeditor.js +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/badeditor.xul +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/cacheobj.js +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/icon.png +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/itsalltext.js +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/itsalltext.xul +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/monitor.js +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/newextension.js +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/newextension.xul +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/preferences.js +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content/preferences.xul +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/da-DK/about.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/da-DK/badeditor.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/da-DK/badeditor.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/da-DK/gumdrop.png +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/da-DK/itsalltext.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/da-DK/itsalltext.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/da-DK/newextension.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/da-DK/preferences.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/da-DK/preferences.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/de-DE/about.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/de-DE/badeditor.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/de-DE/badeditor.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/de-DE/gumdrop.png +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/de-DE/itsalltext.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/de-DE/itsalltext.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/de-DE/newextension.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/de-DE/preferences.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/de-DE/preferences.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/en-US/about.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/en-US/badeditor.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/en-US/badeditor.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/en-US/gumdrop.png +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/en-US/itsalltext.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/en-US/itsalltext.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/en-US/newextension.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/en-US/preferences.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/en-US/preferences.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/es-ES/about.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/es-ES/badeditor.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/es-ES/badeditor.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/es-ES/gumdrop.png +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/es-ES/itsalltext.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/es-ES/itsalltext.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/es-ES/newextension.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/es-ES/preferences.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/es-ES/preferences.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/fr-FR/about.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/fr-FR/badeditor.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/fr-FR/badeditor.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/fr-FR/gumdrop.png +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/fr-FR/itsalltext.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/fr-FR/itsalltext.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/fr-FR/newextension.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/fr-FR/preferences.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/fr-FR/preferences.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/it-IT/about.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/it-IT/badeditor.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/it-IT/badeditor.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/it-IT/gumdrop.png +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/it-IT/itsalltext.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/it-IT/itsalltext.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/it-IT/newextension.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/it-IT/preferences.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/it-IT/preferences.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/ja-JP/about.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/ja-JP/badeditor.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/ja-JP/badeditor.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/ja-JP/gumdrop.png +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/ja-JP/itsalltext.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/ja-JP/itsalltext.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/ja-JP/newextension.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/ja-JP/preferences.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/ja-JP/preferences.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/nl-NL/about.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/nl-NL/badeditor.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/nl-NL/badeditor.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/nl-NL/gumdrop.png +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/nl-NL/itsalltext.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/nl-NL/itsalltext.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/nl-NL/newextension.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/nl-NL/preferences.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/nl-NL/preferences.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pl-PL/about.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pl-PL/badeditor.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pl-PL/badeditor.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pl-PL/gumdrop.png +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pl-PL/itsalltext.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pl-PL/itsalltext.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pl-PL/newextension.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pl-PL/preferences.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pl-PL/preferences.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pt-BR/about.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pt-BR/badeditor.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pt-BR/badeditor.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pt-BR/gumdrop.png +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pt-BR/itsalltext.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pt-BR/itsalltext.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pt-BR/newextension.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pt-BR/preferences.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pt-BR/preferences.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/sk-SK/about.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/sk-SK/badeditor.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/sk-SK/badeditor.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/sk-SK/gumdrop.png +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/sk-SK/itsalltext.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/sk-SK/itsalltext.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/sk-SK/newextension.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/sk-SK/preferences.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/sk-SK/preferences.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-CN/about.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-CN/badeditor.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-CN/badeditor.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-CN/gumdrop.png +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-CN/itsalltext.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-CN/itsalltext.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-CN/newextension.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-CN/preferences.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-CN/preferences.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-TW/about.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-TW/badeditor.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-TW/badeditor.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-TW/gumdrop.png +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-TW/itsalltext.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-TW/itsalltext.properties +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-TW/newextension.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-TW/preferences.dtd +%%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-TW/preferences.properties +@dirrm %%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-TW +@dirrm %%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/zh-CN +@dirrm %%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/sk-SK +@dirrm %%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pt-BR +@dirrm %%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/pl-PL +@dirrm %%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/nl-NL +@dirrm %%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/ja-JP +@dirrm %%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/it-IT +@dirrm %%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/fr-FR +@dirrm %%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/es-ES +@dirrm %%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/en-US +@dirrm %%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/de-DE +@dirrm %%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale/da-DK +@dirrm %%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/locale +@dirrm %%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome/content +@dirrm %%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org/chrome +@dirrm %%XPI_LIBDIR%%/itsalltext@docwhat.gerf.org +@dirrm %%XPI_LIBDIR%% From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 12:42:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7491D732; Sat, 21 Sep 2013 12:42:40 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 50C2A2D52; Sat, 21 Sep 2013 12:42:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LCgeil098830; Sat, 21 Sep 2013 12:42:40 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LCgdQE098824; Sat, 21 Sep 2013 12:42:39 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309211242.r8LCgdQE098824@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 21 Sep 2013 12:42:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327813 - in head/ports-mgmt/pkg-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.14 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: Sat, 21 Sep 2013 12:42:40 -0000 Author: bapt Date: Sat Sep 21 12:42:38 2013 New Revision: 327813 URL: http://svnweb.freebsd.org/changeset/ports/327813 Log: Pickup patches from ports-mgmt/pkg so that pkg-devel is also stage ready Added: head/ports-mgmt/pkg-devel/files/ head/ports-mgmt/pkg-devel/files/patch-libpkg__pkg.h.in (contents, props changed) head/ports-mgmt/pkg-devel/files/patch-libpkg__pkg_elf.c (contents, props changed) head/ports-mgmt/pkg-devel/files/patch-libpkg__pkgdb.c (contents, props changed) head/ports-mgmt/pkg-devel/files/patch-libpkg__private__elf_tables.h (contents, props changed) head/ports-mgmt/pkg-devel/files/patch-pkg__register.c (contents, props changed) Modified: head/ports-mgmt/pkg-devel/Makefile Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Sat Sep 21 12:26:55 2013 (r327812) +++ head/ports-mgmt/pkg-devel/Makefile Sat Sep 21 12:42:38 2013 (r327813) @@ -2,6 +2,7 @@ PORTNAME= pkg DISTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://files.etoilebsd.net/pkg/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Added: head/ports-mgmt/pkg-devel/files/patch-libpkg__pkg.h.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/pkg-devel/files/patch-libpkg__pkg.h.in Sat Sep 21 12:42:38 2013 (r327813) @@ -0,0 +1,11 @@ +--- ./libpkg/pkg.h.in.orig 2013-07-06 12:48:19.000000000 +0200 ++++ ./libpkg/pkg.h.in 2013-09-19 20:59:25.679219359 +0200 +@@ -626,7 +626,7 @@ + #define PKG_CONTAINS_STATIC_LIBS (1U << 25) + #define PKG_CONTAINS_H_OR_LA (1U << 26) + +-int pkg_analyse_files(struct pkgdb *, struct pkg *); ++int pkg_analyse_files(struct pkgdb *, struct pkg *, const char *stage); + + /** + * Suggest if a package could be marked architecture independent or Added: head/ports-mgmt/pkg-devel/files/patch-libpkg__pkg_elf.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/pkg-devel/files/patch-libpkg__pkg_elf.c Sat Sep 21 12:42:38 2013 (r327813) @@ -0,0 +1,114 @@ +--- ./libpkg/pkg_elf.c.orig 2013-07-06 12:48:19.000000000 +0200 ++++ ./libpkg/pkg_elf.c 2013-09-19 21:49:03.825014672 +0200 +@@ -87,6 +87,8 @@ + const char *name, bool is_shlib) + { + const char *pkgname, *pkgversion; ++ struct pkg_file *file = NULL; ++ const char *filepath; + + switch(filter_system_shlibs(name, NULL, 0)) { + case EPKG_OK: /* A non-system library */ +@@ -100,6 +102,15 @@ + if (is_shlib) + return (EPKG_OK); + ++ /* Search in libraries we do provide */ ++ while (pkg_files(pkg, &file) == EPKG_OK) { ++ filepath = pkg_file_path(file); ++ if (strcmp(&filepath[strlen(filepath) - strlen(name)], name) == 0) { ++ pkg_addshlib_required(pkg, name); ++ return (EPKG_OK); ++ } ++ } ++ + pkg_get(pkg, PKG_NAME, &pkgname, PKG_VERSION, &pkgversion); + warnx("(%s-%s) %s - shared library %s not found", + pkgname, pkgversion, fpath, name); +@@ -271,6 +282,10 @@ + ret = EPKG_END; /* Some error occurred, ignore this file */ + goto cleanup; + } ++ if (data->d_buf == NULL) { ++ ret = EPKG_END; /* No osname available */ ++ goto cleanup; ++ } + osname = (const char *) data->d_buf + sizeof(Elf_Note); + if (strncasecmp(osname, "freebsd", sizeof("freebsd")) != 0 && + strncasecmp(osname, "dragonfly", sizeof("dragonfly")) != 0) { +@@ -323,7 +338,7 @@ + if (dyn->d_tag != DT_RPATH && dyn->d_tag != DT_RUNPATH) + continue; + +- shlib_list_from_rpath(elf_strptr(e, sh_link, dyn->d_un.d_val), ++ shlib_list_from_rpath(elf_strptr(e, sh_link, dyn->d_un.d_val), + dirname(fpath)); + break; + } +@@ -377,11 +392,11 @@ + } + + int +-pkg_analyse_files(struct pkgdb *db, struct pkg *pkg) ++pkg_analyse_files(struct pkgdb *db, struct pkg *pkg, const char *stage) + { + struct pkg_file *file = NULL; + int ret = EPKG_OK; +- const char *fpath; ++ char fpath[MAXPATHLEN]; + bool autodeps = false; + bool developer = false; + int (*action)(void *, struct pkg *, const char *, const char *, bool); +@@ -410,7 +425,10 @@ + PKG_CONTAINS_H_OR_LA); + + while (pkg_files(pkg, &file) == EPKG_OK) { +- fpath = pkg_file_path(file); ++ if (stage != NULL) ++ snprintf(fpath, MAXPATHLEN, "%s/%s", stage, pkg_file_path(file)); ++ else ++ strlcpy(fpath, pkg_file_path(file), MAXPATHLEN); + + ret = analyse_elf(pkg, fpath, action, db); + if (developer) { +@@ -484,7 +502,7 @@ + uint32_t version = 0; + int ret = EPKG_OK; + int i; +- const char *abi, *endian_corres_str, *wordsize_corres_str; ++ const char *abi, *endian_corres_str, *wordsize_corres_str, *fpu; + + if (elf_version(EV_CURRENT) == EV_NONE) { + pkg_emit_error("ELF library initialization failed: %s", +@@ -569,10 +587,28 @@ + endian_corres_str = elf_corres_to_string(endian_corres, + (int)elfhdr.e_ident[EI_DATA]); + ++ /* FreeBSD doesn't support the hard-float ABI yet */ ++ fpu = "softfp"; ++ if ((elfhdr.e_flags & 0xFF000000) != 0) { ++ /* This is an EABI file, the conformance level is set */ ++ abi = "eabi"; ++ } else if (elfhdr.e_ident[EI_OSABI] != ELFOSABI_NONE) { ++ /* ++ * EABI executables all have this field set to ++ * ELFOSABI_NONE, therefore it must be an oabi file. ++ */ ++ abi = "oabi"; ++ } else { ++ /* ++ * We may have failed to positively detect the ABI, ++ * set the ABI to unknown. If we end up here one of ++ * the above cases should be fixed for the binary. ++ */ ++ pkg_emit_error("unknown ARM ABI"); ++ goto cleanup; ++ } + snprintf(dest + strlen(dest), sz - strlen(dest), ":%s:%s:%s", +- endian_corres_str, +- (elfhdr.e_flags & EF_ARM_NEW_ABI) > 0 ? "eabi" : "oabi", +- (elfhdr.e_flags & EF_ARM_VFP_FLOAT) > 0 ? "softfp" : "vfp"); ++ endian_corres_str, abi, fpu); + break; + case EM_MIPS: + /* Added: head/ports-mgmt/pkg-devel/files/patch-libpkg__pkgdb.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/pkg-devel/files/patch-libpkg__pkgdb.c Sat Sep 21 12:42:38 2013 (r327813) @@ -0,0 +1,11 @@ +--- ./libpkg/pkgdb.c.orig 2013-09-19 20:55:45.183234062 +0200 ++++ ./libpkg/pkgdb.c 2013-09-19 20:55:15.578236583 +0200 +@@ -2661,7 +2661,7 @@ + return (EPKG_FATAL); + } + +- if ((ret = pkg_analyse_files(db, pkg)) == EPKG_OK) { ++ if ((ret = pkg_analyse_files(db, pkg, NULL)) == EPKG_OK) { + if (!db->prstmt_initialized && + prstmt_initialize(db) != EPKG_OK) + return (EPKG_FATAL); Added: head/ports-mgmt/pkg-devel/files/patch-libpkg__private__elf_tables.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/pkg-devel/files/patch-libpkg__private__elf_tables.h Sat Sep 21 12:42:38 2013 (r327813) @@ -0,0 +1,13 @@ +--- ./libpkg/private/elf_tables.h.orig 2013-07-06 12:48:19.000000000 +0200 ++++ ./libpkg/private/elf_tables.h 2013-09-19 21:52:03.661029778 +0200 +@@ -59,7 +59,9 @@ + { -1, NULL } + }; + +-#define EF_MIPS_ABI 0x0000F000 ++#ifndef EF_MIPS_ABI ++#define EF_MIPS_ABI 0x0000f000 ++#endif + #define E_MIPS_ABI_O32 0x00001000 + #define E_MIPS_ABI_N32 0x00000020 + Added: head/ports-mgmt/pkg-devel/files/patch-pkg__register.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/pkg-devel/files/patch-pkg__register.c Sat Sep 21 12:42:38 2013 (r327813) @@ -0,0 +1,11 @@ +--- ./pkg/register.c.orig 2013-09-19 20:56:18.299519000 +0200 ++++ ./pkg/register.c 2013-09-19 20:56:34.568231772 +0200 +@@ -285,7 +285,7 @@ + */ + + if (!testing_mode) +- pkg_analyse_files(db, pkg); ++ pkg_analyse_files(db, pkg, input_path); + + pkg_get(pkg, PKG_ARCH, &arch); + if (arch == NULL) { From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 13:20:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 750A5AA1; Sat, 21 Sep 2013 13:20:00 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 509942E9B; Sat, 21 Sep 2013 13:20:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LDK0DU017762; Sat, 21 Sep 2013 13:20:00 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LDJx4k017687; Sat, 21 Sep 2013 13:19:59 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201309211319.r8LDJx4k017687@svn.freebsd.org> From: Florian Smeets Date: Sat, 21 Sep 2013 13:19:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327814 - in head/sysutils: munin-common munin-node 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.14 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: Sat, 21 Sep 2013 13:20:00 -0000 Author: flo Date: Sat Sep 21 13:19:59 2013 New Revision: 327814 URL: http://svnweb.freebsd.org/changeset/ports/327814 Log: Update to 2.0.17 Modified: head/sysutils/munin-common/Makefile head/sysutils/munin-common/distinfo head/sysutils/munin-common/munin.mk head/sysutils/munin-node/Makefile Modified: head/sysutils/munin-common/Makefile ============================================================================== --- head/sysutils/munin-common/Makefile Sat Sep 21 12:42:38 2013 (r327813) +++ head/sysutils/munin-common/Makefile Sat Sep 21 13:19:59 2013 (r327814) @@ -14,8 +14,7 @@ BUILD_DEPENDS= p5-Module-Build>=0:${PORT p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay -USES= perl5 -USE_GMAKE= yes +USES= gmake perl5 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.r/rc/} NO_STAGE= yes Modified: head/sysutils/munin-common/distinfo ============================================================================== --- head/sysutils/munin-common/distinfo Sat Sep 21 12:42:38 2013 (r327813) +++ head/sysutils/munin-common/distinfo Sat Sep 21 13:19:59 2013 (r327814) @@ -1,2 +1,2 @@ -SHA256 (munin-2.0.16.tar.gz) = 5c8aab8714bec281cb57bad9bc7f62a41a752fa5b6e1720c74d5328708c8270a -SIZE (munin-2.0.16.tar.gz) = 1334148 +SHA256 (munin-2.0.17.tar.gz) = cfcc5bf3f8e568574ce897af7c17cc160def280e1ac63cd0796ca300ffef439e +SIZE (munin-2.0.17.tar.gz) = 1334184 Modified: head/sysutils/munin-common/munin.mk ============================================================================== --- head/sysutils/munin-common/munin.mk Sat Sep 21 12:42:38 2013 (r327813) +++ head/sysutils/munin-common/munin.mk Sat Sep 21 13:19:59 2013 (r327814) @@ -1,4 +1,4 @@ -MUNIN_VERSION= 2.0.16 +MUNIN_VERSION= 2.0.17 MUNIN_SITES= SF/${PORTNAME}/stable/${MUNIN_VERSION} MUNIN_DISTINFO= ${PORTSDIR}/sysutils/munin-common/distinfo MUNIN_PATCHES= ${PORTSDIR}/sysutils/munin-common/files/patch-Makefile \ Modified: head/sysutils/munin-node/Makefile ============================================================================== --- head/sysutils/munin-node/Makefile Sat Sep 21 12:42:38 2013 (r327813) +++ head/sysutils/munin-node/Makefile Sat Sep 21 13:19:59 2013 (r327814) @@ -24,7 +24,7 @@ RUN_DEPENDS= p5-Cache-Cache>=0:${PORTSDI DISTINFO_FILE= ${MUNIN_DISTINFO} EXTRA_PATCHES+= ${MUNIN_PATCHES} -USES= gmake shebangfix perl5 +USES= gmake perl5 shebangfix PKGMESSAGE= ${WRKDIR}/pkg-message REINPLACE_ARGS= -i "" SHEBANG_FILES= node/sbin/munin-node @@ -42,8 +42,8 @@ SNMP_DESC= Include support for SNMP plug .include .if ${PORT_OPTIONS:MSNMP} -BUILD_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP -RUN_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP +BUILD_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP +RUN_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP .endif MAN1= munin-node-configure.1 \ From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 13:43:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D932CD54; Sat, 21 Sep 2013 13:43:56 +0000 (UTC) (envelope-from bf1783@gmail.com) Received: from mail-ie0-x22a.google.com (mail-ie0-x22a.google.com [IPv6:2607:f8b0:4001:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 82BFE2FA2; Sat, 21 Sep 2013 13:43:56 +0000 (UTC) Received: by mail-ie0-f170.google.com with SMTP id x13so3205546ief.15 for ; Sat, 21 Sep 2013 06:43:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=aZFfsh/fnZqEhK+QFEyF+y6UiX/u9MzxbQ5I08xR3bw=; b=Gn5ANx7S2mYeB90TsjvJg+Pey4wtoph211w4C9Ui9vuVzR0kRrI0ad/OK+LRpdvrKP aa+sbEGuYsCWPusceGqcso9zIkBUssfA7ODG1XUsS2LpA68azS0lxAAee9lYXqW+dyKK eEoZYpYIO+oV/Lf5xLQ0rIh6F4zCdZriz4tBlv1Fn94w4rb5haPEnpeFER2j+xa9ZUuH Qs2tt7dsfO6GesDe/gqUX50r0xmbpQCCjKpgrOlTKYqlMrQKZP3tzXlqknYKnq9E6fmZ 8IjjylSKAgHWTWLgjdpB2WUkx343tCLH5NwaPGVB83UIxTcI3qDq9v0BFHmETpxH4i3A a1KQ== MIME-Version: 1.0 X-Received: by 10.50.40.6 with SMTP id t6mr5991674igk.32.1379771035802; Sat, 21 Sep 2013 06:43:55 -0700 (PDT) Received: by 10.64.86.115 with HTTP; Sat, 21 Sep 2013 06:43:55 -0700 (PDT) In-Reply-To: References: <201309190805.r8J855cW009011@svn.freebsd.org> <3D05DDAC-CF76-4109-9182-6DDAD924CCC5@gahr.ch> <20130920160700.GN73535@ithaqua.etoilebsd.net> Date: Sat, 21 Sep 2013 13:43:55 +0000 Message-ID: Subject: Re: svn commit: r327601 - head/Mk From: Brendan Fabeny To: Sunpoet Po-Chuan Hsieh Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , Baptiste Daroussin , ports-committers , "svn-ports-all@freebsd.org" , Pietro Cerutti X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: bf1783@gmail.com List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Sep 2013 13:43:56 -0000 On 9/21/13, Sunpoet Po-Chuan Hsieh wrote: > On Sat, Sep 21, 2013 at 12:07 AM, Baptiste Daroussin > wrote: > >> On Fri, Sep 20, 2013 at 05:27:18PM +0200, Pietro Cerutti wrote: >> > >> > On 20-set-2013, at 10:32, Sunpoet Po-Chuan Hsieh >> wrote: >> > >> > > Hi Bapt, >> > > >> > > May I suggest to change hard-coded sleep time to a settable variable >> defaults to 10? It would save time while checking multiple ports with >> terminal outputs redirected to a log file. >> > >> > Definitely +1 >> > >> I would be all for it, send me a patch and I will approve :) >> >> regards, >> Bapt >> > > A simple patch is here [1]. Thanks. > > [1] http://people.FreeBSD.org/~sunpoet/bsd.port.mk-sleep.patch It seems to me that having more than one configurable wait variable is overkill: there should be one and it should also cover the sleep in identify-install-conflicts; and it should default to 0 when BATCH or PACKAGE_BUILDING is set. I also do not think we should bother to include bsd.sanity.mk when DEVELOPER isn't set -- it is needless added work. b. From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 13:57:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AAFEBEDB; Sat, 21 Sep 2013 13:57:30 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 805492014; Sat, 21 Sep 2013 13:57:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LDvUOw037682; Sat, 21 Sep 2013 13:57:30 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LDvUVi037679; Sat, 21 Sep 2013 13:57:30 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309211357.r8LDvUVi037679@svn.freebsd.org> From: Bryan Drewery Date: Sat, 21 Sep 2013 13:57:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327815 - head/ports-mgmt/portupgrade-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.14 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: Sat, 21 Sep 2013 13:57:30 -0000 Author: bdrewery Date: Sat Sep 21 13:57:29 2013 New Revision: 327815 URL: http://svnweb.freebsd.org/changeset/ports/327815 Log: - Update to checkin 452ad6a which is 2.4.11.2 Changes: Rework date parsing for Ruby 1.9 to not depend on devel/ruby-date2 [1] PR: ports/182239 Modified: head/ports-mgmt/portupgrade-devel/Makefile head/ports-mgmt/portupgrade-devel/distinfo Modified: head/ports-mgmt/portupgrade-devel/Makefile ============================================================================== --- head/ports-mgmt/portupgrade-devel/Makefile Sat Sep 21 13:19:59 2013 (r327814) +++ head/ports-mgmt/portupgrade-devel/Makefile Sat Sep 21 13:57:29 2013 (r327815) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portupgrade -PORTVERSION= 20130916 +PORTVERSION= 20130921 PORTEPOCH= 3 CATEGORIES= ports-mgmt MASTER_SITES= GH \ @@ -21,7 +21,7 @@ NO_STAGE= yes USE_GITHUB= yes GH_ACCOUNT= freebsd GH_PROJECT= portupgrade -GH_COMMIT= e4a515a +GH_COMMIT= 452ad6a GH_TAGNAME= ${GH_COMMIT} DIST_SUBDIR= ${PORTNAME} @@ -62,11 +62,6 @@ INSTALL_TARGET+= install-doc RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb .endif -# parsedate is needed for date globbing -.if ${RUBY_VER} == 1.9 -RUN_DEPENDS+= ${RUBY_SITELIBDIR}/parsedate.rb:${PORTSDIR}/devel/ruby-date2 -.endif - # Need to install working script(1) .if ${OSVERSION} < 801000 PLIST_SUB+= SCRIPT="" Modified: head/ports-mgmt/portupgrade-devel/distinfo ============================================================================== --- head/ports-mgmt/portupgrade-devel/distinfo Sat Sep 21 13:19:59 2013 (r327814) +++ head/ports-mgmt/portupgrade-devel/distinfo Sat Sep 21 13:57:29 2013 (r327815) @@ -1,2 +1,2 @@ -SHA256 (portupgrade/freebsd-portupgrade-20130916-0-ge4a515a.tar.gz) = dbfc0e35693afd243707483e22bd5d60a92a47009175dff9208858d28485bd95 -SIZE (portupgrade/freebsd-portupgrade-20130916-0-ge4a515a.tar.gz) = 106884 +SHA256 (portupgrade/freebsd-portupgrade-20130921-0-g452ad6a.tar.gz) = 629a5bebeea2bcae303603a5cb3b4c5d885e82ea000ce95aa673256b93f5b4d7 +SIZE (portupgrade/freebsd-portupgrade-20130921-0-g452ad6a.tar.gz) = 106950 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 14:02:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 66E52192; Sat, 21 Sep 2013 14:02:46 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 53C732090; Sat, 21 Sep 2013 14:02:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LE2kmx041537; Sat, 21 Sep 2013 14:02:46 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LE2jm0041535; Sat, 21 Sep 2013 14:02:45 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309211402.r8LE2jm0041535@svn.freebsd.org> From: Bryan Drewery Date: Sat, 21 Sep 2013 14:02:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327816 - head/ports-mgmt/portupgrade 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.14 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: Sat, 21 Sep 2013 14:02:46 -0000 Author: bdrewery Date: Sat Sep 21 14:02:45 2013 New Revision: 327816 URL: http://svnweb.freebsd.org/changeset/ports/327816 Log: - Update to 2.4.11.2 Changes: Rework date parsing for Ruby 1.9 to not depend on devel/ruby-date2 [1] PR: ports/182239 [1] Modified: head/ports-mgmt/portupgrade/Makefile head/ports-mgmt/portupgrade/distinfo Modified: head/ports-mgmt/portupgrade/Makefile ============================================================================== --- head/ports-mgmt/portupgrade/Makefile Sat Sep 21 13:57:29 2013 (r327815) +++ head/ports-mgmt/portupgrade/Makefile Sat Sep 21 14:02:45 2013 (r327816) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portupgrade -PORTVERSION= 2.4.11.1 +PORTVERSION= 2.4.11.2 PORTEPOCH= 2 CATEGORIES= ports-mgmt MASTER_SITES= SF/portupgrade/pkgtools/dist/ \ @@ -62,11 +62,6 @@ INSTALL_TARGET+= install-doc RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb .endif -# parsedate is needed for date globbing -.if ${RUBY_VER} == 1.9 -RUN_DEPENDS+= ${RUBY_SITELIBDIR}/parsedate.rb:${PORTSDIR}/devel/ruby-date2 -.endif - # Need to install working script(1) .if ${OSVERSION} < 801000 PLIST_SUB+= SCRIPT="" Modified: head/ports-mgmt/portupgrade/distinfo ============================================================================== --- head/ports-mgmt/portupgrade/distinfo Sat Sep 21 13:57:29 2013 (r327815) +++ head/ports-mgmt/portupgrade/distinfo Sat Sep 21 14:02:45 2013 (r327816) @@ -1,2 +1,2 @@ -SHA256 (portupgrade/pkgtools-2.4.11.1.tar.bz2) = 9e683cba14fe5717f0518e00463a200c4318da177158fc284c7b482c6452b790 -SIZE (portupgrade/pkgtools-2.4.11.1.tar.bz2) = 85818 +SHA256 (portupgrade/pkgtools-2.4.11.2.tar.bz2) = a65813a51e946a742d2e035912a0b1a7aaf6a3fb709ccb7248a77a7f3a600acd +SIZE (portupgrade/pkgtools-2.4.11.2.tar.bz2) = 85832 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 14:14:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 24A9A359; Sat, 21 Sep 2013 14:14:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 11FB420F5; Sat, 21 Sep 2013 14:14:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LEENWb047752; Sat, 21 Sep 2013 14:14:23 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LEENw7047751; Sat, 21 Sep 2013 14:14:23 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211414.r8LEENw7047751@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 14:14:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327817 - 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.14 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: Sat, 21 Sep 2013 14:14:24 -0000 Author: sunpoet Date: Sat Sep 21 14:14:23 2013 New Revision: 327817 URL: http://svnweb.freebsd.org/changeset/ports/327817 Log: - Add 2 settable variables - WARNING_WAIT: seconds to wait after warnings (default: 10) - DEV_WARNING_WAIT: seconds to wait after developer warnings (default: 10) Submitted by: sunpoet (myself) Approved by: portmgr (bapt) Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Sat Sep 21 14:02:45 2013 (r327816) +++ head/Mk/bsd.port.mk Sat Sep 21 14:14:23 2013 (r327817) @@ -6503,19 +6503,21 @@ install-license: .endif .if defined(WARNING) +WARNING_WAIT?= 10 show-warnings: @${ECHO_MSG} "/!\\ WARNING /!\\" .for m in ${WARNING} @${ECHO_MSG} "${m}" .endfor @${ECHO_MSG} - @sleep 10 + @sleep ${WARNING_WAIT} check-makefile:: show-warnings .endif .if defined(DEVELOPER) .if defined(DEV_WARNING) +DEV_WARNING_WAIT?= 10 show-dev-warnings: @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile warnings, please consider fixing /!\\" @${ECHO_MSG} @@ -6523,7 +6525,7 @@ show-dev-warnings: @${ECHO_MSG} "${m}" .endfor @${ECHO_MSG} - @sleep 10 + @sleep ${DEV_WARNING_WAIT} check-makefile:: show-dev-warnings .endif From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 14:22:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A41225BD; Sat, 21 Sep 2013 14:22:49 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 91E242152; Sat, 21 Sep 2013 14:22:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LEMn8l053221; Sat, 21 Sep 2013 14:22:49 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LEMnYV053220; Sat, 21 Sep 2013 14:22:49 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201309211422.r8LEMnYV053220@svn.freebsd.org> From: Eitan Adler Date: Sat, 21 Sep 2013 14:22:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327818 - head/devel/adime 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.14 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: Sat, 21 Sep 2013 14:22:49 -0000 Author: eadler Date: Sat Sep 21 14:22:49 2013 New Revision: 327818 URL: http://svnweb.freebsd.org/changeset/ports/327818 Log: Switch to new LIB_DEPENDS format Tested with poudriere Modified: head/devel/adime/Makefile Modified: head/devel/adime/Makefile ============================================================================== --- head/devel/adime/Makefile Sat Sep 21 14:14:23 2013 (r327817) +++ head/devel/adime/Makefile Sat Sep 21 14:22:49 2013 (r327818) @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= eadler@FreeBSD.org COMMENT= Generate Allegro dialogs in a very simple way -LIB_DEPENDS= alleg:${PORTSDIR}/devel/allegro +LIB_DEPENDS= liballeg.so:${PORTSDIR}/devel/allegro USES= gmake From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 14:51:26 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 74E79B0D; Sat, 21 Sep 2013 14:51:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 321662270; Sat, 21 Sep 2013 14:51:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LEpQ86068629; Sat, 21 Sep 2013 14:51:26 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LEpPv2068626; Sat, 21 Sep 2013 14:51:25 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211451.r8LEpPv2068626@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 14:51:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327820 - head/www/p5-Mojolicious 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.14 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: Sat, 21 Sep 2013 14:51:26 -0000 Author: sunpoet Date: Sat Sep 21 14:51:25 2013 New Revision: 327820 URL: http://svnweb.freebsd.org/changeset/ports/327820 Log: - Update to 4.40 Changes: http://search.cpan.org/dist/Mojolicious/Changes Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Sat Sep 21 14:51:19 2013 (r327819) +++ head/www/p5-Mojolicious/Makefile Sat Sep 21 14:51:25 2013 (r327820) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 4.39 +PORTVERSION= 4.40 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Sat Sep 21 14:51:19 2013 (r327819) +++ head/www/p5-Mojolicious/distinfo Sat Sep 21 14:51:25 2013 (r327820) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-4.39.tar.gz) = 1438940e23e6dc51b40bd3eaa340a71436e6084177ad232efffc7f1215efa857 -SIZE (Mojolicious-4.39.tar.gz) = 602246 +SHA256 (Mojolicious-4.40.tar.gz) = b3125093314ab57d25fab5a1c9b86283f7db9914176bcafb9a6622303dd6e31e +SIZE (Mojolicious-4.40.tar.gz) = 602968 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 14:51:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CC24BAB3; Sat, 21 Sep 2013 14:51:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B9A5F226B; Sat, 21 Sep 2013 14:51:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LEpK28068547; Sat, 21 Sep 2013 14:51:20 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LEpKKC068545; Sat, 21 Sep 2013 14:51:20 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211451.r8LEpKKC068545@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 14:51:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327819 - head/devel/p5-autodie 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.14 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: Sat, 21 Sep 2013 14:51:20 -0000 Author: sunpoet Date: Sat Sep 21 14:51:19 2013 New Revision: 327819 URL: http://svnweb.freebsd.org/changeset/ports/327819 Log: - Update to 2.22 - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/autodie/Changes Modified: head/devel/p5-autodie/Makefile head/devel/p5-autodie/distinfo (contents, props changed) Modified: head/devel/p5-autodie/Makefile ============================================================================== --- head/devel/p5-autodie/Makefile Sat Sep 21 14:22:49 2013 (r327818) +++ head/devel/p5-autodie/Makefile Sat Sep 21 14:51:19 2013 (r327819) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= autodie -PORTVERSION= 2.21 +PORTVERSION= 2.22 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,15 +13,18 @@ COMMENT= Replace functions with ones tha LICENSE= ART10 GPLv1 LICENSE_COMB= dual +TEST_DEPENDS= p5-BSD-Resource>=0:${PORTSDIR}/devel/p5-BSD-Resource \ + p5-IPC-System-Simple>=0:${PORTSDIR}/devel/p5-IPC-System-Simple + +NO_STAGE= yes USES= perl5 USE_PERL5= configure -MAN3= Fatal.3 \ - autodie.3 \ - autodie::exception.3 \ - autodie::exception::system.3 \ - autodie::hints.3 \ - autodie::skip.3 +MAN3= Fatal.3 \ + autodie.3 \ + autodie::exception.3 \ + autodie::exception::system.3 \ + autodie::hints.3 \ + autodie::skip.3 -NO_STAGE= yes .include Modified: head/devel/p5-autodie/distinfo ============================================================================== --- head/devel/p5-autodie/distinfo Sat Sep 21 14:22:49 2013 (r327818) +++ head/devel/p5-autodie/distinfo Sat Sep 21 14:51:19 2013 (r327819) @@ -1,2 +1,2 @@ -SHA256 (autodie-2.21.tar.gz) = 0e4d2ebe18e812bb7b1016840a46bd81ab497469a3aa9753d7e55cb7fef48015 -SIZE (autodie-2.21.tar.gz) = 84469 +SHA256 (autodie-2.22.tar.gz) = 4b08024899ce6130246014541f575d8cc6cedd4b5c78f72288fe9ead7ed6c786 +SIZE (autodie-2.22.tar.gz) = 84661 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 14:51:41 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 55663D45; Sat, 21 Sep 2013 14:51:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4283A227D; Sat, 21 Sep 2013 14:51:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LEpfBv068960; Sat, 21 Sep 2013 14:51:41 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LEpeDq068955; Sat, 21 Sep 2013 14:51:40 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211451.r8LEpeDq068955@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 14:51:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327823 - head/devel/p5-Module-CoreList 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.14 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: Sat, 21 Sep 2013 14:51:41 -0000 Author: sunpoet Date: Sat Sep 21 14:51:40 2013 New Revision: 327823 URL: http://svnweb.freebsd.org/changeset/ports/327823 Log: - Update to 2.99 Changes: http://search.cpan.org/dist/Module-CoreList/Changes Modified: head/devel/p5-Module-CoreList/Makefile head/devel/p5-Module-CoreList/distinfo Modified: head/devel/p5-Module-CoreList/Makefile ============================================================================== --- head/devel/p5-Module-CoreList/Makefile Sat Sep 21 14:51:35 2013 (r327822) +++ head/devel/p5-Module-CoreList/Makefile Sat Sep 21 14:51:40 2013 (r327823) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-CoreList -PORTVERSION= 2.97 +PORTVERSION= 2.99 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Module-CoreList/distinfo ============================================================================== --- head/devel/p5-Module-CoreList/distinfo Sat Sep 21 14:51:35 2013 (r327822) +++ head/devel/p5-Module-CoreList/distinfo Sat Sep 21 14:51:40 2013 (r327823) @@ -1,2 +1,2 @@ -SHA256 (Module-CoreList-2.97.tar.gz) = fa39c487d43088e7010467621f57d8e3f57b72d2bbf711fc509e87a501f35e09 -SIZE (Module-CoreList-2.97.tar.gz) = 66580 +SHA256 (Module-CoreList-2.99.tar.gz) = 13450c56af0428b654a03f025dc71473a6b0eb3bd6473e68af716e2294805d6c +SIZE (Module-CoreList-2.99.tar.gz) = 68905 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 14:51:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6C7D3B8D; Sat, 21 Sep 2013 14:51:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 59B702274; Sat, 21 Sep 2013 14:51:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LEpVTc068717; Sat, 21 Sep 2013 14:51:31 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LEpVQr068715; Sat, 21 Sep 2013 14:51:31 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211451.r8LEpVQr068715@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 14:51:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327821 - head/devel/p5-Config-Model-Tester 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.14 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: Sat, 21 Sep 2013 14:51:31 -0000 Author: sunpoet Date: Sat Sep 21 14:51:30 2013 New Revision: 327821 URL: http://svnweb.freebsd.org/changeset/ports/327821 Log: - Update to 2.046 Changes: http://search.cpan.org/dist/Config-Model-Tester/Changes Modified: head/devel/p5-Config-Model-Tester/Makefile head/devel/p5-Config-Model-Tester/distinfo Modified: head/devel/p5-Config-Model-Tester/Makefile ============================================================================== --- head/devel/p5-Config-Model-Tester/Makefile Sat Sep 21 14:51:25 2013 (r327820) +++ head/devel/p5-Config-Model-Tester/Makefile Sat Sep 21 14:51:30 2013 (r327821) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Model-Tester -PORTVERSION= 2.045 +PORTVERSION= 2.046 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +16,7 @@ LICENSE= LGPL21 BUILD_DEPENDS= p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \ p5-Log-Log4perl>=1.11:${PORTSDIR}/devel/p5-Log-Log4perl \ - p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ + p5-Path-Class>=0.29:${PORTSDIR}/devel/p5-Path-Class \ p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-File-Contents>=0:${PORTSDIR}/devel/p5-Test-File-Contents \ Modified: head/devel/p5-Config-Model-Tester/distinfo ============================================================================== --- head/devel/p5-Config-Model-Tester/distinfo Sat Sep 21 14:51:25 2013 (r327820) +++ head/devel/p5-Config-Model-Tester/distinfo Sat Sep 21 14:51:30 2013 (r327821) @@ -1,2 +1,2 @@ -SHA256 (Config-Model-Tester-2.045.tar.gz) = 46f0a797433c1f5f881e712dbbf2c4fdb49dbaafc86da0834d6aeac653f5784e -SIZE (Config-Model-Tester-2.045.tar.gz) = 17654 +SHA256 (Config-Model-Tester-2.046.tar.gz) = 36ae2f1ff559d74bec294e06b7281fd39d8f0d716ac719a731f82483a4a71e98 +SIZE (Config-Model-Tester-2.046.tar.gz) = 17693 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 14:51:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0AC47E07; Sat, 21 Sep 2013 14:51:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED2F92283; Sat, 21 Sep 2013 14:51:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LEpjDN069039; Sat, 21 Sep 2013 14:51:45 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LEpjEO069036; Sat, 21 Sep 2013 14:51:45 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211451.r8LEpjEO069036@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 14:51:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327824 - 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.14 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: Sat, 21 Sep 2013 14:51:46 -0000 Author: sunpoet Date: Sat Sep 21 14:51:45 2013 New Revision: 327824 URL: http://svnweb.freebsd.org/changeset/ports/327824 Log: - Update to 1.44 Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes Modified: head/devel/p5-CPAN-Perl-Releases/Makefile head/devel/p5-CPAN-Perl-Releases/distinfo Modified: head/devel/p5-CPAN-Perl-Releases/Makefile ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/Makefile Sat Sep 21 14:51:40 2013 (r327823) +++ head/devel/p5-CPAN-Perl-Releases/Makefile Sat Sep 21 14:51:45 2013 (r327824) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Perl-Releases -PORTVERSION= 1.42 +PORTVERSION= 1.44 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-CPAN-Perl-Releases/distinfo ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/distinfo Sat Sep 21 14:51:40 2013 (r327823) +++ head/devel/p5-CPAN-Perl-Releases/distinfo Sat Sep 21 14:51:45 2013 (r327824) @@ -1,2 +1,2 @@ -SHA256 (CPAN-Perl-Releases-1.42.tar.gz) = fd36b8acaf1beaad0df4b94c17aa699e8af2cbbbc627acf45534c74452535fb0 -SIZE (CPAN-Perl-Releases-1.42.tar.gz) = 20582 +SHA256 (CPAN-Perl-Releases-1.44.tar.gz) = 5364f41a1e095508bc2659eefab361e70267de2d8e62aee55e4b841774163206 +SIZE (CPAN-Perl-Releases-1.44.tar.gz) = 20635 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 15:17:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B1725321; Sat, 21 Sep 2013 15:17:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9EADD23BE; Sat, 21 Sep 2013 15:17:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LFHWSP081438; Sat, 21 Sep 2013 15:17:32 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LFHWAU081427; Sat, 21 Sep 2013 15:17:32 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211517.r8LFHWAU081427@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 15:17:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327825 - head/databases/p5-DBD-mysql 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.14 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: Sat, 21 Sep 2013 15:17:32 -0000 Author: sunpoet Date: Sat Sep 21 15:17:31 2013 New Revision: 327825 URL: http://svnweb.freebsd.org/changeset/ports/327825 Log: - Update to 4.024 - Remove unnecessary DISTNAME - Use CONFLICTS_INSTALL instead of CONFLICTS - Add TEST_DEPENDS - Convert to new OPTIONS simplifier - Sort PLIST Changes: http://search.cpan.org/dist/DBD-mysql/ChangeLog Modified: head/databases/p5-DBD-mysql/Makefile head/databases/p5-DBD-mysql/distinfo (contents, props changed) head/databases/p5-DBD-mysql/pkg-plist (contents, props changed) Modified: head/databases/p5-DBD-mysql/Makefile ============================================================================== --- head/databases/p5-DBD-mysql/Makefile Sat Sep 21 14:51:45 2013 (r327824) +++ head/databases/p5-DBD-mysql/Makefile Sat Sep 21 15:17:31 2013 (r327825) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= DBD-mysql -PORTVERSION= 4.023 +PORTVERSION= 4.024 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:S/00$//} MAINTAINER= perl@FreeBSD.org COMMENT?= MySQL driver for the Perl5 Database Interface (DBI) @@ -16,24 +15,20 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-DBI>=1.08:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep -CONFLICTS?= p5-Mysql-modules-[0-9]* p5-DBD-mysql[45][0-9]-[0-9]* +CONFLICTS_INSTALL?= p5-Mysql-modules-[0-9]* p5-DBD-mysql[45][0-9]-[0-9]* +NO_STAGE= yes USE_MYSQL= yes - -USES= perl5 USE_PERL5= configure +USES= perl5 -MAN3= Bundle::DBD::mysql.3 DBD::mysql.3 DBD::mysql::INSTALL.3 +MAN3= Bundle::DBD::mysql.3 DBD::mysql.3 DBD::mysql::INSTALL.3 OPTIONS_DEFINE= SSL - -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MSSL} -CONFIGURE_ARGS+= --ssl -RUN_DEPENDS+= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay -.endif +SSL_BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay +SSL_RUN_DEPENDS= ${SSL_BUILD_DEPENDS} +SSL_CONFIGURE_ON= --ssl .include Modified: head/databases/p5-DBD-mysql/distinfo ============================================================================== --- head/databases/p5-DBD-mysql/distinfo Sat Sep 21 14:51:45 2013 (r327824) +++ head/databases/p5-DBD-mysql/distinfo Sat Sep 21 15:17:31 2013 (r327825) @@ -1,2 +1,2 @@ -SHA256 (DBD-mysql-4.023.tar.gz) = aaa7e9dfd21d9b1a06d485a16bf43a566bedbd812ff231e92c9dcbab4c049148 -SIZE (DBD-mysql-4.023.tar.gz) = 140522 +SHA256 (DBD-mysql-4.024.tar.gz) = fc65bb07ab86f71ff5d7ac4197d04e5c5dc54d9b3c4732f39330ec78e87682d4 +SIZE (DBD-mysql-4.024.tar.gz) = 336608 Modified: head/databases/p5-DBD-mysql/pkg-plist ============================================================================== --- head/databases/p5-DBD-mysql/pkg-plist Sat Sep 21 14:51:45 2013 (r327824) +++ head/databases/p5-DBD-mysql/pkg-plist Sat Sep 21 15:17:31 2013 (r327825) @@ -1,13 +1,13 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/mysql/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/Bundle/DBD/mysql.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/mysql.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/mysql/GetInfo.pm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/mysql/INSTALL.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/mysql/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/mysql/mysql.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/mysql/mysql.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/mysql @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/mysql +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/mysql +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Bundle/DBD @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Bundle -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 15:42:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A0C43A61; Sat, 21 Sep 2013 15:42:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 75A3524C9; Sat, 21 Sep 2013 15:42:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LFg3rA095862; Sat, 21 Sep 2013 15:42:03 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LFg3TY095860; Sat, 21 Sep 2013 15:42:03 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211542.r8LFg3TY095860@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 15:42:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327830 - head/converters/rubygem-bsdconv 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.14 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: Sat, 21 Sep 2013 15:42:03 -0000 Author: sunpoet Date: Sat Sep 21 15:42:02 2013 New Revision: 327830 URL: http://svnweb.freebsd.org/changeset/ports/327830 Log: - Update to 11.1.0 - While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/ruby-bsdconv/commits/master PR: ports/182260 Submitted by: Kuan-Chung Chiu (maintainer) Modified: head/converters/rubygem-bsdconv/Makefile (contents, props changed) head/converters/rubygem-bsdconv/distinfo (contents, props changed) Modified: head/converters/rubygem-bsdconv/Makefile ============================================================================== --- head/converters/rubygem-bsdconv/Makefile Sat Sep 21 15:41:58 2013 (r327829) +++ head/converters/rubygem-bsdconv/Makefile Sat Sep 21 15:42:02 2013 (r327830) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bsdconv -PORTVERSION= 10.0.0 +PORTVERSION= 11.1.0 CATEGORIES= converters rubygems MASTER_SITES= RG DISTNAME= ruby-${PORTNAME}-${PORTVERSION} @@ -12,15 +12,15 @@ COMMENT= Ruby wrapper for bsdconv LICENSE= BSD -LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv +LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv CONFIGURE_ARGS+=--with-bsdconv-dir=${LOCALBASE} GEM_NAME= ${DISTNAME} +NO_STAGE= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/converters/rubygem-bsdconv/distinfo ============================================================================== --- head/converters/rubygem-bsdconv/distinfo Sat Sep 21 15:41:58 2013 (r327829) +++ head/converters/rubygem-bsdconv/distinfo Sat Sep 21 15:42:02 2013 (r327830) @@ -1,2 +1,2 @@ -SHA256 (rubygem/ruby-bsdconv-10.0.0.gem) = 237ca317abdb7c3298244d8273b3ba32d9ac1d9805429408f205cc7e2c9c8631 -SIZE (rubygem/ruby-bsdconv-10.0.0.gem) = 9216 +SHA256 (rubygem/ruby-bsdconv-11.1.0.gem) = 139c51ede9c6a93df789d472100b978dd475a12d9dc279d19a293d075be34996 +SIZE (rubygem/ruby-bsdconv-11.1.0.gem) = 10240 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 15:41:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3C361983; Sat, 21 Sep 2013 15:41:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1136D24C5; Sat, 21 Sep 2013 15:41:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LFfwoY095773; Sat, 21 Sep 2013 15:41:58 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LFfwt8095771; Sat, 21 Sep 2013 15:41:58 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211541.r8LFfwt8095771@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 15:41:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327829 - head/converters/php5-bsdconv 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.14 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: Sat, 21 Sep 2013 15:41:59 -0000 Author: sunpoet Date: Sat Sep 21 15:41:58 2013 New Revision: 327829 URL: http://svnweb.freebsd.org/changeset/ports/327829 Log: - Update to 11.1.0 - While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/php-bsdconv/commits/master PR: ports/182259 Submitted by: Kuan-Chung Chiu (maintainer) Modified: head/converters/php5-bsdconv/Makefile (contents, props changed) head/converters/php5-bsdconv/distinfo (contents, props changed) Modified: head/converters/php5-bsdconv/Makefile ============================================================================== --- head/converters/php5-bsdconv/Makefile Sat Sep 21 15:41:53 2013 (r327828) +++ head/converters/php5-bsdconv/Makefile Sat Sep 21 15:41:58 2013 (r327829) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bsdconv -PORTVERSION= 10.0.0 +PORTVERSION= 11.1.0 CATEGORIES= converters PKGNAMEPREFIX= php5- DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT} @@ -12,13 +12,14 @@ COMMENT= PHP wrapper for bsdconv LICENSE= BSD -LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv +LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv USE_GITHUB= yes GH_ACCOUNT= buganini -GH_COMMIT= 122cbb0 +GH_COMMIT= daf6890 GH_PROJECT= php-${PORTNAME} +NO_STAGE= yes USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes @@ -26,5 +27,4 @@ USE_PHP_BUILD= yes PHP_MODNAME= ${PORTNAME} CONFIGURE_ARGS= --with-bsdconv=${LOCALBASE} -NO_STAGE= yes .include Modified: head/converters/php5-bsdconv/distinfo ============================================================================== --- head/converters/php5-bsdconv/distinfo Sat Sep 21 15:41:53 2013 (r327828) +++ head/converters/php5-bsdconv/distinfo Sat Sep 21 15:41:58 2013 (r327829) @@ -1,2 +1,2 @@ -SHA256 (buganini-php-bsdconv-10.0.0-0-g122cbb0.tar.gz) = 13c1513b37f8e2f9993df8c5d9f023cdba15f624bfdf75fd295cd7e4c0b5b06c -SIZE (buganini-php-bsdconv-10.0.0-0-g122cbb0.tar.gz) = 7584 +SHA256 (buganini-php-bsdconv-11.1.0-0-gdaf6890.tar.gz) = 4513094eaf247be591b8ee0ef9c8d369da82f904b176fb15c755c7e468e80328 +SIZE (buganini-php-bsdconv-11.1.0-0-gdaf6890.tar.gz) = 7665 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 15:42:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4CCF0CE7; Sat, 21 Sep 2013 15:42:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 20E1224DB; Sat, 21 Sep 2013 15:42:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LFgKG8096288; Sat, 21 Sep 2013 15:42:21 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LFgKlV096286; Sat, 21 Sep 2013 15:42:20 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211542.r8LFgKlV096286@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 15:42:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327834 - head/converters/gbsdconv 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.14 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: Sat, 21 Sep 2013 15:42:21 -0000 Author: sunpoet Date: Sat Sep 21 15:42:20 2013 New Revision: 327834 URL: http://svnweb.freebsd.org/changeset/ports/327834 Log: - Update to 11.1 - While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/gbsdconv/commits/master PR: ports/182264 Submitted by: Kuan-Chung Chiu (maintainer) Modified: head/converters/gbsdconv/Makefile (contents, props changed) head/converters/gbsdconv/distinfo (contents, props changed) Modified: head/converters/gbsdconv/Makefile ============================================================================== --- head/converters/gbsdconv/Makefile Sat Sep 21 15:42:16 2013 (r327833) +++ head/converters/gbsdconv/Makefile Sat Sep 21 15:42:20 2013 (r327834) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gbsdconv -PORTVERSION= 1.0 +PORTVERSION= 11.1 CATEGORIES= converters python DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT} @@ -11,13 +11,13 @@ COMMENT= GUI for bsdconv LICENSE= BSD -LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib +LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsdconv>=8.0:${PORTSDIR}/converters/py-bsdconv \ ${LOCALBASE}/bin/g-ir-scanner:${PORTSDIR}/devel/gobject-introspection USE_GITHUB= yes GH_ACCOUNT= buganini -GH_COMMIT= ac7e05f +GH_COMMIT= 0a9ad34 USE_GNOME= gtk30 USE_PYTHON= yes @@ -25,6 +25,7 @@ USE_PYTHON= yes USE_LDCONFIG= yes MAKE_ARGS= PREFIX=${PREFIX} +NO_STAGE= yes PLIST_FILES= bin/gbsdconv \ lib/gbsdconv_taglib.so \ @@ -33,7 +34,6 @@ PLIST_FILES= bin/gbsdconv \ %%DATADIR%%/gbsdconv2.png PLIST_DIRS= %%DATADIR%% -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/gbsdconv Modified: head/converters/gbsdconv/distinfo ============================================================================== --- head/converters/gbsdconv/distinfo Sat Sep 21 15:42:16 2013 (r327833) +++ head/converters/gbsdconv/distinfo Sat Sep 21 15:42:20 2013 (r327834) @@ -1,2 +1,2 @@ -SHA256 (buganini-gbsdconv-1.0-0-gac7e05f.tar.gz) = 9172626f50db686c16b997ce99b88455fcd03e0d0331cf0fdadca11dce067e61 -SIZE (buganini-gbsdconv-1.0-0-gac7e05f.tar.gz) = 19724 +SHA256 (buganini-gbsdconv-11.1-0-g0a9ad34.tar.gz) = b9de0c6d6793dc933ebaddf499db56ab4bfee6c7e1bb52bd6db79b7b7bc5938c +SIZE (buganini-gbsdconv-11.1-0-g0a9ad34.tar.gz) = 19759 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 15:42:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C74C2DA9; Sat, 21 Sep 2013 15:42:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A61324DF; Sat, 21 Sep 2013 15:42:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LFgP39096399; Sat, 21 Sep 2013 15:42:25 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LFgOO7096381; Sat, 21 Sep 2013 15:42:24 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211542.r8LFgOO7096381@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 15:42:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327835 - head/chinese/chiconv 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.14 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: Sat, 21 Sep 2013 15:42:25 -0000 Author: sunpoet Date: Sat Sep 21 15:42:24 2013 New Revision: 327835 URL: http://svnweb.freebsd.org/changeset/ports/327835 Log: - Update to 11.1 - While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/chiconv/commits/master PR: ports/182265 Submitted by: Kuan-Chung Chiu (maintainer) Modified: head/chinese/chiconv/Makefile head/chinese/chiconv/distinfo Modified: head/chinese/chiconv/Makefile ============================================================================== --- head/chinese/chiconv/Makefile Sat Sep 21 15:42:20 2013 (r327834) +++ head/chinese/chiconv/Makefile Sat Sep 21 15:42:24 2013 (r327835) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chiconv -PORTVERSION= 10.0 +PORTVERSION= 11.1 CATEGORIES= chinese converters DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT} @@ -11,15 +11,15 @@ COMMENT= Auto chinese encoding converter LICENSE= BSD -LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv +LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv USE_GITHUB= yes GH_ACCOUNT= buganini -GH_COMMIT= 6f4a7bf +GH_COMMIT= 9501c80 MAKE_ARGS= PREFIX=${PREFIX} +NO_STAGE= yes PLIST_FILES= bin/chiconv -NO_STAGE= yes .include Modified: head/chinese/chiconv/distinfo ============================================================================== --- head/chinese/chiconv/distinfo Sat Sep 21 15:42:20 2013 (r327834) +++ head/chinese/chiconv/distinfo Sat Sep 21 15:42:24 2013 (r327835) @@ -1,2 +1,2 @@ -SHA256 (buganini-chiconv-10.0-0-g6f4a7bf.tar.gz) = cf021e8877e79643e46d06a0976ec0c452f7a01e21cfbdfd56d6b1cf8065db0c -SIZE (buganini-chiconv-10.0-0-g6f4a7bf.tar.gz) = 1564 +SHA256 (buganini-chiconv-11.1-0-g9501c80.tar.gz) = b2e32ac5acad2bbb96b462291b34e70db8ac95f8b2a64733e276086fe4dd4766 +SIZE (buganini-chiconv-11.1-0-g9501c80.tar.gz) = 2955 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 15:42:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 03359B0D; Sat, 21 Sep 2013 15:42:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EBFB424CF; Sat, 21 Sep 2013 15:42:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LFg78e095978; Sat, 21 Sep 2013 15:42:07 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LFg7I8095976; Sat, 21 Sep 2013 15:42:07 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211542.r8LFg7I8095976@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 15:42:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327831 - head/converters/py-bsdconv 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.14 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: Sat, 21 Sep 2013 15:42:09 -0000 Author: sunpoet Date: Sat Sep 21 15:42:07 2013 New Revision: 327831 URL: http://svnweb.freebsd.org/changeset/ports/327831 Log: - Update to 11.1.0 - While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/python-bsdconv/commits/master PR: ports/182261 Submitted by: Kuan-Chung Chiu (maintainer) Modified: head/converters/py-bsdconv/Makefile (contents, props changed) head/converters/py-bsdconv/distinfo (contents, props changed) Modified: head/converters/py-bsdconv/Makefile ============================================================================== --- head/converters/py-bsdconv/Makefile Sat Sep 21 15:42:02 2013 (r327830) +++ head/converters/py-bsdconv/Makefile Sat Sep 21 15:42:07 2013 (r327831) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bsdconv -PORTVERSION= 10.0.0 +PORTVERSION= 11.1.0 CATEGORIES= converters python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT} @@ -12,18 +12,19 @@ COMMENT= Python wrapper for bsdconv LICENSE= BSD -LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv +LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv USE_GITHUB= yes GH_ACCOUNT= buganini -GH_COMMIT= e28674b +GH_COMMIT= 075a20e GH_PROJECT= python-${PORTNAME} +NO_STAGE= yes USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes + PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||g} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/setup.py Modified: head/converters/py-bsdconv/distinfo ============================================================================== --- head/converters/py-bsdconv/distinfo Sat Sep 21 15:42:02 2013 (r327830) +++ head/converters/py-bsdconv/distinfo Sat Sep 21 15:42:07 2013 (r327831) @@ -1,2 +1,2 @@ -SHA256 (buganini-python-bsdconv-10.0.0-0-ge28674b.tar.gz) = 457b62c7157917fea2762f1585200fb305921aff6694bf66e76de452104cd6aa -SIZE (buganini-python-bsdconv-10.0.0-0-ge28674b.tar.gz) = 5000 +SHA256 (buganini-python-bsdconv-11.1.0-0-g075a20e.tar.gz) = 48df804417246e9fb9e03b2cbba4d2944e00587bfe59eb14450bd96ad0a850bc +SIZE (buganini-python-bsdconv-11.1.0-0-g075a20e.tar.gz) = 5181 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 15:41:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CEAE97C8; Sat, 21 Sep 2013 15:41:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B8A0B24BE; Sat, 21 Sep 2013 15:41:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LFfiM5095435; Sat, 21 Sep 2013 15:41:44 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LFfiwf095430; Sat, 21 Sep 2013 15:41:44 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211541.r8LFfiwf095430@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 15:41:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327826 - in head/devel/cmake-fedora: . 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.14 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: Sat, 21 Sep 2013 15:41:44 -0000 Author: sunpoet Date: Sat Sep 21 15:41:43 2013 New Revision: 327826 URL: http://svnweb.freebsd.org/changeset/ports/327826 Log: - Update to 1.0.5 - While I'm here, use REINPLACE_CMD instead of patch file Changes: https://fedorahosted.org/cmake-fedora/#News PR: ports/182256 Submitted by: Kuan-Chung Chiu (maintainer) Deleted: head/devel/cmake-fedora/files/ Modified: head/devel/cmake-fedora/Makefile (contents, props changed) head/devel/cmake-fedora/distinfo (contents, props changed) Modified: head/devel/cmake-fedora/Makefile ============================================================================== --- head/devel/cmake-fedora/Makefile Sat Sep 21 15:17:31 2013 (r327825) +++ head/devel/cmake-fedora/Makefile Sat Sep 21 15:41:43 2013 (r327826) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cmake-fedora -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.5 CATEGORIES= devel MASTER_SITES= https://fedorahosted.org/releases/c/m/cmake-fedora/ DISTNAME= ${PORTNAME}-${PORTVERSION}-modules-only @@ -14,10 +14,11 @@ LICENSE= BSD WRKSRC= ${WRKDIR}/Modules NO_BUILD= yes - NO_STAGE= yes +REINPLACE_ARGS= -i '' + post-patch: - @${FIND} ${WRKSRC} -name '*.orig' -delete + @${REINPLACE_CMD} -e 's|date --utc|date -u|' ${WRKSRC}/DateTimeFormat.cmake do-install: ${MKDIR} ${PREFIX}/share/cmake/Modules Modified: head/devel/cmake-fedora/distinfo ============================================================================== --- head/devel/cmake-fedora/distinfo Sat Sep 21 15:17:31 2013 (r327825) +++ head/devel/cmake-fedora/distinfo Sat Sep 21 15:41:43 2013 (r327826) @@ -1,2 +1,2 @@ -SHA256 (cmake-fedora-1.0.3-modules-only.tar.gz) = 263e9f93e7fb3112d3837da4ad302b7e877c994120ecdd5e60e585c330bd5473 -SIZE (cmake-fedora-1.0.3-modules-only.tar.gz) = 25290 +SHA256 (cmake-fedora-1.0.5-modules-only.tar.gz) = e757b53413dd5e9a3251ee4e5723a7bdb43bc8092edbc2bd94e14077f49e8cc6 +SIZE (cmake-fedora-1.0.5-modules-only.tar.gz) = 25429 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 15:42:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1C318C23; Sat, 21 Sep 2013 15:42:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E535124D8; Sat, 21 Sep 2013 15:42:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LFgGf6096149; Sat, 21 Sep 2013 15:42:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LFgG9e096147; Sat, 21 Sep 2013 15:42:16 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211542.r8LFgG9e096147@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 15:42:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327833 - head/chinese/bsdconv-opencc 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.14 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: Sat, 21 Sep 2013 15:42:17 -0000 Author: sunpoet Date: Sat Sep 21 15:42:16 2013 New Revision: 327833 URL: http://svnweb.freebsd.org/changeset/ports/327833 Log: - Update to 11.1 - While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/bsdconv-opencc/commits/master PR: ports/182263 Submitted by: Kuan-Chung Chiu (maintainer) Modified: head/chinese/bsdconv-opencc/Makefile head/chinese/bsdconv-opencc/distinfo Modified: head/chinese/bsdconv-opencc/Makefile ============================================================================== --- head/chinese/bsdconv-opencc/Makefile Sat Sep 21 15:42:12 2013 (r327832) +++ head/chinese/bsdconv-opencc/Makefile Sat Sep 21 15:42:16 2013 (r327833) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opencc -PORTVERSION= 10.0 +PORTVERSION= 11.1 CATEGORIES= chinese converters PKGNAMEPREFIX= bsdconv- DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT} @@ -12,16 +12,16 @@ COMMENT= OpenCC conversion module for bs LICENSE= BSD -BUILD_DEPENDS= bsdconv-mktable:${PORTSDIR}/converters/bsdconv -LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv \ - opencc:${PORTSDIR}/chinese/opencc +BUILD_DEPENDS= ${LOCALBASE}/bin/bsdconv-mktable:${PORTSDIR}/converters/bsdconv +LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv \ + libopencc.so:${PORTSDIR}/chinese/opencc USE_GITHUB= yes GH_ACCOUNT= buganini GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} -GH_COMMIT= 38b4a80 +GH_COMMIT= c48c74c MAKE_ARGS= PREFIX=${PREFIX} - NO_STAGE= yes + .include Modified: head/chinese/bsdconv-opencc/distinfo ============================================================================== --- head/chinese/bsdconv-opencc/distinfo Sat Sep 21 15:42:12 2013 (r327832) +++ head/chinese/bsdconv-opencc/distinfo Sat Sep 21 15:42:16 2013 (r327833) @@ -1,2 +1,2 @@ -SHA256 (buganini-bsdconv-opencc-10.0-0-g38b4a80.tar.gz) = 81de156b84a1d19e3276ed3bf3fdfc96156b2609704b249cc138cbab5e402ec7 -SIZE (buganini-bsdconv-opencc-10.0-0-g38b4a80.tar.gz) = 2834 +SHA256 (buganini-bsdconv-opencc-11.1-0-gc48c74c.tar.gz) = e11de894aa60dba11310ee792b7b95860b6fa4f8b8b348cf607c3f9beaa732cd +SIZE (buganini-bsdconv-opencc-11.1-0-gc48c74c.tar.gz) = 2834 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 15:41:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D72D87CE; Sat, 21 Sep 2013 15:41:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B564724C1; Sat, 21 Sep 2013 15:41:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LFfnG3095566; Sat, 21 Sep 2013 15:41:49 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LFfmU2095562; Sat, 21 Sep 2013 15:41:48 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211541.r8LFfmU2095562@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 15:41:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327827 - in head/converters/bsdconv: . 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.14 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: Sat, 21 Sep 2013 15:41:49 -0000 Author: sunpoet Date: Sat Sep 21 15:41:48 2013 New Revision: 327827 URL: http://svnweb.freebsd.org/changeset/ports/327827 Log: - Update to 11.1 Changes: https://github.com/buganini/bsdconv/blob/master/Changelog PR: ports/182258 Submitted by: Kuan-Chung Chiu (maintainer) Modified: head/converters/bsdconv/Makefile (contents, props changed) head/converters/bsdconv/distinfo (contents, props changed) head/converters/bsdconv/files/patch-Makefile head/converters/bsdconv/pkg-plist (contents, props changed) Modified: head/converters/bsdconv/Makefile ============================================================================== --- head/converters/bsdconv/Makefile Sat Sep 21 15:41:43 2013 (r327826) +++ head/converters/bsdconv/Makefile Sat Sep 21 15:41:48 2013 (r327827) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bsdconv -PORTVERSION= 10.0 +PORTVERSION= 11.1 CATEGORIES= converters DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT} @@ -13,12 +13,13 @@ LICENSE= BSD USE_GITHUB= yes GH_ACCOUNT= buganini -GH_COMMIT= d4bd6ac +GH_COMMIT= 8ccd7e3 OPTIONS_DEFINE= CHINESE EBCDIC CHINESE_DESC= Extra Chinese codecs EBCDIC_DESC= EBCDIC codecs +NO_STAGE= yes USE_LDCONFIG= yes MAKE_ARGS= PREFIX=${PREFIX} @@ -26,7 +27,6 @@ MAKE_ARGS= PREFIX=${PREFIX} ALL_TARGET= libbsdconv bsdconv-mktable meta bsdconv-man bsdconv-completion bsdconv codecs_basic INSTALL_TARGET= installdir install_main install_basic -NO_STAGE= yes .include .if ${PORT_OPTIONS:MCHINESE} Modified: head/converters/bsdconv/distinfo ============================================================================== --- head/converters/bsdconv/distinfo Sat Sep 21 15:41:43 2013 (r327826) +++ head/converters/bsdconv/distinfo Sat Sep 21 15:41:48 2013 (r327827) @@ -1,2 +1,2 @@ -SHA256 (buganini-bsdconv-10.0-0-gd4bd6ac.tar.gz) = bfe7a5039d3118450a2ea1ee6d358e546c6da544a83ff93781dd1ecad8a219d1 -SIZE (buganini-bsdconv-10.0-0-gd4bd6ac.tar.gz) = 5753118 +SHA256 (buganini-bsdconv-11.1-0-g8ccd7e3.tar.gz) = 5ce36848e37d6dac342518788ee40f4b774d92bedf30c52a52075d376ac94d0f +SIZE (buganini-bsdconv-11.1-0-g8ccd7e3.tar.gz) = 5812445 Modified: head/converters/bsdconv/files/patch-Makefile ============================================================================== --- head/converters/bsdconv/files/patch-Makefile Sat Sep 21 15:41:43 2013 (r327826) +++ head/converters/bsdconv/files/patch-Makefile Sat Sep 21 15:41:48 2013 (r327827) @@ -2,7 +2,7 @@ +++ Makefile 2012-08-16 22:36:47.000000000 +0800 @@ -3,17 +3,9 @@ CFLAGS+=-Wall -DPREFIX='"${PREFIX}"' -DBSDCONV_PATH='"${BSDCONV_PATH}"' - SHLIBVER=10 + SHLIBVER=7 -UNAME_S=$(shell uname -s) -ifeq (${UNAME_S}, Darwin) @@ -16,37 +16,4 @@ -LIBS+=-ldl -endif - TODO_CODECS_BASIC= - TODO_CODECS_BASIC+=from/00 -@@ -184,27 +176,27 @@ - bsdconv-man: builddir libbsdconv meta src/bsdconv.h src/bsdconv.c - $(CC) ${CFLAGS} src/bsdconv-man.c -L./build/lib/ -o build/bin/bsdconv-man -lbsdconv ${LIBS} - --bsdconv-completion: builddir libbsdconv src/bsdconv.h src/bsdconv-completion.c -+bsdconv-completion: builddir libbsdconv meta src/bsdconv.h src/bsdconv-completion.c - $(CC) ${CFLAGS} src/bsdconv-completion.c -L./build/lib -o build/bin/bsdconv-completion -lbsdconv ${LIBS} - - bsdconv_dbg: builddir libbsdconv src/libbsdconv.c src/bsdconv.h src/bsdconv_dbg.c - $(CC) ${CFLAGS} src/libbsdconv.c src/bsdconv_dbg.c -o build/bin/bsdconv_dbg ${LIBS} - --codecs_basic: builddir bsdconv-mktable -+codecs_basic: builddir bsdconv-mktable libbsdconv meta - for item in ${TODO_CODECS_BASIC} ; do \ - ./build/bin/bsdconv-mktable codecs/$${item}.txt ./build/share/bsdconv/$${item} ; \ - if [ -e codecs/$${item}.man ]; then cp codecs/$${item}.man ./build/share/bsdconv/$${item}.man ; fi ; \ - if [ -e codecs/$${item}.c ]; then $(CC) ${CFLAGS} codecs/$${item}.c -L./build/lib/ -fPIC -shared -o ./build/share/bsdconv/$${item}.so -lbsdconv ${LIBS} ; fi ; \ - done - --codecs_chinese: builddir bsdconv-mktable -+codecs_chinese: builddir bsdconv-mktable libbsdconv meta - for item in ${TODO_CODECS_CHINESE} ; do \ - ./build/bin/bsdconv-mktable codecs/$${item}.txt ./build/share/bsdconv/$${item} ; \ - if [ -e codecs/$${item}.man ]; then cp codecs/$${item}.man ./build/share/bsdconv/$${item}.man ; fi ; \ - if [ -e codecs/$${item}.c ]; then $(CC) ${CFLAGS} codecs/$${item}.c -L./build/lib/ -fPIC -shared -o ./build/share/bsdconv/$${item}.so -lbsdconv ${LIBS} ; fi ; \ - done - --codecs_ebcdic: builddir bsdconv-mktable -+codecs_ebcdic: builddir bsdconv-mktable libbsdconv meta - for item in ${TODO_CODECS_EBCDIC} ; do \ - ./build/bin/bsdconv-mktable codecs/$${item}.txt ./build/share/bsdconv/$${item} ; \ - if [ -e codecs/$${item}.man ]; then cp codecs/$${item}.man ./build/share/bsdconv/$${item}.man ; fi ; \ + TODO_CODECS_BASIC_TABLE= Modified: head/converters/bsdconv/pkg-plist ============================================================================== --- head/converters/bsdconv/pkg-plist Sat Sep 21 15:41:43 2013 (r327826) +++ head/converters/bsdconv/pkg-plist Sat Sep 21 15:41:48 2013 (r327827) @@ -4,7 +4,7 @@ bin/bsdconv-man bin/bsdconv-mktable include/bsdconv.h lib/libbsdconv.so -lib/libbsdconv.so.10 +lib/libbsdconv.so.11 %%DATADIR%%/from/alias %%DATADIR%%/inter/alias %%DATADIR%%/to/alias @@ -22,14 +22,19 @@ lib/libbsdconv.so.10 %%DATADIR%%/from/ASCII %%DATADIR%%/from/BIG5-5C %%DATADIR%%/from/BSDCONV +%%DATADIR%%/from/BSDCONV.man %%DATADIR%%/from/BSDCONV.so -%%DATADIR%%/from/BSDCONV_KEYWORD -%%DATADIR%%/from/BSDCONV_LOG -%%DATADIR%%/from/BSDCONV_LOG.so +%%DATADIR%%/from/BSDCONV-KEYWORD +%%DATADIR%%/from/BSDCONV-KEYWORD.man +%%DATADIR%%/from/BSDCONV-LOG +%%DATADIR%%/from/BSDCONV-LOG.man +%%DATADIR%%/from/BSDCONV-LOG.so %%DATADIR%%/from/BYTE %%DATADIR%%/from/ESCAPE +%%DATADIR%%/from/ESCAPE.man %%DATADIR%%/from/ESCAPE.so %%DATADIR%%/from/PASS +%%DATADIR%%/from/PASS.man %%DATADIR%%/from/PASS.so %%DATADIR%%/from/UTF-16BE %%DATADIR%%/from/UTF-16BE.so @@ -52,31 +57,41 @@ lib/libbsdconv.so.10 %%DATADIR%%/from/_SHIFT-JIS %%DATADIR%%/from/_UAO250 %%DATADIR%%/from/_UTF-8 +%%DATADIR%%/from/_UTF-8.man %%DATADIR%%/from/_UTF-8.so +%%DATADIR%%/inter/ALIAS-FROM +%%DATADIR%%/inter/ALIAS-FROM.so +%%DATADIR%%/inter/ALIAS-INTER +%%DATADIR%%/inter/ALIAS-TO +%%DATADIR%%/inter/ALIAS-TO.so %%DATADIR%%/inter/AMBIGUOUS-PAD +%%DATADIR%%/inter/AMBIGUOUS-PAD.man %%DATADIR%%/inter/AMBIGUOUS-PAD.so %%DATADIR%%/inter/AMBIGUOUS-UNPAD +%%DATADIR%%/inter/AMBIGUOUS-UNPAD.man %%DATADIR%%/inter/AMBIGUOUS-UNPAD.so %%DATADIR%%/inter/BIG5-DEFRAG %%DATADIR%%/inter/BIG5-DEFRAG.so -%%DATADIR%%/inter/FROM_ALIAS -%%DATADIR%%/inter/FROM_ALIAS.so +%%DATADIR%%/inter/COUNT +%%DATADIR%%/inter/COUNT.man +%%DATADIR%%/inter/COUNT.so %%DATADIR%%/inter/FULL %%DATADIR%%/inter/HALF -%%DATADIR%%/inter/INTER_ALIAS -%%DATADIR%%/inter/KANA_PHONETIC +%%DATADIR%%/inter/INSERT +%%DATADIR%%/inter/INSERT.man +%%DATADIR%%/inter/INSERT.so +%%DATADIR%%/inter/KANA-PHONETIC %%DATADIR%%/inter/LOWER %%DATADIR%%/inter/MAC %%DATADIR%%/inter/NOBOM %%DATADIR%%/inter/NL2BR +%%DATADIR%%/inter/PASS +%%DATADIR%%/inter/PASS.man +%%DATADIR%%/inter/PASS.so %%DATADIR%%/inter/SCORE %%DATADIR%%/inter/SCORE.so -%%DATADIR%%/inter/SCORE_TRAIN -%%DATADIR%%/inter/SCORE_TRAIN.so -%%DATADIR%%/inter/SPLIT -%%DATADIR%%/inter/SPLIT.so -%%DATADIR%%/inter/TO_ALIAS -%%DATADIR%%/inter/TO_ALIAS.so +%%DATADIR%%/inter/SCORE-TRAIN +%%DATADIR%%/inter/SCORE-TRAIN.so %%DATADIR%%/inter/TRIM-WIDTH %%DATADIR%%/inter/TRIM-WIDTH.so %%DATADIR%%/inter/UNIX @@ -87,17 +102,31 @@ lib/libbsdconv.so.10 %%DATADIR%%/inter/WHITESPACE-RERAIL %%DATADIR%%/inter/WHITESPACE-RERAIL.so %%DATADIR%%/inter/WIDTH +%%DATADIR%%/inter/WIDTH.man %%DATADIR%%/inter/WIDTH.so %%DATADIR%%/inter/WIN %%DATADIR%%/inter/ZH-STRINGS +%%DATADIR%%/inter/ZH-STRINGS.man %%DATADIR%%/inter/ZH-STRINGS.so %%DATADIR%%/inter/ZHCN %%DATADIR%%/inter/ZHTW -%%DATADIR%%/inter/ZHTW_WORDS -%%DATADIR%%/inter/ZH_FUZZY_TW -%%DATADIR%%/inter/ZH_FUZZY_CN +%%DATADIR%%/inter/ZHTW-WORDS +%%DATADIR%%/inter/ZH-FUZZY-TW +%%DATADIR%%/inter/ZH-FUZZY-CN +%%DATADIR%%/inter/_NFC +%%DATADIR%%/inter/_NFC.so +%%DATADIR%%/inter/_NFC-MAP +%%DATADIR%%/inter/_NFD +%%DATADIR%%/inter/_NFKD +%%DATADIR%%/inter/_NF-HANGUL-COMPOSITION +%%DATADIR%%/inter/_NF-HANGUL-COMPOSITION.so +%%DATADIR%%/inter/_NF-HANGUL-DECOMPOSITION +%%DATADIR%%/inter/_NF-HANGUL-DECOMPOSITION.so +%%DATADIR%%/inter/_NF-ORDER +%%DATADIR%%/inter/_NF-ORDER.so %%DATADIR%%/to/00 %%DATADIR%%/to/ANY +%%DATADIR%%/to/ANY.man %%DATADIR%%/to/ANY.so %%DATADIR%%/to/ASCII-HTML-CNS11643-IMG %%DATADIR%%/to/ASCII-HTML-CNS11643-IMG.so @@ -110,21 +139,22 @@ lib/libbsdconv.so.10 %%DATADIR%%/to/BIG5-5C %%DATADIR%%/to/BSDCONV %%DATADIR%%/to/BSDCONV.so -%%DATADIR%%/to/BSDCONV_KEYWORD -%%DATADIR%%/to/BSDCONV_LOG -%%DATADIR%%/to/BSDCONV_LOG.so -%%DATADIR%%/to/BSDCONV_STDOUT -%%DATADIR%%/to/BSDCONV_STDOUT.so +%%DATADIR%%/to/BSDCONV-KEYWORD +%%DATADIR%%/to/BSDCONV-KEYWORD.man +%%DATADIR%%/to/BSDCONV-LOG +%%DATADIR%%/to/BSDCONV-LOG.so +%%DATADIR%%/to/BSDCONV-STDOUT +%%DATADIR%%/to/BSDCONV-STDOUT.so %%DATADIR%%/to/BYTE %%DATADIR%%/to/_CP1251 %%DATADIR%%/to/_CP1252 %%DATADIR%%/to/_CP1253 %%DATADIR%%/to/_CP874 %%DATADIR%%/to/_CP936 -%%DATADIR%%/to/CP936_TRANS +%%DATADIR%%/to/CP936-TRANS %%DATADIR%%/to/_CP949 %%DATADIR%%/to/_CP950 -%%DATADIR%%/to/CP950_TRANS +%%DATADIR%%/to/CP950-TRANS %%DATADIR%%/to/ESCAPE %%DATADIR%%/to/ESCAPE.man %%DATADIR%%/to/ESCAPE.so @@ -137,8 +167,10 @@ lib/libbsdconv.so.10 %%DATADIR%%/to/NULL %%DATADIR%%/to/NULL.so %%DATADIR%%/to/PASS +%%DATADIR%%/to/PASS.man %%DATADIR%%/to/PASS.so %%DATADIR%%/to/RAW +%%DATADIR%%/to/RAW.man %%DATADIR%%/to/RAW.so %%DATADIR%%/to/_UAO250 %%DATADIR%%/to/UCS-2BE @@ -165,10 +197,10 @@ lib/libbsdconv.so.10 %%CHINESE%%%%DATADIR%%/inter/CHEWING %%CHINESE%%%%DATADIR%%/inter/CHEWING.man %%CHINESE%%%%DATADIR%%/inter/CNS11643 -%%CHINESE%%%%DATADIR%%/inter/HAN_PINYIN +%%CHINESE%%%%DATADIR%%/inter/HAN-PINYIN %%CHINESE%%%%DATADIR%%/inter/UNICODE -%%CHINESE%%%%DATADIR%%/inter/ZH_COMP -%%CHINESE%%%%DATADIR%%/inter/ZH_DECOMP +%%CHINESE%%%%DATADIR%%/inter/ZH-COMP +%%CHINESE%%%%DATADIR%%/inter/ZH-DECOMP %%CHINESE%%%%DATADIR%%/to/CCCII %%CHINESE%%%%DATADIR%%/to/_CNS11643 %%CHINESE%%%%DATADIR%%/to/_CNS11643.so From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 15:41:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0979F8A7; Sat, 21 Sep 2013 15:41:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D0B9124C3; Sat, 21 Sep 2013 15:41:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LFfr6d095651; Sat, 21 Sep 2013 15:41:53 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LFfrAD095649; Sat, 21 Sep 2013 15:41:53 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211541.r8LFfrAD095649@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 15:41:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327828 - head/converters/p5-bsdconv 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.14 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: Sat, 21 Sep 2013 15:41:54 -0000 Author: sunpoet Date: Sat Sep 21 15:41:53 2013 New Revision: 327828 URL: http://svnweb.freebsd.org/changeset/ports/327828 Log: - Update to 11.1.0 - While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/perl-bsdconv/commits/master PR: ports/182257 Submitted by: Kuan-Chung Chiu (maintainer) Modified: head/converters/p5-bsdconv/Makefile head/converters/p5-bsdconv/distinfo (contents, props changed) Modified: head/converters/p5-bsdconv/Makefile ============================================================================== --- head/converters/p5-bsdconv/Makefile Sat Sep 21 15:41:48 2013 (r327827) +++ head/converters/p5-bsdconv/Makefile Sat Sep 21 15:41:53 2013 (r327828) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bsdconv -PORTVERSION= 10.0.0 +PORTVERSION= 11.1.0 CATEGORIES= converters perl5 PKGNAMEPREFIX= p5- DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT} @@ -12,19 +12,19 @@ COMMENT= Perl wrapper for bsdconv LICENSE= BSD -LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv +LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv USE_GITHUB= yes GH_ACCOUNT= buganini -GH_COMMIT= 092d398 +GH_COMMIT= 75fa7e2 GH_PROJECT= perl-${PORTNAME} +NO_STAGE= yes USES= perl5 USE_PERL5= configure MAN3= bsdconv.3 -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL Modified: head/converters/p5-bsdconv/distinfo ============================================================================== --- head/converters/p5-bsdconv/distinfo Sat Sep 21 15:41:48 2013 (r327827) +++ head/converters/p5-bsdconv/distinfo Sat Sep 21 15:41:53 2013 (r327828) @@ -1,2 +1,2 @@ -SHA256 (buganini-perl-bsdconv-10.0.0-0-g092d398.tar.gz) = 0e53e8643e438022033feb057999d3b81fdcc642bf1a9a8ece99cc4510b2d12f -SIZE (buganini-perl-bsdconv-10.0.0-0-g092d398.tar.gz) = 44041 +SHA256 (buganini-perl-bsdconv-11.1.0-0-g75fa7e2.tar.gz) = a4a8527e7a6a0feedacb234d77da8aa614fe547cf6fdb27a5224b73e61fdc94e +SIZE (buganini-perl-bsdconv-11.1.0-0-g75fa7e2.tar.gz) = 44164 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 15:42:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ACC17BEA; Sat, 21 Sep 2013 15:42:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C301224D3; Sat, 21 Sep 2013 15:42:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LFgC9n096071; Sat, 21 Sep 2013 15:42:12 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LFgCPu096067; Sat, 21 Sep 2013 15:42:12 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211542.r8LFgCPu096067@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 15:42:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327832 - head/chinese/bug5 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.14 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: Sat, 21 Sep 2013 15:42:14 -0000 Author: sunpoet Date: Sat Sep 21 15:42:12 2013 New Revision: 327832 URL: http://svnweb.freebsd.org/changeset/ports/327832 Log: - Update to 1.17 - While I'm here: - Remove leading indefinite article from COMMENT - Convert to new LIB_DEPENDS format Changes: https://github.com/buganini/bug5/commits/master PR: ports/182262 Submitted by: Kuan-Chung Chiu (maintainer) Modified: head/chinese/bug5/Makefile (contents, props changed) head/chinese/bug5/distinfo (contents, props changed) Modified: head/chinese/bug5/Makefile ============================================================================== --- head/chinese/bug5/Makefile Sat Sep 21 15:42:07 2013 (r327831) +++ head/chinese/bug5/Makefile Sat Sep 21 15:42:12 2013 (r327832) @@ -2,24 +2,24 @@ # $FreeBSD$ PORTNAME= bug5 -PORTVERSION= 1.15 +PORTVERSION= 1.17 CATEGORIES= chinese converters DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT} MAINTAINER= buganini@gmail.com -COMMENT= A Big5/GBK <-> UTF-8 translating layer in terminal +COMMENT= Big5/GBK <-> UTF-8 translating layer in terminal LICENSE= BSD -LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv +LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv USE_GITHUB= yes GH_ACCOUNT= buganini -GH_COMMIT= 67beea0 +GH_COMMIT= 992e2d3 MAKE_ARGS= PREFIX=${PREFIX} +NO_STAGE= yes PLIST_FILES= bin/bug5 -NO_STAGE= yes .include Modified: head/chinese/bug5/distinfo ============================================================================== --- head/chinese/bug5/distinfo Sat Sep 21 15:42:07 2013 (r327831) +++ head/chinese/bug5/distinfo Sat Sep 21 15:42:12 2013 (r327832) @@ -1,2 +1,2 @@ -SHA256 (buganini-bug5-1.15-0-g67beea0.tar.gz) = 75075c4720d39aaefaac8b6da08ac2c6afd4b0081834a641b33e333d45c39dc0 -SIZE (buganini-bug5-1.15-0-g67beea0.tar.gz) = 4856 +SHA256 (buganini-bug5-1.17-0-g992e2d3.tar.gz) = b15ac129f3dffea9194658aae0ba442a9fd5dcd58183e4957f2c7e80f4dfb6f1 +SIZE (buganini-bug5-1.17-0-g992e2d3.tar.gz) = 5108 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 15:48:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3A87617F; Sat, 21 Sep 2013 15:48:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 279392528; Sat, 21 Sep 2013 15:48:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LFmpmR098642; Sat, 21 Sep 2013 15:48:51 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LFmoWN098630; Sat, 21 Sep 2013 15:48:50 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309211548.r8LFmoWN098630@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Sep 2013 15:48:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327836 - in head/security/ccsrch: . 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.14 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: Sat, 21 Sep 2013 15:48:51 -0000 Author: sunpoet Date: Sat Sep 21 15:48:50 2013 New Revision: 327836 URL: http://svnweb.freebsd.org/changeset/ports/327836 Log: - Update MAINTAINER address - Convert to new OPTIONS framework - Respect CC - Cleanup compile warnings - Pet portlint - While I'm here, remove LICENSE_FILE for well-known licenses - Use single space after WWW: PR: ports/182158 Submitted by: Pavel Volkov (maintainer) Added: head/security/ccsrch/files/patch-ccsrch.c (contents, props changed) Modified: head/security/ccsrch/Makefile (contents, props changed) head/security/ccsrch/files/patch-Makefile (contents, props changed) head/security/ccsrch/pkg-descr (contents, props changed) Modified: head/security/ccsrch/Makefile ============================================================================== --- head/security/ccsrch/Makefile Sat Sep 21 15:42:24 2013 (r327835) +++ head/security/ccsrch/Makefile Sat Sep 21 15:48:50 2013 (r327836) @@ -8,27 +8,28 @@ MASTER_SITES= http://downloads.sourcefor MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/Version%20${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= pavelivolkov@googlemail.com +MAINTAINER= pavelivolkov@gmail.com COMMENT= Is a tool that searches for credit card numbers (PAN) and track data -FETCH_ARGS= -pRr - LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING + +OPTIONS_DEFINE= DOCS + +FETCH_ARGS= -pRr +NO_STAGE= yes PORTDOCS= README readme.html PLIST_FILES= bin/${PORTNAME} -NO_STAGE= yes -.include +.include do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR}; \ for f in ${PORTDOCS}; do \ ${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \ done .endif -.include +.include Modified: head/security/ccsrch/files/patch-Makefile ============================================================================== --- head/security/ccsrch/files/patch-Makefile Sat Sep 21 15:42:24 2013 (r327835) +++ head/security/ccsrch/files/patch-Makefile Sat Sep 21 15:48:50 2013 (r327836) @@ -1,5 +1,14 @@ ---- Makefile.orig 2010-07-21 17:35:58.000000000 +0400 -+++ Makefile 2010-07-21 17:36:21.000000000 +0400 +--- Makefile.orig 2007-08-30 04:43:27.000000000 +0400 ++++ Makefile 2013-09-16 15:34:28.000000000 +0400 +@@ -21,7 +21,7 @@ + # Makefile for ccsrch + # + +-CC =gcc ++#CC =gcc + # + # for mingw use something like the following + #INCL = -I./ -I/mingw/include @@ -29,8 +29,8 @@ # # for *UNIX* the following tends to work Added: head/security/ccsrch/files/patch-ccsrch.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ccsrch/files/patch-ccsrch.c Sat Sep 21 15:48:50 2013 (r327836) @@ -0,0 +1,92 @@ +--- ccsrch.c.orig 2013-09-16 16:15:41.000000000 +0400 ++++ ccsrch.c 2013-09-16 16:22:57.000000000 +0400 +@@ -567,7 +567,7 @@ + int vnum = 0; + + memset(&num2buf, '\0', 3); +- snprintf(num2buf, 3, "%d%d\0", cardbuf[0], cardbuf[1]); ++ snprintf(num2buf, 3, "%d%d", cardbuf[0], cardbuf[1]); + vnum = atoi(num2buf); + if ((vnum > 50) && (vnum < 56)) + print_result("MASTERCARD", 16, offset); +@@ -580,7 +580,7 @@ + int vnum = 0; + + memset(&num2buf, '\0', 2); +- snprintf(num2buf, 2, "%d\0", cardbuf[0]); ++ snprintf(num2buf, 2, "%d", cardbuf[0]); + vnum = atoi(num2buf); + if (vnum == 4) + print_result("VISA", 16, offset); +@@ -593,7 +593,7 @@ + int vnum = 0; + + memset(&num2buf, '\0', 5); +- snprintf(num2buf, 5, "%d%d%d%d\0", cardbuf[0], cardbuf[1], cardbuf[2], cardbuf[3]); ++ snprintf(num2buf, 5, "%d%d%d%d", cardbuf[0], cardbuf[1], cardbuf[2], cardbuf[3]); + vnum = atoi(num2buf); + if (vnum == 6011) + print_result("DISCOVER", 16, offset); +@@ -605,8 +605,8 @@ + char num2buf[5]; + int vnum = 0; + +- memset(&num2buf, '\0', 2); +- snprintf(num2buf, 5, "%d%d%d%d\0", cardbuf[0], cardbuf[1], cardbuf[2], cardbuf[3]); ++ memset(&num2buf, '\0', 5); ++ snprintf(num2buf, 5, "%d%d%d%d", cardbuf[0], cardbuf[1], cardbuf[2], cardbuf[3]); + vnum = atoi(num2buf); + if ((vnum == 3088) || (vnum == 3096) || (vnum == 3112) || (vnum == 3158) || (vnum == 3337) || (vnum == 3528) || (vnum == 3529)) + print_result("JCB", 16, offset); +@@ -619,7 +619,7 @@ + int vnum = 0; + + memset(&num2buf, '\0', 3); +- snprintf(num2buf, 3, "%d%d\0", cardbuf[0], cardbuf[1]); ++ snprintf(num2buf, 3, "%d%d", cardbuf[0], cardbuf[1]); + vnum = atoi(num2buf); + if ((vnum == 34) || (vnum == 37)) + print_result("AMEX", 15, offset); +@@ -632,7 +632,7 @@ + int vnum = 0; + + memset(&num2buf, '\0', 5); +- snprintf(num2buf, 5, "%d%d%d%d\0", cardbuf[0], cardbuf[1], cardbuf[2], cardbuf[3]); ++ snprintf(num2buf, 5, "%d%d%d%d", cardbuf[0], cardbuf[1], cardbuf[2], cardbuf[3]); + vnum = atoi(num2buf); + if ((vnum == 2014) || (vnum == 2149)) + print_result("ENROUTE", 15, offset); +@@ -645,7 +645,7 @@ + int vnum = 0; + + memset(&num2buf, '\0', 5); +- snprintf(num2buf, 5, "%d%d%d%d\0", cardbuf[0], cardbuf[1], cardbuf[2], cardbuf[3]); ++ snprintf(num2buf, 5, "%d%d%d%d", cardbuf[0], cardbuf[1], cardbuf[2], cardbuf[3]); + vnum = atoi(num2buf); + if ((vnum == 2131) || (vnum == 1800) || (vnum == 3528) || (vnum == 3529)) + print_result("JCB", 15, offset); +@@ -660,9 +660,9 @@ + int vnum2 = 0; + + memset(&num2buf, '\0', 4); +- memset(&num2buf2, '\0', 2); +- snprintf(num2buf, 4, "%d%d%d\0", cardbuf[0], cardbuf[1], cardbuf[2]); +- snprintf(num2buf2, 3, "%d%d\0", cardbuf[0], cardbuf[1]); ++ memset(&num2buf2, '\0', 3); ++ snprintf(num2buf, 4, "%d%d%d", cardbuf[0], cardbuf[1], cardbuf[2]); ++ snprintf(num2buf2, 3, "%d%d", cardbuf[0], cardbuf[1]); + vnum = atoi(num2buf); + vnum2 = atoi(num2buf2); + if (((vnum > 299) && (vnum < 306)) || ((vnum > 379) && (vnum < 389)) || (vnum2 == 36)) +@@ -690,9 +690,9 @@ + int end_time=0; + + end_time=time(NULL); +- fprintf(stdout, "\n\nFiles searched ->\t\t%d\n", file_count); ++ fprintf(stdout, "\n\nFiles searched ->\t\t%ld\n", file_count); + fprintf(stdout, "Search time (seconds) ->\t%d\n", ((int)time(NULL) - init_time)); +- fprintf(stdout, "Credit card matches->\t\t%d\n", total_count); ++ fprintf(stdout, "Credit card matches->\t\t%ld\n", total_count); + if (tracksrch) + fprintf(stdout, "Track data pattern matches->\t%d\n\n", trackdatacount); + fprintf(stdout, "\nLocal end time: %s\n\n", ctime((time_t *)&end_time)); Modified: head/security/ccsrch/pkg-descr ============================================================================== --- head/security/ccsrch/pkg-descr Sat Sep 21 15:42:24 2013 (r327835) +++ head/security/ccsrch/pkg-descr Sat Sep 21 15:48:50 2013 (r327836) @@ -3,4 +3,4 @@ contiguous credit card numbers (PAN) and UNIX operating systems. It will also identify the location of the PAN data in the files and record MAC times. -WWW: http://ccsrch.sourceforge.net/ +WWW: http://ccsrch.sourceforge.net/ From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 17:01:22 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 81AA59E5; Sat, 21 Sep 2013 17:01:22 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E7382A53; Sat, 21 Sep 2013 17:01:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LH1Mfe041175; Sat, 21 Sep 2013 17:01:22 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LH1LG2041172; Sat, 21 Sep 2013 17:01:21 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201309211701.r8LH1LG2041172@svn.freebsd.org> From: Thierry Thomas Date: Sat, 21 Sep 2013 17:01:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327837 - head/www/tt-rss 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.14 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: Sat, 21 Sep 2013 17:01:22 -0000 Author: thierry Date: Sat Sep 21 17:01:21 2013 New Revision: 327837 URL: http://svnweb.freebsd.org/changeset/ports/327837 Log: Upgrade to 1.10. Changelog at . Modified: head/www/tt-rss/Makefile head/www/tt-rss/distinfo head/www/tt-rss/pkg-plist Modified: head/www/tt-rss/Makefile ============================================================================== --- head/www/tt-rss/Makefile Sat Sep 21 15:48:50 2013 (r327836) +++ head/www/tt-rss/Makefile Sat Sep 21 17:01:21 2013 (r327837) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tt-rss -PORTVERSION= 1.9 +PORTVERSION= 1.10 CATEGORIES= www MAINTAINER= thierry@FreeBSD.org @@ -13,9 +13,10 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= gothfox GH_PROJECT= Tiny-Tiny-RSS -GH_COMMIT= 7543f05 +GH_COMMIT= 02b0d14 NO_BUILD= yes +NO_STAGE= yes USE_PHP= ctype dom hash json mbstring pcntl posix session xmlrpc WANT_PHP_WEB= yes @@ -45,7 +46,6 @@ PHP2FIX= config.php-dist update.php upda SCRIPTS= update.php update_daemon2.php -NO_STAGE= yes pre-everything:: @${ECHO_MSG} @${ECHO_MSG} " By default, Tiny Tiny RSS will use MySQL as a back-end;" Modified: head/www/tt-rss/distinfo ============================================================================== --- head/www/tt-rss/distinfo Sat Sep 21 15:48:50 2013 (r327836) +++ head/www/tt-rss/distinfo Sat Sep 21 17:01:21 2013 (r327837) @@ -1,2 +1,2 @@ -SHA256 (tt-rss-1.9.tar.gz) = c2c9f12ecbd024155dc0fefb9bde9ef9180d5cd268a7dce838aee69979f478e5 -SIZE (tt-rss-1.9.tar.gz) = 2412473 +SHA256 (tt-rss-1.10.tar.gz) = d823cabcabf07f51f2446618a9da3691072889e748f61ee890217767fea29f20 +SIZE (tt-rss-1.10.tar.gz) = 2535158 Modified: head/www/tt-rss/pkg-plist ============================================================================== --- head/www/tt-rss/pkg-plist Sat Sep 21 15:48:50 2013 (r327836) +++ head/www/tt-rss/pkg-plist Sat Sep 21 17:01:21 2013 (r327837) @@ -1520,6 +1520,12 @@ %%WWWDIR%%/lib/jshrink/Minifier.php %%WWWDIR%%/lib/jshrink/README.md %%WWWDIR%%/lib/jimIcon.php +%%WWWDIR%%/lib/languagedetect/LanguageDetect.php +%%WWWDIR%%/lib/languagedetect/Text/LanguageDetect/Exception.php +%%WWWDIR%%/lib/languagedetect/Text/LanguageDetect/ISO639.php +%%WWWDIR%%/lib/languagedetect/Text/LanguageDetect/Parser.php +%%WWWDIR%%/lib/languagedetect/data/lang.dat +%%WWWDIR%%/lib/languagedetect/data/unicode_blocks.dat %%WWWDIR%%/lib/otphp/LICENCE %%WWWDIR%%/lib/otphp/lib/hotp.php %%WWWDIR%%/lib/otphp/lib/otp.php @@ -2035,13 +2041,16 @@ %%WWWDIR%%/plugins/af_dilbert/init.php %%WWWDIR%%/plugins/af_explosm/init.php %%WWWDIR%%/plugins/af_gocomics/init.php +%%WWWDIR%%/plugins/af_natgeo/init.php %%WWWDIR%%/plugins/af_pennyarcade/init.php %%WWWDIR%%/plugins/af_redditimgur/init.php +%%WWWDIR%%/plugins/af_sciam/init.php %%WWWDIR%%/plugins/af_unburn/init.php %%WWWDIR%%/plugins/af_whomp/init.php %%WWWDIR%%/plugins/auth_internal/init.php %%WWWDIR%%/plugins/auth_remote/init.php %%WWWDIR%%/plugins/bookmarklets/init.php +%%WWWDIR%%/plugins/cache_starred_images/init.php %%WWWDIR%%/plugins/close_button/button.png %%WWWDIR%%/plugins/close_button/init.php %%WWWDIR%%/plugins/embed_original/button.png @@ -2063,6 +2072,9 @@ %%WWWDIR%%/plugins/mailto/init.php %%WWWDIR%%/plugins/mailto/mail.png %%WWWDIR%%/plugins/mark_button/init.php +%%WWWDIR%%/plugins/no_iframes/init.php +%%WWWDIR%%/plugins/no_title_counters/init.js +%%WWWDIR%%/plugins/no_title_counters/init.php %%WWWDIR%%/plugins/note/init.php %%WWWDIR%%/plugins/note/note.js %%WWWDIR%%/plugins/note/note.png @@ -2073,6 +2085,9 @@ %%WWWDIR%%/plugins/share/share.js %%WWWDIR%%/plugins/share/share.png %%WWWDIR%%/plugins/share/share_prefs.js +%%WWWDIR%%/plugins/shorten_expanded/init.css +%%WWWDIR%%/plugins/shorten_expanded/init.js +%%WWWDIR%%/plugins/shorten_expanded/init.php %%WWWDIR%%/plugins/swap_jk/init.php %%WWWDIR%%/plugins/updater/init.php %%WWWDIR%%/plugins/updater/updater.js @@ -2109,6 +2124,8 @@ %%WWWDIR%%/schema/versions/mysql/12.sql %%WWWDIR%%/schema/versions/mysql/120.sql %%WWWDIR%%/schema/versions/mysql/121.sql +%%WWWDIR%%/schema/versions/mysql/122.sql +%%WWWDIR%%/schema/versions/mysql/123.sql %%WWWDIR%%/schema/versions/mysql/13.sql %%WWWDIR%%/schema/versions/mysql/14.sql %%WWWDIR%%/schema/versions/mysql/15.sql @@ -2228,6 +2245,8 @@ %%WWWDIR%%/schema/versions/pgsql/12.sql %%WWWDIR%%/schema/versions/pgsql/120.sql %%WWWDIR%%/schema/versions/pgsql/121.sql +%%WWWDIR%%/schema/versions/pgsql/122.sql +%%WWWDIR%%/schema/versions/pgsql/123.sql %%WWWDIR%%/schema/versions/pgsql/13.sql %%WWWDIR%%/schema/versions/pgsql/14.sql %%WWWDIR%%/schema/versions/pgsql/15.sql @@ -2350,9 +2369,12 @@ @dirrm %%WWWDIR%%/plugins/vf_shared @dirrm %%WWWDIR%%/plugins/updater @dirrm %%WWWDIR%%/plugins/swap_jk +@dirrm %%WWWDIR%%/plugins/shorten_expanded @dirrm %%WWWDIR%%/plugins/share @dirrm %%WWWDIR%%/plugins/nsfw @dirrm %%WWWDIR%%/plugins/note +@dirrm %%WWWDIR%%/plugins/no_title_counters +@dirrm %%WWWDIR%%/plugins/no_iframes @dirrm %%WWWDIR%%/plugins/mark_button @dirrm %%WWWDIR%%/plugins/mailto @dirrm %%WWWDIR%%/plugins/mail @@ -2362,13 +2384,16 @@ @dirrm %%WWWDIR%%/plugins/googlereaderimport @dirrm %%WWWDIR%%/plugins/embed_original @dirrm %%WWWDIR%%/plugins/close_button +@dirrm %%WWWDIR%%/plugins/cache_starred_images @dirrm %%WWWDIR%%/plugins/bookmarklets @dirrm %%WWWDIR%%/plugins/auth_remote @dirrm %%WWWDIR%%/plugins/auth_internal @dirrm %%WWWDIR%%/plugins/af_whomp @dirrm %%WWWDIR%%/plugins/af_unburn +@dirrm %%WWWDIR%%/plugins/af_sciam @dirrm %%WWWDIR%%/plugins/af_redditimgur @dirrm %%WWWDIR%%/plugins/af_pennyarcade +@dirrm %%WWWDIR%%/plugins/af_natgeo @dirrm %%WWWDIR%%/plugins/af_gocomics @dirrm %%WWWDIR%%/plugins/af_explosm @dirrm %%WWWDIR%%/plugins/af_dilbert @@ -2433,6 +2458,10 @@ @dirrm %%WWWDIR%%/lib/otphp/vendor @dirrm %%WWWDIR%%/lib/otphp/lib @dirrm %%WWWDIR%%/lib/otphp +@dirrm %%WWWDIR%%/lib/languagedetect/data +@dirrm %%WWWDIR%%/lib/languagedetect/Text/LanguageDetect +@dirrm %%WWWDIR%%/lib/languagedetect/Text +@dirrm %%WWWDIR%%/lib/languagedetect @dirrm %%WWWDIR%%/lib/jshrink @dirrm %%WWWDIR%%/lib/gettext @dirrm %%WWWDIR%%/lib/dojo/store/util From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 18:41:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2F753C33; Sat, 21 Sep 2013 18:41:56 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1AC63223C; Sat, 21 Sep 2013 18:41:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LIftoo093591; Sat, 21 Sep 2013 18:41:55 GMT (envelope-from decke@svn.freebsd.org) Received: (from decke@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LIfs3b093580; Sat, 21 Sep 2013 18:41:54 GMT (envelope-from decke@svn.freebsd.org) Message-Id: <201309211841.r8LIfs3b093580@svn.freebsd.org> From: Bernhard Froehlich Date: Sat, 21 Sep 2013 18:41:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327838 - in head/emulators: virtualbox-ose-additions/files virtualbox-ose-kmod/files virtualbox-ose/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.14 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: Sat, 21 Sep 2013 18:41:56 -0000 Author: decke Date: Sat Sep 21 18:41:53 2013 New Revision: 327838 URL: http://svnweb.freebsd.org/changeset/ports/327838 Log: - Fix calls of vm_map_find() after r255426 broke it and added a mmap flag. PR: ports/181971, ports/182121 Submitted by: Lawrence Stewart , Dan McGregor Added: head/emulators/virtualbox-ose-additions/files/patch-src-VBox-Runtime-r0drv-freebsd-alloc-r0drv-freebsd.c (contents, props changed) head/emulators/virtualbox-ose-additions/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd_VM_MAP_FIND.c (contents, props changed) head/emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-alloc-r0drv-freebsd.c (contents, props changed) head/emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd_VM_MAP_FIND.c (contents, props changed) head/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-r0drv-freebsd-alloc-r0drv-freebsd.c (contents, props changed) head/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd_VM_MAP_FIND.c (contents, props changed) Added: head/emulators/virtualbox-ose-additions/files/patch-src-VBox-Runtime-r0drv-freebsd-alloc-r0drv-freebsd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/virtualbox-ose-additions/files/patch-src-VBox-Runtime-r0drv-freebsd-alloc-r0drv-freebsd.c Sat Sep 21 18:41:53 2013 (r327838) @@ -0,0 +1,16 @@ +--- src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c 2013-09-06 06:30:30.000000000 -0600 ++++ src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c 2013-09-18 12:01:45.000000000 -0600 +@@ -79,8 +79,13 @@ + return VERR_NO_EXEC_MEMORY; + + /* Addr contains a start address vm_map_find will start searching for suitable space at. */ ++#if __FreeBSD_version >= 1000055 ++ int rc = vm_map_find(kernel_map, pVmObject, 0, &Addr, ++ cbAllocated, 0, VMFS_ANY_SPACE, VM_PROT_ALL, VM_PROT_ALL, 0); ++#else + int rc = vm_map_find(kernel_map, pVmObject, 0, &Addr, + cbAllocated, TRUE, VM_PROT_ALL, VM_PROT_ALL, 0); ++#endif + if (rc == KERN_SUCCESS) + { + rc = vm_map_wire(kernel_map, Addr, Addr + cbAllocated, Added: head/emulators/virtualbox-ose-additions/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd_VM_MAP_FIND.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/virtualbox-ose-additions/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd_VM_MAP_FIND.c Sat Sep 21 18:41:53 2013 (r327838) @@ -0,0 +1,48 @@ +--- src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c.orig 2013-09-06 12:30:30.000000000 +0000 ++++ src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c 2013-09-21 18:12:53.000000000 +0000 +@@ -286,9 +286,15 @@ + pMemFreeBSD->pObject = vm_object_allocate(OBJT_PHYS, cPages); + + /* No additional object reference for auto-deallocation upon unmapping. */ ++#if __FreeBSD_version >= 1000055 ++ rc = vm_map_find(kernel_map, pMemFreeBSD->pObject, 0, ++ &MapAddress, pMemFreeBSD->Core.cb, 0, VMFS_ANY_SPACE, ++ fExecutable ? VM_PROT_ALL : VM_PROT_RW, VM_PROT_ALL, 0); ++#else + rc = vm_map_find(kernel_map, pMemFreeBSD->pObject, 0, + &MapAddress, pMemFreeBSD->Core.cb, VMFS_ANY_SPACE, + fExecutable ? VM_PROT_ALL : VM_PROT_RW, VM_PROT_ALL, 0); ++#endif + + if (rc == KERN_SUCCESS) + { +@@ -551,6 +557,9 @@ + 0, /* offset */ + &MapAddress, /* addr (IN/OUT) */ + cb, /* length */ ++#if __FreeBSD_version >= 1000055 ++ 0, /* max addr */ ++#endif + pvFixed == (void *)-1 ? VMFS_ANY_SPACE : VMFS_NO_SPACE, + /* find_space */ + VM_PROT_NONE, /* protection */ +@@ -628,6 +637,9 @@ + offSub, /* Start offset in the object */ + &Addr, /* Start address IN/OUT */ + cbSub, /* Size of the mapping */ ++#if __FreeBSD_version >= 1000055 ++ 0, /* Upper bound of mapping */ ++#endif + VMFS_ANY_SPACE, /* Whether a suitable address should be searched for first */ + ProtectionFlags, /* protection flags */ + VM_PROT_ALL, /* Maximum protection flags */ +@@ -704,6 +716,9 @@ + 0, /* Start offset in the object */ + &AddrR3, /* Start address IN/OUT */ + pMemToMap->cb, /* Size of the mapping */ ++#if __FreeBSD_version >= 1000055 ++ 0, /* Upper bound of the mapping */ ++#endif + R3PtrFixed == (RTR3PTR)-1 ? VMFS_ANY_SPACE : VMFS_NO_SPACE, + /* Whether a suitable address should be searched for first */ + ProtectionFlags, /* protection flags */ Added: head/emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-alloc-r0drv-freebsd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-alloc-r0drv-freebsd.c Sat Sep 21 18:41:53 2013 (r327838) @@ -0,0 +1,16 @@ +--- src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c 2013-09-06 06:30:30.000000000 -0600 ++++ src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c 2013-09-18 12:01:45.000000000 -0600 +@@ -79,8 +79,13 @@ + return VERR_NO_EXEC_MEMORY; + + /* Addr contains a start address vm_map_find will start searching for suitable space at. */ ++#if __FreeBSD_version >= 1000055 ++ int rc = vm_map_find(kernel_map, pVmObject, 0, &Addr, ++ cbAllocated, 0, VMFS_ANY_SPACE, VM_PROT_ALL, VM_PROT_ALL, 0); ++#else + int rc = vm_map_find(kernel_map, pVmObject, 0, &Addr, + cbAllocated, TRUE, VM_PROT_ALL, VM_PROT_ALL, 0); ++#endif + if (rc == KERN_SUCCESS) + { + rc = vm_map_wire(kernel_map, Addr, Addr + cbAllocated, Added: head/emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd_VM_MAP_FIND.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd_VM_MAP_FIND.c Sat Sep 21 18:41:53 2013 (r327838) @@ -0,0 +1,48 @@ +--- src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c.orig 2013-09-06 12:30:30.000000000 +0000 ++++ src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c 2013-09-21 18:12:53.000000000 +0000 +@@ -286,9 +286,15 @@ + pMemFreeBSD->pObject = vm_object_allocate(OBJT_PHYS, cPages); + + /* No additional object reference for auto-deallocation upon unmapping. */ ++#if __FreeBSD_version >= 1000055 ++ rc = vm_map_find(kernel_map, pMemFreeBSD->pObject, 0, ++ &MapAddress, pMemFreeBSD->Core.cb, 0, VMFS_ANY_SPACE, ++ fExecutable ? VM_PROT_ALL : VM_PROT_RW, VM_PROT_ALL, 0); ++#else + rc = vm_map_find(kernel_map, pMemFreeBSD->pObject, 0, + &MapAddress, pMemFreeBSD->Core.cb, VMFS_ANY_SPACE, + fExecutable ? VM_PROT_ALL : VM_PROT_RW, VM_PROT_ALL, 0); ++#endif + + if (rc == KERN_SUCCESS) + { +@@ -551,6 +557,9 @@ + 0, /* offset */ + &MapAddress, /* addr (IN/OUT) */ + cb, /* length */ ++#if __FreeBSD_version >= 1000055 ++ 0, /* max addr */ ++#endif + pvFixed == (void *)-1 ? VMFS_ANY_SPACE : VMFS_NO_SPACE, + /* find_space */ + VM_PROT_NONE, /* protection */ +@@ -628,6 +637,9 @@ + offSub, /* Start offset in the object */ + &Addr, /* Start address IN/OUT */ + cbSub, /* Size of the mapping */ ++#if __FreeBSD_version >= 1000055 ++ 0, /* Upper bound of mapping */ ++#endif + VMFS_ANY_SPACE, /* Whether a suitable address should be searched for first */ + ProtectionFlags, /* protection flags */ + VM_PROT_ALL, /* Maximum protection flags */ +@@ -704,6 +716,9 @@ + 0, /* Start offset in the object */ + &AddrR3, /* Start address IN/OUT */ + pMemToMap->cb, /* Size of the mapping */ ++#if __FreeBSD_version >= 1000055 ++ 0, /* Upper bound of the mapping */ ++#endif + R3PtrFixed == (RTR3PTR)-1 ? VMFS_ANY_SPACE : VMFS_NO_SPACE, + /* Whether a suitable address should be searched for first */ + ProtectionFlags, /* protection flags */ Added: head/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-r0drv-freebsd-alloc-r0drv-freebsd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-r0drv-freebsd-alloc-r0drv-freebsd.c Sat Sep 21 18:41:53 2013 (r327838) @@ -0,0 +1,16 @@ +--- src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c 2013-09-06 06:30:30.000000000 -0600 ++++ src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c 2013-09-18 12:01:45.000000000 -0600 +@@ -79,8 +79,13 @@ + return VERR_NO_EXEC_MEMORY; + + /* Addr contains a start address vm_map_find will start searching for suitable space at. */ ++#if __FreeBSD_version >= 1000055 ++ int rc = vm_map_find(kernel_map, pVmObject, 0, &Addr, ++ cbAllocated, 0, VMFS_ANY_SPACE, VM_PROT_ALL, VM_PROT_ALL, 0); ++#else + int rc = vm_map_find(kernel_map, pVmObject, 0, &Addr, + cbAllocated, TRUE, VM_PROT_ALL, VM_PROT_ALL, 0); ++#endif + if (rc == KERN_SUCCESS) + { + rc = vm_map_wire(kernel_map, Addr, Addr + cbAllocated, Added: head/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd_VM_MAP_FIND.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd_VM_MAP_FIND.c Sat Sep 21 18:41:53 2013 (r327838) @@ -0,0 +1,48 @@ +--- src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c.orig 2013-09-06 12:30:30.000000000 +0000 ++++ src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c 2013-09-21 18:12:53.000000000 +0000 +@@ -286,9 +286,15 @@ + pMemFreeBSD->pObject = vm_object_allocate(OBJT_PHYS, cPages); + + /* No additional object reference for auto-deallocation upon unmapping. */ ++#if __FreeBSD_version >= 1000055 ++ rc = vm_map_find(kernel_map, pMemFreeBSD->pObject, 0, ++ &MapAddress, pMemFreeBSD->Core.cb, 0, VMFS_ANY_SPACE, ++ fExecutable ? VM_PROT_ALL : VM_PROT_RW, VM_PROT_ALL, 0); ++#else + rc = vm_map_find(kernel_map, pMemFreeBSD->pObject, 0, + &MapAddress, pMemFreeBSD->Core.cb, VMFS_ANY_SPACE, + fExecutable ? VM_PROT_ALL : VM_PROT_RW, VM_PROT_ALL, 0); ++#endif + + if (rc == KERN_SUCCESS) + { +@@ -551,6 +557,9 @@ + 0, /* offset */ + &MapAddress, /* addr (IN/OUT) */ + cb, /* length */ ++#if __FreeBSD_version >= 1000055 ++ 0, /* max addr */ ++#endif + pvFixed == (void *)-1 ? VMFS_ANY_SPACE : VMFS_NO_SPACE, + /* find_space */ + VM_PROT_NONE, /* protection */ +@@ -628,6 +637,9 @@ + offSub, /* Start offset in the object */ + &Addr, /* Start address IN/OUT */ + cbSub, /* Size of the mapping */ ++#if __FreeBSD_version >= 1000055 ++ 0, /* Upper bound of mapping */ ++#endif + VMFS_ANY_SPACE, /* Whether a suitable address should be searched for first */ + ProtectionFlags, /* protection flags */ + VM_PROT_ALL, /* Maximum protection flags */ +@@ -704,6 +716,9 @@ + 0, /* Start offset in the object */ + &AddrR3, /* Start address IN/OUT */ + pMemToMap->cb, /* Size of the mapping */ ++#if __FreeBSD_version >= 1000055 ++ 0, /* Upper bound of the mapping */ ++#endif + R3PtrFixed == (RTR3PTR)-1 ? VMFS_ANY_SPACE : VMFS_NO_SPACE, + /* Whether a suitable address should be searched for first */ + ProtectionFlags, /* protection flags */ From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 19:50:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D183E8F3; Sat, 21 Sep 2013 19:50:03 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF0E7256C; Sat, 21 Sep 2013 19:50:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LJo3f2027904; Sat, 21 Sep 2013 19:50:03 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LJo37H027901; Sat, 21 Sep 2013 19:50:03 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201309211950.r8LJo37H027901@svn.freebsd.org> From: Martin Matuska Date: Sat, 21 Sep 2013 19:50:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327839 - head/devel/pear-phing 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.14 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: Sat, 21 Sep 2013 19:50:03 -0000 Author: mm Date: Sat Sep 21 19:50:03 2013 New Revision: 327839 URL: http://svnweb.freebsd.org/changeset/ports/327839 Log: Update phing to 2.6.1 Modified: head/devel/pear-phing/Makefile head/devel/pear-phing/distinfo Modified: head/devel/pear-phing/Makefile ============================================================================== --- head/devel/pear-phing/Makefile Sat Sep 21 18:41:53 2013 (r327838) +++ head/devel/pear-phing/Makefile Sat Sep 21 19:50:03 2013 (r327839) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phing -PORTVERSION= 2.5.0 +PORTVERSION= 2.6.1 CATEGORIES= devel pear MASTER_SITES= http://pear.phing.info/get/ PKGNAMEPREFIX= pear- Modified: head/devel/pear-phing/distinfo ============================================================================== --- head/devel/pear-phing/distinfo Sat Sep 21 18:41:53 2013 (r327838) +++ head/devel/pear-phing/distinfo Sat Sep 21 19:50:03 2013 (r327839) @@ -1,2 +1,2 @@ -SHA256 (PEAR/phing-2.5.0.tgz) = 122fece2796f43892c56e56b15e56d2c966f40a270a21d1f7bfaabe1d32a85a4 -SIZE (PEAR/phing-2.5.0.tgz) = 473656 +SHA256 (PEAR/phing-2.6.1.tgz) = 6437e74d969800d2e9bcb3da247cb1b9dc3c65055e519b8d1735d90ff80e9910 +SIZE (PEAR/phing-2.6.1.tgz) = 481484 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 20:20:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E34B5527; Sat, 21 Sep 2013 20:20:08 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D0E7226EF; Sat, 21 Sep 2013 20:20:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LKK81e044258; Sat, 21 Sep 2013 20:20:08 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LKK8ip044256; Sat, 21 Sep 2013 20:20:08 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201309212020.r8LKK8ip044256@svn.freebsd.org> From: Carlo Strub Date: Sat, 21 Sep 2013 20:20:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327840 - head/net/py-eventlet 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.14 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: Sat, 21 Sep 2013 20:20:09 -0000 Author: cs Date: Sat Sep 21 20:20:08 2013 New Revision: 327840 URL: http://svnweb.freebsd.org/changeset/ports/327840 Log: Update to 0.14.0 Modified: head/net/py-eventlet/Makefile head/net/py-eventlet/distinfo Modified: head/net/py-eventlet/Makefile ============================================================================== --- head/net/py-eventlet/Makefile Sat Sep 21 19:50:03 2013 (r327839) +++ head/net/py-eventlet/Makefile Sat Sep 21 20:20:08 2013 (r327840) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eventlet -PORTVERSION= 0.13.0 +PORTVERSION= 0.14.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP \ http://www.c-s.li/ports/ Modified: head/net/py-eventlet/distinfo ============================================================================== --- head/net/py-eventlet/distinfo Sat Sep 21 19:50:03 2013 (r327839) +++ head/net/py-eventlet/distinfo Sat Sep 21 20:20:08 2013 (r327840) @@ -1,2 +1,2 @@ -SHA256 (eventlet-0.13.0.tar.gz) = d98118f01c064a6d256a264d4b939b2c6ad0814875c3b37859306c6ed1b4982c -SIZE (eventlet-0.13.0.tar.gz) = 276599 +SHA256 (eventlet-0.14.0.tar.gz) = 07937754fcaf9a21995a5973a4b5ef367d5ad534366a876d5da958d8cfd6415d +SIZE (eventlet-0.14.0.tar.gz) = 279870 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 20:39:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 39E1D6CF; Sat, 21 Sep 2013 20:39:38 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2754A2783; Sat, 21 Sep 2013 20:39:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LKdc5m054273; Sat, 21 Sep 2013 20:39:38 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LKdbuC054267; Sat, 21 Sep 2013 20:39:37 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201309212039.r8LKdbuC054267@svn.freebsd.org> From: Carlo Strub Date: Sat, 21 Sep 2013 20:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327841 - head/security/py-pyptlib 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.14 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: Sat, 21 Sep 2013 20:39:38 -0000 Author: cs Date: Sat Sep 21 20:39:37 2013 New Revision: 327841 URL: http://svnweb.freebsd.org/changeset/ports/327841 Log: Update to 0.0.4 Modified: head/security/py-pyptlib/Makefile head/security/py-pyptlib/distinfo head/security/py-pyptlib/pkg-descr Modified: head/security/py-pyptlib/Makefile ============================================================================== --- head/security/py-pyptlib/Makefile Sat Sep 21 20:20:08 2013 (r327840) +++ head/security/py-pyptlib/Makefile Sat Sep 21 20:39:37 2013 (r327841) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyptlib -PORTVERSION= 0.0.3 +PORTVERSION= 0.0.4 CATEGORIES= security net python MASTER_SITES= http://www.c-s.li/ports/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-pyptlib/distinfo ============================================================================== --- head/security/py-pyptlib/distinfo Sat Sep 21 20:20:08 2013 (r327840) +++ head/security/py-pyptlib/distinfo Sat Sep 21 20:39:37 2013 (r327841) @@ -1,2 +1,2 @@ -SHA256 (pyptlib-0.0.3.tar.gz) = 6a31a72429f0a0c92c838d11bf7ae27c9f7a03a3502bfa4cf10d37fb4ec002df -SIZE (pyptlib-0.0.3.tar.gz) = 16299 +SHA256 (pyptlib-0.0.4.tar.gz) = a77ad01dbf64826d2ec31781b3e5127eb00d4d0b1235755673f9f927ab5ec291 +SIZE (pyptlib-0.0.4.tar.gz) = 22386 Modified: head/security/py-pyptlib/pkg-descr ============================================================================== --- head/security/py-pyptlib/pkg-descr Sat Sep 21 20:20:08 2013 (r327840) +++ head/security/py-pyptlib/pkg-descr Sat Sep 21 20:39:37 2013 (r327841) @@ -1,4 +1,4 @@ -pyptlib is a little Python library which understands the `pluggable transport +pyptlib is a little Python library which understands the pluggable transport managed-proxy protocol WWW: https://gitweb.torproject.org/pluggable-transports/pyptlib.git From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 21:31:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F1ED37A2; Sat, 21 Sep 2013 21:31:56 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DF40C29BE; Sat, 21 Sep 2013 21:31:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LLVufB083040; Sat, 21 Sep 2013 21:31:56 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LLVuaX083039; Sat, 21 Sep 2013 21:31:56 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309212131.r8LLVuaX083039@svn.freebsd.org> From: Bryan Drewery Date: Sat, 21 Sep 2013 21:31:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327842 - head 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.14 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: Sat, 21 Sep 2013 21:31:57 -0000 Author: bdrewery Date: Sat Sep 21 21:31:56 2013 New Revision: 327842 URL: http://svnweb.freebsd.org/changeset/ports/327842 Log: - Recommend only enabling WITH_SSP for /usr/ports as it will break with /usr/src 'make installworld' due to some of those Makefiles having WITHOUT_SSP hardcoded in them, causing an error that both can't be defined. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Sep 21 20:39:37 2013 (r327841) +++ head/UPDATING Sat Sep 21 21:31:56 2013 (r327842) @@ -28,6 +28,10 @@ you update your ports collection, before Optional Stack Protector [1] support has been added with the WITH_SSP knob. + .if !empty(.CURDIR:M/usr/ports*) + WITH_SSP= yes + .endif + This currently is only supported on FreeBSD 10 amd64/i386 and earlier releases on amd64 only. From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 22:23:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D51A3B28; Sat, 21 Sep 2013 22:23:55 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AD3992BFA; Sat, 21 Sep 2013 22:23:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LMNtRI013938; Sat, 21 Sep 2013 22:23:55 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LMNtcc013934; Sat, 21 Sep 2013 22:23:55 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201309212223.r8LMNtcc013934@svn.freebsd.org> From: Carlo Strub Date: Sat, 21 Sep 2013 22:23:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327843 - head/security/obfsproxy 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.14 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: Sat, 21 Sep 2013 22:23:56 -0000 Author: cs Date: Sat Sep 21 22:23:54 2013 New Revision: 327843 URL: http://svnweb.freebsd.org/changeset/ports/327843 Log: Update to 0.2.3 Modified: head/security/obfsproxy/Makefile head/security/obfsproxy/distinfo head/security/obfsproxy/pkg-plist Modified: head/security/obfsproxy/Makefile ============================================================================== --- head/security/obfsproxy/Makefile Sat Sep 21 21:31:56 2013 (r327842) +++ head/security/obfsproxy/Makefile Sat Sep 21 22:23:54 2013 (r327843) @@ -2,23 +2,20 @@ # $FreeBSD$ PORTNAME= obfsproxy -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 PORTEPOCH= 1 CATEGORIES= security net python -MASTER_SITES= http://www.c-s.li/ports/ \ - http://schema.filez.com/distfiles/ -DISTNAME= obfsproxy-${PORTVERSION}-${GIT_COMMIT} +MASTER_SITES= http://www.c-s.li/ports/ MAINTAINER= cs@FreeBSD.org COMMENT= Pluggable transport proxy LICENSE= BSD -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0:${PORTSDIR}/security/py-pyptlib \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.4:${PORTSDIR}/security/py-pyptlib \ ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:${PORTSDIR}/security/py-pycrypto -GIT_COMMIT= ba6098 USE_PYTHON= yes USE_TWISTED= yes USE_PYDISTUTILS=easy_install @@ -26,10 +23,6 @@ SUB_FILES= pkg-message PYDISTUTILS_PKGNAME=obfsproxy NO_STAGE= yes -post-extract: - ${MV} ${WRKDIR}/${DISTNAME} ${WRKDIR}/obfsproxy-${PORTVERSION} - -WRKSRC=${WRKDIR}/obfsproxy-${PORTVERSION} post-install: ${CAT} ${PKGMESSAGE} Modified: head/security/obfsproxy/distinfo ============================================================================== --- head/security/obfsproxy/distinfo Sat Sep 21 21:31:56 2013 (r327842) +++ head/security/obfsproxy/distinfo Sat Sep 21 22:23:54 2013 (r327843) @@ -1,2 +1,2 @@ -SHA256 (obfsproxy-0.2.2-ba6098.tar.gz) = 6d529fd983efd8e2f41a5ca491622a2e2c0c0a805361917f7ccc65dd3a19d8c6 -SIZE (obfsproxy-0.2.2-ba6098.tar.gz) = 61711 +SHA256 (obfsproxy-0.2.3.tar.gz) = a750e04b4448de74a02cfec7f51d7853785c1f423d5229cb83c204d5f9c455cf +SIZE (obfsproxy-0.2.3.tar.gz) = 52512 Modified: head/security/obfsproxy/pkg-plist ============================================================================== --- head/security/obfsproxy/pkg-plist Sat Sep 21 21:31:56 2013 (r327842) +++ head/security/obfsproxy/pkg-plist Sat Sep 21 22:23:54 2013 (r327843) @@ -18,6 +18,9 @@ bin/obfsproxy %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obfsproxy/common/aes.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obfsproxy/common/aes.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obfsproxy/common/aes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obfsproxy/common/argparser.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obfsproxy/common/argparser.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obfsproxy/common/argparser.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obfsproxy/common/heartbeat.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obfsproxy/common/heartbeat.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obfsproxy/common/heartbeat.pyo From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 23:47:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 31EB0155; Sat, 21 Sep 2013 23:47:07 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4FCB42F3D; Sat, 21 Sep 2013 23:47:06 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id t61so1815090wes.30 for ; Sat, 21 Sep 2013 16:47: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:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=fdsUT+GZIesUl9ZO58HY0DR2iGXcAMKkHx9hSqe3wng=; b=Y1FvuflfvPDS+m3rQZD/cQqsPckTInoNiPN9mzH1pHMK519oHusXXhSFNxeVunJS44 8cXSmFvbiMpeJZeRDbxN6qaRhJnNa90jMV2ydtuc5z1Seh3GMnifZ62BG791kSEcOKGj M7FkfhLr0XKvRZ7cTUT7MsBsvk8c4NVnP3yq7T2e1X05lvWM628JeRWdNjpDSzpNAepx zbQ/OeHhOiPPZPz2DUnu52QtSdGTJlcy5/1k1TkiHA49TYrZtb+qN7RSR8Sl3BF255v1 U659S5vBvl1dF+ZsSwrB96H5KkSTo8fm/n+e35gqVs1fO2uRzNXMNMhvHniZbSOx509w A8gw== X-Received: by 10.194.109.68 with SMTP id hq4mr11481820wjb.12.1379807224727; Sat, 21 Sep 2013 16:47:04 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id i8sm15205434wiy.6.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 21 Sep 2013 16:47:03 -0700 (PDT) Sender: Baptiste Daroussin Date: Sun, 22 Sep 2013 01:47:01 +0200 From: Baptiste Daroussin To: Bryan Drewery Subject: Re: svn commit: r327842 - head Message-ID: <20130921234701.GS73535@ithaqua.etoilebsd.net> References: <201309212131.r8LLVuaX083039@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jTlsQtO0VwrbBARu" Content-Disposition: inline In-Reply-To: <201309212131.r8LLVuaX083039@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 21 Sep 2013 23:47:07 -0000 --jTlsQtO0VwrbBARu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 21, 2013 at 09:31:56PM +0000, Bryan Drewery wrote: > Author: bdrewery > Date: Sat Sep 21 21:31:56 2013 > New Revision: 327842 > URL: http://svnweb.freebsd.org/changeset/ports/327842 >=20 > Log: > - Recommend only enabling WITH_SSP for /usr/ports as it will > break with /usr/src 'make installworld' due to some of those > Makefiles having WITHOUT_SSP hardcoded in them, causing an error > that both can't be defined. It would probably be a good idea while it is still fresh to rename WITH_SSP= to PORTS_SSP or something like this to avoid collision? regards, Bapt --jTlsQtO0VwrbBARu Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlI+L/UACgkQ8kTtMUmk6ExnbACePEBo0NR3tLRAZEw/Nc0CpUnH UswAni8IDBSzSagMzT4qOdv+SVzj+pTz =wDwh -----END PGP SIGNATURE----- --jTlsQtO0VwrbBARu--