From owner-svn-ports-head@FreeBSD.ORG Tue Feb 3 14:51:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FA2B8D4; Tue, 3 Feb 2015 14:51:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1148D944; Tue, 3 Feb 2015 14:51:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13Ep4Kx090058; Tue, 3 Feb 2015 14:51:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13Ep4vl090056; Tue, 3 Feb 2015 14:51:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502031451.t13Ep4vl090056@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 3 Feb 2015 14:51:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378354 - in head/net-im: skype skype-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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 14:51:05 -0000 Author: amdmi3 Date: Tue Feb 3 14:51:03 2015 New Revision: 378354 URL: https://svnweb.freebsd.org/changeset/ports/378354 QAT: https://qat.redports.org/buildarchive/r378354/ Log: - Remove always false OSVERSION conditions - Fix whitespace - Don't cat pkgmessage from Makefile Modified: head/net-im/skype-devel/Makefile head/net-im/skype/Makefile Modified: head/net-im/skype-devel/Makefile ============================================================================== --- head/net-im/skype-devel/Makefile Tue Feb 3 14:50:55 2015 (r378353) +++ head/net-im/skype-devel/Makefile Tue Feb 3 14:51:03 2015 (r378354) @@ -24,7 +24,7 @@ CONFLICTS= skype-1* skype-2.0* skype-2.1 NO_BUILD= yes -USES= tar:bzip2 +USES= tar:bzip2 USE_LINUX= yes USE_LINUX_APPS+=alsalib alsa-plugins-oss expat fontconfig libasyncns \ libsigcpp20 @@ -54,27 +54,6 @@ SUB_LIST+= VIDEO="LD_PRELOAD=/usr/lib/li SUB_LIST+= VIDEO="" .endif -### FIX ME, once they get bumped: -# for 7: 704102 -# for 8: 802504 -# for HEAD: 900037 -# we need src/sys/dev/sound/pcm/dsp.c r221388 -IGNORE_MSG= needs sys/dev/sound/pcm/dsp.c r221388 (and other changes).\ - Please update your system post -.if ${OSVERSION} < 704102 -OUTDATED= true -IGNORE_MSG+= r221584 / Sat May 7 09:33:37 2011 UTC -.elif (${OSVERSION} > 800000 && ${OSVERSION} < 802503) -OUTDATED= true -IGNORE_MSG+= r221583 / Sat May 7 09:26:11 2011 UTC -.elif (${OSVERSION} > 900000 && ${OSVERSION} < 900036) -OUTDATED= true -IGNORE_MSG+= r221388 / Tue May 3 15:50:22 2011 UTC -.endif -.ifdef OUTDATED -IGNORE= ${IGNORE_MSG} -.endif - do-install: @${INSTALL} -d ${STAGEDIR}${PREFIX}/share/applications @${INSTALL_DATA} ${WRKSRC}/skype.desktop ${STAGEDIR}${PREFIX}/share/applications/ @@ -92,6 +71,5 @@ do-install: @${INSTALL} -d ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif - @${CAT} ${PKGMESSAGE} .include Modified: head/net-im/skype/Makefile ============================================================================== --- head/net-im/skype/Makefile Tue Feb 3 14:50:55 2015 (r378353) +++ head/net-im/skype/Makefile Tue Feb 3 14:51:03 2015 (r378354) @@ -34,7 +34,6 @@ PLIST_SUB+= SKYPEDIR=${SKYPEDIR} SUB_FILES= skype.sh SUB_LIST+= SKYPEDIR=${SKYPEDIR} -.include .include .if ${PORT_OPTIONS:MNVIDIA_GL} @@ -52,27 +51,6 @@ SUB_LIST+= VIDEO="LD_PRELOAD=/usr/lib/li SUB_LIST+= VIDEO="" .endif -### FIX ME, once they get bumped: -# for 7: 704102 -# for 8: 802504 -# for HEAD: 900037 -# we need src/sys/dev/sound/pcm/dsp.c r221388 -IGNORE_MSG= needs sys/dev/sound/pcm/dsp.c r221388 (and other changes).\ - Please update your system post -.if ${OSVERSION} < 704102 -OUTDATED= true -IGNORE_MSG+= r221584 / Sat May 7 09:33:37 2011 UTC -.elif (${OSVERSION} > 800000 && ${OSVERSION} < 802503) -OUTDATED= true -IGNORE_MSG+= r221583 / Sat May 7 09:26:11 2011 UTC -.elif (${OSVERSION} > 900000 && ${OSVERSION} < 900036) -OUTDATED= true -IGNORE_MSG+= r221388 / Tue May 3 15:50:22 2011 UTC -.endif -.ifdef OUTDATED -IGNORE= ${IGNORE_MSG} -.endif - do-install: @${INSTALL} -d ${STAGEDIR}${PREFIX}/share/applications @${INSTALL_DATA} ${WRKSRC}/skype.desktop ${STAGEDIR}${PREFIX}/share/applications/