[Midnightbsd-cvs] mports [24821] trunk/science/paje: update makefile

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jan 27 11:48:23 EST 2019


Revision: 24821
          http://svnweb.midnightbsd.org/mports/?rev=24821
Author:   laffer1
Date:     2019-01-27 11:48:23 -0500 (Sun, 27 Jan 2019)
Log Message:
-----------
update makefile

Modified Paths:
--------------
    trunk/science/paje/Makefile

Added Paths:
-----------
    trunk/science/paje/files/patch-AggregatingFilter_GNUmakefile
    trunk/science/paje/files/patch-ContainerFilter_GNUmakefile
    trunk/science/paje/files/patch-EntityTypeFilter_GNUmakefile
    trunk/science/paje/files/patch-FieldFilter_GNUmakefile
    trunk/science/paje/files/patch-FileReader_GNUmakefile
    trunk/science/paje/files/patch-General_GNUmakefile
    trunk/science/paje/files/patch-General_NSArray+Additions.m
    trunk/science/paje/files/patch-ImbricationFilter_GNUmakefile
    trunk/science/paje/files/patch-OrderFilter_GNUmakefile
    trunk/science/paje/files/patch-PajeEventDecoder_GNUmakefile
    trunk/science/paje/files/patch-PajeSimulator_GNUmakefile
    trunk/science/paje/files/patch-ReductionFilter_GNUmakefile
    trunk/science/paje/files/patch-SpaceTimeViewer_DrawView+Drawing.m
    trunk/science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m
    trunk/science/paje/files/patch-SpaceTimeViewer_GNUmakefile
    trunk/science/paje/files/patch-StatViewer_GNUmakefile
    trunk/science/paje/files/patch-StorageController_GNUmakefile

Modified: trunk/science/paje/Makefile
===================================================================
--- trunk/science/paje/Makefile	2019-01-26 17:49:38 UTC (rev 24820)
+++ trunk/science/paje/Makefile	2019-01-27 16:48:23 UTC (rev 24821)
@@ -2,7 +2,7 @@
 
 PORTNAME=	paje
 PORTVERSION=	1.97
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	science gnustep
 MASTER_SITES=	SF/${PORTNAME}/Releases
 DISTNAME=	Paje_${PORTVERSION}
@@ -14,10 +14,9 @@
 LICENSE=	lgpl2.1
 
 USES=		gnustep
