From owner-svn-ports-all@FreeBSD.ORG Tue Dec 9 15:55:41 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D1FAB6C; Tue, 9 Dec 2014 15:55:41 +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 27A4B7C8; Tue, 9 Dec 2014 15:55:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB9Ftf97039004; Tue, 9 Dec 2014 15:55:41 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB9Fterk039003; Tue, 9 Dec 2014 15:55:41 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201412091555.sB9Fterk039003@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 9 Dec 2014 15:55:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374402 - head/devel/pygobject3-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.18-1 Precedence: 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, 09 Dec 2014 15:55:41 -0000 Author: kwm Date: Tue Dec 9 15:55:40 2014 New Revision: 374402 URL: https://svnweb.freebsd.org/changeset/ports/374402 QAT: https://qat.redports.org/buildarchive/r374402/ Log: Restore the UNAME_M fix which was accidently reverted in the gnome3 import. This fixes the build on architechtures where MACHINE and MACHINE_ARCH to differ. But put it in the -common port so it shared between both versions of py-gobject3. [1] Work around python plist issue [2] PR: 188856 [1], 195342 [2], 195738 [2], 195748 [2] Sumbitted by: sbruno [1], mva[2] Modified: head/devel/pygobject3-common/Makefile Modified: head/devel/pygobject3-common/Makefile ============================================================================== --- head/devel/pygobject3-common/Makefile Tue Dec 9 15:17:54 2014 (r374401) +++ head/devel/pygobject3-common/Makefile Tue Dec 9 15:55:40 2014 (r374402) @@ -30,7 +30,10 @@ CONFLICTS= py*-gtk-0* py*-gobject-2.*.[0 py*-gobject-2.*.6_1 PLIST_SUB= ARCH=${ARCH} UNAME_R=${UNAME_R} VERSION=${PORTVERSION} \ - OPSYS=${OPSYS:tl} + OPSYS=${OPSYS:tl} UNAME_M=${UNAME_M} + +# Override PYTHON_VERSION from DEPENDS_ARGS +MAKE_ARGS= PYTHON_VERSION=${PYTHON_VER} .if ${SLAVE_PORT} == no BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo @@ -70,5 +73,6 @@ post-install: .include UNAME_R!= ${UNAME} -r +UNAME_M!= ${UNAME} -m .include