diff options
author | theraven <theraven@FreeBSD.org> | 2017-08-21 21:26:28 +0800 |
---|---|---|
committer | theraven <theraven@FreeBSD.org> | 2017-08-21 21:26:28 +0800 |
commit | b979cb2ebddb0a2733e9a38fb66d4229500c7113 (patch) | |
tree | 1818a753b93ff1ef78365147f674b9e83bcf0048 /science/paje/files | |
parent | 0f34c5b91d625d06b13a8b457ca91d2a821387a4 (diff) | |
download | freebsd-ports-gnome-b979cb2ebddb0a2733e9a38fb66d4229500c7113.tar.gz freebsd-ports-gnome-b979cb2ebddb0a2733e9a38fb66d4229500c7113.tar.zst freebsd-ports-gnome-b979cb2ebddb0a2733e9a38fb66d4229500c7113.zip |
Update GNUstep core libraries.
Update the default Objective-C compiler.
Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.
Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
Diffstat (limited to 'science/paje/files')
17 files changed, 145 insertions, 5 deletions
diff --git a/science/paje/files/patch-AggregatingFilter_GNUmakefile b/science/paje/files/patch-AggregatingFilter_GNUmakefile new file mode 100644 index 000000000000..b2d13796e606 --- /dev/null +++ b/science/paje/files/patch-AggregatingFilter_GNUmakefile @@ -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 diff --git a/science/paje/files/patch-ContainerFilter_GNUmakefile b/science/paje/files/patch-ContainerFilter_GNUmakefile new file mode 100644 index 000000000000..d36d083c3e04 --- /dev/null +++ b/science/paje/files/patch-ContainerFilter_GNUmakefile @@ -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 + diff --git a/science/paje/files/patch-EntityTypeFilter_GNUmakefile b/science/paje/files/patch-EntityTypeFilter_GNUmakefile new file mode 100644 index 000000000000..99a3a5215014 --- /dev/null +++ b/science/paje/files/patch-EntityTypeFilter_GNUmakefile @@ -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 + diff --git a/science/paje/files/patch-FieldFilter_GNUmakefile b/science/paje/files/patch-FieldFilter_GNUmakefile new file mode 100644 index 000000000000..ae9b89b64f07 --- /dev/null +++ b/science/paje/files/patch-FieldFilter_GNUmakefile @@ -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 + diff --git a/science/paje/files/patch-FileReader_GNUmakefile b/science/paje/files/patch-FileReader_GNUmakefile new file mode 100644 index 000000000000..f3892717c073 --- /dev/null +++ b/science/paje/files/patch-FileReader_GNUmakefile @@ -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 + + diff --git a/science/paje/files/patch-General_GNUmakefile b/science/paje/files/patch-General_GNUmakefile new file mode 100644 index 000000000000..58f39c5ea0b8 --- /dev/null +++ b/science/paje/files/patch-General_GNUmakefile @@ -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 + diff --git a/science/paje/files/patch-NSArray+Additions.m b/science/paje/files/patch-General_NSArray+Additions.m index f2946e66abb6..09f48530808b 100644 --- a/science/paje/files/patch-NSArray+Additions.m +++ b/science/paje/files/patch-General_NSArray+Additions.m @@ -1,5 +1,5 @@ ---- General/NSArray+Additions.m.orig 2006-01-24 14:10:07.000000000 +0100 -+++ General/NSArray+Additions.m 2008-05-03 08:13:11.000000000 +0200 +--- General/NSArray+Additions.m.orig 2007-02-14 23:28:57 UTC ++++ General/NSArray+Additions.m @@ -19,6 +19,7 @@ */ diff --git a/science/paje/files/patch-ImbricationFilter_GNUmakefile b/science/paje/files/patch-ImbricationFilter_GNUmakefile new file mode 100644 index 000000000000..a79cecb0b15d --- /dev/null +++ b/science/paje/files/patch-ImbricationFilter_GNUmakefile @@ -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 + diff --git a/science/paje/files/patch-OrderFilter_GNUmakefile b/science/paje/files/patch-OrderFilter_GNUmakefile new file mode 100644 index 000000000000..d9b1dbecd360 --- /dev/null +++ b/science/paje/files/patch-OrderFilter_GNUmakefile @@ -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 + diff --git a/science/paje/files/patch-PajeEventDecoder_GNUmakefile b/science/paje/files/patch-PajeEventDecoder_GNUmakefile new file mode 100644 index 000000000000..0292fa99f220 --- /dev/null +++ b/science/paje/files/patch-PajeEventDecoder_GNUmakefile @@ -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 + + diff --git a/science/paje/files/patch-PajeSimulator_GNUmakefile b/science/paje/files/patch-PajeSimulator_GNUmakefile new file mode 100644 index 000000000000..689794b28f9d --- /dev/null +++ b/science/paje/files/patch-PajeSimulator_GNUmakefile @@ -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 + + diff --git a/science/paje/files/patch-ReductionFilter_GNUmakefile b/science/paje/files/patch-ReductionFilter_GNUmakefile new file mode 100644 index 000000000000..30151951829f --- /dev/null +++ b/science/paje/files/patch-ReductionFilter_GNUmakefile @@ -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 + diff --git a/science/paje/files/patch-DrawView+Drawing.m b/science/paje/files/patch-SpaceTimeViewer_DrawView+Drawing.m index 5fd8e53a52f0..6b385b860b31 100644 --- a/science/paje/files/patch-DrawView+Drawing.m +++ b/science/paje/files/patch-SpaceTimeViewer_DrawView+Drawing.m @@ -1,4 +1,4 @@ ---- SpaceTimeViewer/DrawView+Drawing.m.orig Mon Jan 9 02:13:30 2006 +--- SpaceTimeViewer/DrawView+Drawing.m.orig 2007-02-16 13:23:30 UTC +++ SpaceTimeViewer/DrawView+Drawing.m @@ -23,7 +23,11 @@ @@ -11,4 +11,4 @@ +# endif #endif - @implementation DrawView (Drawing) + #include "../General/Association.h" diff --git a/science/paje/files/patch-DrawView+Finding.m b/science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m index b16f75770b82..e406eacd0759 100644 --- a/science/paje/files/patch-DrawView+Finding.m +++ b/science/paje/files/patch-SpaceTimeViewer_DrawView+Finding.m @@ -1,4 +1,4 @@ ---- SpaceTimeViewer/DrawView+Finding.m.orig 2006-10-29 20:52:48.000000000 +0100 +--- SpaceTimeViewer/DrawView+Finding.m.orig 2006-10-29 19:52:48 UTC +++ SpaceTimeViewer/DrawView+Finding.m @@ -24,7 +24,9 @@ #include "DrawView.h" diff --git a/science/paje/files/patch-SpaceTimeViewer_GNUmakefile b/science/paje/files/patch-SpaceTimeViewer_GNUmakefile new file mode 100644 index 000000000000..0ecfc715292b --- /dev/null +++ b/science/paje/files/patch-SpaceTimeViewer_GNUmakefile @@ -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 + diff --git a/science/paje/files/patch-StatViewer_GNUmakefile b/science/paje/files/patch-StatViewer_GNUmakefile new file mode 100644 index 000000000000..85c3766c61d7 --- /dev/null +++ b/science/paje/files/patch-StatViewer_GNUmakefile @@ -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 + diff --git a/science/paje/files/patch-StorageController_GNUmakefile b/science/paje/files/patch-StorageController_GNUmakefile new file mode 100644 index 000000000000..09546177f3c8 --- /dev/null +++ b/science/paje/files/patch-StorageController_GNUmakefile @@ -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 |