svn commit: r357902 - in head/games/xwelltris: . files

Vanilla I. Shu vanilla at FreeBSD.org
Sun Jun 15 16:39:38 UTC 2014


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 <bsd.port.mk>

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 <string.h>
+ #include <sys/param.h>
+ #include <sys/types.h>
+-#ifndef __FreeBSD__                                                            
+-#elif ! defined __OpenBSD__
++#if ! defined __OpenBSD__ && ! defined __FreeBSD__
+ #include <malloc.h>
+ #endif
+ #include <fcntl.h>


More information about the svn-ports-head mailing list