From owner-svn-ports-all@FreeBSD.ORG Sun Jun 15 16:39:37 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 E43471A1; Sun, 15 Jun 2014 16:39:37 +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 B740D2909; Sun, 15 Jun 2014 16:39:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5FGdbAu031763; Sun, 15 Jun 2014 16:39:37 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5FGdbCX031760; Sun, 15 Jun 2014 16:39:37 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406151639.s5FGdbCX031760@svn.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 15 Jun 2014 16:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357902 - in head/games/xwelltris: . 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.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: Sun, 15 Jun 2014 16:39:38 -0000 Author: vanilla Date: Sun Jun 15 16:39:36 2014 New Revision: 357902 URL: http://svnweb.freebsd.org/changeset/ports/357902 QAT: https://qat.redports.org/buildarchive/r357902/ Log: Stagify. Approved by: portmgr@ Added: head/games/xwelltris/files/patch-Makefile.in (contents, props changed) head/games/xwelltris/files/patch-src__image__picinfo.h (contents, props changed) Deleted: head/games/xwelltris/files/patch-src::image::picinfo.h Modified: head/games/xwelltris/Makefile Modified: head/games/xwelltris/Makefile ============================================================================== --- head/games/xwelltris/Makefile Sun Jun 15 16:23:52 2014 (r357901) +++ head/games/xwelltris/Makefile Sun Jun 15 16:39:36 2014 (r357902) @@ -25,5 +25,4 @@ PLIST_DIRS= share/xwelltris GNU_CONFIGURE= yes USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xi xrandr -NO_STAGE= yes .include Added: head/games/xwelltris/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/xwelltris/files/patch-Makefile.in Sun Jun 15 16:39:36 2014 (r357902) @@ -0,0 +1,17 @@ +--- Makefile.in.orig 2014-06-16 00:36:19.292743322 +0800 ++++ Makefile.in 2014-06-16 00:36:44.782773335 +0800 +@@ -36,10 +36,10 @@ $(PROGRAM): FORCE + -(cd src && make) + + install: +- $(INSD) $(INSTLIB) +- $(INSTALL_DATA) $(DATAFILES) $(INSTLIB) +- $(INSTALL_SHARE_DATA) $(SHARE_DATAFILES) $(INSTLIB) +- $(INSTALL_PROGRAM) $(PROGRAM) $(INSTDIR) ++ $(INSD) $(DESTDIR)$(INSTLIB) ++ $(INSTALL_DATA) $(DATAFILES) $(DESTDIR)$(INSTLIB) ++ $(INSTALL_SHARE_DATA) $(SHARE_DATAFILES) $(DESTDIR)$(INSTLIB) ++ $(INSTALL_PROGRAM) $(PROGRAM) $(DESTDIR)$(INSTDIR) + + uninstall: + $(RM) -f $(INSTDIR)/$(PROGRAM) Added: head/games/xwelltris/files/patch-src__image__picinfo.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/xwelltris/files/patch-src__image__picinfo.h Sun Jun 15 16:39:36 2014 (r357902) @@ -0,0 +1,12 @@ +--- src/image/picinfo.h.orig Sat Jan 31 16:49:01 2004 ++++ src/image/picinfo.h Sat Jan 31 16:49:59 2004 +@@ -11,8 +11,7 @@ + #include + #include + #include +-#ifndef __FreeBSD__ +-#elif ! defined __OpenBSD__ ++#if ! defined __OpenBSD__ && ! defined __FreeBSD__ + #include + #endif + #include