From owner-svn-ports-head@freebsd.org Fri Sep 23 09:01:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D53CBBE6672; Fri, 23 Sep 2016 09:01:31 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A78DCCA2; Fri, 23 Sep 2016 09:01:31 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8N91UcN064626; Fri, 23 Sep 2016 09:01:30 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8N91UlB064625; Fri, 23 Sep 2016 09:01:30 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201609230901.u8N91UlB064625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 23 Sep 2016 09:01:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422657 - head/x11-toolkits/py-wxPython30 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.23 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: Fri, 23 Sep 2016 09:01:31 -0000 Author: rm Date: Fri Sep 23 09:01:30 2016 New Revision: 422657 URL: https://svnweb.freebsd.org/changeset/ports/422657 Log: x11-toolkits/py-wxPython30: install header files These headers are required to build some ports. PR: 211310 Reported by: yuan.mei@gmail.com With hat: python Modified: head/x11-toolkits/py-wxPython30/Makefile Modified: head/x11-toolkits/py-wxPython30/Makefile ============================================================================== --- head/x11-toolkits/py-wxPython30/Makefile Fri Sep 23 08:41:28 2016 (r422656) +++ head/x11-toolkits/py-wxPython30/Makefile Fri Sep 23 09:01:30 2016 (r422657) @@ -2,6 +2,7 @@ PORTNAME= wxPython PORTVERSION= 3.0.2.0 +PORTREVISION= 1 DISTVERSIONPREFIX= src- CATEGORIES= x11-toolkits python MASTER_SITES= SF/wxpython/wxPython/${PORTVERSION} @@ -45,7 +46,6 @@ WANT_UNICODE= yes USE_PYTHON= distutils autoplist PYDISTUTILS_BUILDARGS= WX_CONFIG="${WX_CONFIG}" \ WXPORT="${WXPORT}" \ - NO_HEADERS=1 \ NO_SCRIPTS=1 \ INSTALL_MULTIVERSION=1 PYDISTUTILS_CONFIGUREARGS+= ${PYDISTUTILS_BUILDARGS}