From owner-svn-ports-all@FreeBSD.ORG Wed Jul 9 06:48:44 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E24AB27; Wed, 9 Jul 2014 06:48:44 +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 0368B287B; Wed, 9 Jul 2014 06:48:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s696mhvH018705; Wed, 9 Jul 2014 06:48:43 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s696mh9a018700; Wed, 9 Jul 2014 06:48:43 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201407090648.s696mh9a018700@svn.freebsd.org> From: John Marino Date: Wed, 9 Jul 2014 06:48:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361338 - head/games/atomix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: 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, 09 Jul 2014 06:48:44 -0000 Author: marino Date: Wed Jul 9 06:48:43 2014 New Revision: 361338 URL: http://svnweb.freebsd.org/changeset/ports/361338 QAT: https://qat.redports.org/buildarchive/r361338/ Log: games/atomix: never-ending stage, take 3 Newer poudriere (read: current FreeBSD version) has an additional plist check that atomix failed. It turns out that the original port moved the atomix.scores creation to the pkg-install script, but it never surpressed the original Makefile code that created it. In effect, the original Makefile was creating the file and the pkg-install script wasn't doing much of anything. This caused the signature to be confusing. The solution is simple: Surpress the vendor makefile target that creates atomix.scores and let pkg-install create it as intended. Diagnosis by: bdrewery Modified: head/games/atomix/Makefile head/games/atomix/pkg-plist Modified: head/games/atomix/Makefile ============================================================================== --- head/games/atomix/Makefile Wed Jul 9 06:14:32 2014 (r361337) +++ head/games/atomix/Makefile Wed Jul 9 06:48:43 2014 (r361338) @@ -1,10 +1,9 @@ # Created by: Yukihiro Nakai # $FreeBSD$ -# $MCom: ports/games/atomix/Makefile,v 1.14 2007/09/10 05:39:33 mezz Exp $ PORTNAME= atomix PORTVERSION= 2.14.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -19,7 +18,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lm post-patch: - @${REINPLACE_CMD} -e 's/games\.games/games:games/' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's| install-data-local | |g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^$$/d' ${WRKSRC}/po/POTFILES.in .include Modified: head/games/atomix/pkg-plist ============================================================================== --- head/games/atomix/pkg-plist Wed Jul 9 06:14:32 2014 (r361337) +++ head/games/atomix/pkg-plist Wed Jul 9 06:48:43 2014 (r361338) @@ -122,7 +122,6 @@ share/locale/wa/LC_MESSAGES/atomix.mo share/locale/zh_CN/LC_MESSAGES/atomix.mo share/locale/zh_HK/LC_MESSAGES/atomix.mo share/locale/zh_TW/LC_MESSAGES/atomix.mo -@dirrmtry share/games @dirrm share/atomix/themes/default @dirrm share/atomix/themes @dirrm share/atomix/level