[Midnightbsd-cvs] mports [24424] trunk/x11/innerspace: update patchset

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Oct 1 10:45:56 EDT 2018


Revision: 24424
          http://svnweb.midnightbsd.org/mports/?rev=24424
Author:   laffer1
Date:     2018-10-01 10:45:38 -0400 (Mon, 01 Oct 2018)
Log Message:
-----------
update patchset

Modified Paths:
--------------
    trunk/x11/innerspace/Makefile

Added Paths:
-----------
    trunk/x11/innerspace/files/patch-Black.bproj_GNUmakefile
    trunk/x11/innerspace/files/patch-Boxes.bproj_GNUmakefile
    trunk/x11/innerspace/files/patch-NickSpace.bproj_GNUmakefile
    trunk/x11/innerspace/files/patch-NickSpace.bproj_NickSpaceView.m

Removed Paths:
-------------
    trunk/x11/innerspace/files/patch-NickSpaceView.m

Modified: trunk/x11/innerspace/Makefile
===================================================================
--- trunk/x11/innerspace/Makefile	2018-10-01 14:43:01 UTC (rev 24423)
+++ trunk/x11/innerspace/Makefile	2018-10-01 14:45:38 UTC (rev 24424)
@@ -2,7 +2,7 @@
 
 PORTNAME=	innerspace
 PORTVERSION=	0.2.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11 gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	InnerSpace-${PORTVERSION}

Added: trunk/x11/innerspace/files/patch-Black.bproj_GNUmakefile
===================================================================
--- trunk/x11/innerspace/files/patch-Black.bproj_GNUmakefile	                        (rev 0)
+++ trunk/x11/innerspace/files/patch-Black.bproj_GNUmakefile	2018-10-01 14:45:38 UTC (rev 24424)
@@ -0,0 +1,11 @@
+--- Black.bproj/GNUmakefile.orig	2017-08-13 17:29:20 UTC
++++ Black.bproj/GNUmakefile
+@@ -18,8 +18,6 @@
+ #  If not, write to the Free Software Foundation,
+ #  59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ 
+-GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
+-
+ # Black_MAIN_MODEL_FILE = Black.gmodel
+ Black_PRINCIPAL_CLASS = BlackView
+ 


Property changes on: trunk/x11/innerspace/files/patch-Black.bproj_GNUmakefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/innerspace/files/patch-Boxes.bproj_GNUmakefile
===================================================================
--- trunk/x11/innerspace/files/patch-Boxes.bproj_GNUmakefile	                        (rev 0)
+++ trunk/x11/innerspace/files/patch-Boxes.bproj_GNUmakefile	2018-10-01 14:45:38 UTC (rev 24424)
@@ -0,0 +1,11 @@
+--- Boxes.bproj/GNUmakefile.orig	2017-08-13 17:28:44 UTC
++++ Boxes.bproj/GNUmakefile
+@@ -26,8 +26,6 @@
+ #  If not, write to the Free Software Foundation,
+ #  59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ 
+-GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
+-
+ 
+ # Boxes_MAIN_MODEL_FILE = Boxes.gorm
+ Boxes_PRINCIPAL_CLASS = BoxesView


Property changes on: trunk/x11/innerspace/files/patch-Boxes.bproj_GNUmakefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/innerspace/files/patch-NickSpace.bproj_GNUmakefile
===================================================================
--- trunk/x11/innerspace/files/patch-NickSpace.bproj_GNUmakefile	                        (rev 0)
+++ trunk/x11/innerspace/files/patch-NickSpace.bproj_GNUmakefile	2018-10-01 14:45:38 UTC (rev 24424)
@@ -0,0 +1,11 @@
+--- NickSpace.bproj/GNUmakefile.orig	2017-08-13 17:29:06 UTC
++++ NickSpace.bproj/GNUmakefile
+@@ -26,8 +26,6 @@
+ #  If not, write to the Free Software Foundation,
+ #  59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ 
+-GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
+-
+ NickSpace_MAIN_MODEL_FILE = NickSpace.gorm
+ 
+ include $(GNUSTEP_MAKEFILES)/common.make


Property changes on: trunk/x11/innerspace/files/patch-NickSpace.bproj_GNUmakefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/innerspace/files/patch-NickSpace.bproj_NickSpaceView.m
===================================================================
--- trunk/x11/innerspace/files/patch-NickSpace.bproj_NickSpaceView.m	                        (rev 0)
+++ trunk/x11/innerspace/files/patch-NickSpace.bproj_NickSpaceView.m	2018-10-01 14:45:38 UTC (rev 24424)
@@ -0,0 +1,11 @@
+--- NickSpace.bproj/NickSpaceView.m.orig	2005-06-27 23:53:04 UTC
++++ NickSpace.bproj/NickSpaceView.m
+@@ -1,6 +1,8 @@
+ #import "NickSpaceView.h"
+ #import <AppKit/AppKit.h>
++#if !defined(__FreeBSD__) && !defined(__DragonFly__)
+ #import <values.h>
++#endif
+ #import <time.h>
+ #import <limits.h>
+ 


Property changes on: trunk/x11/innerspace/files/patch-NickSpace.bproj_NickSpaceView.m
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Deleted: trunk/x11/innerspace/files/patch-NickSpaceView.m
===================================================================
--- trunk/x11/innerspace/files/patch-NickSpaceView.m	2018-10-01 14:43:01 UTC (rev 24423)
+++ trunk/x11/innerspace/files/patch-NickSpaceView.m	2018-10-01 14:45:38 UTC (rev 24424)
@@ -1,11 +0,0 @@
---- NickSpace.bproj/NickSpaceView.m.orig	2005-06-27 18:53:04.000000000 -0500
-+++ NickSpace.bproj/NickSpaceView.m
-@@ -1,6 +1,8 @@
- #import "NickSpaceView.h"
- #import <AppKit/AppKit.h>
-+#if !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__MidnightBSD__)
- #import <values.h>
-+#endif
- #import <time.h>
- #import <limits.h>
- 



More information about the Midnightbsd-cvs mailing list