From owner-svn-ports-all@freebsd.org Fri Nov 4 10:01:36 2016 Return-Path: Delivered-To: svn-ports-all@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 D792EC26457; Fri, 4 Nov 2016 10:01:36 +0000 (UTC) (envelope-from tijl@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 A215A1E11; Fri, 4 Nov 2016 10:01:36 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA4A1Zh5065681; Fri, 4 Nov 2016 10:01:35 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA4A1Zau065679; Fri, 4 Nov 2016 10:01:35 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201611041001.uA4A1Zau065679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 4 Nov 2016 10:01:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425308 - in head/graphics: linux-c6-dri linux-c7-dri 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.23 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: Fri, 04 Nov 2016 10:01:36 -0000 Author: tijl Date: Fri Nov 4 10:01:35 2016 New Revision: 425308 URL: https://svnweb.freebsd.org/changeset/ports/425308 Log: Fix build for people with DEVELOPER=yes. PR: 214201 Modified: head/graphics/linux-c6-dri/Makefile head/graphics/linux-c7-dri/Makefile Modified: head/graphics/linux-c6-dri/Makefile ============================================================================== --- head/graphics/linux-c6-dri/Makefile Fri Nov 4 09:04:21 2016 (r425307) +++ head/graphics/linux-c6-dri/Makefile Fri Nov 4 10:01:35 2016 (r425308) @@ -25,4 +25,7 @@ USE_LINUX_RPM= yes USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +post-stage: + @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libGL.so.1 + .include Modified: head/graphics/linux-c7-dri/Makefile ============================================================================== --- head/graphics/linux-c7-dri/Makefile Fri Nov 4 09:04:21 2016 (r425307) +++ head/graphics/linux-c7-dri/Makefile Fri Nov 4 10:01:35 2016 (r425308) @@ -25,4 +25,7 @@ USE_LINUX_RPM= yes USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +post-stage: + @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libGL.so.1 + .include