From owner-svn-ports-head@FreeBSD.ORG Tue May 26 04:33:09 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 C6F8C13F; Tue, 26 May 2015 04:33:09 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B748E8E; Tue, 26 May 2015 04:33:09 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4Q4X9LC089193; Tue, 26 May 2015 04:33:09 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4Q4X9hA089192; Tue, 26 May 2015 04:33:09 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201505260433.t4Q4X9hA089192@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Tue, 26 May 2015 04:33:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387457 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 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, 26 May 2015 04:33:09 -0000 Author: dbn Date: Tue May 26 04:33:08 2015 New Revision: 387457 URL: https://svnweb.freebsd.org/changeset/ports/387457 Log: emulators/i386-wine-devel: fix COMPHOLIO->STAGING rename issue Changes: a) Rename plist substitution for STAGING [1]. b) Rename extracted files for staging. Impact: a) Unbreak packaging for i386-wine-devel b) Unbreak extraction for i386-wine-staging PR: 200443 [1] Modified: head/emulators/i386-wine-devel/Makefile.inc Modified: head/emulators/i386-wine-devel/Makefile.inc ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Tue May 26 02:26:46 2015 (r387456) +++ head/emulators/i386-wine-devel/Makefile.inc Tue May 26 04:33:08 2015 (r387457) @@ -29,7 +29,8 @@ CONFLICTS_INSTALL?= wine-[0-9]* wine EXTRACT_AFTER_ARGS= -C / --exclude +COMPACT_MANIFEST --exclude +MANIFEST \ --exclude +MTREE_DIRS --exclude share/licenses/'*' \ --exclude libdata/ldconfig32/${UNIQUENAME} \ - -s '|/usr/local|${STAGEDIR}${PREFIX}|gs' + -s '|/usr/local|${STAGEDIR}${PREFIX}|gs' \ + -s '|compholio|staging|gs' NO_BUILD= yes ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= wine only runs on x86 architecture @@ -60,15 +61,15 @@ BROKEN= Temporary fix for compholio->st PLIST_SUB+= OSREL${osrel}="" .if ${PKGNAMESUFFIX} == -devel PLIST_SUB+= OSREL${osrel}-DEVEL="" -PLIST_SUB+= OSREL${osrel}-COMPHOLIO="@comment " +PLIST_SUB+= OSREL${osrel}-STAGING="@comment " .else PLIST_SUB+= OSREL${osrel}-DEVEL="@comment " -PLIST_SUB+= OSREL${osrel}-COMPHOLIO="" +PLIST_SUB+= OSREL${osrel}-STAGING="" .endif .else PLIST_SUB+= OSREL${osrel}="@comment " PLIST_SUB+= OSREL${osrel}-DEVEL="@comment " -PLIST_SUB+= OSREL${osrel}-COMPHOLIO="@comment " +PLIST_SUB+= OSREL${osrel}-STAGING="@comment " .endif .endfor @@ -80,7 +81,7 @@ DISTFILES= do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} - ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} -C ${WRKDIR} --include '/usr/local/share/licenses/${PKGNAME}/LICENSE' -s '|/usr/local/share/licenses/${PKGNAME}/||g' + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} -C ${WRKDIR} --include '/usr/local/share/licenses/${DISTNAME}/LICENSE' -s '|/usr/local/share/licenses/${DISTNAME}/||g' -s '|compholio|staging|gs' do-install: ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS}