diff options
author | David Chisnall <theraven@FreeBSD.org> | 2017-08-21 13:26:28 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2017-08-21 13:26:28 +0000 |
commit | 31e0b9f12cc7c944cfa44082f5ff6c94615f8d68 (patch) | |
tree | 1818a753b93ff1ef78365147f674b9e83bcf0048 /x11/innerspace | |
parent | ed4f9411de6026a3b60201af8fab0ba50db224cb (diff) | |
download | ports-31e0b9f12cc7c944cfa44082f5ff6c94615f8d68.tar.gz ports-31e0b9f12cc7c944cfa44082f5ff6c94615f8d68.zip |
Notes
Diffstat (limited to 'x11/innerspace')
-rw-r--r-- | x11/innerspace/Makefile | 2 | ||||
-rw-r--r-- | x11/innerspace/files/patch-Black.bproj_GNUmakefile | 11 | ||||
-rw-r--r-- | x11/innerspace/files/patch-Boxes.bproj_GNUmakefile | 11 | ||||
-rw-r--r-- | x11/innerspace/files/patch-NickSpace.bproj_GNUmakefile | 11 | ||||
-rw-r--r-- | x11/innerspace/files/patch-NickSpace.bproj_NickSpaceView.m (renamed from x11/innerspace/files/patch-NickSpaceView.m) | 2 |
5 files changed, 35 insertions, 2 deletions
diff --git a/x11/innerspace/Makefile b/x11/innerspace/Makefile index 58af91fc1001..d16b346a6019 100644 --- a/x11/innerspace/Makefile +++ b/x11/innerspace/Makefile @@ -2,7 +2,7 @@ PORTNAME= innerspace PORTVERSION= 0.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= InnerSpace-${PORTVERSION} diff --git a/x11/innerspace/files/patch-Black.bproj_GNUmakefile b/x11/innerspace/files/patch-Black.bproj_GNUmakefile new file mode 100644 index 000000000000..e205ec7476f6 --- /dev/null +++ b/x11/innerspace/files/patch-Black.bproj_GNUmakefile @@ -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 + diff --git a/x11/innerspace/files/patch-Boxes.bproj_GNUmakefile b/x11/innerspace/files/patch-Boxes.bproj_GNUmakefile new file mode 100644 index 000000000000..bb18e4c38cb6 --- /dev/null +++ b/x11/innerspace/files/patch-Boxes.bproj_GNUmakefile @@ -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 diff --git a/x11/innerspace/files/patch-NickSpace.bproj_GNUmakefile b/x11/innerspace/files/patch-NickSpace.bproj_GNUmakefile new file mode 100644 index 000000000000..56a087092dd3 --- /dev/null +++ b/x11/innerspace/files/patch-NickSpace.bproj_GNUmakefile @@ -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 diff --git a/x11/innerspace/files/patch-NickSpaceView.m b/x11/innerspace/files/patch-NickSpace.bproj_NickSpaceView.m index c4971adb5893..79b7da2400a3 100644 --- a/x11/innerspace/files/patch-NickSpaceView.m +++ b/x11/innerspace/files/patch-NickSpace.bproj_NickSpaceView.m @@ -1,4 +1,4 @@ ---- NickSpace.bproj/NickSpaceView.m.orig 2005-06-27 18:53:04.000000000 -0500 +--- NickSpace.bproj/NickSpaceView.m.orig 2005-06-27 23:53:04 UTC +++ NickSpace.bproj/NickSpaceView.m @@ -1,6 +1,8 @@ #import "NickSpaceView.h" |