-USE_GNUSTEP=	back build
+USE_GNUSTEP=	gui base back build
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
-MAKE_ENV+=	GNUSTEP_INSTALLATION_DIR=${GNUSTEP_SYSTEM_ROOT}
 
 post-patch:
 	${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DOMAIN|#GNUSTEP_INSTALLATION_DOMAIN|' \

Added: trunk/science/paje/files/patch-AggregatingFilter_GNUmakefile
===================================================================
--- trunk/science/paje/files/patch-AggregatingFilter_GNUmakefile	                        (rev 0)
+++ trunk/science/paje/files/patch-AggregatingFilter_GNUmakefile	2019-01-27 16:48:23 UTC (rev 24821)
@@ -0,0 +1,18 @@
+--- AggregatingFilter/GNUmakefile.orig	2007-02-15 13:56:33 UTC
++++ AggregatingFilter/GNUmakefile
+@@ -1,8 +1,4 @@
+-ifeq "$(GNUSTEP_SYSTEM_ROOT)" ""
+-  include Makefile
+-else
+-
+-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje
++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje
+ 
+ include $(GNUSTEP_MAKEFILES)/common.make
+ 
+@@ -38,5 +34,3 @@ h.template
+ -include GNUmakefile.preamble
+ include $(GNUSTEP_MAKEFILES)/bundle.make
+ -include GNUmakefile.postamble
+-
+-endif


Property changes on: trunk/science/paje/files/patch-AggregatingFilter_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/science/paje/files/patch-ContainerFilter_GNUmakefile
===================================================================
--- trunk/science/paje/files/patch-ContainerFilter_GNUmakefile	                        (rev 0)
+++ trunk/science/paje/files/patch-ContainerFilter_GNUmakefile	2019-01-27 16:48:23 UTC (rev 24821)
@@ -0,0 +1,8 @@
+--- ContainerFilter/GNUmakefile.orig	2005-05-01 00:09:07 UTC
++++ ContainerFilter/GNUmakefile
+@@ -1,4 +1,4 @@
+-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje
++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje
+ 
+ include $(GNUSTEP_MAKEFILES)/common.make
+ 


Property changes on: trunk/science/paje/files/patch-ContainerFilter_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/science/paje/files/patch-EntityTypeFilter_GNUmakefile
===================================================================
--- trunk/science/paje/files/patch-EntityTypeFilter_GNUmakefile	                        (rev 0)
+++ trunk/science/paje/files/patch-EntityTypeFilter_GNUmakefile	2019-01-27 16:48:23 UTC (rev 24821)
@@ -0,0 +1,8 @@
+--- EntityTypeFilter/GNUmakefile.orig	2005-05-01 00:09:07 UTC
++++ EntityTypeFilter/GNUmakefile
+@@ -1,4 +1,4 @@
+-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje
++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje
+ 
+ include $(GNUSTEP_MAKEFILES)/common.make
+ 


Property changes on: trunk/science/paje/files/patch-EntityTypeFilter_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/science/paje/files/patch-FieldFilter_GNUmakefile
===================================================================
--- trunk/science/paje/files/patch-FieldFilter_GNUmakefile	                        (rev 0)
+++ trunk/science/paje/files/patch-FieldFilter_GNUmakefile	2019-01-27 16:48:23 UTC (rev 24821)
@@ -0,0 +1,8 @@
+--- FieldFilter/GNUmakefile.orig	2005-05-01 00:09:07 UTC
++++ FieldFilter/GNUmakefile
+@@ -1,4 +1,4 @@
+-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje
++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje
+ 
+ include $(GNUSTEP_MAKEFILES)/common.make
+ 


Property changes on: trunk/science/paje/files/patch-FieldFilter_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/science/paje/files/patch-FileReader_GNUmakefile
===================================================================
--- trunk/science/paje/files/patch-FileReader_GNUmakefile	                        (rev 0)
+++ trunk/science/paje/files/patch-FileReader_GNUmakefile	2019-01-27 16:48:23 UTC (rev 24821)
@@ -0,0 +1,11 @@
+--- FileReader/GNUmakefile.orig	2005-05-07 16:34:58 UTC
++++ FileReader/GNUmakefile
+@@ -24,7 +24,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
+ PACKAGE_NAME=FileReader
+ BUNDLE_NAME=FileReader
+ BUNDLE_EXTENSION=.bundle
+-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje
++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje
+ FileReader_PRINCIPAL_CLASS=PajeFileReader
+ 
+ 


Property changes on: trunk/science/paje/files/patch-FileReader_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/science/paje/files/patch-General_GNUmakefile
===================================================================
--- trunk/science/paje/files/patch-General_GNUmakefile	                        (rev 0)
+++ trunk/science/paje/files/patch-General_GNUmakefile	2019-01-27 16:48:23 UTC (rev 24821)
@@ -0,0 +1,8 @@
+--- General/GNUmakefile.orig	2006-10-30 21:46:08 UTC
++++ General/GNUmakefile
+@@ -1,4 +1,4 @@
+-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje
++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje
+ 
+ include $(GNUSTEP_MAKEFILES)/common.make
+ 


Property changes on: trunk/science/paje/files/patch-General_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/science/paje/files/patch-General_NSArray+Additions.m
===================================================================
--- trunk/science/paje/files/patch-General_NSArray+Additions.m	                        (rev 0)
+++ trunk/science/paje/files/patch-General_NSArray+Additions.m	2019-01-27 16:48:23 UTC (rev 24821)
@@ -0,0 +1,10 @@
+--- General/NSArray+Additions.m.orig	2007-02-14 23:28:57 UTC
++++ General/NSArray+Additions.m
+@@ -19,6 +19,7 @@
+ */
+ 
+ #include "NSArray+Additions.h"
++#include "Foundation/NSEnumerator.h"
+ #include "Macros.h"
+ 
+ // Enumerator of objects in a range of indexes of an array


Property changes on: trunk/science/paje/files/patch-General_NSArray+Additions.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
Added: trunk/science/paje/files/patch-ImbricationFilter_GNUmakefile
===================================================================
--- trunk/science/paje/files/patch-ImbricationFilter_GNUmakefile	                        (rev 0)
+++ trunk/science/paje/files/patch-ImbricationFilter_GNUmakefile	2019-01-27 16:48:23 UTC (rev 24821)
@@ -0,0 +1,8 @@
+--- ImbricationFilter/GNUmakefile.orig	2005-05-01 00:09:07 UTC
++++ ImbricationFilter/GNUmakefile
+@@ -1,4 +1,4 @@
+-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje
++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje
+ 
+ include $(GNUSTEP_MAKEFILES)/common.make
+ 


Property changes on: trunk/science/paje/files/patch-ImbricationFilter_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/science/paje/files/patch-OrderFilter_GNUmakefile
===================================================================
--- trunk/science/paje/files/patch-OrderFilter_GNUmakefile	                        (rev 0)
+++ trunk/science/paje/files/patch-OrderFilter_GNUmakefile	2019-01-27 16:48:23 UTC (rev 24821)
@@ -0,0 +1,8 @@
+--- OrderFilter/GNUmakefile.orig	2005-05-01 00:09:07 UTC
++++ OrderFilter/GNUmakefile
+@@ -1,4 +1,4 @@
+-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje
++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje
+ 
+ include $(GNUSTEP_MAKEFILES)/common.make
+ 


Property changes on: trunk/science/paje/files/patch-OrderFilter_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/science/paje/files/patch-PajeEventDecoder_GNUmakefile
===================================================================
--- trunk/science/paje/files/patch-PajeEventDecoder_GNUmakefile	                        (rev 0)
+++ trunk/science/paje/files/patch-PajeEventDecoder_GNUmakefile	2019-01-27 16:48:23 UTC (rev 24821)
@@ -0,0 +1,11 @@
+--- PajeEventDecoder/GNUmakefile.orig	2004-12-13 22:15:43 UTC
++++ PajeEventDecoder/GNUmakefile
+@@ -24,7 +24,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
+ PACKAGE_NAME=PajeEventDecoder
+ BUNDLE_NAME=PajeEventDecoder
+ BUNDLE_EXTENSION=.bundle
+-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje
++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje
+ PajeEventDecoder_PRINCIPAL_CLASS=PajeEventDecoder
+ 
+ 


Property changes on: trunk/science/paje/files/patch-PajeEventDecoder_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/science/paje/files/patch-PajeSimulator_GNUmakefile
===================================================================
--- trunk/science/paje/files/patch-PajeSimulator_GNUmakefile	                        (rev 0)
+++ trunk/science/paje/files/patch-PajeSimulator_GNUmakefile	2019-01-27 16:48:23 UTC (rev 24821)
@@ -0,0 +1,11 @@
+--- PajeSimulator/GNUmakefile.orig	2006-10-30 02:45:37 UTC
++++ PajeSimulator/GNUmakefile
+@@ -24,7 +24,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
+ PACKAGE_NAME=PajeSimulator
+ BUNDLE_NAME=PajeSimulator
+ BUNDLE_EXTENSION=.bundle
+-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje
++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje
+ PajeSimulator_PRINCIPAL_CLASS=PajeSimul
+ 
+ 


Property changes on: trunk/science/paje/files/patch-PajeSimulator_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/science/paje/files/patch-ReductionFilter_GNUmakefile
===================================================================
--- trunk/science/paje/files/patch-ReductionFilter_GNUmakefile	                        (rev 0)
+++ trunk/science/paje/files/patch-ReductionFilter_GNUmakefile	2019-01-27 16:48:23 UTC (rev 24821)
@@ -0,0 +1,8 @@
+--- ReductionFilter/GNUmakefile.orig	2006-10-30 02:45:37 UTC
++++ ReductionFilter/GNUmakefile
+@@ -1,4 +1,4 @@
+-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje
++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje
+ 
+ include $(GNUSTEP_MAKEFILES)/common.make
+ 


Property changes on: trunk/science/paje/files/patch-ReductionFilter_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/science/paje/files/patch-SpaceTimeViewer_DrawView+Drawing.m
===================================================================
--- trunk/science/paje/files/patch-SpaceTimeViewer_DrawView+Drawing.m	                        (rev 0)
+++ trunk/science/paje/files/patch-SpaceTimeViewer_DrawView+Drawing.m	2019-01-27 16:48:23 UTC (rev 24821)
@@ -0,0 +1,14 @@
+--- SpaceTimeViewer/DrawView+Drawing.m.orig	2007-02-16 13:23:30 UTC
++++ SpaceTimeViewer/DrawView+Drawing.m
+@@ -23,7 +23,11 @@
+ 
+ #include "DrawView.h"
+ #ifdef GNUSTEP
++#  if !defined(__FreeBSD__) && !defined(__DragonFly__)
+ #include <values.h>
++#  else
++#include <math.h>
++#  endif
+ #endif
+ 
+ #include "../General/Association.h"


Property changes on: trunk/science/paje/files/patch-SpaceTimeViewer_DrawView+Drawing.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
Added: trunk/science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m
===================================================================
--- trunk/science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m	                        (rev 0)
+++ trunk/science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m	2019-01-27 16:48:23 UTC (rev 24821)
@@ -0,0 +1,12 @@
+--- SpaceTimeViewer/DrawView+Finding.m.orig	2006-10-29 19:52:48 UTC
++++ SpaceTimeViewer/DrawView+Finding.m
+@@ -24,7 +24,9 @@
+ #include "DrawView.h"
+ 
+ #include <math.h>
++#if !defined(__FreeBSD__) && !defined(__DragonFly__)
+ #include <values.h>
++#endif
+ 
+ 
+ // returns a rectangle that is the same as rect but has positive height and width


Property changes on: trunk/science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.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
Added: trunk/science/paje/files/patch-SpaceTimeViewer_GNUmakefile
===================================================================
--- trunk/science/paje/files/patch-SpaceTimeViewer_GNUmakefile	                        (rev 0)
+++ trunk/science/paje/files/patch-SpaceTimeViewer_GNUmakefile	2019-01-27 16:48:23 UTC (rev 24821)
@@ -0,0 +1,8 @@
+--- SpaceTimeViewer/GNUmakefile.orig	2005-06-29 21:08:47 UTC
++++ SpaceTimeViewer/GNUmakefile
+@@ -1,4 +1,4 @@
+-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje
++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje
+ 
+ include $(GNUSTEP_MAKEFILES)/common.make
+ 


Property changes on: trunk/science/paje/files/patch-SpaceTimeViewer_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/science/paje/files/patch-StatViewer_GNUmakefile
===================================================================
--- trunk/science/paje/files/patch-StatViewer_GNUmakefile	                        (rev 0)
+++ trunk/science/paje/files/patch-StatViewer_GNUmakefile	2019-01-27 16:48:23 UTC (rev 24821)
@@ -0,0 +1,8 @@
+--- StatViewer/GNUmakefile.orig	2005-12-26 19:46:02 UTC
++++ StatViewer/GNUmakefile
+@@ -1,4 +1,4 @@
+-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje
++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje
+ 
+ include $(GNUSTEP_MAKEFILES)/common.make
+ 


Property changes on: trunk/science/paje/files/patch-StatViewer_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/science/paje/files/patch-StorageController_GNUmakefile
===================================================================
--- trunk/science/paje/files/patch-StorageController_GNUmakefile	                        (rev 0)
+++ trunk/science/paje/files/patch-StorageController_GNUmakefile	2019-01-27 16:48:23 UTC (rev 24821)
@@ -0,0 +1,17 @@
+--- StorageController/GNUmakefile.orig	2006-10-30 21:46:08 UTC
++++ StorageController/GNUmakefile
+@@ -1,8 +1,4 @@
+-ifeq "$(GNUSTEP_SYSTEM_ROOT)" ""
+-  include Makefile
+-else
+-
+-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje
++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje
+ 
+ include $(GNUSTEP_MAKEFILES)/common.make
+ 
+@@ -27,4 +23,3 @@ h.template
+ include $(GNUSTEP_MAKEFILES)/bundle.make
+ -include GNUmakefile.postamble
+ 
+-endif


Property changes on: trunk/science/paje/files/patch-StorageController_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


More information about the Midnightbsd-cvs mailing list