From owner-svn-ports-all@FreeBSD.ORG Wed Oct 16 09:04:22 2013 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 ESMTP id 8FAA58E6; Wed, 16 Oct 2013 09:04:22 +0000 (UTC) (envelope-from vg@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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D3732CBC; Wed, 16 Oct 2013 09:04:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9G94MeS093897; Wed, 16 Oct 2013 09:04:22 GMT (envelope-from vg@svn.freebsd.org) Received: (from vg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9G94MoD093892; Wed, 16 Oct 2013 09:04:22 GMT (envelope-from vg@svn.freebsd.org) Message-Id: <201310160904.r9G94MoD093892@svn.freebsd.org> From: Veniamin Gvozdikov Date: Wed, 16 Oct 2013 09:04:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330488 - in head/x11/xwinwrap: . files 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.14 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, 16 Oct 2013 09:04:22 -0000 Author: vg Date: Wed Oct 16 09:04:21 2013 New Revision: 330488 URL: http://svnweb.freebsd.org/changeset/ports/330488 Log: - Fixed build on 10.x - Fixed custom path to install Approved by: eadler, osa, rm (mentors, implicit) Modified: head/x11/xwinwrap/Makefile head/x11/xwinwrap/files/patch-Makefile (contents, props changed) Modified: head/x11/xwinwrap/Makefile ============================================================================== --- head/x11/xwinwrap/Makefile Wed Oct 16 09:03:27 2013 (r330487) +++ head/x11/xwinwrap/Makefile Wed Oct 16 09:04:21 2013 (r330488) @@ -16,6 +16,7 @@ ONLY_FOR_ARCHS= amd64 i386 USE_BZIP2= yes USE_XORG= x11 xproto xrender xext PLIST_FILES= bin/${PORTNAME} +MAKE_ARGS+= PREFIX=${PREFIX} NO_STAGE= yes .include Modified: head/x11/xwinwrap/files/patch-Makefile ============================================================================== --- head/x11/xwinwrap/files/patch-Makefile Wed Oct 16 09:03:27 2013 (r330487) +++ head/x11/xwinwrap/files/patch-Makefile Wed Oct 16 09:04:21 2013 (r330488) @@ -20,7 +20,7 @@ - cp i386/xwinwrap /usr/bin +INSTALL = /usr/bin/install -m 755 +PREFIX = /usr/local -+CC = gcc ++CC = cc +ARCH = `uname -p` + +TARGET = xwinwrap